<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	==========
	Google web fonts
	==========
*/
@import url(jqueryui.css);
@import url(//fonts.googleapis.com/css?family=Karla|Kameron);
/*	==========
	Main styles for Sykes site
	==========
*/
body {
    font-family: Karla, Helvetica, Arial, sans-serif;
    font-size: 14px; text-rendering: optimizelegibility; color: #666;
    margin: 0; padding: 0; background-color: #f5f5f5;
    line-height: 1.5;
}
img {
    border: 0 none;
}
a {
    color: #4082A5;
}

/* Overall page container that holds everything */
div#container {
    width: 980px; margin: 0 auto; padding: 0 24px; background-color: #f5f5f5; overflow: auto; box-sizing: unset;
}

@media print {
    body {
        color: black;
    }
    div#container {
        box-shadow: 0 0;
    }
}

div.wrap {
    width: 980px !important;
}
div.make-booking-contents {
    padding-top: 20px;
}

/*	==========
	Header bar
	==========
*/
div#header {
    color: #94959a; margin: 0; padding: 18px 0 0 0; position: relative; border: 1px #cccccc solid; border-top: none; background-color: #ffffff;
    margin: 0;
    padding:20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}


div#header img {
    margin: 0 auto;
    display:block;
    max-width: 600px;
}


@media all and (max-width:368px){
    #header img {
        width:100%;
    }
}



div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"], div#account-information, iframe#sagePayIframe, div.booking-complete
{
    background-color: #ffffff; border: 1px solid #cccccc; margin: 0 20px 24px 0; padding-bottom: 1px; box-sizing: border-box;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

div#account-information {
    margin-right: 0;
}


/*	==========
	Left-hand column
	==========
*/
div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"]
{
    width: 230px;
}
div.sykes-card h2 {
    padding: 6px 0 0 0; font-size: 18px; line-height: 1.3; margin: 0; text-align: center; text-transform: capitalize;
    font-family: Tahoma, Verdana, Geneva, Helvetica, arial, sans-serif; color: #4082A5;
}
div.sykes-card h3 {
    font-size: 16px; color: #4082A5; line-height: 1.3;
}
div.sykes-card ul {
    margin: 6px 0 0 0; padding: 0; list-style-type: none;
}
div.sykes-card ul li a {
    display: block; color: #666; text-decoration: none; padding: 5px 8px;
}

div.sykes-card ul li a[href="http://www.sykescottages.co.uk"] {
    display: block; color: #666; text-decoration: none; padding: 0 8px 0 20px; position: relative; margin-top: 12px;
}
div.sykes-card ul li a[href="http://www.sykescottages.co.uk"]:hover {
    background-color: transparent; text-decoration: underline;
}
div.sykes-card ul li a[href="http://www.sykescottages.co.uk"]:before {
    display: block; content:''; width: 10px; height: 21px; position: absolute; left: 0; top: 0; background: transparent url(../images/sykes/back-arrow.svg) center center no-repeat;
}


div.sykes-card ul li.sub a {
    padding-left: 35px; background-image: url(../images/white_triangle_right.png); background-position: 18px center; background-repeat: no-repeat;
}
div.sykes-card ul li a:hover {
    background-color: #858c8e;
}
div.sykes-card ul li:last-child a {
    border: 0 none;
}

/* Sykes card */
div.card-margin {
    margin: 0; padding: 0;
}
img#card-property-image {
    display: block; margin: 16px auto 0 auto; width: 190px; height: 143px; border: 1px silver solid;
}

img.card-group-image{
    display: block;
    margin: 16px auto 0 auto;
    width: 190px;
    border: 1px rgba(255, 255, 255, 0) solid;
}

table#card-prop-details,
table#card-breakdown,
table#payment-totals,
table#balance-remaining {
    border-collapse: collapse; width: 100%; margin: 0;
}


table#card-breakdown thead td,
table#payment-totals thead td,
table#balance-remaining thead td{
    text-align: center;
}

table#payment-totals thead span,
table#balance-remaining  thead span {
    text-align: center;
    width:100%;
    display:block;
}

table#card-prop-details td,
table#card-breakdown td,
table#payment-totals td,
table#balance-remaining td {
    padding:4px 0;
}
table#card-prop-details th {
    width: 44px; padding: 0; text-align: left;
}
table#card-breakdown thead td,
table#payment-totals thead td,
table#balance-remaining thead td {
    padding: 0; color: #4082A5; font-size: 16px; font-weight: bold;
}
table td.price {
    text-align: right; width: 40%;
}
div#remaining-balance-container {
    padding-bottom: 15px;
}

/* Makes last item bold */
table#card-breakdown tbody:last-of-type {
    border-top: 1px solid #cccccc;
    margin-top: 7px;
}

table#card-breakdown tbody:last-of-type td {
    padding-top: 7px;
}

table#card-breakdown thead td {
    padding-bottom: 12px;
}

.sykes-card-mobile {
    margin: auto -3.18% 24px -3.18%; /*  3 * (100% + 6%)/100%  negative margin negates the 3% of the wrap class so the image is full width  */
}
.sykes-card-body {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    -ms-transition: max-height 1s;
    -o-transition: max-height 1s;
    transition: max-height 1s;
    -webkit-transition: padding 0.6s;
    -moz-transition: padding 0.6s;
    -ms-transition: padding 0.6s;
    -o-transition: padding 0.6s;
    transition: padding 0.6s;
    overflow: hidden;
    max-height: 0;
    padding:0 12px;
}
.show-property-details .sykes-card-body{
    max-height: 630px;
    padding: 18px 12px 24px 12px;
}

.show-property-details .sykes-card-body.withbalance {
    max-height: 734px;
}

.sykes-card-container {
    max-width: 280px;
    margin: 0 auto;
}

.sykes-card-container table#card-breakdown,.sykes-card-container table#payment-totals, .sykes-card-container table#balance-remaining  {
    margin-bottom:12px;
}
.sykes-card-container table#card-breakdown thead td {
    padding: 6px 12px;
}
.sykes-card-container table#card-breakdown tbody td {
    padding: 0 12px 6px 12px;
}
.sykes-card-container table#payment-totals thead td, .sykes-card-container table#payment-totals tbody td,
.sykes-card-container table#balance-remaining thead td, .sykes-card-container table#balance-remaining tbody td {
    padding: 6px 12px;
}
.sykes-card-container table#card-breakdown tbody tr:first-child td {
    padding-top: 6px;
    padding-bottom: 0;
}
.sykes-card-container table#card-breakdown tbody tr.breakdown-totalbreakdown-total td {
    padding-bottom: 6px;
}
.sykes-card-header, .sykes-card-body {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.sykes-card-header {
    padding: 6px 12px;
    position: relative;
}
.sykes-card-header .card-property-title {
    color: #4082A5;
    font-size: 16px;
}
.sykes-card-header p{
    margin: 0;
    width: 90%;
    font-size: 12px;
    color: #888888;
    line-height: 1.3;
}
.sykes-card-header svg {
    position: absolute;
    fill: #888888;
    margin-top: -14px;
    top: 50%;
    right: 24px;
}
.card-property-deposit {
    display: inline-block;
}
.breakdown-card {
    border: 1px solid silver;
}
.sykes-card-body thead {
    border-bottom: 1px solid silver;
}
.sykes-card-body img#card-property-image {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin:0 0 12px 0;
}
.sykes-card-body .safe-secure {
    background-image: url(../images/sykes/boxout-secure-redesign.jpg); background-repeat: no-repeat; background-position: bottom right; padding-bottom: 50px;
    margin-bottom: 0;
}
.show-property-details svg{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

/*	==========
    Centre column
    ==========
*/
div.payment-content {
    float: right; width: 730px; min-height: 480px; margin-top: 11px;
}

div.booking-complete {
    margin-right: 0;
}
div.payment-content h1 {
    margin-top: 0;
}
div.payment-content &gt; h1,
div.payment-content &gt; p  {
    margin-left: 12px;
    margin-right: 12px;
}
:not('.booking-complete') div.payment-content #return-to-site-1 {
    margin-left: 12px;
    margin-bottom: 48px;
}
/* Booking details form */
.inline-positive-message {
    font-size: 0.875em;
    width:100%;
    padding: 0.75em 2em;
    box-sizing: border-box;
    margin-bottom: 1.428em;
    color: #3d743d;
    background: #ddf3d5;
    -webkit-box-shadow: 0 1px 2px #91a789;
    -moz-box-shadow:    0 1px 2px #91a789;
    box-shadow:         0 1px 2px #91a789;
}


form#personal-details-form {
    clear: left; /* Needed on balance page due to summary tables */
}
fieldset#party-details p {
    padding: 4px 0;
}
fieldset p.row {
    margin: 0 0 4px 0;
}
fieldset p.row label {
    float: left; padding-top: 2px; width: 230px; line-height: 1.4;
}
fieldset#make-payment span,
fieldset#booking-extras span,
fieldset#travel-insurance span.tilabel {
    float: left; width: 220px;
}
fieldset#booking-extras input[type="checkbox"] {
    margin: 0; position: relative; top: 4px;
}
fieldset#booking-extras div#optional-extras p,
fieldset#booking-extras div#compulsory-extras p {
    margin: 8px 0;
}
label.tiradio {
    padding: 0 18px 0 8px;
}
input[type="radio"] {
    position: relative; top: 2px;
}
table#removed-cover{
    width: 100%;
    border-collapse: collapse; margin: 14px 0 0 0;
}
table#removed-cover td {
    padding: 2px 10px 2px 0;
}
table#removed-cover td input[data-type="text"] {
    width: 96%;
}
div#travel-insurance-container b{
    font-weight: 700;
}
.insurance-benefits {
    margin: 24px 0 10px 0;
}
.insurance-benefits&gt;p {
    margin:0;
}
.insurance-benefits ul{
    margin-top: 12px;
    padding-left: 42px;
}
.insurance-benefits li{
    width: 50%;
    float: left;
    vertical-align: middle;
    position: relative;
    list-style-type: none;
    padding-bottom: 14px;
    box-sizing: border-box;
}
.insurance-benefits li:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('../images/sykes/insurance-tick.svg');
    background-size: contain;
}
.insurance-benefits li:nth-child(odd) {
    clear:both;
    padding-right: 40px; /* fixes issues the negative margin used with the image bullet point*/
}
div#removed-cover {
    margin: 14px 0 0 0;
}
div#removed-cover &gt; p{
    margin-bottom: 0;
}
div#removed-cover input[type="radio"]{
    margin-left: 0;
    margin-right: 3px;
}
div#removed-cover label[for="supplier-name"]{
    margin-right: 5px;
}
p#name-of-insurance-row{
    padding-left: 16px;
}
p#name-of-insurance-row.error-background div.error{
    display:block!important;
}
p#hasowninsurance-no-warning{
    display: none;
    color: #FF0000;
    margin-bottom: 0;
}
.ng-scope p#hasowninsurance-no-warning {
    display: inherit;
}
p#hasowninsurance-no-warning img{
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 5px;
}

.margin_bottom_4 {
    margin-bottom: 4px;
}

.get-address, .nav-button {
    background-color: #ce3c3a !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

.full-width-next, .full-width-back{
    background-color: #ce3c3a;
    -webkit-appearance: none ;
    border-radius: 0 ;
    width:100%;
    padding:0;
    font-size:18px;
    margin-bottom: 12px;
    line-height: 2.6em; /*48px/font-size 18px */
}


/* Personal details form */
form#personal-details-form input[data-type="text"], form#personal-details-form select {
    width: 300px;
}
form#personal-details-form table td label {
    text-align: right; display: block; padding-right: 15px; width: 185px;
}
form#personal-details-form table td {
    padding: 4px 0;
}
span.required {
    padding-right: 4px;
}

form#personal-details-form input[type="checkbox"],
fieldset.confirmation input[type="checkbox"] {
    margin: 0 6px 0 2px; position: relative; top: 2px;
}
div.button-row {
    text-align: right;
}

div.button-row span:first-child, div.button-row .back-link {
    float: left;
    margin-left: 4px;

}

div.button-row span:first-child {
    float: left;
    margin-left: 0;
}
div.button-row span {
    margin-left: 10px;
}

/* Confirmation */
table.summary-table {
    margin: 0 0 20px 0; width: 351px; background-color: #ffffff; border-spacing: 12px; box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
table.summary-table th,
table.summary-table td {
    padding: 12px 0 0 0; text-align: left;
}
table.summary-table tr [colspan="2"], table.personal-details tr td {
    border-top: 1px solid #cccccc;
}
table.summary-table tr.multiple th,
table.summary-table tr.multiple td {
    vertical-align: top;
}
table.summary-table tr.multiple td p {
    margin: 0;
}
table.summary-table thead th,
table.summary-table tr.header-row th {
    color: #4082A5;
}
table.summary-table thead th {
    padding-top: 0; font-size: 18px;
}
table.summary-table thead th[colspan="2"] {
    border-top: none;
}
table.summary-table.booking-details,
table.summary-table.personal-details {
    margin-right: 24px; border-spacing: 12px; border-collapse: separate;
}

/*	==========
	Popup dialog - overriding standard jqueryui styles
	==========
*/
div.dialog-content {
    background-color: white; border: 1px #545454 solid; box-shadow: 0 0 10px black;
}
div.dialog-content span.ui-dialog-title {
    font-size: 18px;
}

/*	==========
	Breadcrumbs
	==========
*/
ol.booking-breadcrumbs {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    overflow: auto;
    padding: 12px 3px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    counter-reset: li;
    position: relative;
}

ol.booking-breadcrumbs::before {
    position: absolute;
    content: '';
    width: 95%;
    display: block;
    border: 1px solid #cccccc;
    height: 0%;
    left: 2%;
    top: 25px;
}

ol.booking-breadcrumbs li span{
    color:#7E7E7E;
}

ol.booking-breadcrumbs li {
    color: #4082A5; list-style:none; margin-right: 40px; float: left; ; position: relative; background-color: #ffffff; padding: 5px 15px 5px 50px; white-space: nowrap;
}
ol.booking-breadcrumbs li::before {
    background-color: #ffffff; content: '';
}
ol.booking-breadcrumbs li::before, ol.booking-breadcrumbs li::after {
    display: block; width: 26px; height: 26px; position: absolute; left: 10px; top: 0; box-sizing: border-box;
}
ol.booking-breadcrumbs li::after {
    text-align: center; line-height: 1.5; font-weight: bold; content:counter(li); counter-increment:li; border: 3px solid #4082A5; border-radius: 50%; background-color: #ffffff;
}
ol.booking-breadcrumbs li:last-child {
    margin-right: 0;
}
ol.booking-breadcrumbs li.active + li, ol.booking-breadcrumbs li.active + li + li, ol.booking-breadcrumbs li.active + li + li + li{
    color: #cccccc;
}
ol.booking-breadcrumbs li.active + li::after, ol.booking-breadcrumbs li.active + li + li::after, ol.booking-breadcrumbs li.active + li + li + li::after  {
    color: #cccccc; border: 3px solid #cccccc;
}

@media all and (max-width:500px) {
    ol.booking-breadcrumbs::before {
        top: 30px;
    }
    ol.booking-breadcrumbs:not(.progress-bar) li {
        width: initial !important; padding: 5px 15px;
    }
    ol.booking-breadcrumbs li::before {
        width: 36px; left: 0; top: 0;
    }
    ol.booking-breadcrumbs li::after {
        left: 5px; top: 0;
    }
    ol.booking-breadcrumbs li span {
        display: none;
    }
    ol.booking-breadcrumbs li.active {
        padding: 5px 15px 5px 40px;
    }
    ol.booking-breadcrumbs li.active span {
        display: inline;
    }
    ol.booking-breadcrumbs li.active::after {
        left: 10px; top: 0;
    }

}
@media all and (min-width: 501px) and (max-width:1024px) {
    ol.booking-breadcrumbs {
        display: flex;
        justify-content: space-between;
    }
    ol.booking-breadcrumbs::before {
        top: 30px;
    }
    ol.booking-breadcrumbs:not(.progress-bar) li {
        width: initial !important;
        padding: 5px;
        background-color: transparent;
    }
    ol.booking-breadcrumbs li::before {
        position: relative;
        top: -48px;
    }
    ol.booking-breadcrumbs li::before {
        top: -5px;
        width: 36px;
        left: calc(50% - 18px);
    }
    ol.booking-breadcrumbs li::after {
        left: calc(50% - 13px);
    }
}

/* End breadcrumbs responsive */


/*	==========
	Forms
	==========
*/
input, select, textarea {
    font-family: inherit; font-size: inherit; margin: 0; padding: 3px;
}
fieldset {
    border: 1px solid #cccccc;
    margin: 0 0 24px 0;
    background-color: #ffffff;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#container form fieldset legend,
.payment-content fieldset legend,
.wrap-width-content fieldset legend {
    font-family: Karla, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    color: #4082A5;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;

}
ul.red-text li {
    float: left;
    width: 100%;
}
input, #account-information input[type=email],
#account-information input[type=password],
#account-information input[type=text] {
    border: 1px solid #aaaaaa;
}

form input[type="submit"],
input[type="button"],
#account-information input[type=button] {
    border: 0 none;
    padding: 10px 43px;
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    background-color: #4082A5 !important;
    -webkit-appearance: none;
    border-radius: 0 !important;
    cursor:pointer;
}

input[type="button"]{
    background-color: #CCC;
    color: #666;
    font-weight:200;
}

@media screen and (max-width: 640px) and (min-width:435px){
    .payment-content input[type=button] {
        padding: 10px 43px !important;
    }
}

@media all and (max-width:436px) {
    input[type="button"], form input[type="submit"]{
        padding:6px 12px;
        margin:0 10px;
        text-align: center;
        height:29px;
    }
}



/*	==========
	Right column
	==========
*/
div#right-col {
    width: 230px; margin: 20px 0 0 0;
}
div#right-col div.safe-secure {
    background-image: url(../images/sykes/boxout-secure-redesign.jpg); background-repeat: no-repeat; background-position: bottom right; padding-bottom: 50px; margin-right: -12px; margin-bottom: 24px; margin-top: 36px;
}

div#right-col div.safe-secure h3 {
    text-align:center;
}

div#right-col div.need-help-booking {
    text-align:center;
}

div#right-col div.need-help-booking .tracking_phone {
    font-size:14px;
    font-weight:800;
    display:inline-block;
}

.safe-secure + #DigiCertClickID_pwk9u401 {
    margin-top: -13px;
}
div#right-col div h3 {
    color: #4082A5; font-size: 16px; margin: 0 0 6px 0;
}
div#right-col div p {
    margin: 0;
}
div#right-col span.tracking_phone {
    display: block; font-size: 20px;
}

@media all and (max-width:500px) {
    div#right-col {
        margin-top: 0;
    }

    div.sykes-card, div.need-help-booking, div.safe-secure, [id^="DigiCertClickID"] {
        width: 100%;
        margin-right: 0;
    }

    div#right-col div.safe-secure {
        padding-bottom: 70px;
    }
}

@media all and (max-width:320px) {
    div#right-col div.safe-secure {
        padding-bottom: 55px;
    }
}

/*	===========
	Footer footer - the very bottom one
	===========
*/
div#footer-base {
    background-color: #858c8e;
    color: white;
    margin: 20px 0 0 0;
    padding: 12px;
    text-align: center;
}
div#footer-base p {
    margin: 0;
}
div#footer-base p.reg-no {
    float: left;
}
div#footer-base p.copyright {
    text-align: right;
}
.clear	{height:0; line-height:0; overflow:hidden; clear:both;}



/*
TES-428 Optional Party Row
=========================
*/

.optional_text_spacer{
    font-weight: 800;
    font-size:16px;
}

.full_width_separator{
    margin-left: -12px;
    width: calc(100% + 24px);
    height: 0px;
    border: none;
    border-top: 1px #cccccc solid;
    margin-top:15px;
    margin-bottom:15px;
}



.circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}

#insurance-total-text {
    width:100%
}

.insurance-tax {
    display:block;
    width:100%;
    font-size: 10px;
}

.insurance-selection {
    margin-top: 10px;
}

.tooltiptext{
    display: none;
    font-size: 1.3em;
    line-height: 18px;
}

/*
TES-2862
 */

.loader:before {
    background-color: #5b5959 !important;
}

#TES612 {
    background-color: #5b5959 !important;
}

#TES612 ul.navbar-right&gt;li
{
    border-left-color: #4a4a4a;
}

#TES612 ul &gt; li a:hover, #TES612 ul.navbar-right&gt;li.dropdown:hover&gt;a {
    background: #4a4a4a !important;
}

#TES612 ul.navbar-right&gt;li:last-of-type
{
    border-right-color: #4a4a4a;
}

#TES612 ul.navbar-right li.currency ul.dropdown-menu li a {
    color: #4a4a4a !important;
}

#TES612 ul.navbar-right li.currency ul.dropdown-menu li a .currency-icon {
    fill: #4a4a4a !important;
}

#TES612 ul.navbar-right li.currency ul.dropdown-menu li a:hover {
    background-color: #eaeaec !important;
}

.TES1005.navbar.navbar-bottom {
    background-color: #e7e7e7 !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs {
    box-shadow: none !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li {
    width: 25% !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li span {
    color: #5b5959 !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active {
    background-color: #4082a6 !important;
    color: #FFFFFF !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active span {
    color: #FFFFFF !important;
}

.TES1005.navbar.navbar-bottom ol.booking-breadcrumbs li.active::after {
    border-left-color: #4082a6 !important;
}

/*
END: Tes-2862
 */

/** TES-3246 **/
.household-party-thankyou-message .part-details-notice .part-btn {
    background-color: #356b89;
}

.household-party-thankyou-message .part-details-notice .part-btn:hover {
    background-color: #356b89;
}
/** END: TES-3246 **/

/**
 * COVID banner
 */
.covid-container {
    background-color: #fffaf2;
    border-left: 8px solid #ffb519;
    border-radius: 8px;
    width: 94.5%;
    margin: 16px 0;
}

.tes-1693-number.active {
    background-color: #5D5D5D !important;
}

.tes-1693-title.active {
    color: #5D5D5D !important;
}

.tes-1876-summary .sykes-card-header,.tes-1876-summary .sykes-card-header p {
    color: #ffffff !important;
    background-color: #5D5D5D !important;
}

/* TES-3264 */
.complete svg circle {
    fill: #4082A5;
}</pre></body></html>