/*
Please note, this is a mobile first design. This means that we apply our desing
logic at the mobile level before making adaptations to make it work at higher resolution.

I also make use of Classes more than IDs, the increased load on the rendering engine
is minimal and it allows me to better manage specificity and weighting of IDs vs Classes.

At the moment, this has been hard coded in native CSS rather than SASS so might be
worth considering migration at some point in the future.

The is also regular use of utilities native in bootstrap, if you can't find what you're
looking for in here, use inspect element and check if its coming from theme.min.css

We also currently have some bloat coming in from bootstrap (from parts we dont use) which
we should make sure we cut out and streamline in the future.
*/

/* @import url('https://fonts.googleapis.com/css?family=Raleway:600|Roboto:300,400,600') */

/****** #RESOURCES ******/

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
}

/****** #GLOBAL ******/

body {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #707070;
}

h1, h2, h3, h4, h5, h6 {
    color: #49494d;
    font-weight: 600;
    line-height: 1.5;
}

h1 {
    font-size: 2rem;
    letter-spacing: -1px;
}

h2 {
    font-size: 1.8rem;
    letter-spacing: -0.8px;
}

h3 {
    font-size: 1.6rem;
    letter-spacing: -0.6px;
}

h4 {
    font-size: 1.4rem;
    letter-spacing: -0.4px;
}

h5 {
    font-size: 1.2rem;
    letter-spacing: -0.2px;
}

h6 {
    font-size: 1.1rem;
    letter-spacing: -0.1px;
}

a {
    color: #007EB1;
    transition: all 0.1s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #008EBA;
}

strong {
    font-weight: 600;
}

iframe {
    max-width: 100%;
}

.entry-content hr {
    margin: 40px 0;
}

/* Location statistics module styles */

.location-statistics {
    /* margin: 0; */
    /* background: #f3f3f3; */
    padding: 0;
    /* border: 3px solid #fff; */
    /* border-radius: 3px; */
    /* box-shadow: 0 0px 4px rgba(0,0,0,.2); */
    width: 100%;
    display: block;
}

.location-statistics:first-child {
    margin-top: 1em !important;
}

.location-statistics:last-child {
    margin-bottom: 1em !important;
}

.location-statistics .ls-cont {
    display: flex;
    width: 100%;
}

.location-statistics .ls-row {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0;
    position: relative;
    padding: 1em 0;
}

.location-statistics .ls-row:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 1em;
    bottom: 0;
    height: 2.5px;
    width: 97%;
    border-top: 1.5px dotted rgba(192, 192, 192, 0.8);
}

.location-statistics .ls-block {
    /* width: 25%; */
    height: auto;
    min-height: 180px;
    display: inline-block;
    text-align: center;
    padding: 1em;
    border-right: 1.5px dotted rgba(192, 192, 192, 0.8);
    margin: 1em 0;
    flex-basis: 100%;
}

.border-top {
    border-top: 1px solid #f3f3f3;
}

.border-bottom {
    border-bottom: 1px solid #f3f3f3;
}

.location-statistics .ls-block:last-of-type {
    border-right: none;
}

.location-statistics .ls-block h5 {
    font-size: 1rem;
    color: #49494d;
}

.location-statistics .ls-block i, .location-statistics .ls-block .stat {
    font-size: 3rem;
    color: #007EB1;
}

@media (min-width: 1200px) {
    .entry-content hr {
        margin: 60px 0;
    }
}

/****** #UTILITY ******/

.grecaptcha-badge {
    z-index: 50;
}

.ajax-form {
    padding: 15px 15px 30px 15px;
}

#events-contact-form {
    position: relative;
}

.ajax-form .form-group {
    position: relative;
}

.ajax-message {
    padding-top: 8px;
}

.shadow-box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.shadow-box-inner {
    padding: 8px 14px;
}

.btn.btn-primary {
    background: #2ca8df;
    border-color: #2ca8df;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background: #2490bf;
    border-color: #2490bf;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.has-radius {
    border-radius: 3px;
}

.link404 {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

.link404:focus, .link404:hover {
    text-decoration: none;
    color: #fff;
}

.light-grey {
    background: #f3f3f3;
}

.light-blue {
    background: #f6f9fc;
}

.cta-blue {
    background: #66c4eb;
    color: #fff;
}

.padded-bottom {
    padding-bottom: 40px;
}

.padded-top {
    padding-top: 40px;
}

.padded-top-small {
    padding-top: 20px;
}

.post-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-grey {
    background: #f3f3f3;
}

.bg-light-blue {
    background: #f6f9fc;
}

.bigtext {
    font-size: 1.2rem;
    text-align: center;
}

.bigtext strong {
    display: inline-block;
    padding-top: 1px;
    vertical-align: middle;
}

.ticklist {
    color: #5d6668;
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ticklist li {
    background: url(/wp-content/themes/scc/img/tick.png) no-repeat left 10px;
    background-size: 20px 20px;
    padding: 6px 0px 6px 30px;
}

.inverse-text {
    color: #b3b3b3;
}

.inverse-text h1, .inverse-text h2, .inverse-text h3, .inverse-text h4, .inverse-text h5, .inverse-text h6 {
    color: #fff;
}

.inverse-text p {
    color: #b3b3b3;
}

.inverse-text a {
    color: #eee;
}

.inverse-text a:hover {
    color: #fff;
}

/* Margin */

.margined {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .margined {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-top {
    margin-top: 30px;
}

.small-margin-bottom {
    margin-bottom: 20px;
}

@media (min-width: 992) {
    .margin-top {
        margin-top: 40px;
    }
}

/* Padding */

.padded {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .padded {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

/****** #NAVBAR ******/

.navbar {
    background: #fff;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 70;
}

.navbar-brand img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .navbar .container {
        width: 100%;
    }
}

.navbar .row {
    width: 100%;
    margin: 0px;
    align-items: center;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 40;
    padding: 0;
}

@media (min-width: 576px) {
    .top-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-brand {
    margin-right: 0px;
    width: 70%;
    max-width: 310px;
    max-height: 35px;
    padding-top: 2px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.mobile-right {
    display: flex;
    align-items: center;
}

#navbar-call.InOffice {
    display: block;
}

#navbar-call.OutOfOffice {
    display: none;
}

#navbar-callback.InOffice {
    display: none;
}

#navbar-callback.OutOfOffice {
    display: block;
}

.navbar-phone {
    height: auto;
    padding: 3px 0px 0px 0px;
    line-height: 1;
    margin-left: 20px;
}

.navbar-phone:focus {
    outline: none;
}

.navbar-phone .phonesvg {
    fill: #4C4B4F;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0px;
    margin-left: 20px;
    width: 27px;
    height: 18px;
    align-self: initial;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .hamburger {
    transition: .3s ease-in-out;
    fill: #4C4B4F;
}

.navbar-toggler .hamburgerx {
    width: 19px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 5px;
    fill: transparent;
    transition: .3s ease-in-out;
    overflow: visible;
}

.navbar-toggler[aria-expanded="true"] .hamburger {
    fill: transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.navbar-toggler[aria-expanded="true"] .hamburgerx {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #4C4B4F;
}

/****** #MOBILEMENU ******/

#navbarNavDropdown {
    background: #fff;
    z-index: 20;
    width: 100%;
    left: 0px;
    top: 0px;
}

@media (max-width: 575px) {
    .top-menu {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Hide caret's and dropdown indicators and block display the sub-menus */

#navbarNavDropdown .caret {
    display: none;
}

#navbarNavDropdown .dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    display: block;
    border: none;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Put a border around each menu item and it's sub menu, padding for clean spacing */

#main-menu > .menu-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 18px 0px;
    align-items: center;
}

#main-menu .menu-item:last-child {
    border-bottom: none;
}

/* Style top level menu items */

#main-menu > .menu-item > a {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #10c2eb;
    border-radius: 3px;
}

#main-menu > .menu-item > a:hover {
    background: #09a2c7;
}

/* Color top level menu items that are proper links */

#main-menu > .menu-item.menu-item-has-children > a {
    color: #333;
    background: none;
    padding: 0;
    border: none;
    font-size: 12px;
    margin: 0;
    text-align: left;
}

/* Drop down menu items */

#main-menu .dropdown-menu li a {
    color: #10c2eb;
    font-size: 14px;
    padding: 2px 0px;
    transition: text-indent 0.4s ease-in-out;
}

#main-menu .dropdown-menu li.active a {
    color: #2b9eba;
    font-weight: bold;
}

/* Hover/Active/Focus/OnClick effect - might be worth revising at some point */

#main-menu .dropdown-menu li a:hover, #main-menu .dropdown-menu li a:active, #main-menu .dropdown-menu li a:focus {
    text-indent: 8px;
    background: #fff;
}

/***** Landscape Phones 576px+ *****/

@media (min-width: 576px) {
    /* Set the inner container to match the below content so it lines up */
    .header-container {
        width: 540px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand {
        padding-top: 0px;
        width: 100%;
    }

    .navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #navbarNavDropdown {
        position: relative;
        background: #fff;
        z-index: 20;
    }

    #navbarNavDropdown .caret {
        display: inline-block;
        fill: #000000;
        transition: all .2s ease-in-out;
        transform-origin: 50% 48%;
        margin-left: 6px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        position: absolute;
        right: 20px;
        top: 10px;
    }

    #navbarNavDropdown .caret svg g polygon {
        fill: #000000;
    }

    .dropdown-menu {
        display: none;
    }

    #main-menu {
        height: auto;
        padding: 0px;
        overflow: visible;
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }

    #main-menu > .menu-item {
        padding: 0px;
        border: none;
        width: 100%;
    }

    #main-menu > .menu-item.menu-item-has-children {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #c7c7c7;
    }

    #main-menu > .menu-item > a {
        margin-top: 15px;
        padding: 5px 20px;
    }

    #main-menu > .menu-item.menu-item-has-children > a {
        color: #4c4b4f;
        display: flex;
        align-items: center;
    }

    #main-menu .dropdown-menu {
        background: transparent;
        border-radius: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        max-height: 0;
        height: 100%;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        pointer-events: none;
        transition: max-height 0.75s ease-out;
        z-index: 5;
        flex-wrap: nowrap;
        width: auto;
    }

    #main-menu .menu-item.dropdown.show .dropdown-menu {
        pointer-events: auto;
        -webkit-transform: none;
        transition: max-height 0.75s ease-out;
        max-height: 600px;
        transform: none;
        z-index: 20;
        color: #10c2eb;
    }

    #main-menu .dropdown-menu li a {
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }

    #main-menu .dropdown-menu li a:hover {
        color: #09a2c7;
        text-indent: 0px;
    }

    #navbarNavDropdown .dropdown.show .caret {
        -webkit-transform: none;
        transform: none;
        opacity: 0.5;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand {
        padding-top: 0px;
        width: 100%;
    }

    .navbar .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #navbarNavDropdown {
        position: relative;
        background: #fff;
        z-index: 20;
    }

    #navbarNavDropdown .caret {
        display: inline-block;
        fill: #007EB1;
        transition: all .2s ease-in-out;
        transform-origin: 50% 48%;
        margin-left: 6px;
    }

    .dropdown-menu {
        display: none;
    }

    #main-menu {
        margin-left: 10px;
        height: auto;
        padding: 0px;
        overflow: visible;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    #main-menu > .menu-item {
        padding: 0px;
        border: none;
        margin-left: 10px;
    }

    #main-menu > .menu-item.menu-item-has-children {
        margin-left: 0px;
    }

    #main-menu > .menu-item > a {
        padding: 5px 20px;
    }

    #main-menu > .menu-item.menu-item-has-children > a {
        padding: 5px 10px;
        color: #4c4b4f;
        display: flex;
        align-items: center;
    }

    #main-menu .dropdown-menu {
        background: #fff;
        border-radius: 4px;
        border: 1px solid #eee;
        box-shadow: 2px 2px 6px 0 hsla(0, 0%, 82%, .25);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        opacity: 0;
        padding: 10px 20px;
        pointer-events: none;
        position: absolute;
        top: 105%;
        -webkit-transform: scale(.7) translateY(-30%);
        transform: scale(.7) translateY(-30%);
        transition: .2s cubic-bezier(.3, 0, 0, 1.3);
        z-index: 5;
        flex-wrap: nowrap;
        width: auto;
    }

    #main-menu .menu-item.dropdown.show > .dropdown-menu,
    #main-menu .menu-item.dropdown-submenu.show > .dropdown-menu,
    #main-menu .menu-item.dropdown-submenu .show {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        transform: none;
        z-index: 20;
    }

    #main-menu .dropdown-menu li a {
        color: #333;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }

    #main-menu .dropdown-menu li a:hover {
        color: #09a2c7;
        text-indent: 0px;
    }

    #navbarNavDropdown .dropdown.show > a > .caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.5;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #main-menu {
        margin-left: 100px;
    }

    #main-menu > .menu-item.menu-item-has-children {
        border-left: none;
    }
}

.banner {
    background: #ff7800;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    font-size: 1.1em;
}

.banner a {
    color: #fff;
    text-decoration: underline;
}

.banner p {
    margin: 0;
}

@media (max-width: 991px) {
    .banner {
        font-size: 0.95em;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 5px 0;
    }
}

#callbackmodal .modal-content {
    border: none;
    border-radius: 3px;
}

#callbackmodal .modal-header {
    display: block;
    background: #2ca8df;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
}

#callbackmodal .modal-header .close {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: opacity 0.15s ease-in-out;
}

#callbackmodal .OutOfOffice {
    display: none;
}

#callbackmodal .modal-title {
    color: #fff;
}

#callbackmodal a {
    color: #fff;
    border-bottom: 1px dashed #fff;
}

#callbackmodal .modal-header p {
    color: #fff;
    line-height: 1.4;
    font-size: 0.9rem;
    margin-bottom: 0px;
    margin-top: 4px;
}

#callbackmodal .modal-body {
    padding-top: 0px;
    padding-bottom: 15px;
}

#callbackmodal div {
    position: relative;
}

#callbackmodal .form-group {
    margin: 20px 0px 0px 0px;
}

#callbackmodal label {
    margin: 0px;
    font-size: 0.8rem;
}

#callbackmodal input, #callbackmodal textarea {
    position: relative;
    background: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: block;
    width: 100%;
    z-index: 10;
    padding: 10px;
}

#callbackmodal .btn.btn-primary {
    background: #FF7800;
    border: none;
    outline: 0;
    border-radius: 3px;
    padding: 14px 20px;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    line-height: 1;
    box-sizing: border-box;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#callbackmodal .modal-footer {
    padding: 10px 15px;
    display: block;
}

#callbackmodal .ajax-message {
    display: block;
    margin-bottom: 8px;
}

#cbalerts {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
}

#cbloading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    justify-content: center;
}

/***** TOP BAR CALL TO ACTION ******/

#topbar {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    background: #414648;
    color: #fff;
    transform: translateY(-100%);
    z-index: 5;
    transition: transform 0.2s ease-in-out;
}

@media (min-width: 992px) {
    #topbar {
        display: none;
    }

    .home #topbar {
        display: block;
    }
}

#topbar.topbar-show {
    transform: translateY(0);
}

#topbar-full-logo, #topbar-small-logo, #topbar-text {
    display: none;
}

#topbar form {
    display: flex;
    justify-content: center;
    align-items: center;
}

#topbar-reg {
    width: 40%;
    margin-right: 10px;
    position: relative;
}

#topbar-postcode {
    width: 32%;
    margin-right: 10px;
    position: relative;
}

#topbar-btn {
    width: 26%;
}

#topbar-reg span {
    width: 24px;
    height: 40px;
    position: absolute;
    background: #253e88 url(/wp-content/themes/scc/img/gb-stars.png) no-repeat center center;
    background-size: 25px 28px;
    border-radius: 10px 0px 0px 10px;
    z-index: 20;
}

#topbar-reg input {
    text-indent: 22px;
    position: relative;
    z-index: 10;
}

#topbar-postcode span {
    width: 24px;
    height: 40px;
    position: absolute;
    background: #e33b38 url(/wp-content/themes/scc/img/gb-royalmail.png) no-repeat center center;
    background-size: 25px 28px;
    border-radius: 10px 0px 0px 10px;
    z-index: 20;
}

#topbar-postcode input {
    text-indent: 22px;
    position: relative;
    z-index: 10;
}

#topbar input {
    width: 100%;
    border: none;
    padding: 6px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    text-align: center;
}

#topbar-btn button {
    width: 100%;
    background: #2ca8df;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 4px 6px;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    height: 40px;
    font-weight: bold;
    box-sizing: border-box;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}

#topbar-btn button:hover {
    background: #2190c1;
}

.star {
    font-size: 2rem;
}

.star-lg {
    font-size: 2.5rem;
}

i.star.yellow {
    color: #FFCC11;
    /* -webkit-text-fill-color: #10c2eb;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF; */
}

i.star.blue {
    color: #10c2eb;
    /* -webkit-text-fill-color: #10c2eb;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF; */
}

/* Factor for everything below 576px */

@media (max-width: 575px) {
    .big-header-image img, .small-header-image img {
        width: auto !important;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #topbar-small-logo {
        display: block;
        width: 13%;
        margin-right: 40px;
    }

    #topbar-reg {
        width: 29%;
        margin-right: 10px;
    }

    #topbar-postcode {
        width: 29%;
        margin-right: 10px;
    }

    #topbar-btn {
        width: 29%
    }

    #topbar input {
        font-size: 14px;
        padding: 4px 10px;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #topbar {
        box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #topbar-small-logo {
        display: none;
        width: 13%;
        margin-right: 40px;
    }

    #topbar-full-logo {
        display: block;
        width: 31%;
        margin-right: 180px;
    }

    #topbar-reg {
        width: 23%;
        margin-right: 10px;
    }

    #topbar-postcode {
        width: 23%;
        margin-right: 10px;
    }

    #topbar-btn {
        width: 23%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #topbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #topbar-full-logo {
        display: block;
        width: 31%;
        margin-right: 180px;
    }

    #topbar-text {
        display: block;
        text-align: right;
        margin-right: 20px;
    }

    #topbar-reg {
        width: 17%;
        margin-right: 10px;
    }

    #topbar-postcode {
        width: 17%;
        margin-right: 10px;
    }

    #topbar-btn {
        width: 17%;
    }
}

/*** BIG HEADER ***/

.big-header-container h1 {
    font-family: sans-serif;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 0px;
}

.big-header-container, .small-header-container {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.big-header-container.noclip {
    clip-path: none;
}

.big-header-container h1, .small-header-container h1 {
    color: #fff;
    margin: 0 0 10px 0;
}

.big-header-image, .small-header-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    background-color: #989898;
}

@media screen and (max-width: 991px) {
    .big-header-image {
        background-color: #fff;
    }
}

.big-header-image img, .small-header-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    position: absolute;
}

.single-post .big-header-image {
    background: #000;
}

.single-post .big-header-image img {
    opacity: 0.6;
}

.header-content {
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.header-content p {
    font-family: sans-serif;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 10px;
}

.header-content .sub-header {
    margin-bottom: 16px;
}

#top-quote-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

#top-quote-form .input-group {
    margin-top: 12px;
}

#top-quote-form input {
    font-family: 'Verdana', sans-serif;
    border: none;
    padding: 1.4rem .75rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 3px 3px 0px;
}

#top-quote-form input::placeholder {
    color: #888;
}

#top-quote-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
}

#top-quote-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
}

#top-quote-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
}

#top-quote-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
}

#top-quote-form .input-group-addon {
    padding: .75rem .75rem;
    border: none;
    min-width: 50px;
    border-radius: 10px 0 0 10px;
}

.registration-addon {
    background: #253e88 url(/wp-content/themes/scc/img/gb-stars.png) no-repeat center center;
    background-size: 37px 41px;
    border-radius: 10px 0 0 10px;
}

.postcode-addon {
    background: #e33b38 url(/wp-content/themes/scc/img/gb-royalmail.png) no-repeat center center;
    background-size: 37px 41px;
    border-radius: 10px 0 0 10px;
}

@media (min-width: 768px) {
    #top-quote-form .input-group {
        width: 46%;
        float: left;
    }

    #top-quote-form .input-group.reg-group {
        margin-right: 8%;
    }
}

#top-quote-form #big-header-cta {
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    background: #FF7800;
    border-bottom: 4px solid #b85700;
    text-shadow: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #top-quote-form input {
        text-align: center;
        padding: 1.7rem 0.75rem;
        padding-right: 60px;
    }
}

/*#top-quote-form #big-header-cta::after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -15px;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #b85700;
    content: "\00BB";
}*/

@media (min-width: 576px) {
    #top-quote-form input {
        font-size: 20px;
    }

    #top-quote-form .input-group-addon {
        padding: 1rem .75rem;
    }

    .registration-addon {
        background-size: 50px 56px;
    }

    .postcode-addon {
        background-size: 50px 56px;
    }

    #top-quote-form #big-header-cta {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 14px;
    }
}

@media (max-width: 575px) {
    #top-quote-form input {
        padding: 1.9rem 1.5rem;
        font-size: 24px;
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    #big-header-cta:after {
        right: 20%;
    }
}

#top-quote-form #big-header-cta:hover {
    text-decoration: none;
    background: #ff881e;
}

.header-content .big-header-phone {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.header-content .big-header-phone a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .header-content .big-header-phone a {
        margin-top: 0;
        border: none;
        padding: 0;
        font-size: 1.6rem;
    }
}

.header-content .big-header-phone.OutOfOffice {
    display: none;
}

/* Large devices (desktops, 992px and up) */

.entry-header h1 {
    font-family: sans-serif;
}

@media (min-width: 576px) {
    .header-content p {
        font-size: 1.4rem;
    }

    #post-5253 .header-content .sub-header {
        font-size: 2rem;
    }

    .entry-header h1 {
        font-size: 3rem;
        line-height: 3.4rem;
        font-family: sans-serif;
    }
}

.header-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .header-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .small-header-container .header-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .header-content {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .small-header-container .header-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .header-content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .small-header-container .header-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    /*.header-content {*/
    /*    padding-top: 170px;*/
    /*    padding-bottom: 170px;*/
    /*}*/

    .small-header-container .header-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.header-bottom {
    margin-top: -20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .header-bottom {
        justify-content: space-between;
    }
}

.header-bottom > a > img {
    height: 30px;
    width: auto;
}

.header-bottom .header-reviews {
    /*max-width: 300px;*/
    text-align: center;
}

.header-reviews a {
    color: #fff;
}

.header-reviews a:focus {
    outline: none;
    text-decoration: none;
}

.header-bottom p {
    font-size: 1rem;
    line-height: 1.4;
}

.header-reviews img {
    max-width: 70px;
    height: auto;
    width: 100%;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .header-reviews img {
        max-width: 141px;
    }
}

#reviewsmodal .modal-dialog {
    color: #707070;
    width: 90%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .container, .light-grey, .cta-blue {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .entry-content .container, .light-grey, .cta-blue {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .big-header-image img, .small-header-image img {
        width: auto !important;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .entry-content .container, .light-grey, .cta-blue {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .big-header-image img, .small-header-image img {
        width: auto !important;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .entry-content .container, .light-grey, .cta-blue {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .entry-content .container.no-padding #scrap-my-car-top > .container {
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .angle-clip .container {
        padding-top: 90px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .entry-content .container, .light-grey, .cta-blue {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .entry-content .container.no-padding #scrap-my-car-top > .container {
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .angle-clip .container {
        padding-top: 100px;
    }
}

@keyframes logos {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@media (min-width: 992px) {
    .makes-container {
        will-change: transform;
        -webkit-animation: 20s linear infinite logos;
        animation: 20s linear infinite logos;
        transform: translate3d(0, 0, 0);
    }

    #makes-wrapper {
        position: absolute;
        top: -120px;
        bottom: -100px;
        overflow: hidden;
        padding-left: 20px;
        z-index: -1;
        right: 15px;
    }

    .makes-container {
        background: url("/wp-content/themes/scc/img/car-makes.png") repeat-y;
        background-position: right 0px;
        background-size: 400px 560px;
        width: 400px;
        height: 560px;
        z-index: -1;
        display: block;
    }
}

@media (min-width: 1200px) {
    .makes-container {
        background-size: 500px 700px;
        width: 500px;
        height: 700px;
    }
}

#footer-cta-section h4 {
    font-family: sans-serif;
    display: inline-block;
    margin: 10px 20px;
    color: #fff;
}

#footer-cta {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 14px 20px;
    background: #2ca8df;
    border-bottom: 2px solid #2898ca;
    color: #fff;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 10px 20px;
}

#footer-cta:hover {
    text-decoration: none;
    background: #2898ca;
    border-color: #2185b2;
}

.blog-post-section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-post {
    border-radius: 3px;
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: box-shadow, transform;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
}

.blog-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 11px 22px rgba(0, 0, 0, .15);
    text-decoration: none;
}

.blog-post:active, .blog-post:focus {
    text-decoration: none;
}

.post-img-holder {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 3px 3px 0px 0px;
    position: relative;
}

.blog-post img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    min-width: 400px;
}

.post-title-holder {
    display: block;
    width: 100%;
    padding: 20px 15px 20px 15px;
}

.post-title-holder strong {
    margin: 0;
    line-height: 1.3;
    color: #2ca8df;
}

.blog-post .post-subheader-holder {
    padding: 0px 10px 20px 10px;
    display: inline-block;
    margin: 0;
    line-height: 1.5;
}

#wrapper-footer {
    background: #fff;
    padding: 60px 0;
    color: #707070;
}

#wrapper-footer address {
    font-size: 0.8rem;
    color: #585858;
    line-height: 1.8;
}

#wrapper-footer .brand-details p {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #585858;
}

/* #wrapper-footer .brand-details a {
}

#wrapper-footer .brand-details a:hover {
} */

.social-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-row a {
    display: block;
    opacity: 0.8;
    transition: opacity 0.15s ease-in-out;
}

.social-row a:hover {
    opacity: 1;
}

.social-row img {
    width: 20px;
    height: 20px;
}

.social-row i {
    color: #585858;
    font-size: 2rem;
}

.footer-widget {
    margin-bottom: 24px;
    padding-right: 20px;
}

.footer-widget h5 {
    color: #707070;
    font-size: 1rem;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget .menu-item {
    float: none;
}

.footer-widget ul li a {
    color: #585858;
    padding: 1px 0;
    font-size: 0.8rem;
    display: block;
    line-height: 26px;
    width: 100%;
}

.footer-widget ul li a:hover {
    color: #151515;
}

.site-footer hr {
    display: block;
    height: 1px;
    padding: 0;
    border: none;
    width: 100%;
    background: #ADB2B6;
    opacity: 0.5;
}

.meta-links {
    margin-bottom: 10px;
}

.meta-links a {
    color: #585858;
    display: block;
    font-size: 0.8rem;
}

.meta-links a:hover {
    color: #707070;
}

.meta-copyright {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 0.8rem;
    color: #585858;
}

.meta-copyright span {
    display: inline-block;
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 992px) {
    .meta-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 500px;
    }
}

.page-template-news-page #page {
    background: #f3f3f3;
}

#wrapper-index {
    background: #f3f3f3;
}

#wrapper-index h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

#pagination-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-item.active .page-link {
    background: #2ca8df;
    border-color: #2ca8df;
}

.page-link {
    color: #2ca8df;
}

.comments-area {
    padding-bottom: 60px;
}

.comments-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

ol.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.comment-list > li {
    margin-top: 25px;
}

.fn {
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.avatar {
    display: none;
}

.says {
    display: none;
}

.comment-body {
    padding: 0px;
    position: relative;
}

.comment-metadata {
    display: none;
}

.reply {
    position: absolute;
    top: -2px;
    right: 20px;
}

.comment-content p {
    margin-bottom: 0px;
}

ol.children {
    list-style: none;
    padding-left: 0px;
}

.children .children {
    margin-left: 0px;
    padding-left: 0px;
}

.comment-respond {
    margin-top: 40px;
}

.children .comment {
    margin-top: 16px;
    position: relative;
    border-left: 2px solid #cdcdcd;
    padding-left: 10px;
}

.children .children .comment {
    border-left: 2px solid #9a9a9a;
}

.comment-form-url {
    display: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author > .fn {
    color: #2ca8df;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author > .fn:after {
    content: 'admin';
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 6px;
    color: #707070;
}

.cat-title {
    font-size: 24px;
    margin-top: 8px;
    display: inline-block
}

.cat-title strong {
    display: block;
    font-size: 42px
}

.cat-desc p {
    margin: 8px 0;
}

#catcd-accordion .panel {
    margin-bottom: 14px;
}

#catcd-accordion .panel-heading {
    padding: 20px;
}

/***** FAQ *****/

.dwqa-questions-list .dwqa-question-item {
    padding: 20px;
}

.dwqa-questions-footer .dwqa-ask-question a, #main .dwqa-content-edit-form input[type=submit] {
    background: #2ca8df;
    color: #fff;
    border: 1px solid #2ca8df;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: none;
}

.dwqa-question-box-title {
    margin-bottom: -24px;
}

#main .dwqa-content-edit-form input[type=text], #main .dwqa-content-edit-form select {
    padding: 10px;
    border: 1px solid #ccc;
}

.inpagenav {
    padding-top: 40px;
    padding-left: 40px;
}

#inner-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 20px;
    border-radius: 3px;
}

#inner-nav .nav {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    list-style: disc;
    padding-left: 14px;
}

#inner-nav .nav-link {
    margin: 0;
    padding: 4px 0;
    line-height: 1.6;
}

#inner-nav .nav-link.active, #inner-nav .nav-link:active, #inner-nav .nav-link:focus {
    color: #707070;
}

#inner-nav p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#side-nav-wrapper {
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .2);
}

#side-quote-wrapper {
    margin-bottom: 10px;
    background: #f3f3f3;
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, .2);
}

#side-quote-wrapper.side-quote-wrapper_new {
    padding: 0;
    background: unset;
    box-shadow: none;
    border: none;
    position: sticky;
    top: 0;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form {
    background-image: url('../img/quote_sidebar_bg.png');
    padding: 20px 22px;
    margin-bottom: 1rem;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-header {
    display: flex;
    height: 200px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: url("../img/sidebar_quote_header_bg.png") center no-repeat;
    background-size: cover;
    text-align: center;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-header h3 {
    font-family:  sans-serif;
    padding: 0 1rem;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
    text-shadow: 3px -2px 0px rgba(81, 81, 81, 1);
    color: white;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-header h3 span {
    color: #FFCC01;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form hr {
    margin: 0.5em 0;
    border: none;
    border-bottom: solid 2px #B9B9B9;
    height: 0;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #inner-nav-submit #submit-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABBCAYAAACXfCfjAAABhWlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw1AUhU9TRdGKoB1EHCJUJwuiIo5ahSJUCLVCqw4mL/2DJg1Jiouj4Fpw8Gex6uDirKuDqyAI/oC4ujgpukiJ9yWFFjFeeLyP8+45vHcfINRKTLPaxgFNt81kPCamM6tixysC6EM3QhiWmWXMSVICvvV1T91Ud1Ge5d/3Z/WoWYsBAZF4lhmmTbxBPL1pG5z3icOsIKvE58RjJl2Q+JHrisdvnPMuCzwzbKaS88RhYjHfwkoLs4KpEU8RR1RNp3wh7bHKeYuzVqqwxj35C0NZfWWZ67SGEMciliBBhIIKiijBRpR2nRQLSTqP+fgHXb9ELoVcRTByLKAMDbLrB/+D37O1cpMTXlIoBrS/OM7HCNCxC9SrjvN97Dj1EyD4DFzpTX+5Bsx8kl5tapEjoHcbuLhuasoecLkDDDwZsim7UpCWkMsB72f0TRmg/xboWvPm1jjH6QOQolklboCDQ2A0T9nrPu/ubJ3bvz2N+f0ALQtyi1bCVOoAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAALiMAAC4jAXilP3YAAAAHdElNRQfnARILDyS3KyDBAAAAGXRFWHRDb21tZW50AENyZWF0ZWQgd2l0aCBHSU1QV4EOFwAAASpJREFUaN7t2LFtwzAUhGGOwBG4gHfgCCo8AEfQJlThXlogM1BeIQuwdhohaQWYaVIZhvQoPcUJ8N8AJ+Ddp4bGEHJsvPeXlNJsrT39hR5xrLWnGOOt/CTGeHtlT/W1cs738hDv/eUVPZuv9Zic811CQKtH5eqPWSOg1VOdtm3fizBLBLR6NiWlNEs+vEZAq6c6zrnzNE2i6y0R0OqBEpSgBCUoQQlKUIISlKAEJShBCUpQWk/XdR9SAr/RU72A5DWulFL6vv88uqc6wzB8Se06585H91QlhHCVTh5CuB7dAx3oQAc60IEOdKADHehABzrQgQ50/hMdY4xpmuZNMvva5Fo9m/+Bpfmlk2v17OL07Iq1k2v1qKyxdXKtnl1rjOM4751cq4cQ5XwDHJtHdeAKeSoAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: right center;
    background-clip: content-box;
    background-size: 24px;
    display: inline-block;
    width: 24px;
    height: 30px;
    margin-left: 10px;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #inner-nav-submit {
    background: #DC0B0B;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    border-radius: 7px;
    font-size: 28px;
    height: 65px;
    margin-top: 0;
    padding: 0;
    text-transform: none;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form .registration-addon {
    background-color: #2D64F1;
    background-image: url("data:image/png;base64,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");
    background-position: center;
    background-size: 34px;
    border: 1px solid #ACACAC;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form .postcode-addon {
    background-color: #001A5E;
    background-image: url("data:image/png;base64,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");
    background-position: center;
    background-size: 20px;
    border: 1px solid #ACACAC;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #registration_num_sidequote,
#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #postcode_sidequote {
    text-align: center;
    height: 65px;
    border: 1px solid #ACACAC;
    border-left: 0;
    color: #111;
    font-size: 26px;
    border-radius: 0 7px 7px 0;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #registration_num_sidequote {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    background-color: #fec800;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #registration_num_sidequote::placeholder {
    padding: 0;
    font-size: 34px;
    color: #111;
}

#side-quote-wrapper.side-quote-wrapper_new #side-quote-form #postcode_sidequote::placeholder {
    padding: 0;
}

#side-quote-wrapper h6 {
    line-height: 1;
}

#inner-nav-submit {
    margin-top: 10px;
    width: 100%;
    padding: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background: #FF7800;
    border-bottom: 2px solid #d46c0f;
    text-shadow: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

#inner-nav-submit:hover, #inner-nav-submit:active, #inner-nav-submit:focus {
    text-decoration: none;
    background: #ff881e;
    color: #fff;
}

#side-quote-form .input-group {
    margin-top: 12px;
}

#side-quote-form .reg-group {
    margin-top: 0px;
}

#side-quote-form input {
    font-family: 'Verdana', sans-serif;
    padding: .75rem .75rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #ccc;
}

#side-quote-form input::placeholder {
    color: #888;
}

#side-quote-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
}

#side-quote-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
}

#side-quote-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
}

#side-quote-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
}

#side-quote-form .input-group-addon {
    padding: .75rem .75rem;
    border: none;
    min-width: 50px;
    border-radius: 3px 0px 0px 3px;
}

#side-quote-form .registration-addon {
    background-size: 35px 39px;
}

#side-quote-form .postcode-addon {
    background-size: 35px 39px;
}

.has-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.has-icon img {
    margin-right: 10px;
}

.text-section h3 {
    margin-top: 50px;
}

.text-section h6 {
    margin-top: 20px;
}

.text-section .overlay-card {
    position: relative;
    overflow: hidden;
}

.text-section .overlay-card .card-img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    position: absolute;
}

.text-section .overlay-card .card-img-overlay {
    position: relative;
    padding: 20px;
}

.text-section .card-inverse .card-text {
    color: rgba(255, 255, 255, .9);
}

.text-section .card-text {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .text-section .card-text {
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.contacts-more-div {
    text-align: center;
    margin: 20px 0;
    line-height: 1.4;
}

.contacts-more-div img {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
}

.contacts-more-div h6 {
    margin: 0;
    line-height: 1.3;
}

.contacts-more-div address span {
    display: block;
}

.contacts-more-div p {
    display: none;
}

.contacts-more-div .contacts-phone {
    font-size: 1.3rem;
}

.g-recaptcha {
    width: 186px;
    height: 58px;
    overflow: hidden;
    border-radius: 3px;
    opacity: 0.8;
    margin-top: 10px;
}

.ajax-form .submit {
    display: block;
}

@media (min-width: 768px) {
    .ajax-form .submit {
        display: inline-block;
    }

    .g-recaptcha {
        float: right;
        margin-top: 0px;
    }
}

.faq-q {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .faq-q {
        padding: 20px 0;
    }
}

/* Parsley Errors */

/* Top Quote Form */

.parsley-errors-list.filled {
    display: block;
    position: absolute;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 6px;
    top: -14px;
    width: auto;
    transform: translateX(-50%);
    text-shadow: none;
    white-space: nowrap;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
    color: #c07171;
    list-style: none;
    font-size: 0.7rem;
    z-index: 20;
    line-height: 1;
    left: 50%;
}

.parsley-errors-list {
    display: none;
}

#callback-form .parsley-errors-list.filled, #contact-form .parsley-errors-list.filled {
    margin: 0;
    top: 28px;
    right: 0px;
    transform: none;
    left: auto;
}

#featured-charity {
    display: none;
}

@media (min-width: 768px) {
    #featured-charity {
        display: none;
        position: fixed;
        bottom: 0px;
        left: 0px;
        text-align: center;
        background: #fff;
        border-radius: 0px 5px 0px 0px;
        padding: 10px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
        line-height: 1;
    }

    #featured-charity.show {
        display: block;
        z-index: 1;
    }

    #featured-charity h6 {
        font-size: 0.9rem;
        line-height: 1;
        margin-bottom: 10px;
    }

    #charity-close {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #777;
        font-size: 1.2rem;
        line-height: 1;
    }

    #charity-fom {
        margin-top: 10px;
        font-size: 0.8rem;
    }
}

.ajax-message.success {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 20px;
    color: #2dacd0;
    display: flex;
    vertical-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    line-height: 1.5em;
}

.ajax-message.success, .ajax-message.error {
    font-weight: bold;
    z-index: 2;
}

.ajax-message.error {
    color: #c31919;
}

#questions input {
    display: block;
    padding: 20px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 20px;
}

#questions .question-category {
    margin-top: 24px;
    font-size: 1.4rem;
}

#questions ul {
    list-style: none;
    padding: 0;
    margin: 14px 0;
    font-size: 1.1rem;
}

.navbar .top-menu.paidvisitor {
    display: none;
}

.navbar .navbar-toggler.paidvisitor {
    display: none;
}

.navbar .paid-traffic-phone {
    display: none;
}

.navbar .paid-traffic-phone.paidvisitor {
    display: block;
}

#qf-phone {
    font-size: 1.4rem;
    font-family: sans-serif;
    line-height: 1.3;
    font-weight: bold;
}

#qf-phone span {
    color: #333;
    font-size: 0.8rem;
    display: block;
}

#qf-body .navbar-brand:focus, #qf-body .navbar-brand:active {
    outline: none;
}

.list-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-columns li {
    padding: 0;
    margin: 0 5px;
}

.list-columns li:first-child {
    margin-top: 0px;
}

body {
    position: relative;
}

.author-info {
    font-size: 0.8rem;
    position: absolute;
    bottom: 20px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.author-info .fn {
    font-size: 0.8rem;
}

#beforeYouGoModal .modal-content {
    border-radius: 15px;
}

#beforeYouGoModal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #E23B37;
    opacity: 1;
    color: #fff;
    font-weight: 100;
    border-radius: 50px;
    padding: 5px 10px;
    font-family: initial;
}

#beforeYouGoModal .close br {
    display: none;
}

#beforeYouGoModal .modal-body {
    padding: 0 30px 10px 30px;
    text-align: center;
}

#beforeYouGoModal input {
    font-family: 'Verdana', sans-serif;
    padding: .75rem .75rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px 3px 3px 0px;
    border: 1px solid #ccc;
}

#beforeYouGoModal input::placeholder {
    color: #888;
}

#beforeYouGoModal input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
}

#beforeYouGoModal input::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
}

#beforeYouGoModal input:-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
}

#beforeYouGoModal input:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
}

#beforeYouGoModal .input-group-addon {
    padding: .75rem .75rem;
    border: none;
    min-width: 50px;
    border-radius: 3px 0px 0px 3px;
}

#beforeYouGoModal .registration-addon {
    background-size: 35px 39px;
}

#beforeYouGoModal .postcode-addon {
    background-size: 35px 39px;
}

/** Quote forms processing animation*/

#form-processing {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

#form-processing-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 4rem;
}

/*       VL changes 20/06/2019           */

.no-padding {
    padding-top: 0 !important;
}

.post-container {
}

.category-container {
    margin-botton: 40px;
}

.category-container a {
    outline: none;
    text-decoration: none;
}

.extra-category-container {
}

.category-container a {
    outline: none;
    text-decoration: none;
}

.category-tile {
    border-radius: 3px;
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    will-change: box-shadow, transform;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
}

.category-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 11px 22px rgba(0, 0, 0, .15);
    text-decoration: none;
    cursor: pointer;
}

.category-tile:active, .category-tile:focus {
    text-decoration: none;
}

.category-image {
    height: 233px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px 3px 0px 0px;
    position: relative;
}

.category-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    min-width: 400px;
}

.category-footer {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

.category-link {
    background-color: #007EB1;
    border-radius: 4px;
    text-align: center;
    margin: 10px auto;
    width: 60%;
}

.category-link .cat-name {
    color: white;
    font-weight: bold;
    line-height: 40px;
}

.view-more-container {
    margin-top: 20px;
}

.view-more-button {
    margin: 0 auto;
    width: 160px;
    height: 50px;
    background-color: #FF6600;
    color: white;
    font-weight: bold;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
}

.view-more-button .collapse-text {
    height: 40px;
}

.view-more-button .collapse-image {
    margin-top: 7px;
    height: 20px;
    width: 15px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-bar-container {
    background-color: #f3f3f3;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    gap: 2rem;
}

.breadcrumb-container,
.search-container {
    width: 50%;
}

.search-container .search-button {
    border-radius: 0 3px 3px 0;
    width: 120px;
    background-color: #11c1ed;
}

.search-container .search-button button {
    background-color: #11c1ed;
    border: 0 !important;
}

.search-form .search-submit .icon {
}

.pagenumber-top-container {
    margin-bottom: 30px;
}

.page-number {
    background-color: #FF6600;
    border-radius: 3px;
    color: white;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

#pagination-container .page-number {
    position: absolute;
    left: 0;
    top: 5px;
}

.latest-article-container {
    margin-bottom: 30px;
}

.latest-title {
}

.latest-title h4 {
    margin-bottom: none;
}

.fixed-menu {
    position: relative;
}

.sort-button-container {
    margin-bottom: 30px;
}

.collapse-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort-button {
    width: 140px;
    height: 45px;
    background-color: #11c1ed;
    position: relative;
    border-radius: 5px;
    border: none;
}

.sort-button:hover {
    cursor: pointer;
}

.sort-button .collapse-text {
    height: 30px;
    color: white;
    font-weight: bold;
}

.sort-button .collapse-image {
    margin-top: 7px;
    height: 20px;
    width: 15px;
    margin-left: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sort-button-bar {
    width: 140px;
    display: inline-block;
    position: absolute;
    background-color: #FF6600;
    height: 6px;
    top: 40px;
    border-radius: 0 0 5px 5px;
}

.expand-bg {
    background-image: url("../img/expand-arrow.png");
}

.collapse-bg {
    background-image: url("../img/collapse-arrow.png");
}

.sort-menu {
    position: absolute;
    top: 39px;
    left: -1;
    width: 140px;
    background-color: #11c1ed;
    z-index: 999;
}

.sort-menu p {
    width: 100%;
    line-height: 50px;
    height: 50px;
    margin: 0 0 0 0;
    padding-left: 10px;
}

.sort-menu p:hover {
    background-color: #FF6600;
    transition: all 0.1s ease-in-out;
}

.sort-menu a {
    color: white;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}

#breadcrumbs {
    margin-bottom: 0;
    color: #11c1ed;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#breadcrumbs a {
    color: #000;
}

@media (max-width: 990px) {
    .search-bar {
        flex-wrap: wrap;
    }

    .breadcrumb-container,
    .search-container {
        width: 100%;
    }

    .breadcrumb-container {
        order: 2;
    }
}

@media (min-width: 991px) {
    .search-bar {
        flex-wrap: nowrap;
    }

    .breadcrumb-container,
    .search-container {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .search-container .search-button {
        width: 80px;
        background-color: #11c1ed;
    }
}

@media (max-width: 767px) {
    .page-number {
        position: relative !important;
    }

    #pagination-container {
        height: 120px;
        flex-direction: column;
        justify-content: space-between;
    }

    .latest-title {
        text-align: center;
    }

    .pagenumber-top-container .page-number {
        margin: 0 auto;
    }

    .sort-button-container .sort-button {
        width: 100%;
    }

    .sort-button-container .sort-menu {
        width: 100%;
    }

    .sort-button-bar {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .single-quote-sidebar {
        display: none;
    }
}

.v3 .big-header-image {
    background-color: #716e79;
}

.v3 .header-content #top-quote-form input {
    text-align: center;
}

.v3 .header-content #top-quote-form #big-header-cta {
    background: #FF7800;
    border-bottom: 4px solid #b85700;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-name: rubberBand;
    padding: 20px 35px 20px 35px;
}

.v3 .header-content #top-quote-form #big-header-cta:hover {
    text-decoration: none;
    background: #ff881e;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, .95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.v3 #top-quote-form {
    max-width: 600px;
}

@media (min-width: 576px) {
    .v3 #top-quote-form input {
        padding: 1.4rem 0.75rem;
    }
}

@media (max-width: 768px) {
    .v3 .header-content #top-quote-form #big-header-cta {
        padding: 20px 35px 20px 35px;
    }

    .v3 .header-content #top-quote-form #big-header-cta:after {
        display: none;
    }

    .v3 .header-content #top-quote-form input {
        padding-right: 67px;
    }
}

@media (min-width: 768px) {
    .v3 #top-quote-form .input-group.reg-group {
        margin-right: 4%;
    }
}

@media (min-width: 768px) {
    .v3 #top-quote-form .input-group {
        width: 48%;
    }
}

@media (min-width: 768px) {
    .v3 #top-quote-form .input-group {
        width: 48%;
    }
}

body {
    padding: 0;
    margin: 0;
}

.dashboard-section {
    border-top: 8px solid #10C2EB;
    background-color: #292B2C;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.dashboard-section .content {
    overflow: hidden;
    padding: 1rem 3rem 0 3rem;
    background-image: url("/wp-content/themes/scc/img/dashboard/nathan-lindahl-unsplash@3x.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.dashboard-section .content h2 {
    padding: 2rem;
    color: white;
    font-size: 28px;
    position: relative;
}

.dashboard-section .content h2::after {
    content: '';
    width: 178px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #10C2EB;
}

.dashboard-section .content p {
    color: white;
    font-size: 16px;
    margin-bottom: 2rem;
}

.dashboard-section .content .dashboard-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.dashboard-section .content .dashboard-icons li {
    margin: 0 1rem 1.5rem 0;
    position: relative;
    width: 22%;
    display: inline-block;
}

.dashboard-section .content .dashboard-icons li.four, .dashboard-section .content .dashboard-icons li.eight, .dashboard-section .content .dashboard-icons li.twelve {
    margin-right: 0;
}

.dashboard-section .content .dashboard-icons li a {
    position: relative;
    z-index: 1;
    width: 122px;
    height: 122px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.dashboard-section .content .dashboard-icons li.one a {
    background-image: url("/wp-content/themes/scc/img/dashboard/check-engine-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.one a:hover, .dashboard-section .content .dashboard-icons li.one a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/check-engine-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.two a {
    background-image: url("/wp-content/themes/scc/img/dashboard/brake-system-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.two a:hover, .dashboard-section .content .dashboard-icons li.two a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/brake-system-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.three a {
    background-image: url("/wp-content/themes/scc/img/dashboard/battery-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.three a:hover, .dashboard-section .content .dashboard-icons li.three a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/battery-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.four a {
    background-image: url("/wp-content/themes/scc/img/dashboard/coolant-temperature-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.four a:hover, .dashboard-section .content .dashboard-icons li.four a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/coolant-temperature-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.five a {
    background-image: url("/wp-content/themes/scc/img/dashboard/oil-pressure-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.five a:hover, .dashboard-section .content .dashboard-icons li.five a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/oil-pressure-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.six a {
    background-image: url("/wp-content/themes/scc/img/dashboard/airbag-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.six a:hover, .dashboard-section .content .dashboard-icons li.six a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/airbag-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.seven a {
    background-image: url("/wp-content/themes/scc/img/dashboard/service-vehicle-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.seven a:hover, .dashboard-section .content .dashboard-icons li.seven a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/service-vehicle-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.eight a {
    background-image: url("/wp-content/themes/scc/img/dashboard/transmission-temperature-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.eight a:hover, .dashboard-section .content .dashboard-icons li.eight a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/transmission-temperature-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.nine a {
    background-image: url("/wp-content/themes/scc/img/dashboard/TPMS-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.nine a:hover, .dashboard-section .content .dashboard-icons li.nine a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/TPMS-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.ten a {
    background-image: url("/wp-content/themes/scc/img/dashboard/power-steering-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.ten a:hover, .dashboard-section .content .dashboard-icons li.ten a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/power-steering-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.eleven a {
    background-image: url("/wp-content/themes/scc/img/dashboard/reduced-power-light@3x.png");
}

.dashboard-section .content .dashboard-icons li.eleven a:hover, .dashboard-section .content .dashboard-icons li.eleven a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/reduced-power-light-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li.twelve a {
    background-image: url("/wp-content/themes/scc/img/dashboard/ESP-fault@3x.png");
}

.dashboard-section .content .dashboard-icons li.twelve a:hover, .dashboard-section .content .dashboard-icons li.twelve a.active {
    background-image: url("/wp-content/themes/scc/img/dashboard/ESP-fault-hover@3x.png");
}

.dashboard-section .content .dashboard-icons li .dailog-box {
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 1rem 2rem 0 2rem;
    background: #333;
    text-align: left;
    width: 400px;
    border: 2px solid #FFCC11;
    border-radius: 10px;
}

.dashboard-section .content .dashboard-icons li.one .dailog-box, .dashboard-section .content .dashboard-icons li.five .dailog-box, .dashboard-section .content .dashboard-icons li.nine .dailog-box {
    transform: translateX(-13%);
}

.dashboard-section .content .dashboard-icons li.four .dailog-box, .dashboard-section .content .dashboard-icons li.eight .dailog-box, .dashboard-section .content .dashboard-icons li.twelve .dailog-box {
    transform: translateX(-87%);
}

.dashboard-section .content .dashboard-icons li .dailog-box span.close {
    color: white;
    position: absolute;
    right: 50px;
    top: 15px;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
}

.dashboard-section .content .dashboard-icons li .dailog-box span.close::before, .dashboard-section .content .dashboard-icons li .dailog-box span.close::after {
    content: '';
    border: 2px solid white;
    position: absolute;
    width: 25px;
    top: 8px;
    right: -30px;
    transform: rotate(45deg);
}

.dashboard-section .content .dashboard-icons li .dailog-box span.close::after {
    transform: rotate(135deg);
}

.dashboard-section .content .dashboard-icons li .dailog-box h3, .dashboard-section .content .dashboard-icons li .dailog-box p {
    color: #FFCC11;
    pointer-events: none;
    margin-bottom: 1rem;
}

.dashboard-section .content .dashboard-icons li .dailog-box.active {
    display: block;
}

.dashboard-section .footer {
    border-top: 8px solid #10C2EB;
    text-align: center;
    padding: 2rem;
}

.dashboard-section .footer img {
    max-width: 290px;
}

@media only screen and (max-width: 768px) {
    .dashboard-section .content {
        padding: 1rem 1rem 0 1rem
    }

    .dashboard-section .content .dashboard-icons li {
        width: 28%;
        margin: 0 1rem 1rem 0;
    }

    .dashboard-section .content .dashboard-icons li a {
        width: 100%;
        height: auto;
        min-height: 95px;
        background-size: contain;
        background-position: center;
    }

    .dashboard-section .content .dashboard-icons li.four, .dashboard-section .content .dashboard-icons li.eight, .dashboard-section .content .dashboard-icons li.twelve {
        margin-right: 1rem;
    }

    .dashboard-section .content .dashboard-icons li.three, .dashboard-section .content .dashboard-icons li.six, .dashboard-section .content .dashboard-icons li.nine, .dashboard-section .content .dashboard-icons li.twelve {
        margin-right: 0;
    }

    .dashboard-section .content .dashboard-icons li .dailog-box {
        width: 248px;
        padding: 1rem 1rem 0 1rem;
    }

    .dashboard-section .content .dashboard-icons li.one .dailog-box, .dashboard-section .content .dashboard-icons li.five .dailog-box, .dashboard-section .content .dashboard-icons li.nine .dailog-box {
        transform: translateX(-50%);
    }

    .dashboard-section .content .dashboard-icons li.four .dailog-box, .dashboard-section .content .dashboard-icons li.eight .dailog-box, .dashboard-section .content .dashboard-icons li.twelve .dailog-box {
        transform: translateX(-50%);
    }

    .dashboard-section .content .dashboard-icons li.one .dailog-box, .dashboard-section .content .dashboard-icons li.four .dailog-box, .dashboard-section .content .dashboard-icons li.seven .dailog-box, .dashboard-section .content .dashboard-icons li.ten .dailog-box {
        transform: translateX(-14%);
    }

    .dashboard-section .content .dashboard-icons li.three .dailog-box, .dashboard-section .content .dashboard-icons li.six .dailog-box, .dashboard-section .content .dashboard-icons li.nine .dailog-box, .dashboard-section .content .dashboard-icons li.twelve .dailog-box {
        transform: translateX(-85%);
    }
}

/** VL PUX updated April 2020 */
/* header */
#main-menu {
    margin-left: 0;


}

#main-menu > .menu-item > a[href^="tel:"] {
    color: #10c2eb;
    background: none;
    font-size: 16px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #main-menu > .menu-item > a[href^="tel:"] {
        position: relative;
        padding-left: 35px;
    }

    #main-menu > .menu-item > a[href^="tel:"]::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 30px;
        height: 30px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAAA3NCSVQICAjb4U/gAAABGlBMVEUAAAAA2/8Av/8Axv8AzP8A0f8Av+oAyO0RzO4Qv+8Pw/AMwvMMxfMKxOsJv+0Qx+8Pw/AOxuoNw+sNxOsMwu0MxO0Mxe4Lwe4Lwu4Qw+8QxeoQweoPwusPw+sPxOsOwOwOw+wNw+oQwusPwuwOwu0OxOoOwusNw+sQwewPw+oPweoOwesOwuwQwewPweoPwusPwesOwuwQweoQw+sPweoQw+sQwusPwuoQwewQwewPweoPwusQwusQwusPweoPwesPwuoPwuoPwusPwesPwesQwesQwuoPwusQwuoQwusPwesPwusPwusPweoPwuoPweoQwusQwusPweoPweoPwuoPweoPweoPwusQwusQweoQweoQwuoPwusQwuvPzdP0AAAAXXRSTlMABwgJCgsMDg8QERUWGhwgIiQmJyorLC0uLzAxMjM0NTc8P0NHSUtNUlVWWlxfY2RnbG9ye3+ChpCRlZaipK61t7i8vb7Cw8jQ1dfY2dvd3uLl5+jq6+zu8vP09v2qlE8dAAABGElEQVQYGYXBiSICUQAF0KsahCwVEcq+RtYQZZcsoTGZ0v3/36Bmpt7Tm+cctAROP6yLEeiFSvxlxqATeGCbFYO/wC1dVgy+rthRm4SPAwpqCaiVKXrvgxJlWSjZlJxB6ZmSfSgVKKqGobTLLvNoFGpD7HgZhq8iPUvwt0hPGBo3dCWgkaIrB50CHaYBjUiDjhx0tuhozkEnT4cZRVf6cDMISYmO6hQ8lyQrSYgiJh31FTi22WLPQrTwTdd5CC1PbLPnIVqj5y1jDKzf0WWnIMpQrZ6GaIdqjSREG1R7hGTZppIBycQrFZpByAaL7HWNHnv8y46j1/g9JbVpKGUtdn3G4cM4/qKrMgaN1XyZpHnSj38YM1G4fgAfDrWpNuui9gAAAABJRU5ErkJggg==');
        background-size: contain;
    }
}

/* front page template - Main Page (VL PUX) */
.big-header-container.vl,
.big-header-container.vl .entry-title {
    color: #000;
}

.big-header-container.vl .entry-title {
    font-family: sans-serif;
    letter-spacing: -1px;
    color: #49494d;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.4rem;
}

.big-header-container.vl .entry-title b {
    color: #10c2eb;
}

.big-header-container.vl #top-quote-form {
    padding-top: 30px;
    max-width: 800px;
}

.big-header-container.vl #top-quote-form .input-group {
    text-transform: none;
    box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
    border-radius: 10px;
}

.big-header-container.vl #top-quote-form input {
    text-transform: none;
    font-family: sans-serif;
    padding: 2rem 1.5rem;
    border-radius: 0 10px 10px 0;
    text-align: center;

}

.big-header-container.vl #top-quote-form input::placeholder {
    color: rgba(70, 74, 76, 0.50);
}

.big-header-container.vl #top-quote-form .postcode-addon {
    background: #253e88 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAMAAAA45HFkAAAAA3NCSVQICAjb4U/gAAAATlBMVEUAAAD/zzD/zzD/yjD/yzD/zDP/yjL/yjP/yzL/yzL/yzL/yzL/yjL/yjL/yjP/yzP/yzP/yzP/yzL/yjP/yjL/yjL/yzL/yzL/yzP/yzO2Q7zpAAAAGXRSTlMAECAwQFBgb3B/gI+Qn6CvsL/Az9Df4O/wFHRm4AAAAPdJREFUGBl1wQmCgjAQRcGXgKiRQQiC/PtfdKRZDItVLPy1aaW2uWbs+EarJif10MafY+Ge2mkds6cOWocpdeLJyGsRyxC1uPDRaFJ7PlzQpAO8JgWzQpML3GRqVkGmgijjWbleow5ajSKJSgZkShJBxiETSAQZz6BRJFHKQJRxfHUaDVDKBFY3mRoyTQpm2VumAF6a3DHXt8zAx0Wz7u9+f3SaBUZRJ3pMrhMFk0oHL2ZeBzmLoJ3Iyg3a8nwFbVSkeiUGR6pQIrAVteodW7lWBXu1Zj0HXrOco1ImcsINGmWcCfqoOOV6afCcK6TAL6/B8YvzpP4BSFwy33+9Y0QAAAAASUVORK5CYII=') no-repeat center center;
    border-radius: 10px 0 0 10px;

}

.big-header-container.vl #top-quote-form #big-header-cta {
    text-transform: none;
    border-bottom: none;
}

.big-header-container.vl #top-quote-form::after {
    content: '';
    display: block;
    clear: both;
}

.big-header-container.vl .header-content {
    padding-bottom: 30px;
}

.big-header-container.vl .header-bottom .header-reviews {
    margin: auto;
}

.big-header-container.vl .header-bottom .header-reviews a {
    color: #000;
}

.three-points {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .three-points {
        padding-top: 30px;
    }
}

.three-points p {
    font-size: 18px;
    color: #707070;
}

.three-points p b {
    color: #10c2eb;

}

.three-points img {
    margin: 20px 0;

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 990px) {
    div.big-header-container.vl #top-quote-form #big-header-cta {
        min-width: 215px;
    }
}

@media (min-width: 768px) {
    .big-header-container.vl #top-quote-form .input-group {
        width: auto;
        margin-right: 1%;
        align-self: baseline;
    }

    .big-header-container.vl #top-quote-form #big-header-cta {
        float: left;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 128px;
    }

    .big-header-container.vl #top-quote-form {
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .big-header-container.vl #top-quote-form input {
        padding: 1.4rem .75rem;
    }
}

@media screen and (max-width: 576px) {
    .big-header-container.vl .entry-title {
        font-size: 1.6rem;
    }
}

#home-top .padded-item a {
    display: inline-block;
    width: 220px;
    max-width: 90%;
    color: #fff;
    background: #10c2eb;
    padding: 8px 20px;
    text-align: center;
    border-radius: 3px;
    margin-top: 15px;
    box-shadow: 0 2px 7px 0 rgba(41, 41, 51, 0.25);
}

#home-top .padded-item a[href^="tel:"] {
    position: relative;
    padding-left: 40px;
}

#home-top .padded-item a[href^="tel:"]::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    width: 26px;
    height: 26px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAA3NCSVQICAjb4U/gAAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAECAwUGBwf4CQn6Cwv8DP0N/g7/BxrAInAAAAkklEQVQoz33S0RbCIAgGYJijXDazOd7/VcucO0whLv2OHPgVAMDnN4Fagb9Fpqh2Y7YsNeK5p1M42vTsKTbZnDVGGCfEKsneK2o07YUyauZ/17waYt3a/Wl5GD5WkcvMwuI1T6ob3LHtScPL5PU1vkPgrsaeZ2UxJ+1Xkzu4JCVoudS4++CmYEnBpbT1qP9LOM4/fhsTJUke8GYAAAAASUVORK5CYII=');
    background-size: contain;
}

#sticky-price {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50% 50% 0 0;

    display: none;
}

/* Css for new sticky top bar */
#topbar.sticky-topbar {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(41, 41, 51, 0.25);
}

#topbar.sticky-topbar input {
    text-transform: none;
    font-size: 14px;
    height: 50px;
    text-align: center;
    font-family: sans-serif;
}

.sticky-topbar .sticky-phone {
    position: relative;
    padding: 5px 20px 5px 35px;
    color: #10c2eb;
    display: inline-block;
    background: none;
    font-size: 16px;
    font-weight: bold;

}

.sticky-topbar .sticky-phone:before {

    content: '';

    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAlCAMAAADyQNAxAAAAA3NCSVQICAjb4U/gAAABGlBMVEUAAAAA2/8Av/8Axv8AzP8A0f8Av+oAyO0RzO4Qv+8Pw/AMwvMMxfMKxOsJv+0Qx+8Pw/AOxuoNw+sNxOsMwu0MxO0Mxe4Lwe4Lwu4Qw+8QxeoQweoPwusPw+sPxOsOwOwOw+wNw+oQwusPwuwOwu0OxOoOwusNw+sQwewPw+oPweoOwesOwuwQwewPweoPwusPwesOwuwQweoQw+sPweoQw+sQwusPwuoQwewQwewPweoPwusQwusQwusPweoPwesPwuoPwuoPwusPwesPwesQwesQwuoPwusQwuoQwusPwesPwusPwusPweoPwuoPweoQwusQwusPweoPweoPwuoPweoPweoPwusQwusQweoQweoQwuoPwusQwuvPzdP0AAAAXXRSTlMABwgJCgsMDg8QERUWGhwgIiQmJyorLC0uLzAxMjM0NTc8P0NHSUtNUlVWWlxfY2RnbG9ye3+ChpCRlZaipK61t7i8vb7Cw8jQ1dfY2dvd3uLl5+jq6+zu8vP09v2qlE8dAAABGElEQVQYGYXBiSICUQAF0KsahCwVEcq+RtYQZZcsoTGZ0v3/36Bmpt7Tm+cctAROP6yLEeiFSvxlxqATeGCbFYO/wC1dVgy+rthRm4SPAwpqCaiVKXrvgxJlWSjZlJxB6ZmSfSgVKKqGobTLLvNoFGpD7HgZhq8iPUvwt0hPGBo3dCWgkaIrB50CHaYBjUiDjhx0tuhozkEnT4cZRVf6cDMISYmO6hQ8lyQrSYgiJh31FTi22WLPQrTwTdd5CC1PbLPnIVqj5y1jDKzf0WWnIMpQrZ6GaIdqjSREG1R7hGTZppIBycQrFZpByAaL7HWNHnv8y46j1/g9JbVpKGUtdn3G4cM4/qKrMgaN1XyZpHnSj38YM1G4fgAfDrWpNuui9gAAAABJRU5ErkJggg==);
    background-size: contain;
}

.sticky-topbar .reavel-sticky {
    display: none;
    margin-bottom: 10px;
}

.sticky-topbar #topbar-btn button {
    background: #FF7800;
    padding: 4px 30px;
    height: 50px;
    text-transform: none;
}

.sticky-topbar #topbar-btn button:hover {
    background: #ff881e;

}

.sticky-topbar #topbar-reg span {
    width: 40px;
    height: 50px;
    background-size: 28px 32px;

}

.sticky-topbar #topbar-postcode span {
    width: 40px;
    height: 50px;
    background: #253e88 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAMAAAA45HFkAAAAA3NCSVQICAjb4U/gAAAATlBMVEUAAAD/zzD/zzD/yjD/yzD/zDP/yjL/yjP/yzL/yzL/yzL/yzL/yjL/yjL/yjP/yzP/yzP/yzP/yzL/yjP/yjL/yjL/yzL/yzL/yzP/yzO2Q7zpAAAAGXRSTlMAECAwQFBgb3B/gI+Qn6CvsL/Az9Df4O/wFHRm4AAAAPdJREFUGBl1wQmCgjAQRcGXgKiRQQiC/PtfdKRZDItVLPy1aaW2uWbs+EarJif10MafY+Ge2mkds6cOWocpdeLJyGsRyxC1uPDRaFJ7PlzQpAO8JgWzQpML3GRqVkGmgijjWbleow5ajSKJSgZkShJBxiETSAQZz6BRJFHKQJRxfHUaDVDKBFY3mRoyTQpm2VumAF6a3DHXt8zAx0Wz7u9+f3SaBUZRJ3pMrhMFk0oHL2ZeBzmLoJ3Iyg3a8nwFbVSkeiUGR6pQIrAVteodW7lWBXu1Zj0HXrOco1ImcsINGmWcCfqoOOV6afCcK6TAL6/B8YvzpP4BSFwy33+9Y0QAAAAASUVORK5CYII=') no-repeat center center;
    background-size: 17px 25px;
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .sticky-topbar .navbar-brand {
        max-width: 220px;
    }

    #topbar.sticky-topbar input {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #cookie-law-info-bar .hide-cookies {
        display: none;
    }

    .sticky-topbar .topbar-text {
        display: none;
    }

    .sticky-topbar #topbar-reg {
        width: 33.33%;
        margin-right: 10px;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
        border-radius: 10px;
    }

    .sticky-topbar .sticky-form {
        justify-content: center;
    }

    .sticky-topbar #topbar-postcode {
        width: 33.33%;
        margin-right: 10px;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
        border-radius: 10px;
    }

    .sticky-topbar #topbar-btn {
        width: auto;
        border-radius: 10px;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);


    }

    .home .big-header-container.vl .header-content,
    .home .big-header-container.vl .header-bottom {
        position: relative;
    }

    .home .big-header-container.vl .header-content .entry-header,
    .home .big-header-container.vl .header-content form {
        position: relative;
        z-index: 2;
    }

    .home .big-header-container.vl .header-content .entry-title {
        color: #fff;
    }

    .home .big-header-container.vl {
        overflow: hidden;
    }

    .home .big-header-container.vl .header-bottom .header-reviews {
        position: relative;
        z-index: 2;
        padding-bottom: 40px;
        min-height: 360px;
    }

    .home .big-header-container.vl .header-bottom .header-reviews:after {
        content: "";
        width: 70px;
        height: 2px;
        left: 50%;
        bottom: 10px;
        background-color: #10c2eb;
        position: absolute;
        transform: translateX(-35px);
    }

    .home .big-header-container.vl .header-bottom {
        /*margin-bottom: 70px;	*/
    }

    .home .big-header-container.vl .header-content:after,
    .home .big-header-container.vl .header-bottom:after {
        content: "";
        width: 5000px;
        left: -2000px;
        height: 100%;
        top: 0;
        background-color: #7390AF;
        position: absolute;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    #topbar.sticky-topbar {
        top: auto;
        bottom: 0;
        transform: translateY(100%);
        padding: 30px 15px;
        border-radius: 30px 30px 0px 0;
    }

    #topbar.sticky-topbar input {
        font-size: 22px;
        font-weight: normal;
    }

    .sticky-topbar #topbar-logo {
        display: none;
    }

    #topbar.sticky-topbar.topbar-show {
        transform: translateY(0);
    }

    .sticky-topbar .sticky-phone {
        display: none;
    }

    .sticky-topbar #topbar-reg {
        width: 100%;
        border-radius: 10px;
        margin-right: 0;
        margin-bottom: 15px;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
    }

    .sticky-topbar #topbar-postcode {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
        border-radius: 10px;
    }

    .sticky-topbar #topbar-btn {
        width: 100%;
        box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
        border-radius: 10px;
    }

    .sticky-topbar #topbar-btn button {
        font-family: sans-serif;
        font-weight: normal;
        height: 50px;
        font-size: 18px;
        text-transform: none;
    }

    .sticky-topbar .reavel-sticky button {
        width: 100%;
        background: #FF7800;
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 4px 6px;
        line-height: 14px;
        font-size: 18px;
        font-family: sans-serif;
        font-weight: normal;
        box-sizing: border-box;
        vertical-align: top;
        transition: all 0.2s ease-in-out;
        height: 50px;
        margin-bottom: 10px;
    }

    .sticky-topbar .reavel-sticky button:hover {
        background: #ff881e;
    }

    .sticky-topbar .sticky-form {
        flex-direction: column;
    }

    .sticky-topbar .topbar-text {
        color: #49494d;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .sticky-topbar .topbar-text span {
        color: #2ca8df;
        cursor: pointer;
    }

    .sticky-topbar .topbar-text {
        display: flex;
        justify-content: space-between;
        padding: 7px;
    }

    #topbar.sticky-topbar.sticky-btn-show {
        transform: translateY(280px)
    }

    #topbar.sticky-topbar.sticky-btn-show .reavel-sticky {
        display: block;
    }

    .sticky-topbar .hide-sticky {
        font-size: 22px;
    }
}

.big-header-image {
    background-color: #7390AF;
}

.big-header-container.vl .big-header-image + .container .entry-title,
.big-header-container.vl .big-header-image + .container .header-bottom,
.big-header-container.vl .big-header-image + .container .header-bottom .header-reviews a {
    color: #fff;
}

.page-title-content {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.page-title-content hr {
    background-color: #10C2ED;
    margin: 60px 0 80px;
}

/** Reviews Widget **/
.reviews-widget {
    background: #66c4eb;
    color: #49494d;
    padding: 1em 0;
    border-radius: 3px;
}

.reviews-widget .overallRating p {
    margin: 0;
}

.reviews-widget h4 {
    margin-bottom: 0;
}

.reviews-widget .fa-star {
    color: #FF7D50;
}

.reviews-widget img {
    margin: 0.5em 0;
}

.reviews-widget #reviewsIOLink:hover,
.reviews-widget #reviewsIOLink:active,
.reviews-widget #reviewsIOLink:focus {
    opacity: 0.65;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.reviews-widget .btn-orange {
    margin-top: 10px;
    width: 100%;
    padding: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    background: #FF7800;
    border-bottom: 2px solid #d46c0f;
    text-shadow: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.reviews-widget .btn-orange:hover,
.reviews-widget .btn-orange:active,
.reviews-widget .btn-orange:focus {
    text-decoration: none;
    background: #ff881e;
    color: #fff;
}

.reviews-widget .reviewsCarousel {
    padding: 1em 0 0 0;
}

.reviews-widget .reviewsCarousel .carousel {
    padding: 0 1.5em;
}

.reviews-widget .reviewsCarousel .carousel-inner .stars {
    padding: 0;
    margin: 0 0 0.5em 0;
}

.reviews-widget .reviewsCarousel .carousel-inner .comment {
    max-height: 5em;
    min-height: 5.7em;
    overflow-y: hidden;
    margin: 0;
}

.reviews-widget .reviewsCarousel .controls,
.reviews-widget .reviewsCarousel .controls br {
    padding: 0;
    height: 0;
    margin: 0;
}

.reviews-widget .reviewsCarousel .carousel-control-prev {
    justify-content: left;
}

.reviews-widget .reviewsCarousel .carousel-control-next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


#main-menu .dropdown-submenu {
    position: relative;
}

#main-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.button--main {
    margin-top: 12px;
    padding: 20px 35px;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    background: #FF7800;
    border-bottom: 4px solid #b85700;
    text-shadow: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
    position: relative;
    margin-bottom: 10px;
}

.button--main:hover {
    background: #ff881e;
}

@font-face {
    font-family: 'scary_halloween_fontbold';
    src: url('fonts/scary_halloween_font-webfont.woff2') format('woff2'),
    url('fonts/scary_halloween_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.u-text-center {
    text-align: center;
}

.u-rage {
    font-family: 'scary_halloween_fontbold';
    font-size: 35px;
}

.u-small-text {
    font-size: 12px;
}

.styled-form {
    background: #13C3EC;
    box-sizing: border-box;
    padding: 50px;
    margin: 50px 0;
}

.styled-form h2 {
    margin-bottom: 1em;
}

.styled-form__container {
    background: #FFFFFF;
    box-sizing: border-box;
    margin: 0;
    padding: 50px;
}

@media (max-width: 995px) {
    .styled-form {
        padding: 25px;
    }

    .styled-form__container {
        padding: 25px;
    }
}

.styled-form__input {
    position: relative;
}

.styled-form__input[type=text] {
    line-height: 3;
    padding-left: 60px;
}

.styled-form__checkbox {
    display: flex;
    align-items: center;
}

.styled-form__checkbox input[type=checkbox] {
    appearance: none;
    background-color: transparent;
    border-radius: 2px;
    height: 20px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 20px;
    border: 1px solid #FF7800;
}

@media (max-width: 768px) {
    .styled-form__checkbox label {
        font-size: 14px;
        line-height: 1;
    }

    .styled-form__checkbox input[type=checkbox] {
        width: 28px;
    }
}

@media (max-width: 600px) {
    .styled-form__checkbox label {
        font-size: 12px;
        line-height: 1;
    }

    .styled-form__checkbox input[type=checkbox] {
        width: 22px;
    }
}

@media (max-width: 500px) {
    .styled-form__checkbox label {
        font-size: 12px;
    }

    .styled-form__checkbox input[type=checkbox] {
        width: 35px;
    }
}

.styled-form__checkbox input[type=checkbox]::before {
    background-color: #FF7800;
    content: "";
    display: block;
    height: 5px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transition: opacity .2s;
    width: 2px;
    transform: rotate(-45deg);
}

.styled-form__group {
    position: relative;
}

.styled-form__group textarea {
    padding: 20px;
}

.styled-form__group label {
    display: none;
}

.styled-form__checkbox label {
    display: inline-block;
}

.styled-form__group .styled-form__icon {
    background: #253e88;
    position: absolute;
    left: 15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    z-index: 2;
    width: 50px;
    height: 100%;
}

.styled-form__group .styled-form__icon svg {
    height: 2rem;
    width: 2rem;
}

.styled-form__group .styled-form__icon svg path {
    fill: #FFFFFF;
}

.styled-form__checkbox input[type=checkbox]::after {
    background-color: #FF7800;
    content: "";
    display: block;
    height: 12px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 2px;
    transition: opacity .2s;
    width: 2px;
    transform: rotate(40deg);
}

.styled-form__checkbox input[type=checkbox]:checked::before, .styled-form__checkbox input[type=checkbox]:checked::after {
    opacity: 1;
}

.styled-form .ajax-message {
    padding: 0 15px;
}

.wrapper--no-top-padding {
    padding-top: 0;
}

.event-landing-banner {
    margin-bottom: 50px;
}

.u-white {
    color: #FFFFFF;
}

/* Amending WP core Gutenberg blocks */

.wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 900px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding: 20px 0;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}


.rage-yard-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem auto 0;
    max-width: 1140px;
    box-sizing: border-box;
    position: relative;
    width: 95vw;
}

.rage-yard-cta__image {
    flex: 0 0 100%;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.rage-yard-cta__image img {
    position: relative;
    top: -65%;
}

.rage-yard-cta__content {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    width: 100%;
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    height: 100%;
    top: 0;
    left: 0;
}

.rage-yard-cta__content span {
    margin-bottom: 1rem;
}

.rage-yard-cta__content a {
    align-self: flex-start;
    margin-top: 12px;
    padding: 20px;
    color: #fff;
    display: table;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 10px;
    background: #FF7800;
    border-bottom: 4px solid #b85700;
    text-shadow: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 3px 9px 0 rgba(41, 41, 51, 0.25);
    position: relative;
    margin-bottom: 10px;
}

@media (max-width: 1100px) {

    .rage-yard-cta__image img {
        top: -55%;
    }

    .rage-yard-cta__content {
    }
}

@media (max-width: 980px) {
    .rage-yard-cta {
        max-width: 95vw;
    }

    .rage-yard-cta__image img {
        top: -25%;
    }

    .rage-yard-cta__content {
    }
}

@media (max-width: 780px) {
    .rage-yard-cta {
        max-width: 95vw;
    }

    .rage-yard-cta__image img {
        top: -10%;
    }

    .rage-yard-cta__content {
    }
}

@media (max-width: 700px) {
    .rage-yard-cta__image img {
        top: 0;
    }
}

table, td, th {
    border: 1px solid black;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px;
}

.big-header-container.vl .header-content.buy-back {
    padding-top: 70px;
}

.SCC026 .ab_callback_container {
    display: none;
}

/*overrides*/
.wp-block-column iframe {
    width: 100%;
}
  
/* Additional BS classes */
:root {
    --bright-turquoise: #10C2EB;
}

.border\:8px {
    border-style: solid;
    border-width: 8px;
}

.border-color\:bright-turquoise {
    border-color: var(--bright-turquoise);
}

/* https://systemquotes.atlassian.net/jira/software/projects/AD/issues/AD-217 */
.big-header-container.vl .header-content .entry-header {
    margin-bottom: 10px;
}

.big-header-container.vl #top-quote-form {
    background-color: #5F7792;
    border-radius: 10px;
    padding: 15px;
}

#top-quote-form .reg-group {
    margin-top: 0;
}

#top-quote-form #big-header-cta {
    margin-bottom: 0;
}

.big-header-container.vl #top-quote-form #big-header-cta {
    background-color: #FF7800;
    border: 2px solid #333333;
    color: #FFF;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.big-header-container.vl #top-quote-form #big-header-cta::after {
    content: "";
    background: url(https://d31hba4f1d8ahx.cloudfront.net/SCC/050/arrow-light.svg) no-repeat 0 0;
    width: 12px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .big-header-container.vl .header-content .entry-header {
        margin-bottom: 30px;
    }

    .big-header-container.vl #top-quote-form {
        max-width: 948px;
    }

    #top-quote-form .input-group {
        margin-top: 0;
    }

    .big-header-container.vl #top-quote-form #big-header-cta {
        margin-top: 0;
        margin-bottom: 0;
        min-width: 234px;
    }
}