<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/
/* @group region*/

/* Removes Padding of Columns Inside This Row  */
.relative {
    position: relative;
}

/* Removes Padding of Columns Inside This Row So They Touch The Edge Of Container */
.row-nopad {
    margin-right: -15px;
    margin-left: -15px;
}

.row-nopad&gt;* {
    padding-right: 0;
    padding-left: 0;
}

.row-nopad:before,
.row-nopad:after {
    display: table;
    content: " ";
}

.row-nopad:after {
    clear: both;
}

.nopad-md {
    padding: 0;
}

@media (min-width: 992px) {
    .nopad-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Disables Textarea Resize that Messes with Design */
textarea {
    resize: none;
}

/* Force Block Elements To Stack Horizontally */
/* Ex: Span Around A Phrase So It drops Down */
/* As a Whole When Responding  */
.inline-block {
    display: inline-block
}

/* Prevents Flicker On Transition */
.carousel {
    position: relative;
    z-index: 1000;
}

/* Always Displays a Scrollbar even if page does not need to scroll */
html {
    font-size: 16px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* @endregion*/

/**********************************************/
/*******        Fonts Classes           *******/
/**********************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    font-family: 'Vollkorn', serif;
    color: #111;
}

.black h2 {
    color: #FFF;
}

.white {
    color: #fff;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

a {
    color: #1D4C5C;
}

a:hover, a:active {
    color: #00A5A7;
    text-decoration: none;
}

footer a {
    color: #fff;
    font-weight: bold;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #ddd;
    font-weight: bold;
}

/**********************************************/
/*******       Template Classes         *******/
/**********************************************/

body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    min-height: 100%;
    font-family: 'Comme', sans-serif;
    background-image: url("../images/template/image-3pbn0e0j.png");
    background-repeat: repeat;
}

header {
    position: relative;
    margin-top: 75px;
    background-color: transparent;
}

.logo {
    position: absolute;
    z-index: 1001;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.carousel {
    background-color: #222;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

section.main {
    padding: 50px 0;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-trigger { 
    position: relative;
    margin-bottom: 30px;
}

.modal-trigger-text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 42%;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Vollkorn', serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.modal-trigger:hover {
    -webkit-filter: grayscale(40%);
            filter: grayscale(40%);
}

.modal-trigger:hover, .modal-trigger-text:hover {
    cursor: pointer;
}

.modal&gt;.carousel-inner&gt;.item&gt;img {
    max-height: 70vh;
}

#more {
    display: none;
}

.btn-default, .btn-default:active, .btn-default:focus {
    background-color: #00A5A7;
    color: #fff;
    font-weight: 700;
    border: none;
}

.btn-default:hover {
    background-color: #1D4C5C;
    color: #fff;
}

.grey {
    background-color: #DEDEDE;
    background-image: url("../images/template/image-2eq59anp.png");
    background-repeat: repeat;
    min-height: 275px;
}

.black {
    background-color: #161616;
    background-image: url("../images/template/image-9sdrs944.png");
    background-repeat: repeat;
    color: #FFF;
    min-height: 275px;
}

footer {
    background-color: rgb(29, 76, 92, 1);
    padding: 20px;
    text-align: center;
    color: #fff;
}

/**********************************************/
/*******      Navigation Classes        *******/
/**********************************************/

.navbar {
    background-color: rgb(29, 76, 92, 1);
    border-radius: 0;
    font-family: 'Vollkorn', serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
            box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.nav-justified&gt;li&gt;a {
    color: #fff;
    padding-top: 15px;
}

.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:active, .nav&gt;li&gt;a:focus  {
    color: rgb(29, 76, 92, 1);
}

.navbar-toggle {
    background-color: #00A5A7;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/

.animal {
    text-align: center;
    margin-bottom: 30px;
}

.PedAnmName {
    color: #1D4C5C;
}

.divEpdTbl caption {
    background-color: #1D4C5C;
    color: #FFF;
    border-bottom: 2px solid #00A5A7;
}   

/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    font-weight: 400;
}

.btn-default:disabled {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: all;
}

.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active {
    background-color: #00A5A7;
    outline: none;
}

.btn-default {
    -webkit-transition: outline .25s ease-in-out;
    -o-transition: outline .25s ease-in-out;
    transition: outline .25s ease-in-out;
}

.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
    outline-offset: 2px;
    outline: 2px solid #f3a36a;
}

.form-control:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.breederFormError,
.form-control.breederFormError {
    border-color: #d64947;
}

.breederFormError:focus,
.form-control.breederFormError:focus {
    -webkit-box-shadow: 0 0 0 2px #d64947;
    box-shadow: 0 0 0 2px #d64947;
}

.breederFormErrorMesssage {
    display: none;
    position: relative;
    color: #d64947;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.breederFormError~.breederFormErrorMesssage {
    display: block;
    margin-left: 2px;
    top: 1px;
}

.breederFormOptional {
    font-size: 85%;
    color: #888;
}

.sm-pad-3-col&gt;.col-xs-6 {
    padding-right: 5px;
}

.sm-pad-3-col&gt;.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad-3-col&gt;.col-xs-3:last-child {
    padding-right: 15px;
}

.sm-pad-2-col&gt;.col-xs-6:first-child {
    padding-right: 5px;
}

.sm-pad-2-col&gt;.col-xs-6:last-child {
    padding-left: 5px;
}

.breederEmailHeading,
.breederEmailHeadingC {
    display: none;
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.grow-wrap&gt;textarea {
    resize: none;
    overflow: hidden;
}

.grow-wrap&gt;textarea,
.grow-wrap::after {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    min-height: 100px;
    padding: 6px 12px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.g-recaptcha {
    margin-bottom: 15px;
}

/**********************************************/
/*******        Helper Classes          *******/
/**********************************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-30 {
    margin-right: 30px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**********************************************/
/*******      Media Query Classes       *******/
/**********************************************/

@media screen and (min-width: 768px) {
    .navbar {
        padding: 15px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color:#161616;
    }
    .logo {
        max-width: 250px;
        top: 75px;
    }
    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .logo {
        max-width: 350px;
        top: 125px;
    }
    .grey, .black {
        padding: 30px 75px;
    }
    .flex-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sale-thumb {
        display: block;
        float: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .logo {
        max-width: 400px;
        top:150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .sale-thumb {
        max-width: 225px;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .nav-justified&gt;li&gt;a {
        font-size: 15px;
    }
    .nav&gt;li&gt;a {
        padding: 10px;
    }
    .grey, .black {
        padding: 30px 75px;
    }
    .mb-5-md {
        margin-bottom: 5px;
    }

    .mb-10-md {
        margin-bottom: 10px;
    }

    .mb-20-md {
        margin-bottom: 20px;
    }

    .mb-30-md {
        margin-bottom: 30px;
    }

    .mb-40-md {
        margin-bottom: 40px;
    }

    .mb-50-md {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .sale-thumb {
        max-width: 225px;
    }
    .container&gt;.navbar-collapse {
        margin-top: 50px;
    }
    .nav&gt;li&gt;a {
        text-align: left;
    }
    header {
        margin-top: 45px;
    }
    .logo {
        max-width: 250px;
        top: 75px;
    }
    .grey, .black {
        padding: 30px 15px;
    }
    .mb-5-sm {
        margin-bottom: 5px;
    }

    .mb-10-sm {
        margin-bottom: 10px;
    }

    .mb-20-sm {
        margin-bottom: 20px;
    }

    .mb-30-sm {
        margin-bottom: 30px;
    }

    .mb-40-sm {
        margin-bottom: 40px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 550px) {
    .sale-thumb {
        display: block;
        float: none !important;
    }
}</pre></body></html>