

.SocialShare_root__3h83X {
  display: flex;
  flex-direction: row;
}

  @media (min-width: 1025px) {

.SocialShare_root__3h83X {
    flex-direction: column
}
  }

.SocialShare_item__39IWR {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262626;
  background-color: var(--primary-gray);
  width: 44px;
  height: 44px;
  margin: 10px 10px 10px 0;
}

.SocialShare_item__39IWR img {
    /* width: 100%; */
  }

.RecordsTableHeader_headingContainer___OdWB {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
}

.RecordsTableHeader_headingItem__2md8g {
    flex: 1 1;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    padding: 20px 20px 20px 20px;
    width: 40%;
    min-width: 300px;
}

.RecordsTableHeader_headingItem__2md8g h1 {
        text-align: left;
        font-size: 42px;
        line-height: 44px; /* @media ...*/
        font-weight: 800;
        color: #262626;
    }

.RecordsTableHeader_headingItem__2md8g h1:after {
            content: '';
            display: block;
            background-color: #bd94ff;
            background-color: var(--quaternary-colour);
            font-weight: 800;
            width: 180px;
            height: 1px;
            margin-top: 8px;
        }

.RecordsTableHeader_social__3LZb7{
    position: absolute;
    left: 0;
    padding-top: 11vh;
}

@media (max-width: 767px)  {

.RecordsTableHeader_social__3LZb7{
        flex-direction: row;
        position: relative;
        padding-top: 0
}
    }
.Arrow_arrow__1FLD9 {
  display: block;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: calc(35px / -2);
  transition: transform .18s ease-in-out;
  vertical-align: -.125em;
}

  .Arrow_arrow__1FLD9.Arrow_up__Zw_X- {
    transform: rotate(180deg);
  }

  .Arrow_arrow__1FLD9.Arrow_down__3GrqQ {
    transform: rotate(0deg);
  }

.RecordsLegend_legend__108mo h3 {
        background-color: #281e37;
        background-color: var(--quaternary-accent-dark);
        color: white;
        padding: 10px 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .RecordsLegend_legend__108mo span {
        padding-left: 20px;
        font-family: 'World Athletics',Arial,sans-serif, Arial, sans-serif;
        font-family: var(--font-family-regular), Arial, sans-serif;
        font-size: 14px;
    }
.RecordsByCategory_siteContainer__2Vq9L {
    padding: 20px 0;
    min-height: 400px;
    max-width: 1400px;
    margin: auto;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.RecordsByCategory_container__PKEil {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.RecordsByCategory_container__PKEil:first-child {
        padding-bottom: 10px;
    }

.RecordsByCategory_selectContainer__17Sku {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.RecordsByCategory_selectContainer__17Sku+ .RecordsByCategory_selectContainer__17Sku {
        margin-top: 10px;
    }

.RecordsByCategory_selectContainer__17Sku label {
        font-size: 14px;
        margin-bottom: 5px;
        font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
        font-family: var(--font-family-bold), sans-serif;
    }

.RecordsByCategory_selectContainer__17Sku select {
        font-size: 14px;
        font-weight: normal;
        padding: 6px;
        width: 100%;
    }

.RecordsByCategory_navContainer__3RXQi {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    gap: 1px;
}

.RecordsByCategory_navItem__2OW0N {
    flex: 1 1;
    text-align: center;
    box-sizing: border-box;
    background-color: #f3f3f3;
    background-color: var(--grayscale-light);
    height: 45px;
    cursor: default;
}

.RecordsByCategory_navItem__2OW0N.RecordsByCategory_active__AFnzF {
        background-color: #000;
        color: white;
    }

.RecordsByCategory_navItem__2OW0N:hover:not(.RecordsByCategory_active__AFnzF) {
        background-color: #dedede;
        background-color: var(--grayscale-mid-light);
        cursor: pointer;
    }

.RecordsByCategory_navItem__2OW0N button {
        font-weight: bold;
        text-transform: capitalize;
        line-height: 16px;
        font-size: 20px;
        cursor: inherit;
        width: 100%;
        height: 100%;
    }
.RecordsByEvent_container__3QGxK {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

    .RecordsByEvent_container__3QGxK:first-child {
        padding-bottom: 10px;
    }

.RecordsByEvent_selectContainer__y7uZw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
}

.RecordsByEvent_selectContainer__y7uZw label {
        font-size: 14px;
        font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
        font-family: var(--font-family-bold), sans-serif;
    }

.RecordsByEvent_selectContainer__y7uZw select {
        font-size: 14px;
        font-weight: normal;
        padding: 6px;
        width: 100%;
        text-transform: capitalize;
        font-family: Arial, serif;
    }

.RecordsByEvent_navContainer__1QD3L {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    gap: 1px;
}

.RecordsByEvent_navItem__irryT {
    flex: 1 1;
    text-align: center;
    box-sizing: border-box;
    background-color: #f3f3f3;
    background-color: var(--grayscale-light);
    height: 45px;
    cursor: default;
}

.RecordsByEvent_navItem__irryT.RecordsByEvent_active__3gmSM {
        background-color: #000;
        color: white;
    }

.RecordsByEvent_navItem__irryT:hover:not(.RecordsByEvent_active__3gmSM) {
        background-color: #dedede;
        background-color: var(--grayscale-mid-light);
        cursor: pointer;
    }

.RecordsByEvent_navItem__irryT button {
        font-weight: bold;
        text-transform: capitalize;
        line-height: 16px;
        font-size: 20px;
        cursor: inherit;
        width: 100%;
        height: 100%;
    }

.RecordsByEvent_tableWrap__h1N7p {
    max-height: 400px;
}
.RecordsLayout_outerContainer__d5aHO {
    background-color: #dfd0fa;
    background-color: var(--quaternary-accent);
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

    .RecordsLayout_outerContainer__d5aHO.RecordsLayout_OverFlow__KEd2Q {
        overflow: auto;
    }

.RecordsLayout_siteContainer__3je8e {
    padding: 20px 0;
    min-height: 400px;
    max-width: 1400px;
    margin: auto;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.RecordsLayout_social-share-container__SY0ZA {
    position: fixed;
    top: 150px; /* Adjust to the appropriate height */
    left: 20px; /* Adjust to the appropriate distance from the left */
    z-index: 1000;
}

.RecordsLayout_social-grid__25a9b {
    list-style: none;
    padding: 0;
    margin: 0;
}

.RecordsLayout_social-grid__25a9b li {
    margin-bottom: 10px;
}

.RecordsLayout_social-grid__25a9b a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.RecordsLayout_social-grid__25a9b i {
    margin-right: 5px;
}
.RecordsByProgression_container__2ZjOy {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

    .RecordsByProgression_container__2ZjOy:first-child {
        padding-bottom: 10px;
    }

.RecordsByProgression_tablePanel__2AruK {
    background-color: #ff873c;
    background-color: var(--primary-colour);
}
.TeamRecordDetailsModal_modal__2hKsS {
  padding: 0;
}

.TeamRecordDetailsModal_modalTitle__1mgI6 {
  background-color: #262626;
  background-color: var(--grayscale-dark);
  color: white;
  font-size: 20px;
  display: grid;
  grid-template-columns: 90% 10%;
  padding : 5px 10px;
}

.TeamRecordDetailsModal_modalTitle__1mgI6 button {
    justify-self: self-end;
  }

.TeamRecordDetailsModal_modalContent__36-IA table {
    line-height: 20px;
    font-size: 13px;
    background-color: #262626;
    background-color: var(--primary-gray);
    color: #666666;
    white-space: normal !important;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
  }

.TeamRecordDetailsModal_modalContent__36-IA table th {
      background-color: #262626;
      background-color: var(--primary-gray);
      color: white;
      font-size: 14px;
      text-align: left;
    }

.TeamRecordDetailsModal_modalContent__36-IA table tr {
      color: #262626;
      color: var(--primary-gray);
      vertical-align: middle;
      padding: 8px 10px;
      font-weight: 100;
      overflow: hidden;
      font-size: 13px;
    }

.TeamRecordDetailsModal_modalContent__36-IA table tr:nth-child(odd) {
        background-color: white;
      }

.TeamRecordDetailsModal_modalContent__36-IA table tr:nth-child(even) {
        background-color: #f3f3f3;
        background-color: var(--grayscale-light);
      }

.TeamRecordDetailsModal_modalContent__36-IA table tr td {
        color: #262626;
        color: var(--primary-gray);
        vertical-align: middle;
        padding: 8px 10px;
        font-weight: 100;
        overflow: hidden;
        font-size: 13px;
      }

.TeamRecordDetailsModal_modalContent__36-IA table tr th {
        vertical-align: middle;
        padding: 8px 10px;
        text-transform: initial;
        color: white;
        font-size: 14px;
      }

.TeamRecordDetailsModal_modalContent__36-IA table .TeamRecordDetailsModal_athlete__2RS8T {
      display: flex;
      gap: 5px;
      align-items: center;
    }

.TeamRecordDetailsModal_modalContent__36-IA img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }

.TeamRecordDetailsModal_modalContent__36-IA .TeamRecordDetailsModal_va__1TYke {
    vertical-align: middle;
  }

.TeamRecordDetailsModal_modalContent__36-IA .TeamRecordDetailsModal_profiles__4Om0c {
    height: 40px;
    width: 40px;
  }

.TeamRecordDetailsModal_modalContent__36-IA .TeamRecordDetailsModal_xs__2dTNK {
    height: 40px;
    width: 40px;
  }

.TeamRecordDetailsModal_nameUppercase__2kmiY {
  text-transform: uppercase;
}

.TeamRecordDetailsModal_footer__R_q-Z {
  padding-top: 20px;
  text-align: center;
}

.TeamRecordDetailsModal_footer__R_q-Z a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #bd94ff;
    background-color: var(--quaternary-colour);
    color: white;
    text-decoration: none;
    width: 100%;
  }

.TeamRecordDetailsModal_footer__R_q-Z a:hover {
      background-color: #9062DBFF;
    }

.TeamRecordDetailsModal_modal-close__1EM_O {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

.TeamRecordDetailsModal_modal-title__2S6N5 {
  margin-bottom: 20px;
}

.TeamRecordDetailsModal_modal-content__1lpNJ {
  max-height: 70vh;
  overflow-y: auto;
}


.CertifiedRoadEvents_mainContainer__3h6F1 {
  display: flex;
  min-height: 400px;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  position: relative;
  font-size: 14px;

}

  @media (min-width: 768px) {
.CertifiedRoadEvents_mainContainer__3h6F1 {
    padding: 20px 0

}
  }

  @media (max-width: 767px) {
.CertifiedRoadEvents_mainContainer__3h6F1 {
    flex-flow: wrap-reverse

}
    .CertifiedRoadEvents_mainContainer__3h6F1 .CertifiedRoadEvents_rightContent__38BHd {
      padding-right: 0;
      margin-bottom: 15px;
    }
    .CertifiedRoadEvents_mainContainer__3h6F1 .CertifiedRoadEvents_leftContent__2LIg- {
      padding-right: 5%;
      padding-left: 5%;
    }
  }

  .CertifiedRoadEvents_mainContainer__3h6F1 ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

.CertifiedRoadEvents_container__2-iq7 {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.CertifiedRoadEvents_container__2-iq7 ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

@media (max-width: 767px) {

.CertifiedRoadEvents_container__2-iq7 {
    flex-flow: wrap-reverse
}
  }

.CertifiedRoadEvents_leftContent__2LIg- {
  padding-left: 12%;
  padding-right: 20px;
  margin: 0px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
}

.CertifiedRoadEvents_leftContent__2LIg- h1 {
    padding-bottom: 10px;
  }

.CertifiedRoadEvents_leftContent__2LIg- p {
    line-height: 24px;
    margin: 0 0 10px;
  }

@media (min-width: 768px) {

.CertifiedRoadEvents_leftContent__2LIg- p {
      margin-bottom: 20px
  }
    }

@media (min-width: 768px) {

.CertifiedRoadEvents_leftContent__2LIg- {
    width: 50%
}
  }

.CertifiedRoadEvents_header__lXBA1{
  padding: 0;
}

.CertifiedRoadEvents_rightContent__38BHd {
  padding-right: 12%;
  display: flex;
  flex-direction: column;
  width: 100%;
  float:left;
  position: relative;
  min-height: 1px;

}

@media (min-width: 768px) {

.CertifiedRoadEvents_rightContent__38BHd {
    width: 50%

}
  }

.CertifiedRoadEvents_documentsTablePanel__6h4hM {
  margin-right: 54px;
  margin-left: 20px;
}

@media (max-width: 767px) {

.CertifiedRoadEvents_documentsTablePanel__6h4hM {
    display: none
}
  }

@media (min-width: 768px) {

.CertifiedRoadEvents_documentsTablePanel__6h4hM {
    margin-bottom: 40px
}
  }

.CertifiedRoadEvents_documentsTablePanel__6h4hM h2 {
    line-height: 1.33;
    background-color: #281E37;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    text-transform: capitalize;
  }

.CertifiedRoadEvents_recordsTable__Ucsuc {
  margin-left: 18px;
  line-height: 20px;
  font-size: 13px;
  white-space: normal !important;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  border-collapse: collapse;
  border-spacing: 0;

}

.CertifiedRoadEvents_recordsTable__Ucsuc tr:nth-child(odd) {
    background-color: #F3F3F3;
  }

.CertifiedRoadEvents_recordsTable__Ucsuc tr:nth-child(odd) {
    background-color: #262626;
  }

.CertifiedRoadEvents_recordsTable__Ucsuc tr:nth-child(odd) {
    background-color:   #F7F7F7;
  }

.CertifiedRoadEvents_recordsTable__Ucsuc tr>th {
    font-size: 14px;
    padding: 7px 15px;
    background-color: #BD94FF;
    color: #000;
    text-align: left;
  }

.CertifiedRoadEvents_recordsTable__Ucsuc td {
    padding: 5px 15px;
    line-height: 1.5;
  }

.CertifiedRoadEvents_gallery__3tsJx {
  padding-top: 20px;
  width: 100%;
}

.CertifiedRoadEvents_gallery__3tsJx li {
    text-align: right;
    position: relative;
    width: 100%;
  }

.CertifiedRoadEvents_gallery__3tsJx li:first-child {
    display: block;
  }

.CertifiedRoadEvents_gallery__3tsJx li img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    box-sizing: border-box;
    display: block;
    
  }

.CertifiedRoadEvents_roadEventsLinks__1L0-C {
  font-size: 0.95rem;
  list-style: none;
  margin: 0 0 20px;
  font-weight: bold;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-align: center;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {

.CertifiedRoadEvents_roadEventsLinks__1L0-C li {
      flex: 1 1
  }
    }

@media (min-width: 768px) {

.CertifiedRoadEvents_roadEventsLinks__1L0-C {
    top: 0;
    flex: 1 1
}
  }

@media (min-width: 768px) {

.CertifiedRoadEvents_roadEventsLinks__1L0-C {
    display: flex;
    position: sticky
}
  }

.CertifiedRoadEvents_roadEventsLink__2vR_Z {
  padding: 10px;
  background-color: #F3F3F3;
  display: block;
}

.CertifiedRoadEvents_roadEventsLink__2vR_Z a {
    color: #173032 !important;
    text-decoration: none;
  }

.CertifiedRoadEvents_roadEventsLink__2vR_Z:hover {
    background-color: #262626;;
    color: #fff;
    text-decoration: none;
    outline: 0
  }

.CertifiedRoadEvents_roadEventsLink__2vR_Z:active {
    outline: 0
  }

.CertifiedRoadEvents_socialShare__2JqFL{
  padding-top: 0;
}

.CertifiedRoadEvents_roadEventsTitle__2wyhl {
  margin-right: 0;
  font-size: 20px;
  background-color: initial;
  color: #262626;
  font-weight: bold;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  line-height: 1.33;
  display: block;
  margin: 0 -20px 20px;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {

.CertifiedRoadEvents_roadEventsTitle__2wyhl {
    padding: 0 20px
}
  }

.CertifiedRoadEvents_langButtons__61c89 {
  white-space: nowrap;
}

.CertifiedRoadEvents_langButtons__61c89 a {
    display: inline-block;
    background-color: #FF873C;
    margin: 2px 4px;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
  }

.CertifiedRoadEvents_articleOffset__WfBWG {
  margin-top: 0 !important;
}

.CertifiedRoadEvents_articlesHeader__26QvF {
  background-color: #262626;
  display: table;
  width: 100%;
  margin: 0px;
}

.CertifiedRoadEvents_articlesHeader__26QvF h2 {
    background-color: #173032;
    font-size: 20px;
    padding: 12px 15px;
    color: #fff;
    font-weight: bold;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    text-transform: capitalize;
    line-height: 1.33;
    border-bottom: 1px solid #fff;
    display: table-cell;
  }

.CertifiedRoadEvents_articleContainer__1VTk_ {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.CertifiedRoadEvents_articleContainer__1VTk_ ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }

@media (min-width: 768px) {

.CertifiedRoadEvents_articleContainer__1VTk_ {
    width: 1080px
}
  }

@media (min-width: 992px) {

.CertifiedRoadEvents_articleContainer__1VTk_ {
    width: 1400px
}
  }

@media (min-width: 1200px) {

.CertifiedRoadEvents_articleContainer__1VTk_ {
    width: 1680px
}
  }

.CertifiedRoadEvents_articleGrid__uOTsP .CertifiedRoadEvents_title__2kOVJ {
    width: 80%
  }

.CertifiedRoadEvents_articleGrid__uOTsP ul {
    display: flex;
    flex-direction: row;
  }

@media (max-width: 767px) {

.CertifiedRoadEvents_articleGrid__uOTsP ul {
      flex-flow: wrap
  }
    }

.CertifiedRoadEvents_articleGrid__uOTsP li {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
  }

@media (max-width: 767px) {

.CertifiedRoadEvents_articleGrid__uOTsP li {
      display: flex;
      flex-direction: row
  }
    }

.CertifiedRoadEvents_articleGrid__uOTsP img {
    box-sizing: border-box;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

@media screen and (min-width: 768px) {
    .CertifiedRoadEvents_articleGrid__uOTsP li {
      min-height: 310px;
      height: auto !important;
    }
  }

@media screen and (min-width: 992px) {
    .CertifiedRoadEvents_articleGrid__uOTsP li {
      width: 25%;
    }
  }

.CertifiedRoadEvents_articleGrid__uOTsP span {
    padding: 10px 10px 0;
    color: #262626 !important;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 18px;
    margin: 0;
  }

.CertifiedRoadEvents_articleGrid__uOTsP .CertifiedRoadEvents_labelMeta__1ZRAs {
    margin: 0;
    display: table !important;
    padding: 0 0 5px !important;
    text-transform: uppercase;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

.CertifiedRoadEvents_articleGrid__uOTsP .CertifiedRoadEvents_labelMeta__1ZRAs span {
      display: table-cell !important;
      padding: 0 5px 0 0 !important;
    }

@media (min-width: 768px) {
    .CertifiedRoadEvents_articleGrid__uOTsP .CertifiedRoadEvents_labelMeta__1ZRAs .CertifiedRoadEvents_labelDate__hAn-5 {
      padding-right: 7px !important;
      border-right: 1px solid #262626;
      line-height: 14px;
      padding-top: 10px !important;

    }
  
    .CertifiedRoadEvents_articleGrid__uOTsP .CertifiedRoadEvents_labelMeta__1ZRAs .CertifiedRoadEvents_labelType__1v_wK {
      padding-left: 7px !important;
      line-height: 14px;
    }
  }



