﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/
/*@media (min-width: 768px) {*/
    /* Medium */
/*}*/


/***********
    Coach Detail Page
***********/

.page-intro {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1rem;
}
    
.coach-header {
    display: flex;
    justify-content:space-between;
}
.profile-main {
    width: calc(60% - 2px);
    color: #1F2E57;
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    line-height: 1.5em;
    position: relative;
    text-transform: uppercase;
}

.profile-pic {
    width: calc(33.33%);
    position: relative;
    padding: 30px;
    border-right: 4px solid #FFFFFF;
    padding: 0 10px 0 10px;
}

    .profile-pic .bg-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        aspect-ratio: 1;
        border-radius: 100%;
        overflow: hidden;
        background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }

.switch{
    display:block;
    width:27px;
    height:19px;
}
.pic-wrap{
    margin-top:20px;
}
.dd-btn-wrap{
    position:relative;
}
#coach-ath-dd, .dd-content {
    position: absolute;
    background-color: #FFFFFF;
    border-color: #D02D26;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-top: 5px;
    z-index: 100;
    padding: 10px;
    width: 150px;
}
.dd-content {
    width:100%;
}
    .profile-col-1 {
    width: calc(33.33%);
    border-right: 4px solid #FFFFFF;
    padding: 0 10px 0 10px;
    position: relative;
}

    .profile-col-1 .favourite {
        position: absolute;
        top: 0;
        right: 10px;
        width: 30px;
    }

        .profile-col-1 .favourite img {
            width: 30px;
            height: auto;
        }

    .profile-col-1 .name {
        padding: 0 40px 5px 0;
        font-size: 1.4rem;
        font-weight: 500;
        text-transform: none;
    }

    .profile-col-1 .surname {
        padding: 0 40px 15px 0;
        font-size: 2rem;
        line-height: 1;
        font-weight: 600;
        color: #D02D26;
    }

    .profile-col-1 .event {
        padding: 0 40px 15px 0;
        font-size: 1rem;
        font-weight: bold;
    }

    .profile-col-1 .no-m a {
        color: #1F2E57;
        font-weight: bold;
    }

p.no-m {
    margin: 0;
}
.profile-col-2 {
    width: calc(33.33%);
    padding: 0 10px 0 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .profile-col-2 .ath-quote-wrap {
        text-align: right;
        font-weight:700;
    }

        .profile-col-2 .ath-quote-wrap .ath-quote, .profile-col-2 .ath-quote-wrap a {
            font-size: 0.8rem;
            text-transform: uppercase;
            font-style: italic;
            margin-bottom: 10px;
            text-align: left;
            font-weight: 700;
        }

        .profile-col-2 .ath-quote-wrap a {
            display: inline-block;
            color: #1F2E57;
            font-style: normal;
        }

    .profile-col-2 .socials-wrap {
        display: flex;
    }

        .profile-col-2 .socials-wrap div {
            margin: 0 15px 0 0;
        }

        .profile-col-2 .socials-wrap img {
            width: 26px;
            height: auto;
        }

.profile-col-3 {
    width: calc(33.33%);
    padding: 0 0 0 10px;
    position: relative;
}

    .profile-col-3 .first-int img {
        width: 15px;
        height: auto;
    }

    .profile-col-3 .home-nat p {
        margin: 0;
    }

    .profile-col-3 .club a {
        color: #1F2E57;
    }

.coach-quals, .highest-quals {
    width: calc(20% - 2px);
    color: #FFFFFF;
    background-color: #1F2E57;
    border-radius: 15px;
    padding: 25px 20px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .coach-quals .head, .highest-quals .head{
        margin-bottom: 20px;
    }
        .coach-quals .head p, .highest-quals .head p{
            text-align: center;
            text-transform: uppercase;
            font-size: 1.1em;
            margin: 0 0 10px 0;
        }
            .coach-quals .head p.large, .highest-quals .head p.large{
                font-size: 1.4rem;
            }
.qual-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:0 10px;
    margin:0 0 5px 0;
}
    .qual-row.grey, .level.grey {
        color: #aeaeae;
        opacity: 0.6;
    }

.qual-row p {
    width: calc(100% - 30px);
    margin: 0;
    font-size:0.9em;
}
    .qual-row .status {
        width: 20px;
    }
.level-row {
    display: flex;
    padding: 0 10px;
}
    .level-row p {
        font-size: 0.9em;
        margin-right:20px;
    }
.level-row .level {
    font-size:20px;
    margin:0 1px;
}
.train-dev-link {
    display:block;
    font-size: 0.9em;
    color: #FFFFFF;
    margin:10px 0 0 0;
    text-align:center;
}
.train-dev-link:hover {
    color: #FFFFFF;
}
.train-dev-link img {
    margin-left:5px;
}
.highest-quals{
    justify-content:flex-start;
}





.mobile-coach-header {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 30px 0;

}
    .mobile-coach-header .profile-main {
        display: block;
        width: calc(50% - 2px);
    }
    .mobile-coach-header .profile-pic {
        border: none;
        padding: 0;
        margin-bottom: 50px;
        width: 100%;
    }
        .mobile-coach-header .profile-pic .pic-wrap {
            position: absolute;
            top: -100px;
            left: 50%;
            width: 150px;
            transform: translateX(-50%);
            aspect-ratio: 1;
            border-radius: 100%;
            overflow: hidden;
            background-color: #FFFFFF;
            padding: 10px;
            border: 1px solid #1F2E57;
        }
    .mobile-coach-header .profile-col-1 {
        width: 100%;
        border-right: none;
        padding: 20px 0 0 0;
    }
    .mobile-coach-header .coach-quals {
        width: calc(50% - 2px);
    }
.mobile-dd-content .col-wrap {
    display: flex;
    color: #1F2E57;
}
.mobile-dd-content .col-wrap a {
    color: #1F2E57;
}

.mobile-dd-content .col-6 {
    width: 50%;
}

    .mobile-dd-content .col-6:first-child {
        margin-bottom: 20px;
    }




@media only screen and (max-width: 991px) {
    .highest-quals {
        display: none;
    }


}

@media only screen and (max-width: 767px) {
    .page-intro {
        justify-content: flex-start;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {

    .mobile-coach-header {
        flex-direction: column;
    }
        .mobile-coach-header .profile-main {
            width:100%;
            margin-bottom:4px;
        }
        .mobile-coach-header .coach-quals {
            width: 100%;
        }
}


.coa-det-tblnotl {
}
.coa-det-tbllonly {
    display: none;
}
.coa-det-tblxlonly {
    display: none;
}
@media (min-width: 992px) {
    /* Large */
    .coa-det-tbllonly {
        display: revert;
    }
    .coa-det-tblnotl {
        display: none;
    }
}
@media (min-width: 1200px) {
    /* Extra Large */
    .coa-det-tblxlonly {
        display: revert;
    }
}