/*   BRAND CSS FILE FOR THE PET BUILD   

MAIN FONT #312e35
PRIMARY COLOUR #074a63
SECONDARY COLOUR #ffcd34



*/





/*   BODY   */

html {
    width: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #312e35;
    font-size: 1.125rem;
    line-height: 1.5rem;
}


/*   HEADER   */

.logo {
    background: url('../images/branding/S&P.svg');
    background-repeat: no-repeat;
}

.petsbanner {
    height: 10rem;
    background: url('../images/branding/petsbanner.png');
    background-repeat: no-repeat;
    background-position: right;
}


/*   FOOTER   */

footer {
    color: #fff;
    background: #262626;
}

.footerlogo {
    background: url('../images/branding/S&Pwhite.svg');
    background-repeat: no-repeat;
}


/*   NAV   */

.nav-bkg {
    border-bottom: 0.125rem solid #f2f2f2;
}

.step-num {
    background: #f2f2f2;
    color: #312e35;
}

.nav-item-25.active-item .step-num {
    background: #ffcd34!important;
    border: 0.0625rem solid #ffcd34;
    color: #074a63;
}

.nav-item-25.active-item {
    color: #074a63;
    font-weight: bold;
}


.nav-item-25.complete .step-num {
    font-weight: bold;
    color: #074a63;
    background: #ffcd34!important;
    border: 0.0625rem solid #ffcd34;
    opacity: 0.5;
}

.nav-item-25.complete {
    color: #074a63;
    font-weight: bold;
    opacity: 0.5;
}

.nav-item-step-name {
    display: none;
}


/*   LISTS   */

ul.list-inline li a {
    color: #fff;
    font-weight: bold;
}

ul.checklist li {
    background: url('../images/branding/tick.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
}

ul.pdflist li {
    background: url('../images/branding/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
}

ul.pdflist-inline li {
    background: url('../images/branding/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
}

ul.bulletlist li {
    background: url('../images/branding/bullet.png') no-repeat 0 1.25rem;
    background-size: 0.5rem;
}


/*   ACCORDION   */


.accordion-button:not(.collapsed), .accordion-button  {
    color: #074a63;
}

.accordion-button.collapsed::after {
    background: url('../images/branding/chevron.svg');
}
  
.accordion-button:not(.collapsed)::after {
    background: url('../images/branding/chevron.svg');
}


/*   TYPE   */

h1 {
    color: #074a63;
}

h2 {
    color: #074a63;
}

h3 {
    color: #074a63;
}

.quote-summary-heading {
    color: #074a63;
}

.main-colour {
    color: #312e35;
}

.modalheading {
    color: #312e35!important;
}

.mobile-heading {
    display: none;
}

.bold {
    font-weight: bold;
}

/*   QUOTE ELEMENTS   */

.dd-logo {
    float: right;
    margin-left: 1.5rem;
}

.multipet {
    width: 2.813rem;
    height: 2.813rem;
    background: url('../images/branding/multipet-icon.png');
    background-repeat: no-repeat;
}

/*   LABELS/TEXT/FIELDS   */


.another-pet-section {
    border-top: 0.125rem solid #f2f2f2;
}

textarea,
input[type='input'],
input[type='email'],
input[type='password'],
input[type='text'],
input[type='number'] {    
    float: left;
    line-height: 1.5rem;
    background-color: #fff;
    border: 0.125rem solid #fff;;
    border-bottom: 0.125rem solid #b7b7b7;
    padding: 0.75rem 0 0.75rem 1rem!important;
    margin: 0;
    border-radius: 0;
}

textarea:hover,
input[type='input']:hover,
input[type='email']:hover,
input[type='password']:hover,
input[type='text']:hover,
input[type='number']:hover,
input[type='time']:hover,
textarea:active,
input[type='input']:active,
input[type='email']:active,
input[type='password']:active,
input[type='text']:active,
input[type='number']:active {
    background: #f2f2f2;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

textarea:focus,
input[type='input']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='text']:focus,
input[type='number']:focus {
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
    outline: 0;
}

.error-icon {
    display: inline-block;
    background-image: url('../images/branding/error-icon.svg');
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem -0.063rem 0;
}

.error {
    color: #ff0000;
}

.errormessage {
    width: 100%;
    border-left: 0.188rem solid #ff0000;
    background: #fae9e9;
    color: #ff0000;
    margin: 1rem 0 0 0;
    padding: 0.5rem 1rem;
}

.positivemessage {
    width: 100%;
    border-left: 0.188rem solid #117c11;
    background: #d7ffd7;
    color: #117c11;
    margin: 1rem 0 0 0;
    padding: 0.5rem 1rem;
}

.altmessage {
    width: 100%;
    border-left: 0.188rem solid #0658ba;
    background: #dce9f9;
    color: #0658ba;
    margin: 1rem 0 0 0;
    padding: 0.5rem 1rem;
}

/* RADIO's */

.radio-style-tile input[type=radio]+label,
.radio-style-tile input[type=radio]+label {
    background-color: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-style-tile input[type=radio]:checked+label {
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
    background: #ffcd34;
    outline: 0;
}

.radio-style-tile input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

.radio-bullet-style input[type=radio]+label,
.radio-bullet-style input[type=radio]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-bullet-style input[type=radio]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

.radio-bullet-style input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-bullet-style input[type=radio]+label::before {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.125rem solid #312e35;
    background: #fff;
    box-shadow: none;
}

.radio-bullet-style input[type=radio]+label:hover::before {
    border: 0.125rem solid #312e35;
    cursor: pointer;
}

.radio-bullet-style input[type=radio]:checked + label::after {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.375 solid #312e35;
    background: #ffcd34;
    box-shadow: none;
}

.radio-icons-style input[type=radio]+label,
.radio-icons-style input[type=radio]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-icons-style input[type=radio]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
}

.radio-icons-style input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
}

.radio-style-tile input[type=radio]+label,
.radio-style-tile input[type=radio]+label {
    background-color: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-style-tile input[type=radio]:checked+label {
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
    background: #ffcd34;
    outline: 0;
}

.radio-style-tile input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

.radio-yesno-style input[type=radio]+label,
.radio-yesno-style input[type=radio]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-yesno-style input[type=radio]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

.radio-yesno-style input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-yesno-style input[type=radio]+label::before {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.125rem solid #312e35;
    background: #fff;
    box-shadow: none;
}

.radio-yesno-style input[type=radio]+label:hover::before {
    border: 0.125rem solid #312e35;
    cursor: pointer;
}

.radio-yesno-style input[type=radio]:checked + label::after {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.375 solid #312e35;
    background: #ffcd34;
    box-shadow: none;
}

.radio-yesno-auto input[type=radio]+label,
.radio-yesno-auto input[type=radio]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-yesno-auto input[type=radio]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff!important;
    border-bottom: 0.125rem solid #074a63!important;
}

.radio-yesno-auto input[type=radio]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.radio-yesno-auto input[type=radio]+label::before {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.125rem solid #312e35;
    background: #fff;
    box-shadow: none;
}

.radio-yesno-auto input[type=radio]+label:hover::before {
    border: 0.125rem solid #312e35;
    cursor: pointer;
}

.radio-yesno-auto input[type=radio]:checked + label::after {
    position: absolute;
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    border-radius: 50%;
    top: 1rem;
    left: 1rem;
    border: 0.375 solid #312e35;
    background: #ffcd34;
    box-shadow: none;
}

.radio-select-style input[type=radio]+label,
.radio-select-style input[type=radio]+label {
    background: #074a63;  
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    padding: 1rem 2rem;
}

.radio-select-style input[type=radio]:checked+label {
    border: 0;
    background: #074a63;
    color: #ffcd34;
}

.radio-select-style input[type=radio]:hover+label {
    border: 0;
    background: #074a63;
    color: #ffcd34;
    cursor: pointer;
}


/* SELECTS */

input[type='text'].selectize-input:hover {
    background-image: url('../images/site/magnifying-glass.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 1rem);
    background-size: 1.5rem;
}

input[type='text'].selectize-input:focus {
    background-image: url('../images/site/magnifying-glass.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 1rem);
    background-size: 1.5rem;
}

input[type='text'].selectize-input:active {
    background-image: url('../images/site/magnifying-glass.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: calc(100% - 1rem);
    background-size: 1.5rem;
}

input[type='number'].selectize-input-price {      
    float: left;
    line-height: 1.5rem;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    padding: 0.75rem 1rem 0.75rem 2rem!important;
    margin: 0;
    border-radius: 0;  
    width: 25rem;
    background-image: url('../images/site/pound.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(3%);
    background-size: 0.8rem;
}

input[type='number'].selectize-input-price:hover {
    background-image: url('../images/site/pound.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(3%);
    background-size: 0.8rem;
    padding-left: 2rem;
}

input[type='number'].selectize-input-price:focus {
    background-image: url('../images/site/pound.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(3%);
    background-size: 0.8rem;
    padding-left: 2rem;
}

input[type='number'].selectize-input-price:active {
    background-image: url('../images/site/pound.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(3%);
    background-size: 0.8rem;
    padding-left: 2rem;
}

select {      
    float: left;
    line-height: 1.5rem;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    padding: 0.75rem 1rem 0.75rem 1rem;
    color: #312e35!important;
    margin: 0;
    border-radius: 0;  
    width: 25rem;
    background: url('../images/site/down-arrow.svg')!important;
    background-repeat: no-repeat !important;
    background-position: right 0.625rem top 0.85rem !important;
    background-size: 1rem !important;
}

select:hover {
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    background: url('../images/site/down-arrow.svg') #f2f2f2!important;
    background-repeat: no-repeat !important;
    background-position: right 0.625rem top 0.85rem !important;
    background-size: 1rem !important;
    cursor: pointer;
}

select:focus {
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
}

/* CHECKBOXES */

.checkbox-tickfull-style input[type=checkbox]+label,
.checkbox-tickfull-style input[type=checkbox]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    cursor: pointer;
    background-image: url('../images/branding/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left 0.8rem top 1.3rem;
    padding-left: 2.25rem;
}

.checkbox-tickfull-style input[type=checkbox]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/site/tick.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left 0.8rem top 1.3rem;
    padding-left: 2.25rem;
}

.checkbox-tickfull-style input[type=checkbox]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/branding/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left 0.8rem top 1.3rem;
    padding-left: 2.25rem;
}










.checkbox-crossfull-style input[type=checkbox]+label,
.checkbox-crossfull-style input[type=checkbox]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.25rem;
    padding-left: 2.25rem;
}

.checkbox-crossfull-style input[type=checkbox]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.25rem;
    padding-left: 2.25rem;
}

.checkbox-crossfull-style input[type=checkbox]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.25rem;
    padding-left: 2.25rem;
}









.checkbox-cross-style input[type=checkbox]+label,
.checkbox-cross-style input[type=checkbox]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}

.checkbox-cross-style input[type=checkbox]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}

.checkbox-cross-style input[type=checkbox]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}

.checkbox-icons-style input[type=checkbox]+label,
.checkbox-icons-style input[type=checkbox]+label {
    background: #fff;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
}

.checkbox-icons-style input[type=checkbox]:checked+label {
    background: #ffcd34;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
}

.checkbox-icons-style input[type=checkbox]:hover+label {
    background: #f2f2f2;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    cursor: pointer;
}

.cross-img {
    width: 1rem;
    height: 1rem;
}

input[type='date'] {
    float: left;
    line-height: 1.5rem;
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #b7b7b7;
    padding: 0.75rem 1rem 0.75rem 1rem;
    margin: 0;
    border-radius: 0;  
    width: 25rem;
    background: url('../images/site/calendar.svg');
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    cursor: pointer;
}

input[type='date']:hover {
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    background: url('../images/site/calendar.svg') #f2f2f2;
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    cursor: pointer;
}

input[type='date']:focus {
    border: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #074a63;
    background: url('../images/site/calendar.svg') #f2f2f2;
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    cursor: pointer;
}


/*   CTAs   */

.primaryCTA,
.primaryCTA a:link,
.primaryCTA a:visited {
    color: #074a63;
    background: url('../images/branding/primarybkg.png') #ffcd34;
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 1rem;
}

.primaryCTA:hover {
    background: #074a63;
    color: #ffcd34;
}

.primaryCTA:active {
    background: #074a63;
    color: #ffcd34;
}

.arrow {
    float: right;
    width: 1rem;
    height: 1.5rem;    
    background: url('../images/branding/chevron-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    margin-left: 2.5rem;
}

.secondaryCTA,
.secondaryCTA a:link,
.secondaryCTA a:visited {
    background: #074a63;  
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    padding: 1rem 2rem;
}

.secondaryCTA:hover {
    border: 0;
    background: #074a63;
    color: #ffcd34;
}

.secondaryCTA:active {
    border: 0;
    background: #074a63;
    color: #ffcd34;
}

.addressCTA,
.addressCTA a:link,
.addressCTA a:visited {
    background: #074a63;  
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    margin: 1rem 0;
    padding: 1rem 2rem;
}

.addressCTA:hover {
    border: 0;
    background: #074a63;
    color: #ffcd34;
}

.addressCTA:active {
    border: 0;
    background: #074a63;
    color: #ffcd34;
}

.tertiaryCTA,
.tertiaryCTA a:link,
.tertiaryCTA a:visited {
    float: left;
    border-radius: 0.25rem;
    border: 0;
    background: #f2f2f2;
    color: #666;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 1.25rem 2rem;
}

.tertiaryCTA:hover {
    color: #666;
    background: #f8f8f8;
}

.tertiaryCTA:active {
    color: #666;
    background: #f8f8f8;
}

.registerCTA,
.registerCTA a:link,
.registerCTA a:visited {
    color: #074a63;
    background: url('../images/branding/primarybkg.png') #ffcd34;
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 1rem;
}

.registerCTA:hover {
    background: #074a63;
    color: #ffcd34;
}

.registerCTA:active {
    background: #074a63;
    color: #ffcd34;
}


/*   ANCHOR STYLING   */

a img {
    text-decoration: none;
    border: 0;
}

a:link {
    color: #312e35;
    text-decoration: underline;
}

a:visited {
    color: #312e35;
    text-decoration: underline;
}

a:hover {
    color: #312e35;
    text-decoration: none;
}



/*   MEDIA QUERIES   */

@media (max-width: 576px) {
    .radio-select-style input[type=radio]+label,
    .radio-select-style input[type=radio]+label {
        font-size: 1rem;
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .nav-item-step-name {
        width: 100%;
        color: #074a63;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        padding-bottom: 1rem;
    }

    .mobile-heading {
        display: inline-block;
        font-weight: normal;
    }
}

@media (max-width: 992px) {
    .petsbanner {
        background-image: none;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 1400px) {
}
