/* Minification failed. Returning unminified contents.
(2119,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2120,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2121,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2122,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2123,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2125,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2126,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2131,17): run-time error CSS1039: Token not allowed after unary operator: '-dark'
(2142,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(2167,17): run-time error CSS1039: Token not allowed after unary operator: '-light'
(2169,46): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2169,65): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(2174,17): run-time error CSS1039: Token not allowed after unary operator: '-dark'
(2179,50): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(2179,71): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2183,21): run-time error CSS1039: Token not allowed after unary operator: '-light'
(2210,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2217,22): run-time error CSS1039: Token not allowed after unary operator: '-light'
(2218,17): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2231,28): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2238,21): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2239,26): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(2254,22): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(2261,22): run-time error CSS1039: Token not allowed after unary operator: '-glass'
(2264,40): run-time error CSS1034: Expected closing parenthesis, found ','
(2264,40): run-time error CSS1042: Expected function, found ','
(2264,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2265,37): run-time error CSS1034: Expected closing parenthesis, found ','
(2265,37): run-time error CSS1042: Expected function, found ','
(2265,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2269,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
 */
@font-face {
    font-family: "Averta Regular";
    src: url('Fonts/Intelligent Design - Averta-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Averta Bold";
    src: url('Fonts/Intelligent Design - Averta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Averta Extra Bold";
    src: url('Fonts/Intelligent Design - Averta-ExtraBold.otf') format('truetype');
}

body {
    font-family: 'Averta Regular' !important;
    font-size: 18px;
}

p {
    font-size: 15px;
}

h1 {
    color: #323232;
    font-size: 30px
}

h2 {
    color: #323232;
    font-size: 20px
}

h3 {
    color: #323232;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

h4 {
    color: #323232;
    font-size: 45px;
    line-height: 25px;
}

b {
    font-weight: bold
}

a {
    color: #147582;
    cursor: pointer;
    text-decoration: underline !important;
}

    a:hover {
        color: #9E0A9A;
        text-decoration: underline !important;
    }

i {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #6F6F6F;
    padding: 0;
    width: 100%;
    float: left
}

.grey-text {
    color: #323232
}

li {
    margin-bottom: 10px
}

.custom-click-link:hover {
    color: #147582 !important;
}

.rounded-corners {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/portal/Scripts/PIE.htc)
}

.small-bluelight {
    color: #47AFE3;
    font-size: 15px
}

.small-blue {
    color: #323232;
    font-size: 15px
}

.big-blue {
    color: #323232;
    font-size: 18px
}

.smaller-font {
    font-size: 90%
}

.bigger-font {
    font-size: 120%
}

.convertVoucher {
    background-color: #323232;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
}

    .convertVoucher a {
        color: #ffffff;
        text-decoration: none !important;
        text-align: center;
        font-size: 16px;
    }

        .convertVoucher a:hover {
            color: #6EBAC5 !important
        }

    .convertVoucher i {
        font-size: 14px;
        padding-right: 3px;
    }

.float-left-50 {
    float: left;
    min-width: 45%;
    max-width: 50%;
}

    .float-left-50 ul {
        list-style-type: disc;
        margin-left: 20px;
        font-size: 15px;
        color: #4C4A4A;
    }

.home-pet-wrapper .float-left-less-50 {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    width: 32.5%;
}

.float-left-50-child {
    float: left;
    overflow: hidden;
    max-width: 70%;
}

.float-left-100 {
    float: left;
    width: 100%
}

.float-left-65 {
    width: 65%;
    float: left;
}

.float-left-35 {
    width: 35%;
    float: left;
}

.float-left-60 {
    width: 60%;
    float: left;
}

.float-left-40 {
    width: 40%;
    float: left;
}

.float-left-80 {
    float: left;
    width: 70%
}

.float-left-20 {
    float: left;
    width: 20%
}

.margin-left-small {
    margin-left: 10px
}

.horizontal-line {
    border-bottom: solid;
    border-bottom-width: 1.5px;
    border-color: #dbd4cd;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.float-right-80 {
    float: right;
    width: 80%;
    margin-top: 10px
}

.float-left-75 {
    float: left;
    width: 75%;
}

.home-pet-wrapper {
    width: 100%;
    height: 30%;
    clear: both;
}

.plus {
    font-size: 15px;
}

    .plus .fas {
        padding-right: 5px;
        font-size: 20px;
        color: #6EBAC5;
    }

        .plus .fas:hover {
            color: #147582;
        }

.identifierInfo .plus {
    font-size: 13px;
    background-position: left -1px;
    line-height: 30px;
}

.download {
    background-image: url('images/arrow-down-PET.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 13px;
    float: left;
    width: 90%;
    margin-top: 15px;
    line-height: 18px;
}

.label-left {
    text-align: right;
    float: left;
    width: 30%;
}

.text-right {
    text-align: left;
    float: left;
    width: 40%;
}

.link-right {
    text-align: left;
    float: left;
    width: 28%;
}


.feedback {
    position: absolute;
    right: 0;
    top: 69vw;
}

.stopDomain.disabled {
    color: rgb(235, 235, 228);
    pointer-events: none;
}

#dialogMaster {
    overflow-x: hidden;
}

.expiringPayment {
    background-color: #fffc99;
}

.expiredPayment {
    background-color: #ff9999;
}

/*theming for toolip*/
.info-link {
    color: #147582;
    text-decoration: none !important;
}

.tooltip .tooltiptext {
    background-color: #ACDDE4;
    color: #323232;
}

#moneris-container {
    height: 130px;
}

@media screen and (max-width:700px) {
    #moneris-container {
        height: 205px;
    }
}

#monerisFrame {
    width: 100%;
    height: 100%;
}
/* IE Upgrade your browser dialog - Override the titlebar color on Site.css*/
.ui-dialog .ui-dialog-titlebar {
    background-color: #6B309E !important;
}
.iemessage h2 {
    color: #6EBAC5 !important;
}
@font-face {
    font-family: "Averta Regular";
    src: url('Fonts/Intelligent Design - Averta-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Averta Bold";
    src: url('Fonts/Intelligent Design - Averta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Averta Extra Bold";
    src: url('Fonts/Intelligent Design - Averta-ExtraBold.otf') format('truetype');
}

.clearfix {
    display: block;
    clear: both;
}

.big-orange-button {
    margin-top: 50px;
    color: #fff;
    font-size: 20px !important;
    width: 300px !important;
    text-decoration: none !important;
    margin-left: 20px;
    background-color: #fc6506;
}

    .big-orange-button:hover {
        background-color: #E03F01;
        cursor: pointer;
    }

.block-section-home {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 220px;
}

    .block-section-home img {
        margin-left: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.arrow-pointer {
    background-repeat: no-repeat;
    height: 35px;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
}

    .arrow-pointer.custInfo {
        background: none;
        margin-left: 0;
        padding-left: 0;
    }

#petInfoBody .arrow-pointer, #petInfoBody .arrow-pointer-double {
    background: none;
}

#petInfoBody .arrow-pointer-double {
    margin-left: 0 !important;
}

.arrow-pointer-double {
    background-repeat: no-repeat;
    height: 19px;
    padding-top: 5px;
    margin-top: 0;
    font-size: 12px;
    color: #6EBAC5;
    text-align: center;
}

    .arrow-pointer-double b {
        font-size: 14px;
    }

.checkbox {
    display: inline
}

.login-form input:checked {
    background-color: #6B309E;
}

.block-section {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 97%;
    border: 1px solid #d7d6d6;
    padding: 10px;
    float: left
}

.section-header {
    color: #848dbc;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    font-weight: 600;
    font-size: 1.2em
}

.pet-image-holder .pet-image {
    text-align: center;
}

.pet-image-holder .pet-image-actions {
    text-align: right;
    font-size: 13px;
}

    .pet-image-holder .pet-image-actions a:hover {
        text-decoration: none;
    }

.petIconWrap {
    float: left;
    min-width: 120px;
}

.petIcon {
    max-height: 160px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.edit-image.petInfo a {
    margin-right: 20px;
}

fieldset label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #323232;
    line-height: 25px;
    padding-right: 10px
}

fieldset .cusInfo {
    line-height: 25px;
    font-size: 15px;
    color: #323232;
}

input[type="submit"], input[type="button"],
button {
    border-radius: 0;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Averta Extra Bold' !important;
    text-transform: none;
    text-decoration: none;
    background-color: #6EBAC5;
    border: none;
    height: 45px;
    width: auto;
    margin: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    .buttonLabel:hover,
    button:hover {
        background-color: #147582;
        color: #fff;
        cursor: pointer;
    }

.download-claim-button,
.ui-dialog-buttonset button,
.ui-dialog-titlebar button {
    color: #323232 !important;
    border-radius: 0px !important;
    border: 2px solid #323232 !important;
    background-color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .download-claim-button:hover,
    .ui-dialog-buttonset button:hover,
    .ui-dialog-titlebar button:hover {
        color: #fff !important;
        background-color: #323232 !important;
    }

#InitSubmitClaimBtn,
.download-claim-button {
    padding: 0 20px;
}

.buttonLabel {
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #6B309E;
    border: none;
    height: auto;
    padding: 10px 10px;
    cursor: pointer;
}

/*input[type="submit"]:hover, input[type="button"]:hover, .buttonLabel:hover {
        background-color: #C7B2D6;
        color: #fff;
        cursor: pointer;
    }*/

/*New Declaration Checkbox Styling and Validation*/
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 3s;
}

    /* Style the checkmark/indicator */
    .checkbox-container .checkmark:after {
        left: 6px;
        top: 0px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        /* When the checkbox is checked, add a background */
        .checkbox-container input:checked ~ .checkmark {
            background-color: #147582;
            border: 1px solid #147582;
        }

            /* Show the checkmark when checked */
            .checkbox-container input:checked ~ .checkmark:after {
                display: block;
            }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #6F6F6F;
    border-radius: 0;
    transition: .4s;
}
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkmark:hover {
        border: 1px solid #147582;
    }

    .checkmark:focus {
        border: 2px solid #147582;
    }


fieldset input[type="checkbox"] {
    display: inline;
    box-sizing: border-box;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Averta Regular' !important;
}

    fieldset input, fieldset input, fieldset textarea {
        font-size: 16px;
        height: 38px;
        padding: 6px 10px;
        background-color: #fff;
        border: 1px solid #6F6F6F;
        border-radius: 0px;
        box-shadow: none;
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        fieldset input:hover:not([type="button"]), fieldset input:hover:not([type="button"]), fieldset textarea:hover:not([type="button"]) {
            border: 1px solid #147582;
        }

        fieldset input:focus:not([type="button"]), fieldset input:focus:not([type="button"]), fieldset textarea:focus:not([type="button"]) {
            border: 2px solid #147582;
        }

    fieldset select {
        margin: 5px 5px 6px 0;
        color: #333
    }

    fieldset #addNewClinicDiv select#ClinicName, fieldset input[type="text"], fieldset input[type="password"], fieldset textarea {
        max-width: 60%;
    }

    fieldset.add-new-payment-method input[type="text"] {
        max-width: 100%;
        width: 250px;
    }

    fieldset.add-new-payment-method #BillingAddressId {
        max-width: 100%;
        width: 265px;
    }

.dataTables_filter, .dataTables_info, .dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-right: 70px;
}

.edit-image.petInfo {
    margin: 85px 0 0 160px;
    position: absolute;
}

.payment-block, .payment-block-wide {
    margin-top: 5px;
}

    .payment-block label, .payment-block-wide label {
        text-align: left;
        float: left;
        width: 100px;
    }

    .payment-block-wide label {
        width: 240px;
    }

    .payment-block span {
        padding-left: 0;
        font-weight: 400;
    }

    .payment-block-wide span {
        margin-top: 50px;
        float: left;
    }

#dialogMaster label[for='Primary'], #dialogMaster label[for='Secondary'] {
    display: inline;
}

/* Tab related feature to make payment tabs white on the selected tab*/

#tabs li {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background: #E5E5E5;
    font-family: 'Averta Extra Bold' !important;
    text-decoration: none !important;
}

    #tabs li a {
        text-decoration: none !important;
    }

    #tabs li.ui-state-active {
        background: #6EBAC5;
        border: none;
        border-bottom: 1px solid #323232;
    }

        #tabs li.ui-state-active a {
            color: #323232;
            text-decoration: none !important;
        }

    #tabs li:not(.ui-state-active) {
        background: #E5E5E5;
        border: none;
        border-bottom: 1px solid #E5E5E5;
    }

        #tabs li:not(.ui-state-active) a:hover {
            background: #147582;
            border-top-right-radius: 10px !important;
            border-top-left-radius: 10px !important;
            color: #fff !important;
        }

.info-label {
    color: #4C4A4A;
}

.inline-label {
    font-size: 15px;
    font-weight: 400;
    color: #4C4A4A;
    line-height: 25px;
    padding-right: 2px;
}

#DoUpdateAllPolicies,
#ConsentToUseCC {
    height: 16px;
    width: auto;
    margin-right: 5px;
}


#frmEditMailingAddress .checkbox input[type="checkbox"] {
    display: none;
}

#frmEditMailingAddress .checkbox label {
    position: relative;
    display: inline-block;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 22px;
}

    #frmEditMailingAddress .checkbox label::before,
    #frmEditMailingAddress .checkbox label::after {
        position: absolute;
        content: "";
        /*Needed for the line-height to take effect*/
        display: inline-block;
    }

    /*Outer box of the fake checkbox*/
    #frmEditMailingAddress .checkbox label::before {
        height: 16px;
        width: 16px;
        background: #147582;
        border: 1px solid #147582;
        left: 0px;
        /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border to vertically center it.*/
        top: 3px;
        box-sizing: border-box;
    }

    /*Checkmark of the fake checkbox*/
    #frmEditMailingAddress .checkbox label::after {
        height: 5px;
        width: 9px;
        color: #fff;
        border-left: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(-45deg);
        left: 3px;
        top: 5px;
    }

/*Hide the checkmark by default*/
#frmEditMailingAddress .checkbox input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
#frmEditMailingAddress .checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

#frmEditMailingAddress .checkbox input[type="checkbox"]:not(:checked) + label::before {
    content: "";
    background-color: #fff;
    border: 1px solid #147582;
}

#frmEditMailingAddress .checkbox input[type="checkbox"]:not(:checked):hover + label::before,
#frmEditMailingAddress .checkbox input[type="checkbox"]:not(:checked):focus + label::before {
    border: 2px solid #147582;
}


.marketing-block-content {
    margin: 0 auto;
    width: 88%;
    height: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.marketing-block-content p {
    color: #6f6f70;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
    text-align: left
}

.marketing-block {
    width: 100%;
    float: left;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
}
.marketing-block-content a {
    font-size:12px;
    font-family:'ubuntu', Arial, Helvetica, sans-serif;
    font-style:italic;
    display:block;
    text-decoration:none;
    
}

html {
}

@font-face {
    font-family: "Averta Regular";
    src: url('Fonts/Intelligent Design - Averta-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Averta Bold";
    src: url('Fonts/Intelligent Design - Averta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Averta Extra Bold";
    src: url('Fonts/Intelligent Design - Averta-ExtraBold.otf') format('truetype');
}

body {
    height: 100%;
    overflow-x: hidden;
    font-family: 'Averta Regular' !important;
}

#tabs, p {
    font-family: 'Averta Regular' !important;
}

.clear {
    clear: both;
    display: inline-block;
    height: 1px;
}

.portal-page-wrapper {
    height: 100%
}

.portal-top-wrapper {
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.feedback {
    display: none;
}

.portal-body-wrapper {
    height: 85%;
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 5px;
    width: 100% !important;
}

.portal-body-header {
    color: rgb(0, 129, 195);
    float: left;
    font-size: 40px;
    font-weight: 400;
    margin: 22px 0 0 50px;
    width: auto;
}

.portal-logo-contact-wrapper {
    margin-top: 5px;
}

.portal-footer {
    height: 10%;
    width: 100%;
    float: left;
    margin-top: 7%;
}

.portal-footer-content {
    width: 1024px;
    margin: 0 auto;
    height: 100%
}

.portal-footer-social {
    width: 100%;
    height: 50%;
    float: left
}

.portal-footer-content-left {
    width: 60%;
    height: 40%;
    float: left;
    margin-bottom: 10px
}

.portal-footer-content-right {
    float: right;
    margin-bottom: 10px;
}

.portal-footer-content-left a {
    margin-right: 5px;
    font-size: 11px;
    color: #147582;
}

    .portal-footer-content-left a:hover {
        color: #9E0A9A;
    }

.portal-top-layer {
    background-color: #6B309E;
    height: 6px;
    width: 100%;
}

.portal-top-body {
    background-color: #323232;
    height: 45px;
    width: 100%;
}

.portal-navigation {
    margin-top: 10px;
    float: none;
    display: inline-block;
}

.portal-top-body-right {
    height: 100%;
    margin: 0 auto;
    max-width: 1024px;
    width: 100% !important;
}

.portal-logo-contact-wrapper-french {
    margin-top: 5px;
}

.portal-page-wrapper {
    width: 100%
}

.portal-logo-contact-content {
    float: right;
    width: 529px;
}

.portal-logo-contact-left {
    float: left;
    width: 46%;
    height: 100%
}

.portal-logo-contact-right {
    float: left;
    width: 54%;
    height: 100%
}

.grey-text {
    color: #4c4a4a
}

.grey-small {
    color: #6f6f70;
    font-size: 10px
}

.orange-background {
    background-color: #fdb813
}

.orange-text {
    color: #fdb813
}

.red-orange-text {
    color: #fc6506
}

.phone-big {
    color: #7C8BCE;
    font-size: 30px;
    margin-top: 5px;
    margin-left: 9px;
}

.contact-email {
    text-decoration: none;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.contact-info-text {
    font-size: 20px
}

#socialHolder a {
    margin-right: 5px;
    margin-left: 5px;
}

.live-chat {
    text-decoration: none;
    font-size: 17px;
    background-color: #FC6506;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    margin-right: 8px
}

    .live-chat:hover {
        background-color: #f5c007;
    }

.contact-vbar {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px
}

.special-wording {
    color: #7C8BCE;
    font-style: italic;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px
}

.mobile-menu, .mobile-social-menu {
    background-color: #10155e;
    display: none;
    float: left;
    left: 0;
    position: relative;
    top: -1px;
    width: 100%;
}

.mobile-menu-item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff
}

    .mobile-menu-item .item {
        color: #fff;
        float: left;
        font-size: 130%;
        font-weight: 400;
        margin-left: 10px;
        margin-top: 0;
        padding: 10px 0;
        text-decoration: none;
        width: 100%;
    }

    .mobile-menu-item a {
        margin-left: 10px;
    }

    .mobile-menu-item img {
        margin-top: 10px;
    }

.account-menu-item {
    width: 100%;
    float: left;
    border-top: 1px dotted #ffffff;
}

    .account-menu-item a {
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        float: left;
        margin-left: 0;
        margin-top: 15px !important;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

.phone-number {
    top: 30%;
    position: relative;
    font-family: 'Averta Bold';
}

.phone-number-mobile {
    display: none;
}

.phone-big {
    color: #fff;
    float: left;
    font-size: 20px;
    margin-left: 12px;
    margin-top: 9px;
    font-weight: bold;
}

.call-now {
    background: url("images/phone-icon-25x25.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    color: #47afe3;
    font-size: 16px;
    font-weight: normal;
    height: 44px;
    margin-top: 17px;
    padding: 13px 0 12px 40px;
}

.contact-email {
    text-decoration: none;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.contact-info-text {
    font-size: 20px
}


.logo {
    background: url('images/English/logo_petsecure.png');
    background-repeat: no-repeat;
}

.logo-holder {
    position: relative;
}

.logo-link {
    float: left;
    padding-left: 30px;
}

.underwritten-by {
    position: absolute;
    top: 60px;
    margin-top: 10px;
    font-size: 10px;
    color: #7E7E7E;
}

.logofr {
    background: url('images/French/logo_petsecure_fr.png');
    background-repeat: no-repeat;
}

.navbar-toggle {
    position: relative;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #7C8BCE;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff
    }

#mobileMenuButton {
    display: none;
    float: right
}

#mobileSocialButton {
    display: none;
    float: left
}

.breedWrap {
    float: left;
    width: 100%;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.fb-follow {
    float: right;
    margin-top: 12px
}

.portal-top-body-content {
    color: #FFFFFF;
    font-size: 18px;
    height: 100%;
}

    .portal-top-body-content a {
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
    }

        .portal-top-body-content a:hover {
            color: #6EBAC5;
        }


    .portal-top-body-content .top-lang {
        float: right;
        top: 30%;
        position: relative;
        font-family: 'Averta Bold';
    }

    .portal-top-body-content .your-account {
        background-color: #6B309E;
        padding-bottom: 10px;
        width: 130px;
        float: right;
        margin-left: 20px;
        position: relative;
        z-index: 100;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
    }

        .portal-top-body-content .your-account a {
            color: #fff;
            font-weight: bold;
            font-size: 14px;
        }

        .portal-top-body-content .your-account .account-text {
            float: left;
            margin-top: 15px;
            text-decoration: none;
            font-weight: bold;
            width: 100%;
            text-align: center;
            font-size: 13px;
            letter-spacing: 0.03em;
        }

        .portal-top-body-content .your-account a:hover {
            color: #fff;
            text-decoration: underline;
        }

.iconMessage {
    padding: 5px;
    border-radius: 10px;
    border: solid white 2px;
    float: left;
    margin-left: 10%;
}


.portal-content-wrapper {
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 73%;
}

.portal-marketing-wrapper {
    float: right;
    margin-bottom: 20px;
    width: 26%;
    height: 100%
}

.bar {
    font-size: 10px;
    color: #6F6F70;
}

.portal-bbblink-holder ul {
    float: right;
}

    .portal-bbblink-holder ul li {
        list-style-type: none;
        float: left;
        margin-right: 10px;
    }

        .portal-bbblink-holder ul li:last-child {
            margin-right: 0;
        }

#paymentMethodBody .arrow-pointer-double {
    font-size: 90%;
    padding-left: 0;
    background: none;
}

.petNameStyle {
    font-size: 22px;
    color: #323232;
    text-decoration: underline;
}

.petImageStyle {
    max-height: 180px;
    max-width: 180px;
}

#SubmitClaimForm li, #SubmitClaimForm div > p {
    background: #eee;
    word-break: break-all;
    justify-content: space-between;
    margin-bottom: 7px;
    list-style-type: none;
    border: 1px solid black;
    padding: 5px;
}

#SubmitClaimForm img {
    height: 36px;
    order: 1;
}

#SubmitClaimForm p {
    line-height: 36px;
    padding-left: 10px;
}

.quickLinksStyle {
    float: left;
    border: 1px solid #d4d4d4;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-top: 25px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

    .quickLinksStyle ul {
        margin-right: 10px;
    }

    .quickLinksStyle p {
        font-size: 12px;
    }

    .quickLinksStyle h3 {
        font-size: 16px;
        font-weight: 600;
        color: #323232;
    }


/* Responsive */

@media only screen and (min-width: 960px) and (max-width: 1061px) {
    body {
        width: 100%;
        max-width: 100%;
    }

    .portal-body-wrapper {
        display: inline-block;
        height: auto;
        margin: 0 10px;
        max-width: 1024px;
        padding-top: 5px;
        width: auto !important;
    }

    .logo-link {
        float: none;
    }

    .phone-number {
        padding-left: 2%;
    }
}

/* small screens */

@media only screen and (min-width: 790px) and (max-width: 960px) {
    .home-pet-wrapper .block-section-home img {
        max-width: 100%;
    }

    .block-section-home {
        max-width: 220px;
        width: 100%;
    }

    .home-pet-wrapper .float-left-less-50 {
        display: inline-block;
        height: 100%;
        vertical-align: bottom;
        width: 32%;
    }

    .logo-link {
        float: none;
    }
}

@media only screen and (min-width: 540px) and (max-width: 790px) {
    .home-pet-wrapper .block-section-home img {
        max-width: 100% !important;
    }

    #homePageInfo {
        text-align: center !important;
    }

    .block-section-home {
        max-width: 220px;
        width: 100%;
        margin: 20px auto;
    }

    .home-pet-wrapper .float-left-less-50 {
        display: inline-block;
        height: 100%;
        margin-right: 30px;
        vertical-align: middle;
        width: 40%;
    }

    .logo-link {
        float: none;
    }
}

@media only screen and (min-width: 240px) and (max-width: 540px) {
    .lpchat-container {
        display: none !important;
    }

    .home-pet-wrapper {
        clear: both;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    #homePageInfo {
        text-align: center !important;
    }

    .home-pet-wrapper .block-section-home img {
        max-width: 100% !important;
        display: block;
    }

    .block-section-home {
        width: 220px;
        margin: 0 auto;
    }

    .home-pet-wrapper .float-left-less-50 {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }

    #homePageInfo .small-blue {
        display: none;
    }

        #homePageInfo .small-blue.float-left {
            display: block;
            padding-bottom: 10px;
        }

    .logo-link {
        float: none;
    }
}

@media only screen and (min-width: 650px) and (max-width: 960px) {
    body {
        width: 100%;
        max-width: 100%;
        background: #fff;
    }

    .lpchat-container {
        display: none !important;
    }

    /* HEADER */
    .portal-top-body-content .your-account {
        margin-right: 1%;
    }

    .mobile-menu-item {
        display: inline-block;
        height: auto;
    }

    #mobilePaymentMenu {
        position: relative;
        top: 0;
        background: #1a6298 none repeat scroll 0 0;
    }

        #mobilePaymentMenu .mobile-menu-item {
            padding-left: 30px;
        }

            #mobilePaymentMenu .mobile-menu-item .item {
                display: block;
                float: none;
            }

    #mobileMenuPayment span.icon-plus {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        height: 0;
        position: absolute;
        right: 20px;
        width: 0;
    }

    #mobileMenuPayment span.icon-minus {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        right: 20px;
        width: 0;
        margin-top: 5px;
    }

    #mobileMenuButton {
        display: block;
        float: left;
        margin: 5px 0 5px 10px;
        cursor: pointer;
    }

    #SubmitClaimForm {
        width: 100% !important;
    }

        #SubmitClaimForm input[type="submit"] {
            width: 100%;
            margin-top: 30px;
        }

    .portal-logo-contact-wrapper {
        border-bottom: 1px solid #ddd;
        float: none;
        padding-bottom: 5px;
    }

    .portal-body-header {
        margin: 22px 0 0;
    }

    .portal-bbblink-holder ul {
        margin-top: 20px;
    }

    .portal-navigation {
        display: none;
    }

    .mobile-menu, .mobile-social-menu {
        background-color: #323232;
    }

    .mobile-menu-item {
        border-top: 1px solid #fff;
        border-bottom: none;
    }

    /* MAIN */
    .portal-body-wrapper {
        display: inline-block;
        height: auto;
        margin: 0 10px;
        max-width: 1024px;
        padding-top: 5px;
        width: 98% !important;
    }

    .portal-content-wrapper {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100% !important;
    }

    .portal-footer-content {
        border-top: 1px solid #ddd;
        display: inline-block;
        height: auto;
        margin: 20px auto 0;
        max-width: 1024px;
        padding-left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 240px) and (max-width: 650px) {
    body {
        width: 100%;
        max-width: 100%;
        background: #fff;
    }

    .lpchat-container {
        display: none !important;
    }

    .portal-top-body-content .your-account {
        margin-right: 4%;
    }

    .mobile-menu-item {
        border-top: 1px solid #fff;
        border-bottom: none;
        display: inline-block;
        height: auto;
    }

    #mobilePaymentMenu {
        position: relative;
        top: 0;
        background: #1a6298 none repeat scroll 0 0;
    }

        #mobilePaymentMenu .mobile-menu-item {
            padding-left: 30px;
        }

            #mobilePaymentMenu .mobile-menu-item .item {
                display: block;
                float: none;
            }

    #mobileMenuPayment span.icon-plus {
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        height: 0;
        position: absolute;
        right: 20px;
        width: 0;
    }

    #mobileMenuPayment span.icon-minus {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        right: 20px;
        width: 0;
        margin-top: 5px;
    }

    #mobileMenuButton {
        display: block;
        float: left;
        margin: 5px 0 5px 10px;
        cursor: pointer;
    }

    #SubmitClaimForm {
        width: 100% !important;
    }

        #SubmitClaimForm input[type="submit"] {
            width: 100%;
            margin-top: 30px;
        }

    .mobile-menu, .mobile-social-menu {
        background-color: #323232;
    }

    .portal-navigation {
        display: none;
    }

    .portal-logo-contact-wrapper {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .portal-navigation h1 {
        font-size: 1.3em;
        line-height: 1.2;
    }

    .logo, .logofr {
        background: url("images/English/logo_petsecure.png") center center no-repeat !important;
        display: block !important;
    }

    .home-pet-wrapper {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #homePageInfo {
        text-align: left !important;
    }

    .home-pet-wrapper .float-left-less-50:nth-child(2n) {
        margin-right: 0;
    }

    .portal-body-wrapper {
        display: inline-block;
        height: auto;
        margin: 0 10px;
        max-width: 1024px;
        padding-top: 5px;
        width: 98% !important;
    }

    .portal-marketing-wrapper, .portal-logo-contact-wrapper .small-blue, .portal-bbblink-holder {
        display: none;
    }

    .portal-content-wrapper {
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
        /*width: 100%!important;*/
    }

    .portal-footer-content {
        display: inline-block;
        height: auto;
        margin: 20px auto 0;
        max-width: 1024px;
        width: 100%;
    }

    .portal-body-header {
        display: none;
    }

    .portal-footer-content {
        border-top: 1px solid #ddd;
        display: inline-block;
        height: auto;
        margin: 20px auto 0;
        max-width: 1024px;
        padding-left: 10px;
        width: 100%;
    }

    .portal-footer-content-right {
        float: left;
    }

    .portal-bbblink-holder ul {
        float: none;
    }

        .portal-bbblink-holder ul li {
            float: left;
            list-style-type: none;
            margin-right: 0;
        }

    .call-now {
        padding: 13px 0 12px 30px;
    }

    .phone-number {
        display: none;
    }

    .phone-number-mobile {
        display: block;
        font-size: 20px !important;
        margin-top: 3%;
        margin-bottom: 3%;
        font-family: 'Averta Bold';
    }

        .phone-number-mobile a {
            font-size: 20px !important;
        }

    .portal-logo-contact-wrapper {
        float: none;
        margin-bottom: 10px;
        margin-top: 0;
        height: 90px;
        text-align: center;
    }

    .portal-body-wrapper .portal-content-wrapper .big-orange-button {
        background-color: #fc6506;
        color: #fff;
        font-size: 20px !important;
        margin: 10px 0 0 !important;
        text-decoration: none !important;
        width: 100%;
    }

    .payment-block-wide > label[for="Donation"] {
        margin-top: 10px;
    }

    /* Responsive table */
    table {
        border: 0;
    }

        table thead {
            display: none;
        }

        table tr {
            margin-bottom: 0;
            display: block;
            /*border-bottom: 2px solid #ddd;*/
        }

        table.datatable tr {
            background-color: #ffffff;
            border-bottom: 2px solid #47afe3 !important;
        }

        table td {
            display: block;
            text-align: left;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            table td:last-child {
                border-bottom: 0;
            }

            table td:before {
                content: attr(data-label);
                float: left;
                /*text-transform: uppercase;*/
                font-weight: bold;
                width: 40%;
            }

        table td {
            text-align: left !important;
        }

        table tr:nth-child(1) {
            border-top: 1px solid #000;
        }

    .petIcon {
        max-width: 100%;
    }

    #petInfoBody .arrow-pointer-double, #petInfoBody .arrow-pointer.big-blue {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    #petInfoBody .float-left-50-child {
        text-align: left !important;
        margin-right: 20px;
    }

    #petInfoBody .float-left-100 {
        margin: 5px 0;
    }

    #petInfoBody .edit-image.petInfo {
        margin: 50px 0 0 160px;
        position: absolute;
    }

        #petInfoBody .edit-image.petInfo a {
            margin: 0 0 15px;
            display: block;
        }

        #petInfoBody .edit-image.petInfo span.icon-edit {
            width: 20px;
            height: 20px;
            background: url("/Content/themes/PET/images/sprite.png") no-repeat -35px 6px;
            display: inline-block;
        }

        #petInfoBody .edit-image.petInfo span.icon-remove {
            width: 20px;
            height: 20px;
            background: url("/Content/themes/PET/images/sprite.png") no-repeat -33px -44px;
            display: inline-block;
        }

    #paymentMethodBody .arrow-pointer.big-blue {
        background: none;
        margin-left: 0;
        padding-left: 0;
    }

    #paymentMethodBody fieldset label {
        text-align: left !important;
        padding-right: 20px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 340px) and (max-width: 370px) {
    #petInfoBody .arrow-pointer, #petInfoBody .arrow-pointer-double {
        font-size: 90% !important;
        height: 20px;
    }

    .breedWrap .big-blue {
        font-size: 90%;
    }
}

@media only screen and (min-width: 240px) and (max-width: 340px) {
    #petInfoBody .arrow-pointer, #petInfoBody .arrow-pointer-double {
        font-size: 90% !important;
        height: 20px;
    }

    .breedWrap .big-blue {
        font-size: 90%;
    }

    #petInfoBody .float-left-50-child {
        margin-right: 10px;
    }

    #petInfoBody .edit-image.petInfo {
        clear: both;
        display: block;
        margin: 0;
        padding-top: 10px;
        position: relative;
    }
}

.breed-info-font {
    font-size: 15px;
    color: #323232;
}

#paymentHistoryHolder {
    margin-bottom: 25px;
}

.add-pet-photo-section {
    color: #6EBAC5 !important;
    border-color: #6EBAC5 !important;
}

    .add-pet-photo-section .fa-plus-circle:before {
        color: #6EBAC5 !important;
    }

.pet-image-wrapper a,
.pet-image-wrapper p,
.block-section-home a,
.block-section-home p {
    text-decoration: none !important;
    color: #323232 !important;
    font-family: 'Averta Extra Bold' !important;
}

    .pet-image-wrapper a:hover,
    .pet-image-wrapper p:hover,
    .block-section-home a:hover,
    .block-section-home p:hover {
        color: #147582 !important;
        border-color: #147582 !important;
        cursor: pointer;
    }

.download-form-section, .add-pet-section {
    background-color: #6EBAC5 !important;
}

/*REGIONAL SELECTOR MODAL*/
:root {
    --primary: #147582;
    --secondary: #6ebac5;
    --dark: #323232;
    --light: #ffffff;
    --text: #222222;
    --accent: #f2f2f2;
    --success: #4CAF50;
    --glass: rgba (255, 255, 255, 0.85);
}

h2.rsm-modal-header-title {
    font-family: inherit;
    color: var(--dark);
    font-weight: 900;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    font-size: 3rem;
}

p.rsm-modal-province-label {
    font-family: inherit;
    color: var(--text);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.9;
}

p.rsm-modal-description {
    font-family: inherit;
    color: #94a1b2;
    font-weight: 400;
    font-size: 14px;
    max-width: 65ch;
}

button.rsm-confirm-button-style {
    border: none;
    border-radius: 20px;
    width: 100%;
    height: 56px;
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: var(--light);
    cursor: pointer;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 8px 32px rgb(118, 186, 197);
    color: var(--dark);
    text-transform: uppercase;
}

    button.rsm-confirm-button-style:hover {
        background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
        box-shadow: 0 6px 20px rgb(110, 186, 197);
        transform: translateY(-2px) scale(1.02);
        letter-spacing: 0.05em;
        color: var(--light)
    }

    button.rsm-confirm-button-style:active {
        transform: translateY(1px) scale(0.98);
    }

    button.rsm-confirm-button-style::before {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent,rgb(255, 255, 255), transparent);
        transition: all 0.7s cubic-bezier(0.23, 1, 0.32,1);
    }

    button.rsm-confirm-button-style:focus {
        outline: none;
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgb(110, 186, 197);
        letter-spacing: 0.05em;
    }

select.rsm-province-list-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid var(--primary) !important;
    border-radius: 8px !important;
    width: 100%;
    padding: 1.25rem;
    font-size: 20px !important;
    line-height: 1.5rem !important;
    height: 4rem;
    background: var(--light);
    color: var(--primary);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23147582' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 24px;
    transition: all 0.35s ease;
}

    select.rsm-province-list-select:hover {
        background-color: rgba(110, 186, 197,0.05);
    }

    select.rsm-province-list-select:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(1,147,229,0.1);
    }

    select.rsm-province-list-select option {
        padding: 1rem;
        line-height: 1.5;
        color: var(--primary);
        background: var(--accent);
        transition: background 0.2s ease;
    }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(1, 147, 229, 0.05);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.glass-container {
    background: var(--glass);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border: 1px solid rgb(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgb(0,0,0, 0.05);
}

select option, datalist option, input[list] {
    color: var(--text);
}

/* END REGIONAL SELECTOR MODAL*/

table.datatable {
    width: 100%;
    border-bottom: 1px solid #147582;
    background-color: #323232;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

table.datatable th {
    font-size: 11px;
    line-height: 110%;
    color: #fff;
    padding: 7px 15px 7px 4px;
    text-align: center
}

table.datatable th.th_first {
    border-left: none
}

table.datatable td {
    text-align: center;
    font-size: 12px;
    padding: 4px 4px 4px 4px;
    background-color: #fff;
    border-left: solid 1px #92afa5;
    border-right: solid 1px #92afa5
}

table.datatable tr {
    border-left: solid #92afa5;
    border-width: 1px
}

table.datatable thead tr {
    border-width: 0
}
@font-face {
    font-family: "Averta Regular";
    src: url('Fonts/Intelligent Design - Averta-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Averta Bold";
    src: url('Fonts/Intelligent Design - Averta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Averta Extra Bold";
    src: url('Fonts/Intelligent Design - Averta-ExtraBold.otf') format('truetype');
}

.portal-navigation {
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Averta Regular' !important;
}

    .portal-navigation hr {
        color: #323232;
    }

.portal-top-menu {
    float: left;
    width: 100%
}

    .portal-top-menu a {
        color: #323232;
        font-size: 24px;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
        text-decoration: none !important;
    }

        .portal-top-menu a:hover {
            color: #323232;
            font-weight: 400;
        }

        .portal-top-menu a:first-child {
            border-left: 0;
            margin-left: 0;
        }


    .portal-top-menu span {
        display: none !important;
    }

.animation-from-left {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
}

    .animation-from-left:after {        
        position: absolute;
        bottom: -8px;
        content: " ";
        width: 0;
        background: #6EBAC5;
        height: 3px;
        left: 0;
        right: 0;
        transition: width .3s;
    }

    .animation-from-left:hover:after {        
        width: 100%;
    }

.menu-hight-light {
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
    color: #323232 !important;
}

    .menu-hight-light:after {
        position: absolute;
        bottom: -8px;
        content: " ";
        width: auto;
        background: #6EBAC5;
        height: 3px;
        left: 0;
        right: 0;
    }

@font-face {
    font-family: "Averta Regular";
    src: url('Fonts/Intelligent Design - Averta-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Averta Bold";
    src: url('Fonts/Intelligent Design - Averta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Averta Extra Bold";
    src: url('Fonts/Intelligent Design - Averta-ExtraBold.otf') format('truetype');
}

.validation-summary-errors {
    color: #E12160;
    font-weight: normal;
    font-size: .8em;
    margin-bottom: 10px;
}

.validation-summary-valid {
    display: none
}

.field-validation-error {
    color: #c91820;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
}

/*input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	box-shadow: 0 0 0 1px #e80c4d;
}*/

select {
    display: inline !important;
    padding: 6px !important;
    border-radius: 0px !important;
    border: 1px solid #6F6F6F !important;
    box-sizing: border-box;
    box-shadow: none;
    color: #323232 !important;
    font-family: 'Averta Regular' !important;
    font-size: 15px !important;
    font-weight: 400;
    height: 45px;
}

    select:hover {
        border: 1px solid #147582 !important;
    }

    select:focus {
        border: none;
        outline: 2px solid #147582 !important;
    }

.error {
    color: #e80c4d
}

.message-info {
    clear: both;
    padding: 10px 20px
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0
}

.ui-widget-header {
    background: none;
    color: #fff;
    border: none
}

ul.ui-tabs-nav {
    border-bottom: 2px solid #323232;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-button-text {
    background: none;
    background-color: #BAE1F5;
    color: #fff;
    font-weight: bold;
    border: none
}

/*.ui-state-hover {
    color: #fff!important;
    background-color: #fdb813
}*/

.ui-state-disabled {
    pointer-events: none
}

.ui-widget-content a {
    color: #147582;
}

    .ui-widget-content a:hover {
        color: #9E0A9A;
    }

.no-border {
    border: none !important;
}

.ui-dialog {
    font-size: 15px !important;
}

.ui-dialog-title {
    font-size: 15px !important;
}

.ui-button-text {
    font-size: 15px !important;
}

.ui-effects-wrapper {
    display: none !important;
}

@media only screen and (max-width: 1158px) {
    .float-left-less-50 {
        width: 50%;
    }
    /*.portal-top-menu a{ font-size: 15px !important;}*/
    .portal-top-body-right{ width: 60%;}
    table.datatable{ width: 90%;}
    .float-left-20 img{ width: 100%;}
    #petSubMenu{ left: 300px !important;}
    #paymentSubMenu{ left: 400px !important;}
}

@media only screen and (max-width: 1090px) {
    .portal-top-body-right {
        width:70%
    }
    .portal-body-wrapper {
        width:90%
    }
    table.datatable{ width: 95%;}
}
@media only screen and (max-width: 980px) {
     .portal-body-wrapper {
        width:98%
    }
}
@media only screen and (max-width: 897px) {

     .portal-marketing-wrapper {
         width: 20%;
     }
     .portal-content-wrapper {
         width: 80%;
     }

}




@media only screen and (max-width: 796px) {
    .portal-top-body-right{ width: 100%;}
    .portal-navigation {
        display:none
    }
     .portal-marketing-wrapper {
         display: none;
     }
     .portal-content-wrapper {
         width: 98%;
     }
     .float-left-65 {
         width: 100%;   
     }
     .float-left-35 {
         width: 100%;   
     }
     .float-left-60 {
        width:100%;
        }
    .float-left-40 {
        width:100%;
    }
    .live-chat {
        float: left
    }
    .portal-logo-contact-right {
        width: 55%
    }

    .portal-logo-contact-left {
        width: 45%
    }

    .portal-footer-content-left {
        font-size: 10px;
        margin-top: 10px
    }
   .portal-footer-content-right {
        font-size: 10px;
        margin-top: 10px
    }
    .portal-logo-contact-content {
        width: 100%;
    }
    /*
    .portal-top-body-right {
        width: 80%
    }*/

    #mobileMenuButton {
        display: block;
        margin-right: 5%;
        margin-left: 6%;
    }
    .feedback{ display: none;}
}

@media only screen and (max-width: 766px) {
    .portal-top-body-right{ width: 100%;}
    .big-phone{ width: 50%;}

}

@media only screen and (max-width: 697px) {
    .portal-top-body-right {
        width:100%
    }

    #logo {
        width: 90%
    }

    #socialHolder {
        display: none
    }

    #mobileSocialButton {
        display: block
    }
}
@media only screen and (max-width: 697px) {
    .block-section .float-left-20 {
        width: 100%;text-align: center;
    }
    .block-section .float-left-20 img {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .block-section .float-right-80 {
        width: 95%;
    }

    .float-left-50 {
        max-width: none;
        width: 100%;
    }
    table.datatable{ width: 98%;}
    .portal-logo-contact-right {
        width: 100%;
    }
        .portal-logo-contact-left {
            display: none;
    }
    .portal-footer-content-left {
        width: 100%;
    }
    .portal-footer-content-right {
        width: 100%;
    }
}
@media only screen and (max-width: 555px) {
    #contactus {
        display: none
    }
    .contact-vbar {
        display: none
    }
    .contact-email{ width: 100%;}
}
@media only screen and (max-width: 500px) {
    .float-left-less-50 {
        width: 100%;
    }
    .home-pet-wrapper {
        text-align: center;
    }
    .block-section-home {
        margin-left: auto;
        margin-right: auto;
    }
    #homePageInfo{ text-align: center;}
    .portal-logo-contact-right{ margin-left: 100px;}
}
@media only screen and (max-width: 430px) {
    .portal-logo-contact-right a {
        font-size:16px
    }

    .portal-logo-contact-right span {
        font-size: 20px
    }

    .special-wording {
        font-size: 16px!important
    }

    .ui-dialog {
        width: 95%!important;
        top: 52px!important;
        left: 5px!important
    }
    .portal-top-body-content .top-lang {
        margin-left: 0;
    }
}

@media only screen and (max-width: 390px) {
    fieldset label {
        font-size: 13px;
    }
    .cusInfo {
        font-size: 13px !important;
    }
    .float-left-100 {
        width: 100%;
    }
    .editContact,.deleteContat{ font-size: 10px;}
}
