﻿/* Pulled from: http://www.three.co.uk/static/ThreeWeb/fonts/style.css  */
@import url("client-styles/style.css");

/* Pulled from: http://www.three.co.uk/static/ThreeWeb/base/css/base2.min.css  */
/* amends made to fix HSIM styles - remove vertical-alignment properties */
@import url("client-styles/base2.min.css");

/* Pulled from: http://www.three.co.uk/static/ThreeWeb/css/responsive.min.css  */
@import url("client-styles/responsive.min.css");

/* Pulled from: http://www.three.co.uk/static/ThreeWeb/atk/css/atk-base.min.css  */
/* amends made to fix HSIM styles - remove vertical-alignment properties */
@import url("client-styles/atk-base.min.css");

/* pulled from http://www.three.co.uk/static/ThreeWeb/responsive/css/type.min.css */
@import url("client-styles/type.min.css");

/* Pulled from: http://www.three.co.uk/static/ThreeWeb/allNewCss2021/css/base2021.min.css  */
@import url("client-styles/base2021.min.css");

/* Pulled from inline styles on www.three.co.uk/paygsim */
@import url("client-styles/inline-styles.css");

/* Pulled from http://www.three.co.uk/static/ThreeWeb/panels/css/panels.min.css*/
@import url("client-styles/panels.min.css");

/* Pulled from https://www.three.co.uk/static/ThreeWeb/search-yext/css/search-yext.min.css*/
@import url("client-styles/yext-styles.css");

/* custom overrides */
#foot nav dl {
    width: 20%;
    margin-right: 0px;
}

footer#foot nav dt.footer-link {
    border-bottom: unset;
}

@media (min-width: 40.063em) {
    #mainlinks .sitesections {
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.sitesections .menu-option {
    margin-right: 50px;
}

    .sitesections .menu-option:first-of-type {
        margin-right: 0px;
    }

/* left align some things in the footer as per the mock up */
@media (max-width: 60em) {
    .phone #foot nav dl.social dd, .ui-mobile #foot nav dl.social dd {
        text-align: left;
    }

    .phone #foot nav p, .ui-mobile #foot nav p {
        text-align: left;
    }

    .phone #foot nav p, .ui-mobile #foot nav p {
        border-top-width: 1px;
    }

    .sitesections .menu-option {
        margin-right: 10px;
    }
}


.header-clearfix {
    clear: both;
}

@media (max-width: 40em) {

    .header-clearfix {
        display: none;
    }

    #foot nav a, #foot nav a:active, #foot nav a:link, #foot nav a:visited {
        margin-top: 5px;
    }

    #foot nav dt {
        padding: 0px;
    }

    #foot nav dl:first-of-type dt {
        padding-top: 40px !important;
    }

    #foot nav dl:last-of-type {
        margin-top: 40px !important;
    }


    .sitesections .menu-option {
        margin-right: 0px;
    }

    .phone footer#foot nav dl:first-child, .ui-mobile footer#foot nav dl:first-child {
        border-top: unset;
    }

    #nav-and-search .menu-option > a {
        left: 0px;
        width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

    .menu-footer .menu-option {
        margin-top: 10px;
    }

    nav {
        padding-bottom: 0px
    }
}

.phone #foot nav dt:before, .ui-mobile #foot nav dt:before {
    content: "";
}

.three-button-ghost {
    background: none;
}

.yxt-SearchBar-AnimatedIcon {
    display: none;
}


.separator-tab {
    position: relative;
    padding-left: 30px!important;
}

    .separator-tab::before {
        content: "|";
        position: absolute;
        top: 7px;
        left: 15px;
    }

button.three-button, button.three-button-ghost {
    font-size: 100%;
    width: 81.5% !important;
}

.three-button-ghost, .btn-additional-link{
    width: 70% !important;
}

h1 {
    font-size: 61px !important;
}

.phone h1 {
    font-size: 36px !important;
}

.phone .search-banner-inner-container .btn-imei-search {
    align-self: center;
    width: 100% !important;
}

.phone .search-banner-input-container {
    width: 100% !important;
}

.phone .show-all-button-container {
    text-align: center;
}

.phone .feedback-container .feedback-button-container {
    align-items: center;
}

.phone #foot nav p a, .ui-mobile #foot nav p a {
    margin: 0 !important;
    display: inline;
}

#selectEmail {
    border: 1px solid;
}