﻿body, html {
    height: 100%;
}

.container-fix {
    min-height: 80vh;
}


.uk-form {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    padding: 0 17%;
}

p a, #hlPolicyInfo, #hlPolicySummary {
    color: #367895 !important;
}

p a, #hlCookiePolicy, #hlPrivacyPolicy {
    color: #f27383 !important;
}

a:link {
    color: #f27383;
}

a:visited {
    color: #785382;
}

a:hover {
    color: #55b6b1;
}

a:active {
    color: #CDCDCD
}

p a:hover, #hlPolicyInfo:hover, #hlPolicySummary:hover {
    color: #55b6b1 !important;
}

p a:visited, #hlPolicyInfo:visited, #hlPolicySummary:visited {
    color: #f27383 !important;
}

.slider {
    background-color: #367895 !important;
}

input:checked + .slider {
    background-color: #55b6b1 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #55b6b1 !important;
}

.subgrid {
    padding: 0 5%;
}

.uk-form label, .uk-form legend {
    font-size: 20px;
}

.tm-main {
    /*padding-top: 25px;*/
    background-color: #fff;
    color: #595959;
    padding-top: 0;
}

.uk-grid-divider hr {
    padding-bottom: 0 !important;
    color: red !important;
}

header {
    background-color: #fff;
    color: #595959;
}

    header h3, header h4 {
        color: #367895;
    }

    header h5 {
        color: #595959;
        vertical-align: top;
        padding: 0px;
        margin: 0px;
    }



.breadcrumb {
    margin: 35px 0px;
    box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
}

.breadcrumb__inner {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    background: #367895;
    padding: 10px !important;
}

    .breadcrumb__inner:first-of-type {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .breadcrumb__inner:last-of-type {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

.ifr__container {
    min-height: 500px;
}

.left, .right {
    text-align: left;
    line-height: 40px;
}

.right__inner--fix {
    max-height: 40px;
}

.right__text, .right__ddl {
    width: 100%;
}

.right__rdo {
    line-height: 33px;
}

    .right__rdo td:first-of-type {
        padding-right: 6px;
    }

    .right__rdo td input[type="radio"] {
        margin-right: 4px;
    }

.right__text--small {
    max-width: 55px !important;
}

.right__text--medium {
    max-width: 78px !important;
}

.right__text--postcode {
    max-width: 100px !important;
}

.right__ddl--medium {
    width: 156px !important;
}

.uk-panel-box {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

    .uk-panel-box:hover {
        box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
    }

/* Utility */

.hidden {
    display: none;
}

.active {
    background: #55b6b1;
    color: #fff;
}

/* Datepicker */

.uk-datepicker {
    z-index: 1050;
    width: auto;
    -webkit-animation: uk-fade 0.2s ease-in-out;
    animation: uk-fade 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
}

    .uk-datepicker-nav:before,
    .uk-datepicker-nav:after {
        content: "";
        display: table;
    }

    .uk-datepicker-nav:after {
        clear: both;
    }

    .uk-datepicker-nav a {
        color: #444444;
        text-decoration: none;
    }

        .uk-datepicker-nav a:hover {
            color: #444444;
        }

.uk-datepicker-previous {
    float: left;
}

.uk-datepicker-next {
    float: right;
}

    .uk-datepicker-previous:after,
    .uk-datepicker-next:after {
        width: 20px;
        font-family: FontAwesome;
    }

.uk-datepicker-previous:after {
    content: "\f053";
}

.uk-datepicker-next:after {
    content: "\f054";
}

.uk-datepicker-table {
    width: 100%;
}

    .uk-datepicker-table th,
    .uk-datepicker-table td {
        padding: 2px;
    }

    .uk-datepicker-table th {
        font-size: 12px;
    }

    .uk-datepicker-table a {
        display: block;
        width: 26px;
        line-height: 24px;
        text-align: center;
        color: #444444;
        text-decoration: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

a.uk-datepicker-table-muted {
    color: #999999;
}

.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
    background-color: #fafafa;
    color: #444444;
    outline: none;
    border-color: rgba(0, 0, 0, 0.16);
    text-shadow: 0 1px 0 #ffffff;
}

.uk-datepicker-table a:active {
    background-color: #eeeeee;
    color: #444444;
}

.uk-datepicker-table a.uk-active {
    background: #55b6b1;
    color: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Validation */

.form-error {
    background: #f2e0de;
    border: 1px solid #b94a48;
    color: #b94a48;
    border-radius: 3px;
    max-width: 450px;
    padding: 5px 8px;
    margin: 10px 18px;
    /*display: none;*/
}

/* Responsive */

@media(max-width:480px) {
    div .uk-form {
        padding: 5px 5px 0 5px !important;
    }
}

@media(max-width:650px) {
    .form-error {
        display: none;
    }
}

@media(max-width:768px) {
    .uk-form {
        padding: 15px 5px 0 5px !important;
    }

    .uk-panel {
        margin: 5px 0 !important;
    }
}

@media(max-width:960px) {
    .uk-panel {
        margin: 6px 0 !important;
    }
}

@media(min-width:960px) {
    .uk-panel-box {
        height: 300px;
    }

    .breadcrumb {
        margin: 35px 9%;
    }
}

@media(min-width:1220px) {
    .uk-panel-box {
        height: 260px;
    }
}

a.tooltip {
    outline: none;
    color: #367895
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
        color: #55b6b1
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.tooltipHover {
    display: inline !important;
    position: absolute;
    color: #111;
    border: 1px solid #DCA;
    background: #fffAF0;
    z-index: 10;
    padding: 14px 20px;
    margin-top: -30px;
    margin-left: 28px;
    width: 300px;
    line-height: 16px;
}

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 3px 10px 0;
}

.vs-error {
    /*border-color: rgba(169, 68, 66, 1) !important;*/
    box-shadow: 0px 0px 2px #55b6b1 inset, 0px 0px 12px #55b6b1 !important;
    outline: 0 none !important;
    /*background: #f9f2f4;*/
    background: #FBF5F5;
    color: #55b6b1;
}

    .vs-error::-webkit-input-placeholder {
        color: #55b6b1;
    }

    .vs-error::-moz-placeholder {
        color: #55b6b1;
    }

    .vs-error:-ms-input-placeholder {
        color: #55b6b1;
    }

    .vs-error:-moz-placeholder {
        color: #55b6b1;
    }

.vs-errorText {
    color: #55b6b1;
}

.requiredField[style*="inline"] {
    display: block !Important;
    color: #55b6b1;
    margin-top: 8px;
}

.grdEditable {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .grdEditable table {
        text-align: left;
        border-collapse: separate;
        border-spacing: 0;
        border: 2px solid #55b6b1;
        margin: auto;
        border-radius: .25rem;
        width: 100%;
    }

    .grdEditable thead tr:first-child {
        background: #55b6b1;
        color: #595959;
        border: none;
        font-weight: bold;
    }

    .grdEditable th:first-child {
        padding: 0 15px 0 20px;
    }

    .grdEditable thead tr:last-child th {
        border-bottom: 3px solid #ddd;
        text-align: center
    }

    .grdEditable tbody tr:hover {
        background-color: #fff;
        cursor: default;
    }

    .grdEditable tbody tr td {
        border: none;
        padding: 5px 25px;
    }

    .grdEditable tbody td {
        border-bottom: 1px solid #ddd;
    }

.pricingTableContainer {
    width: 100%;
    text-align: center;
}

    .pricingTableContainer .whole {
        display: inline-block;
        margin-right: 20px;
        margin-top: 20px;
        vertical-align: top;
    }

    .pricingTableContainer sup {
        font-size: 35px;
    }

    .pricingTableContainer ul {
        list-style: none;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: #595959;
        padding: 0px;
        margin: 0px;
    }

    .pricingTableContainer li {
        border-bottom: 1px solid #595959;
        padding: 0px;
        margin: 0px 15px;
        text-align: center;
        height: 52px;
        line-height: 52px;
    }

    .pricingTableContainer .type {
        width: 290px;
        border-radius: 5px 5px 0px 0px;
        height: 82px;
        border-left: 1px solid #B0B0B0;
        border-right: 1px solid #B0B0B0;
        border-top: 1px solid #B0B0B0;
    }

        .pricingTableContainer .type p {
            /*font-family: 'Roboto', sans-serif;*/
            font-weight: 800;
            font-size: 20px;
            text-transform: capitalize;
            color: #19191A;
            text-align: center;
            padding-top: 10px;
        }

    .pricingTableContainer .plan {
        width: 290px;
        background-color: #fff;
        border-radius: 0px 0px 5px 5px;
        /*font-family: 'Roboto', sans-serif;*/
        font-style: condensed;
        font-size: 60px;
        color: #595959;
        text-align: center;
        border-top: solid 0px #B0B0B0;
        border-left: solid 1px #B0B0B0;
        border-right: solid 1px #B0B0B0;
        border-bottom: solid 1px #B0B0B0;
    }

    .pricingTableContainer .gold {
        background-color: #FDD017;
        border-bottom: 3px solid #c19400;
    }

    .pricingTableContainer .silver {
        background-color: #BCC6CC;
        border-bottom: 3px solid #808a90;
    }

    .pricingTableContainer .bronze {
        background-color: #CD7F32;
        border-bottom: 3px solid #914300;
    }

    .pricingTableContainer .header {
        border-bottom: 1px solid #fff;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: 0px 15px
    }

        .pricingTableContainer .header span {
            font-size: 32px;
        }

        .pricingTableContainer .header sup {
            font-size: 18px;
            vertical-align: top
        }

    .pricingTableContainer .buyNow {
        margin: 0px 0px 10px 0px;
    }

        .pricingTableContainer .buyNow a {
            width: 90%;
        }

            .pricingTableContainer .buyNow a:hover {
                width: 90%;
            }

    .pricingTableContainer .emailMe {
        margin: 0px 0px 20px 0px;
    }

        .pricingTableContainer .emailMe a {
            width: 90%;
        }

            .pricingTableContainer .emailMe a:hover {
                width: 90%;
            }

    .pricingTableContainer .policyInfo {
        margin: 10px 0px 10px 0px;
    }

        .pricingTableContainer .policyInfo a {
            font-size: 12px;
        }

    .pricingTableContainer .pricingPlanDescription {
        float: left;
    }

    .pricingTableContainer .pricingPlanValue {
        float: left;
        font-size: 16px;
        padding-left: 10px;
    }

.grdOtherPrices table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #fff;
    margin: auto;
    border-radius: .25rem;
    width: 100%;
}

.grdOtherPrices thead tr:first-child {
    color: #595959;
    font-size: 22px;
    border-bottom: none;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.grdOtherPrices th:first-child {
    padding: 0 15px 0 20px;
}

.grdOtherPrices tbody tr:first-child th {
    margin: 2px 10px;
    padding: 0px 5px;
    background-color: #fff;
    color: #595959;
    font-size: 12px;
}

.grdOtherPrices tbody tr td {
    border-top: solid 0px;
    padding: 0 5px;
}

.grdOtherPrices tbody td {
    border-bottom: 0px solid #ddd;
}

.grdOtherPrices tbody tr:first-child {
    background-color: #fff
}

.grdOtherPrices tbody tr:first-child {
    background-color: #55b6b1;
    color: #595959;
    line-height: 20px;
}

.grdOtherPrices tbody tr {
    background-color: #fff;
    color: #595959;
    line-height: 50px;
    font-size: 14px;
    font-weight: bolder;
}

@media only screen and (max-width: 479px) {
    .grdOtherPrices tbody tr {
        background-color: #fff;
        color: #595959;
        line-height: 50px;
        font-size: 12px;
        font-weight: bolder;
    }
}

.grdOtherPrices tbody tr:hover {
    color: #55b6b1;
    cursor: default;
}

.grdOtherPrices .uk-button {
    font-size: 12px;
    font-weight: normal
}
/*.uk-button:hover, .uk-button:focus {background-color:#fffb00}
.uk-button-primary:hover, .uk-button-primary:focus {background-color:#fffb00}*/
.uk-button-primary {
    background-color: #55b6b1;
    color: #fff !important;
    font-weight: bolder !important
}

    .uk-button-primary:hover, .uk-button-primary:focus {
        background-color: #367895
    }

.uk-button-buynow {
    background-color: #55b6b1;
    color: #fff !important;
    font-weight: bolder !important
}

    .uk-button-buynow:hover, .uk-button-buynow:focus {
        background-color: #367895
    }

.uk-button-success {
    background-color: #55b6b1;
    color: #fff !important;
    font-weight: bold;
}

    .uk-button-success:hover {
        background-color: #367895;
        color: #fff !important;
        font-weight: bold;
    }

h1, h2, h3, h4, h5, h6 {
    color: #595959
}

.gold {
    background-color: #FDD017;
    color: #19191a !important;
    border: solid 1px #909090;
}

.silver {
    background-color: #BCC6CC;
    color: #19191a !important;
    border: solid 1px #909090;
}

.bronze {
    background-color: #CD7F32;
    color: #19191a !important;
    border: solid 1px #909090;
}

.gold thead tr:last-child th {
    border-bottom: 5px solid #c19400;
    text-align: center
}

.silver thead tr:last-child th {
    border-bottom: 5px solid #808a90;
    text-align: center
}

.bronze thead tr:last-child th {
    border-bottom: 5px solid #914300;
    text-align: center
}

p {
    color: #595959
}

.divlogo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: auto !important;
    height: 65px !important;
    background-image: url('../images/peoplrciblogo.png') !important;
}

.errorMessage {
    border: solid 1px red;
    min-height: 50px;
    width: 280px;
    margin: 10px;
    border-radius: 7px;
   /* font-family: 'Open sans',sans-serif;*/
    background-color: #ffcccc;
}

.errorMessageText {
    color: black;
    padding: 5px;
    font-size: 15px;
}


.paymentSelector {
    border: solid 2px #55b6b1;
    border-radius: 7px;
    margin-right: 10px;
    height: 320px;
    text-align: center
}

.paymentSelectorHeader {
    padding: 10px;
    font-weight: bold;
    color: #55b6b1
}

.paymentSelectorPrice {
    text-align: center;
    font-size: 36px;
    padding: 20px
}

.paymentSelector sup {
    font-size: 14px;
    vertical-align: central
}

.paymentSelectorDescription {
    height: 90px;
}

.paymentSelectorToolTip {
    display: inline-block;
}

.paymentSelectorTermsAndConditions {
    vertical-align: baseline;
    display: inline-block;
    top: 2px;
}

.pleaseWaitLarge {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    background-color: #FFFFFF;
    border: 2px solid gray;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 12px;
    padding: 20px 20px;
    width: 30%
}

.pleaseWaitSmall {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    background-color: #FFFFFF;
    border: 2px solid gray;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 12px;
    padding: 20px 20px;
    width: 80%
}

.pleaseWaitLargeHome {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    background-color: #FFFFFF;
    border: 2px solid gray;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 12px;
    padding: 20px 20px;
    width: 30%
}

.pleaseWaitSmallHome {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    z-index: 100001;
    background-color: #FFFFFF;
    border: 2px solid gray;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 12px;
    padding: 20px 20px;
    width: 80%
}

.uppercase {
    text-transform: uppercase
}

.coverDateNote {
    border: solid 1px #FF8800;
    border-radius: 5px;
    text-align: center;
    background-color: #FFDB66;
    color: #1e1e1e;
    font-weight: bold;
    width: 70%;
    margin: auto;
    padding: 10px;
}


.needHelp {
    font-weight: bold;
    color: #367895 !important;
}

.needHelpResize {
    font-weight: bold;
    color: #367895 !important;
}

.needHelpTelNo {
    color: #55b6b1 !important;
    font-weight: bold;
}

.needHelpTelNoResize {
    color: #55b6b1 !important;
    font-weight: bold;
}

.warningBox {
    border-radius: 3px;
    margin: 10px 0px;
    border: solid 1px #FF8C00;
    background-color: #FFA500;
    display: inline-block;
    padding: 5px 10px;
    color: black;
    font-size: 13px;
}

.addOnsQuotePremium {
    font-size: 28px;
    font-weight: bold;
}

.addOnsQuotePremiumPence {
    font-size: 10px;
    font-weight: bold
}

.addOnMainDiv {
    background-color: #F8F8F8;
    border: solid 1px #55b6b1;
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

    .addOnMainDiv h4 {
        font-weight: 500;
        padding: 0;
        margin-bottom: 3px
    }

    .addOnMainDiv .smallText {
        font-size: 11px;
        vertical-align: top;
        border: solid 0px
    }

.addOnIcon {
    color: #55b6b1;
    padding-right: 5px;
}

.addOnHeader {
    vertical-align: top !important;
    display: inline
}

.addOnPricePounds {
    font-size: 20px;
    font-weight: 500;
}

.addOnPricePence {
    font-size: 10px;
}

.addOnsNoPaddingOrMargin {
    padding: 0;
    margin: 0
}

.addOnInformationMain {
    margin-bottom: 10px
}

    .addOnInformationMain hr {
        border-width: 2px;
        border-color: #55b6b1
    }

.addOnPricePoundsBasket {
    font-size: 28px;
    font-weight: bold;
}

.addOnPricePenceBasket {
    font-size: 10px;
    font-weight: bold;
}

.sliderSmallText {
    font-size: 10px;
    padding: 0;
    margin: 0;
    vertical-align: top
}

.addOnPriceDiv {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px
}

.addOnButtonDiv {
    display: inline-block;
}

.ui-widget-header {
    background: #367895;
    border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px
}

.uk-card .uk-card-body i {
    color: #55b6b1
}

.campaignPopUp {
    background: #fff !important;
}

/* Header */

/*.container-header {
    padding: 0 30px;
}*/

.header__outer {
/*    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    position: relative;
    z-index: 1;
}

.header__placeholder {
    height: 80px;
}

.header__inner {
    padding: 10px 0 0 0;
}

.header__inner__phone p {
    font-size: 17px;
}

.header__inner__phone span {
    color: #367895;
    font-weight: 600;
}

.header__outer {
    /*position: fixed;*/
    width: 100%;
    background: #ffffff;
}

.navbar {
    height: 70px;
}

    .navbar a {
        height: 100%;
    }

.tm-logo {
    min-width: 125px;
}

.header__social {
    margin-top: 3px;
}

.social__link--mono {
    color: #fff;
}

    .social__link--mono:hover {
        color: #fff;
    }

.social__link--blue {
    color: #0070BA;
}

.social__link:first-of-type {
    margin-right: 15px;
}

.social__link--blue:hover {
    color: #fd904d;
}

/* Footer */

footer {
    padding: 30px 15px;
    font-size: 12px;
    background-color: #367895 !important;
    color: #fff !important;
}

    footer p {
        color: #fff !important;
    }

.footer__payment p {
    color: #fff;
}

.footer__links p,
.footer__links p a {
    color: #fff;
}

.footer__legal p {
    color: #fff;
}

.container-colour {
    background: #ffffff;
    /*border-radius: 3px;*/
    padding: 20px 30px;
    /*Hard shadow*/
 /*   box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
    /*Soft shadow*/
    /*-webkit-box-shadow: 0px 6px 17px 4px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 6px 17px 4px rgba(0,0,0,0.09);
    box-shadow: 0px 1px 12px 4px rgba(0,0,0,0.09);*/
    /*Panel shadow*/
    /*box-shadow: rgba(0, 0, 0, 0.34) 0 2px 6px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0 2px 6px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.34) 0 2px 6px 0;*/
}


.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"],
.uk-form input[type="radio"],
.uk-form input[type="checkbox"] {
    border-color: #367895 !important;
}

.uk-form input[type=radio]:checked:before {
    background-color: #55b6b1 !important;
}

.uk-form input[type=checkbox]:checked:before {
    color: #55b6b1 !important;
}

/* Home Breadcrumb */
.homebreadcrumb {
    width: 100%;
  /*  margin: 2em auto;*/
}

.homebreadcrumb {
    counter-reset: step;
}

    .homebreadcrumb a {
        text-decoration: none;
        color: #717171;
    }

    .homebreadcrumb li {
        list-style-type: none;
        width: 25%;
        float: left;
        position: relative;
        text-align: center;
        /*text-transform: uppercase;*/
        color: #717171;
    }

        .homebreadcrumb li:before {
            width: 4em;
            height: 4em;
            content: counter(step);
            counter-increment: step;
            line-height: 4em;
            border: 2px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto .7em auto;
            border-radius: 50%;
            background-color: white;
            color: #717171;
        }

        .homebreadcrumb li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute !important;
            background-color: #ddd;
            top: 2em;
            left: -50%;
            z-index: -1;
        }

        .homebreadcrumb li:first-child:after {
            content: none;
        }

        .homebreadcrumb li.selected, .homebreadcrumb li.selected a {
            color: #367895 !important;
            font-weight: 600;
        }

            .homebreadcrumb li.selected:before {
                border-color: #367895;
                background-color: #367895;
                color: #fff;
            }


            .homebreadcrumb li.selected + li:after {
                background-color: #367895;
            }

/*.homebreadcrumb {
    margin: 0px;
    height: 43px;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 0;
    list-style-type: none;
}*/

    /* z-index to make sure the buttons stack from left to right */

    /*.homebreadcrumb li {
        float: left;
        position: relative;
        z-index: 3;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.12);
        box-shadow: 0 1px 1px rgba(0,0,0,0.12);
    }

        .homebreadcrumb li:first-child {
            -webkit-border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

.four--wide li:nth-child(1) {
    z-index: 4;
    width: 22%;
}

.four--wide li:nth-child(2) {
    z-index: 3;
    width: 22%;
}

.four--wide li:nth-child(3) {
    z-index: 2;
    width: 22%;
}

.four--wide li:nth-child(4) {
    z-index: 1;
    width: 34%
}

.three--wide li:nth-child(1) {
    z-index: 3;
    width: 33.33%;
}

.three--wide li:nth-child(2) {
    z-index: 2;
    width: 33.33%;
}

.three--wide li:nth-child(3) {
    z-index: 1;
    width: 33.33%;
}

.two--wide li:nth-child(1) {
    z-index: 2;
    width: 50%;
}

.two--wide li:nth-child(2) {
    z-index: 1;
    width: 50%;
}

.homebreadcrumb a, .homebreadcrumb a:visited {
    cursor: default;
    width: 100%;
    height: 43px;
    padding: 0 0 0 25px;
    color: #717171;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 40px;
    white-space: nowrap;
    border: 1px solid #cbcbcb;
    text-decoration: none;
    border-top-color: #dddddd;
    border-right: 0;
    background-color: #fbfbfb;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.homebreadcrumb li:first-child a {
    padding-left: 12px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.homebreadcrumb a:before {
    content: "";
    width: 29px;
    height: 29px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #cbcbcb;
    background-color: #fbfbfb;
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.homebreadcrumb li.selected a, .homebreadcrumb li.selected a:before {
    background: #367895;
    color: #fff;
    text-shadow: none;
}*/

.uk-form-home {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    padding: 0;
}

@media(min-width:768px) {

    .container-colour {
        /*margin: 0 10px;*/
    }

    .summary {
        padding: 20px;
        font-size: 16px;
    }

    .legal {
        padding: 20px 0;
    }

    .block--fill {
        min-height: 630px;
    }

    .heading--main {
        font-size: 23px;
    }

    .left__lbl, .right__lbl {
        line-height: 40px;
    }

    .main-block {
        padding: 0 0 40px 0;
        background: #fff;
    }
}

@media(max-width:768px) {

    .uk-grid {
        margin-left: 0px;
    }

        .uk-grid > * {
            padding-left: 0px;
        }

    .uk-grid-small > * {
        padding-left: 0px;
    }


    .container-colour {
        margin: 10px;
    }

    .breadcrumb a, .breadcrumb a:visited {
        font-size: 14px;
    }

    .homebreadcrumb li {
        width: 50%;
    }

    .main-block {
        /*padding: 0 0 20px 0;*/
    }

    .right__sub--small label {
        font-size: 13px;
    }
}

@media(max-width:960px) {
    .container-header {
        padding: 0 15px;
    }

    .container-colour {
        /*padding: 15px;*/
    }
}

@media(min-width:1017px) {
    .container-colour {
        margin: auto;
    }
}


.uk-grid
.uk-border-rounded-20
.uk-vertical-align
.uk-vertical-align-middle {
    background-color: transparent !important;
}

.uk-summary-border-small,
.uk-border-rounded-20,
.uk-summary-border,
.uk-textbox-rounded {
    border-color: #55b6b1;
}

.uk-expand-chevron {
    color: #55b6b1;
}

.uk-background-color,
.uk-button-div-selected,
.uk-button-div-selected:hover {
    background-color: #367895 !important;
}

    .uk-background-color p,
    .uk-background-color h1,
    .uk-background-color h2,
    .uk-background-color h3,
    .uk-background-color h4,
    .uk-background-color i,
    .uk-background-color ul,
    .uk-background-color li,
    .uk-background-color a,
    .uk-button-div-selected p,
    .uk-button-div-selected h1,
    .uk-button-div-selected h2,
    .uk-button-div-selected h3,
    .uk-button-div-selected h4,
    .uk-button-div-selected i:not(.fa-check),
    .uk-button-div-selected ul,
    .uk-button-div-selected li,
    .uk-button-div-selected a,
    .payment-method input[type="radio"]:checked + .label-div p,
    .payment-method input[type="radio"]:checked + .label-div h3,
    .payment-method input[type="radio"]:checked + .label-div h4 {
        color: #fff !important;
    }

.payment-method .label-div {
    background: #fff;
    border: 2px solid #55b6b1;
}


.payment-method input[type="radio"]:checked + .label-div {
    background: #367895;
    color: #fff;
}

    .payment-method input[type="radio"]:checked + .label-div::after {
        color: #55b6b1;
        border-color: #55b6b1;
        background: #fff;
    }

.payment-method input[type="radio"] + .label-div p,
.payment-method input[type="radio"] + .label-div h3,
.payment-method input[type="radio"] + .label-div h4 {
    color: #494949;
}


.payment-method input[type="radio"] + .label-div {
    background: #fff;
    color: #494949;
}

    .payment-method input[type="radio"] + .label-div::after {
        color: #55b6b1;
        border: 2px solid #55b6b1;
        background: #fff;
    }


.uk-check-circle i {
    color: #55b6b1 !important;
}

.uk-button-div:hover {
    background-color: #fff;
}


.uk-button-div {
    border-color: #55b6b1;
    background-color: #fff;
}

    .uk-button-div .uk-check-circle {
        border-color: #55b6b1;
        background-color: #fff;
        color: #55b6b1 !important;
    }
