﻿body, html {
    height: 100%;
}

html {
    background-color: #ECECEC;
}

.primaryHeader {
    box-shadow: 0px -2px 38px -1px rgba(0,0,0,0.20);
    position: relative;
    z-index: 2;
    background: #fff;
}

.container-fix {
    min-height: 80vh;
}

.uk-form {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /*padding: 0 17%;*/
}

.subgrid {
    padding: 0 5%;
}

.uk-form label, .uk-form legend {
    font-size: 15px;
}

.tm-main {
    /*padding-top: 25px;*/
    background-color: #fff;
    color: #595959;
    padding-top: 0;
}

footer {
    padding: 30px 15px;
    font-size: 12px;
    background-color: #494949;
}

footer p{color:white;}

.uk-grid-divider hr {
    padding-bottom: 0 !important;
    color: red !important;
}

header {
    background-color: #fff;
    color:#595959;
}

    header h3, header h4 {
        color:#006fb9;
    }

    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: #103E67;
    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: #39f;
}

/* 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: #39f;
  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:#103E67 }
a.tooltip strong {line-height:30px;}
    a.tooltip:hover {
        text-decoration: none;
        color: #39f
    } 
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 #39f inset, 0px 0px 12px #39f !important;
    outline: 0 none !important;
    /*background: #f9f2f4;*/
    background: #FBF5F5;
    color: #39f;
}

.vs-error::-webkit-input-placeholder { 
  color: #39f;
}
.vs-error::-moz-placeholder {  
  color: #39f;
}
.vs-error:-ms-input-placeholder { 
  color: #39f;
}
.vs-error:-moz-placeholder {  
  color: #39f;
}

.vs-errorText {
    color: #39f;
}

.requiredField[style*="inline"] {
    display:block !Important;
    color: #39f;
    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 #39f;
  margin: auto;
  border-radius: .25rem;
  width:100%;
}

.grdEditable thead tr:first-child {
  background: #39f;
  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: #39f; 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:#39f; 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: #39f;
    color: #fff !important;
    font-weight: bolder !important;
    /*box-sizing: unset !important*/
}
.uk-button-primary:hover, .uk-button-primary:focus {background-color:#103E67}

.uk-button-buynow {
    background-color: rgb(255, 136, 0);
    color: #fff !important;
    font-weight: bolder !important
}

.uk-button-buynow:hover, .uk-button-buynow:focus {
    background-color: #ffa700
}

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: cover;
    width: 144px;
    height: 65px;
    background-image: url("../images/rcib_logo_ws.svg");
}

.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 #39f;
    border-radius: 7px;
    margin-right: 10px;
    height: 320px;
    text-align:center
}

.paymentSelectorHeader {
    padding:10px;
    font-weight:bold;
    color:#39f
}

.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;
}

.needHelpTelNo {
    color: rgb(255, 136, 0);
    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 #39f; 
    border-radius:5px; 
    padding-top:20px; 
    padding-left:10px; 
    padding-right:10px; 
    margin-bottom:10px;
    height:auto;
}

    .addOnMainDiv h4 {
        font-weight:500;
        padding:0;
        margin-bottom:3px
    }

    .addOnMainDiv .smallText {
        font-size:11px; vertical-align:top; border:solid 0px
    }

.addOnIcon {
    color: #39f;
    padding-right:5px;
}

.addOnHeader {
    vertical-align:top !important; display:inline
}

.addOnPricePounds {
    font-size: 20px;
    font-weight: 500;
    text-align: center;

}

.addOnPricePence{
    font-size:10px;
}

.remove-padding {
    padding: 0px 0px 0px 0px !important;
}

    .remove-padding p {
        padding: 0px 0px 0px 0px !important;
    }



.addOnsNoPaddingOrMargin{padding:0; margin:0}

.addOnInformationMain {
    margin-bottom:10px
}

    .addOnInformationMain hr {
        border-width:2px; border-color:#39f
    }

.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: #103E67;
    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:#39f}

.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: #0070c0;
    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__payment p {
    color: #eaeaea;
}

.footer__links p,
.footer__links p a {
    color: #eaeaea;
}

.footer__legal p {
    color: #aeaeae;
}

.container-colour {
    background: #ffffff;
    border-radius: 3px;
    padding: 30px 40px;
    /*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;*/
}

.main-block {
    background: #f4f4f4;
}

/* Home Breadcrumb */

.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: #0070BA;
    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: 20px 0 40px 0;
    }
}

@media(max-width:768px) {

    /*.uk-grid {
        margin-left: 0px !important;
    }*/

    .uk-grid > * {
        /*padding-left: 0px !important;*/
    }

    .uk-grid-small > * {
        padding-left: 0px;
    }

    .container-colour {
        margin: 10px;
    }

    .breadcrumb a, .breadcrumb a:visited {
        font-size: 14px;
    }

    .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;
    }
}

@media screen and (max-width: 812px) {
    /*Addons View for mobile*/
    .addOnPricePounds {
        font-size: 50px;
        font-weight: 500;
        margin-right: 20px;
    }

    .addOnPriceDiv {
        margin-right: 0px;
    }

    .addOnMainDiv {
        width: 200px;
        /*margin-left: 20px;*/
        text-align: center;
    }

    .addOnPricePence {
        font-size: 10px;
        /*margin-right: 70px;*/
    }

    #cphBody_aToggleBreakdown {
        margin-right: 45px;
    }

    .remove-padding {
        padding: 0px 0px 0px 0px !important;
        margin-right: -10px;
    }

        .remove-padding p {
            padding: 0px 0px 0px 0px !important;
        }

}

.uk-vertical-align-top {vertical-align:top}

.uk-input-disabled {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    padding-bottom: 19px !important;
}

.ui-datepicker-title {color:white}

.ui-datepicker-prev {color:white}
.ui-datepicker-next {
    color: white
}

.uk-small-textbox {
    max-width:50px !important;
    width:50px !important;
    min-width:50px !important;
    text-align:center;
}