﻿@charset "UTF-8";

/* @font-face {
    font-family: 'IcoMoon';
    src: url("/fonts/IcoMoon.eot");
    src: url("/fonts/IcoMoon.eot?#iefix") format("embedded-opentype"), url("/fonts/IcoMoon.woff") format("woff"), url("/fonts/IcoMoon.ttf") format("truetype"), url("/fonts/IcoMoon.svg#IcoMoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rockwell';
    src: url('../fonts/Rockwell.woff') format('woff');
}


@font-face {
    font-family: 'rockwell';
    src: url('../fonts/Rockwell.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
} */

@font-face {
    font-family: 'Cencora-Gilroy';
    src: url('../fonts/ABgilroy-regular.otf') format('opentype');
}


body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Cencora-Gilroy', sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 320px;
    /* color: #1A1A1A; */
    color: #464646;
    background-color: #fff;
    background-repeat: no-repeat;
    background-color: #555555;
}

/**********HEADER**********/
.header-container {
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    /*max-width: 1280px;*/
    position: relative;
    margin-right: auto;
    margin-left: auto;
    float: left;
}

/* .top-contact-details, .top-contact-details-mobile {
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 15px;
    display: inline-block;
    position: absolute;
    margin-top: 10px;
    margin-bottom: 10px;
} */

.top-contact-details, .top-contact-details-mobile {
    width: 260px;
    /* border-right: 1px solid #296fab; */
    color: #464646;
    line-height: 15px;
    display: inline-block;
    /* position: absolute; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-contact-details .phonenumber, 
.top-contact-details-mobile .phonenumber {
    font-size: 18px;
    padding-top: 13px;
    float: left;
    font-weight: 700;
}

.header-right {
    float: right;
    /* width: 57%; */
    height: 50px;
    margin-bottom: 23px;
}

.logo-wrap {
    float: left;
    width: 100%;
    padding: 20px;
}

.nav-wrap {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #3c289b;
    background: #3c289b;
    position: relative;
}

    .nav-wrap a {
        color: #fff;
        font-weight: 700;
    }


ul.third-menu {
    display: none;
    left: 100%;
    top: -2px;
    background: #8c9094;
    padding-top: 5px !important;
}

li.sub-parent:hover > ul.third-menu {
    display: block !important;
}

.top-contact-details .phonenumber, .top-contact-details-mobile .phonenumber {
    font-size: 17px;
    padding-top: 0px;
    float: left;
    font-weight: 700;
}

.top-contact-details .hours, .top-contact-details-mobile .hours {
    font-size: 12px;
    float: left;
    padding-top: 2px;
}

.header-left {
    float: left;
}

.top-contact-details img {
    float: left;
    margin-right: 5px;
    width: 32px;
}

/* .header-skew {
    -webkit-transform: skew(0.01deg, -6.01deg);
    transform: skew(0.01deg, -6.01deg);
    padding: 65px 0 36px;
    margin: -70px auto -71px;
    background-image: url(/Images/shade.png);
    background-repeat: no-repeat;
    background-position: left 0px bottom -1970px;
    background-size: 1300px 2100px;
    overflow: hidden; 
} */

header {
    /* -webkit-transform: skew(0.01deg, 6.01deg);
    transform: skew(0.01deg, 6.01deg); */
    padding-top: 20px;
}

.login-btn:after {
    content: "";
    background-color: inherit;
    display: block;
    width: 100%;
    height: 24px;
    position: relative;
    background-color: #008BB0;
    -webkit-transform: skew(0deg, -6.01deg);
    transform: skew(0deg, -6.01deg);
    margin-top: -10px;
}

.login-btn {
    background-color: #008BB0;
    height: 36px;
    position: absolute;
    right: 0px;
    width: 125px;
    display: none;
}

    .login-btn img {
        width: 30px;
        margin-right: 8px;
    }

    .login-btn a {
        color: #ffffff;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        font-size: 13px;
        padding: 9px 5px 0;
        font-weight: bold;
        z-index: 2;
    }

        .login-btn a .ico-user-1 {
            font-size: 30px;
            vertical-align: middle;
            line-height: 13px;
        }

[class^="ico-"], [class*=" ico-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-user-1:before {
    content: "\e926";
}

.login-btn a .ico-user-1:before {
    margin-right: 8px;
}

.search-container {
    float: right;
    width: 65%;
    clear: right;
    text-align: right;
    position: relative;
    box-shadow: none;
    border: 0;
    margin-top: 5px;
    border-radius: 3px;
}

    .search-container .search-button {
        position: absolute;
        top: 4px;
        right: 4px;
        text-align: right;
    }

        .search-container .search-button button {
            text-indent: -9999px;
            width: 100%;
            font-weight: 400;
            background-color: transparent;
            padding: 5px;
            width: 30px;
            height: 30px;
        }

.search-input input {
    height: 37px;
    color: inherit;
    box-shadow: none;
    background-color: #f8f8f8;
    width: 100%;
    padding-right: 33px;
    border: none;
    padding: 0.5rem;
    border-radius: 3px;
}

/**********GENERAL STYLES**********/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

body {
    font-family: 'Cencora-Gilroy', sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 320px;
    color: #1A1A1A;
    background-color: #fff;
    background-repeat: no-repeat;
    background-color: #555555;
}

.container {
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1280px;
    background-color: #f8f8f8;
}

.page-wrap {
    float: left;
    background: #f8f8f8;
    width: 100%;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

.wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* padding: 20px; */
}

a {
    text-decoration: none;
    color: #00539b;
}

p {
    margin: 10px 0px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    color: #3c289b;
    font-family: 'Cencora-Gilroy', sans-serif;
    font-weight: normal !important;
}

.btn {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: 'Cencora-Gilroy', sans-serif;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 33px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: #008BB0;
    border-color: #008BB0;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary {
    background: #008BB0;
    border-color: #008BB0;
}

.btn-secondary {
    color: #00539b;
    border: 1px solid #00539b;
    background: none;
}

.btn:hover {
    color: #fff;
    background: #00539b;
    border-color: #00539b;
}

    .btn:hover a, .btn a:hover {
        color: #fff !important;
        background: #00539b;
    }

.white {
    background: #fff;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-double {
    margin-top: 40px;
}

/**********CONTENT**********/
.section-container-banner {
    position: relative;
    /* -webkit-transform: skew(0.0001deg, -6.01deg); */
    /* transform: skew(0.0001deg, -6.01deg); */
    padding: 0px 0 140px;
    margin-bottom: -140px;
}

.content-container-banner {
    float: left;
    width: 100%;
    min-height: 600px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    /* -webkit-transform: skew(0.0001deg, 6.01deg); */
    /* transform: skew(0.0001deg, 6.01deg); */
    background-size: cover !important;
    margin: -9px 0 -70px 0px;
}

.tint {
    background: rgba(0, 0, 0, 0.25);
    padding-bottom: 101px;
    padding: 140px 0 !important;
    height: 100%;
    float: left;
    width: 100%;
    min-height: 600px;
}

.widget-container {
    padding: 40px 0px;
}

.content-container {
    float: left;
    width: 100%;
    min-height: 300px;
    padding: 20px;
    padding-bottom: 100px;
}

.breadcrumb {
    float: left;
    width: 100%;
    padding: 20px 10px 13px 10px;
    border-bottom: 1px solid #e8e8e8;
}

ul.breadcrumb-nav {
    padding: 0px;
    list-style: none;
}

    ul.breadcrumb-nav li {
        float: left;
        margin-right: 15px;
        color: #939598;
    }

        ul.breadcrumb-nav li.first {
            color: #00539b;
        }

        ul.breadcrumb-nav li.spacer {
            color: #008BB0;
        }

.user {
    float: right;
    font-size: 19px;
    width: 29%;
    color: #002b5c;
}

.page-heading {
    float: left;
    width: 100%;
    padding: 25px 10px 5px 10px;
    border-bottom: 1px solid #e8e8e8;
}

    .page-heading h1 {
        color: #00539b;
        margin-bottom: 9px;
    }

.page-content {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.hub-boxes {
    display: flex;
}

.box {
    background: #fff;
    padding: 30px 10px;
    text-align: center;
    height: 100%;
}

.box-summary {
    padding: 0px 18px;
    height: 74px;
    float: left;
    width: 100%;
}

.box-link {
    clear: both;
}

.col-3 {
    float: left;
    width: 33%;
    padding: 10px;
}

.col-2 {
    float: left;
    width: 50%;
    padding: 10px;
}

.col-full {
    float: left;
    width: 100%;
    padding: 10px;
}

.box h4 {
    margin: 5px 0px;
    font-size: 21px;
}

.user-search .box {
    background: #fff;
    padding: 30px;
    text-align: left;
    height: 100%;
}

.action-buttons {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: right;
}

    .action-buttons .btn {
        font-size: 12px;
    }

.user-table {
    float: left;
    width: 100%;
}

.contentanimalhealth {
    text-align: center;
}

    .contentanimalhealth h1 {
        font-size: 75px;
        color: #fff;
        line-height: 72px;
    }

p.animalhealth {
    font-family: 'Cencora-Gilroy', sans-serif;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 20px;
}

.a-shade-top.a-shade-bottom {
    position: relative;
    /* -webkit-transform: skew(0.0001deg, 6.01deg);
    transform: skew(0.0001deg, 6.01deg); */
    padding: 0px 0 140px;
    margin-bottom: -140px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.content-main {
    /* -webkit-transform: skew(0.0001deg, -6.01deg);
    transform: skew(0.0001deg, -6.01deg); */
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: -70px 0;
    padding: 140px 0;
    float: left;
    width: 100%;
}

.a-shade-top.a-shade-bottom:nth-child(even) {
    position: relative;
    /* -webkit-transform: skew(0.0001deg, -6.01deg);
    transform: skew(0.0001deg, -6.01deg); */
    padding: 0px 0 140px;
    margin-bottom: -140px;
    overflow: hidden;
}

    .a-shade-top.a-shade-bottom:nth-child(even) .content-main {
        background-color: #ffffff !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        /* -webkit-transform: skew(0.0001deg, 6.01deg);
        transform: skew(0.0001deg, 6.01deg); */
        background-size: cover;
        margin: -70px 0;
        padding: 140px 0;
    }

/*Form Elements*/
.form-row {
    margin-bottom: 20px;
    display: block;
    clear: both;
}

    .form-row input, .form-row select {
        height: 30px;
        border: 1px solid #d4cfcf;
        width: 324px;
        padding: 0px 10px;
        color: #002B5C;
    }

        .form-row input[type="checkbox"] {
            height: auto;
            border: none;
            width: auto;
            padding: 0px;
        }

    .form-row label {
        color: #002B5C;
        font-weight: 600;
        margin-right: 10px;
        width: 85px;
        display: inline-block;
    }

.seperator-heading {
    border-bottom: 1px solid;
    padding-bottom: 7px;
    margin-top: 35px;
}

/*Table Elements*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eceeef;
    background: #f8f8f8;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

th {
    text-align: left;
}

.table td .btn {
    font-size: 11px;
    padding: 6px 20px;
}

.table-wrap {
    float: left;
    width: 100%;
    padding: 25px;
}

td.actions {
    padding: 7px 0px;
}

/*SERVICES OVERIDES*/
.services .tint {
    background: none;
    padding-bottom: 101px;
    padding: 140px 0 !important;
    height: 100%;
    float: left;
    width: 100%;
    min-height: 754px;
}

.services .content-container-banner .bubble blockquote {
    margin: 10px 10px 0;
    background: none;
    padding: 10px 0px;
    position: relative;
    border: none;
    display: inline-block;
    border-radius: 8px;
    font-size: 30px;
    line-height: 32px;
    color: #00539b;
    text-align: center;
}

.services .slick-dots li button:before {
    color: #d0d0d0;
}

/**********FOOTER**********/
.footer-wrap {
    position: absolute;
    max-width: 100%;
    text-align: center;
    padding: 30px;
    top: 0px;
}

.footer-wrap-content {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

footer {
    float: left;
    width: 100%;
}

    /* footer .centaur-footer.angle-left:before {
        content: "";
        background-color: inherit;
        display: block;
        width: 100%;
        height: 140px;
        position: relative;
        top: -70px;
        -webkit-transform: skew(0deg, 6deg);
        transform: skew(0deg, 6deg);
        margin-bottom: -140px;
        margin-top: 70px;
    } */

    footer .centaur-footer {
        padding: 0 0 10px 0;
        background-color: #EEEEEE;
        z-index: 9;
        position: relative;
        /*max-width: 1280px;*/
        height: 270px;
    }

.footer-padding {
    padding-top: 30px;
    position: relative;
}

.footer-content {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    padding-top: 30px;
    /* display: flex; */
    font-size: 12px;
}

    .footer-content ul {
        padding: 0px;
        list-style: none;
        text-align: center;
    }

        .footer-content ul li {
            /* float: left; */
            margin: 0px 10px;
            display: inline-block;
        }

        .footer-content ul li a {
            color: #3c289b;
        }

    /* .footer-content .footer-social ul li {
        margin: 0px 3px;
    } */

    .footer-content .footer-social ul li {
        position: relative;
        display: inline-block;
        width: 2.75em;
        height: 2.75em;
        border-radius: 50%;
        margin: 0 .75em;
        background-color: #3c289b;
        line-height: 2.75em;
        color: #fff !important;
    }

    .footer-content .footer-social ul li a.social_link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #fff !important;
    }

    .footer-content .footer-social ul li .svg-icon {
        width: 2em;
        color: #fff !important;
        fill: currentColor;
    }

.footer-nav {
    padding-top: 12px;
    margin: 0px 40px;
    text-align: center;
}

/*NAV ITEMS*/

ul.third-menu:before {
    display: none !important;
    content: none;
}

ul.third-menu li {
    background-color: #8c909433 !important;
}


.mainnav, .loginmenu {
    margin: 0;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    list-style: none;
}

.mainnav {
    width: 303px;
    padding: 0px;
    list-style-type: none;
}

    .mainnav > li, .loginmenu > li {
        float: left;
        position: relative;
    }

.nav-item-container {
    display: inline-block;
    width: 100%;
    position: relative;
    max-height: 100%;
    height: 100%;
}

.mainnav > li a, .loginmenu > li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 10px;
    display: block;
    border: 0px solid transparent;
    font-family: 'Cencora-Gilroy', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 23px 20px 0;
}

.mainnav > li ul li a, .loginmenu > li ul li a {
    color: #fff;
    padding: 15px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    text-transform: none;
    display: block;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
}

.mainnav > li .toggle-sub, .loginmenu > li .toggle-sub {
    display: none;
}

.mainnav > li ul li, .loginmenu > li ul li {
    padding: 0 10px;
    background-color: #3c289b;
    position: relative;
}

.mainnav > li:hover > ul, .loginmenu > li:hover > ul {
    display: block;
}

.mainnav > li ul:before, .loginmenu > li ul:before {
    content: "";
    background-color: inherit;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #3c289b;
    /* -webkit-transform: skew(0deg, 6.01deg);
    transform: skew(0deg, 6.01deg); */
    margin-bottom: -25px;
}

.mainnav > li ul, .loginmenu > li ul {
    display: none;
    width: 197px;
    position: absolute;
    padding: 0;
    z-index: 10;
    list-style: none;
    text-align: center;
    margin: 0;
}

    .mainnav > li ul li:last-child, .loginmenu > li ul li:last-child {
        padding-bottom: 15px;
    }

.mainnav > li a:hover, .loginmenu > li a:hover {
    color: #008BB0;
}

/* Bubble Slider */
.bubble blockquote {
    margin: 10px 10px 0;
    background: none;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

    .bubble blockquote:before, .bubble blockquote:after {
        content: "\201C";
        position: absolute;
        font-size: 100px;
        padding: 10px;
        line-height: 1;
        color: #008BB0;
    }

    .bubble blockquote:before {
        top: 0;
        left: 10px;
    }

    .bubble blockquote:after {
        content: "\201D";
        right: 10px;
        bottom: -.5em;
    }

.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color: #f7f7f7;
}

.slick-dots li button:before {
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #008BB0;
}

/*IMAGE BUBBLE*/
.content-container-banner .bubble blockquote {
    margin: 10px 10px 0;
    background: none;
    padding: 10px 0px;
    position: relative;
    border: none;
    display: inline-block;
    border-radius: 8px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

    .content-container-banner .bubble blockquote:before,
    .content-container-banner .bubble blockquote:after {
        display: none;
    }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding-top: 15px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Icons */

.slick-prev,
.slick-next {
    display: none !important;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-size: 42px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: 1;
                color: #ffffff;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #008BB0;
        }


.scrollToTop {
    width: 60px;
    padding: 15px 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 53px;
    display: none;
    background: #00539b;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

.login-fields {
    float: right;
    padding-top: 12px;
    color: #fff;
    padding-right: 12px;
    font-size: 11px;
}

    .login-fields label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 3px;
        margin-left: 10px;
        margin-right: 8px;
        font-weight: bold;
    }

    .login-fields input {
        border: 1px solid #b3b3b3;
        padding: 3px 5px;
        font-size: 12px;
        width: 200px;
        height: 26px;
        background: #fff;
        margin-right: 5px;
        color: #333;
    }

.login-button {
    float: right;
    margin-left: 0px;
    background: #008BB0;
    padding: 4px 14px;
    color: #00539b;
    cursor: pointer;
    border-radius: 28px;
}

.message-box.error {
    position: absolute;
    width: 100%;
}

    .message-box.error p {
        color: #00539b;
        width: 100%;
        margin-top: -107px;
        font-size: 13px;
        line-height: 21px;
        background: #008BB0;
        padding: 15px 10px;
        text-align: center;
        font-weight: bold;
        float: right;
    }

/*LOGGED IN USER MENU*/

.user.logged-in-details {
    width: 46%;
}

    .user.logged-in-details .user-pass {
        float: left;
        font-size: 14px;
        text-align: center;
        line-height: 15px;
        padding-top: 12px;
        color: #fff;
    }

        .user.logged-in-details .user-pass a {
            font-size: 11px;
        }

    .user.logged-in-details form {
        float: left;
        padding-top: 1px;
        padding-left: 20px;
    }


    .user.logged-in-details .user-pass .btn {
        font-size: 10px;
        padding: 5px 16px;
    }






    .mainnav.logged-in-alt li a {
        padding-right: 41px;
        padding-top: 20px;
    }


.left-side img {
    width: 100% !important;
    max-width: 388px !important;
    height: 388px !important;
    float: left;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 0.6;
}

.right-side img {
    width: 100% !important;
    max-width: 388px !important;
    height: 388px !important;
    float: right;
    border-radius: 50%;
    border: 1px solid transparent;
    opacity: 0.6;
}

/**********MEDIA QUERIES**********/
/*TABLET LANDSCAPE*/
/*TABLET PORTRAIT*/
@media only screen and (max-width: 800px) {

    .mainnav.logged-in-alt {
        width: 100%;
    }
    

    .user.logged-in-details form {
        float: right;
    }

    .mainnav > li ul, .loginmenu > li ul {
        position: initial;
    }

    .scrollToTop:hover {
        text-decoration: none;
        color: #fff;
    }

    .user.logged-in-details {
        width: 100%;
    }

    .hub-boxes .col-3 {
        float: left;
        width: 25%;
        padding: 5px;
    }

    .box-summary {
        padding: 0px 18px;
        height: 117px;
        float: left;
        width: 100%;
    }

    .hub-boxes .btn {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px;
        font-family: 'Cencora-Gilroy', sans-serif;
        color: #00539b;
        font-size: 10px;
        padding: 8px 24px;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
    }

    .footer-content {
        padding: 20px;
        background: #eee;
        display: block;
    }

    .footer-img {
        float: left;
    }

    .footer-nav {
        padding-top: 22px;
        margin: 0px 24px;
        /* float: left; */
        width: 100%;
    }

    .footer-content ul {
        padding: 0px;
        list-style: none;
        float: right;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .footer-social {
        float: right;
        width: 100%;
    }


    .contentanimalhealth h1 {
        font-size: 45px;
        color: #fff;
        line-height: 38px;
    }

    p.animalhealth {
        font-family: 'Cencora-Gilroy', sans-serif;
        color: #FFFFFF;
        font-size: 17px;
        font-weight: 100;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .contentanimalhealth {
        text-align: center;
        padding: 0px 55px;
    }

    .tint {
        background: rgba(0, 0, 0, 0.25);
        padding-bottom: 101px;
        padding: 97px 0 !important;
        height: 100%;
        float: left;
        width: 100%;
        min-height: 530px;
    }

    .content-main {
        padding: 80px 0;
    }

    .content-container-banner {
        float: left;
        width: 100%;
        min-height: 483px;
        background-color: #fff !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        /* -webkit-transform: skew(0.0001deg, 6.01deg); */
        /* transform: skew(0.0001deg, 6.01deg); */
        background-size: cover !important;
        margin: -9px 0 -70px 0px;
    }

    .logo-wrap {
        float: left;
        width: 100%;
        padding: 0px 14px;
    }

    .mainnav {
        width: 303px;
        padding: 0px 0 0 16px;
        list-style-type: none;
    }

    .mainnav > li a, .loginmenu > li a {
        color: #fff;
        text-decoration: none;
        padding: 6px 10px;
        display: block;
        border: 0px solid transparent;
        font-family: 'Cencora-Gilroy', sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px 24px 20px 3px;
    }

    .login-fields input {
        border: 1px solid #b3b3b3;
        padding: 3px 5px;
        font-size: 12px;
        width: 170px;
        height: 26px;
        background: #fff;
        margin-right: 5px;
        color: #333;
    }

    .flexslider {
        margin: 0 0 0px;
    }

   .flexslider .slides img {
       height: auto;
       -moz-user-select: none;
       width: 50% !important;
   }

    .col-md-6.left-side {
        width: 50%;
        float: left;
    }

    .col-md-6.right-side {
        width: 50%;
        float: right;
    }

    .right-side img {
        width: 100% !important;
        max-width: 345px !important;
        height: 345px !important;
        float: none;
        border-radius: 50%;
        border: 1px solid transparent;
        opacity: 0.6;
    }

    .left-side img {
        width: 100% !important;
        max-width: 345px !important;
        height: 345px !important;
        float: none;
        border-radius: 50%;
        border: 1px solid transparent;
        opacity: 0.6;
    }

    .left-side h2, .right-side h2 {
        line-height: 30px;
    }



}
/*MOBILE LANDSCAPE*/
@media only screen and (max-width: 680px) {
    .hub-boxes .col-3 {
        float: left;
        width: 50%;
        padding: 5px;
    }

    .hub-boxes {
        display: block;
    }

    .header-right {
        float: right;
        display: inline-block;
        width: 48%;
        height: 50px;
        margin-bottom: 23px;
    }

    .footer-social {
        float: right;
        width: 26%;
    }

    .footer-nav {
        padding-top: 22px;
        margin: 0px 0px;
        float: left;
        width: 100%;
        max-width: 456px;
    }

    .col-2 {
        float: left;
        width: 100%;
        padding: 14px;
    }

    .form-row input, .form-row select {
        width: 100%;
    }

    .table-wrap {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .table td .btn {
        font-size: 10px;
        padding: 2px 16px;
    }

    .mainnav > li, .loginmenu > li {
        float: none;
        position: relative;
        display: inline-block;
    }

    .mainnav {
        width: 100%;
        padding: 0px;
        list-style-type: none;
    }

     .mainnav > li a, .loginmenu > li a {
         color: #fff;
         text-decoration: none;
         padding: 6px 10px;
         display: block;
         border: 0px solid transparent;
         font-family: 'Cencora-Gilroy', sans-serif;
         color: #fff;
         font-size: 14px;
         line-height: 14px;
         font-weight: bold;
         text-transform: uppercase;
         padding: 20px 18px 20px 18px;
     }

    .login-fields {
        float: right;
        padding-top: 5px;
        color: #fff;
        padding-right: 10px;
        font-size: 11px;
        width: 100%;
    }

    .login-fields input {
        border: 1px solid #b3b3b3;
        padding: 3px 5px;
        font-size: 12px;
        width: 129px;
        height: 26px;
        background: #fff;
        margin-right: 5px;
        color: #333;
    }

    .tint {
        background: rgba(0, 0, 0, 0.25);
        padding-bottom: 111px;
        padding: 107px 21px !important;
        height: 100%;
        float: left;
        width: 100%;
        min-height: 600px;
    }

    .contentanimalhealth {
        text-align: center;
        padding: 0px 5px;
    }

    .flexslider .slides img {
        height: auto;
        -moz-user-select: none;
        width: 50% !important;
        margin-bottom: 25px;
    }

    .slides li span {
        font-size: 25px;
        line-height: 37px;
        color: #00539b;
        text-align: center;
        font-family: 'Cencora-Gilroy', sans-serif;
    }

    .col-md-6.left-side {
        width: 100%;
        float: left;
    }

    .col-md-6.right-side {
        width: 100%;
        float: right;
    }


}


/*MOBILE PORTRAIT*/
@media only screen and (max-width: 480px) {
    .header-left {
        float: left;
        width: 100%;
        text-align: center;
    }

    .header-right {
        float: right;
        display: inline-block;
        width: 100%;
        height: 50px;
        margin-bottom: 27px;
        margin-top: 15px;
        padding: 9px;
    }

    .contentanimalhealth h1 {
        font-size: 31px;
        color: #fff;
        line-height: 35px;
    }

    .tint {
        background: rgba(0, 0, 0, 0.25);
        padding-bottom: 101px;
        padding: 140px 21px !important;
        height: 100%;
        float: left;
        width: 100%;
        min-height: 600px;
    }

    .top-contact-details, .top-contact-details-mobile {
        width: 100%;
        border-right: none;
    }

    .nav-wrap {
        text-align: center;
    }

    .breadcrumb {
        float: left;
        width: 100%;
        padding: 0px 10px 23px 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    .user {
        float: right;
        font-size: 19px;
        width: 100%;
        color: #002b5c;
        padding: 22px 0 7px 0px;
    }

    .page-heading {
        float: left;
        width: 100%;
        padding: 0px 10px 5px 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    .hub-boxes .col-3 {
        float: left;
        width: 100%;
        padding: 5px;
    }

    .footer-social {
        float: right;
        width: 100%;
    }

    .footer-padding {
        padding-top: 0px;
        position: relative;
    }

    .footer-img {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer-content ul {
        width: 100%;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-content .footer-nav ul li {
        float: none;
        margin: 0px 10px;
    }

    .footer-social ul {
        width: 75%;
    }
}

/*# sourceMappingURL=main.css.map */
