/*   BASE CSS FILE FOR THE PET BUILD   */


/*   BODY   */

html {
    width: 100%;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
}


/*   CONTAINERS   */

.container {
    max-width: 75rem;
}

.mainquote {
    padding: 3rem 0;
}


/*   HEADER   */

header {
    padding: 1rem 0;
    border-bottom: 0.125rem solid #f2f2f2;
}

.logo {
    width: 14rem;
    height: 4.3125rem;
    background: url('../images/site/logo.svg');
}

.trustpilot {
    float: right;
}

.banner {
    height: 10rem;
    background: url('../images/site/bannerbkg.png');
}

.defaqto {
    float: left;
    margin: 0 3rem 0 0;
}


/*   FOOTER   */

footer {
    font-size: 0.875rem;
    background: #f2f2f2;
    padding: 3rem 0;
}

.footerlogo {
    width: 14rem;
    height: 4.3125rem;
    background: url('../images/site/logo.svg');
    border: 0;
}


/*   NAV   */

.nav-bkg {
    font-size: 1.25rem;
    border-bottom: 0.125rem solid #f2f2f2;
    margin-top: -1.375rem;
}

.nav {
    width: 100%;
}

.nav-item-25 {
    width: 25%;
    text-align: center;
    padding: 0.875rem 0 0 0;
    z-index: 1;
}

.step-num {
    width: 2rem;
    height: 2rem;
    background: #fafafa;
    color: #000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding-top: 3px;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-right: .5rem;
}

.nav-item-25.active-item .step-num {
    font-weight: bold;
    background: #999!important;
    border: 0.0625rem solid #999;
    color: #fff;
}

.nav-item-25.active-item {
    font-weight: bold;
}

.nav-item-25.complete .step-num {
    font-weight: bold;
    background: #999!important;
    border: 0.0625rem solid #999;
    color: #fff;
    opacity: 0.3;
}

.nav-item-25.complete {
    font-weight: bold;
    opacity: 0.3;
}

.nav-item-step-name {
    display: none;
}

.nav-item-100 {
    width: 100%;
    font-weight: 700;
    color: #999;
    background: #fff;
    padding: 0.875rem;
}


/*   LISTS   */

ul.list-inline {
    margin: 3rem 0;
}

ul.list-inline li {
    display: inline;
    font-size: 1rem !important;
    padding-right: 2rem;
}

ul.list-inline li a {
    font-size: 0.875rem;
    color: #000;
}

ul.checklist {
    padding-left: 0;
}

ul.checklist li {
    padding-left: 2rem;
}

ul.checklist li {
    width: 100%;
    display: block;
    list-style: none;
    background: url('../images/site/tick.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
    margin: 0;
    padding: 0.7rem 0 0.5rem 3.125rem;
}

ul.pdflist {
    padding-left: 0;
}

ul.pdflist li {
    padding-left: 2rem;
}

ul.pdflist li {
    width: 100%;
    display: block;
    list-style: none;
    background: url('../images/site/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
    margin: 0;
    padding: 0.7rem 0 0.5rem 3.125rem;
}

ul.pdflist-inline {
    padding: 0;
}

ul.pdflist-inline li {
    padding: 0;
}

ul.pdflist-inline li {
    float: left;
    width: 50%;
    display: inline;
    list-style: none;
    background: url('../images/site/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
    margin: 0;
    padding: 0.7rem 0 2rem 3.125rem;
}

ul.bulletlist {
    margin: 0 0 2rem 0;
    padding-left: 0;
}

ul.bulletlist li {
    padding-left: 2rem;
}

ul.bulletlist li {
    width: 100%;
    display: block;
    list-style: none;
    background: url('../images/site/bullet.png') no-repeat 0 1.25rem;
    background-size: 0.5rem;
    margin: 0;
    padding: 0.7rem 0 0.5rem 3.125rem;
}


/*   ACCORDION   */

.accordion-button {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 0 1.25rem 0;
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
}

.accordion-body {
    padding: 0;
}

.accordion-button.collapsed::after {
    background: url('../images/site/chevron.svg');
    background-repeat: no-repeat;
    background-position: center;
}
  
.accordion-button:not(.collapsed)::after {
    background: url('../images/site/chevron.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}


/*   TYPE   */

h1 {
    font-size: 2.375rem;
    line-height: 2.75rem;
    margin: 1.25rem 0 0 0;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 0 1.25rem 0;
}

.modalheading {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.nopadding {
    margin: 0!important;
    padding: 0!important;
}

.hrstyle {
    border-top: 0.125rem solid #999;
    margin: 1.5rem 0;
}

.quotehr {
    border-top: 0.125rem solid #999;
    margin: 0 0 3rem 0;
}

.totalhr {
    border-top: 0.125rem solid #999;
    margin: 3rem 0;
}

.multipet-heading {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 3rem 0 1rem 0;
}

.removepet {
    float: right;
}

.smallertext {
    font-size: 0.875rem;
    margin-top: 1rem;
}

.pricebox {    
    border-radius: 0.25rem;
    background: #f2f2f2;
    margin: 0 0 3rem 0;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.pricebox-heading {
    font-size: 1.5rem;
    font-weight: bold;
}

.quote-summary-heading {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 2rem 0 1rem 0;
}

.bottomone {
    margin-bottom: 1rem!important;
}



/*   QUOTE ELEMENTS   */

.multipet {
    width: 2.813rem;
    height: 2.813rem;
    display: inline-block;
    background: url('../images/site/multipet-icon.png');
    background-repeat: no-repeat;
    margin-right: 1rem;
    vertical-align: middle;
}

/*   OVERLAY BOX   */

.overlaybox {
    display: flex;
    align-items: flex-end;
    background: url('../images/site/overlayimagebkg.png') #f2f2f2;
    background-repeat: repeat-x;
    background-position: top;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    margin: 0 0 3rem 0;
    padding: 0;
}

.overlaybox .overlaybox-side {
    float: left;
}

.overlaybox-body {
    float: left;
    margin: 0 0 1rem 0;
    padding-right: 1rem;
}

.overimage {
    float: left;
    margin: 0.5rem 3rem 0 0;
}

.overimagemobile {
    display: none;
}

.bottombumper {
    margin-bottom: 3rem;
}
/*   LABELS/TEXT/FIELDS   */

.questionitem {    
    margin-bottom: 3rem;
}

.another-pet-section {
    border-top: 0.125rem solid #999;
    padding-top: 3rem;
}

label {
    width: 100%;
    font-weight: bold;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

label .hint {
    font-weight: normal;
    color: #666;
}

label a {
    font-weight: normal;
}

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.063rem solid #666;
    padding: 0.75rem 1rem;
    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 {
    border: 0.063rem solid #000 !important;
    cursor: pointer;
}

textarea:focus,
input[type='input']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='text']:focus,
input[type='number']:focus {
    border: 0.063rem solid #000;
    outline: 0;
}

.errormessage {
    color: #ff0000;
    margin: 1rem 0 0 0;
}

.error-icon {
    display: inline-block;
    background-image: url('../images/site/error-icon.svg');
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    margin: 0 1rem -0.063rem 0;
}

.positivemessage,
.altmessage {
    color: #333;
    margin: 1rem 0 0 0;
}

/* RADIO's */

.radio-style-tile {
    width: auto;
    position: relative;
}

.radio-style-tile label {
    text-align: center;
    display: inline-block;
}

.radio-style-tile input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radio-style-tile input[type=radio]+label,
.radio-style-tile input[type=radio]+label {
    float: left;
    max-width: 10rem;
    max-height: 10rem;
    text-align: center;
    border: 0.063rem solid #000;
    margin: 0 1rem 0 0;
    padding: 3rem;
}

.radio-style-tile input[type=radio]:checked+label {
    background: #999;
}

.radio-style-tile input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.peticon {
    width: 2.25rem;
    margin-bottom: 1rem;
}

.radio-bullet-style {
    position: relative;
    float: left;
}

.radio-bullet-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radio-bullet-style label {
    margin: 0;
}

.radio-bullet-style input[type=radio]+label,
.radio-bullet-style input[type=radio]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin-right: 1rem;
    padding: 1rem 1rem 1rem 3.5rem;
}

.radio-bullet-style input[type=radio]:checked+label {
    background: #999;
}

.radio-bullet-style input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.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.063rem solid #666;
    background: #fff;
    box-shadow: none;
}

.radio-bullet-style input[type=radio]+label:hover::before {
    border: 0.063rem solid #000;
    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: 6px solid #000;
    background: #fff;
    box-shadow: none;
}

.radio-icons-style {
    position: relative;
    float: left;
}

.radio-icons-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radio-icons-style label {
    margin: 0;
}

.radio-icons-style input[type=radio]+label,
.radio-icons-style input[type=radio]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin-right: 1rem;
    padding: 1rem;
}

.radio-icons-style input[type=radio]:checked+label {
    background: #999;
}

.radio-icons-style input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.radio-icons-style img {
    width: 1rem;
    margin-right: 1rem;
}

.radio-yesno-style {
    position: relative;
    float: left;
}

.radio-yesno-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radio-yesno-style label {
    margin: 0;
}

.radio-yesno-style input[type=radio]+label,
.radio-yesno-style input[type=radio]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin-right: 1rem;
    padding: 1rem 1rem 1rem 3.5rem;
}

.radio-yesno-style input[type=radio]:checked+label {
    background: #999;
}

.radio-yesno-style input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.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.063rem solid #666;
    background: #fff;
    box-shadow: none;
}

.radio-yesno-style input[type=radio]+label:hover::before {
    border: 0.063rem solid #000;
    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: 6px solid #000;
    background: #fff;
    box-shadow: none;
}

.radio-yesno-auto {
    position: relative;
    float: left;
}

.radio-yesno-auto input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    display: inline-block;
}

.radio-yesno-auto label {
    width: auto;
    margin: 0;
}

.radio-yesno-auto input[type=radio]+label,
.radio-yesno-auto input[type=radio]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin-right: 1rem;
    padding: 1rem 1rem 1rem 3.5rem;
}

.radio-yesno-auto input[type=radio]:checked+label {
    background: #999;
}

.radio-yesno-auto input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.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.063rem solid #666;
    background: #fff;
    box-shadow: none;
}

.radio-yesno-auto input[type=radio]+label:hover::before {
    border: 0.063rem solid #000;
    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: 6px solid #000;
    background: #fff;
    box-shadow: none;
}

.radio-select-style {
    position: relative;
}

.radio-select-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.radio-select-style label {
    margin: 0;
}

.radio-select-style input[type=radio]+label,
.radio-select-style input[type=radio]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 1rem;
}

.radio-select-style input[type=radio]:checked+label {
    background: #999;
}

.radio-select-style input[type=radio]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}


/* SELECTS */

.selectize-input {      
    float: left;
    line-height: 1.5rem;
    border: 0.063rem solid #666;
    padding: 0.75rem 1rem;
    margin: 0;
    border-radius: 0;  
    width: 25rem;
    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;
}

.selectize-input:hover {
    border: 0.063rem solid #000;
}

.selectize-input:focus {
    border: 0.063rem solid #000;
}

.selectize-input:active {
    border: 0.063rem solid #000;
}

input[type='number'].selectize-input-price {      
    float: left;
    line-height: 1.5rem;
    border: 0.063rem solid #666;
    padding: 0.75rem 1rem 0.75rem 2rem;
    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 {
    border: 0.063rem solid #000;
}

input[type='number'].selectize-input-price:focus {
    border: 0.063rem solid #000;
}

input[type='number'].selectize-input-price:active {
    border: 0.063rem solid #000;
}

select {
    width: 17.5rem;
    height: 3rem;
    border: 0.063rem solid #666;
    padding: 0.75rem 1rem;
    color: #000!important;
    cursor: pointer !important;
    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.063rem solid #000;
}

select:focus {
    border: 0.063rem solid #000;
    outline: 0;
}

select {
    -webkit-appearance: none;
}

.emailfield {
    width: 21.875rem;
}

/* REMOVE ARROW */

input::-webkit-calendar-picker-indicator {
    display: none!important;
}

.dobfield {
    max-width: 4rem;
    margin-right: 1rem!important;
}

.dobfieldyear {
    max-width: 6rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='date'] {
    float: left;
    line-height: 1.5rem;
    border: 0.063rem solid #666;
    padding: 0.75rem 1rem;
    margin: 0;
    border-radius: 0;  
    width: 15rem;
    height: 3.225rem;
    background-image: 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.063rem solid #000;
}

input[type='date']:focus {
    border: 0.063rem solid #000;
    outline: 0;
}

/* CHECKBOXES */

.checkbox-tickfull-style {
    width: 100%;
    position: relative;
    margin: 1rem 0 0 0;
}

.checkbox-tickfull-style label {
    cursor: pointer!important;
    text-align: center;
    display: inline-block;
}

.checkbox-tickfull-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.checkbox-tickfull-style input[type=checkbox]+label,
.checkbox-tickfull-style input[type=checkbox]+label {
    width: 100%;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #000;
    margin: 0;
    padding: 1rem;
    background-image: url('../images/site/check.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}

.checkbox-tickfull-style input[type=checkbox]:hover+label {
    background: #999;
    color: #000;
    background-image: url('../images/site/check.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}

.checkbox-tickfull-style input[type=checkbox]:checked+label {
    background: #999;
    color: #000;
    background-image: url('../images/site/check.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left 0.8rem top 1.4rem;
    padding-left: 2.25rem;
}
















.checkbox-crossfull-style {
    width: 100%;
    position: relative;
    margin: 1rem 0 0 0;
}

.checkbox-crossfull-style label {
    cursor: pointer!important;
    text-align: center;
    display: inline-block;
}

.checkbox-crossfull-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.checkbox-crossfull-style input[type=checkbox]+label,
.checkbox-crossfull-style input[type=checkbox]+label {
    width: 100%;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #000;
    margin: 0;
    padding: 1rem;
    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-crossfull-style input[type=checkbox]:hover+label {
    background: #999;
    color: #000;
    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-crossfull-style input[type=checkbox]:checked+label {
    background: #999;
    color: #000;
    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-crossfull-style input[type=checkbox]+label span {
    font-weight: normal;
}


















.checkbox-cross-style {
    position: relative;
    margin: 0;
}

.checkbox-cross-style label {
    cursor: pointer!important;
    text-align: center;
    display: inline-block;
}

.checkbox-cross-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.checkbox-cross-style input[type=checkbox]+label,
.checkbox-cross-style input[type=checkbox]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #000;
    margin: 0;
    padding: 1rem;
    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: #999;
    color: #000;
    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: #999;
    color: #000;
    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 {
    position: relative;
    float: left;
}

.checkbox-icons-style input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.checkbox-icons-style label {
    margin: 0;
}

.checkbox-icons-style input[type=checkbox]+label,
.checkbox-icons-style input[type=checkbox]+label {
    width: auto;
    text-align: left;
    background: #fafafa;
    border: 0.063rem solid #666;
    line-height: 1.5rem;
    margin: 0 1rem 1rem 0;
    padding: 1rem;
}

.checkbox-icons-style input[type=checkbox]:checked+label {
    background: #999;
}

.checkbox-icons-style input[type=checkbox]:hover+label {
    background: #999;
    border: 0.063rem solid #666;
    cursor: pointer;
}

.checkbox-icons-style img {
    width: 1rem;
    margin-right: 0.5rem;
}

.promocode {
    border: 0;
    padding: 0;
}

.registerblock {
    background: #f2f2f2;
    margin-bottom: 3rem;
    padding: 1.5rem;
}

.petquote {
    text-align: center;
}

.travel-xsell {
    background-image: url('../images/site/travelbkg.jpg');
    background-size: cover;
    border-radius: 0.25rem;
    margin-bottom: 3rem;
    padding: 2rem 2rem 2rem 30rem;
}

.xsell-body {
    border-radius: 0.25rem;
    background: #fff;
    padding: 2rem 2rem 2rem 2rem;
}

.definitions {
    background: #f2f2f2;
    padding: 1rem 1rem 0.5rem 1rem;
}



/*   BENEFITS TABLE BASICS   */

table {
    text-align: center;
}
  
td {
    width: auto;
    padding: 0.75rem!important;
}
  
.td1 table td:nth-child(1) {
    background: #fff5d6;
}

.td2 table td:nth-child(2) {
    background: #fff5d6;
}
  
.td3 table td:nth-child(3) {
    background: #fff5d6;
}

.heading {
    font-weight: bold;
    background-color: #f2f2f2!important;
}



/*   CTAs   */

.primaryCTA,
.primaryCTA a:link,
.primaryCTA a:visited {
    float: right;
    border: 0;
    border-radius: 0.25rem;
    background: #333;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1.25rem 2rem;
}

.primaryCTA:hover {
    border: 0;
    background: #666;
}

.primaryCTA:active {
    border: 0;
    background: #666;
}

.secondaryCTA,
.secondaryCTA a:link,
.secondaryCTA a:visited {
    background: #333;  
    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: #666;
    color: #fff;
}

.secondaryCTA:active {
    border: 0;
    background: #666;
    color: #fff;
}

.addressCTA,
.addressCTA a:link,
.addressCTA a:visited {
    background: #333;  
    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: #666;
    color: #fff;
}

.addressCTA:active {
    border: 0;
    background: #666;
    color: #fff;
}

.tertiaryCTA,
.tertiaryCTA a:link,
.tertiaryCTA a:visited {
    float: left;
    border-radius: 0.25rem;
    background: #fafafa;
    border: 0.063rem solid #000;
    color: #000;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 1.25rem 2rem;
}

.tertiaryCTA:hover {
    color: #000;
    background: #999;
}

.tertiaryCTA:active {
    color: #000;
    background: #999;
}

.registerCTA,
.registerCTA a:link,
.registerCTA a:visited {
    float: right;
    border: 0;
    border-radius: 0.25rem;
    background: #333;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1.25rem 2rem;
}

.registerCTA:hover {
    border: 0;
    background: #666;
}

.registerCTA:active {
    border: 0;
    background: #666;
}





/*   ANCHOR STYLING   */

a img {
    text-decoration: none;
    border: 0;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}



/*   MEDIA QUERIES   */

@media (max-width: 576px) {
    .multipet {
        float: left;
    }

    .radio-bullet-style{
        width: 100%;
        margin-bottom: 1rem;
    }

    .radio-bullet-style input[type=radio]+label {
        width: 100%;
    }

    .radio-select-style input[type=radio]+label,
    .radio-select-style input[type=radio]+label {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .radio-bullet-style input[type=radio]+label, 
    .radio-bullet-style input[type=radio]+label {
        margin-right: 0;
    }

    select,
    .selectize-input,
    .selectize-input-price {
        max-width: 100%;
    }

    .radio-style input[type=radio]+label,
    .radio-style input[type=radio]+label,
    .checkbox-style input[type=checkbox]+label,
    .checkbox-style input[type=checkbox]+label,    
    .checkbox-tick-style input[type=checkbox]+label,
    .checkbox-tick-style input[type=checkbox]+label,
    .radio-noitem-style input[type=radio]+label,
    .radio-noitem-style input[type=radio]+label,
    .checkbox-style-small input[type=checkbox]+label,
    .checkbox-style-small input[type=checkbox]+label,textarea,
    input[type='input'],
    input[type='email'],
    input[type='password'],
    input[type='text'],
    input[type='date'],
    input[type='number'] { 
        width: 100%!important;
    }

    .primaryCTA,
    .secondaryCTA,
    .addressCTA,
    .registerCTA {
        width: 100%;
    }
}

@media (max-width: 768px) {    
    .nav-bkg {
        font-size: 1rem;
        margin-top: 0;
    }
    .nav-item-hide {
        display: none;
    }
        
    .nav-item-step-name {
        width: 100%;
        font-size: 1rem;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        padding-bottom: .5rem;
    }

    .banner {
        display: none;
    }

    .primaryCTA {
        margin-bottom: 3rem;
    }

    .overlaybox {
        display: block;
        text-align: center;
        background: #f2f2f2;
        border-radius: 0.25rem;
        padding: 1rem;
    }
    
    .overlaybox .overlaybox-side {
        float: none;
    }
    
    .overlaybox-body {
        float: none;
        margin: 0;
    }
    
    .overimagemobile {
        margin: 0 auto!important;
        padding: 0!important;
        display: block;
    }

    .multipet-heading {
        padding-top: 0;
    }
    
    h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }

    ul.list-inline li {
        display: block;
    }

    .pdflist-inline li {
        width: 100%!important;
    }
    
    .radio-yesno-auto,
    .radio-yesno-auto input[type=radio]+label,
    .radio-yesno-auto input[type=radio]+label {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .overimage {
        display: none;
    }

    .overimagemobile {
        padding: 0 2rem 2rem 1rem!important;
        display: block;
    }

    .petquote-img {
        display: none;
    }

    .travel-xsell {
        padding: 1.5rem;
    }

    .xsell-body {
        padding: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .yes-auto {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1400px) {
}


/*   CUSTOM SIZES   */


@media (max-width: 397px) {
    .assumption-no {
        margin-top: 1rem!important;
    }
}

@media (max-width: 375px) {
    .catordog.radio-style-tile input[type=radio]+label {
        margin-top: 1rem!important;
    }
}