/* Minification failed. Returning unminified contents.
(2628,1): run-time error CSS1019: Unexpected token, found '}'
 */
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-display: swap;
}

#Sales_Ticker {
    position: fixed;
    top: 70px;
    bottom: unset;
    right: 10px;
    border-radius: 25px;
    background-color: #fefefe;
    z-index: 9999;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.3);
    padding: 5px;
    min-width: auto;
    width: 95%;
    font-size: 0.9em;
    border: 1px solid #eee;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#Sales_Ticker p {
    float: left;
    clear: none;
    margin: 0;
}
#Sales_Ticker img {
    max-width: unset;
    width: 36px;
}
#Sales_Ticker p:last-child {
    clear: both;
}
@media (min-width: 768px) {
    #Sales_Ticker {
        padding: 15px;
        border-radius: 15px;
        min-width: 360px;
        width: auto;
        top: unset;
        bottom: -50px;
    }
    #Sales_Ticker img {
        max-width: 50px;
        width: auto;
        margin: 6px auto;
    }
    #Sales_Ticker p {
        float: none;
        clear: both;
    }
    #Sales_Ticker p:nth-child(2) {
        margin: 4px 0;
    }
}

.web-wrapper {
    position: relative;
    overflow: hidden;
}

.logo {
    display: block;
    background-image: url(/Images/MU-Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 100%;
    margin: 14px 0 0;
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: pixelated; /* Chrome as of 2019   */
}
.logo.dark {
    background-image: url(/Images/MU-Logo-Dark.png);
}

.nav-toggle {
    width: 78px;
    height: 78px;
    color: #111;
    text-align: center;
    border-radius: 3px;
    line-height: 78px;
    margin: 0 -15px 0 0;
    display: block;
    font-size: 1.5em;
}

.navbar {
    margin: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 99999;
}
.navbar .col-xs-12 {
    position: fixed;
    top: 76px;
    left: 0;
    background-color: #fff;
    height: 90vh;
    z-index: 9999;
}
.navbar-default .navbar-nav.text-center {
    width: 100%;
    margin: 60px 0;
}
.navbar-default .navbar-nav.text-center > li {
    float: none;
    display: inline-block;
    width: 100%;
}
.navbar-default .navbar-nav > li {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #111;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    border-bottom: 1px dotted #ddd;
    text-align: left;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: rgb(0,122,255);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-nav > li:nth-child(4) > a:focus,
.navbar-nav > li:nth-child(4) > a:hover,
.navbar-nav > li:nth-child(5) > a:focus,
.navbar-nav > li:nth-child(5) > a:hover,
.navbar-nav > li:nth-child(6) > a:focus,
.navbar-nav > li:nth-child(6) > a:hover {
    color: rgb(0,122,255)
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: rgb(0,122,255);
}
.navbar-default .navbar-nav > li .dropdown-menu {
    padding: 15px 0;
    border-radius: 8px;
    border: none;
    width: 100%;
    left: 50%;
    margin: 0 0 0 0;
    top: 100%;
    position: static;
}
.navbar-default .navbar-nav > li .dropdown-menu li {
    margin: 0;
    position: relative;
}
.navbar-default .navbar-nav > li .dropdown-menu li a {
    padding: 4.5px 0;
    color: #111 !important;
    display: block;
    font-weight: 600;
}
.navbar-default .navbar-nav > li .dropdown-menu li a:hover {
    background-color: transparent;
    color: rgb(0,122,255) !important;
}
.navbar-default .navbar-nav li:hover .dropdown-menu {
    visibility: visible;
}
.navbar-default .navbar-nav > li .dropdown-menu li .sub-menu {
    display: none;
}
.navbar-nav #GlobalCountrySelect {
    width: auto;
    border: 2px solid transparent;
    border-radius: 3px;
    float: right;
    margin: 19px 0;
}
.navbar-nav #GlobalCountrySelect .caret {
    position: relative;
    top: 8px;
}
.navbar-nav #GlobalCountrySelect > li {
    padding: 0;
    width: 100%;
}
.navbar-nav #GlobalCountrySelect > li > a {
    text-align: right;
    color: #111;
    font-size: 1em;
    margin: 0;
    border-bottom: 0;
}
.navbar-nav #GlobalCountrySelect > li > .dropdown-menu {
    padding: 15px;
    width: 100vw;
    border: none;
    position: absolute;
    top: 60px;
    left: auto;
    background-color: #fefefe;
    height: 100vh;
    overflow-y: scroll;
    right: -80%;
    text-indent: 5%;
}
.navbar-nav #GlobalCountrySelect > li > .dropdown-menu:after {
    left: 92.5%;
}
.navbar-nav #GlobalCountrySelect > li > .dropdown-menu > li {
    cursor: pointer;
    line-height: 30px;
    color: #111;
    width: 100%;
    display: block;
    margin: 5px 0;
}
.navbar-nav #GlobalCountrySelect > li > .dropdown-menu > li:hover {
    color: rgb(0,122,255);
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
.floatingFlip {
    animation-name: floatingFlip;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px) rotate(8deg) scale(0.95);
    }

    65% {
        transform: translate(0, 15px) rotate(8deg) scale(0.95);
    }

    to {
        transform: translate(0, -0px) rotate(8deg) scale(0.95);
    }
}

@keyframes floatingFlip {
    from {
        transform: translate(0, 0px) scaleX(-1);
    }

    65% {
        transform: translate(0, 15px) scaleX(-1);
    }

    to {
        transform: translate(0, -0px) scaleX(-1);
    }
}

#Banner {
    margin: 0 0 0;
    padding: 80px 0 15px;
    position: relative;
    color: #fefefe;
}
#Banner:after {
    display: none;
}
#Banner h1,
#Banner p {
    color: #111;
}
#Banner .minify-intro {
    position: relative;
    max-height: 80px;
    padding-bottom: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#Banner .minify-intro:after {
    content: 'Read more';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 16px;
    color: rgb(0,122,255);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
#Banner .minify-intro.open:after {
    content: 'Read less';
}
#BannerSmall {
    margin: 78px 0 15px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
#BannerSmall .blob {
    background: #eee;
    height: unset;
    padding: 30px 15px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}
#BannerSmall .blob h1 {
    color: #111 !important;
}
#Banner #particles-1 {
    position: absolute;
    bottom: 35vh;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 50vh;
    max-height: 300px;
    opacity: 0.8;
}
#BannerSmall #particles-1 {
    position: absolute;
    top: -20%;
    right: -10%;
    z-index: 1;
    width: 50%;
    height: 400px;
    opacity: 0.8;
}

.content {
    padding: 30px 0;
    min-height: 120px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.coloured {
    background-color: rgb(0,122,255);
    margin: 60px 0 0;
}

.blob {
    border-radius: 15px;
    padding: 25px;
    margin: 0 15px 0;
    position: relative;
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de29ff+0,9929ea+31,007eff+100 */
    background: #ffffff; /* Old browsers */
    /*
    background: -moz-linear-gradient(left, #de29ff 0%, #9120d2 100%);
    background: -webkit-linear-gradient(left, #de29ff 0%,#9120d2 100%);
    background: linear-gradient(to right, #de29ff 0%,#9120d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de29ff', endColorstr='#9120d2',GradientType=1 );

    */
}
.blob.article {
    border-radius: 15px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    height: auto;
    margin: 0 0 15px;
}
.blob.article img {
    margin-bottom: 15px;
}

.panel-default {
    border-radius: 10px;
    z-index: 99999;
}
.panel-default.dark {
    border-color: #111;
    background-color: #111;
}
.panel-default.coloured {
    border: none;
    border-radius: 10px;
}
.panel-default {
    margin: 30px 15px;
}
.panel-default .panel-body {
    padding: 30px 30px;
}
.panel-default .panel-body + .panel-footer {
    padding: 20px 30px;
}

#accordion {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 15px;
}
#accordion li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    position: relative;
}
#accordion li h3 {
    max-width: 95%;
}
#accordion li .fa {
    position: absolute;
    top: 2px;
    right: 0;
}
#accordion li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#accordion li p:first-child {
    padding-top: 15px;
}

a[data-toggle="collapse"] {
    display: block;
    width: 100%;
}
a[data-toggle="collapse"]:hover,
a[data-toggle="collapse"]:active,
a[data-toggle="collapse"]:focus {
    color: rgb(0,122,255);
    text-decoration: none;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
    .breadcrumb > li {
        font-size: 0.75em;
        font-weight: 500;
        text-transform: uppercase;
        color: #777;
    }

        .breadcrumb > li > a {
            color: rgb(0,122,255);
        }

            .breadcrumb > li > a:focus,
            .breadcrumb > li > a:hover {
                color: rgb(0,122,255);
                text-decoration: none;
            }

.form-group {
    position: relative;
}

.form-control {
    padding: 12px;
    height: 46px;
    border-radius: 3px;
    font-size: 0.95em;
    box-shadow: none;
    -moz-transition: none 1s;
    -o-transition: none 1s;
    -webkit-transition: none 1s;
    transition: none 1s;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23333333'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 15px) 21px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #333333;
    text-transform: capitalize;
    padding: 12px 9px;
}

.form-control:focus,
.form-control:focus + .input-group-addon {
    box-shadow: none;
    border-color: rgb(0,122,255);
}

.form-control.loading {
    background-image: url(/Images/1488.gif);
    background-repeat: no-repeat;
    background-position: left 90% center;
    background-size: 24px;
}

.radio {
    margin: 0;
}

    .radio label {
        text-align: center;
        padding: 40px 5px 20px 5px;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
        width: 100%;
        min-height: unset;
        background-image: url(/Images/emboss.png);
        background-repeat: no-repeat;
        background-position: right 15px bottom 15px;
    }

        .radio label img {
            max-width: 32px;
            height: auto;
            margin: 10px auto 0;
            display: block;
            position: relative;
            left: 7px;
        }

    .radio.active label {
        position: relative;
        z-index: 1;
        color: #fefefe;
    }

#ServiceTypeList .radio.active label.Pre-order-Service {
    background-color: rgb(0,122,255);
    border-color: rgb(0,122,255);
}

#ServiceTypeList .radio.active label.Standard-Service,
#ServiceTypeList .radio.active label.iPhone-Passcode-Unlock {
    background-color: rgb(0,122,255);
    border-color: rgb(0,122,255);
}

#ServiceTypeList .radio.active label.Premium-Service,
#ServiceTypeList .radio.active label.iPhone-Activation-Bypass {
    background-color: #111;
    border-color: #111;
}

#ServiceTypeList .popover {
    color: #111;
    width: 446px;
    max-width: 446px;
    left: 0 !important;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

#ServiceTypeList .radio:nth-child(1) + .popover .arrow {
    left: 16.66% !important;
}

#ServiceTypeList .radio:nth-child(3) + .popover .arrow {
    left: 83.34% !important;
}

#ServiceTypeList .popover .popover-title {
    background-color: transparent;
    border: none;
    padding: 20px;
}

#ServiceTypeList .popover .popover-content {
    padding: 0 20px 20px;
}

input[type="checkbox"], input[type="radio"] {
    margin: 3.5px 0 0;
}

.checkbox label {
    padding-left: 30px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -30px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
    top: 15px;
    right: 50%;
    margin-right: -6px;
}

.validIMEI {
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 4;
    background-color: #3fcf30;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 0.65em;
    font-weight: 500;
    text-transform: uppercase;
    color: #fefefe;
}

.serviceInfo {
    padding: 20px 15px 15px;
    position: relative;
    z-index: 0;
    border: 1px solid rgb(0,122,255);
    margin-top: -1px;
    color: #111;
}

.input-group-addon {
    background-color: transparent;
}

    .input-group-addon:first-child {
        padding: 6px 0 6px 15px;
    }

    .input-group-addon.focus {
        border-color: rgb(0,122,255);
    }

    .input-group-addon:last-child {
        padding: 6px 15px;
    }

    .input-group-addon img {
        position: relative;
        top: -1px;
    }

    .input-group-addon + select,
    .input-group-addon + input {
        border-left: 0;
    }

.btn {
    width: 100%;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 0.95em;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn .fa {
        font-weight: normal;
        font-size: 1.1em;
    }

.btn-primary {
    background: rgb(0,122,255);
    border: none;
    color: #fefefe;
    padding: 13px 15px;
    background-size: 100%;
}

    .btn-primary:focus,
    .btn-primary:hover {
        background-size: 300%;
    }

    .btn-primary.btn-lg {
        padding: 17px;
        font-size: 1em;
    }

.btn-default {
    padding: 11px 15px;
    border: 2px solid #111;
    color: #111;
}

    .btn-default:focus,
    .btn-default:hover {
        border-color: rgb(0,122,255);
        color: rgb(0,122,255);
        background-color: transparent;
    }

    .btn-default.btn-lg {
        padding: 16px;
        font-size: 1em;
    }

    .btn-default.btn-transparent {
        background-color: transparent;
        border-color: #fff;
    }

        .btn-default.btn-transparent:focus,
        .btn-default.btn-transparent:hover {
            background-color: #fff;
            border-color: #fff;
            color: rgb(0,122,255) !important;
        }

h1 {
    color: #111;
    margin: 8px 0 30px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
}

    h1.small {
        font-size: 33px;
    }

h2 {
    color: #111;
    margin: 8px 0 30px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 36px;
}

    h2.small {
        font-size: 24px;
        margin: 8px 0 15px;
    }

h3 {
    color: #111;
    margin: 3px 0 15px;
    font-size: 16px;
    font-weight: 600;
}

    h3.small {
        font-size: 14px;
        line-height: 145%;
    }

h4 {
    font-size: 16px;
    margin: 3px 0 15px;
    line-height: 1.4;
}

h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px;
}

.lead {
    color: rgb(0,122,255) !important;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 15px;
}

    .lead.text-white {
        color: #fefefe !important;
    }

.label-info {
    text-transform: uppercase;
    border-radius: 20px;
    padding: 4px 12px 3px;
    margin: 0 0 6px;
    background-color: rgb(0,122,255);
    font-size: 0.65em;
    display: inline-block;
}

.tagline {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 65%;
    color: rgb(0,122,255);
    display: inline-block;
    letter-spacing: 1px;
}

    .tagline.bold {
        color: #111;
    }

hr {
    margin: 30px 0;
    border-top: 1px dotted #9d9d9d;
}

.text-bold {
    font-weight: bold;
}

.text-black,
.text-black a {
    color: #111;
}

.text-purple,
.text-purple a {
    color: rgb(0,122,255) !important;
}

.text-grey,
.text-grey a {
    color: #777 !important;
}

.text-white,
.text-white a {
    color: #fefefe !important;
}

.shadow {
    border: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

.dropdown-menu {
    width: 100%;
}

.field-validation-error {
    color: red;
    display: block;
    margin-top: 8px;
}

[data-toggle="popover"]:hover {
    color: rgb(0,122,255);
    cursor: help;
}

.control-label {
    font-weight: 600;
    margin-bottom: 12px;
    max-width: unset;
    width: 100%;
}

#OrderSummary {
    position: fixed;
    top: 160px;
    left: 50%;
    margin-left: 154px;
    z-index: 3;
    width: 310px;
}

.thumbnails {
    margin: 0 0 30px;
    display: inline-block;
    width: 100%;
}

.thumbnails > li {
    padding: 0;
    margin: 0;
}

        .thumbnails > li > a {
            display: block;
            border: 1px solid #ddd;
            border-right-color: transparent;
            border-top-color: transparent;
            padding: 25px 15px;
            min-height: 260px;
            background-color: #fff;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .thumbnails > li:nth-child(1) > a,
        .thumbnails > li:nth-child(2) > a,
        .thumbnails > li:nth-child(3) > a,
        .thumbnails > li:nth-child(4) > a {
            border-top: 1px solid #ddd;
        }

        .thumbnails > li:nth-child(2n),
        .thumbnails > li:last-child {
            border-right: 1px solid #ddd;
        }

        .thumbnails > li > a > img {
            margin: 0 auto 15px;
        }

        .thumbnails > li > a:hover {
            border: 1px solid #111;
            margin: -5px;
            padding: 30px 20px;
            min-height: 270px;
            position: relative;
            z-index: 99999;
            text-decoration: none;
        }

#PopularNetworks a img {
    max-width: 100%;
    margin: 0 0 30px;
    border-radius: 5px;
}

#PopularNetworks .row .col-xs-4:nth-child(4) a img,
#PopularNetworks .row .col-xs-4:nth-child(5) a img,
#PopularNetworks .row .col-xs-4:nth-child(6) a img {
    margin-bottom: 0;
}

#PopularMakes {
    margin-top: 0;
}

    #PopularMakes a img {
        max-width: 100%;
        margin: 0 0 30px;
        border-radius: 5px;
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    }

    #PopularMakes .row .col-xs-4:nth-child(4) a img,
    #PopularMakes .row .col-xs-4:nth-child(5) a img,
    #PopularMakes .row .col-xs-4:nth-child(6) a img {
        margin-bottom: 0;
    }

#Featured {
    padding-top: 30px;
    border-top: 1px dotted #ddd;
}

    #Featured img {
        margin-bottom: 30px;
        max-width: 110px;
    }

    #Featured .col-xs-6:nth-child(2) img {
        max-width: 160px;
        margin-top: -5px;
    }

    #Featured .col-xs-6:nth-child(4) img {
        margin-top: -3px;
        max-width: 100px;
    }

#ServicesExplained .panel {
    position: relative;
}

    #ServicesExplained .panel .badge {
        position: absolute;
        top: 134px;
        left: 45px;
        padding-bottom: 6px;
        padding-top: 6px;
    }

#ServicesExplained .bottom-trim {
    height: 5px;
    width: 40px;
    border-radius: 3px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
}

#ServicesExplained .col-sm-4:nth-child(1) .bottom-trim {
    background-color: rgb(0,122,255);
}

#ServicesExplained .col-sm-4:nth-child(2) .bottom-trim {
    background-color: rgb(0,122,255);
}

#ServicesExplained .col-sm-4:nth-child(3) .bottom-trim {
    background-color: #111111;
}

#ServicesExplained .service-header {
    padding: 25px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ServicesExplained .col-sm-4:nth-child(1) .service-header {
    background-color: rgb(0,122,255);
}

#ServicesExplained .col-sm-4:nth-child(2) .service-header {
    background-color: #dc29ff;
}

#ServicesExplained .col-sm-4:nth-child(3) .service-header {
    background-color: #111111;
}

#ServicesExplained ul li {
    position: relative;
    padding-left: 25px;
}

    #ServicesExplained ul li:before {
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
    }

#ServicesExplained .col-sm-4:nth-child(1) ul li:before {
    color: rgb(0,122,255);
}

#ServicesExplained .col-sm-4:nth-child(1) ul li:before {
    color: rgb(0,122,255);
}

#ServicesExplained .col-sm-4:nth-child(1) ul li:before {
    color: #111111;
}

.social-icons li a {
    color: #111;
    border: 2px solid #111;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 1.1em;
}

    .social-icons li a:hover,
    .social-icons li a:active,
    .social-icons li a:focus {
        border-color: rgb(0,122,255);
        background-color: rgb(0,122,255);
        color: #fff !important;
    }

footer {
    padding: 60px 0 0;
    background-color: #111;
}

    footer .container-fluid {
        background-color: rgba(0,0,0,0.05);
    }

    footer hr {
        border-color: #333;
    }

    footer a:hover {
        color: #fefefe !important;
    }

    footer .footer-link-list {
        height: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: -15px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        footer .footer-link-list li {
            margin-bottom: 13px;
        }

            footer .footer-link-list li:last-child {
                margin-bottom: 0;
            }

    footer .social-icons li a {
        color: #9d9d9d;
        border: 2px solid #9d9d9d;
    }

        footer .social-icons li a:hover,
        footer .social-icons li a:active,
        footer .social-icons li a:focus {
            border-color: #fff;
            background-color: #fff;
            color: #222 !important;
        }

.footer,
.article-footer {
    background-color: transparent;
}

a,
a:focus,
a:focus {
    outline: none;
}

.container {
    position: relative;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-30 {
    margin-top: 0;
}

.margin-bottom-30 {
    margin-bottom: 15px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-120 {
    margin-top: 0;
}

.margin-bottom-60 {
    margin-bottom: 0;
}

.margin-bottom-120 {
    margin-bottom: 0;
}

.padding-15 {
    padding: 15px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-left-30 {
    padding-left: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.text-center-xs {
    text-align: center;
}


#TEST {
    width: 640px;
    background-image: url(/Images/iPhone-X.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 644px;
    z-index: 2;
    left: 50%;
    position: absolute;
    top: -30px;
    margin: 0 0 0 -304px;
}

.background-right .container .row .col-xs-12:nth-child(3) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.usp-highlights {
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

    .usp-highlights li {
        width: 32.5%;
    }

        .usp-highlights li:last-child {
            padding-right: 0;
        }

        .usp-highlights li .panel {
            margin: 0 0 0;
            max-width: 130px;
            background-color: transparent;
            border: none;
        }

.phone-1 {
    max-width: 70%;
    margin: 0 15% -50%;
}

.phone-2 {
    background-image: url(/Images/Phone-Angle-Test.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 540px;
    height: 803px;
    margin: 0;
    position: relative;
    top: -163px;
    left: 30%;
    margin: 0 0 0 -270px;
    z-index: 2;
}

.overflow {
    height: 502px;
    position: relative;
    margin: 50px -15px 60px -15px;
    border-radius: 15px;
    overflow: visible;
    background-color: #f1f1f1;
}

.angle-xs {
    transform: scale(0.6);
}

.phone-3 {
    width: 170%;
    background-image: url(/Images/iPhone-X.png);
    background-repeat: no-repeat;
    background-size: 580px;
    background-position: top;
    position: absolute;
    bottom: -640px;
    left: 50%;
    margin-left: -85%;
    height: 600px;
    z-index: 0;
}

    .phone-3 .phone-screen {
        left: 50%;
        width: 256px;
        margin-left: -128px;
        position: relative;
        overflow: hidden;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        top: 15px;
        height: 96.5%;
        background-color: transparent;
    }

#Steps_Large {
    padding: 0;
}

    #Steps_Large .phone-2 {
        left: auto;
    }

    #Steps_Large ul li {
        color: #777;
    }

        #Steps_Large ul li span {
            display: inline-block;
            border-radius: 5px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-size: 75%;
            font-weight: bold;
            background-color: #111;
            color: #fefefe;
        }

        #Steps_Large ul li.active {
            color: #111;
        }

            #Steps_Large ul li.active span {
                background-color: rgb(0,122,255);
            }

#USP_Large {
    margin-top: 60px;
    background-image: url(/Images/benefits-background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 16.5vw bottom;
    padding: 0 0 240px;
}

    #USP_Large ul {
        padding-left: 30px;
    }

        #USP_Large ul li {
            padding-left: 5px;
        }

#USP_Small {
    padding-top: 30px;
    clear: both;
}

    #USP_Small .panel {
        margin-bottom: 30px;
    }

#IMEICheck_Large {
    margin-top: 0;
    float: left;
    width: 100%;
    clear: both;
}

    #IMEICheck_Large .blob {
        min-height: 780px;
    }

#USP_Large {
    float: left;
    clear: both;
    width: 100%;
}

#Testimonials .rating-score {
    color: #111;
    font-size: 40px;
    font-weight: 600;
}

#Testimonials .rating-lg {
    font-size: 1.3em;
    color: #fff;
    background-color: #00b67a;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 2px;
}

.temp-banner.background-right .container .row .col-xs-12:nth-child(2),
.temp-banner.background-right .container .row .col-xs-12:nth-child(3) {
    background-color: #fff;
}

#Quote {
    position: relative;
    bottom: 0;
}

    #Quote .item-1 {
        margin-top: -115px;
    }

#QuoteContainer {
    margin-top: 0;
    clear: both;
}

    #QuoteContainer .price {
        display: none;
    }

        #QuoteContainer .price span,
        #QuoteContainer .price small {
            color: #111;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
        }

        #QuoteContainer .price small {
            margin: 5px 10px 0 0;
        }

        #QuoteContainer .price span {
            font-size: 26px;
        }

    #QuoteContainer .panel-body {
        padding: 20px 15px;
    }

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

.carousel-indicators {
    left: 0;
    right: auto;
    bottom: -140px;
    margin: 0;
    width: 100%;
}

    .carousel-indicators li {
        background-color: rgba(0,0,0,0.1);
        border-color: rgba(0,0,0,0.05);
    }

    .carousel-indicators .active {
        background-color: rgb(0,122,255);
    }

.home-image,
.iphone-image,
.samsung-image,
.huawei-image,
.lg-image,
.motorola-image,
.blackberry-image {
    width: 100%;
    border-radius: 15px;
}

#QuoteSummary {
    background-color: #222;
    border-radius: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    max-width: 282px;
    width: 100%;
    border: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -141px;
    height: 320px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

    #QuoteSummary ul li {
        height: 83px;
        display: none;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        border-top: 1px solid rgba(0,0,0,0.5);
        padding: 10px 0;
        position: relative;
    }

        #QuoteSummary ul li:after {
            content: '\f058';
            font-family: 'FontAwesome';
            position: absolute;
            top: 30px;
            right: 0;
            color: rgba(255,255,255,0.1);
        }

        #QuoteSummary ul li img {
            width: 50px;
            height: 50px;
            border-radius: 5px;
            margin-right: 10px;
        }

        #QuoteSummary ul li div {
            width: 50px;
            height: 50px;
            padding: 4px 0;
            text-align: center;
            background-color: #fff;
            border-radius: 5px;
            display: inline-block;
            margin: 0 10px 0 0;
        }

            #QuoteSummary ul li div img {
                height: 42px;
                width: auto;
                margin: 0 auto;
            }

        #QuoteSummary ul li#OrderService div {
            background-color: rgb(0,122,255);
            padding: 11px 0;
            vertical-align: middle;
        }

        #QuoteSummary ul li#OrderMake div {
            background-color: rgb(0,122,255);
        }

        #QuoteSummary ul li p {
            display: inline-block;
            position: relative;
            top: 10px;
        }

        #QuoteSummary ul li:first-child {
            border-top: none;
        }

        #QuoteSummary ul li:last-child {
            border-bottom: none;
        }

    #QuoteSummary .info-tab {
        font-size: 0.95em;
        text-align: center;
    }

        #QuoteSummary .info-tab .fa-5x {
            color: rgba(255,255,255,0.03);
            margin: 30px auto;
        }

.home-hero {
    width: 60%;
    float: right;
    margin: 0 20%;
}


.wpwl-form-card {
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

.wpwl-form-card,
.wpwl-form-directDebit,
.wpwl-form-onlineTransfer-EPS,
.wpwl-form-onlineTransfer-ENTERCASH,
.wpwl-form-onlineTransfer-GIROPAY,
.wpwl-form-onlineTransfer-IDEAL,
.wpwl-form-onlineTransfer-SADAD,
.wpwl-form-onlineTransfer-SOFORTUEBERWEISUNG,
.wpwl-form-virtualAccount-KLARNA_INVOICE,
.wpwl-form-virtualAccount-KLARNA_INSTALLMENTS,
.wpwl-form-virtualAccount-NETELLER,
.wpwl-form-virtualAccount-PASTEANDPAY_V,
.wpwl-form-virtualAccount-VSTATION_V,
.wpwl-form-virtualAccount-CHINAUNIONPAY,
.wpwl-form-has-inputs {
    border: none;
    padding: 0;
}

.wpwl-form {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.wpwl-group {
    margin-bottom: 15px;
}

.wpwl-label-brand {
    display: none !important;
}

.wpwl-label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 0.9em;
}

.wpwl-group-billing {
    border-top: 1px dotted #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.wpwl-sup-wrapper-street2,
.wpwl-sup-wrapper-state {
    display: none !important;
}

.wpwl-button-pay {
    min-width: 100% !important;
    border-radius: 5px !important;
    padding: 11px 16px !important;
    font-weight: 500 !important;
}



.wpwl-control {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-color: #c5c5c5;
}

.wpwl-wrapper-submit {
    border-top: 1px dotted #d5d5d5;
    padding-top: 15px;
}

.wpwl-button-pay {
    border-radius: 22px;
    min-width: 140px;
}

@media (min-width: 700px) {
    .wpwl-group-billing {
        padding-right: 36%;
    }

    .wpwl-button-pay {
        min-width: 140px !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    .popover {
        min-width: 230px;
    }
}

@media (min-width: 992px) {
    .blob.article {
        padding: 60px 70px;
        margin: 0 0 30px;
    }

        .blob.article img {
            margin-bottom: 20px;
        }

    #FormProductSelect span {
        padding: 17px 15px;
        font-size: 0.9em;
    }

    #FormProductSelect a {
        padding: 17px 10px;
        font-size: 0.85em;
    }

        #FormProductSelect a:hover {
            text-decoration: none;
            background-color: #333;
        }

    #QuoteContainer .panel-body {
        padding: 30px 30px;
    }

    #Banner {
        padding: 150px 0 0;
    }

    .text-center-xs {
        text-align: unset;
    }

    .text-center-sm {
        text-align: unset;
    }

    .temp-banner .container:before {
        margin: 0 0 0 12px;
    }

    .temp-banner .container:after {
        margin: 0 0 0 409px;
    }

    .jumplinks {
        width: 100%;
        clear: both;
        float: left;
        margin: 0 0 30px 0;
    }

        .jumplinks li {
            width: 50%;
            margin: 0 0 8px 0;
            position: relative;
            padding: 0 0 0 15px;
            float: left;
        }

            .jumplinks li:before {
                content: '';
                content: "\f111";
                font-family: 'FontAwesome';
                font-size: 0.5em;
                position: absolute;
                top: 4px;
                left: 0;
            }

    .home-hero {
        position: absolute;
        top: 182px;
        left: 52%;
        width: 47%;
        float: none;
        margin: 0;
        display: block;
    }

    .home-image,
    .iphone-image,
    .samsung-image,
    .huawei-image,
    .lg-image,
    .motorola-image,
    .blackberry-image {
        width: 103%;
        margin: 0 -8% -60px 0;
    }

    .col-md-pull-6 .home-image,
    .col-md-pull-6 .iphone-image,
    .col-md-pull-6 .samsung-image,
    .col-md-pull-6 .huawei-image,
    .col-md-pull-6 .lg-image,
    .col-md-pull-6 .motorola-image,
    .col-md-pull-6 .blackberry-image {
        width: 103%;
        margin: 0 0 -60px -8%
    }

    .home-image {
        margin-top: -25px;
    }

    .carousel-indicators {
        left: auto;
        right: 0px;
        bottom: -40px;
        margin: 0;
        width: unset;
    }

    .container {
        width: 100%;
    }

    .flowfix {
        min-height: 790px;
    }

    #Banner.temp-banner {
        height: 590px !important;
        z-index: 99;
    }

    .temp-banner .container {
        height: 440px;
    }

    #QuoteContainer {
        position: relative;
        clear: both;
        display: block;
    }

    #Quote {
        width: 640px;
        background-image: url(/Images/iPhone-X-Test.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        height: 734px;
        z-index: 2;
        left: 50%;
        position: absolute;
        top: -66px;
        margin: 0 0 0 -312px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        #Quote:before {
            content: '';
            position: absolute;
            top: 60px;
            left: 0;
            z-index: 2;
            background-image: url(/Images/iPhone-X-Top.png);
            background-repeat: no-repeat;
            width: 100%;
            height: 30px;
            background-size: contain;
            background-position: center top;
        }

        #Quote .item-1 {
            margin: 0;
            position: absolute;
            top: 8.8%;
            left: 28%;
            width: 44%;
            min-height: 44%;
            border-radius: 30px;
            padding-top: 70px;
            z-index: 1;
        }

        #Quote .item-2 {
            background-color: #111;
            position: absolute;
            top: 8.8%;
            left: 28%;
            width: 44%;
            height: 82.6%;
            border-radius: 30px;
            padding: 60px 8px;
            z-index: 0;
        }

        #Quote .item-1 .thing {
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 50%;
            width: 170px;
            height: 170px;
            margin: 0 auto;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            #Quote .item-1 .thing.sm {
                width: 120px;
                height: 120px;
                margin: -15px auto;
            }

        #Quote .brand {
            border-radius: 50%;
            width: 100%;
            height: 100%;
            text-align: center;
            border: 10px solid rgba(0,0,0,0.3);
        }

        #Quote .brand {
            display: block;
        }

        #Quote .item-1 .thing .brand img {
            width: 118px;
            height: 118px;
            display: block;
            margin: 16px auto;
            border-radius: 50%;
            padding: 16px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        #Quote .item-1 .thing.sm .brand img {
            width: 68px;
            height: 68px;
        }

    #QuoteContainer .price {
        position: relative;
        top: 12px;
    }

    .radio label {
        text-align: left;
        padding: 15px 15px 20px 15px;
    }

        .radio label img {
            margin: 10px 0 0;
            left: 0;
        }

    .radio input[type="radio"],
    .radio-inline input[type="radio"] {
        top: 17px;
        right: 15px;
        margin-right: 0;
    }

    .logo {
        height: 50px;
        width: auto;
        margin: 20px 0 0 0;
    }

    .navbar {
        position: absolute;
        background-color: transparent;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .navbar .col-xs-12 {
            position: static;
            background-color: transparent;
            height: unset;
        }

    .navbar-default .navbar-nav.text-center {
        margin: 0;
    }

        .navbar-default .navbar-nav.text-center > li {
            width: 16%;
        }

    .navbar-default .navbar-nav > li {
        padding: 28px 0;
    }

        .navbar-default .navbar-nav > li > a {
            font-size: 1em;
            margin: 0;
            padding: 8px 0;
            border: none;
            text-align: center;
        }

    .navbar-nav > li:nth-child(4) > a,
    .navbar-nav > li:nth-child(5) > a,
    .navbar-nav > li:nth-child(6) > a {
        color: #111;
    }

    .navbar-nav #GlobalCountrySelect {
        border: 2px solid #111;
        margin: 0;
        width: 100%;
    }

        .navbar-nav #GlobalCountrySelect > li > .dropdown-menu > li {
            cursor: pointer;
            line-height: 30px;
            color: #fefefe;
            width: 19%;
            display: inline-block;
            margin: 5px 0;
        }

        .navbar-nav #GlobalCountrySelect > li > a {
            color: #111;
            padding-left: 15px;
            padding-right: 15px;
            text-align: left;
        }

        .navbar-nav #GlobalCountrySelect > li > .dropdown-menu {
            left: auto;
            right: -2px;
            padding: 40px;
            top: 184%;
            width: 1140px;
            border: 1px solid #000;
            position: absolute;
            height: unset;
            overflow-y: unset;
            background-color: #111;
            text-indent: 0;
        }

    .navbar-default .navbar-nav > li .dropdown-menu li a {
        padding: 4.5px 0;
        color: #fefefe !important;
        display: block;
    }

        .navbar-default .navbar-nav > li .dropdown-menu li a .fa {
            font-size: 0.75em;
            position: relative;
            top: 5px;
            right: 20px;
            display: block;
        }

    .navbar-default .navbar-nav > li .dropdown-menu {
        padding: 12px 0 12px 20px;
        border-radius: 8px;
        border: none;
        width: 100%;
        background-color: #111;
        width: 215px;
        left: 50%;
        margin: 0 0 0 -105px;
        top: 100%;
        position: absolute;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
    }

        .navbar-default .navbar-nav > li .dropdown-menu:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(17, 17, 17, 0);
            border-bottom-color: #111111;
            border-width: 10px;
            margin-left: -10px;
        }

        .navbar-default .navbar-nav > li .dropdown-menu li .sub-menu {
            display: none;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #191919;
            width: 200px;
            margin: -12px 0 0 0;
            padding: 12px 20px 12px 20px;
            border-radius: 5px;
        }

        .navbar-default .navbar-nav > li .dropdown-menu li:hover .sub-menu {
            display: block;
        }

            .navbar-default .navbar-nav > li .dropdown-menu li:hover .sub-menu li a {
                text-decoration: none;
            }

    .navbar-default .navbar-nav > li.dropdown:hover .dropdown-menu {
        display: block;
    }

    footer .footer-link-list {
        height: unset;
        margin-bottom: 0;
    }

    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 33px;
        line-height: 42px;
    }

    h3 {
        font-size: 18px;
    }

        h3.large {
            font-size: 33px;
            line-height: 42px;
        }

        h3.small {
            font-size: 15px;
        }

    .tagline {
        font-size: 71%;
    }

    .lead {
        font-size: 40px;
    }

    .background-right .container .row .col-xs-12:nth-child(2),
    .background-right .container .row .col-xs-12:nth-child(3) {
        background-color: transparent;
    }

    .background-right {
        position: relative;
    }

        .background-right:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            z-index: 1;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-left.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left;
            margin-left: -1px;
            transform: scaleY(-1);
        }

        .background-right:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 1;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-left.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left;
            margin-left: -1px;
        }

        .background-right.grad:after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 50%;
            height: 100%;
            background-image: url(/Images/background-colors.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left top;
            z-index: 0;
        }

    .background-left {
        position: relative;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, #111111 50%, #ffffff 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #111111 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #111111 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

        .background-left:after {
            content: '';
            position: absolute;
            top: 0;
            right: 50%;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            margin-right: -0.5px;
            transform: scaleY(-1);
        }

        .background-left:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            margin-right: -0.5px;
        }

    .background-right-third {
        position: relative;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 50%, #111111 50%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 50%,#111111 50%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 50%,#111111 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#111111',GradientType=1 ); /* IE6-9 */
    }

        .background-right-third:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-left.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left;
            margin-left: -1px;
        }

    .background-left-third {
        padding: 0 0 0;
        position: relative;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left, rgba(0,122,255,0.1) 33%, #ffffff 33%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,122,255,0.1) 33%,#ffffff 33%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,122,255,0.1) 33%,#ffffff 33%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,122,255,0.1)', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }

        .background-left-third:after {
            content: '';
            position: absolute;
            top: 0;
            right: 67%;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            margin-right: -1px;
            transform: scaleY(-1);
        }

        .background-left-third:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 67%;
            width: 30px;
            height: 30px;
            background-image: url(/Images/ICR-right.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            margin-right: -1px;
        }

    .content {
        padding: 60px 0;
    }

    .blob {
        border-radius: 25px;
        height: 375px;
        padding: 60px 0 0;
        margin: 0 auto -60px;
        overflow: visible;
        min-height: unset;
    }

    .usp-highlights {
        position: absolute;
        top: 25px;
        right: 13px;
        z-index: 0;
        width: 528px;
        margin: 0;
    }

        .usp-highlights li {
            width: unset;
        }

            .usp-highlights li .panel {
                margin: 0 0 15px;
                background-color: rgba(0,0,0,0);
                border: none;
                width: 120px;
            }

    .phone-1 {
        max-width: 335px;
        margin: -30px 0 0 60px;
        position: relative;
        z-index: 2;
    }

    .phone-2 {
        max-width: 540px;
        margin: -120px 0 0 -316px;
        position: relative;
        z-index: 2;
        top: auto;
        left: 50%;
    }

    @keyframes floating {
        from {
            transform: translate(0, 0px);
        }

        65% {
            transform: translate(0, 15px);
        }

        to {
            transform: translate(0, -0px);
        }
    }

    .overflow {
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: transparent;
        overflow: visible;
    }

    .angle-xs {
        transform: rotate(0deg) scale(1);
    }

    .phone-3 {
        width: 100%;
        background-size: 60%;
        margin-left: -27%;
        height: 490px;
        z-index: 0;
        left: 0;
        bottom: 0;
    }

        .phone-3 .phone-screen {
            position: absolute;
            top: 3.5%;
            left: 36.85%;
            width: 26.4%;
            height: 96.5%;
            background-color: #111;
            border-top-left-radius: 35px;
            border-top-right-radius: 35px;
            margin-left: 0;
        }

    form .col-sm-6:first-child {
        padding-right: 7.5px;
    }

    form .col-sm-6.col-sm-pull-6 {
        padding-right: 7.5px;
        padding-left: 15px !important;
    }

    form .col-sm-6:last-child {
        padding-left: 7.5px;
    }

    form .col-sm-6.col-sm-push-6 {
        padding-left: 7.5px;
        padding-right: 15px !important;
    }

    #Banner .minify-intro {
        max-height: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        #Banner .minify-intro:after {
            display: none;
        }

    #Banner #particles-1 {
        bottom: 0;
        right: -10%;
        width: 50%;
        height: 500px;
        max-height: 500px;
    }

    #BannerSmall {
        margin: 120px 0 30px;
    }

        #BannerSmall .blob {
            padding: 30px;
            margin: 0 auto;
            width: 1140px;
            border-radius: 15px;
        }

    .thumbnails > li > a {
        padding: 60px 15px;
    }

        .thumbnails > li > a:hover {
            margin: -5px;
            padding: 65px 15px;
        }

    .thumbnails > li:nth-child(2n) {
        border-right-color: transparent;
    }

    .thumbnails > li:nth-child(4n) {
        border-right: 1px solid #ddd;
    }

    #PopularNetworks a img {
        max-width: 70%;
        margin: 0 15%;
        border-radius: 10px;
    }

    #PopularMakes {
        margin-top: 60px;
    }

        #PopularMakes a img {
            max-width: 70%;
            margin: 0 15%;
            border-radius: 10px;
            padding: 20px;
        }

    #IMEICheck_Large {
        margin-top: 120px;
        min-height: 376px;
    }

        #IMEICheck_Large .blob {
            min-height: unset;
        }

    #USP_Large {
        margin-top: 80px;
        background-position: right -18vw bottom -100px;
        padding: 0 0 100px;
    }

    #USP_Small {
        padding-top: 90px;
    }

    .text-center-xs {
        text-align: left;
    }

    .text-center-sm {
        text-align: left;
    }

    #accordion {
        padding: 60px;
    }

    #Featured {
        padding-bottom: 30px;
    }

        #Featured img {
            max-width: unset;
        }

        #Featured .col-xs-6:nth-child(1) img {
            max-height: 40px;
        }

        #Featured .col-xs-6:nth-child(2) img {
            max-height: 50px;
            max-width: unset;
        }

        #Featured .col-xs-6:nth-child(3) img {
            max-height: 40px;
        }

        #Featured .col-xs-6:nth-child(4) img {
            max-height: 30px;
            margin-top: 0;
            max-width: unset;
        }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-bottom-30 {
        margin-bottom: 30px;
    }

    .margin-top-60 {
        margin-top: 60px;
    }

    .margin-top-120 {
        margin-top: 120px;
    }

    .margin-bottom-60 {
        margin-bottom: 60px;
    }

    .margin-bottom-120 {
        margin-bottom: 120px;
    }

    .padding-left-30 {
        padding-left: 30px;
    }

    #FormProductSelect a {
        background-color: #222;
        position: relative;
        display: block;
        width: 100%;
        padding: 17px 4px;
        font-weight: 500;
        text-align: center;
        font-size: 0.85em;
    }

    #FormProductSelect span {
        display: block;
        text-align: center;
        width: 100%;
        padding: 17px 4px;
        font-weight: 600;
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .temp-banner .container:before {
        margin: 0 0 0 62px;
    }

    .temp-banner .container:after {
        margin: 0 0 0 459px;
    }

    .text-center-xs {
        text-align: left;
    }
}
