/* Fonts
=====================================================================
*/
@charset "UTF-8";
/* Responsive NaturalHeritage theme */
/* Not in use by family's themes, may be used by Ultrawave. */
/*progress tracker */
@import url("//fonts.googleapis.com/css?family=Raleway|Abel");

@font-face {
  font-family: 'advertaSTD-light';
  src: url("fonts/AvertaStd-Light.otf");
  src: url("fonts/AvertaStd-Light.otf?#iefix");
}

@font-face {
  font-family: 'advertaSTD-bold';
  src: url("fonts/AvertaStd-Bold.otf");
  src: url("fonts/AvertaStd-Bold.otf?#iefix");
}

@font-face {
  font-family: 'advertaSTD-regular';
  src: url("fonts/AvertaStd-Regular.otf");
  src: url("fonts/AvertaStd-Regular.otf?#iefix");
}

@font-face {
  font-family: 'advertaSTD-semibold';
  src: url("fonts/AvertaStd-Semibold.otf");
  src: url("fonts/AvertaStd-Semibold.otf?#iefix");
}

/* ============ color variables ============ */

:root {
  --white: #FFFFFF;
  --red: #FF346E;
  --yellow: #edcb48;
  --light-yellow: #EECB480D;
  --green: #31AB8D;
  --dark-blue: #0C0C31;
  --blue: #3239CB;
  --grey: #707070;
  --light-grey: #f8f8f8;
  --dark-grey: #5E617D;
  --black: #151033;
}

/* ============ global styles ============ */

body {
  overscroll-behavior: none;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.panel-body, .PanelBody {
  padding: 0;
}

html {
  font-size: 10px;
}

header {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body:not(.Wrapper-HomePage) #hd, body:not(.Wrapper-HomePage) .InternalHeaderArea {
    min-height: 220px !important;
  }

  body:not(.Wrapper-HomePage) .primary-navigation-area {
    margin-left: 0 !important;
  }

  .RadMenu {
    float: left !important;
  }

  .header-bottom-container {
    top: 160px !important;
  }
}

@media (min-width: 768px) {
  body:not(.Wrapper-HomePage) .primary-navigation-area {
    margin-top: 3.0rem;
  }
}

.header-container {
  padding: 0 6rem !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .header-container {
    padding: 0 2rem !important;
  }

   body:not(.Wrapper-HomePage) .primary-navigation-area {
    margin-top: -6rem;
   }
}

.container, .SliderPage1 {
  max-width: 100%;
}

.header-container  {
  max-width: 100%;
}

strong {
  font-family: advertaSTD-semibold, sans-serif;
}

p {
  font-size: 1.6rem;
  font-family: advertaSTD-regular, sans-serif;
}

a {

}

.col-secondary {
  display: none;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmGroup {
  background-color: var(--white);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmExpanded, 
.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink:hover, 
.RadMenu.RadMenu_NaturalHeritageSites .rmRootLink.rmFocused {
  background-color: var(--white);
}

#masterLogoArea {
  position: relative !important;
  top: 1rem !important;
  left: 0rem !important;
}

.button {
  font-family: advertaSTD-semibold, sans-serif;
  line-height: normal;
  margin: 0 0 1.25rem;
  padding: 1rem 1.5rem 1rem;
  font-size: 1.6rem;
  font-weight: normal !important;
  border-radius: 50px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 193px;
  width: fit-content;
  cursor: pointer;
  color: var(--white);
  text-decoration: none;
  border: none;
}

.hero-slider-main .button {
  margin: 0 0 1rem !important;
  padding: 0 !important;
  min-height: 0 !important;
  justify-content: flex-start;
  background-color: transparent !important;
  text-decoration: underline;
}

.gsea-apply {
  font-family: advertaSTD-semibold, sans-serif !important;
  line-height: normal;
  margin: 0 0 1.25rem 1rem !important;
  padding: 0rem 0.5rem !important;
  font-size: 1.4rem !important;
  font-weight: normal !important;
  border-radius: 50px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 114px !important;
  cursor: pointer !important;
  background-color: var(--green) !important;
  color: var(--white) !important;
  text-decoration: none !important;
  border: none;
}

.button.green {
  background-color: var(--green);
  color: #fff;
}

.hero-slider-main .button {
  color: var(--yellow) !important;
}

.button.red {
  background-color: var(--red);
  color: #fff;
}

.button.yellow {
  background-color: var(--yellow);
  color: #fff;
}

.button.blue {
  background-color: var(--blue);
  color: #fff;
}

.button.white {
  background-color: var(--white);
  color: var(--blue);
}

.competitions .button.white {
  color: var(--red);
}

.title-red {
  color: var(--red);
}

.title-green {
  color: var(--green);
}

.title-blue {
  color: var(--blue);
}

.title-yellow {
  color: var(--yellow);
}

.title-white {
  color: var(--white);
}

.feeds-content a.button.white {
  color: var(--green);
}

.section-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 80px;
  margin-top: 0rem;
  z-index: 1;
  padding: 0;
}

/*.section-wrapper .full-w-card {
  width: 100%;
  padding: 2rem 0rem;
  display: flex;
}*/

.past-finalists .section-wrapper .full-w-card,
.about-us .section-wrapper .full-w-card,
.inner-page-header-wrapper .full-w-card,
.competition .full-w-card {
  padding: 0 6rem;
}

.section-wrapper .full-w-card {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 6rem;
}

@media (max-width: 768px) {
  .section-wrapper {
    padding: 0 !important;
    margin-top: 2.5rem !important;
    margin-left: 0;
  }

  .past-finalists .section-wrapper .full-w-card,
  .about-us .section-wrapper .full-w-card,
  .inner-page-header-wrapper .full-w-card,
  .competition .full-w-card {
    padding: 0;
  }

  .RadMenu.RadMenu_NaturalHeritageSites .rmText, 
  .RadMenu.RadMenu_NaturalHeritageSites .rmHorizontal .rmText, 
  .RadMenu.RadMenu_NaturalHeritageSites .rmSlide .rmText {
    padding: 8px 10px;
  }

  .section-wrapper .full-w-card {
    padding: 0;
    min-height: 620px;
    max-width: 1238px;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /*.section-wrapper {
    min-height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
    padding: 0;
    margin-top: 2rem;
  }*/

  .past-finalists .section-wrapper .full-w-card,
  .about-us .section-wrapper .full-w-card,
  .inner-page-header-wrapper .full-w-card,
  .competition .full-w-card {
    padding: 0;
  }

  .section-wrapper {
    background-size: 75% !important;
  }

  .section-wrapper .full-w-card {
    padding: 0;
  }

  .about-gsea-section-wrapper .about-content-wrapper .about-content {
    margin-left: 2rem !important;
    max-width: 670px !important;
  }

  .about-gsea-section-wrapper .about-content-wrapper .join-web-cta {
    margin-right: 2rem !important;
  }

  .blog-feed-wrapper .blog-feed {
    padding: 2rem !important; 
  }

  .spotlight-wrapper .spotlight {
    padding: 0 2rem !important;
  }

  .spotlight-wrapper .spotlight .spotlight-image {
    width: 53% !important;
  }

  .slider {
    width: 100% !important;
  }

  .apply-wrapper .apply .apply-content {
    padding: 7rem 2rem !important;
  }

  .section-wrapper .who .who-content {
    padding: 7rem !important;
  }

  .section-wrapper .who {
    height: 396px !important;
  }

  .who-are-eo {
    min-height: 395px !important;
  }

  .instgram-feed .feeds .feed-images {
    padding: 0 2rem !important;
  }
}

.bg-dark-blue {
  background-color: var(--dark-blue);
  background-image: url('/images/GSEA-Assets/hero-home-banner-2.png');
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-green {
  background-color: var(--green);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-red {
  background-color: var(--red);
}

.bg-yellow {
  background-color: var(--yellow);
}

.bg-grey {
  background-color: var(--light-grey);
}

.bg-light-yellow {
  background-color: var(--light-yellow);
}

.RadMenu.RadMenu_NaturalHeritageSites {
  float: right;
}

.header-logo-container a img {
  width: 250px;
  margin-top: 0rem;
}

@media (max-width: 767px) {
  body:not(.Wrapper-HomePage) #hd, body:not(.Wrapper-HomePage) .InternalHeaderArea {
    min-height: 140px !important;
  }

  .hero-cta {
    justify-content: center !important;
  }

  ul.rmToggleHandles {
    background-color: var(--white);
    min-height: 300px;
    width: 100%;
    padding: 2rem !important;
  }

  .header-container .nav-auxiliary {
    margin-bottom: 1rem;
  }

  #masterLogoArea {
    left: 0 !important;
    top: 5px !important;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-logo-container a img {
    width: 260px;
  }

  .header-top-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*.ContentItemContainer a {
    display: flex;
    justify-content: left;
  }*/

  button.navbar-toggle.collapsed.menu-toggle {
    margin: 0;
    margin-top: 0px !important;
    padding: 18px !important;
    position: absolute;
    right: 0rem;
    background-color: var(--blue) !important;
    width: 58px !important;
    height: 55px !important;
  }

  .UtilityNavigationToggle {
    position: relative;
  }

  .header-container,
  .WTZone,
  .ContentItemContainer {
    width: 100%;
  }

  .nav-auxiliary {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 11px;
  } 

  .navbar-toggle .icon-bar {
    background-color: var(--white) !important;
  }

  .UtilitySearch, .UtilitySTEToggle, .UtilityAuthentication, .UtilityTranslation, .UtilityPTSToggle {
    margin-left: 0px;
    display: none !important;
  }

  a.UtilityAuthenticationLink {
    background-color: rgb(51 56 203);
    padding: 14px 20px !important;
    color: #fff !important;
    border-radius: 10px;
  }

  .header-container .nav-auxiliary .UtilityTranslation select {
    height: 56px;
    margin-right: 0px;
    border: 2px solid rgb(51 56 203);
    border-radius: 10px;
    font-weight: bold;
    display: none;
  }
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup > .rmItem > .rmLink {
  font-size: 1.4rem;
  font-family: advertaSTD-semibold, sans-serif;
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup > .rmItem > .rmRootLink:hover {
  background-color: transparent;
  color: var(--green);
}

.RadMenu.RadMenu_NaturalHeritageSites .rmRootGroup > .rmItem > .rmSelected {
  color: var(--green);
}

.gsea-home-page {
  background-color: var(--white);
  overflow-x: hidden;
}

.gsea-home-page #masterContentArea {
  margin-top: 0px;
}

.OnBehalfOfContainer {
  display: none;
}

#hd,
.InternalHeaderArea {
  background-color: transparent;
  min-height: 120px;
  height: 120px;
}

body:not(.Wrapper-HomePage) #hd, 
body:not(.Wrapper-HomePage) .InternalHeaderArea {
  box-shadow: none !important;
}

@media (min-width: 769px) and (max-width: 1024px) {

  /*body:not(.Wrapper-HomePage) #hd, 
  body:not(.Wrapper-HomePage) .InternalHeaderArea {
    min-height: 250px !important;
  }
*/
  .header-bottom-container {
    background-color: var(--white);
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
  }

  .header-top-container .navbar-header {
    display: none;
  }

  #masterLogoArea {
    top: -15px !important;
    left: 30px !important;
  }
}

@media (min-width: 768px) {
  .header-top-container .navbar-header {
    display: none;
  }
}

/* ============  Hero ============ */

.gsea-home-page .gsea-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 80px;
  margin-top: 30px;
  z-index: 2;
}

.gsea-home-page .gsea-hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 542px;
  max-width: 100%;
  height: 60%;
  display: flex;
  background: var(--dark-blue);
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  opacity: .9;
}

.gsea-hero .hero-content-wrapper .slideshow {
  width: 100%;
  height: 731px;
  overflow: hidden;
}

.gsea-hero .hero-content-wrapper .slideshow .slideshow-item {
  width: inherit;
  height: inherit;
  position: absolute;
  overflow: hidden;
  left: 0;
  opacity: 0;
  animation: imageSlide 31s infinite;
}

.gsea-hero .hero-content-wrapper .slideshow .slideshow-item:nth-child(1) {
  animation-delay: 0s;
}

.gsea-hero .hero-content-wrapper .slideshow .slideshow-item:nth-child(2) {
  animation-delay: 10s;
}

.gsea-hero .hero-content-wrapper .slideshow .slideshow-item:nth-child(3) {
  animation-delay: 20s;
}

.gsea-hero .hero-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.gsea-hero .hero-content-wrapper .hero-bg {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
}

./*gsea-hero .hero-content-slide-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  display: flex;
  padding: 3rem 5rem;
  background: var(--blue);
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}*/

.gsea-hero .hero-content-slide-wrapper .slideshow-item-text {
  padding: 20px 30px;
  position: relative;
}

.gsea-hero .hero-content-slide-wrapper .slideshow-item-text .slide-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 60px;
  color: #fff;
}

.gsea-hero .hero-content-slide-wrapper .slideshow-item-text .slide-description {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 30px;
  font-weight: 100;
  color: #fff;
}

/* ============ responsive styles ============ */

@media (min-width: 769px) and (max-width: 1024px) {
  .gsea-home-page .gsea-hero:after {
    width: 50% !important;
  }

  .hero-slider-main .hero-content-slide-wrapper {
    top: 46% !important;
    padding-left: 2rem !important;
  }

  .gsea-hero .hero-slider-main .hero-content-slide-wrapper .slideshow-item-text .slide-title {
    font-size: 4rem !important;
    line-height: 4rem !important;
  }

  .hero-slider-main .slider {
    border-radius: 0 !important;
  }
}

@media (max-width: 768px) {
  .header-container {
    padding: 0 1rem !important;
  }

  .gsea-home-page .gsea-hero {
    margin-bottom: -80px;
  }

  .gsea-home-page .gsea-hero:after {
    display: none !important;
  }

  .hero-slider-main .slides .hero-bg {
    height: 380px !important;
  }

  .gsea-hero .hero-content-wrapper .hero-bg {
    height: 250px;
    width: 100%;
  }

  .gsea-hero .hero-content-wrapper .hero-bg img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }

  .gsea-hero .hero-content-slide-wrapper {
    top: 55.3rem !important;
    width: 100% !important;
    min-height: 346px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 3rem 2rem !important;
    background: var(--dark-blue) !important;
    align-items: center;
  }

  .gsea-hero .hero-content-wrapper .slideshow {
    height: 600px;
  }

  .gsea-hero .hero-content-slide-wrapper .slideshow-item-text {
    padding: 0;
  }

  .gsea-hero .hero-content-slide-wrapper .slideshow-item-text .slide-title {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }

  .gsea-hero .hero-content-slide-wrapper .slideshow-item-text .slide-description {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-cta {
    max-width: 175px !important;
    height: 175px !important;
    top: 19.5% !important;
    right: 25px !important;
  }

  .hero-cta-description {
    font-size: 2rem !important;
  }

  .hero-cta .button.red {
    min-height: 30px !important; 
    max-width: 180px !important;
    font-size: 1.3rem !important;
  }
}

@media (max-width: 600px) {
  .hero-slider-main .hero-content-slide-wrapper{
    top: 124% !important;
  }

  .gsea-home-page .gsea-hero {
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    width: 100%;
  }

  .gsea-hero .hero-content-wrapper .hero-bg {
    height: 340px !important;
  }

  .hero-cta {
    top: 15.5% !important;
    right: 20px !important;
  }
}

/* ============ inner page hero sectiion ============ */

.blog-header-wrapper {
  background-image: url('/images/GSEA-Assets/Blog-Header-Image-2.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 30%;
}

.podcast-header-wrapper {
  background-image: url('/images/GSEA-Assets/2018-GSEA-Finals-Experts-giving-thumbs-up.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 30%;
}

.apply-header-wrapper {
  background-image: url('/images/GSEA-Assets/2019-GSEA-Finals_Ladies.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 30%;
}

.past-finalists-header-wrapper {
  background-image: url('/images/GSEA-Assets/past-finalist-header-thumbnail.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 115% 15%;
}

.past-finalists .section-wrapper {
  margin-bottom: 0px;
}

.section-wrapper .inner-page-header .inner-page-header-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 2rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

#imis-json-results {
  min-height: 300px;
  padding: 2rem;
  max-width: 1238px;
  margin: 0 auto;
}

div.headshot-div {
  height: 225px !important;
}

div.headshot-div img.headshot {
  max-height: inherit;
  object-position: top;
  width: 100%;
  height: 100% !important;
}

.past-finalists .section-wrapper .inner-page-header .inner-page-header-content {
  background-color: var(--green);
}

.section-wrapper .inner-page-header .inner-page-header-content .inner-page-header-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .inner-page-header .inner-page-header-content .inner-page-header-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

.winners-filter-wrapper {
  min-height: inherit;
  margin-top: 0rem;
}

.filters-wrapper {
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.gsea-profile-wrapper .large-headshot {
  height: 424px;
  width: 424px;
  overflow: hidden;
}

.gsea-profile-wrapper .large-headshot img.headshot {
  max-height: inherit;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .winners-filter-wrapper {
    margin-top: 0;
  }

  .inner-page-header-wrapper {
    margin-bottom: 0px;
    padding: 0 2rem;
    min-height: inherit;
  }

  .past-finalists .section-wrapper {
    margin-bottom: 0px;
    padding: 0 2rem;
    min-height: inherit;
  }

  .past-finalists .section-wrapper .inner-page-header .inner-page-header-content,
  .section-wrapper .inner-page-header .inner-page-header-content {
    width: 500px !important;
  }
}

@media (max-width: 768px) {

  .filers {
    min-height: inherit !important;
  }

  #imis-json-results {
    margin: 0 !important;
  }

  .filters-wrapper {
    min-height: inherit !important;
  }

  .inner-page-header-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 0;
  }

  .section-wrapper .inner-page-header  {
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .inner-page-header .inner-page-header-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .inner-page-header .inner-page-header-content .inner-page-header-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .section-wrapper .inner-page-header .inner-page-header-content,
  .section-wrapper .about .about-content,
  .section-wrapper .gsea-faq .gsea-faq-content,
  .section-wrapper .gsea-faq .gsea-faq-content,
  .section-wrapper .inner-page-header .inner-page-header-content,
  .section-wrapper .contact-hero .contact-hero-content,
  .section-wrapper .inner-page-header .inner-page-header-content {
    max-width: 520px !important;
    padding: 3rem 4rem 0 0 !important;
  }
}


/*============ cta styles ============+*/

.hero-cta {
  position: absolute;
  right: 30px;
  top: 86%;
  transform: translateY(-50%);
  display: flex;
  max-width: 204px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 204px;
  background-color: var(--white);
  text-decoration: none !important;
  flex-direction: column;
}

.hero-cta .button.red {
  position: absolute;
  bottom: 0;
  min-height: 45px;
}

.hero-cta .hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
}

.hero-cta .hero-cta-wrapper .hero-cta-title {
  display: none;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: advertaSTD-light, sans-serif;
  width: 78%;
  margin-bottom: 1rem;
}

.hero-cta .hero-cta-wrapper .hero-cta-title:after {
  content:'';
  height: 1px;
  width: 60px;
  background-color: var(--red);
  margin-top: 10px;
  text-decoration: none;
}

.hero-cta .hero-cta-wrapper .hero-cta-description {
  display: none;
  color: var(--blue);
  font-size: 3.4rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: advertaSTD-bold, sans-serif;
}

.hero-cta .hero-cta-wrapper .hero-cta-year {
  color: var(--red);
  font-size: 2rem;
  text-decoration: none;
  margin: 0px;
  padding: 0 2rem;
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-cta {
    top: 54%;
  }
}

@media (max-width: 768px) {
  .hero-cta .hero-cta-wrapper .hero-cta-title {
    margin-bottom: 1rem !important;
  }

  .hero-cta .hero-cta-wrapper .hero-cta-year {
    font-size: 1.5rem !important;
    padding: 0 1rem !important;
  }
}

/* ============ about gsea ============ */

.about-gsea-section-wrapper {
  margin-top: 10rem;
  background-color: var(--green);
  min-height: 700px;
  padding-bottom: 8rem;
}

.about-gsea-section-wrapper .about-content-wrapper {
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  max-width: 1100px;
  width: 100%;
  padding: 0;
}

.about-gsea-section-wrapper .about-content-wrapper .about-content {
  padding: 10rem;
  background: var(--light-grey);
  max-width: 720px;
  width: 100%;
  border-radius: 80px;
  position: relative;
  top: -100px;
}

.about-gsea-section-wrapper .about-content-wrapper .about-content:before {
  content: '';
  padding: 10rem;
  background: var(--light-grey);
  width: 100%;
  display: block;
  border-radius: 80px;
  position: absolute;
  left: 0;
  top: -30px;
  height: 100%;
  z-index: -1;
  transform: skewY(3deg);
}

.about-gsea-section-wrapper .about-content-wrapper .about-content .about-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 1.4rem;
}

.about-gsea-section-wrapper .about-content-wrapper .about-content .about-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--green);
  margin-top: 20px;
  text-decoration: none;
}

.about-gsea-section-wrapper .about-content-wrapper .about-content .about-main-title {
  font-size: 3.2rem;
  font-family: advertaSTD-light, sans-serif;
  font-weight: 100;
  line-height: 4rem;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.about-gsea-section-wrapper .about-content-wrapper .about-content .description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

.about-gsea-section-wrapper .about-content-wrapper .join-web-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*.about-gsea-section-wrapper .about-content-wrapper .join-web-cta .join-image {
  height: 400px;
  width: 400px;
  overflow: hidden;
}
*/
.about-gsea-section-wrapper .about-content-wrapper .join-web-cta .join-image img {
  border-radius: 50%;
  display: block;
  width: 258px;
  height: 258px !important;
  object-fit: cover;
}

.about-gsea-section-wrapper .about-content-wrapper .join-web-cta .join-title {
  font-family: advertaSTD-light, sans-serif;
  margin-top: 30px;
  font-size: 2.8rem;
  font-weight: 100;
}

.about-gsea-section-wrapper .about-content-wrapper .join-web-cta .join-link {
  font-size: 1.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  position: relative;
  margin-left: 30px;
}

.about-gsea-section-wrapper .about-content-wrapper .join-web-cta .join-link:before {
  content: "\f3c5";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: -20px;
  top: -5px;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {

  .about-gsea-section-wrapper {
    padding-bottom: 10rem;
    margin-top: 15.5rem !important;
  }

  .about-gsea-section-wrapper .about-content-wrapper {
    flex-direction: column !important;
  }

  .about-gsea-section-wrapper .about-content-wrapper .about-content:before {
    top: -65px;
    border-radius: 30px;
  }

  .about-gsea-section-wrapper {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .about-gsea-section-wrapper .about-content-wrapper .about-content {
    border-radius: 30px;
    padding: 2rem;
    margin-bottom: 4rem;
    top: -2rem;
  }

  .about-gsea-section-wrapper .about-content-wrapper .about-content .about-main-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .col-sm-12 {
    padding: 0px;
  }
}

@media (min-width: 768px){
  .col-sm-12 {
    width: 100%;
    padding: 0px;
  }
}


/* ============ blog feed ============ */

.blog-feed-wrapper {
  margin-top: -25rem;
}

.blog-feed-wrapper .blog-feed {
  margin: 5rem auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  padding: 0;
}

.blog-feed-wrapper .blog-feed .feed-image {
  display: flex;
  width: 590px;
  max-width: 100%;
  overflow: hidden;
}

.blog-feed-wrapper .blog-feed .feed-image img {
  object-fit: cover;
}

.blog-feed-wrapper .blog-feed .blog-feed-content {
  width: 56%;
  padding: 3rem;
  background-color: var(--white);
  border-top-right-radius: 80px;
}

.blog-feed-wrapper .blog-feed .blog-feed-content .blog-feed-section-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 1.4rem;
}

.blog-feed-wrapper .blog-feed .blog-feed-content .blog-feed-section-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--yellow);
  margin-top: 10px;
  text-decoration: none;
}

.blog-feed-wrapper .blog-feed .blog-feed-content .blog-feed-title {
  font-size: 3.2rem;
  font-family: advertaSTD-light, sans-serif;
  font-weight: 100;
  line-height: 4rem;
  margin-bottom: 1rem;
  color: var(--black);
}

.blog-feed-wrapper .blog-feed .blog-feed-content .blog-feed-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {
  .blog-feed-wrapper {
    margin-bottom: -8rem;
  }

  .blog-feed-wrapper .blog-feed {
    flex-direction: column;
  }

  .blog-feed-wrapper .blog-feed .blog-feed-content {
    padding: 2rem;
    width: 100%;
  }

  .blog-feed-wrapper .blog-feed .blog-feed-content .blog-feed-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .blog-feed-wrapper .blog-feed .feed-image {
    width: 100%;
    height: inherit;
  }

  .BlockTLItem tr {
    display: flex;
    flex-direction: column;
  }

  .BlockTLItem td {
    width: 100% !important;
  }

  .blog-single-title h1 {
    padding: 0 2rem !important;
  }
}

/* ============ spotliight sectiion ============ */

.spotlight-wrapper {
  margin-top: -13rem;
}

.spotlight-wrapper .spotlight {
  margin: 5rem auto 0;
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
}

.spotlight-wrapper .spotlight .spotlight-image {
  display: flex;
  width: 650px;
  max-width: 100%;
  height: 335px;
  overflow: hidden;
}

.spotlight-wrapper .spotlight .spotlight-image img {
  object-fit: cover;
  width: 511px;
}

.spotlight-wrapper .spotlight .spotlight-content {
  width: 56%;
  padding: 3rem 3rem 3rem 0rem;
  background-color: var(--white);
}

.spotlight-wrapper .spotlight .spotlight-content .spotlight-section-title {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 1.4rem;
}

.spotlight-wrapper .spotlight .spotlight-content .spotlight-section-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--blue);
  margin-top: 10px;
  text-decoration: none;
}

.spotlight-wrapper .spotlight .spotlight-content .spotlight-title {
  font-size: 3.2rem;
  font-family: advertaSTD-light, sans-serif;
  font-weight: 100;
  line-height: 4rem;
  margin-bottom: 1rem;
  color: var(--black);
}

.spotlight-wrapper .spotlight .spotlight-content .spotlight-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {
  .spotlight-wrapper .spotlight {
    flex-direction: column;
  }

  .spotlight-wrapper .spotlight .spotlight-image {
    width: 100%;
    height: inherit;
  }

  .spotlight-wrapper .spotlight .spotlight-image img {
    width: 100%;
  }

  .spotlight-wrapper .spotlight .spotlight-content {
    width: 100%;
    padding: 2rem;
  }

  .spotlight-wrapper .spotlight .spotlight-content .spotlight-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .spotlight-wrapper {
    margin-bottom: 0px;
  }
}

/* ============ new hero slider sectiion ============ */

.hero-slider-main {
  background-color: var(--light-grey);
  min-height: 731px;
  align-items: center;
  margin-bottom: -20px;
}

.hero-slider-main .slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

/*.hero-slider-main .hero-content-slide-wrapper .slideshow-item-text {
  padding: 20px 30px;
  position: relative;
}
*/
.hero-slider-main .hero-content-slide-wrapper .slideshow-item-text .slide-title {
  font-size: 5rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 55px;
  color: var(--white);
  text-align: left;
}

.hero-slider-main .hero-content-slide-wrapper .slideshow-item-text .slide-description {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 30px;
  font-weight: 100;
  color: var(--white);
  text-align: left;
}

.hero-slider-main .hero-content-slide-wrapper {
  z-index: 1;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: 542px;
  display: flex;
  padding: 1rem 4rem 3rem 6rem;
  /* border-top-right-radius: 80px; */
  /* border-bottom-right-radius: 80px; */
  overflow: hidden;
}

.hero-slider-main .slider .slide .slide-content {
  display: block;
  height: 731px;
  position: relative;
}

.hero-slider-main .slider .slide .slide-content .slide-content-title {
  font-size: 1.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  text-transform: uppercase;
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.hero-slider-main .slider .slide .slide-content .slide-content-graphic {
  max-width: 170px;
  width: 100%;
  height: 170px;
  border-radius: 50%;
  background-color: var(--red);
}

.hero-slider-main .slider .slide .slide-content .slide-content-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--red);
  margin-top: 10px;
  text-decoration: none;
}

.hero-slider-main .slider .slide .slide-content .slide-step-title {
  font-size: 5.2rem;
  color: var(--dark-blue);
  font-family: advertaSTD-semibold, sans-serif;
  line-height: 6rem;
}

.hero-slider-main .slider .slide .slide-content .slide-content-description {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
}

.hero-slider-main .slider{
  width: 100%;
  height: 731px;
  overflow: hidden;
}

.hero-slider-main .slides{
  width: 500%;
  height: 731px;
  display: flex;
}

.hero-slider-main .slides .hero-bg {
  height: 731px;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 0;
}

.hero-slider-main .slides input{
  display: none;
}

.hero-slider-main .slide{
  width: 20%;
  transition: 2s;
}

.hero-slider-main .slide img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/*css for manual slide navigation*/

/*.hero-slider-main .navigation-manual{
  position: absolute;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  bottom: -9%;
}*/

.hero-slider-main .manual-btn{
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
  margin-left: 0px;
}

.hero-slider-main .manual-btn:not(:last-child){
  margin-right: 10px;
  margin-left: 0px;
}

.hero-slider-main .manual-btn:hover{
  background: var(--red);
}

.hero-slider-main #radio1:checked ~ .first{
  margin-left: 0;
}

.hero-slider-main #radio2:checked ~ .first{
  margin-left: -20%;
}

.hero-slider-main #radio3:checked ~ .first{
  margin-left: -40%;
}

/*css for automatic navigation*/

.hero-slider-main .navigation-auto{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: -9%;
}

.hero-slider-main .navigation-auto div{
  background: #C9C9C9;
  padding: 7px;
  border-radius: 10px;
  transition: 1s;
}

.hero-slider-main .navigation-auto div:not(:last-child){
  margin-right: 10px;
}

.hero-slider-main #radio1:checked ~ .navigation-auto .auto-btn1{
  background: var(--red);
}

.hero-slider-main #radio2:checked ~ .navigation-auto .auto-btn2{
  background: var(--red);
}

.hero-slider-main #radio3:checked ~ .navigation-auto .auto-btn3{
  background: var(--red);
}


/* ============ responsive styles ============ */

@media (min-width: 1024px) {
  .hero-slider-main .navigation-auto {
    position: absolute;
    display: flex;
    width: 50%;
    justify-content: center;
    bottom: 25%;
    z-index: 1;
  }

  .hero-slider-main .navigation-manual {
    position: absolute;
    width: 50%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    bottom: 25%;
    left: 0%;
    z-index: 1;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .hero-slider-main .hero-content-slide-wrapper .slideshow-item-text {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .hero-slider-main {
    height: 665px;
    min-height: inherit;
  }

  .hero-slider-main .slider {
    height: 100%;
    border-radius: 0;
  }
}

@media (max-width: 767px) {

  .hero-slider-main .hero-content-slide-wrapper {
    transform: translateY(-24%);
    max-width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0rem;
  }

  .hero-slider-main {
    height: 685px;
    min-height: inherit;
  }

  .hero-slider-main .slider {
    height: 100%;
    border-radius: 0;
  }

  .hero-slider-main .slider .slide .slide-content {
    height: inherit;
  }

  .hero-slider-main .slider .slide .slide-content .slide-content-graphic {
    width: 150px;
    height: 150px;
  }

  .hero-slider-main .slider .slide .slide-content .slide-step-title {
    font-size: 4.2rem;
    line-height: 5rem;
  }

  .hero-slider-main .slider .slide .slide-content .slide-content-description {
    width: 90%;
  }

  .hero-slider-main .navigation-auto,
  .hero-slider-main .navigation-manual {
    width: 100% !important;
  }
}


/* ============ journey sectiion ============ */

.why {
  background-color: transparent;
  min-height: 540px;
  align-items: center;
}

.journey-section-wrapper {
  background-color: var(--light-grey);
  min-height: 540px;
  align-items: center;
  margin-bottom: 0px;
  padding: 60px 0;
}

.journey-section-wrapper .slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}

.journey-section-wrapper .slider .slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.journey-section-wrapper .slide-content-title {
  font-size: 1.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  text-transform: uppercase;
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.journey-section-wrapper .slide-content-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--red);
  margin-top: 10px;
  text-decoration: none;
}

.journey-section-wrapper .slider .slide .slide-content .slide-content-graphic {
  max-width: 170px;
  width: 100%;
  height: 170px;
  border-radius: 50%;
  background-color: var(--red);
}

.journey-section-wrapper .slider .slide .slide-content .slide-step-title {
  font-size: 5.2rem;
  color: var(--dark-blue);
  font-family: advertaSTD-semibold, sans-serif;
  line-height: 6rem;
}

.journey-section-wrapper .slider .slide .slide-content .slide-content-description {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
}

.journey-section-wrapper .slides{
  width: 500%;
  height: 400px;
  display: flex;
}

.journey-section-wrapper .slides input{
  display: none;
}

.journey-section-wrapper .slide{
  width: 20%;
  transition: 2s;
}

.journey-section-wrapper .slide img{
  width: 100%;
  height: 400px;
}

/*css for manual slide navigation*/
.journey-section-wrapper .navigation-manual{
  position: absolute;
  width: 100%;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.journey-section-wrapper .manual-btns{
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
  margin-left: 0px;
}

.journey-section-wrapper .manual-btns:not(:last-child){
  margin-right: 10px;
  margin-left: 0px;
}

.journey-section-wrapper  .manual-btns:hover{
  background: var(--red);
}

#rad1:checked ~ .first{
  margin-left: 0;
}

#rad2:checked ~ .first{
  margin-left: -20%;
}

#rad3:checked ~ .first{
  margin-left: -40%;
}

#rad4:checked ~ .first{
  margin-left: -60%;
}

#rad5:checked ~ .first{
  margin-left: -80%;
}

/*css for automatic navigation*/

.journey-section-wrapper .navigation-auto{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 46px;
}

.navigation-auto div{
  background: #C9C9C9;
  padding: 7px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 10px;
}

#rad1:checked ~ .navigation-auto .auto-btns1{
  background: var(--red);
}

#rad2:checked ~ .navigation-auto .auto-btns2{
  background: var(--red);
}

#rad3:checked ~ .navigation-auto .auto-btns3{
  background: var(--red);
}

#rad4:checked ~ .navigation-auto .auto-btns4{
  background: var(--red);
}

#rad5:checked ~ .navigation-auto .auto-btns5{
  background: var(--red);
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {

  .journey-section-wrapper {
    margin-bottom: -25px;
  }

  .journey-section-wrapper .slider .slide .slide-content {
    height: inherit;
  }

  .journey-section-wrapper .slider .slide .slide-content .slide-content-graphic {
    width: 100%;
    height: 150px;
    margin-bottom: 2rem;
  }

  .journey-section-wrapper .slider .slide .slide-content .slide-step-title {
    font-size: 4.2rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }

  .journey-section-wrapper .slider .slide .slide-content .slide-content-description {
    width: 90%;
  }

  .journey-section-wrapper .slider .slide .slide-content .slide-content-description a {
    display: inline-block;
  }

  .journey-section-wrapper .navigation-auto,
  .journey-section-wrapper .navigation-manual {
    width: 100% !important;
  }
}

/* ============ apply sectiion ============ */

.apply-wrapper {
  margin-bottom: 80px;
}

.apply-wrapper .apply {
  flex-direction: row-reverse;
  padding: 0 !important;
}

.apply-wrapper .apply .apply-image {
  display: flex;
  width: 50%;
  overflow: hidden;
}

.apply-wrapper .apply .apply-image img {
  object-fit: cover;
}

.apply-wrapper .apply .apply-content {
  width: 50%;
  height: 100%;
  padding: 7rem 12rem;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--white);
}

.apply-wrapper .apply .apply-content .apply-section-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 1.4rem;
  align-items: center;
}

.apply-wrapper .apply .apply-content .apply-section-title:after {
  content:'';
  height: 1px;
  width: 50px;
  background-color: var(--blue);
  margin-top: 10px;
  text-decoration: none;
}

.apply-wrapper .apply .apply-content .apply-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}

.apply-wrapper .apply .apply-content .apply-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
  text-align: center;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {

  .apply-wrapper .apply {
    flex-direction: column;
  }

  .apply-wrapper .apply .apply-image {
    height: inherit;
    overflow: visible;
    width: 100%;
  }

  .apply-wrapper .apply .apply-content {
    width: 100%;
    padding: 5rem 2rem;
  }

  .apply-wrapper .apply .apply-content .apply-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}


/* ============ who is eo sectiion ============ */

.who-are-eo {
  margin-bottom: -25px;
}

.section-wrapper .who {
  height: 540px;
  flex-direction: row-reverse;
  overflow: hidden;
  padding: 0;
}

.section-wrapper .who .who-image {
  display: flex;
  width: 50%;
  height: 540px;
  overflow: hidden;
}

.section-wrapper .who .who-image img {
  object-fit: cover;
}

.section-wrapper .who .who-content {
  width: 50%;
  height: 100%;
  padding: 7rem 12rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--white);
}


.section-wrapper .who .who-content .who-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section-wrapper .who .who-content .who-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
  text-align: center;
  padding: 0 4rem;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {
  .bg-dark-blue {
    background-position: 145% 0%;
    background-size: 100%;
    margin-bottom: 0rem;
  }

  .section-wrapper .who {
    flex-direction: column;
    height: 800px;
  }

  .section-wrapper .who .who-content {
    width: 100%;
    padding: 0 2rem;
  }

  .section-wrapper .who .who-content .who-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

@media (max-width: 767px) {
  .section-wrapper .who {
    min-height: 600px;
    justify-content: flex-end;
    padding: 0 2rem 4rem;;
  }
}


/* ============ insta feeds sectiion ============ */

.instgram-feed {
  display: none;
}

.embedsocial-hashtag {
  width: 100%;
}

#es-header {
  display: none;
}

#es-footer {
  display: none;
}

.instgram-feed .feeds {
  flex-direction: row-reverse;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

.instgram-feed .feeds .feed-images {
  width: 100%;
  flex-direction: row-reverse;
  display: flex;
}

.instgram-feed .feeds .feed {
  border-radius: 20px;
  overflow: hidden;
  max-width: 150px;
  width: 100%;
  height: 100%;
  max-height: 150px;
  margin-bottom: 45px;
}

.instgram-feed .feeds .feed-images img {
  display: block;
  width: 258px;
  height: 258px !important;
  object-fit: cover;
}

.instgram-feed .feeds .feeds-content {
  width: 40%;
  height: 100%;
  padding: 7rem 5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.instgram-feed .feeds .feeds-content a.button.white {
  max-width: 210px;
}

.instgram-feed .feeds .feeds-content a.button.white:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 42px;
  margin-right: 10px;
  color: var(--white);
  background-color: var(--green);
  padding: 1rem;
  border-radius: 10px;
}

.instgram-feed .feeds .feeds-content .feeds-content-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--green);
}

.instgram-feed .feeds .feeds-content .feeds-content-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
  text-align: center;
  color: var(--dark-blue);
}

.gsea-home-page #es-grid #es-mainwidget .f-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

#es-grid .f-num-columns {
  width: 33% !important;
}

/* ============ responsive styles ============ */

@media (max-width: 768px) {
  .instgram-feed .feeds {
    flex-direction: column-reverse;
    margin-bottom: -5rem;
    min-height: 490px;
  }

  .instgram-feed .feeds .feeds-content .feeds-content-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .instgram-feed .feeds .feeds-content {
    width: 100%;
    padding: 5rem 2rem 2rem;
  }

  .instgram-feed .feeds .feed-images {
    width: 100%;
    padding: 2rem;
    flex-direction: column-reverse;
  }

  .instgram-feed .feeds .feed-images .feed-images .embedsocial-hashtag iframe {
    height: 476px !important;
  }

  .instgram-feed .feeds .feed {
    max-width: 230px;
    max-height: 180px;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .instgram-feed .feeds .feed {
    max-width: 180px;
    max-height: 180px;
  }
}

@media (max-width: 400px) {
  .instgram-feed .feeds .feed-images img {
    width: inherit;
  }

  .instgram-feed .feeds .feed {
    width: 100%;
    max-width: inherit;
  }
}


/* ============ about sectiion ============ */

.about-us-wrapper {
  background-image: url('/images/GSEA-Assets/Background-Main-Image.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 30%;
}

/*.section-wrapper .about {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}*/

.section-wrapper .about .about-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 4rem 7rem 0rem;
  background-color: var(--green);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

.section-wrapper .about .about-content .about-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .about .about-content .about-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {

  .header-logo-container a img {
    width: 188px !important;
  }

  .RadMenu.RadMenu_NaturalHeritageSites .rmText, 
  .RadMenu.RadMenu_NaturalHeritageSites .rmHorizontal .rmText, 
  .RadMenu.RadMenu_NaturalHeritageSites .rmSlide .rmText {
    padding: 8px 10px;
  }

  #masterLogoArea {
    left: 0 !important;
    top: 20px !important;
  }

  .about-us-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .why .section-description {
    width: 80% !important;
  }

  .section-wrapper .about .about-content {
    padding: 4rem 5rem 0rem 0rem;
    width: 500px;
  }

  .section-title-wrapper {
    padding: 0 8rem !important;
  }

  .why .automatic.section-title {
    padding: 0;
  }

  .about-us .history-wrapper {
    padding: 0 30px 4rem !important;
  }

  .about-history-wrapper .about-history-content .history-wrapper .history-card .history-image {
    width: 130px !important;;
    height: 130px !important;;
  }

  .about-history-wrapper .about-history-content .history-wrapper .history-card .history-description {
    max-width: 240px !important;;
  }

  .about-history-wrapper .about-history-content .history-wrapper .history-card .history-year {
    max-width: 110px !important;
    max-height: 38px !important; 
  }
}

@media (max-width: 768px) {

  .about-us-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  /*.section-wrapper .about  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }*/

  .section-wrapper .about .about-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .about .about-content .about-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .why .section-title-wrapper {
    padding: 0 15rem !important;
  }
}

@media (max-width: 600px) {
  .about-us-wrapper {
    padding: 18rem 0 0 !important;
  }
}

/* ============ about page slider ============ */

.why {
  background-color: transparent;
  min-height: 680px;
  align-items: center;
  flex-direction: column;
}

.why .title-content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.about-us .why .section-title {
  display: none;
}

.why .section-title {
  color: #B7B8C3;
  font-size: 5.4rem;
  width: 475px;
  font-family: advertaSTD-semibold, sans-serif;
}

.why .automatic.section-title {
  display: block;
}

.why .section-title-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: -3rem;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
  text-align: center;
  line-height: 7rem;
}

/*.why .section-title span {
  color: var(--green);
}
*/
.why .section-description {
  font-family: advertaSTD-regular, sans-serif;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.8rem;
  padding-top: 12rem;
}

.why .slider {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 8rem;
}


.why .slider .slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.why .slider .slide .slide-content .slide-content-title {
  font-size: 1.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  text-transform: uppercase;
  color: var(--dark-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.why .slider .slide .slide-content .slide-content-graphic {
  max-width: 170px;
  width: 100%;
  height: 170px;
  border-radius: 50%;
  background-color: var(--green);
}

.why .slider .slide .slide-content .slide-content-title:after {
  content:'';
  height: 1px;
  width: 90px;
  background-color: var(--green);
  margin-top: 10px;
  text-decoration: none;
}

.why .slider .slide .slide-content .slide-step-title {
  font-size: 3.2rem;
  color: var(--green);
  font-family: advertaSTD-light, sans-serif;
  line-height: 6rem;
}

.why .slider .slide .slide-content .slide-content-description {
  width: 60%;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
}


.why .slides{
  width: 500%;
  height: 400px;
  display: flex;
}

.why .slides input{
  display: none;
}

.why .slide{
  width: 20%;
  transition: 2s;
}

.why .slide img{
  width: 1100px;
  height: 400px;
}

/*css for manual slide navigation*/

.why .navigation-manual{
  position: absolute;
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.why .manual-btn{
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
  margin-left: 0px;
}

.why .manual-btn:not(:last-child){
  margin-right: 10px;
  margin-left: 0px;
}

.why .manual-btn:hover{
  background: var(--green);
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

#radio5:checked ~ .first{
  margin-left: -80%;
}

/*css for automatic navigation*/

.why .navigation-auto{
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 46px;
}

.why .navigation-auto div{
  background: #C9C9C9;
  padding: 7px;
  border-radius: 10px;
  transition: 1s;
}

.why .navigation-auto div:not(:last-child){
  margin-right: 10px;
}

.why .section-title-wrapper .automatic.section-title .auto-btn1,
.why .section-title-wrapper .automatic.section-title .auto-btn2,
.why .section-title-wrapper .automatic.section-title .auto-btn3,
.why .section-title-wrapper .automatic.section-title .auto-btn4 {
  width: 27%;
}

.why .automatic.section-title .auto-btn5 {
  width: 15%;
  margin: 0 0rem 0 3rem;
}

.why #radio1:checked ~ .section-title-wrapper .section-title .auto-btn1{
  color: var(--green);
}

.why #radio2:checked ~ .section-title-wrapper .section-title .auto-btn2{
  color: var(--green);
}

.why #radio3:checked ~ .section-title-wrapper .section-title .auto-btn3{
  color: var(--green);
}

.why #radio4:checked ~ .section-title-wrapper .section-title .auto-btn4{
  color: var(--green);
}

.why #radio1:checked ~ .navigation-auto .auto-btn1{
  background: var(--green);
}

.why #radio2:checked ~ .navigation-auto .auto-btn2{
  background: var(--green);
}

.why #radio3:checked ~ .navigation-auto .auto-btn3{
  background: var(--green);
}

.why #radio4:checked ~ .navigation-auto .auto-btn4{
  background: var(--green);
}

.why #radio4:checked ~ .navigation-auto .auto-btn5{
  background: var(--green);
}

@media (max-width: 768px) {
  .why .slider {
    width: 100%;    
  }

  .why .automatic.section-title {
    left: 0%;
    width: 100%;
  }

  .why .section-title {
    font-size: 4.4rem;
    padding: 0 2rem;
    line-height: 5rem;
  }

  .why .section-description {
    width: 100%;
    padding: 9rem 2rem 0;
  }

  .why .slider .slide .slide-content .slide-content-description {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .why {
    min-height: 780px !important;
  }

  .why .section-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .why .automatic.section-title .auto-btn5 {
    margin: 0;
  }

  .why .slider {
    height: 600px !important;
    padding-top: 0 !important;
  }

  .why .title-content {
    position: relative;
  }

  .slides {
    height: 480px !important;
  }

  .why .section-title-wrapper {
    padding: 0 2rem !important;
  }

  .why .section-title {
    padding: 0 0rem !important;
  }

}

/* ============ about page history section ============ */

.about-us .friends-of-wrapper .friends-of-eo .friends-of-eo-content .friends-of-eo-excerpt a {
  color: #fff;
}

.about-history-wrapper {
  padding: 5rem 0 5rem;
  margin-bottom: -2rem;
}

.about-history-wrapper .about-history-content {
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
}

/*.about-history-wrapper .about-history-content .about-history-title {
  font-size: 3.2rem;
  font-family: advertaSTD-light, sans-serif;
  font-weight: 100;
  line-height: 4rem;
  margin-bottom: 1.5rem;
  color: var(--black);
}*/

.about-history-wrapper .about-history-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.about-history-wrapper .about-history-content .about-history-title {
  color: var(--white);
  font-size: 5.4rem;
  padding: 4rem 16rem 4rem;
  width: 63%;
  margin: 0 auto 2rem;
  line-height: 6rem;
  text-align: center;
  font-family: advertaSTD-semibold, sans-serif;

}

.about-history-wrapper .about-history-content .history-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 0 4rem;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-history-wrapper .about-history-content .history-wrapper:after {
  content: '';
  height: 1360px;
  width: 6px;
  background-color: var(--white);
  position: absolute;
  z-index: -1;
  top: 5%;
}

.about-history-wrapper .about-history-content .history-wrapper .even {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0rem;
  left: 22%;
  position: relative;
}

.about-history-wrapper .about-history-content .history-wrapper .odd {
  display: flex;
  width: 60%;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0rem;
  flex-direction: row-reverse;
  right: 22%;
  position: relative;
}

.about-history-wrapper .about-history-content .history-wrapper .history-card .history-year {
  background: var(--white);
  color: var(--green);
  border-radius: 50px;
  max-width: 130px;
  width: 100%;
  height: 100%;
  max-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.6rem;
  font-family: advertaSTD-bold, sans-serif;
}

.about-history-wrapper .about-history-content .history-wrapper .history-card .history-image {
  width: 150px;
  height: 150px;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}

.about-history-wrapper .about-history-content .history-wrapper .history-card .history-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.about-history-wrapper .about-history-content .history-wrapper .history-card .history-description {
  max-width: 281px;
  width: 100%;
  margin: 0px;
  color: var(--white);
}

@media (max-width: 768px) {
  .about-history-wrapper {
    margin-bottom: -3rem;
  }

  .about-history-wrapper .about-history-content .about-history-title {
    font-size: 4.4rem;
    padding: 4rem 3rem 4rem;
    line-height: 5rem;
    width: 100%;
  }

  .about-history-wrapper .about-history-content .history-wrapper:after {
    display: none;
  }

  .about-history-wrapper .about-history-content .history-wrapper .even {
    width: 100%;
    left: 0;
    flex-direction: column;
    padding: 4rem 0;
  }

  .about-history-wrapper .about-history-content .history-wrapper .history-card .history-image {
    height: 182px;
    margin: 2rem 0;
  }

  .about-history-wrapper .about-history-content .history-wrapper .history-card .history-description {
    text-align: center;
    max-width: inherit;
    width: 80%;
  }

  .about-history-wrapper .about-history-content .history-wrapper .odd {
    width: 100%;
    right: 0;
    flex-direction: column;
    margin: 4rem 0;
  }
}

/* ============ about page friends of eo sectiion ============ */

.friends-of-wrapper {
  margin-bottom: -2rem;
}

.friends-of-wrapper .friends-of-eo {
  margin: 5rem auto;
  padding: 0 !important;
  max-width: 1100px;
  align-items: center;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65%;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image {
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  height: 100%;
  max-height: 260px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image .friends-of-eo-image-wrapper {
  background-color: var(--white);
  height: 150px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image .friends-of-eo-image-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image .image-title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: advertaSTD-light, sans-serif;
  color: var(--white);
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image .image-country {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: advertaSTD-semibold, sans-serif;
  color: var(--white);
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-image img {
  display: block;
  width: 300px;
  height: 150px !important;
  object-fit: cover;
  margin-bottom: 1rem;
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-content {
  width: 50%;
  height: 100%;
  padding: 7rem 5rem 7rem 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.friends-of-wrapper .friends-of-eo .friends-of-eo-content .friends-of-eo-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--white);
}

.friends-of-wrapper .friends-of-eo .friends-of-eo-content .friends-of-eo-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
  text-align: center;
  color: var(--white);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .friends-of-wrapper .friends-of-eo {
    padding: 0 4rem;
  }

  .friends-of-wrapper .friends-of-eo .friends-of-eo-image {
    max-width: 250px;
  }

  .friends-of-wrapper .friends-of-eo-content {
    width: 47% !important;
  }

  .friends-of-wrapper .friends-of-eo-images {
    width: 50% !important;
  }

  .about-history-wrapper .about-history-content .history-wrapper:after {
    height: 1230px !important;
  }
}

@media (max-width: 768px) {
  .friends-of-wrapper .friends-of-eo .friends-of-eo-images {
    width: 85%;
  }

  .friends-of-wrapper .friends-of-eo {
    flex-direction: column;
    padding: 2rem 0;
  }

  .friends-of-wrapper .friends-of-eo .friends-of-eo-content {
    width: 100%;
    padding: 2rem 2rem 4rem 2rem;
  }

  .friends-of-wrapper .friends-of-eo .friends-of-eo-content .friends-of-eo-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .friends-of-wrapper {
    padding-bottom: 6rem;
  }
}

@media (max-width: 600px) {
  .friends-of-wrapper .friends-of-eo .friends-of-eo-image {
    max-width: 430px;
  }

  .friends-of-wrapper {
    margin-bottom: -5rem;
    margin-top: -5rem !important;
    display: block;
    padding-bottom: 1rem;
  }
}

/* ============ winners page filters sectiion ============ */

.filers {
  margin: 0 auto;
  height: 80px;
  padding: 0 !important;
  max-width: 1238px;
  align-items: center;
}

.filers .filters-wrapper {
  display: flex;
  height: 100%;
}

.filers .filters-wrapper .filter {
  margin: 0;
  padding: 0 2rem 0 2rem;
  color: var(--white);
  border-right: 1px solid var(--white);
  font-size: 1.4rem;
  line-height: 4.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: advertaSTD-semibold, sans-serif;
  position: relative;
  cursor: pointer;
}

.filers .filters-wrapper .filter:hover {
  color: var(--red);
}

.filers .filters-wrapper .filter:nth-child(2):after,
.filers .filters-wrapper .filter:nth-child(3):after,
.filers .filters-wrapper .filter:nth-child(4):after,
.filers .filters-wrapper .filter:nth-child(5):after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 15px;
  margin-left: 5px;
}

.filers .filters-wrapper .filter:first-child {
  padding-left: 0;
}

.filers .filters-wrapper .filter:first-child:before {
  content: "\f1de";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 10px;
}

/* ============ competitions page hero sectiion ============ */

.competition-wrapper {
  background-image: url('/images/GSEA-Assets/GSEA_Website_Map-Banner_20210702_v2.0.png');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 130% 50%;
}

.section-wrapper .competition .competition-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 4rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

.section-wrapper .competition .competition-content .competition-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .competition .competition-content .competition-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (max-width: 768px) {

  .competition-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .competition  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .competition .competition-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem !important;
  }

  .section-wrapper .competition .competition-content .competition-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .competition-wrapper {
    padding: 0 2rem;
    min-height: inherit;
    background-position: 115% 50%;
    background-size: 61% !important;
  }

  .section-wrapper .competition .competition-content {
    width: 500px !important;
  }
}

@media (max-width: 1250px) {
  .section-wrapper .competition .competition-content {
    max-width: 520px;
    padding: 3rem 4rem 0 0;
  }
}

/* ============ title content component ============ */

.title-content-component {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 4rem !important;
  margin-bottom: -25px;
}

.apply-page .flex-video {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}

.title-content-component .component-section-title {
  font-size: 5.4rem;
  padding: 0px 16rem;
  width: 100%;
  margin: 0 auto 2rem;
  line-height: 6rem;
  text-align: center;
  font-family: advertaSTD-semibold, sans-serif;
}

.component-section-partner-image {
  display: flex;
  width: 80%;
  padding: 4rem;
  justify-content: space-between;
  align-items: center;
}

.component-section-partner-image-wrapper {
  width: 33%;
  margin: 2rem;
}

@media (max-width: 767px) {

  .component-section-partner-image {
    flex-direction: column;
    width: 100%;
  }

  .apply-page .flex-video {
    padding: 0 2rem;
  }

  .title-content-component {
    padding: 4rem 2rem 4rem;
  }

  .component-section-partner-image-wrapper {
    width: 100%;
  }

  .apply-page .flex-video iframe {
    width: 100%;
  }

  .title-content-component .component-section-title {
    padding: 0px 4rem;
    width: 100%;
    font-size: 4.5rem;
  }

  .competitions .title-content-component .component-section-description {
    width: 100% !important;
    padding: 0 4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .apply-page .flex-video iframe {
    width: 100%;
  }

  .title-content-component .component-section-title {
    width: 100%;
    padding: 2rem 6rem;
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .competitions .title-content-component .component-section-description {
    width: 85% !important;
  }

  .card-image-component {
    display: flex !important;
    flex-direction: column !important;
  }

  .card-image-component.image-right .card-content-wrapper,
  .card-image-component.image-left .card-content-wrapper {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .card-image {
    width: 100% !important;
  }

  .buy-now-wrapper .buy-now .buy-now-image {
    width: 100% !important;
    height: inherit !important;
    overflow: visible !important;
    margin-left: 0px !important;
  }
}

.title-content-component .component-section-title span {
  color: var(--green);
}

.title-content-component .component-section-description {
  font-family: advertaSTD-regular, sans-serif;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.8rem;
}

/* ============ card content image component ============ */

.card-image-component.image-left {
  flex-direction: row-reverse;
}

.card-image-component {
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  margin-bottom: 4rem;
}

.card-content-wrapper {
  width: 50%;
  padding: 3rem 2rem 3rem 3rem;
}

.card-image-component.image-right .card-content-wrapper {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-image-component.image-left .card-content-wrapper {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card-image {
  width: 50%;
}

.card-image img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.card-content-small-title {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: var(--white);
  font-family: advertaSTD-semibold, sans-serif;
  margin-bottom: 2rem;
}

.card-content-small-title:after {
  content:'';
  height: 1px;
  width: 50px;
  background-color: var(--white);
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.card-content-main-title {
  font-size: 3.2rem;
  color: var(--white);
  line-height: 4rem;
  font-family: advertaSTD-light, sans-serif;
  margin-bottom: 2rem;
}

.card-content-description {
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--white);
  margin-bottom: 2rem;
}

.card-content-link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: var(--white) !important;
  font-family: advertaSTD-semibold, sans-serif;
}

/* ============ card content image component responsive styles ============ */
@media screen and (max-width:767px) {
  .card-image-component.image-right,
  .card-image-component.image-left {
    flex-direction: column-reverse;
    padding: 0px;
  }

  .card-image-component.image-right .card-content-wrapper,
  .card-image-component.image-left .card-content-wrapper {
    border-radius: 0px;
  }

  .card-content-wrapper {
    width: 100%;
  }

  .card-image {
    width: 100%;
  }
}

/* ============ buy now component ============ */

.buy-now-wrapper {
  margin-bottom: -20px;
  padding: 0;
}

.buy-now-wrapper .buy-now {
  flex-direction: row-reverse;
  max-width: inherit;
}

.buy-now-wrapper .buy-now .buy-now-image {
  display: flex;
  width: 50%;
  overflow: hidden;
  z-index: -1;
}

.buy-now-wrapper .buy-now .buy-now-image img {
  object-fit: cover;
}

.buy-now-wrapper .buy-now .buy-now-content {
  width: 50%;
  height: 100%;
  padding: 7rem 12rem;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--white);
}

.buy-now-wrapper .buy-now .buy-now-content .buy-now-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  text-align: center;
}

.buy-now-wrapper .buy-now .buy-now-content .buy-now-excerpt {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
  text-align: center;
}

/* ============ buy now component responsive styles ============ */ 
@media (min-width: 769px) and (max-width: 1024px) {
  .buy-now-wrapper {
    min-height: 415px;
  }

  .buy-now-wrapper .buy-now .buy-now-image {
    height: inherit;
  }

  .buy-now-wrapper .buy-now .buy-now-content {
    padding: 7rem 2rem;
  }
}

@media screen and (max-width:767px) {

  .buy-now-wrapper .buy-now .buy-now-content {
    justify-content: end;
    height: inherit;
  }
  .buy-now-wrapper .buy-now .buy-now-image {
    width: 100%;
    margin: 0;
  }
}


/* ============ responsive styles ============ */

@media (max-width: 768px) {

  .buy-now-wrapper .buy-now {
    flex-direction: column;
  }

  .buy-now-wrapper .abuy-now .buy-now-image {
    height: inherit;
    overflow: visible;
    width: 100%;
  }

  .buy-now-wrapper .buy-now .buy-now-content {
    width: 100%;
    padding: 5rem 2rem;
  }

  .buy-now-wrapper .buy-now .buy-now-content .buy-now-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}


/* ============ social media component ============ */ 

.social-media-wrapper {
  margin-bottom: -15px;
}

.social-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.social-media-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--white);
}

.social-media-icons {
  display: flex;
  justify-content: space-around;
}

.social-media-icon {
  color: var(--white);
  border: 1px solid;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media-icons a:hover {
  text-decoration: none;
}

.social-media-icons a .social-media-icon:hover {
  background-color: var(--white);
  color: var(--blue);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .social-media-wrapper {
    min-height: inherit;
  }
}

@media (max-width: 768px) {
  .social-media-wrapper .social-media {
    min-height: inherit;
  }
}


/* ============ faq page hero sectiion ============ */

.gsea-faq-wrapper {
  background-image: url('https://eodev.imiscloud.com//images/GSEA-Assets/Global Finals.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 118% 65%;
  margin-bottom: 0;
}

.section-wrapper .gsea-faq .gsea-faq-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 1rem 7rem 0rem;
  background-color: var(--yellow);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .gsea-faq .gsea-faq-content .gsea-faq-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .gsea-faq .gsea-faq-content .gsea-faq-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .gsea-faq-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .section-wrapper .gsea-faq .gsea-faq-content {
    max-width: 500px;
    padding: 7rem 4rem 7rem 0rem;
  }

  .gsea-faq .accordion {
    width: 80% !important;
  }
}

@media (max-width: 768px) {

  .gsea-faq-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin-bottom: 30px;
  }

  .section-wrapper .gsea-faq  {
    height: 515px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .gsea-faq .gsea-faq-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .gsea-faq .gsea-faq-content .gsea-faq-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .gsea-faq .accordion {
    width: 90% !important;
  }
}


/* ============ accordion ============ */
.gsea-faq .accordion {
  padding: 4rem 0rem;
  margin-bottom: 6rem;
  width: 60%;
  margin: 0 auto;
}

.gsea-faq .accordion li {
  list-style: none;
}

.gsea-faq .accordion .inner ol li {
  list-style: auto;
  font-size: 1.6rem;
}

.gsea-faq .accordion .inner ul li {
  list-style: disc;
}

.gsea-faq .accordion li:nth-child(2) {
  border-bottom: none;
  border-top: none;
}

.gsea-faq .accordion li a {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--yellow);
  color: var(--dark-blue);
}

.gsea-faq .accordion li a p {
  width: 90%;
  font-family: advertaSTD-light, sans-serif;
  font-size: 3.2rem;
  line-height: 6rem;
  margin: 0;
}

.gsea-faq .accordion li a:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  position: absolute;
  right: 20px;
  content: " ";
  top: 37px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gsea-faq .accordion .inner {
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  display: none;
}

.gsea-faq .accordion .inner ul {
  margin-bottom: 2.5rem;
}

.gsea-faq .accordion .inner ul li {
  text-decoration: none;
  border: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
} 

.gsea-faq .accordion .inner span.italic {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
}

.gsea-faq .accordion .inner .strong {
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 2.3rem;
  line-height: 3rem;
  margin: 2rem 0 1rem;
}

.gsea-faq .accordion li .active:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  position: absolute;
  right: 20px;
  content: " ";
  top: 37px;
  -webkit-transform: rotate(-137deg);
  -o-transform: rotate(-137deg);
  transform: rotate(-137deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* ============ accordion ============ */



.gsea-faq .title-content-component {
  margin-bottom: -15px;
  padding: 4rem 0 !important;
}

.gsea-faq .title-content-component .component-section-description {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 40%;
}

.gsea-faq .button.white {
  color: var(--green);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gsea-faq .title-content-component .component-section-description {
    width: 85% !important;
  }
}

/* ============ qualifiers page hero sectiion ============ */

.qualifiers-wrapper {
  background-image: url('/images/GSEA-Assets/Local-Competitions.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 141% 66%;
}

.section-wrapper .qualifiers {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.section-wrapper .qualifiers .qualifiers-content {
  width: 100%;
  max-width: 678px;
  height: 100%;
  padding: 7rem 10rem 7rem 0rem;
  background-color: var(--green);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

.section-wrapper .qualifiers .qualifiers-content .qualifiers-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .qualifiers .qualifiers-content .qualifiers-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .qualifiers-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }
}

@media (max-width: 768px) {

  .qualifiers-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .qualifiers  {
    min-height: 425px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .qualifiers .qualifiers-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .qualifiers .qualifiers-content .qualifiers-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

/* ============ qualifiers page titler component ============ */

.title-content-component .component-section-description {
  color: var(--dark-blue);
  font-family: advertaSTD-regular, sans-serif;
  width: 60% !important;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 2.0rem !important;
  line-height: 2.8rem !important;
}

/* ============ qualifiers page titler component responsive styles ============ */ 
@media (min-width: 768px) and (max-width: 1023px) {
  .title-content-component .component-section-description {
    width: 90% !important;
  }
}

@media screen and (max-width:767px) {
  .title-content-component .component-section-description {
    width: 100% !important;
    padding: 0;
  }
}

/* ============ qualifiers page apply component ============ */

.qualifiers .apply-title-content-component {
  margin-bottom: -15px;
  padding: 4rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qualifiers .apply-title-content-component .apply-component-section-description {
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 4rem;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 40%;
  text-align: center;
}

.qualifiers .apply-title-content-component .apply-component-section-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--white);
}

.qualifiers .button.white {
  color: var(--green);
}

/* ============ qualifiers page apply component  responsive styles ============ */ 
@media screen and (max-width:767px) {

  .qualifiers .apply-title-content-component .apply-component-section-title {
    font-size: 4.5rem;
  }

  .qualifiers .apply-title-content-component .apply-component-section-description {
    width: 100% !important;
    padding: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .qualifiers .apply-title-content-component .apply-component-section-description {
    width: 80%;
  }

  .qualifiers .title-content-component .component-section-description {
    width: 85% !important;
  }
}

/* ============ competitions page hero sectiion ============ */

.competitions-wrapper {
  background-image: url('https://eodev.imiscloud.com//images/GSEA-Assets/Regional%20Competitions%20OR%20map%20graphic.jpg');
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 165% 50%;
}

.section-wrapper .competitions {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.section-wrapper .competitions .competitions-content {
  width: 100%;
  max-width: 678px;
  height: 100%;
  padding: 7rem 10rem 7rem 0rem;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

.section-wrapper .competitions .competitions-content .competitions-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .competitions .competitions-content .competitions-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .competitions-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }
}

@media (max-width: 768px) {

  .competitions-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .competitions  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .competitions .competitions-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .competitions .competitions-content .competitions-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .competitions-component-card-wrapper {
    padding: 0 2rem !important;
  }

  .competitions-card {
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 2rem !important;
  }

  .competitions-card-content {
    width: 90% !important;
    text-align: center !important;
  }

  .competitions-card-image {
    margin-bottom: 2rem !important;
  }

  .competitions-card-country:after {
    margin: 10px auto !important;
  }
}

/* ============ regional competitions ============ */

.competitions-component-card-wrapper {
  padding: 0 6rem;
  margin-bottom: 10rem;
}

.competitions-card {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}

.competitions-card-content {
  width: 60%;
}

.competitions-card-image {
  overflow: hidden;
  width: 222px;
  height: 222px;
  border-radius: 100%;
}

.competitions-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.competitions-card-title {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: advertaSTD-light, sans-serif;
  margin-bottom: 1rem;
}

.competitions-card-country {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: advertaSTD-light, sans-serif;
  margin-bottom: 2rem;
}

.competitions-card-country:after {
  content:'';
  height: 1px;
  width: 50px;
  background-color: var(--blue);
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

/* ============ competitions page apply component ============ */

.competitions .apply-title-content-component {
  margin-bottom: -15px;
  padding: 4rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.competitions .apply-title-content-component .apply-component-section-description {
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 4rem;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 40%;
  text-align: center;
}

.competitions .apply-title-content-component .apply-component-section-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-align: center;
  color: var(--white);
}

.competitions .button.white {
  color: var(--green);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .competitions .apply-title-content-component .apply-component-section-description {
    width: 80%;
  }
}

/* ============ competitions page hero sectiion ============ */

.global-wrapper {
  background-image: url('/images/GSEA-Assets/Global-Finals.jpg');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: 110% 30%;
}

.section-wrapper .global {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.section-wrapper .global .global-content {
  width: 100%;
  max-width: 678px;
  height: 100%;
  background-color: var(--red);
  padding: 7rem 10rem 7rem 0rem;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
}

.section-wrapper .global .global-content .global-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
}

.section-wrapper .global .global-content .global-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .global-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .global-finals .section-wrapper {
    width: 100vw !important;
  }
}

@media (max-width: 768px) {

  .global-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    margin: 0;
    width: 100%;
  }

  .section-wrapper .global  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .global .global-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .global .global-content .global-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

/* ============ global cta content componentr sectiion ============ */

.cta-content-component-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 10rem;
}

.cta-card {
  width: 47%;
  color: var(--white);
  border-radius: 40px;
  padding: 4rem;
  position: relative;
  min-height: 620px;
}

.cta-card-title {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: advertaSTD-semibold, sans-serif;
  margin-bottom: 2rem;
}

.cta-card-title:after {
  content:'';
  height: 1px;
  width: 50px;
  background-color: var(--white);
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.cta-card-agenda {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: advertaSTD-light, sans-serif;
  margin-bottom: 2rem;
}

span.cta-card-agenda-date {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: advertaSTD-semibold, sans-serif;
}

.cta-card-contact-info {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 2rem;
}

.cta-card-link {
  font-size: 1.6rem;
  color: var(--white) !important;
  font-family: advertaSTD-semibold, sans-serif;
}

.cta-card-content-title {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: advertaSTD-light, sans-serif;
  margin-bottom: 2rem;
}

.cta-card-description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  span.cta-card-agenda-date,
    .cta-card-content-title {
    font-size: 2.2rem !important;
    line-height: 3rem !important;
  }
}

/* ============ global cta content component responsive styles ============ */ 
@media (max-width: 767px) {
  .cta-content-component-wrapper {
    flex-direction: column;
  }

  .cta-card {
    width: 100%;
    margin-bottom: 4rem;
    padding: 2rem;
  }

  .cta-card-link {
    position: relative;
  }

  .global-finals .apply-title-content-component .apply-component-section-title {
    width: 100% !important;
    padding: 0 2rem;
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .global-finals .why .section-title {
    font-size: 4.5rem;
    line-height: 5rem;
    padding: 0 4rem !important;
    font-size: 4.5rem !important;
  }
}

/* ============ global page apply component ============ */

.global-finals .apply-title-content-component {
  margin-bottom: -15px;
  padding: 10rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply-component-section-partner-image {
  max-width: 740px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  margin: 1rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.apply-component-section-partner-image-wrapper {
  margin: 2rem;
  width: 60%;
  display: flex;
  justify-content: center;
}

.apply-component-section-partne-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  max-width: 540px;
}

.global-finals .apply-title-content-component .apply-component-section-description {
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 4rem;
  color: var(--dark-blue);
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 40%;
  text-align: center;
}

.global-finals .apply-title-content-component .apply-component-section-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 70%;
}

@media screen and (max-width:767px) {
  .apply-component-section-partner-image {
    flex-direction: column;
    max-height: inherit;
    height: inherit;
  }
}

/* ============ global finals page slider component ============ */

.global-finals .slide-content {
  flex-direction: row !important;
}

@media screen and (max-width:767px) {
  .global-finals .why .slider {
    height: 900px !important;
  }

  .global-finals .why .slider .slides {
    height: 100%;
  }

  .global-finals .slide-content {
    flex-direction: column !important;
  }

  .global-finals .slide-content .slide-content-card {
    width: 100% !important;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .global-finals .why .slider .slide .slide-content .slide-step-title {
    font-size: 2.2rem !important;
    line-height: 3rem !important;
  }

  .global-finals .why .slider .slide .slide-content .slide-content-description {
    font-size: 1.3rem !important;
  }
}

.global-finals .slide-content .slide-content-card {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.global-finals .why {
  min-height: 540px;
}

.global-finals .why .slider {
  height: 365px;
  position: relative;
}

.global-finals .why .slider .slides {
  padding-bottom: 12rem;
}

.global-finals .why .slider .slide .slide-content .slide-content-description {
  width: 100%;
}

.global-finals .why .slider .slide .slide-content .slide-content-graphic {
  background-color: var(--white);
  max-width: 280px;
  width: 100%;
  height: 160px;
  border-radius: 5%;
  overflow: hidden;
}

.global-finals .why .slider .slide .slide-content .slide-step-title {
  font-size: 3.2rem;
  color: var(--white);
  font-family: advertaSTD-light, sans-serif;
  line-height: 4rem;
}

.global-finals .why .slider .slide .slide-content .slide-content-description {
    width: 100%;
    color: var(--white);
}

.global-finals .journey-section-wrapper {
  background-color: var(--red);
  padding: 8rem 0;
}

.global-finals .why .section-title {
  color: var(--white);
  font-size: 5.4rem;
  padding: 0px 16rem;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
  font-family: advertaSTD-semibold, sans-serif;
}

.global-finals .why .title-content {
  position: relative;
  top: -25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.global-finals .why .navigation-manual {
  bottom: 46px
}

.global-finals .why #radio1:checked ~ .navigation-auto .auto-btn1,
.global-finals .why #radio2:checked ~ .navigation-auto .auto-btn2,
.global-finals .why #radio3:checked ~ .navigation-auto .auto-btn3 {
  background: var(--white);
}

.global-finals .why .manual-btn:hover {
  background: var(--white);
}

.global-finals .bg-green .component-section-description {
  color: var(--white) !important;
  margin: 4rem;
}

.global-finals .button.white {
  color: var(--green);
}

.global-finals .title-content-component {
  padding: 5rem 0;
  margin-bottom: 0;
}

.global-finals .slide img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .global-finals .title-content-component .component-section-description {
    width: 85% !important;
  }

  .global-finals .why .section-title {
    padding: 0px 6rem;
  }

  .global-finals .why .slider .slide .slide-content .slide-content-graphic {
    max-width: 225px;
  }
}

/* ============ apply page hero sectiion ============ */

.apply-hero-wrapper {
  background-image: url('https://source.unsplash.com/collection/190727/1600x900');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 170% 30%;
}

.section-wrapper .apply-hero {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.section-wrapper .apply-hero .apply-hero-content {
  width: 100%;
  max-width: 678px;
  height: 100%;
  padding: 7rem 10rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .apply-hero .apply-hero-content .apply-hero-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.section-wrapper .apply-hero .apply-hero-content .apply-hero-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  color: var(--white);
  font-family: advertaSTD-regular, sans-serif;
}

@media (max-width: 768px) {

  .apply-hero-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .apply-hero  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .apply-hero .apply-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .apply-hero .apply-hero-content .apply-hero-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

.apply-page .component-section-title {
  width: 100%;
}

.apply-page .component-section-description {
  margin: 2rem auto 4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .apply-page .component-section-description {
    width: 85% !important;
  }

  .apply-page .accordion {
    width: 80% !important;
  }
}

/* ============ apply page title and accordion component ============ */

.apply-page .apply-title-content-component {
  margin-bottom: -15px;
  padding: 4rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply-page .apply-title-content-component .apply-component-section-description {
  font-family: advertaSTD-regular, sans-serif;
  margin-bottom: 4rem;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 2.2rem;
  width: 40%;
  text-align: center;
}

.apply-page .apply-title-content-component .apply-component-section-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 2rem;
  text-align: center;
}

.apply-page .button.white {
  color: var(--blue);
}

/* ============ apply page accordion ============ */

.apply-page .accordion {
  padding: 4rem 0;
  margin-bottom: 6rem;
  width: 60%;
}

.apply-page .accordion li {
  list-style: none;
}

.apply-page .accordion .inner ol li {
  list-style: auto;
  font-size: 1.6rem;
}

.apply-page .accordion .inner ul li {
  list-style: disc;
}

.apply-page .accordion .inner ul li strong {
  font-family: advertaSTD-semibold, sans-serif;
}

.apply-page .accordion li:nth-child(2) {
  border-bottom: none;
  border-top: none;
}

.apply-page .accordion li a {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--yellow);
  color: var(--dark-blue);
}

.apply-page .accordion li a p {
  width: 90%;
  font-family: advertaSTD-light, sans-serif;
  font-size: 3.2rem;
  line-height: 6rem;
  margin: 0;
}

.apply-page .accordion li a:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  position: absolute;
  right: 20px;
  content: " ";
  top: 37px;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.apply-page .accordion .inner {
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  display: none;
}

.apply-page .accordion .inner ul {
  margin-bottom: 2.5rem;
}

.apply-page .accordion .inner ul li {
  text-decoration: none;
  border: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
} 

.apply-page .accordion .inner span.italic {
  font-style: italic;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: advertaSTD-regular, sans-serif;
}

.apply-page .accordion .inner .strong {
  font-family: advertaSTD-semibold, sans-serif;
  font-size: 2.3rem;
  line-height: 3rem;
  margin: 2rem 0 1rem;
}

.apply-page .accordion li .active:after {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  position: absolute;
  right: 20px;
  content: " ";
  top: 37px;
  -webkit-transform: rotate(-137deg);
  -o-transform: rotate(-137deg);
  transform: rotate(-137deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* ============ apply page title and accordion component responsive styles ============ */ 
@media screen and (max-width:767px) {
  .apply-page .apply-title-content-component .apply-component-section-title {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .apply-page .accordion {
    width: 100% !important;
    padding: 4rem 2rem !important;
  }

  .apply-page .accordion li a p {
    font-size: 2.5rem !important;
    line-height: 4rem !important;
  }
}

/* ============ apply page who are eo ============ */

.apply-page .who-are-eo,
.contact-us .who-are-eo {
  margin-bottom: -2rem;
}

/* ============ contact page hero sectiion ============ */

.contact-hero-wrapper {
  background-image: url('/images/GSEA-Assets/Contact-Us-Header.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 30%;
}

.section-wrapper .contact-hero .contact-hero-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 4rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .contact-hero .contact-hero-content .contact-hero-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.section-wrapper .contact-hero .contact-hero-content .contact-hero-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  color: var(--white);
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .contact-hero-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .section-wrapper .contact-hero .contact-hero-content {
    max-width: 500px;
    padding: 7rem 4rem 7rem 0rem;
  }
}

@media (max-width: 768px) {

  .contact-hero-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .contact-hero  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .contact-hero .contact-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .contact-hero .contact-hero-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

@media (max-width: 600px) {
  #form {
    padding: 0 2rem;
  }

  #form input[type=text] {
    width: 100% !important;
    margin: 0 !important;
  }

  #form textarea {
    width: 100% !important;
  }
}

/* ============ media page hero sectiion ============ */

.media-hero-wrapper {
  background-image:  url('/images/GSEA-Assets/Media.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 138% 30%;
}

.section-wrapper .media-hero {
  padding: 0;
  height: 340px;
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.section-wrapper .media-hero .media-hero-content {
  width: 100%;
  max-width: 678px;
  height: 100%;
  padding: 7rem 10rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .media-hero .media-hero-content .media-hero-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.section-wrapper .media-hero .media-hero-content .media-hero-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  color: var(--white);
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .media-hero-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }
}

@media (max-width: 768px) {

  .media-hero-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .media-hero  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .media-hero .media-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .media-hero .media-hero-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

/* ============ media page hero sectiion ============ */

.media .title-content-component {
  margin-bottom: 3rem;
}

.media .title-content-component .component-section-description {
  width: 90% !important;
}

/* ============ link content component ============ */

.link-content-wrapper {
  padding: 0 4rem;
  margin-bottom: 10rem;
}

.link {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  padding: 2rem 0;
  align-items: center;
}

.link:nth-child(2) {
  border: none;
}

.link-title {
  color: var(--red);
  font-size: 2.8rem;
  line-height: 4.1rem;
  font-family: advertaSTD-semibold, sans-serif;
}

.link-url {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: var(--red) !important;
  font-family: advertaSTD-regular, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-url:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 10px;
}

/* ============ link content component responsive styles ============ */ 
@media screen and (max-width:767px) {
  .link-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

/* ============ media page who are eo sectiion ============ */

.media .who-are-eo {
  margin-bottom: -2rem;
}

/* ============ terms page hero sectiion ============ */

.terms-hero-wrapper {
  background-image: url('/images/GSEA-Assets/2018-GSEA-Finals_00149.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 125% 60%;
}

.section-wrapper .terms-hero .terms-hero-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 2rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .terms-hero .terms-hero-content .terms-hero-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.section-wrapper .terms-hero .terms-hero-content .terms-hero-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  color: var(--white);
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .terms-hero-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .section-wrapper .terms-hero .terms-hero-content {
    max-width: 500px;
  }
}

@media (max-width: 768px) {

  .terms-hero-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .terms-hero  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .terms-hero .terms-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .terms-hero .terms-hero-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

/* ============ terms page content sectiion ============ */

.terms-of-use .component-section-description {
  width: 70% !important;
  text-align: left;
}

.terms-of-use .component-section-description p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 28px;
}

.terms-of-use .component-section-description p .strong {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

/* ============ terms who are eoo content sectiion ============ */

.terms-of-use .who-are-eo {
  margin-bottom: -2rem;
}

/* ============ privacy notice page hero sectiion ============ */

.privacy-hero-wrapper {
  background-image: url('/images/GSEA-Assets/2009-thumbnail.jpg');
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 30%;
}

.section-wrapper .privacy-hero .privacy-hero-content {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 7rem 4rem 7rem 0rem;
  background-color: var(--red);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.section-wrapper .privacy-hero .privacy-hero-content .privacy-hero-title {
  font-size: 5.4rem;
  font-family: advertaSTD-semibold, sans-serif;
  font-weight: 100;
  line-height: 6rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.section-wrapper .privacy-hero .privacy-hero-content .privacy-hero-excerpt {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 4rem;
  color: var(--white);
  font-family: advertaSTD-regular, sans-serif;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .privacy-hero-wrapper {
    padding: 0 2rem;
    min-height: inherit;
  }

  .section-wrapper .privacy-hero .privacy-hero-content  {
    max-width: 500px;
  }
}

@media (max-width: 768px) {

  .privacy-hero-wrapper {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
  }

  .section-wrapper .privacy-hero  {
    height: 575px;
    width: 100%;
    max-width: inherit;
    position: relative;
  }

  .section-wrapper .privacy-hero .privacy-hero-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
    border-radius: 0;
    padding: 2rem;
  }

  .section-wrapper .privacy-hero .privacy-hero-title {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

/* ============ privacy notice content sectiion ============ */

.privacy-notice .title-content-component .component-section-description {
  width: 90% !important;
  text-align: left;
}

.privacy-notice .title-content-component .component-section-description p {
  margin-bottom: 4rem;
}

.privacy-notice .title-content-component .component-section-description p .button.blue {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: advertaSTD-semibold, sans-serif;
  min-height: 38px !important;
  max-width: 114px;
  margin-top: 2rem;
}

.privacy-notice .title-content-component .component-section-description p .button.red {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: advertaSTD-semibold, sans-serif;
  min-height: 38px !important;
  margin-top: 2rem;
}

/* ============ privacy notice who are eoo content sectiion ============ */

.privacy-notice .who-are-eo {
  margin-bottom: -2rem;
}

/* ============ podcasts page hero sectiion ============ */

.podcast-wrapper {
  padding: 0 24rem 6rem;
}

.container-fluid .player {
  margin-bottom: 8rem !important;
}

.podcast-wrapper .playlist-item {
  margin: 0 0 4rem;
}

.podcast-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 6rem;
  width: 60%;
}

.podcast-logo-wrapper .podcast-logo-link {
  width: 200px;
  margin: 0 1rem;
}

.podcast-logo-wrapper .podcast-logo-link img {
  border-radius: 10px;
  border: 1px solid #9e9e9e;
}

@media (max-width: 768px) {
  .podcast-wrapper {
    padding: 0 2rem;
  }

  .podcast-logo-wrapper  {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .podcast-logo-wrapper {
    flex-wrap: wrap;
  }

  .podcast-logo-wrapper .podcast-logo-link {
    width: 40%;
    margin: 1rem 1rem;
  }
}

/* ============ blog page hero sectiion ============ */

.blog .TaggedListPanel,
.blog-story-wrapper {
  max-width: 1238px;
  margin: 0 auto;
  padding: 0 4rem;
}

/* ============ footer sectiion ============ */

.footer-content {
  padding: 4rem 2rem 4rem;;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
}

.footer-menu li a {
  color: var(--red) !important;
  font-family: advertaSTD-semibold, sans-serif;
}

.footer-social {
  width: 50% !important;
  padding-top: 0 !important;
}

.footer-social li a {
  font-size: 1.6rem;
}

.footer-nav-copyright {
  display: none;
}

img.footer-logo {
  max-height: inherit !important;
}

@media (max-width: 768px) {
  .footer-social-wrapper {
    width: 40%;
  }

  .footer-social-wrapper .footer-social {
    width: 100% !important;
  }

  .footer-menu-wrapper {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .footer-content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .footer-social-wrapper {
    width: 100%;
  }

  .footer-social-wrapper .footer-social {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .footer-menu-wrapper {
    width: 100%;
    padding: 0;
  }

  .footer-menu {
    justify-content: center;
  }

  .footer-menu-wrapper .footer-menu li {
    padding-right: 12px;
  }

  .footerLinksUl {
    padding-inline-start: 0px !important;
  }
}





