/* Minification failed. Returning unminified contents.
(3355,40): run-time error CSS1034: Expected closing parenthesis, found ','
(3355,40): run-time error CSS1042: Expected function, found ','
(3355,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(4528,42): run-time error CSS1046: Expect comma, found '26'
(4528,48): run-time error CSS1046: Expect comma, found '/'
(4528,75): run-time error CSS1046: Expect comma, found '26'
(4528,81): run-time error CSS1046: Expect comma, found '/'
 */
/** ***************************************************
  ! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css

  1. Change the default font family in all browsers (opinionated).
  2. Correct the line height in all browsers.
  3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
*************************************************** **/
@charset "UTF-8";

button,
hr,
input {
    overflow: visible;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress,
sub,
sup {
    vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: ButtonText dotted 1px;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

/* BASE - START */

html {
    min-width: 315px;
    overflow: scroll;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

ol li {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.loader-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/* BASE END */

/* BUTTONS */

.button {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(26, 26, 26, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0.35rem 1rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    line-height: 1.75;
    text-transform: uppercase;
}

    .button.lg {
        padding: .5rem 1.25rem;
        font-size: 1.2rem;
    }

.button__quote,
.button__warning {
    background-color: #fa4616;
}

    .button__quote:hover,
    .button__warning:hover {
        background-color: #fb7450;
    }

.button__blog, .activate__certificate {
    background-color: #48a23f;
}

    .button__blog .button__blog:hover, .button__blog .activate__certificate:hover, .activate__certificate .button__blog:hover, .activate__certificate .activate__certificate:hover {
        background-color: #76b96f;
    }

    .button__quote:hover, .button__blog:hover, .activate__certificate:hover, button__submit:hover {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    }

.button__submit {
    background-color: #002D72;
}

.button__submit--full {
    width: 100%;
    height: 2.5rem;
}

.button__submit:hover,
.button__submit:active {
    background-color: #406295;
}

.conf-button {
    text-decoration: none;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(26, 26, 26, 0.1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 0.25rem 1rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.conf-button__blog {
    background-color: #48a23f;
}

    .conf-button__blog:hover {
        background-color: #76b96f;
    }

.button__no-button {
    background-color: transparent;
    border: none;
    color: #002D72;
    cursor: pointer;
    display: inline-block;
    padding: 0.25rem 1rem;
    font-weight: 600;
    font-size: .75rem;
}

    .button__no-button:hover {
        color: #406295;
    }

@media (max-width: 768px) {
    .button--center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Button Animation */
.spinner {
    display: none;
}

.submitting .spinner {
    width: 36px;
    display: inline-block;
    text-align: center;
}

.spinner > div {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

button[disabled] .spinner > div {
    background-color: #fff;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* BUTTONS END */

/* COLOR */
/* Primary Colors */
.color--darkblue {
    color: #002D72;
}

.bg--darkblue {
    background-color: #002D72;
}

.c--black {
    color: #1a1a1a;
}
.color--lightblue {
    color: #0D9DDB;
}

.bg--lightblue {
    background-color: #0D9DDB;
}

/* Primary Tints */
.color--darkblue75 {
    color: #406295;
}

.bg--darkblue75 {
    background-color: #406295;
}

.color--darkblue50 {
    color: #8096b9;
}

.bg--darkblue50 {
    background-color: #8096b9;
}

.color--darkblue25 {
    color: #bfcbdc;
}

.bg--darkblue25 {
    background-color: #bfcbdc;
}

.color--lightblue75 {
    color: #4AB6E4;
}

.bg--lightblue75 {
    background-color: #4AB6E4;
}

.color--lightblue50 {
    color: #86ceed;
}

.bg--lightblue50 {
    background-color: #86ceed;
}

.color--lightblue25 {
    color: #c3e7f6;
}

.bg--lightblue25 {
    background-color: #c3e7f6;
}

.color--lightblue12 {
    color: #E2F3FB;
}

.bg--lightblue12 {
    background-color: #E2F3FB;
}

/* Secondary & Neutral Colors */
.color--green {
    color: #48a23f;
}

.bg--green {
    background-color: #48a23f;
}

.color--red {
    color: #fa4616;
}

.bg--red {
    background-color: #fa4616;
}

/* Secondary Tints */
.color--green75 {
    color: #76b96f;
}

.bg--green75 {
    background-color: #76b96f;
}

.color--red75 {
    color: #fb7450;
}

.bg--red75 {
    background-color: #fb7450;
}

.color--green50 {
    color: #a4d19f;
}

.bg--green50 {
    background-color: #a4d19f;
}

.color--red50 {
    color: #fda38B;
}

.bg--red50 {
    background-color: #fda38B;
}

.color--gray {
    color: #dad9d6;
}

.bg--gray {
    background-color: #dad9d6;
}

.color--gray50 {
    color: #edeceb;
}

.bg--gray50 {
    background-color: #edeceb;
}

.color--gray25 {
    color: #f6f6f5;
}

.bg--gray25 {
    background-color: #f6f6f5;
}

.color--black {
    color: #1a1a1a;
}

.bg--black {
    background-color: #1a1a1a;
}

/* Standard Colors */
.color--white {
    color: #fff;
}

.bg--white {
    background-color: #fff;
}

/* COLOR END */
/*///////////////////////////*/
/* AKC Market Channel Styles */
/*///////////////////////////*/
.c--blue {
    color: #0079ff;
}

.qc-dark-blue {
    color: #162B49;
}

.qbg-dark-blue {
    background-color: #162B49;
}

.qc-gold {
    color: #E3AE3E;
}

.qbg-gold {
    background-color: #E3AE3E;
}

.qc-green {
    color: #717F62;
}

.qbg-green {
    background-color: #717F62;
}

.qc-beige {
    color: #EBE6D9;
}

.qbg-beige {
    background-color: #EBE6D9;
}


.qc-black {
    color: #1C1C1C;
}

.qc-dark-blue-font {
    color: #162B49;
    font-weight: bold;
}

/* Forms Start */
::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(26, 26, 26, .35);
}

:-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(26, 26, 26, .35);
}


::-moz-placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(26, 26, 26, .35);
}

::placeholder {
    font-family: "Open Sans", sans-serif;
    color: rgba(26, 26, 26, .35);
}

select:invalid {
    font-family: "Open Sans", sans-serif;
    color: rgba(26, 26, 26, .35);
}

select option {
    color: #1a1a1a;
}

select option:checked {
    font-weight: 600;
}

input,
textarea,
select {
    background: #fff;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    outline: 0;
    line-height: 1.75;
    padding: 0.35rem 1rem;
    border-radius: 4px;
    height: 45px;
}

    input:focus,
    textarea:focus,
    select:focus,
    .radio__checkmark:focus,
    .checkbox__checkmark:focus {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    }

select:not([disabled]),
.select:not([disabled]) {
    -webkit-appearance: none;
   background: url(/res/common/images/icons/chevron-down.svg) no-repeat top 50% right 3%;
    background-size: 24px 24px;
}

select::-ms-expand {
    display: none;
}

label:not(.radio_group) {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.form__label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
}

    label span,
    label fieldset {
        margin-top: 1.5rem;
    }

/* Radio Buttons */
.radio__group {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .radio__group label {
        margin-right: 1rem;
    }

.radio__container {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio__container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    margin-top: 0;
}

.radio__container:hover input ~ .radio__checkmark,
.radio__container[aria-selected="true"] .radio__checkmark {
    background-color: #edeceb;
}



.radio__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio__container input:checked ~ .radio__checkmark:after {
    display: block;
}

/* Checkboxes */
.checkbox__container {
    display: block;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox__container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-top: 0;
}

.checkbox__container:hover input ~ .checkbox__checkmark {
    background-color: #edeceb;
}


.checkbox__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox__container input:checked ~ .checkbox__checkmark:after {
    display: block;
}

.checkbox__container .checkbox__checkmark:after {
    left: 10px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Toggle Button */
.toggle__container input {
    position: absolute;
    left: -99em;
}

.toggle__label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 11.5rem;
    height: 40px;
    border-radius: 5px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    box-shadow: inset 1px 1px 1px rgba(26, 26, 26, 0.1), 2px 2px 2px rgba(26, 26, 26, 0.1);
}

.toggle__label:before, .toggle__label:after {
    position: absolute;
    line-height: 40px;
    font-size: 1rem;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.toggle__label:before {
    content: "Custom";
    left: 20px;
}

.toggle__label:after {
    content: "Basic";
    right: 20px;
    color: #fff;
}

.toggle__label.toggle-label-force-accident-only {
    text-transform: none;
    width: 540px;
}

.toggle__label.toggle-label-force-accident-only:before {
    content: "Accident & Illness";
    left: 60px;
}

.toggle__label.toggle-label-force-accident-only:after {
    content: "Accident Only";
    right: 75px;
}

.toggle__handler {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 56%;
    height: 40px;
    border-radius: 3px;
    top: 1px;
    left: 1px;
    margin: 0;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.toggle__handler.toggle__handler_force-accident-only {
    width: 50%;
}

input:checked + .toggle__label .toggle__handler {
    width: 48%;
    -webkit-transform: translateX(95px);
    transform: translateX(95px);
}

input:checked + .toggle__label .toggle__handler.toggle__handler_force-accident-only {
    width: 50%;
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
}

.form__input-group.form__input-group_force-accident-only {
    margin: 0 0 2rem 0;
}

/* Typeahead */
.typeahead__panel {
    display: none;
    position: absolute;
    background: #fff;
    max-height: 450px;
    overflow-y: auto;
    z-index: 10;
    border: 1px solid #8096b9;
    color: #000;
    font-weight: 500;
}

.typeahead__item {
    cursor: default;
    padding: 0 1rem;
    margin: 0;
}

/* Clear input button */
.form__clear-input--button {
    position: absolute;
    right: 26%;
    top: 1.6rem;
    padding: .45rem .7rem;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 599px) {
    .form__clear-input--button {
        right: .25rem;
    }
}

@media (min-width: 520px) {
    .form__clear-input--button {
        top: 1.4rem;
    }
}

.input.error ~ .form__clear-input--button {
    background: #feebe6;
}

.form__clear-input--button svg {
    width: 12px;
    height: 12px;
    stroke: #002d72;
    stroke-width: 2;
}

/* Tooltip */
.tooltipped svg {
    position: relative;
    bottom: -5px;
}

@media (min-width: 520px) {
    input:checked + .toggle__label .toggle__handler {
        -webkit-transform: translateX(108px);
        transform: translateX(108px);
    }
}

/* Field sizes */
.form--full {
    width: 100%;
}

.form--1-4 {
    width: 50%;
}

.form--1-2 {
    width: 75%;
}

.form--3-4 {
    width: 100%;
}

@media (min-width: 600px) {
    .form--1-4 {
        width: 25%;
    }

    .form--1-2 {
        width: 50%;
    }

    .form--3-4 {
        width: 75%;
    }
}
/* Form Contact */
.form-contact span {
    display: block;
}

.form-contact input,
.form-contact textarea {
    width: 100%;
}

.form__input-group,
.form-contact button {
    margin-top: 1.5rem;
}


/* Form Errors */
.form-error,
.error,
.invalid[role=radiogroup] input[type=checkbox]:not(old) + label,
.invalid[role=radiogroup] input[type=radio]:not(old) + span {
}



.form-error-message {
    /*color: #fa4616;*/
    font-style: italic;
    margin-top: 0.25rem;
    font-size: .75rem;
}

.disabled select {
    cursor: default;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.message-validation-error {
    color: #DC3545;
    display: block;
}

.message-validation-warning {
    color: #856404;
    display: block;
}

.input-validation-warning {
    border: 1px solid #D2AF40 !important;
    background-color: #FFF3cd;
}

@media (max-width: 1100px) {
    .toggle__label.toggle-label-force-accident-only {
        width: 500px;
    }

    .toggle__label.toggle-label-force-accident-only:before {
        content: "Accident & Illness";
        left: 55px;
    }

    .toggle__label.toggle-label-force-accident-only:after {
        content: "Accident Only";
        right: 70px;
    }

    input:checked + .toggle__label .toggle__handler.toggle__handler_force-accident-only {
        width: 50%;
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
}

@media (max-width: 600px) {
    .toggle__label.toggle-label-force-accident-only {
        width: 311px;
    }

    .toggle__label.toggle-label-force-accident-only:before {
        content: "Accident & Illness";
        left: 20px;
        font-size: 16px;
    }

    .toggle__label.toggle-label-force-accident-only:after {
        content: "Accident Only";
        right: 30px;
        font-size: 16px;
    }

    input:checked + .toggle__label .toggle__handler.toggle__handler_force-accident-only {
        width: 50%;
        -webkit-transform: translateX(155px);
        transform: translateX(155px);
    }

    .ppi .toggle__label.toggle-label-force-accident-only:before {
        left: 15px;
    }

    .ppi .toggle__label.toggle-label-force-accident-only:after {
        right: 25px;
    }
}
/* Forms End */

/* Links - _links.sass */
.link {
    color: #48a23f;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

    .link:hover {
        color: #a4d19f;
    }

/* Lists - Start */

.list {
    list-style-type: none;
    padding-right: 1rem;
}

    .list li {
        margin-bottom: 1rem;
        display: flex;
    }

.list--marg-left-1 {
    margin-left: 1rem;
}

.list li img {
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    margin-top: 2px;
}

/* Lists - End */

/* Tables - _table.sass */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    border: none;
    padding: 8px 8px 8px 0;
    text-align: left;
    font-weight: 400;
}

tbody td:not(:first-of-type),
tfoot td,
th {
    text-align: center;
}

tbody tr {
    border-bottom: 1px solid #F6F6F5;
}

thead th {
    background-color: #F6F6F5;
    color: #294e91;
    padding: .75rem .25rem;
}

tfoot tr {
    background-color: #F6F6F5;
}
/* Typography - _type.sass */
html {
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* Default - Mobile font styles */
h1, .h1 {
    color: #002d72;
    font-size: 2.49rem;
    font-weight: 300;
    line-height: 1.15;
}

h2, .h2 {
    color: #002d72;
    font-size: 2.07rem;
    font-weight: 400;
    line-height: 1.229;
}

h3, .h3 {
    color: #002d72;
    font-size: 1.73rem;
    font-weight: 600;
    line-height: 1.536;
}

h4, .h4 {
    color: #0d9ddb;
    font-size: 1.44rem;
    font-weight: 300;
    line-height: 1.2;
}

h5, .h5 {
    color: #002d72;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
}

h6, .h6, input, textarea, select {
    font-size: 1em;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

/* Desktop font styles */
@media(min-width:32.5em) {
    html {
        font-size: 18px;
    }

    h1, .h1 {
        font-size: 3.05rem;
    }

    h2, .h2 {
        font-size: 2.44em;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.56rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }
}
/* General font styles */
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl,
figure, blockquote, table, hr {
    margin: 0 0 1rem 0;
    padding: 0;
}

small {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.875;
}

.disclaimer {
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.333;
}

.fw--300 {
    font-weight: 300;
}

/* LAYOUT - _layout.sass */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
}

.container--no-max {
    margin-left: auto;
    margin-right: auto;
}

.content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.content--2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.section {
    padding-top: 5rem;
    margin-bottom: 5rem;
}

.sub-section--2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.sub-section--3 {
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.section--sub-heading {
    padding-top: 1rem;
}

.pad--1 {
    padding: 1rem;
}

.pad-top--1 {
    padding-top: 1rem;
}

.pad-top--2 {
    padding-top: 2rem;
}

.pad-top--3 {
    padding-top: 3rem;
}

.pad-top--5 {
    padding-top: 5rem;
}

.pad-bot--1 {
    padding-bottom: 1rem;
}

.pad-bot--2 {
    padding-bottom: 2rem;
}

.pad-bot--5 {
    padding-bottom: 5rem;
}

.pad-vert--1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-vert--2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pad-vert--3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pad-vert--5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pad-vert--2-1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.margin-vert--2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.marg-bot--1 {
    margin-bottom: 1rem;
}

.marg-bot--2 {
    margin-bottom: 2rem;
}

.marg--1 {
    margin: 1rem;
}

.marg-left--half {
    margin-left: .5rem;
}
/* Flex Grid - _flexbox_grid.sass */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

    .row.reverse {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

/* Top Navigation - _top-nav.css */

.nav-top {
    height: 109px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    
}

.nav-top__top {
    background-color: #fff;
    padding: 1rem 2rem;
}


.nav-top__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
}

    .nav-top__contact svg {
        position: relative;
        top: 3px;
        fill: none;
        stroke: #0d9ddb;
    }

    .nav-top__contact div {
        display: flex;
        align-items: flex-end;
    }

.nav-top__link {
    color: #0d9ddb;
    font-weight: 400;
    margin-right: 1rem;
}

    .nav-top__link:hover, .nav-top__link:hover ~ .nav-top__contact svg {
        color: #86ceed;
    }

    .nav-top__link + .button {
        margin-left: 1rem;
    }

    .need-help {
        margin-right: .5rem;
    }

.nav-top__contact a {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.nav-top__img {
    height: 72px;
    margin-right: auto;
    width: 200px;
    display: flex;
    align-items: center;
}

.nav-top__img img {
    max-height: 100%;
    max-width: 250px;
    width: auto;
}

/* Microsoft IE 10+ and Edge */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .nav-top__img {
        flex: 1 0 auto;
    }

        .nav-top__img img {
            max-width: 200px;
            display: inline;
        }

    .flex-1-auto {
        flex: 1 auto;
        -ms-flex: 1 auto;
    }
}

@media (max-width: 1025px) {
    .nav-top__link span {
        display: none;
    }

    .nav-top__contact svg {
        height: 25px;
        width: 10px;
        transform: scale(3);
    }

}


@media (min-width: 521px) and (max-width: 796px) {
    .nav-top {
        height: 82px;
    }
}

@media (max-width: 520px) {
    .nav-top {
        height: 79px;
    }
}

@media (max-width: 796px) {
    .nav-top__top {
        border-bottom: 4px solid #002D72;
        padding: 0.75rem;
    }

    .nav-top__contact {
        justify-content: flex-start;
    }

    .nav-top__img {
        max-width: 150px;
        max-height: 55px;
    }
}

@media print {
    .nav-top {
        position: static;
    }

    .nav-top__top {
        border: none;
    }

    .phone {
        display: none;
    }
}
/* Footer */


    .footer__nav span {
        font-size: 1rem;
        font-weight: 600;
    }

    .footer__nav ul {
        font-weight: 400;
        list-style-type: none;
        margin-top: 1rem;
    }

    .footer__nav li, .footer__nav li a {
        padding: 0.65em 0;
    }

.footer__nav-group,.resources__group {
    margin-top: 1rem;
}

    .footer__nav-group .phone {
        position: relative;
        top: 3px;
    }

    .footer__nav-group svg {
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        
    }

.stroke-black {
    stroke: #1a1a1a;
}

.stroke-white {
    stroke: #fff;
}

.footer__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}



.footer__disclaimer {
    word-wrap: break-word;
}

.footer__trust-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer__trust-items .bbb {
        width: 6.94rem;
    }

    .footer__trust-items .naphia {
        width: 6.66rem;
    }

    .footer__trust-items .digicert {
        width: 4.44rem;
    }

    .footer__trust-items .shopperapproved {
        width: 7.22rem;
    }

.footer__nav span,
.footer__nav-group a:hover,
.resources__group a:hover,
.footer__nav-group a:hover > svg {
    color: #86ceed;
    stroke: #86ceed;
}


.footer__nav ul,
.footer__disclaimer {
    font-size: 0.75rem;
}

@media (min-width: 600px) {
    .footer__trust-items {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 600px) and (max-width: 1028px) {
    .footer__nav span {
        font-size: .75rem;
    }
    .resources__group {
        margin-top: 0rem;
    }
    .footer__nav ul,
    .footer__disclaimer {
        font-size: 0.5rem;
    }
}


@media print {
    .footer__nav, 
    .footer__partners {
        display: none;
    }
}
/* Form Quote */
.form-quote label {
    display: block;
}

.form-quote .toggle__label {
    font-weight: 400;
}

.form-quote hr {
    margin: 0;
}

.form-quote__header {
    text-align: center;
    margin-bottom: 2rem;
}

    .form-quote__header img {
        width: auto;
        max-height: 57px;
    }

.form-quote__item {
    padding: 2rem 0;
}

.form-quote__svg-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.form-quote__svg-container h3 {
    margin-bottom: 0;
}

.form-quote__svg-container span {
    font-weight: 500;
    color: #0d9ddb;
    
}

.form-quote__svg-container svg {
    height: 20px;
    width: 20px;
    margin-left: .5rem;
}

.form-quote__print-icon {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.form-quote__print-icon:hover {
    opacity: .75;
    cursor: pointer
}

.form-quote__item--bottom {
    padding: 2rem 0 0 0;
}

.form-quote__item--top {
    padding: 0 0 2rem 0;
}

.form-quote__aside {
    margin-bottom: 2rem;
}

.form-quote__item,
.form-quote__aside {
    text-align: left;
}

.form-quote__plan-logo {
    max-height: 75px;
    max-width: 400px;
}

.form-quote__lookup--expanded a {
    text-transform: capitalize;
}

.form-quote__lookup--expanded .radio__group {
    display: block;
}

    .form-quote__lookup--expanded .radio__group label {
        margin-bottom: 2rem;
    }

.form-quote__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
}

    .form-quote__button-group a, .form-quote__button-group button {
        margin-right: 1rem;
    }

    .form-quote__button-group button {
        text-transform: capitalize;
    }


.form-quote__edit {
    display: inline-block;
    margin-left: 1rem;
}

.form-quote__link {
    font-weight: 600;
    line-height: 1.5;
}

.form-quote__contact {
    margin-top: 1rem;
    text-align: center;
}

.form-quote__cert-box {
    text-align: center;
}

.form-quote__cert-text {
    padding-left: 1rem;
}

.form-quote__cert-box ul {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;   
}

.form-quote__discalimer {
    font-size: .8rem;
    margin-top: .5rem;
    font-weight: 400;
    line-height: 1.25;
}

@media (min-width: 600px) {
    .form-quote__cert-box ul {
        height: 110px;
    }
}

.form-quote__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
}


.form-quote__product-price {
    font-size: 1.5rem;
    font-weight: 400;
}

.form-quote__pet-card {
    margin-bottom: 2rem;
}

.form-quote__pet-overview {
    text-align: left;
    padding: 2rem;
}

    .form-quote__pet-overview ul {
        list-style-type: none;
    }

    .form-quote__pet-overview span {
        font-weight: 400;
    }

.form-quote__premium {
    text-align: center;
    padding: 1rem 2rem;
}

    .form-quote__premium div {
        font-weight: 600;
    }

.form-quote__premium-price {
    font-size: 2rem;
    color: #fff;
}

.form-quote__upgrade-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .form-quote__upgrade-group img {
        width: auto;
        max-height: 54px;
    }

.form-quote__upgrade-add {
    min-width: 100px;
}

.form-quote__upgrade-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-quote__trial-option {
    padding: 1rem 0;
}

.form-quote__trial-border--top {
    border-top: 1px solid #edeceb;
}

.form-quote__trial-select {
    text-align: left;
    margin-top: .5rem;
}

.form-quote .from-quote__checkbox {
    display: flex;
    flex-wrap: wrap;
}

.form-quote__card-image-container {
    min-width: 225px;
}

.form-quote__card-image-container.new-products {
    max-width: 365px;
}

.new-products .form-group__card-image {
    height: 55px;
    margin-right: 0;
    display: block;
}

.form-group__card-image--included.new-products-image {
    height: 50px;
}

.form-quote__details {
    border-bottom: 2px solid #F6F6F5;
}

.form-quote__details > summary {
    list-style: none;
}

.form-quote__details > summary::-webkit-details-marker {
    display: none;
}

@media (min-width: 768px) {
    .form-quote__trial-header {
        text-align: center;
    }

    .form-quote__trial-select {
        text-align: right;
        margin-top: 0;
    }
}

.form-group__card {
    margin-bottom: 2rem;
}

    .form-group__card:hover {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    }

.form-group__card-image {
    height: 32px;
    width: auto;
    display: inline;
    margin: 1rem;
}

.form-group__card-image--included {
    height: 32px;
    width: auto;
}

.form-group__card-text {
    padding: 1rem .5rem;
}

    .form-group__card-text p {
        overflow: hidden;
        font-size: .85rem;
    }

.form-group__card-text--included p {
    font-size: .85rem;
}

@media (min-width: 768px) {
    .form-group__card-text p {
        height: 110px;
    }
}

.form-group__card-add {
    display: flex;
    justify-content: center;
}

.form-group__card-amount {
    font-weight: 600;
}

@media (max-width: 500px) {
    .form-group__card-amount-container {
        width: 100%;
        margin-left: 2.5rem

    }
}

.form-group__card-summary {
    margin-left: 2.5rem;
}

@media (min-width: 501px) {
    .form-group__card-summary {
        margin-left: 4.5rem;
    }
}

.form-quote__notification--warning {
    width: 35px;
    position: absolute;
    margin-left: -50px;
    margin-top: 3px;
}


@media (min-width: 415px) {
    .form-quote__item {
        padding: 2rem 1.25rem;
    }

    .form-quote__item--bottom {
        padding: 2rem 1.25rem 0 1.25rem;
    }

    .form-quote__item--top {
        padding: 0 1.25rem 2rem 1.25rem;
    }
}

@media (min-width: 1126px) {
    .form-quote__products {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}


.form-quote__border-group {
    padding: 1rem 2rem;
}

.form-quote__different-billing {
    justify-content: center;
    display: flex;
}

/* Form Quote - Tooltips */
#tooltip {
    opacity: 0;
    display: block;
    position: absolute;
    padding: 1rem;
    border-radius: 5px;
    color: #fff;
    z-index: 99;
    border: 1px solid #fff;
    max-width: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 1300px) {
    #tooltip {
        max-width: 600px;
    }
}

/* Quote Valid */
.affinity-group-code {
    position: relative;
}

    .affinity-group-code.valid:after {
        content: '';
        position: absolute;
        right: 4px;
        top: 2px;
        bottom: 0;
        margin-top: 2px;
        width: 36px;
        height: 36px;
        z-index: 99;
        background-image: url(/enroll/corelibrary/images/icons/valid.png);
        background-repeat: no-repeat;
        background-size: 28px 28px;
        background-position: center center;
    }

#affinity-group-code.valid > input, input[data-validitiy=valid] {
    color: green !important;
    background-color: rgba(207, 254, 168, .2) !important;
}

#affinity-group-code.valid {
    color: green !important;
    border-color: #79bf6d;
    background-color: white !important;
    background-color: rgba(207, 254, 168, .2) !important;
}


/* Quote Errors */
.quote__error {
    padding: 1rem;
    position: relative;
}

    .quote__error p:first-child {
        font-weight: 600;
    }


.quote__error--close {
    position: absolute;
    top: .5rem;
    right: 1rem;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 650px) {
    .new-products .form-group__card-image {
        height: 45px;
    }
}
.pet-overview {
    display: flex;
}

.pet-overview--confirmation {
    display: flex;
    padding: 1rem;
}

.pet-overview__species {
    margin-right: 1rem;
    width: 60px;
}

.pet-overview__info {
    width: 100%;
}

.pet-overview__name {
    font-weight: 700;
}

.pet-overview__display {
    font-size: .75rem;
}

.pet-overview__premium {
    background: white;
    padding: 1rem;
}

.pet-overview__total {
    text-align: right;
    padding: 1rem;
}

.pet-overview__premium-price {
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
}

.policy-details {
    display: none;
}

.pet-overview__policy-details a {
    display: inline-block;
    text-align: right;
    width: 100%;
    font-size: .75rem;
}

.pet-overview__policy-details header {
    text-align: center;
    margin-top: 1rem;
}

.pet-overview__policy-details h4 {
    margin-bottom: 0;
}

.pet-overview__policy-details ul {
    list-style-type: none;
}

.pet-overview__policy-details li {
    padding: 0 .5rem;
}

.pet-overview__policy-details ul li span {
    float: right;
}

.pet-overview__policy-monthly-cost {
    text-align: right;
}

.pet-overview__price {
    font-weight: 600;
}

.pet-overview__policy-monthly-savings {
    text-align: right;
}

.pet-overview__label {
    font-size: .75rem;
    font-weight: 600;
}

.pet-overview__edit-tool {
    position: relative;
}

.pet-overview__edit-policy,
.pet-overview__remove-policy {
    position: absolute;
    bottom: -3rem;
}

.pet-overview__edit-policy {
    left: -3.75rem;
}


.pet-overview__remove-policy {
    left: -2.35rem;
}


.pet-overview__message--confirmation {
    margin-top: 1rem;
    padding: 1rem;
}

.hidden {
    display: none;
}

@media (max-width: 991px) {
    .pet-overview__premium--offset {
        margin-left: -2rem;
        margin-right: -2rem;
        text-align: center;
    }
}



.confirmation__policy-id {
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 1.3em;
    font-weight: 600;
}

.confirmation__data-level datetime {
    padding: 0 0 10px 10px;
    vertical-align: top;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 1em;
    border-bottom: 1px solid #edeceb;
}

.confirmation__half-width {
    width: 50%;
    float: right;
}

.confirmation__blog-item a {
    color: hsl(209, 40%, 25%);
    text-decoration: none;
}

    .confirmation__blog-item a:hover {
        filter: opacity(.5);
    }

.text-align--center {
    text-align: center;
}

.link__icon {
    width: 30px;
    height: auto;
    margin-bottom: 1rem;
    display: inline;
}

.link__dog {
    display: inline;
    position: relative;
    max-width: 175px;
    border-bottom: 1px solid;
    bottom: -20px;
}

.blog__image {
    border-radius: 50%;
    margin-bottom: 1rem;
    max-width: 100px;
    display: inline;
}

.confirmation__total {
    text-align: right;
    padding: 0 1rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
}

.confirmation__label {
    /*color: #002D72;*/
    font-weight: 600;
}

.confirmation__savings {
    padding-top: 1rem;
    border-top: #edeceb;
    color: #080;
}

.confirmation__savings-label {
    font-weight: 600;
}

.confirmation__savings-price {
    font-size: 1.75rem;
    line-height: 1.25;
    text-align: left;
}

.confirmation__premium {
    padding-top: 1rem;
    border-top: 1px solid #edeceb;
}

.confirmation__premium-price {
    /*color: #002D72;*/
    font-size: 1.75rem;
    line-height: 1.25;
}

.confirmation__list {
    text-align: left;
    list-style-type: none;
    margin: 0 1rem;
    padding: 1rem 0;
    border-top: 1px solid #edeceb;
}

    .confirmation__list span {
        float: right;
    }

@media (min-width: 414px) {
    .confirmation__list {
        margin-left: 5rem;
    }
}

@media (min-width: 992px) {
    .confirmation__icons {
        padding-left: 3rem;
    }
}

.checkout-error-message {
    background-color: rgba(255, 0, 0, 0.2);
    border: 1px solid rgba(255, 0, 0, 0.8);
    border-radius: 5px;
    color: rgba(255, 0, 0, 0.8);
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

#e-consent-warning,
#disclosure-warning,
#payment-and-renewal-terms {
    display: none;
}

.alert-box {
    background-color: #F5F5E1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: flex
}

.calendar-container {
    position: relative;
    display: inline-block;
}

.column {
    padding: 10px;
}

.day-number {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: white;
}

#checkout-loading-wrapper,
#refresh-loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(127, 127, 127, 0.65);
    z-index: 100;
}

.checkout-loading-content {
    width: 450px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 25px;
    border-radius: 5px;
}

.checkout-loading-animation {
    background: url('/enroll/CoreLibrary/Images/icons/dog-ajax-loader.gif') no-repeat;
    height: 100px;
    width: 150px;
}

.checkout-loading-text {
    font-size: 20px;
    font-weight: 600;
}

#enroll:disabled {
    cursor: not-allowed;
}

@media (max-width: 450px) {
    .checkout-loading-content {
        width: 90%;
    }
}
.aside-info {
    display: flex;
    padding: 1rem 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.aside-info__percent {
    font-size: 4rem;
    font-weight: 600;
    margin-right: 1rem;
}

.aside-info__percent span {
    font-size: 1.25rem;
    position: relative;
    top: -1.9rem;
}

.aside-info__image {
    margin-right: 1rem;
}

.aside-info__image--offset {
    margin-top: -.25rem;
}

.aside-info__details {
    flex: 1;
}

.aside-info__details > p {
    line-height: 1.3;
    font-size: .8rem;
    opacity: .85
}

.aside-info__image svg {
    width: 60px;
    height: auto;
}

    

/* Modal */

.modal {
    display: block;
    width: 300px;
    max-width: 320px;
    max-height: 75%;
    height: 95%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: inset 1px 1px 1px rgba(26, 26, 26, 0.1), 2px 2px 2px rgba(26, 26, 26, 0.1);
}

@media (min-width: 700px) {
    .modal {
        width: 600px;
        max-width: 100%;
        height: 600px;
        max-height: 95%;
    }
}

.modal-small {
    height: 200px;
    top: 35%;
}

.modal--open {
    padding: 0.25rem 1rem .25rem 0;
}

.modal--close {
    position: fixed;
    top: 1rem;
    right: 1rem;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    padding: 3rem 2rem 2rem;
    overflow-y: scroll;
    height: 100%;
}



/*///////////////////////////*/
/* AKC Market Channel Styles */
/*///////////////////////////*/

.akc h1 {
    font-family: "freight-text-pro";
    font-weight: bolder;
    color: #162B49;
}

.ack h2 {
    font-family: "freight-text-pro";
    font-weight: 500;
    color: #162B49;
}

.akc .h1,
.akc h2,
.akc .h2,
.akc h3,
.akc .h3,
.akc h5,
.akc .h5 {
    color: #162B49;
}

.akc h2.h6,
.akc h2.h5,
.akc h3.h5,
.akc h3,
.akc h4,
.akc button, .akc input, .akc optgroup, .akc select, .akc textarea,
.akc h2.h5.header--primary {
    font-family: "freight-text-pro";
}

.akc h2.h6.c--white {
    color: #ffffff;
}

html.akc {
    font-family: "futura-pt";
}

.akc .form-quote__discalimer {
    color: #1C1C1C;
}
.akc .c--accent {
    color: #48a23f;
}

.akc .bg--accent {
    background-color: #f05240;
}

.akc input:focus,
.akc textarea:focus,
.akc select:focus,
.akc .radio__checkmark:focus,
.akc .checkbox__checkmark:focus {
    outline: 1px solid #294e91;
}

.akc .radio__container input:checked ~ .radio__checkmark {
    background-color: #162B49;
}


.akc .c--primary,
.akc .form-quote__link,
.akc .form-quote__product-price,
.akc .form-quote__pet-overview span,
.akc .form-quote__trial-option,
.akc .pet-overview__price,
.akc .pet-overview__label,
.akc label,
.akc .header--primary,
.akc .lookup,
.akc .pet-overview__name,
.akc select option:checked {
    color: #162B49 !important;
}

.akc select:not([disabled]), .akc .select:not([disabled]) {
    background-color: #ffffff;
}

.akc .nav-top .nav-top__top,
.akc .pet-overview__button .button__submit,
.akc .checkbox__container input:checked ~ .checkbox__checkmark {
    background-color: #162B49;
}

/* Toggle Button */
.akc .toggle__label {
    background: #f6f6f5;
}

.akc .toggle__handler {
    background: #162B49 !important;
}

.akc .toggle__label:before,
.akc input:checked + .toggle__label:after {
    color: #fff;
}

.akc input:checked + .toggle__label:before,
.akc .toggle__label:after {
    color: #162B49;
}

.akc input:checked + .toggle__label:after {
    color: #fff;
}

.akc input:checked + .toggle__label .toggle__handler {
    border-color: #fff;
}

/*////////////*/
/* Form Quote */
/*////////////*/

.akc .form-quote hr {
    border: 1px solid #406295;
}

.akc .form-quote__aside {
    border: 1px solid #162B49;
}

.akc .form-quote__lookup--expanded .radio__group {
    border-bottom: 1px solid #406295
}

.akc .form-quote__form input,
.akc .form-quote__form select,
.akc .form-quote__form textarea,
.akc .form-quote__form .radio__checkmark,
.akc .form-quote__form .checkbox__checkmark {
    border: 1px solid #8096b9 !important;
}

.akc .form-quote__link:hover {
    color: #406295;
}

.akc .form-quote__premium div {
    color: #0D9DDB;
}

.akc .form-quote__premium-price {
    color: #fff;
}

.akc .form-group__card {
    border: 1px solid #0D9DDB;
}

.akc .form-group__card-header {
    background-color: #0D9DDB;
}

.akc .aside-info-header {
    font-family: freight-text-pro;
    font-size: 18px;
    font-weight: 500;
}

.akc .button__submit:hover, .akc .button__submit:active {
    background-color: #E3AE3E;
}

.akc .nav-top .nav-top__top .nav-top__contact .nav-top__link {
    color: #E3AE3E;
}
.akc .nav-top .nav-top__top .nav-top__contact svg {
    stroke: #E3AE3E;
}

/* Typeahead */
.akc .typeahead__panel {
    border: 1px solid #8096b9;
}


/* Tooltip */
.akc .tooltipped svg {
    fill: #162B49;
}

.akc #tooltip {
    background-color: #0D9DDB;
    box-shadow: 0 0 0 2px #4af;
}

/* Quote Errors */
.akc .quote__error {
    background-color: #ef767a;
    color: #fff;
}

.akc .quote__error--close {
    color: #fff;
}


/* Form Errors */
.akc .form-error,
.akc .error,
.akc .invalid[role=radiogroup] input[type=checkbox]:not(old) + span,
.akc .invalid[role=radiogroup] input[type=radio]:not(old) + span {
    border: 1px solid #fa4616 !important;
    background-color: #feebe6;
}

.akc .form-error-message {
    color: #fa4616;
}

.akc .form-success-message {
    color: #48a23f;
}

/* Form Disabled */
.akc :disabled {
    border: 1px solid #dad9d6;
    background-color: #bfcbdc;
}

.akc .disabled select {
    border-color: #fff;
    color: #162B49;
    background-color: #fff;
    outline-color: #fff;
}

/*//////////////*/
/* Pet Overview */
/*//////////////*/
.akc .pet-overview__total {
    background-color: #0D9DDB;
}

.akc .pet-overview__premium-price {
    color: #0d9ddb !important;
}

.akc .pet-overview__edit-policy--icon {
    fill: #48a23f;
}

.akc .pet-overview__edit-policy:hover .pet-overview__edit-policy--icon {
    fill: #76b96f;
}

.akc .pet-overview__remove-policy--icon {
    fill: #fa4616;
}

.akc .pet-overview__remove-policy:hover .pet-overview__remove-policy--icon {
    fill: #fb7450;
}

.akc .pet-overview__message--confirmation {
    border: 1px solid #162B49;
    background-color: #E2F3FB;
}

.akc .pet-overview__included-list {
    color: #294e91;
    font-weight: 600;
    font-size: .75rem
}

.akc .pet-overview__included-list li {
    margin-bottom: 0;
}

/*//////////////*/
/* Confirmation */
/*//////////////*/
.akc .confirmation__label {
    color: #162B49;
}

.akc .confirmation__premium-price {
    color: #162B49;
}

.akc .form-quote__portal-login:hover, 
.akc .form-quote__portal-login:active {
    background-color: #406295;
}

/*////////////*/
/* Aside Info */
/*////////////*/
.akc .aside-info__image svg .primary {
    fill: #162B49;
}

.akc .aside-info__image svg .secondary {
    fill: #0D9DDB;
}

.akc .aside-info__image svg .foundation {
    fill: #fff;
}

.akc .footer__nav span {
    color: #ffffff;
}
/*///////////////////////////*/
/* PPi Market Channel Styles */
/*///////////////////////////*/

.ppi .c--accent {
    color: #DF5D4A;
}

.ppi .bg--accent {
    background-color: #DF5D4A;
}

.ppi select option:checked {
    color: #002D72;
}

.ppi input:focus,
.ppi textarea:focus,
.ppi select:focus,
.ppi .radio__checkmark:focus,
.ppi .checkbox__checkmark:focus {
    outline: 1px solid #294E91;
}

.ppi label {
    color: #294E91;
}

.ppi .radio__container input:checked ~ .radio__checkmark {
    background-color: #002D72;
}

.ppi .lookup {
    color: #294E91;
}


/* Checkboxes */
.ppi .checkbox__container input:checked ~ .checkbox__checkmark {
    background-color: #002D72;
}


/* Toggle Button */

.ppi .button__submit {
    background: #294E91;
}

.ppi .button__submit.enroll {
    background: #f05240;
}

.ppi .toggle__label {
    background: #f6f6f5;
}

.ppi .toggle__handler {
    background: #294e91;
    border: 2px solid #294E91;
}

.ppi .toggle__label:before,
.ppi input:checked + .toggle__label:after, 
.ppi input:checked + .toggle__label:before,
.ppi .toggle__label:after,
.ppi input:checked + .toggle__label:after {
    color: #294e91;
}

.ppi input:checked + .toggle__label .toggle__handler {
    border: 2px solid #294E91;
}

/*////////////*/
/* Form Quote */
/*////////////*/
.ppi .form-quote hr {
    border: 1px solid #f6f6f5;
}

.ppi .form-quote__aside {
    border: 1px solid #002d72;
}

.ppi .form-quote__lookup--expanded .radio__group {
    border-bottom: 1px solid #406295
}

.ppi .form-quote__form input,
.ppi .form-quote__form select,
.ppi .form-quote__form textarea,
.ppi .form-quote__form .radio__checkmark,
.ppi .form-quote__form .checkbox__checkmark {
    border: 1px solid #8096b9;
}

.ppi .form-quote__link {
    color: #002D72;
}

    .ppi .form-quote__link:hover {
        color: #406295;
    }

.ppi .form-quote__product-price {
    color: #002D72;
}

.ppi .form-quote__pet-overview span {
    color: #002D72;
}

.ppi .form-quote__premium div {
    color: #0D9DDB;
}

.ppi .form-quote__premium-price {
    color: #fff;
}

.ppi .form-quote__trial-option {
    color: #002D72;
}

.ppi .form-group__card {
    border: 1px solid #0D9DDB;
}

.ppi .form-group__card-header {
    background-color: #0D9DDB;
}

/* Typeahead */
.ppi .typeahead__panel {
    border: 1px solid #8096b9;
}


/* Tooltip */
.ppi .tooltipped svg {
    fill: #002D72;
}

.ppi #tooltip {
    background-color: #0D9DDB;
    box-shadow: 0 0 0 2px #4af;
}

/* Quote Errors */
.ppi .quote__error {
    background-color: #ef767a;
    color: #fff;
}

.ppi .quote__error--close {
    color: #fff;
}


/* Form Errors */
.ppi .form-error,
.ppi .error,
.ppi .invalid[role=radiogroup] input[type=checkbox]:not(old) + span,
.ppi .invalid[role=radiogroup] input[type=radio]:not(old) + span {
    border: 1px solid #fa4616 !important;
    background-color: #feebe6;
}

.ppi .form-error-message {
    color: #fa4616;
}

.ppi .form-success-message {
    color: #48a23f;
}


/* Form Disabled */
.ppi :disabled {
    border: 1px solid #dad9d6;
    background-color: #bfcbdc;
}

.ppi .disabled select {
    border-color: #fff;
    color: #002D72;
    background-color: #fff;
    outline-color: #fff;
}

/*//////////////*/
/* Pet Overview */
/*//////////////*/
.ppi .pet-overview__header {
    color: #294e91;
    font-weight: 400;
}

.ppi .pet-overview__sub-header {
    color: black;
}

.ppi .pet-overview__name {
    color: #002D72;
}

.ppi .pet-overview__total {
    background-color: #0D9DDB;
}

.ppi .pet-overview__price {
    color: #002D72;
}

.ppi .pet-overview__label {
    color: #002D72;
}

.ppi .pet-overview__premium-price {
    color: #74B2E1;
}

.ppi .pet-overview__edit-policy--icon {
    fill: #48a23f;
}

.ppi .pet-overview__edit-policy:hover .pet-overview__edit-policy--icon {
    fill: #76b96f;
}

.ppi .pet-overview__remove-policy--icon {
    fill: #fa4616;
}

.ppi .pet-overview__remove-policy:hover .pet-overview__remove-policy--icon {
    fill: #fb7450;
}

.ppi .pet-overview__message--confirmation {
    border: 1px solid #002D72;
    background-color: #E2F3FB;
}

.ppi .pet-overview__included-list {
    color: #294e91;
    font-weight: 600;
    font-size: .75rem
}

.ppi .pet-overview__included-list li {
    margin-bottom: 0;
}
/*//////////////*/
/* Confirmation */
/*//////////////*/
.ppi .confirmation__label {
    color: #002D72;
}

.ppi .confirmation__premium-price {
    color: #002D72;
}


/*////////////*/
/* Aside Info */
/*////////////*/
.ppi .aside-info__image svg .primary {
    fill: #002D72;
}

.ppi .aside-info__image svg .secondary {
    fill: #0D9DDB;
}

.ppi .aside-info__image svg .foundation {
    fill: #fff;
}

.ppi .bg--gray25 {
    background: #F6F6F5;
}

.ppi .bg--lightblue {
    background: #74B2E1;
}
/*///////////////////////////
* scratch Market Channel Styles 
*
* Primary
* #fff
* #60EDCE
* #000
*
* Neutral
* #f9f9f6
* #a7a9ac
* #001689
*
///////////////////////////*/

/*////////////*/
/* Header Nav */
/*////////////*/
.scratch .nav-top__top {
    border-bottom: 3px solid #60EDCE;
}

.scratch .nav-top__contact svg {
    stroke: #60EDCE;
}

.scratch .nav-top__link {
    color: #60EDCE;
}

    .scratch .nav-top__link:hover,
    .scratch .nav-top__link:hover ~ .nav-top__contact svg {
        color: #aff6e7;
    }

.scratch .nav-top__img {
    height: 72px;
    margin-right: auto;
    width: 150px;
}

/* Microsoft IE 10+ and Edge */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scratch .nav-top__img img {
        max-width: 150px;
    }
}

@media (max-width: 796px) {
    .scratch .nav-top__img {
        max-width: 115px;
        max-height: 55px;
    }
}

/*/////////*/
/* Headers */
/*/////////*/
.scratch h1,
.scratch h4,
.scratch .h4 {
    color: #000;
}

.scratch h2,
.scratch h3,
.scratch h5 {
    color: #000;
}


/*/////////*/
/* Buttons */
/*/////////*/
.scratch button {
    text-shadow: none;
}

.scratch [type="submit"],
.scratch .button__submit {
    background-color: #60EDCE;
    color: #000
}

    .scratch .button__submit:hover {
        background-color: #aff6e7;
    }

.scratch .button__no-button {
    color: #001689;
}

    .scratch .button__no-button:hover {
        color: #001689;
    }


.scratch select option:checked {
    color: #60EDCE;
}

.scratch input:focus,
.scratch textarea:focus,
.scratch select:focus,
.scratch .radio__checkmark:focus,
.scratch .checkbox__checkmark:focus {
    outline: 1px solid #001689;
}

.scratch label {
    color: #1a1a1a;
}

.scratch .radio__container input:checked ~ .radio__checkmark {
    background-color: #001689;
}


/*//////*/
/* Link */
/*//////*/
.scratch .link {
    color: #001689;
}

    .scratch .link:hover {
        color: #808bc4;
    }


/* Checkboxes */
.scratch .checkbox__container input:checked ~ .checkbox__checkmark {
    background-color: #001689;
}


/* Toggle Button */
.scratch .toggle__label {
    background: #f6f6f5;
}

.scratch .toggle__handler {
    background: #60EDCE;
}


.scratch input:checked + .toggle__label:before,
.scratch .toggle__label:after {
    color: #000;
}





/*////////////*/
/* Form Quote */
/*////////////*/
.scratch .form-quote hr {
    border: 1px solid #a7a9ac;
}

.scratch .form-quote__aside {
    border: 1px solid #60EDCE;
}

.scratch .aside-info h2 {
    color: #fff;
}

.scratch .form-quote__lookup--expanded .radio__group {
    border-bottom: 1px solid #a7a9ac;
}

.scratch .form-quote__form input,
.scratch .form-quote__form select,
.scratch .form-quote__form textarea,
.scratch .form-quote__form .radio__checkmark,
.scratch .form-quote__form .checkbox__checkmark {
    border: 1px solid #001689;
}

.scratch .form-quote__link {
    color: #000;
}

    .scratch .form-quote__link:hover {
        color: #000;
    }

.scratch .form-quote__product-price {
    color: #60EDCE;
}

.scratch .form-quote__pet-overview span {
    color: #60EDCE;
}

.scratch .form-quote__premium div {
    color: #a7a9ac;
}

.scratch .form-quote__premium-price {
    color: #fff;
}

.scratch .form-quote__trial-option {
    color: #60EDCE;
}

.scratch .form-group__card {
    border: 1px solid #a7a9ac;
}

.scratch .form-group__card-header {
    background-color: #a7a9ac;
}

/* Typeahead */
.scratch .typeahead__panel {
    border: 1px solid #001689;
}


/* Tooltip */
.scratch .tooltipped svg {
    fill: #001689;
}

.scratch #tooltip {
    background-color: #001689;
    box-shadow: 0 0 0 2px #60EDCE;
}


/* Quote Errors */
.scratch .quote__error {
    background-color: #ef767a;
    color: #fff;
}

.scratch .quote__error--close {
    color: #fff;
}


/* Form Errors */
.scratch .form-error,
.scratch .error,
.scratch .invalid[role=radiogroup] input[type=checkbox]:not(old) + label,
.scratch .invalid[role=radiogroup] input[type=radio]:not(old) + span {
    border: 1px solid #fa4616 !important;
    background-color: #feebe6;
}

.scratch .form-error-message {
    color: #fa4616;
}

.scratch .form-success-message {
    color: #48a23f;
}


/* Form Disabled */
.scratch :disabled {
    border: 1px solid #dad9d6;
    background-color: #a7a9ac;
}

.scratch .disabled select {
    border-color: #fff;
    color: #60EDCE;
    background-color: #fff;
    outline-color: #fff;
}

/*//////////////*/
/* Pet Overview */
/*//////////////*/

.scratch .pet-overview__name {
    color: #001689;
}

.scratch .pet-overview__details {
    color: #a7a9ac;
}

.scratch .pet-overview__premium {
    background-color: #f6f6f5;
    padding-left: 0;
}

.scratch .pet-overview__total {
    background-color: #60EDCE;
}

.scratch .pet-overview__premium-price {
    color: #000;
}

.scratch .pet-overview__policy-details {
    background-color: #f6f6f5;
}

    .scratch .pet-overview__policy-details li:nth-child(odd) {
        background-color: #edeceb;
    }

.scratch .pet-overview__price {
    color: #000;
}

.scratch .pet-overview__label {
    color: #000;
}

.scratch .pet-overview__edit-policy--icon {
    fill: #48a23f;
}

.scratch .pet-overview__edit-policy:hover .pet-overview__edit-policy--icon {
    fill: #aff6e7;
}

.scratch .pet-overview__remove-policy--icon {
    fill: #fa4616;
}

.scratch .pet-overview__remove-policy:hover .pet-overview__remove-policy--icon {
    fill: #aff6e7;
}

.scratch .pet-overview__message--confirmation {
    border: 1px solid #60EDCE;
    background-color: #f9f9f6;
}

.scratch .pet-overview__included-list {
    font-weight: 600;
    font-size: .75rem;
}

    .scratch .pet-overview__included-list li {
        margin-bottom: 0;
    }

/*//////////////*/
/* Confirmation */
/*//////////////*/
.scratch .confirmation__label {
    color: #60EDCE;
}

.scratch .confirmation__premium-price {
    color: #60EDCE;
}


/*////////*/
/* Footer */
/*////////*/
.scratch .footer__nav span,
.scratch .footer__nav-group a:hover,
.scratch .footer__nav-group a:hover > svg {
    color: #60EDCE;
    stroke: #60EDCE;
}


/*////////////*/
/* Aside Info */
/*////////////*/
.scratch .aside-info__image svg .primary {
    fill: #a7a9ac;
}

.scratch .aside-info__image svg .secondary {
    fill: #60EDCE;
}

.scratch .aside-info__image svg .foundation {
    fill: #fff;
}

.portal-redirect-modal-container {
    width: 550px;
    max-width: 100%;
    height: 600px;
    max-height: 95%;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#portal-redirect-modal-title {
    text-align: center;
}

#portal-login-form {
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
}

#portal-register-form {
    border-radius: 8px;
    padding: 10px 0;
    margin: 10px;
}

.portal-redirect-card-title {
    text-align: center
}

.button__mr--none {
    color: white;
    margin-right: 0 !important;
}

.mt--1-half {
    margin-top: 0.5rem;
}

#portal-error-message {
    display: none;
}

.portal-card-container {
    margin: 0 auto;
    box-shadow: inset 1px 1px 1px rgb(26 26 26 / 10%), 2px 2px 2px rgb(26 26 26 / 10%);
    border-radius: 5px;
    background-color: #fff;
    width: 80%;
}

.portal-error-message {
    display: flex;
    background: #ffe8e8;
    border-top: 4px solid #fa4616;
    border-radius: 5px;
    width: 100%;
    color: #1a1a1a;
    padding: 1rem;
    text-align: left;
}

.portal-error-message__icon {
    background: rgba(250,70,22,0.25);
    border-radius: 50%;
    height: 36px;
    width: 42px;
    display: -ms-flexbox;
    display: flex;
}

    .portal-error-message__icon svg {
        fill: rgba(250,70,22,.75);
        height: 24px;
        width: 24px;
        margin: auto;
    }

.portal-error-message__body {
    margin-left: 1rem;
    line-height: 1.5;
}

.portal-error-message__title {
    font-weight: 600;
    font-size: 1.5rem;
}

.portal-error-message-button {
    font-family: inherit;
    background: 0 0;
    border: none;
    font-weight: 600;
    text-shadow: none;
    padding: 0;
    cursor: pointer;
    color: #fa4616;
    margin-top: 1rem;
}

.show--password {
    right: .5rem;
    line-height: 36px;
}

.button--none {
    font-family: inherit;
    background: none;
    border: none;
    font-weight: 600;
    text-shadow: none;
    padding: 0;
}

.button--none--success {
    color: #48a23f
}

    .button--none--success:hover {
        color: #76b96f;
    }

.p--absolute {
    position: absolute;
}

.d--none {
    display: none;
}

.d--block {
    display: block;
}

.password-input-container {
    display: flex;
    flex-direction: row;
    border-radius: 5px;
}

.password-button {
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none !important;
}

.disable-click {
    pointer-events: none;
}

.error-label {
    color: #fa4616 !important;
    text-transform: none !important;
}

.error-input {
    border: 1px solid #fa4616 !important;
    background-color: #feebe6 !important;
}

.requirements {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
}

.requirements-list {
    columns: 2;
    column-gap: 2rem;
    font-size: 13px;
    text-align: left;
}

li {
    margin-bottom: .25rem;
    opacity: .75;
}

    li.isValid {
        color: #48a23f;
        list-style: none;
        opacity: 1;
    }

        li.isValid::before {
            content: '✔';
            display: inline-block;
            margin-right: -0.85rem;
            position: relative;
            left: -1.125rem;
        }

.valid-password {
    color: #48a23f !important;
}

.input-with-btn {
    background-color: transparent;
}



*:focus {
    box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 8px rgba(116,178,225,0.5);
    border-radius: 4px;
    outline: none;
}

    *:focus ~ label,
    *:focus ~ span:first-of-type{
        box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 8px rgba(116,178,225,0.5);
        outline: none;
    }

    *:focus ~ span.radio__checkmark:first-of-type {
        border-radius: 50%;
    }

.display--block {
    display: block;
}

.display--inline-block {
    display: inline-block;
}

.display--table {
    display: table;
}

.display--table-cell {
    display: table-cell;
}

.display--none {
    display: none;
}

.flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex--align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float--left {
    float: left;
}

.float--right {
    float: right;
}

.height--75px {
    height: 75px;
}

.height--100px {
    height: 100px;
}

.height--300px {
    height: 300px;
}

.height--400px {
    height: 400px;
}

.height--25em {
    height: 25em;
}

.line-height--1 {
    line-height: 1;
}

.margin--center {
    margin: 0 auto;
}

.margin--none {
    margin: 0;
}

.margin-left--none {
    margin-left: 0;
}

.margin-bottom--none {
    margin-bottom: 0;
}

.margin-bottom--2em {
    margin-bottom: 2rem;
}

.margin-left--2 {
    margin-left: 2rem;
}

.margin-right--2 {
    margin-right: 2rem;
}

.margin-top--1 {
    margin-top: 1rem;
}

.margin-top--2 {
    margin-top: 2rem;
}

.max-width--40em {
    max-width: 40rem;
}

.min-width--40em {
    min-width: 40rem;
}

.overflow--auto {
    overflow: auto;
}

.padding--1em {
    padding: 1rem;
}

.padding--2rem {
    padding: 2rem;
}

.padding-top--2em {
    padding-top: 2rem;
}

.v-padding--3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.position--relative {
    position: relative;
}

.text-overflow--ellipsis {
    text-overflow: ellipsis;
}

.text-transform--uppercase {
    text-transform: uppercase;
}

.vertical-align--middle {
    vertical-align: middle;
}

.width--full {
    width: 100%;
}

.width--1-2 {
    width: 50%;
}

.width--1-4 {
    width: 24%;
}

.width--3-4 {
    width: 75%;
}

.width--1-3 {
    width: 33.333%;
}

.width--2-3 {
    width: 66.666%;
}

.white-space--nowrap {
    white-space: nowrap;
}

.ai--center {
    align-items: center;
}

.d--block {
    display: block;
}

.d--flex {
    display: flex;
}

.d--inline-flex {
    display: inline-flex;
}

.fl--right {
    float: right;
}

.p--relative {
    position: relative;
}

.pt--0 {
    padding-top: 0;
}

.pt--1 {
    padding-top: 1rem;
}

.pt--2 {
    padding-top: 2rem;
}

.pb--0 {
    padding-bottom: 0;
}

.pb--1 {
    padding-bottom: 1rem;
}

.pb--2 {
    padding-bottom: 2rem;
}

.pl--0 {
    padding-left: 0;
}

.pl--1 {
    padding-left: 1rem;
}

.pl--4 {
    padding-left: 4rem;
}

.mt--0 {
    margin-top: 0;
}

.mt--quart {
    margin-top: .25rem;
}

.mb--0 {
    margin-bottom: 0;
}

.mb--half {
    margin-bottom: .5rem;
}

.mb--2 {
    margin-bottom: 2rem;
}

.mt--1 {
    margin-top: 1rem;
}

.mt--2 {
    margin-top: 2rem;
}

.mr--1 {
    margin-right: 1rem;
}

.mb--1 {
    margin-bottom: 1rem;
}

.ml--half {
    margin-left: .5rem;
}

.mw--1600 {
    max-width: 1100px;
}

.br--12 {
    border-radius: 12px;
}

.pe--none {
    pointer-events: none;
}

.w--100 {
    width: 100%;
}

.l--0 {
    left: 0;
}

.lst--none {
    list-style-type: none;
}

.lh--0 {
    line-height: 0;
}

.lh--1 {
    line-height: 1;
}

.h--100 {
    height: 100%;
}

.ta--left {
    text-align: left;
}

.tt--upper {
    text-transform: uppercase;
}

.tt--cap {
    text-transform: capitalize;
}

.c--white {
    color: white;
}

.fs--9 {
    font-size: .9rem;
}

.fs--75 {
    font-size: .75rem;
}

.fs--65 {
    font-size: .65rem;
}

.fw--400 {
    font-weight: 400;
}

.fw--600 {
    font-weight: 600;
}

.zi--1 {
    z-index: 1;
}

.no-padding {
    padding: 0 !important;
}

@media print {
    .print--none,
    .ie-div-position-customer-chat {
        display: none;
    }

    .print--center {
        max-width: 500px;
        margin: 0 auto;
    }

    .form-quote {
        box-shadow: none;
    }
}

