body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #fff7e9;
}

a,
.fake-link {
    color: #f8981d;
    cursor: pointer;
}

.alert-info a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.header {
    background: #231f20;
    color: #fff
}

.header h1 {
    margin: 12px 0 0 18px;
}

.header h1 img {
    max-width: 100%;
}

h2 {
    margin-top: 0px;
}

.container.main-container {
    min-height: calc(100vh - 450px);
}

.header h2 {
    text-transform: uppercase;
    margin: 12px 0 12px 18px;
    font-size: 20px;
}

#top-bar {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 1em 0;
    border-bottom:1px solid #fff;
}

#top-bar a {
    color:#fff;
}

#top-bar-inner {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

#top-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin:0;
    padding: 0;
}

#top-bar .child-first {
    margin-right:2em;
}

#top-bar #top-bar-nav-2 li a {
    padding: 0 0.5em;
}

.nav-box {
    background: #231f20;
    color: #fff;
    padding-top: 20px;
}

.nav-box a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.nav-box a:hover {
    background: #d32011;
    color: #fff;
    text-decoration: none;
}

.social-btn {
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
    clear: both;
}

#socialicons li {
    display: inline;
}

#socialicons li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url('/images/social-sprite.png');
    float: left;
    border: none;
    padding: 0;
}

#socialicons a.twitter {
    background-position: -64px 0px;
}

#socialicons li a.twitter:hover {
    background-position: -64px 32px;
}

#socialicons a.facebook {
    background-position: -96px 0px;
}

#socialicons li a.facebook:hover {
    background-position: -96px 32px;
}

#socialicons li #contact-phone {
    color: #fff;
    width: auto;
    height: auto;
    display: inline-block;
    background: none;
    text-indent: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 4px 0 0;
}

.footer {
    clear: both;
    margin: 30px 0 0 0;
    padding: 20px 0 10px 0;
    border-top: 9px solid #f8981d;
    color: #f7f7f7;
    text-align: center;
    background: #393939;
}

.label-warning {
    background-color: #f8981d;
}

.btn-primary {
    color: #fff;
    background-color: #f8981d;
    border-color: #f8981d;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #dd912d;
    border-color: #dd912d;
}

a.label-warning:hover {
    background: #f8981d !important;
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #f8981d;
    border-color: #f8981d;
}

.panel-primary {
    border-color: #f8981d;
}

.panel-heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.has-feedback .form-control-feedback {
    visibility: hidden;
    right: 14px;
}

.has-feedback .form-control-feedback-select {
    right: 25px;
}

.form-inline .form-control-feedback {
    visibility: hidden;
}

.has-feedback .glyphicon {
    visibility: hidden;
}

.has-feedback.is-select .glyphicon {
    right: 25px;
}

.has-feedback.is-select .left-outdent .glyphicon {
    right: 48px;
}

.has-feedback.has-error .glyphicon-remove {
    visibility: visible;
}

.has-feedback.has-success .glyphicon-ok {
    visibility: visible;
}

.form-group.is-select select.form-control {
    padding-right: 4px;
}

#personal-details-panel .help-block.error-text,
#insured-address-panel .help-block.error-text {
    display: none;
    margin-bottom: 0;
}


#personal-details-panel .has-error .help-block.error-text,
#insured-address-panel .has-error .help-block.error-text {
    display: block;
}

#insured-address-panel {
    padding-right: 0px;
}

.policy-date-wrap {
    padding: 0 4px 0 0;
}

.form-control.policy-date {
    padding-right: 0;
}

.no-indent {
    padding-left: 0;
    padding-right: 0;
}

.no-gutters {
    /* padding:0; */
}

#insured-postcodeLookUp,
#home-postcodeLookUp {
    margin-left: 12px;
    margin-right: 6px;
}

#postcode-val-wrap .glyphicon {
    right: 0px;
}

#translate-wrap #google_translate_element {
    float: right;
    margin: -2px 0 0 0;
}

#translate-wrap {
    float: right;
}

#translate-wrap::before {
    content: "";
}

.strong {
    font-weight: bold
}

.table-summary {
    font-size: 24px;
}

#device-table-quote-wrap {
    overflow: auto;
}

ul.tick-list {
    padding-left: 15px;
    margin-left: 0;
}

ul.tick-list li {
    padding-left: 8px;
}

ul.tick-list li::marker {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: green;
}

.breadcrumb {
    overflow: auto;
    white-space: nowrap;
}

.strong {
    font-weight: bold;
}

#device-value-wrap {
    width: 60%;
    float: left;
}

#deviceValueSelect {
    border-radius: 0;
}

.device-row {
    padding: 12px 0;
    background: #f5f5f5;
    box-shadow: 0 2px 5px #bdbdbd;
    border-radius: 2px;
    margin: 6px -12px !important;
}

.device-row.error {
    border: 2px solid #b5110f;
    border-radius: 2px;
    color: #b84442;
    font-weight: bold;
    background: #ffffff;
    background: repeating-linear-gradient(45deg, #fff, #fff 10px, #eee 10px, #eee 20px);
}

.device-header {
    font-weight: bold;
}

.device-footer {
    font-weight: bold;
}

#device-wrap {
    margin: 12px;
}

.toggle-cover {
    cursor: pointer;
}

.panel-tier {
    padding: 0;
}

.align-right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

#cover-levels .list-group-item {
    border-left: 0;
    border-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.cover-desc {
    background: #efefef;
    padding: 8px 12px 4px 12px;
    border-radius: 3px;
    color: black;
    margin: 4px 0;
    font-size: 12px;
}

.cover-desc .gadget-note {
    font-weight: bold;
    font-size: 11px;
}

#tier-level-fieldset {
    padding: 54px 0 0 0;
}

#tier-table {
    margin-bottom: 0;
}

#tier-table td {
    vertical-align: middle;
}

#tier-table #total-row {
    font-size: 22px;
}

#tier-table #total-row .amount {
    font-size: 32px;
}

#tier-table .fa {
    font-size: 32px;
}

#tier-table .fa-times {
    color: red;
}

#tier-table .fa-check {
    color: green;
}

#details-imei-alert .glyphicon {
    font-size: 32px;
    float: left;
    margin: 0 12px 0 0;
}

#tier-level-help {
    display: none;
}

.tier-column .panel:hover {
    box-shadow: 0 0 12px #d32011;
}

.tier-column-1 {
    width: 194px;
}

.tier-column-2 {
    width: 194px;
}

.glyphicon.red {
    color: #af0000;
}

.glyphicon.green {
    color: #008000;
}

.tier-button-wrap {
    margin: 12px;
}

.tier-button {
    width: 100%;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f8981d;
    background-image: linear-gradient(to bottom, #f8981d, #ce7f18);
    background-repeat: repeat-x;
    border-color: #f8981d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.tier-button:hover,
.add-device-btn:hover {
    color: #fff;
    border-color: #f8981d;
    background-image: linear-gradient(to bottom, #f8981d, #ce7f18);
    background-repeat: repeat-x;
}

.add-device-btn {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f8981d;
    background-image: linear-gradient(to bottom, #f8981d, #f8981d);
    background-repeat: repeat-x;
    border-color: #f8981d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 0 4px 4px 0;
    width: 40%;
}

.glyphicon-bronze {
    color: #CD7F32;
}

.glyphicon-silver {
    color: silver;
}

.glyphicon-gold {
    color: gold;
}

#cover-levels .glyphicon-star {
    background: white;
    padding: 4px 3px 4px 5px;
    border-radius: 21px;
    box-shadow: 0px 0px 4px 1px;
}

.has-feedback .glyphicon-question-sign {
    visibility: visible;
}

#payment-error {
    display: none;
    margin-top: 12px;
}

.save-quote-wrap {
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f8981d;
}

.btn-c4t-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #cecece;
    background-image: linear-gradient(to bottom, #c3c3c3, #969696);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-c4t-primary:hover {
    color: #525252;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #efefef, #d8d8d8);
    background-repeat: repeat-x;
    text-shadow: none;
}

#email-quote-modal-send-error {
    display: none;
}

.modal-c4i .modal-header {
    background: #f8981d;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.modal-c4i .modal-content {
    border-radius: 4px;
}

ul.social-buttons-referral {
    overflow: auto;
    margin: 6px 0 12px 0;
    padding: 0;
}

ul.social-buttons-referral li {
    list-style-type: none;
    float: left;
    margin-right: 8px;
}

ul.social-buttons-referral li a {
    display: block;
    height: 40px;
    width: 40px;
}

ul.social-buttons-referral li a i {
    background: #205D7A;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 25px;
    text-align: center;
    padding-top: 7px;
}

ul.social-buttons-referral .fa-facebook {
    background: #3b5998
}

ul.social-buttons-referral .fa-linkedin {
    background: #007bb6
}

ul.social-buttons-referral .fa-twitter {
    background: #00aced
}

ul.social-buttons-referral .fa-envelope {
    background: #777777;
}

ul.social-buttons-referral .fa-google-plus {
    background: #dd4b39
}

ul.social-buttons-referral .fa-pinterest-p {
    background: #bd081c
}

.flex-wrap {
    display: flex;
}

.flex-column {
    flex: 1;
}

.payment-option {
    height: 100%;
    margin-bottom: 0;
}

.payment-option h3 {
    font-size: 1.3em;
    margin: 12px 0 6px 0;
}

.payment-option.active {
    border: 3px solid #f8981d;
    padding: 16px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 38px;
    padding-left: 40px;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
}

.custom-control-label {
    margin-bottom: 0;
    cursor: pointer;
}

.custom-control h2 {
    padding-top: 12px;
    font-size: 1.5em;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f8981d;
    border: 1px solid #f8981d;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #f8981d;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-label::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #999;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}


.custom-control-label::after {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

#raf-jumbotron {
    margin-top: 24px;
    text-align: center;
}

#raf-jumbotron p {
    font-size: 14px;
    margin-bottom: 6px;
}

#raf-jumbotron .social-buttons-referral {
    margin-top: 12px;
    display: inline-block;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #cecece;
    box-shadow: 0px 0px 6px #999;
}

#raf-jumbotron .social-buttons-referral a:hover i {
    box-shadow: 0px 0px 6px #333;
}

#raf-link-highlight {
    background: #d32011;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#insured-postcode-error,
#home-postcode-error {
    display: none;
}

#insured-address-list-wrap,
#home-address-list-wrap {
    visibility: hidden;
    display: none;
}

.hidden-check {
    display: none;
}

.mt-12 {
    margin-top: 12px;
}

.policy-documents-small {
    border: 1px solid #999;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: #fff;
}

.policy-documents-small h5 {
    margin-top: 0;
}

#policy-documents-links li {
    list-style: none;
}

#policy-documents-links .glyphicon {
    margin-right: 6px;
}

#policy-documents-links ul {
    margin: 0;
    padding: 0;
}

.postcode-row {
    line-height: 32px;
}

#insured-postcode-manual,
#home-postcode-manual {
    margin-bottom: 12px;
    display: inline-block;
}

body.mobile-menu-open #mobile-menu {
    display: block;
}

body.mobile-menu-open {
    max-height: 100%;
    overflow: hidden;
}



#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #231f20;
    background: rgba(35, 31, 32, 0.9);
    color: #fff;
    overflow-y: auto;
    display: none;
}

#main-menu a {
    color: #fff;
}

#mobile-menu-btn {
    position: absolute;
    right: 25px;
    bottom: 6px;
    color: #fff;
}

#mobile-menu-close-btn {
    float: right;
    margin: 12px 12px 0 0;
    color: #fff;
}

#mobile-menu-head {
    background: #231f20;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #F8981D;
}

#mobile-menu-head h1 {
    margin: 0 0 8px 12px;
    padding: 0;
}

#mobile-menu-head h1 img {
    max-width: 85%;
}

#mobile-menu-list-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

#mobile-menu-list-wrap ul {
    display: table-cell;
    list-style: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 38px;
}

#mobile-menu-list-wrap ul li {
    list-style: none;
}

#mobile-menu-list-wrap ul li a {
    color: #fff;
}

#nav-btn-wrap {
    margin: 24px 24px 0 0;
}

#nav-btn-wrap a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#nav-btn-wrap a:hover {
    background: #d32011;
    color: #fff;
    text-decoration: none;
}

#contact-btn-wrap a:hover {
    color: #d32011;
    text-decoration: none;
}

#contact-btn-wrap {
    margin: 6px 24px 0 0;
    font-size: 20px;
}

#contact-btn-wrap a {
    color: #fff;
}

.payment-info-block {
    background: #f3f3f3;
    padding: 12px 12px 1px 12px;
    margin-bottom: 12px;
    border-radius: 2px;
    color: #000;
    font-size: 0.9em;
}

.payment-info-block h4 {
    margin: 0px 0px 6px 0;
    font-weight: 400;
    font-size: 1.3em;
}

.glyphicon.glyphicon-question-sign {
    cursor: help;
}

.payment-info-block ul {
    padding: 0 0 0 20px
}

#payment-agreement label {
    cursor: pointer;
}

#payment-agreement input {
    vertical-align: middle;
}

#card-end-date-td {
    position: relative;
}

.payment-panel {
    padding: 15px;
    box-shadow: 0 0 7px gray;
    border-radius: 2px;
    margin-bottom: 15px;
}

.payment-panel h3 {
    margin: 0 -15px 12px -15px;
    text-align: center;
    color: #636363;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 12px;
}

#payment-processing-modal {
    background: white;
    padding: 48px 0;
    width: 80%;
    margin: 0 auto;
    border: 3px solid #F8981D;
    max-width: 512px;
    border-radius: 2px;
}

#payment-processing-modal-c4std {
    top: 25vh;
}

#card-details .row {
    margin-bottom: 8px;
    line-height: 28px;
}

#card-date-month {
    padding-right: 4px;
}

#card-date-year {
    padding-left: 4px;
}

.form-control {
    border-radius: 2px;
}

.form-group.has-error::before {
    position: absolute;
    top: 0px;
    width: 5px;
    background-color: #a94442;
    height: 100%;
}

.form-control.card-date {
    width: 49%;
    display: inline-block;
    padding: 0 0 0 6px;
}

#card-details .has-feedback .glyphicon {
    top: 0px;
    right: 15px;
}

#card-details .has-feedback.is-select .glyphicon {
    top: 0px;
    right: 25px;
}

#payment-overview address {
    border-left: 5px solid #969696;
    padding-left: 8px;
    margin-left: 8px;
    font-size: 12px;
    line-height: 12px;
}

#postage-include-insured,
#postage-include-home {
    width: auto;
    margin: 0 auto;
}

#payment-form #disclaimer-alert {
    margin: 24px 0;
}

.payment-wrap {
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 0 8px 1px #c7c7c7;
    margin-bottom: 20px;
}

.payment-wrap h2 {
    margin: 0 0 8px 0;
    padding: 0 0 8px;
    color: #8e8e8e;
    font-size: 26px;
    border-bottom: 1px solid #c1c1c1;
}

#payment-overview .row.border {
    border-bottom: 1px solid #c7c7c7;
    margin: 0;
    padding: 14px 0px;
    font-size: 14px;
}

#payment-overview #payment-row {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #f8981d;
    border: none;
    border-radius: 0 0 4px 4px;
    text-shadow: 0 0 1px #777;
}

#tap-text-wrap {
    font-size: 17px;
    padding-right: 0px;
}

.discount-premium-highlight-text {
    font-weight: bold;
    color: white;
    background: #dc2617;
    padding: 4px 8px;
    border-radius: 2px;
}

.policy-excess-popover {
    width: 512px;
    max-width: 100%;
}

.policy-excess-popover .popover-title {
    background: #d32011;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.choice {
    display: none;
}

.choice .glyphicon {
    font-size: 28px;
    margin: 4px 0 0 4px;
    float: left;
}

.current .panel {
    position: relative;
}

.current .choice {
    display: block;
    background: linear-gradient(to bottom, red, darkred);
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 1500;
    width: 100px;
    padding: 5px 0;
    right: 3px;
    top: 4px;
    text-shadow: 0 0 2px #999;
    border-radius: 4px;
    margin: 0;
}

#summary-excess-table {
    font-size: 11px;
    margin-bottom: 0px;
}

#summary-excess-table caption {
    color: #000;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.device-control-wrap {
    margin-top: 12px;
}

#devicePurchaseDate {
    border-radius: 0 4px 4px 0;
    background: #fff;
}

#google_translate_element {
    display: inline-block;
    margin-left: 4px;
}

.header-bar {
    padding: 6px 0;
    background-color: black;
    font-size: 12px;
    color: white;
    border-bottom:1px solid #fff;
}

.header-bar-phone {
    padding-top: 3px;
    white-space: nowrap;
}

#header-logo-wrap {
    padding: 1em 0;
    background: #000;
}

#header-logo-wrap img {
    max-height:72px;
    max-width: 90%;
}

.breadcrumb-wrapper {
    background: #efefef;
    overflow: hidden;
    margin-bottom: 20px;
}

.breadcrumb {
    background: #efefef;
    color: #000000a8;
    padding: 12px 0;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500;
}

.breadcrumb>.active {
    /* color: #000000; */
    font-weight: 800;
}

.breadcrumb>li.noprefix:before {
    content: "";
    padding: 0 5px 0 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\25B6";
}

.btn-primary {
    text-transform: uppercase;
    border-radius: 2px;
    background: #f8981d;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

fieldset {
    position: relative;
    padding: 64px 12px 12px 12px;
    border: 0;
    margin-bottom: 24px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

legend {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    background: #f8981d;
    color: white;
    margin: -12px -12px 0 -12px;
    padding: 6px 15px;
    border-radius: 2px 2px 0 0;
    font-size: 24px;
    font-weight: 500;
}

#eligibility-box-label {
    margin-bottom: 0;
}

#eligibility-box-label .alert {
    margin-bottom: 0;
}

.w192 {
    width: 192px;
}

.checkbox label {
    font-weight: bold;
}

.section-header {
    font-size: 20px;
    font-weight: bold;
}

#tier-table .border-top td {
    border-top: 2px solid #f8981d !important;
}

#tier-table .section-header.border-bottom td {
    border-bottom: 2px solid #f8981d !important;
}

.benefit-name {
    height: auto;
}

#payment-form fieldset {
    padding: 56px 0 12px 0;
}

#payment-buy-now-btn {
    width: 100%;
}

#purchase-agreement {
    margin-top: -7px;
}

#cc-table {
    font-size: 12px;
}

#cc-table .form-group {
    margin-bottom: 5px;
}

#cc-table hr {
    margin: 8px 0 0 0;
}

#cc-table .help-block {
    margin-bottom: 2px;
}

.fob-count {
    width: auto;
}

#keyCountSubmit {
    width: 100%;
}

.key-calc-wrap {
    font-size: 16px;
    font-weight: bold;
    color: #5b5b5b;
}

.premium-per-key-wrap {
    margin-bottom: 6px
}

.key-number-form-wrap {
    margin-bottom: 6px
}

.key-number-form-wrap .help-block {
    font-size: 12px;
    font-weight: 400;
}

#fob-select-wrap {
    position: relative;
    display: inline-block;
}

#key-number-form-feedback.has-error {
    background: #f2dede;
    padding: 6px;
    margin: -7px;
    border: 1px solid #ebccd1;
    border-radius: 2px;
    color: #a94442;
}

#key-number-form-feedback.has-error .popover {
    color: #333;
}

.policy-fee-wrap {
    margin-bottom: 6px
}

.total-premium-wrap {
    margin-bottom: 6px
}

.total-premium-1 {
    margin-bottom: 6px;
    font-size: 24px;
}

.button-tier-level-wrap {
    margin-bottom: 6px
}

#premium-breakdown {

}

.pb-1 {
    font-size:1.4em;
    font-weight: 500;
}

.pb-2 {
    font-size: 1em;
}

.si-tv {
    font-weight: 400;
    font-size: 0.9em;
    color: #222;
}

#policy-more-info-btn-sb {
    font-size: 16px;
}

.pb-row {
    margin-bottom:1em;
    padding-bottom:1em;
    border-bottom:1px solid #ccc;
}

.panel-c4i {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: none;
}

.panel-c4i .list-group {
    margin-bottom: 0px;
    /* box-shadow: 0 0 8px 1px #c7c7c7;
    border-radius:4px; */
}

.panel-c4i .list-group-item {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.panel-c4i .list-group-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

#quote-optional-extensions .list-group-item .col-lg-6 {
    width:51%;
}

#quote-optional-extensions .list-group-item .col-lg-5 {
    width:40%;
}

.panel-c4i>.panel-heading {
    background: #f8981d;
    color: #fff;
    margin: -1px -1px 0 -1px;
    border-radius: 2px 2px 0 0;
}

.panel-c4i>.panel-heading small {
    color: #fff;
}

.heading-note {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 6px;
    margin-bottom: 0px;
}

.extension-header {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.ext-header-inc {
    white-space: nowrap;
    text-indent: -20px;
}

.extension-name {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0px 0px 12px 0px;
    color: #4d4d4d;
    font-weight: 600;
}

.ext-hint {
    margin: -6px 0 0 0;
    font-size: 0.9em;
    line-height: 1.4em;
}

.more-info-block-btn {
    cursor: pointer;
}

.more-info-block {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: normal;
    padding: 12px;
    border-radius: 2px;
    color: #fff;
    background: #353535;
    margin: 6px 0 12px 0;
}

#monthly-payment-option {
    color: #ffffff;
    background-color: #0088c5;
    text-align: center;
    margin-bottom: 0;
}

.alert-success {
    color: #ffffff;
    background-color: #0f7721;
    border: none;
    border-radius: 2px;
}

.alert-info {
    color: #ffffff;
    background-color: #0088c5;
    border: none;
    border-radius: 2px;
}

.alert-danger {
    background: #770f0f;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.alert-danger ul {
    padding-left: 20px;
}

.alert-warning {
    background: #c58a00;
    color: #ffffff;
    border: none;
    border-radius: 2px;
}

.more-info-block-red {
    background: #770f0f;
    color: #ffffff;
}

.more-info-block-blue {
    background-color: #0088c5;
}

.quote-premium-wrap {
    font-size: 1.3em;
    font-weight: 400;
}

.premium-option {
    margin-bottom: 12px;
    font-weight: 400;
}

.optional-extension h5 {
    margin-top: 0px;
}

#quote-premium {
    text-align: right;
    margin: 24px 0 0 0;
}

select.premium-option option:first-child {
    text-align: center;
}

#quote .fa.fa-check {
    color: #008000;
    font-size: 20px;
}

.automatic-cover {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.automatic-cover:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}



.automatic-cover .glyphicon.glyphicon-ok {
    color: green;
    font-size: 16px;
    float: left;
    margin-right: 4px;
}

#quote-automatic-covers .col-sum {
    text-align: center;
}


#quote-automatic-covers .col-included {
    text-align: center;
    color: #008000;
}

.premium-col-include {
    text-align: center;
}

.premium-col-include .glyphicon {
    font-weight: 700;
}

#quote-sidebar-wrap {
    height: 100%;
    position: relative;
}

#quote-sidebar-wrap-inner {
    height: 100%;
    position: relative;
}

.policy-documents-sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-documents-sidebar a {
    color: #616161;
}

.policy-documents-small a {
    color: #616161;
}

.policy-documents-small ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

#total-amount-payable-row {
    font-size: 1.4em;
    color: #333;
    font-weight: 700;
}

#total-amount-payable-row .pb-1 {
    font-weight: 500;
    text-align: left;
}

.table-res {
    margin: 0 15px;
}

.table-res div[class^="col-"] {
    padding: 0 6px;
}

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

.table-header:first-child {
    margin-top: 0px;
}

.table-header {
    font-weight: 700;
    text-align: center;
    background: #f5f5f5;
    border-width: 2px;
    margin-top: -7px;
    border-top: 1px solid #c7c7c7;
    padding: 6px 0;
}

.table-row {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.table-row .glyphicon-ok {
    color: #3c763d;
}

.jumbotron h1 {
    font-size: 2.2em;
    margin: 0 0 0.5em 0;
    color: white;
    text-shadow: 0 0 3px #ffffff;
}

.cover-benefits-name {
    font-weight: bold;
    color: #777777;
    font-size: 0.9em;
}

.jumbotron h2 {
    font-size: 1.5em;
    margin: 0;
    color: white;
    text-shadow: 0 0 3px #ffffff;
}

.jumbotron small {
    color: white;
}

.jumbotron {
    background: #f7a335 right top / auto 100% no-repeat url(/images/background_image_3.jpg);
}

.text-muted-small {
    font-size: 0.6em;
    color: #777;
    font-weight: normal;
}

.row-small-gutters {
    margin: 0 -2px;
}

.row-small-gutters [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
}

.quote-key-count {
    font-weight: bold;
    font-size: 1.2em;
}

.mb-12px {
    margin-bottom: 12px;
}

.w100pc {
    width: 100%;
}

.no-right-gutter {
    padding-right: 2px;
}

.no-left-gutter {
    padding-left: 2px;
}

.breadcrumb::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.breadcrumb::-webkit-scrollbar-track {
    background: #636363;
}

.breadcrumb::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
}

#blockhalls-choice-submit-btn {
    display: block;
    width: 100%;
}

@media (max-width:1200px) {

    #insured-postcodeLookUp,
    #home-postcodeLookUp {
        margin-left: 6px;
        margin-right: 2px;
    }

    #insured-address-manual {
        font-size: 10px
    }
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }

    table.responsive-table td:empty:before {
        content: '\00a0';
    }

    table.responsive-table th,
    table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left;
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0;
    }

    table.responsive-table thead tr th::before {
        content: "\00a0";
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    table.responsive-table tr {
        padding: 0;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid #d0d0d0;
    }

    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }

    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    table.responsive-table.bordered tr {
        border: 0;
    }

    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }

    table.responsive-table .cover-section.child td.section-name {
        text-indent: 0 !important;
    }

    .tier-column-1,
    .tier-column-2 {
        width: auto;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    #add-specified-item-btn {
        width:100%;
    }

    #blockhalls-choice-submit-btn {
        margin-top: 12px;
    }

    #translate-wrap {
        float: none;
    }

    .header h1 {
        text-align: center;
        margin: 6px 12px 0 12px;
    }

    .header h1 img {
        max-width: 100%
    }

    .header h2 {
        font-size: 9px;
        text-align: center
    }

    legend {
        font-size: 20px;
    }

    #card-details .row {
        margin-bottom: 8px;
        line-height: initial;
    }

    .save-quote-wrap {
        width: 100%;
    }

    .jumbotron h2 {
        font-size: 1.2em;
    }

    .policy-documents-small a {
        color: #616161;
        padding: 0px;
    }

    .policy-documents-small li {
        padding: 0;
    }

    #card-expire-date-month {
        margin-bottom: 4px;
    }

    #insured-postcodeLookUp {
        margin-left: 0;
    }

    #insured-address-manual-wrap {
        float: right;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .premium-col-include {
        text-align: right;
        white-space: nowrap;
    }

    #quote-automatic-covers .col-sum {
        text-align: left;
    }

    .text-center-res {
        text-align: left;
    }

    #payment-form .flex-wrap {
        display: block;
    }

    #annual-payment-wrap {
        margin-bottom: 12px;
    }

    #total-amount-payable-row {
        font-size: 1.3em;
    }

    .panel-body {
        padding: 8px;
    }

    .form-group.has-error::before {
        left:7px;
    }

    #main-premium.has-error::before {
        content: " ";
        position: absolute;
        top: 0px;
        width: 5px;
        background-color: #a94442;
        height: 100%;
        left:7px;
    }

    #quote-optional-extensions .list-group-item .col-lg-6 {
        width:100%;
    }

    #quote-optional-extensions .list-group-item .col-lg-5 {
        width:100%;
    }

    #quote-optional-extensions .list-group-item .col-lg-5.col-xs-8 {
        width:66.6666666666%;
    }
}

@media (max-width: 320px) {
    .panel-body {
        padding: 15px 2px;
    }

    .payment-wrap {
        padding: 12px 2px;
    }
}

@media (min-width:1200px) {
    #payment-overview {
        padding-right: 6px;
    }

    #card-details {
        padding-left: 6px;
    }
}

.premium-check-label {
    float: right;
    cursor: pointer;
    line-height: 24px;
}

.premium-feedback {
    font-size: 24px;
    text-align: center;

}

.premium-feedback .glyphicon-ok {
    color: #3b763d;
}

.premium-feedback .glyphicon-remove {
    color: #a94442
}

.premium-feedback.has-feedback .glyphicon {
    display: none;
}

.premium-feedback.has-success .glyphicon-ok {
    display: inline;
}

.premium-feedback.has-error .glyphicon-remove {
    display: inline;
}

input[type=checkbox].premium-check-option {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 32px;
    height: 32px;
    border: 1px solid #777777;
    border-radius: 2px;
    color: #777777 !important;
    font-family: "Glyphicons Halflings";
    text-align: center;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
}

input[type=checkbox].premium-check-option::before {
    content: "";
    font-size: 24px;
    line-height: 28px;
    margin-left: -2px;
}

input[type=checkbox].premium-check-option:checked::before {
    content: "\e013";
    color: #3c763d;
}

input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: 12px;
}

input[type=checkbox]:focus {
    outline: none;
}


.in-admin .has-feedback .form-control-feedback {
    top: 0px;
}

.in-admin .breadcrumb {
    margin-bottom: 12px;
    padding: 12px;
}

.in-admin .policy-documents-small li.li-link-icon {
    margin-left: 0px;
}

/* @media (prefers-color-scheme: dark) {
    body {
        background: #2d2d2d;
        color:#FFFFFF;
    }
    fieldset {
        background:#353535;
        border: 1px solid #4b4b4b;
    }
    legend {
        border-bottom:1px solid #4b4b4b;
        top:11px;
        left:11px;
        right:11px;
    }
    input, .form-control {
        background: #161616;
        color:#FFFFFF;
        border-color:#858585;
    }
    .modal-content {
        background: #353535;
        color: white;
    }
    button.close, .close:focus, .close:hover  {
        color:#FFFFFF;
    }
    .panel {
        background: #353535;
        border: 1px solid #4b4b4b;
    }
    .panel-c4i > .panel-heading {
        border-bottom: 1px solid #4b4b4b;
    }
    .panel-heading {
        border-bottom: 1px solid #4b4b4b;
    }
    .panel-c4i .list-group {
        box-shadow:none;
    }
    .list-group-item {
        background: #2d2d2d;
    }
    #quote .list-group-item {
        color:#FFFFFF;
        border: 1px solid #4b4b4b;
    }
    .key-calc-wrap {
        color:white;
    }
    .help-block {
        color: #adadad;
    }
    .policy-documents-small {
        background:#2d2d2d;
        border: 1px solid #4b4b4b;
    }
    .policy-documents-small a {
        color:#FFFFFF;
    }
    .save-quote-wrap {
        border: 1px solid #999;
        box-shadow:none;
    }

    .payment-wrap {
        box-shadow: none;
        border: 1px solid #999;
        background: #2d2d2d;
    }

    .payment-wrap h2 {
        color: #FFFFFF;
    }

    #key-number-form-feedback.has-error {
        padding: 6px;
        margin: -7px;
        border-radius: 2px;
        color: #f0817b;
        background-color: #3b2c2d;
        border-color: #978386;
    }

    .footer {
        color:#FFFFFF;
    }

    .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
        color: #29c72c;
    }
    .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
        color: #e14441;
    }
}
*/