:root {
  --purple: #6F1D8A;
  --blue: #197DAA;
  --yellow: #E5CF33;
  --darkGrey: #313131;
  --MidGrey: #424141;
  --lightGrey: #9A9B9B;
  --OffWhite: #EFEFEF;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.soft-shadow {
background: #e0e0e0;
box-shadow:  35px 35px 83px #cecece,
             -35px -35px 83px #f2f2f2;
}

h2.Top60 {
    font-family: 'Quicksand', sans-serif;
    /* base size */
    font-size: 45px; 
    line-height: normal;
    color:white;
   font-weight: 700;
   margin: 0;
    
  }

  #TE_HeroContainer > p {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color:white;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 30px;
  }  


  body.Top60 * {
    box-sizing: border-box;
  }

  body.Top60 a {
    outline: 0;
  }


  
  
  body.Top60 {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
   
  }
  
  #Top60_LandingSection {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    min-height:100vh;
   
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    padding-bottom: 50px;
  }

  .ruth_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .TE_Category_Test {
    font-size: 14px;
  }

  #TE_ruthIntro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.70);
    padding: 22px;
    border-radius: 9px;
    height: fit-content;
  }


  .TE_IntroTitle > h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    color: white;
    font-weight: 700;
    margin: 0;
  }

  .TE_IntroTitle > span {
     color: white;
  }

  .Top60 p {
    line-height: normal;
  }


  .TE_SingleBackPage {
    display: flex;
    align-items: center;
  }

  .TE_SingleBackPage > p {
    color:white;
    font-size: 20px;
  }

  .TE_SingleBackPage > span {
    color:white;
    font-size: 20px;
    margin-right: 20px;
  }

  .TE_SingleContent {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 150px;
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #636464;
  }

  .TE_Author {
    flex: 1;
    /* width: 30%; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
    /* background-color: greenyellow; */

  }

  .TE_Ruth_Intro_Text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .TE_AuthorImage {
    width: 35px;
    clip-path: circle(17.5px at center);
  }

  .TE_AuthorWrapper {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .TE_Content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    transition: max-height 0.4s ease;
    flex-direction: column;
    gap: 0px;
   
  }

  .TE_Content.TE_Collapse {
    max-height: 0;
  }

  .TE_Content p {
    font-size: 0.9em;
    margin-bottom: 7px;
    line-height: 1.1em;
  }


  
  #Top60_SearchSection {
    background-color: var(--OffWhite);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    height: 100vh;

    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    
  }
  
  .Top60_EventTitle {
    font-size: 2em;
    color:#197DAA;
  }

  .TE_IntroTitle > a {
    margin-top: 20px;
    margin-bottom: 20px;
  }

.TE_IntroLine {
  width: 100%;
  color: var(--Purple, #6F1D8A);
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;

}  
  
#TE_LogoLink {
  display: flex;
  align-content: center;
}

#IntroCTAs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 15px;
}

  #TopEventsNav {
    z-index: 10;
    height: 50px;
    display: flex;
    position: fixed;
    width: 100vw;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.5);
    border-bottom-width: 1px;
    transition-duration: 0.5s;
    justify-content: space-between;
  }

  #TopEventsNavLogo {
    height: 15px;
    align-self: center;
    margin-left: 20px;
  }

  #TE_Footer {
    display: none;
    background-color: #636464;
    height: 200px;
    /* margin-top: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
    gap: 20px;
  }

  #TE_Footer p {
    color: white;
  }

  #TopEventsNavFooterLogo {
    height: 20px;
  }

  #TopEventsNavLogo path {
    transition-duration: 0.5s;
  }

  .TopEventsNavLinks{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    /* align-self: center; */
    transition-duration: 0.5s;
    cursor: pointer;
  }

  .TopEventsNavLinks > p{
    color: white;
    transition-duration: 0.5s;
  }



  #TE_NavLinkContainer {
    display: flex;
    margin-right: 20px;
  }

  #TE_MobileMenu {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: flex-end; */
    background-color: #2B2B2B;
    right:0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 12;
    padding-left: 20px;
    transition: all 0.6s;
  }

  .TopEventsNavLinks > .TE_NavBottom {
    color:white!important;
  }

  .TE_HideMenu {
    transform: translate(100vw,0);
  }

  #TE_MobileMenu p {
    font-size: 15px;
    display: inline-block;
  }

  .TE_MenuIcon {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }

  .TE_MenuIcon > span {
    font-size: 1.9em;
    color: white;
  }

  .TE_CloseBtn {
    display: flex;
    padding: 15px;
    padding-left: 0px;
    margin-bottom: 40px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.9em;
    margin: 0;
  }

  .TE_CloseBtn span {
    color: white;
  }

  .TE_FilterBtn {
    
    width: 100%;
    background-color: #1d2327;  
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 70px;
    gap: 20px;
  }

  

  .TE_FilterBtn p {
    font-size: 20px;
    color:white;
  }

  .TE_FilterBtn span {
    font-size: 20px;
    color:white;
  }

  #TE_HeroContainer {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    /* width: 80vw; */
    justify-content: center;
  }

 
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 700,
  'GRAD' 0,
  'opsz' 48
}



.TE_ControlsContainer button {
  font-family: 'Quicksand';
}




#TE_BrowseEvents {
  background-color: #E5CF33;
}

#TE_EventinBox {
  background-color: white;
}

.TE_LargeButton {
    display: flex;
    margin:0;
    height: auto;
    background-color: #E5CF33;
    color: black;
    width: fit-content;
    border-radius: 70px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    gap:20px;
    padding: 15px;
    text-decoration: none;
}

.TE_LargeButton > p {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  font-size: 14px;
}

.TE_LargeButton > span {
margin: 0;
font-size: 14px;
}

.TE_IntroContainer {
  width: 80vw;
  display: flex;
  gap: 20px;
}

.TE_Col1 {
  line-height: 3;
}

.TE_Col1 > br {
  font-size: 200%;
}

.TE_Ruth_ExpandText {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
 cursor: pointer;
}

.TE_Ruth_ExpandText > p {
  font-weight: 700;
  color: var(--MidGrey);
  font-family: Quicksand;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.TE_Ruth_ExpandText > span {
  color: var(--MidGrey);
}

.TE_Hide {
  display: none;
}

.TE_Invisible {
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.2s,opacity 0.2s linear;

}

.TE_Visible {
  visibility:visible;
  opacity:1;
  transition-delay:0s;
}





.eventsCTA h2 {
  font-family: 'Quicksand';
  font-weight: 500;
  font-size: 30px;
  line-height: 1.25;
  color: #197DAA;
  margin: 0;
  margin-bottom: 20px;

}

.eventsCTA {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
}

.eventsCTA.switch {
	transform: translate(0px,-439px);
}

.sliderMask {
  height: 439px;
  overflow: hidden;
}


.BannerLeft {
  flex: 2;
  background-color: #f7f7f7;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.eventsCTA .theme_btn {
  font-family: 'Fjalla One', sans-serif;
  width: fit-content;
}

.BannerRight {
  flex: 1;
  background-size: cover;
}

#MarketingCTABanner .BannerRight {
  background-position: center center;
  background-image: url('https://3thinkrs.com/wp-content/uploads/2023/10/Marketing-Events-Mockup.jpg');
}

#TechCTABanner .BannerRight {
  background-position: center center;
  background-image: url('https://3thinkrs.com/wp-content/uploads/2023/10/Tech-Events-Mockup.jpg');
}



#TE_ToolbarWrapper {
  width: 100%;
  z-index: 9;
  position: fixed;
  bottom: 0;
  transition: transform 0.5s;
}

.TE_hideToolbar {
  transform: translate(0px, 69px);
  transition: transform 0.5s;
}

.TE_Toolbar {
  height: 69px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: var(--darkGrey);
  align-items: center;
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid var(--MidGrey);
}

.TE_ToolBar_Btn > p {
  color: #FFF;
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  
}

.TE_ToolBar_Btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  
}

.TE_ToolBar_Icon {
  display: flex;
  width: 35px;
  height: 32px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 13px;
  
}

.TE_ToolBar_Btn .TE_ToolBar_Icon {
  background: var(--yellow);
}

.TE_ToolBar_Btn .TE_ToolBar_Icon > span {
  color: var(--darkGrey)
}

.TE_ToolBar_Dormant > .TE_ToolBar_Icon {
  background: var(--darkGrey);
}

.TE_ToolBar_Dormant > .TE_ToolBar_Icon > span {
  color: white;
}

.TE_ToolBar_Dormant:hover .TE_ToolBar_Icon {
  background: var(--MidGrey);
}

.TE_ToolBar_Icon > span {
  color: white;
  font-size: 18px;
}



.TE_Toolbar_Expanded {
  position: relative;
  padding-top: 51px;
  padding-bottom: 25px;
  overflow-y: auto;
  background-color: var(--darkGrey);
  height: 70vh;
  width: 100%;
  max-height: 1200px;
  transition: max-height 0.5s;
  border-radius: 14px 14px 0px 0px;
}

.TE_Toolbar_Expanded p {
  font-size: 14px;
}

.TE_Filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 25px 85px 25px
}

.TE_Filter_Row {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}

#TE_FilterContainer {
  width: 90%;
  background-color: #1d2327;
  height: 150px;
  border-radius: 210px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
  transition: 0.2s;
}

#TE_ToolbarWrapper > .TE_CollapseFilters {
  max-height: 0px;
  transition: max-height 0.5s;
  padding-top: 0px;
  padding-bottom: 0px;
}

.TE_ControlsContainer {
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.TE_FilterToggle {
  cursor: pointer;
  border-style: solid;
  background-color: transparent;
  border-width: 1px;
  font-size: 14px;
  font-weight: 700;
  color:white;
  padding: 9px 17px;
  border-radius: 50px;
  transition: 0.2s;
  width: 100%;
}

.TE_FilterToggle.TE_toggle_Btn {
  width: fit-content;
}

.TE_control-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border:0;
  margin: 0;
  padding: 0;
}

.TE_control-group-label {
  display: none;
}

.TE_FilterToggle p {
  margin: 0;
}

.mixitup-control-active {
  background-color: white;
  color: #2B2B2B;
}

.mixitup-control-active[data-toggle=".TE_marketing"] {
  background-color: #197DAA;
}

.mixitup-control-active[data-toggle=".TE_sales"] {
background-color: #E5CF33;
color: #2B2B2B;
}

.TE_FilterToggle[data-toggle=".TE_virtual"] {
  border-color: white;
}

.mixitup-control-active[data-toggle=".TE_virtual"] {
background-color: white;
color: #2B2B2B;
}

.TE_FilterToggle[data-toggle=".TE_physical"] {
  border-color: white;
}

.mixitup-control-active[data-toggle=".TE_physical"] {
background-color: white;
color: #2B2B2B;
}

.TE_dropbtn {
  cursor: pointer;
    width: 100%;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    color: white;
    border-width: 1px;
    font-size: 1em;
    font-weight: 700;
    padding: 9px 17px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TE_dropbtn > p{
    margin: 0;
    color: white;
}

.TE_dropbtn > span{

  color: white;
}

.TE_dropdown {
    position: relative;
    /* display: inline-block; */
    padding-right: 5px;
}

.TE_dropdown-content {
  width: 100%;
    display: flex;
    flex-direction: column;
    /* margin-top:8px; */
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* min-width: 200px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 15px;
    max-height: 65vh;
    overflow-y: auto;
}

.TE_dropdown > .TE_Show {
  display: block;
}

.TE_dropdown-content p {
    cursor: pointer;
    color: black;
    padding: 25px;
    text-decoration: none;
    display: block;
    border-radius: 15px;
    margin: 0;
}

/* Change color of dropdown links on hover */
.TE_dropdown-content p:hover {background-color: #ddd;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.TE_dropdown:hover .TE_dropbtn {
    background-color: #6F1D8A;
    border-color: #6F1D8A;
    color: white;
}

.TE_dropdown .TE_Dropdown_Selected {
  background-color: #6F1D8A;
  border-color: #6F1D8A;
  color: white;
}

.TE_Sortcontainer {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0px 25px 0px 25px;
}

.TE_SortBtnContainer {
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

.TE_SortBtn > span {
  color: #686c6f;
}

.TE_Sortcontainer > .TE_SortBtn {
  padding: 5px;
}

.TE_Sortcontainer > .TE_SortActive > span {
  color: white;
}

.TE_SortBtn > span:hover {
  color: #CCCCCC;
  transition: 0.3s;
}

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

.TE_include-past-events_Btn {
  display: flex;
  gap: 15px;
  width: 100%;
 cursor: pointer;
  align-items: center;
}

.TE_include-past-events_Btn > p {
  font-size: 16px;
  color: white;
}

.TE_include-past-events_Btn > span {
  font-size: 20px;
  color: white;
}

.TE_ResetBtnContainer{
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

#TE_FilterResetBtn {
    color: white;
    font-size: 30px;
}

#TE_FilterResetBtn:hover {
  color: #CCCCCC;
  transition: 0.3s;
}

.TE_Complete_Btns_Wrapper {
  background-color: var(--darkGrey);
  position: fixed;
  height: 60px;
  border-top: solid 1px var(--lightGrey);
  border-bottom: solid 1px var(--lightGrey);
  bottom: 69px;
  width: 100%;
  max-width: 500px;
}

#Top60_SearchSection.TE_disable_scroll {
  overflow: hidden;
}

body.TE_disable_scroll {
  overflow: hidden;
}

.TE_Complete_Btns {
  display: flex;
  height: 100%;
}

.TE_Complete_Btns p {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.TE_Complete_Btns > button > span {
  width: 17px;
}

.TE_Complete_Btns > button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.TE_Reset_Filters * {
  color: white;
}

.TE_Done_Filters * {
  color: var(--yellow);
}

.TE_Done_Filters {
  border-left: 1px solid var(--MidGrey);
}


#TE_ResultsContainer {
  background-color: var(--OffWhite);
  transition: transform 0.5s;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  padding-top: 30px;
}

.TE_eventCard {
  display: flex;
  background-color: white;
  width: 95%;
  height: fit-content;
  flex-direction: column;
  justify-content: stretch;
  border-radius: 25px;
}

.TE_EventCardCollapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.TE_EventCardCollapse > p{
  font-size: 15px;
  margin: 0;
  margin-bottom: 5px;
}

.TE_eventcard_Left {
  display: flex;
  padding: 15px;
  width:auto;
  background-color: #6F1D8A;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  border-radius: 25px 25px 0px 0px;
}

#TE_ResultsContainer > .TE_pastEvent.TE_Hide {
  display: none;
}

#TE_today_Marker.TE_Hide {
  display: none;
}

.TE_pastEvent>.TE_eventcard_Left {
  background-color: #9A9B9B;
}

.TE_pastEvent add-to-calendar-button {
  display: none;
}

.TE_eventcard_Center {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 15px;
  width:auto;
  border-bottom-style: solid ;
  border-bottom-color: #9A9B9B;
  border-bottom-width: 1px;
  height: fit-content;
}


.TE_eventcard_Right {
  display: flex;
  padding: 15px;
  width:auto;
  flex-direction: row;
  justify-content: space-between;
  gap:20px;
  color:#6F1D8A;
  border-radius: 0px 0px 25px 25px;
}


.TE_DateFormat {
  display:flex;
  flex-direction: column;  
}

.TE_DateFormat p {
  margin: 0;
  font-family: 'Quicksand', sans-serif;

}

.TE_eventcard_date p {
  color:white;
}

.TE_eventcard_date > span {
  font-size: 30px;
  font-weight: 700;
  color:white;
}



.TE_DateFormat > .TE_eventDate_Day {
  font-size: 30px;
  font-weight: 700;
  
  line-height: 24px;
}



.TE_eventcard_location_wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
}


.TE_DateFormat > .TE_eventDate_Month {
  font-size: 14px;
  font-weight: 700;
}

.TE_eventDate_Year {
  font-size: 14px;
  font-weight: 700;
  color: white;
  opacity: 0.5;
  margin-left: 10px;
}

.TE_eventcard_date {
  display: flex;
  gap: 2px;
}



.TE_OnlineVirtualPillsContainer {
  display: flex;
  gap: 10px;
  
}

add-to-calendar-button {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.TE_eventcard_location {
  order: 2;
  display: flex;
  gap: 7px;
}

.TE_eventcard_location span {
  color: #E5CF33;
  font-size: 1em;
}

.TE_pastEvent .TE_eventcard_location span {
  color: white;
}

.TE_eventcard_locationText_Desktop {
  display: none;
}

.TE_eventcard_location > a {
  color: white;
    line-height: 0.5em;
    text-decoration: underline !important;
    transition: all 0.8s;
}


.TE_eventcard_locationText_Mobile {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.TE_eventcard_locationText_Mobile.TE_Venue-TBC {
  text-decoration: none;
}

.TE_eventcard_locationText_Mobile p {
  line-height: 16px;
  color: white;
}

.TE_eventcard_LocationIcon {
  font-size: 1em;
}

.TE_EventTitle {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  color: #6F1D8A;
  margin: 0;
}

.TE_pastEvent .TE_EventTitle {
  color: #636464;
}

.TE_EventTitle::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #6F1D8A;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.todayMarker {
  width: 90%;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 0;
  margin-bottom: -15px;
  z-index: 8;
  
}

.todayMarker>p {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  width: fit-content;
}

.todayLine {
  width: 100%;
  height: 2px;
  background-color: var(--blue);
}

.TE_pastEvent .TE_EventTitle::after {
  background-color: #636464;
}

.TE_EventTitle:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.TE_EventHost {
  font-size: 18px;
  line-height: normal;
  font-weight: 200;
  color: #1d2327;
  margin: 0;
}

.TE_EventTagline {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #636464;
  margin: 0;
  padding-top: 0px;
}

.TE_EventDescription {
  font-size: 1em;
  color: #636464;
  margin: 0;
  margin-top: 0px;
}

.TE_ReadMoreBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #1d2327;
  margin: 0;
  height: 50px;
  cursor: pointer;
}

.TE_SponsorHeading {
  font-size: 1em;
  font-weight: 700;
  color: #6F1D8A;
  margin: 0;
}

.TE_pastEvent .TE_SponsorHeading {
  color: #636464;
}

.TE_SponsorText {
  font-size: 1em;
  color: #636464;
  margin: 0;
}

.TE_EventFooter {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.TE_SocialMediaIcons {
  display: flex;
  gap: 20px;
}

.TE_SocialMediaIcons img {
  height: 20px;
  
}

.TE_eventcard_Right p {
  color: #6F1D8A;
  font-size: 1em;
}

.TE_pastEvent .TE_eventcard_Right p {
  color: #636464;
}


.TE_eventcard_Right span {
  font-size: 2.1em;
  color: #6F1D8A;
}

.TE_pastEvent .TE_eventcard_Right span {
  color: #636464;
}

.TE_RightText {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}

/* .TE_AttendeesCont > p {
    font-size: ;
} */

.TE_AttendeesCont {
  flex:2;
}

.TE_CostCont {
  flex:1;
}



.TE_EventTypePill_Marketing {
  color: white;
  background-color: #197DAA;
}

.TE_EventTypePill_Sales {
  color: #2B2B2B;
  background-color: #E5CF33;
}

.TE_PhysicalPill {
  display: none;
}

.TE_VirtualPill_Desktop {
  display: none;
}

.TE_VirtualPill_Mobile {
  color: #1d2327;
  background-color: transparent;
  border-style: solid;
  border-color: #1d2327;
  border-width: 1px;
}

.TE_Pill {
  width: fit-content;
  padding: 4px 11px;
  margin: 0;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
}

.TE_Pillcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* The Modal (background) */
.TE_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.hs-form__field > input {
  height: 30px;
}

.hs-form__pagination-content-container > .hs-form__row {
  margin-bottom: 10px;
}

/* Modal Content/Box */
.TE_modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.TE_Modalclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.TE_Modalclose:hover,
.TE_Modalclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.TE_modal-content .wpcf7-form {
  margin-top: 20px;
}

.TE_modal-content h2 {
  color: #6F1D8A;
  font-size: 1em;
}

.TE_modal-content h6 {
  color: grey;
  font-size: 1em;
  margin-bottom: 20px;
}

#TE_DownloadFormTitle {
  font-size: 25px;
  margin-bottom: 15px;
}

#TE_CountryDropD {
  order: -1;
  width: 100%;
}

.TE_Sortcontainer {
  order: -1;
}


.BannerRight {
  flex: 0;
  height: 200px;
}

.BannerRight p{

  height: 200px;
}

.BannerLeft {
  flex: 0;
}

.CentreWrapper {
  margin-top: 0px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 950px) {


  .eventsCTA {
   
    flex-direction: row;
    
  }

  .sliderMask {
    max-width: 1440px;
    margin-top: 100px;
    height: 350px;
  }

  .eventsCTA.switch {
    transform: translate(0px,-350px);
  }

  .BannerLeft {
    flex: 1;
  }

  .BannerRight {
    flex: 1;
    height: auto;
  }

  .TE_HideMenu {
    transform: translate(0,0);
  }

  #TE_NavLinkContainer {
    margin-right: 50px;
    width: auto;
  }

  #TE_MobileMenu {
    position: static;
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
  }

  #TE_MobileMenu p {
    font-size: 13px;
  }

  .TopEventsNavLinks > .TE_NavBottom {
    color:#636464!important;
  }

  #TE_MobileMenu p:hover {
    color: #E5CF33;
  }
  
  #TE_ToolbarWrapper {
    height: calc(100vh - 50px);
    width: auto;
    z-index: 9;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
  }

  .TE_hideToolbar {
    transform: translate(-50px, 0px);
  }
  
  .TE_Toolbar {
    order: 1;
    height: 100%;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    padding-top: 30px;
    gap: 45px;
    border-right: 1px solid var(--MidGrey);
    
  }

  .TE_Toolbar_Expanded {
    order: 2;
    position: relative;
    
    padding-top: 51px;
    padding-bottom: 25px;
    overflow: hidden;
    background-color: var(--darkGrey);
    height: 100%;
    width: 30vw;
    max-width: 500px;
    transition: max-width 0.5s;
    border-radius: 0px 14px 14px 0px;
  }

  .TE_Complete_Btns_Wrapper {
    width: 30vw;
  }

  #TE_ResultsContainer {
    margin-left: 50px;
  }

  

  #TE_ToolbarWrapper > .TE_CollapseFilters {
    max-height: 0px;
    transition: max-width 0.5s;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .TE_Toolbar_Expanded p {
    font-size: 14px;
  }
  
  .TE_ToolBar_Btn > p {
    font-size: 12px;
  }
  
  .TE_ToolBar_Icon {
    border-radius: 8px;
  }
  
  .TE_MenuIcon {
    display: none;
  }

  .TE_CloseBtn {
    display: none;
  }

  .TE_eventCard {
    
    width: 85%;
    flex-direction: row;
  }

  .TE_eventcard_Left {
    width:20%;
    padding: 30px;
    flex-direction: column;
    border-radius: 25px 0px 0px 25px;
  }


  .TE_eventcard_Center {
    width:60%;
    padding: 30px;
    border-right-style: solid;
    border-right-color: #9A9B9B;
    border-right-width: 1px;
    border-bottom-style: none;
  }
  
  .TE_eventcard_Right {
    width:20%;
    padding: 30px;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .TE_ReadMoreBtn {
    display: none;
  }

  .TE_eventcard_location_wrapper {
    justify-content: flex-start;
  }

  .TE_eventcard_location {
    flex-direction: column;
    order: 1;
  }

  add-to-calendar-button {
    order: 2;
  }

  .TE_eventcard_locationText_Mobile {
    display: none;
  }
  
  .TE_eventcard_locationText_Desktop {
    display: block;
  }

  .TE_eventcard_locationText_Desktop.TE_Venue-TBC {
    text-decoration: none;
  }

  .TE_eventcard_locationText_Desktop > p{
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: normal; 
  }
  
  .TE_eventcard_locationText_Desktop:hover {
    color:#DFCDE5;
  }

  .TE_PhysicalPill {
    display: block;
    color: white;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
  }
  
  .TE_VirtualPill_Desktop {
    display: block;
    color: white;
    background-color: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
  }

  .TE_eventcard_date {
    gap: 5px;
  }

  .TE_VirtualPill_Mobile {
    display: none;
  }

  .TE_EventDescription {
    margin-top: 10px;
  }

  .TE_EventCardCollapse {
    max-height: 500px;
  }
  
  .TE_Content p {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
  
  #IntroCTAs {
    flex-direction: row;
    gap: 10px;
    margin-bottom: 0px;
  }

  .TE_LargeButton { 
    gap:10px;
    padding: 12px;
  }

  .TE_LargeButton > p {
    font-size: 13px;
  }

  .TE_LargeButton > span {
  font-size: 13px;
  }

  #Top60_LandingSection {
    flex-direction: row;
    padding: 60px;
    justify-content: space-between;
  }

  #TE_HeroContainer {
    width: 50%;
    /* justify-content: center; */
  }

  .ruth_wrapper {
    max-width: 550px;
    width: 40%;
    justify-content: center;
  }

  #TE_ruthIntro {
    align-items: flex-start;
  }

  .TE_Ruth_Intro_Text {
    align-items: flex-start;
  }

  h2.Top60 {
    font-size: 4.2vw; 
    line-height: normal;
  }

  #TE_HeroContainer > p {
    font-size: 2.2vw;
    line-height: normal;
  }

  .TE_ContentTextIntro {
    font-size: 15px;
  }

  .TE_Ruth_ExpandText > p {
    font-size: 13px;
  }


}


@media (min-width: 1100px) {
  h2.Top60 {
      font-size: 4.2vw;
      line-height: normal;
    }
    #TE_HeroContainer > p{
      font-size: 2.2vw;
      line-height: normal;
    }
    .TE_ControlsContainer * {
      font-size: 1vw;
    }
    .TE_dropbtn > span {
      font-size: 1vw;
    }
   
    .TE_RightText {
      font-size: 1.5vw;
    }

    .TE_EventTitle {
      font-size: 2.4vw;
    }

    .TE_EventHost {
      font-size: 1.5vw;
    }
    
    .TE_EventTagline {
      font-size: 1.5vw;
      padding-top: 6px;
    }

    .TE_DateFormat > .TE_eventDate_Day {
      font-size: 2.8vw;
    }
    
    .TE_eventcard_date > span {
      font-size: 2.8vw;
    }
    
    .TE_DateFormat > .TE_eventDate_Month {
      font-size: 1.4vw;
    }

    .TE_Pill {
      padding: 5px;
      font-size: 0.7em;
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 5px;
    }

    .TE_eventcard_Left {
      padding: 20px;
      padding-left: 25px;
    }
    
    .TE_eventcard_Center {
      padding: 20px;
    }
    
    .TE_eventcard_Right {
      padding: 20px;
    }

    .TE_EventSponsor > p{
      font-size: 14px;
    }

    .TE_LargeButton {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 15px;
    }

    .TE_LargeButton > p {
        margin: 0;
        font-size: 1.1vw;
    }

    .TE_LargeButton > span {
      margin: 0;
      font-size: 1.1vw;
    }

    .TE_AuthorImage {
      width: 55px;
      clip-path: circle(27.5px at center);
    }

    .TE_StickyContent {
      padding-top:100px;
    }

    #TE_DownloadFormTitle {
      font-size: 30px;
    }

    .eventsCTA h2 {
      font-size: 32px;
    }

    .BannerLeft {
      padding: 50px;
      padding-right: 100px;
    }

    .TE_ContentTextIntro {
      font-size: 16px;
      font-weight: 400;
    }
    
  }

 

  /* // You can do the same for a maximum size if you wish */
  @media (min-width: 1500px) {
  h2.Top60 {
      font-size: 63px;
      line-height: 111.5%;
    }
    #TE_HeroContainer > p{
      font-size: 32px;
      line-height: normal;
    }
    .TE_ControlsContainer * {
      font-size: 15px;
    }

    .TE__SinglePageHero > h2 {
      font-size: 80px;
    }

    .TE_RightText {
      font-size: 25px;
    }

    .TE_EventTitle {
      font-size: 40px;
    }

    .TE_EventHost {
      font-size: 22px;
    }
    
    .TE_EventTagline {
      font-size: 22px;
    }

    .TE_DateFormat > .TE_eventDate_Day {
      font-size: 45px;
      line-height: 45px;
    }

    .TE_eventcard_date > span {
      font-size: 45px;
      line-height: 45px;
    }
    
    
    .TE_DateFormat > .TE_eventDate_Month {
      font-size: 22px;
      line-height: 22px;
    }



    .TE_EventCardCollapse > p{
      font-size: 1em;
      margin: 0;
      margin-bottom: 5px;
    }

    .TE_LargeButton {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 15px;
    }

    .TE_LargeButton > p {
        margin: 0;
        font-size: 15px;
    }

    .TE_LargeButton > span {
      margin: 0;
      font-size: 15px;
    }

    .TE_StickyContent {
      padding-top:100px;
    }

    #TE_DownloadFormTitle {
      font-size: 30px;
    }

    .eventsCTA h2 {
      font-size: 36px;
    }

    .BannerLeft {
      padding: 50px;
      padding-right: 100px;
    }

    .TE_ContentTextIntro {
      font-size: 20px;
      font-weight: 400;
    }
   
  }