@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap&display=swap');

@font-face {
    font-family: 'MorrisonsAgendaLight';
    src: url('../fonts/morrisons/_MorrisonsAgenda-Light_WebTT.ttf') format('truetype'),
        url('../fonts/morrisons/_MorrisonsAgenda-Light_WebTT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MorrisonsAgendaMedium';
    src: url('../fonts/morrisons/_MorrisonsAgenda-Medium_WebTT.ttf') format('truetype'),
        url('../fonts/morrisons/_MorrisonsAgenda-Medium_WebTT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MorrisonsAgendaSemiBold';
    src: url('../fonts/morrisons/_MorrisonsAgenda-Semi_Bold_WebTT.ttf') format('truetype'),
        url('../fonts/morrisons/_MorrisonsAgenda-Semi_Bold_WebTT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MorrisonsAgendaBold';
    src: url('../fonts/morrisons/_MorrisonsAgenda-Bold_WebTT.ttf') format('truetype'),
        url('../fonts/morrisons/_MorrisonsAgenda-Bold_WebTT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*   BODY   */

html {
    width: 100%;
}

body {
    font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
    color: #312e35;
    font-size: 1.125rem;
    line-height: 1.5rem;
}


/*   HEADER   */

.logo {
    background: url('../images/morrisons/logo.svg');
    width: 23.75rem;
    background-repeat: no-repeat;
}

header {
	border-bottom: 5px solid #008031;
	margin-bottom: 2rem;
}

.petsbanner h1,
.petsbanner img {
    display: none;
}

.banner {
    height: 10rem;
    background: url('../images/morrisons/bannerbkg.png');
	display: none;
}

.petsbanner {
    font-family: 'MorrisonsAgendaBold';
    height: 10rem;
    background: none;
}

.green-banner {
    background: #008031;
    background: linear-gradient(90deg,rgba(0, 128, 49, 1) 0%, rgba(19, 165, 66, 1) 100%);
    color: #fff;
    border-radius: 1.5rem;
    margin-bottom: 3rem;
    padding: 3rem;
}

.green-banner h1 {
    color: #fff;
    margin: 0 0 1.5rem 0;
}

.morrionsdiscountbanner {
    display: block!important;
}

.morrionsdiscountbanner h1 {
    font-size: 3rem;
    line-height: 3.25rem;
    color: #fff!important;
    display: inline-block!important;
}

.morrionsdiscountbanner img {
    float: left;
    display: block;
    position: top;
}


.trustpilot {
    display: none!important;
}


/*   FOOTER   */

footer {
    border-top: .063rem solid #dee2e6 !important;
    color: #fff;
    background: #262626;
    padding: 2rem 0;
	margin-top: 2rem;
}



.footerlogo {
    width: 8.625rem;
    height: 4.063rem;
    background: url('../images/morrisons/footerlogo.svg');
    background-repeat: no-repeat;
    border: 0;
    margin-bottom: 2rem;
}

footer a:link {
    color: #fff;
}


/*   NAV   */


.step-num {
    background: #f4f4f2;
    color: #312e35;
}

.nav-item-25 {
    color: #312e35;
}

.nav-item-25.active-item .step-num {
    background: #008031!important;
    border: 0.0625rem solid #008031;
    color: #fff;
}

.nav-item-25.active-item {
    color: #008031;
    font-weight: bold;
}


.nav-item-25.complete .step-num {
    color: #fff;
    background: #008031!important;
    border: 0.0625rem solid #008031;
    opacity: .5;
}

.nav-item-25.complete {
    color: #008031;
    opacity: .5;
}

.nav-item-step-name {
    display: none;
}


/*   LISTS   */

ul.list-inline {  
    margin: 0 0 2rem 0;  
    padding: 0;  
}

ul.list-inline li a {
    color: #fff;
}

ul.checklist li {
    background: url('../images/morrisons/tick.svg') no-repeat 0 0.4rem;
    background-size: 1.875rem;
}

ul.pdflist li {
    background: url('../images/morrisons/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
}

ul.pdflist-inline li {
    background: url('../images/morrisons/pdf.svg') no-repeat 0 0.688rem;
    background-size: 1.875rem;
}

ul.bulletlist li {
    background: url('../images/morrisons/bullet.png') no-repeat 0 1.25rem;
    background-size: 0.5rem;
}


/*   ACCORDION   */


.accordion-button:not(.collapsed), .accordion-button  {
        font-size: 1.25rem !important;
    color: #008031;
}

.accordion-button.collapsed::after {
    background: url('../images/morrisons/chevron.svg');
}
  
.accordion-button:not(.collapsed)::after {
    background: url('../images/morrisons/chevron.svg');
}

.accordion-header {
    padding-top: 1rem;
}

.sub-headings-faqs {
    font-size: 1.375rem;
    font-weight: 700;
    color: #312e35;
    margin: 4rem 0 2rem 0;
    padding: 0;
}


/*   TYPE   */

h1 {
    color: #008031;
}

h2 {
    font-size: 2rem;
    color: #008031;
    margin-bottom: 1.5rem;

}

h3 {
    color: #008031;
}

.main-heading {
	font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.quote-summary-heading {
    color: #008031;
}

.main-colour {
    color: #008031;
}

.modalheading {
    color: #008031!important;
}


.sub-heading { 
    color: #008031;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0 0 1.25rem 0;
}




/*   CARDS   */

.card {
    height: 100%;
    border: 0;
    background: #f4f4f2;
    padding: 1rem;
    border-radius: 1.5rem;
}

.card-footer {
    background: #f4f4f2;
    border: 0;
    -webkit-border-bottom-left-radius: 1.5rem!important;
    -moz-border-radius-bottomleft: 1.5rem!important;
    border-bottom-left-radius: 1.5rem!important;
    -webkit-border-bottom-right-radius: 1.5rem!important;
    -moz-border-radius-bottomright: 1.5rem!important;
    border-bottom-right-radius: 1.5rem!important;
    padding-bottom: 0;
}

.product-display-headings {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 2rem 0;
}

.bottommargin {
    margin-bottom: 2rem;
}


/*   QUOTE ELEMENTS   */

.multipet {
    width: 2.813rem;
    height: 2.813rem;
    background: url('../images/morrisons/multipet-icon.png');
    background-repeat: no-repeat;
}

/*   LABELS/TEXT/FIELDS   */


.another-pet-section {
    border-top: .0625 solid #f4f4f2;
}

textarea,
input[type='input'],
input[type='email'],
input[type='password'],
input[type='text'],
input[type='number'] {    
    float: left;
    line-height: 1.5rem;
    background-color: #f4f4f2;
    border: .125rem solid #f4f4f2;
    padding: 0.75rem 0 0.75rem 1rem!important;
    margin: 0;
    border-radius: .625rem;
}

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: .125rem solid #008031!important;
    outline: 0;
}

textarea:focus,
input[type='input']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='text']:focus,
input[type='number']:focus {
    border: .125rem solid #008031!important;
    outline: 0;
    
}

.error-icon {
    display: inline-block;
    background-image: url('../images/morrisons/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-bullet-style input[type=radio]+label,
.radio-bullet-style input[type=radio]+label {
    width: auto;
    text-align: center;
    background: #f4f4f2;
    border-radius: .625rem;
    border: .125rem solid #f4f4f2;
    padding: 1rem 1rem 1rem 3.5rem;
}

.radio-bullet-style input[type=radio]:hover+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-bullet-style input[type=radio]:checked+label {
    background: #d9ece0;
    border: .125rem solid #008031;
}

.radio-bullet-style input[type=radio]:focus+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-bullet-style input[type=radio]+label:hover::before {
    border: 0.125rem solid #008031;    
    background: #d9ece0;
    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.5rem solid #008031;
    background: #d9ece0;
    box-shadow: none;
}

.radio-bullet-style input[type=radio]+label::before {
    background: #f4f4f2;
    border: .125rem solid #312e35;
}

.radio-icons-style input[type=radio]+label,
.radio-icons-style input[type=radio]+label {
    width: auto;
    text-align: center;
    background: #f4f4f2;
    border: .125rem solid #f4f4f2;    
    border-radius: .625rem;
}

.radio-icons-style input[type=radio]:hover+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-icons-style input[type=radio]:checked+label {
    background: #d9ece0;
    border: .125rem solid #008031;
}

.radio-icons-style input[type=radio]:focus+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-style-tile input[type=radio]+label,
.radio-style-tile input[type=radio]+label {
    background: #f4f4f2;
    border: .125rem solid #f4f4f2;    
    border-radius: .625rem;
}

.radio-style-tile input[type=radio]:hover+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-style-tile input[type=radio]:checked+label {
    border: .125rem solid #008031;
    background: #d9ece0;
    outline: 0;
}

.radio-style-tile input[type=radio]:focus+label {
    border: .125rem solid #008031;
    background: #d9ece0;
    
}

.radio-yesno-style input[type=radio]+label, 
.radio-yesno-style input[type=radio]+label {
    width: 8.5rem;
    text-align: center;
    background: #f4f4f2;
    border: .125rem solid #f4f4f2;    
    border-radius: .625rem;
    padding: 1rem;
}

.radio-yesno-style input[type=radio]:hover+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.radio-yesno-style input[type=radio]:checked+label {
    background: #d9ece0;
    border: .125rem solid #008031;
}

.radio-yesno-style input[type=radio]:focus+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    
}

.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: #f4f4f2;
    box-shadow: none;
}

.radio-yesno-style input[type=radio]+label:hover::before {
    border: 0.125rem solid #008031;
    background: #d9ece0;
    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.5rem solid #008031;
    background: #d9ece0;
    box-shadow: none;
}

.radio-select-style input[type=radio]+label,
.radio-select-style input[type=radio]+label {
    background: #008031;  
    border: .125rem solid #008031;    
    border-radius: 10rem;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
    padding: .875rem 1.5rem!important;
}

.radio-select-style input[type=radio]:checked+label {
    background: #008031;
    border: .125rem solid #008031;
    
}

.radio-select-style input[type=radio]:hover+label {
    background: #008031;
    border: .125rem solid #008031;
    
}

.td1 table td:nth-child(1) {
    background: #d9ece0;
}

.td2 table td:nth-child(2) {
    background: #d9ece0;
}
  
.td3 table td:nth-child(3) {
    background: #d9ece0;
}

.yes-correct {
    width: 16rem!important;
}

.cou-table {
    float: left;
    width: 50%;
    padding: 0!important;
    padding-top: 1rem!important;
}


/* 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: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 {      
    float: left;
    line-height: 1.5rem;
    border: .125rem solid #f4f4f2;
    padding: 0.75rem 1rem 0.75rem 2rem!important;
    margin: 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;
    border-radius: .625rem;
}

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;
}

/*
input[type='number'].selectize-input-morecard:hover {
    background-image: url('../images/morrisons/morecard-number.png');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(0%);
}
*/
input[type='number'].selectize-input-morecard {      
    float: left;
    line-height: 1.5rem;
    border: .125rem solid #008031;
    padding: 0.75rem 1rem!important;
    margin: 0 0 1rem 1rem; 
    width: 20rem;
    border-radius: .625rem;
}

.MoreCardImg {
    float: left;
}
/*
input[type='number'].selectize-input-morecard:focus {
    background-image: url('../images/morrisons/morecard-number.png');
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: calc(0%);
}

input[type='number'].selectize-input-morecard:active {
    background-image: url('../images/morrisons/morecard-number.png');
    background-repeat: no-repeat;
    background-position: left;
}
*/

select {      
    float: left;
    line-height: 1.5rem;
    border-radius: .625rem;
    border: .125rem solid #f4f4f2;
    padding: 0.75rem 1rem 0.75rem 1rem;
    color: #312e35!important;
    margin: 0; 
    width: 13.5rem;
    background: #f4f4f2 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: .125rem solid #008031;
    background: #f4f4f2 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;
    
    cursor: pointer;
}

select:focus {
    border: .125rem solid #008031;
    outline: none!important;    
    cursor: pointer;
}

/* CHECKBOXES */

.checkbox-tickfull-style input[type=checkbox]+label,
.checkbox-tickfull-style input[type=checkbox]+label {
    font-weight: normal;
    background: #f4f4f2;
    border: .125rem solid #f4f4f2;
    border-radius: .625rem;
    cursor: pointer;
    background-image: url('../images/morrisons/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left 0.8rem top 1rem;
    padding-left: 3rem;
}

.checkbox-tickfull-style input[type=checkbox]:hover+label {
    border: .0625 solid #fff;
    background: #d9ece0;
    border: .125rem solid #008031;
    cursor: pointer;
    background-image: url('../images/morrisons/checkboxtick.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left 0.8rem top 1rem;
    padding-left: 3rem;
}

.checkbox-tickfull-style input[type=checkbox]:checked+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    cursor: pointer;
    background-image: url('../images/morrisons/checkboxtick.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left 0.8rem top 1rem;
    padding-left: 3rem;
}

.checkbox-tickfull-style input[type=checkbox]:focus+label {
    background: #d9ece0;
    border: .125rem solid #008031;
    cursor: pointer;
    background-image: url('../images/morrisons/checkboxtick.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left 0.8rem top 1rem;
    padding-left: 3rem;
}

.checkbox-crossfull-style input[type=checkbox]+label,
.checkbox-crossfull-style input[type=checkbox]+label {
    background: #f4f4f2;
    border: .125rem solid #312e35;
    border-radius: .625rem;
    cursor: pointer;
    background-image: url('../images/site/cross.svg');
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left 0.8rem top 1.25rem;
    padding-left: 2.25rem;
}

.checkbox-crossfull-style input[type=checkbox]:hover+label {
    background: #312e35;
    border: .125rem solid #312e35;
    color: #fff;
    cursor: pointer;
    background-image: url('../images/morrisons/check-white.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]+label,
.checkbox-cross-style input[type=checkbox]+label {
    background: #fff;
    border: .0625 solid #fff;
    border-bottom: .0625 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: .0625 solid #fff;
    border-bottom: .0625 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: #f4f4f2;
    border: .0625 solid #fff;
    border-bottom: .0625 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: .0625 solid #fff;
    border-bottom: .0625 solid #b7b7b7;
}

.checkbox-icons-style input[type=checkbox]:checked+label {
    background: #ffcd34;
    border: .0625 solid #fff;
    border-bottom: .0625 solid #074a63;
}

.checkbox-icons-style input[type=checkbox]:hover+label {
    background: #f4f4f2;
    border: .0625 solid #fff;
    border-bottom: .0625 solid #074a63;
    cursor: pointer;
}

.cross-img {
    width: 1rem;
    height: 1rem;
}

input[type='date'] {
    float: left;
    line-height: 1.5rem;
    border: .125rem solid #f4f4f2;
    border-radius: .625rem;
    padding: 0.75rem 1rem 0.75rem 1rem;
    margin: 0;
    width: 13.5rem;
    background: #f4f4f2 url('../images/morrisons/calendar.svg');
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    cursor: pointer;
}

input[type='date']:hover {
    background: #f4f4f2 url('../images/morrisons/calendar.svg');
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    border: .125rem solid #008031;    
}

input[type='date']:focus {
    outline: none!important;    
    background: #f4f4f2 url('../images/morrisons/calendar.svg');
    background-repeat: no-repeat;
    background-position: right 0.625rem top 0.85rem;
    background-size: 1rem;
    border: .125rem solid #008031; 
    cursor: pointer;
}

.definitions {
    margin-bottom: 1rem;
}

.petquote-trustpilot {
    display: none;
}


.morecard {
    display: block!important;
}


/*   CTAs   */

.primaryCTA,
.primaryCTA a:link,
.primaryCTA a:visited {
    float: left;
    width: auto;
    font-size: 1.125rem;
    background: #ffce00;
    border: .125rem solid #ffce00;    
    border-radius: 10rem;
    color: #312e35;
    padding: .875rem 2.5rem;
}

.primaryCTA:hover,
.primaryCTA:active {
    background: #ffce00;
    border: .125rem solid #ffce00;
    
}

.arrow {
    display: none;
}

.secondaryCTA,
.secondaryCTA a:link,
.secondaryCTA a:visited,
.secondaryCTA:hover {
    background: #008031;  
    border: .125rem solid #008031; 
    border-radius: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding: .875rem 2.5rem;
    border-radius: 10rem;
}

.secondaryCTA:hover,
.secondaryCTA:active {
    background: #008031;  
    border: .125rem solid #008031; 
    
}

.addressCTA,
.addressCTA a:link,
.addressCTA a:visited {
    background: #008031;  
    border: .125rem solid #008031; 
    border-radius: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding: .875rem 2.5rem;
    border-radius: 10rem;
}

.addressCTA:hover,
.addressCTA:active {
    background: #008031;  
    border: .125rem solid #008031; 
    
}

.tertiaryCTA,
.tertiaryCTA a:link,
.tertiaryCTA a:visited {
    float: left;
    border: .125rem solid #f4f4f2;
    font-size: 1.125rem;
    font-weight: normal;
    border-radius: 10rem;
    background: #f4f4f2;
    color: #312e35;
    line-height: 1.5rem;
    padding: .875rem 2.5rem;
}

.tertiaryCTA:hover,
.tertiaryCTA:active {
    color: #312e35;
    background: #f4f4f2;
    
}

.registerCTA,
.registerCTA a:link,
.registerCTA a:visited {
    background: #008031;  
    border: .125rem solid #008031; 
    border-radius: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding: .875rem 2.5rem;
    border-radius: 10rem;
}

.registerCTA:hover {
    background: #008031;
    border: .125rem solid #008031; 
}

.registerCTA:active {
    background: #008031;
    border: .125rem solid #008031; 
}

.mypolicyCTA,
.mypolicyCTA a:link,
.mypolicyCTA a:visited,
.mypolicyCTA:hover {
    width: 100%;
    background: #008031;  
    border: .125rem solid #008031; 
    border-radius: .625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding: .875rem 2.5rem;
    border-radius: 10rem;
}

.mypolicyCTA:hover,
.mypolicyCTA:active {
    background: #008031;  
    border: .125rem solid #008031; 
    
}



/*   ANCHOR STYLING   */

a img {
    text-decoration: none;
    border: 0;
}

a:link {
    color: #008031;
    text-decoration: underline;
}

a:visited {
    color: #008031;
    text-decoration: underline;
}

a:hover {
    color: #008031;
    text-decoration: none;
}


.bottom {
    margin-bottom: 2rem;
}


/*   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;
    }

    .primaryCTA,
    .secondaryCTA,
    .addressCTA,
    .registerCTA {
        width: 100%!important;
    }

    
    .radio-bullet-style{
        width: 100%;
        margin-bottom: 1rem;
        text-align: left;
    }

    .radio-bullet-style input[type=radio]+label {
        width: 100%;
        text-align: left;
    }

    .radio-select-style input[type=radio]+label,
    .radio-select-style input[type=radio]+label {
        font-size: 1rem;
        padding: 0.5rem;
        text-align: left;
    }

    .radio-bullet-style input[type=radio]+label, 
    .radio-bullet-style input[type=radio]+label {
        margin-right: 0;
        text-align: left;
    }

    select,
    .selectize-input,
    .selectize-input-price {
        width: 100%;
        text-align: left;
    }

    .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;
        text-align: left;
    }
    
    input[type='number'].selectize-input-morecard {
        float: right;
        width: 80%!important;
        margin-left: 0!important;
    }


}

@media (max-width: 768px) {
    .nav-item-step-name {
        width: 100%;
        color: #008031;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        padding-bottom: 1rem;
    }
    

    .cou-table {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .petsbanner {
        background-image: none;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 1400px) {
}


.errormessage,
.error-icon,
.positivemessage,
.altmessage {
    display: none;
}




@media (max-width: 410px) {

    input[type='number'].selectize-input-morecard {
        float: right;
        width: 75%!important;
        margin-left: 0!important;
    }

}