﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/
/*@media (min-width: 768px) {*/
    /* Medium */
/*}*/


/***********
    Primary Layout Elements
***********/



/***********
    Controls
***********/
a {
    color: #747474;
    text-decoration: none;
}
    a:hover {
        color: #222C53;
        text-decoration: underline;
    }
.whiteText a {
    color: white;
}
    .whiteText a:hover {
        color: #DDDDDD;
    }
.anchorNoUnderline {
    /* if we don't underline on hover we can get rid of this. */
}
.anchorNoUnderline:hover {
    text-decoration: none;
}
::placeholder {
    font-weight: 200;
    color: #ADADAD !important;
}
.requiredField {
    color: #D02D26;
}
.btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}




/***********
    Pages Shared
***********/
.border-t {
    border-color: #D02D26;
    border-top-style: solid;
    border-right-style: hidden;
    border-bottom-style: hidden;
    border-left-style: hidden;
    position: relative;
}
.border-t-inpage {
    border-width: 8px;
    margin-top: 10px;
}
.border-tr {
    border-color: #D02D26;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: hidden;
    border-left-style: hidden;
    padding-top: 16px;
    padding-right: 16px;
    position: relative;
}
.border-trb {
    border-color: #D02D26;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: hidden;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    position: relative;
}
.border-trb-main {
    border-width: 8px;
    margin-right: 0px;
    margin-top: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right-style: hidden;
    border-bottom-style: hidden;
}
.border-tr-med {
    border-width: 5px;
    border-top-right-radius: 17px;
}
.border-tr-sub {
    border-right-style: hidden;
    border-top-right-radius: 5px;
}
.border-gold {
    border-color: #B49577;
}
@media (min-width: 768px) {
    /* Medium */
    .border-tr-sub {
        border-right-style: solid;
        border-top-right-radius: 17px;
    }

    .border-trb-main {
        margin-right: 10px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
    }
}
.border-header {
    color: #1F2E57;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    background: white;
}
.border-header-gold {
    color: #B49577;
}
.border-header-inpage {
    top: -22px;
    padding-right: 20px;
}
.border-header-main {
    padding-left: 0px;
    padding-right: 30px;
}
.border-header-med {
    top: -16px;
    padding-left: 0px;
    padding-right: 30px;
}
.border-header-med-largetext {
    line-height: 1.4rem;
    font-size: 1.4rem;
}
.border-header-med-regtext {
}
.inpage-header {
}
.inpage-header-bold {
    font-weight: bold;
}
.inpage-header-secondcolor {
    color: #FF0000;
}
.inpage-header-large {
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.srch-cont {
    padding-right:10px;
}
.page-datavalue {
    word-wrap: break-word;
    word-break: break-word;
}
.page-datalabel {
    font-weight: bold;
}
.loading-container {
    min-height: 50px;
    width: 100%;
    text-align: center;
}
.loading-content {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.loading-img {
    max-height: 75px;
}


/***********
    Main Layout
***********/
.body-content {
    background-color: #FFFFFF;
}
.page-content-size-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.page-content-size {
    width: 100%;
    padding-left: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
    padding-right: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
}

@media (min-width: 1200px) {
    /* Extra large */
    .page-content-size {
        width: 1086px; /* Why aren't these just 1200? */
    }
}
@media (min-width: 1400px) {
    /* Extra extra large */
    .page-content-size {
        width: 1266px;
    }
    .footer-colapplinkscontainer {
        width: 80% !important;
    }
}

.header-ExternalLinks {
    background-color: #EFEFEF;
    padding-left: 0; /*--bs-gutter-x = 1.5rem*/
    padding-right: 0; /*--bs-gutter-x = 1.5rem*/
}
    .header-ExternalLinks .header-logo img {
        width:492px;
    }

    @media (min-width: 1200px) {
        .header-ExternalLinks {
        padding-left: calc(2 * 1.5rem); /*--bs-gutter-x = 1.5rem*/
        padding-right: calc(2 * 1.5rem); /*--bs-gutter-x = 1.5rem*/
    }
}
.btn-header {
    font-size: 1rem;
    line-height: 1.6rem;
    width: 45%;
    height: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-header-primarycolour {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #fff;
    --bs-btn-bg: #D02D26;
    --bs-btn-border-color: #D02D26;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DE2E01;
    --bs-btn-hover-border-color: #DE2E01;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D02D26;
    --bs-btn-active-border-color: #D02D26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #D02D26;
    --bs-btn-disabled-border-color: #D02D26;
    */
}
.btn-header-accentcolour {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #fff;
    --bs-btn-bg: #1F2E57;
    --bs-btn-border-color: #1F2E57;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3F4E77;
    --bs-btn-hover-border-color: #3F4E77;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1F2E57;
    --bs-btn-active-border-color: #1F2E57;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1F2E57;
    --bs-btn-disabled-border-color: #1F2E57;
    */
}
.btn-header-img {
    height: 100%;
}
.btn-header-img-account {
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

@media (min-width: 576px) {
    /* Small */
    .btn-header {
        width:120px;
    }
}
.btn-header-signIn {
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;

}
.btn-header-signOut {
    margin-bottom: 10px;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    width: 140px;
    /*
        Moved to site-nomin.css
    --bs-btn-disabled-border-color: #D02D26;
    */
}
.btn-header-updateUser {
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    width: 140px;
}
.btn-header-register {
    display: inline-flex;
}
.btn-main-primarycolour {
    /*
        Moved to site-nomin.css

    --bs-btn-color: #fff;
    --bs-btn-bg: #D02D26;
    --bs-btn-border-color: #D02D26;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DE2E01;
    --bs-btn-hover-border-color: #DE2E01;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D02D26;
    --bs-btn-active-border-color: #D02D26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #D02D26;
    --bs-btn-disabled-border-color: #D02D26;
    */
}
.btn-main-accentcolour {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #D02D26;
    */
    /*--bs-btn-bg: #1F2E57;*/
    /*
        Moved to site-nomin.css
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: #D02D26;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D02D26;
    --bs-btn-hover-border-color: #D02D26;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #D02D26;
    --bs-btn-active-border-color: #D02D26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #D02D26;
    --bs-btn-disabled-border-color: #D02D26;
    */
}
.btn-main-white {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #D02D26;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #D02D26;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #222C53;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: ##D02D26;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: ##D02D26;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    */
}
.btn-main-blue {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #fff;
    --bs-btn-bg: #1F2E57;
    --bs-btn-border-color: #1F2E57;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #16213D;
    --bs-btn-hover-border-color: #16213D;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #16213D;
    --bs-btn-active-border-color: #1F2E57;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1F2E57;
    --bs-btn-disabled-border-color: #1F2E57;
    --bs-btn-line-height: 1.2;
    */
}
.btn-main-red {
    /*
        Moved to site-nomin.css
    --bs-btn-color: #fff;
    --bs-btn-bg: #D02D26;
    --bs-btn-border-color: #D02D26;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C10512;
    --bs-btn-hover-border-color: #C10512;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C10512;
    --bs-btn-active-border-color: #D02D26;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #D02D26;
    --bs-btn-disabled-border-color: #D02D26;
    --bs-btn-line-height: 1.2;
    */
}
.header-ExternalLinks-SignInOutAnchor {
    color: #1F2E57;
}
    .header-ExternalLinks-SignInOutAnchor:hover {
        color: #D02D26;
    }
.header-ExternalLinks-SignInOutAnchor-img {
    height: 1.8rem;
}
.header-ExternalLinks-SignInOutAnchor-txt {
    margin-left: 5px;
}
.header-btnlabel-byimg-right {
    padding-left: 5px;
}
.header-btnlabel-byimg-left {
    padding-right: 5px;
}
.header-InternalLinks {
    background-color: #D02D26;
    padding-left: 10px;
    padding-right: 10px;
}
.header-link {
    white-space: nowrap;
    font-size: 0.9rem;
}
.header-linkContainer-hideinlarge {
}

@media (min-width: 992px) {
    /* Large */
    .header-linkContainer-hideinlarge {
        max-width: 0px;
    }
}
.header-selectedLink {
    color: #FFFFFF;
    text-decoration: underline;
}
.header-unselectedLink {
}
.header-InternalLinks a {
    color: #FFFFFF;
}
.header-InternalLinks .home-link a {
    display: block;
    width:30px;
    height: 24px;
    background: url(../Images/po10-home-icon.png) 0 0 no-repeat;
    background-size: 30px;
    overflow:hidden;
    text-indent:-9999px;
}
.navbar-expand-lg .navbar-collapse{
    display:none!important;
}
.navbar-expand-lg .navbar-collapse.show {
    display: block !important;
}

.header-InfoBannerOuter {
    background-color: #1F2E57;
    padding-left: 0px;
    padding-right: 0px;
}
.header-InfoBanner-img-cont {
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
}
.header-InfoBanner-img {
    width: 100%;
    max-width: 2500px;
    padding-left: 0px;
    padding-right: 0px;
}
.header-InfoBanner-SignInOutAnchor {
    color: #FFFFFF;
}
    .header-InfoBanner-SignInOutAnchor:hover {
        color: #D02D26;
    }
.header-InfoBanner-SignInOutAnchor-img {
    height: 1.8rem;
}
.header-InfoBanner-SignInOutAnchor-txt {
    margin-left: 5px;
}
.header-InfoBanner-MessageContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
}
.header-InfoBanner-MessageTextContainer {
    display: flex;
    align-items: center;
    font-size:1.0rem;
}
.header-AdContainer {
}
.header-Ad-img {
    width: 100%;
    border-radius: 15px;
}
.main-content-outercontainer {
    background-color: #FFF;
}
.main-content-innercontainer {
    flex-shrink: 0;
    background-color: #FFFFFF;
    min-height: 200px;
    padding-top: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
    padding-bottom:30px!important;
}
.main-content-innercontainerAltBack {
    background-color: #EFEFEF;
}
.side-banner-outercontainer {
    display: none;
}
.side-banner-innercontainer {
    top: 70px;
    position: sticky;
    margin-top: 12px;
    margin-bottom: 50px;
}
.side-banner {
    width: 140px;
    padding-top: 20px;
}
.side-banner-left {
    margin-right: 20px;
}
.side-banner-right {
    margin-left: 20px;
}
@media (min-width: 1560px) {
    /* Above Extra extra large */
    .side-banner-outercontainer {
        display: revert;
    }
}

.page-intro-main {
    margin-top:10px;
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
.page-intro-main.with-btns {
    align-items: center;
}

.intro-outer {
    color: #1F2E57;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.intro-img {
   width:58px;
}
.intro-txt-cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.intro-txt-main {
    font-size: 0.95rem;
    line-height:1.2rem;
    margin-top: 5px;
}
.intro-txt-sub {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-top: 5px;
}
.intro-right-outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 1.2rem;
    line-height:1;
    font-weight:500;
}

.page-intro-select {
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}
    .page-intro-select .btn {
        margin:0 0 0 10px;
        padding: 0;
        display:inline-flex;
        width:auto;
    }


/***********
    Track / CrossCountry / Road button selectors
***********/
.rnk-btn-runtype {
    padding-right: 0px;
    width: 100%;
}
.rnk-btn-runtype-selected {
    cursor: default;
}
.rnk-btn-runtype-unselected {
}
.rnk-btn-runtype-disabled {
    cursor: default;
}
.rnk-btn-runtype-image {
    max-height: 90px;
}






.main-P10PlusContainer {
    background-color: #222C53;
    color: white;
    min-height: 50px;
    padding-bottom: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
    margin-top: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
    margin-bottom: calc(1.5rem * 0.5); /*--bs-gutter-x = 1.5rem*/
    -webkit-clip-path: polygon(15px 0, 0 15px, 0 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0);
    clip-path: polygon(15px 0, 0 15px, 0 100%, calc(100% - 15px) 100%, 100% calc(100% - 15px), 100% 0);
}
.main-btn-subscribe {
    margin-top:20px;
}
.footer-social {
    height: 4rem;
    background-color: #D02D26;
    color: white;
}
.footer-mainLinks {
    padding:0 10%;
    background-color: #222C53;
}
    .footer-mainLinks a:hover {
        color: #A5A5A5;
    }



.footer-main-nation {
    height: 35px;
    margin-bottom: 20px;
}

.footer-main-nation-tall {
    height: 50px;
}

.footer-main-nation-midtall {
    height: 33px;
}

.footer-main-worlda {
    height: 47px;
    margin-right: 20px;
}

.footer-main-eura {
    height: 47px;
    margin-left: 20px;
}

.footer-main-irwinm-cont {
    padding-top: 25px;
}

.footer-main-irwinm {
    width: 80%;
}

.footer-main-supporters {
    width: 80%;
    padding-left: 10%;
}

.footer-colnationscontainer {
    display: flex;
    flex-wrap: wrap;
}

    .footer-colnationscontainer.middle {
        margin: 20px 0 20px 0;
        justify-content: center;
        align-items: center;
    }

.footer-colnation {
    margin-left: 35px;
    margin-right: 35px;
}

.footer-colnationstart {
    margin-left: 0px;
}

.footer-colnationstart-two {
    margin-left: 0px;
}

.footer-colnationstart-three {
}

.footer-colnationend {
    margin-right: 0px;
}

.footer-colnationend-two {
    margin-right: 0px;
}

.footer-colnationend-three {
}
.footer-colapplinkscontainer {
    border-top: 2px solid #747474;
    border-bottom: 2px solid #747474;
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    align-items:center;
}
.footer-colapplinks {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
    .footer-colapplinks.home-link a {
        display: block;
        width: 30px;
        height: 23px;
        background: url(../Images/Po10GreyMed.png) 0 0 no-repeat;
        background-size: 30px;
        overflow: hidden;
        text-indent: -9999px;
    }
.footer-signoff {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7rem;
}

.footer-colextlinks {
    margin-right: 50px;
    text-align: center;
}
.footer-colextlinks-container{
    display:flex;
}
@media (min-width: 576px) {
    /* Small */
    .footer-colnationstart-two {
        margin-left: 35px;
    }
    .footer-colnationstart-three {
        margin-left: 0px;
    }
    .footer-colnationend-two {
        margin-right: 35px;
    }
    .footer-colnationend-three {
        margin-right: 0px;
    }
}
@media (min-width: 768px) {
    /* Medium */
    .footer-main-worlda {
        margin-right: 35px;
    }
    .footer-main-eura {
        margin-left: 35px;
    }
    .footer-main-irwinm-cont {
        padding-top: 25px;
    }
    .footer-main-irwinm {
        width: auto;
        height: 40px;
    }
    .footer-main-supporters {
        width: auto;
        height: 60px;
        padding-left: 70px;
    }
}
@media (min-width: 992px) {
    /* Large */
    .footer-colnationstart-three {
        margin-left: 35px;
    }
    .footer-colnationend-three {
        margin-right: 35px;
    }
}

.popupBackground {
    z-index: 9001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.8;
}


/***********
    Popovers
***********/
.popover-header {
    background-color: #D02D26;
    color: #FFFFFF;
    text-align: center;
}
.popover-body {
    background-color: #1F2E57;
    color: #FFFFFF;
    padding: 25px;
}
.popupLineOuter {
    width: 100%;
}
.popupLabel {
}
.popupDisplay {
    position: absolute;
    right: 25px;
}
.coming-soon-pop {
    --bs-popover-bg: pink;
    --bs-popover-border-width: 0px;
    --bs-popover-border-color: transparent;
    --bs-popover-border-radius: 0px;
    --bs-popover-inner-border-radius: 0px;
    --bs-popover-body-padding-x: 0px;
    --bs-popover-body-padding-y: 0px;
    background-color: pink;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
}






/***********
    Display Containers
***********/
.site-container-outer {
    color: #1F2E57;
    background-color: #F2F2F2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.site-container-head {
    color: white;
    background-color: #1F2E57;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size:1rem;
}
.site-container-inner {
    padding: 10px;
}
.site-container-input {
    border: none;
}



/***********
    Grids
***********/
.grd-container::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.grd-container {
    margin-left: -30px;
    margin-right: -30px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
@media (min-width: 576px) {
    /* Small */
    .grd-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.grd-header-cont {
    width: 100%;
    display: flex;
    border-radius: 10px;
    background-color: #D02D26;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.grd-header-txt {
    color: white;
    font-size: 1rem;
    line-height: 2rem;
}
.grd {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1rem;
}
    .grd thead {
        color: #1F2E57;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
    }
        .grd thead td {
            padding-top: 16px;
            padding-bottom: 16px;
        }
    .grd td {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .grd a {
        color: #1F2E57;
    }
        .grd a:hover {
            color: #D02D26;
            text-decoration: underline;
        }
.grd-multicell {
    display: flex;
    justify-content: space-between;
}
.grd-secondline {
    margin-top: 8px;
}
.grd-odd {
    background-color: #F2F2F2;
}
.grd-even {
}
.grd tr.grd-odd td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.grd tr.grd-odd td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.grd-noback {
    background-color: white;
}
.grd-nowrap {
    white-space: nowrap;
}
.grd-inform-anch {
    float: right;
}
.grd-inform-img {
    height: 0.7rem;
}
.grd-norpad {
    padding-right: 0px !important;
}
.grd-info {
    color: #00B0F0;
}
.grd-btn-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.grd-btn-outer {
}
.grd-btn-bar {
    background-color: #1F2E57;
    height: 4px;
    width: calc(100% - 10px);
    position: relative;
    left: 10px;
}
.grd-btn-anchor {
    width: 50%;
    max-width: 300px;
    height: 32px;
    margin-left: 15px;
    position: relative;
    top: -4px;
    color: white !important;
}
    .grd-btn-anchor:hover {
        color: #DDDDDD !important;
    }
.grd-btn-anchor-text {
    float: left;
}
.grd-btn-anchor-text-marginr {
    margin-right: 20px;
}
@media (min-width: 576px) {
    /* Small */
    .grd-btn-anchor {
        margin-left: 0px;
    }
}
/* Sections */
.grd-sect-cell {
}
.grd-sect-outer {
}
.grd-sect-text {
    font-weight: bold;
    color: #1F2E57;
}



/***********
    Errors
***********/
.site-error-container {
    min-height: 50px;
    width: 100%;
}
.site-error-text {
    color: #D02D26;
}





/***********
    Get More
***********/
.site-getmore-container {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.site-getmore-text {
}



/***********
    Searches
***********/
.srch-anc-selected {
    color: #D02D26;
    font-weight: bold;
}
.srch-anc-disabled {
    color: #B3B3B3;
}
.srch-anc-sep {
    margin-left: 5px;
    margin-right: 5px;
}
.srch-btn-left {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.srch-btn-right {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.srch-results-noresults {
    line-height: 1.5rem;
    font-size: 1.2rem;
}

/***********
    Expand / Contract
***********/
.expandcontract-container {
}
.expandcontract-img {
    width: 1.5rem;
}
.expandcontract-img-left {
    margin-right: 10px;
}
.expandcontract-img-right {
    margin-left: 10px;
}
.expandcontract-text {
    font-weight: bold;
    color: #1F2E57
}



/***********
    Misc Shared
***********/
.intro-right-txt-main {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1F2E57;
    margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
    .intro-right-txt-main {
        font-size: 1.4rem;
        line-height: 1.2em;
    }
}
.profile-info-img {
    height: 1rem;
    padding-bottom: 3px;
}

.btn-style {
    display: inline-flex;
    padding: 3px 35px;
    border-radius: 5px;
    background: rgb(242, 242, 242);
    color: #1F2E57;
    margin-right: 2px;
    line-height: 1.8em;
}
.btn-style:hover, .btn-style.btn-active {
    background: #1F2E57;
    color: white;
    text-decoration:none;
}
.external-link {
    display: inline-flex;
    align-items: center;
}
.external-link img {
   width: 18px;
   height: auto;
   display: block;
   height: 18px;
   margin-left: 10px;
}

@media only screen and (max-width: 575px) {
    .grd-container {
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        -ms-overflow-style: auto;
        scrollbar-width: auto;
    }
}


.ath-det-perf-morecontainer {
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #222C53;
}

    .ath-det-perf-morecontainer a {
        display: inline-flex;
        align-items: center;
        background: #222C53;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #ffffff;
        padding: 8px 30px 8px 15px;
        font-size: 1.15em;
        line-height: 1;
    }

        .ath-det-perf-morecontainer a span {
            display: block;
            margin-left: 15px;
        }

    .ath-det-perf-morecontainer img {
        display: block;
        width: 14px;
        height: 14px;
    }

    /* DW Edits */

    .copy-block{
        margin-bottom:30px;
    }
.copy-block p {
   font-size:1.2em;
   line-height:1.4em;
}

    /* Accordion */
.accordion-wrap{
    margin-bottom:50px;
}
    .accordion-wrap .acc-item {
        padding: 0 0 20px 0;
    }
    .accordion-wrap .acc-item .acc-trigger {
        display: block;
        padding-right: 80px;
        position: relative;
        transition: all ease 0.4s;
        font-weight: 500;
        font-size: 1.2em;
    }
        .accordion-wrap .acc-item .acc-trigger:before {
            position: absolute;
            top:50%;
            transform:translateY(-50%);
            right:0;
            content: '';
            display: block;
            width: 26px;
            height: 26px;
            background: #1F2E57;
            border-radius: 3px;
            background-image: url(../Images/Layout/icon-plus-white.png);
            background-size:12px;
            background-position:center center;
            background-repeat:no-repeat;
        }
    .accordion-wrap.style-bar .acc-item .acc-trigger:before {
        right: 10px;
        background: #FFFFFF;
        background-image: url(../Images/Layout/icon-plus-blue.png);
        background-size: 12px;
        background-position: center center;
        background-repeat: no-repeat;
    }
        
    .accordion-wrap .acc-item .acc-trigger:hover {
        text-decoration:none;
    }
    .accordion-wrap .acc-item.open .acc-trigger {
        color: #1F2E57;
    }
    .accordion-wrap .acc-item .content {
        display: none;
        padding: 10px 80px 0 0;
    }
    .accordion-wrap.style-bar .acc-item .content {
        padding: 10px 0 0 0;
    }
        .accordion-wrap .acc-item.open .acc-trigger:before {
            background-image: url(../Images/Layout/icon-minus-white.png);
        }
    .accordion-wrap.style-bar .acc-item.open .acc-trigger:before {
        background-image: url(../Images/Layout/icon-minus-blue.png);
    }

.accordion-wrap.style-faqs {
    padding:0 50px;
}
    .accordion-wrap.style-faqs .acc-item {
        padding: 20px 0 5px 0;
        border-bottom: 1px solid #747474;
    }

    .accordion-wrap.style-bar .acc-item .acc-trigger {
        background: #D02D26;
        color: #FFFFFF;
        padding: 10px;
        border-radius: 10px;
        text-transform: uppercase;
        font-weight:600;
    }
    .accordion-wrap .acc-item .content .copy {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .accordion-wrap.style-faqs .acc-item .content .copy {
        font-size: 1em;
        line-height: 1.3em;
    }


        /* Form Wrap */
        .form-wrap {
    background: #F2F2F2;
    padding: 30px;
    border-radius: 10px;
    color: #1F2E57;
}
    .form-wrap p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

/* New Bio section */
.bio-bar {
    position: relative;
    z-index: 1;
    background: #D02D26;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
    .bio-bar.blue {
        background: #1F2E57;
        color: #FFFFFF;
    }

    .bio-bar .bar-control {
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

        .bio-bar .bar-control a {
            margin: 0 20px 0 0;
            width: 26px;
            height: 26px;
            background: #FFFFFF;
            padding: 7px;
            border-radius: 3px;
        }

            .bio-bar .bar-control a img {
                width: 12px;
                height: 12px;
                display: block;
            }


    .bio-bar .bar-socials {
        display: flex;
    }

        .bio-bar .bar-socials a {
            display: block;
            margin-left: 10px;
        }

        .bio-bar .bar-socials img {
            width: 32px;
        }

#athInfoDetail, #coachInfoDetail, .bio-wrap .content-block {
    display: none;
    color: #1F2E57;
    background-color: #F2F2F2;
    padding: 40px 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
    margin-top: -10px;
    overflow-y: auto;
}

    #athInfoDetail .copy-wrap, #coachInfoDetail .copy-wrap {
        width: calc(100%);
        font-size: 0.9rem;
        line-height: 1.3em;
        padding-right: 60px;
    }



    /* Mobile */

.mobile-search-wrap {
    display: none;
}


@media only screen and (max-width: 1099px) {
    .rnk-btn-runtype-image {
        max-height: 80px;
    }
}


@media only screen and (max-width: 991px) {
    .header-ExternalLinks {
        padding: 20px 0 !important;
    }

    .rnk-btn-runtype-image {
        width: 100%;
        height: auto;
    }

    .footer-colapplinkscontainer {
        width: 100%;
    }

    .footer-signoff {
        width: 100%;
    }

    .header-InfoBanner-MessageTextContainer {
        font-size: 0.9rem;
    }

    .intro-right-txt-cont {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .header-InternalLinks .page-content-size-container {
        padding: 10px 0 !important;
    }

    .header-ExternalLinks .header-logo img {
        width: 220px;
    }

    .header-ExternalLinks .text-end {
        display: none;
    }

    .header-InternalLinks a:hover {
        color: #ffffff;
    }

    .navbar {
        padding: 0;
    }

    .header-InfoBannerOuter {
        display: none;
    }

    .mobile-carousel {
        display: block !important;
    }

    .border-header {
        font-size: 28px;
        line-height: 38px;
    }

    .intro-txt-main {
        font-size: 0.85rem;
    }

    .page-intro-main {
        margin-top: 0;
        margin-bottom: 20px;
    }


    .footer-social {
        height: 3.2rem;
    }

    .footer-main-nation.uka {
        height: 30px;
        margin-bottom: 15px;
    }

    .footer-colnationscontainer.middle {
        margin-bottom: 10px;
    }

        .footer-colnationscontainer.middle .footer-colnation:first-child {
            display: none;
        }

    .footer-colnationstart-two {
        margin-left: 35px;
    }

    .footer-colapplinkscontainer {
        display: none;
    }

    .footer-signoff {
        flex-direction: column;
    }

    .footer-rightstext {
        margin: 20px 0 10px 0;
    }

    .footer-colextlinks {
        margin: 0 35px;
        order: 2;
    }

        .footer-colextlinks:nth-child(2) {
            order: 1;
        }

        .footer-colextlinks:nth-child(3) {
            order: 0;
        }

    #divTrackRoadSelect {
        display: flex !important;
        margin-top: 25px;
        justify-content: space-between;
    }

    .page-intro-select {
        justify-content: space-between;
        align-items: center;
    }

        .page-intro-select .btn {
            width: 100%;
            margin: 0;
        }

        .page-intro-select .btn-wrap {
            width: calc(33.33% - 4px);
        }

    #divTrackRoadSelect .rnk-btn-runtype-image {
        max-height: none;
    }

    #divTrackRoadSelect .rnk-btn-runtype {
        padding: 0;
    }

    #divRoadSelector, #divTrackSelector, #divTrackSelected, #divXcSelected, #divRoadSelected {
        justify-content: space-between;
    }

    .grd td {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mobile-search-wrap {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .mobile-search-wrap label, .mobile-search-wrap .srch-cont span {
            color: #1F2E57;
            font-weight: 500;
        }

        .mobile-search-wrap .form-select, .mobile-search-wrap .form-control {
            border: 1px solid #1F2E57;
            margin-bottom: 10px;
            padding: 10px;
        }

    .button-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .rnk-sep-horiz-cont {
        display: none !important;
    }

    .grd-header-txt {
        font-size: 1em;
        line-height: 1.4rem;
    }

    .grd-header-cont .grd-header-txt {
        line-height: 2rem;
    }

    .navbar-expand-lg .navbar-collapse.show {
        position: absolute;
        top: 30px;
        left: -23px;
        width: calc(100% + 45px);
        height: calc(100vh - 132px);
        background: #D02D26;
        height: calc(100dvh - 123px);
        z-index: 100;
    }

    .grd-btn-anchor {
        font-size: 1.1em;
    }

    .srch-results-noresults {
        line-height: 1.2rem;
        font-size: 1rem;
    }

    .accordion-wrap.style-faqs {
        padding: 0;
    }
    .copy-block p, .form-wrap p, .accordion-wrap .acc-item .content .copy {
        font-size: 1em;
    }
    .accordion-wrap .acc-item .acc-trigger {
        line-height: 1.3rem;
        font-size: 1rem;
    }
    .form-wrap{
        padding:20px;
    }
    .target-wrap-outer{
        overflow-x:auto;
    }
    .target-wrap{
        width: max-content;
    }
    .table-wrap{
        overflow-x:auto;
    }
}


@media only screen and (max-width: 576px) {
    .footer-mainLinks {
        padding: 20px 0 !important;
    }

    .footer-colnation {
        margin-left: 25px;
        margin-right: 25px;
    }

    .footer-colnationstart {
        margin-left: 25px;
    }
    .footer-colextlinks {
        margin: 0 20px;
    }
}


.mobile-nav-trigger {
    width: 30px;
    height: 26px;
    background: url(../Images/Layout/icon-mobile-nav.png) 0 5px no-repeat;
    background-size: 30px auto;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}

    .mobile-nav-trigger.open {
        background-position: 0 -24px;
    }

#mobile-home-carousel {
    padding: 0;
}

    #mobile-home-carousel .carousel-item {
        height: 230px;
        padding: 30px 20px;
        background: #1F2E57;
        color: #fff;
    }

        #mobile-home-carousel .carousel-item h2 {
            color: #fff;
            font-weight: 400;
        }

            #mobile-home-carousel .carousel-item h2 img {
                width: 150px;
            }

        #mobile-home-carousel .carousel-item p {
            margin: 15px 0;
        }

        #mobile-home-carousel .carousel-item .button {
            border: 3px solid #fff;
            color: #fff;
            padding: 8px 24px;
            display: inline-block;
            font-weight: 500;
        }

.carousel-control-prev, .carousel-control-next {
    top: auto;
    bottom: 20px;
}

.carousel-indicators {
    margin-bottom: 24px;
}

.navbar-nav {
    margin: 30px 0;
    text-align: center;
    font-weight: 500;
}

    .navbar-nav li {
        margin: 10px 0;
    }

        .navbar-nav li .header-link {
            font-size: 1.4em;
        }



/** Mobile DD bits **/
.mobile-dd-trigger {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    color: #222C53;
    border: 1px solid #222C53;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.mobile-dd-wrap.open .mobile-dd-trigger {
    background: #222C53;
    color: #FFFFFF;
}

    .mobile-dd-wrap.open .mobile-dd-trigger:before {
        background: #FFFFFF url(../Images/Layout/icon-minus-blue.png) center center no-repeat;
        background-size: 12px;
    }

    .mobile-dd-wrap.open .mobile-dd-trigger:hover {
        color: #FFFFFF;
    }

.mobile-dd-trigger:before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #222C53;
    padding: 5px;
    margin-right: 15px;
    border-radius: 5px;
    background: #FFFFFF url(../Images/Layout/icon-plus-blue.png) center center no-repeat;
    background-size: 12px;
}

.mobile-dd-trigger:hover {
    color: #222C53;
    text-decoration: none;
}

.mobile-dd-content {
    display: none;
    padding: 0 15px;
}

    .mobile-dd-content .with-cols {
        display: flex;
        justify-content: space-between;
    }

body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important;
}