<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;
    scroll-behavior: smooth;
}

/* @endregion*/

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 2rem;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

h1::before,
h1::after,
.h1::before,
.h1::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: -12px;
}

h1:after,
.h1:after {
    top: auto;
    bottom: -12px;
}

h2,
.h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.375rem;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.highlight {
    color: #aa1d1d;
    font-size: 1.125rem;
}

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

body {
    color: #000;
    font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    font-size: 1.375rem;
    line-height: 1.5;
    height: 100%;
    min-height: 100%;
}

.logo {
    padding: 15px 0 10px;
    position: relative;
    text-align: center;
}

.logo::after {
    content: '';
    background: center top / auto 100% url("../images/template/header-bg.jpg");
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: -50px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 12px rgb(38 31 31 / 55%);
    box-shadow: 0 2px 12px rgb(38 31 31 / 55%);
}

.logo-inner {
    display: inline-block;
    position: relative;
    z-index: 3;
}

footer {
    background-color: #aa1d1d;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    padding: 20px 15px;
    text-align: center;
}

footer a,
footer a:hover,
footer a:focus {
    color: #fff
}

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

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

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

.form-control {
    border-color: #666666;
    border-radius: 0;
    font-size: 1.125rem;
    padding: 6px;
}

.btn-primary {
    background-color: #aa1d1d;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #881818;
}

label {
    margin-bottom: 3px;
}

.hero-img {
    display: none;
    padding-bottom: 40%;
    position: relative;
}

.home .hero-img {
    display: block;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.hero-img .img-cover {
    -o-object-position: center 40%;
    object-position: center 40%;
}

.services .img-cover {
    -o-object-position: center 75%;
    object-position: center 75%;
}

.content,
.contact {
    background-color: #aa1d1d;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact {
    background-color: #000;
    color: #fff;
}

.services {
    color: #fff;
    font-size: 3vw;
    padding-top: 12%;
    padding-bottom: 12%;
    position: relative;
    text-align: center;
    text-shadow: 1px 3px 4px rgb(38 31 31 / 95%);
}

.services img {
    z-index: -1;
}

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

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

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

/* Safari Fix */
@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner&gt;.item.next,
    .carousel-fade .carousel-inner&gt;.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner&gt;.item.prev,
    .carousel-fade .carousel-inner&gt;.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner&gt;.item.next.left,
    .carousel-fade .carousel-inner&gt;.item.prev.right,
    .carousel-fade .carousel-inner&gt;.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.description-list {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

.description-list li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.description-list li::after {
    content: '\2022';
    position: absolute;
    top: 0;
    right: -15px;
}

.description-list li:last-child::after {
    content: none;
}

.light-bg {
    background: #fff;
    border-radius: 20px;
    padding: 50px 15px 30px;
}

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

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 2;
}

.nav&gt;li&gt;a {
    color: rgb(255 255 255 / 72%);
    font-size: 1.375rem;
    font-variant: small-caps;
    font-weight: 600;
    text-align: center;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.nav&gt;li&gt;a:hover,
.nav&gt;li&gt;a:focus,
.home .nav&gt;li.home-active&gt;a,
.equipment .nav&gt;li.equipment-active&gt;a,
.marketing .nav&gt;li.marketing-active&gt;a,
.sales .nav&gt;li.sales-active&gt;a {
    background: transparent;
    color: #fff;
}

.navbar-toggle {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    width: 32px;
    height: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle.collapsed:hover .icon-bar,
.navbar-toggle .icon-bar {
    background-color: #aa1d1d;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(38 31 31 / 85%);
    box-shadow: 0 1px 2px rgb(38 31 31 / 85%);
}

/**********************************************/
/*******        Animal Classes          *******/
/**********************************************/
.descript {
    /* text-align: center; */
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.divEpdTbl caption {
    background-color: #000 !important;
    color: #fff;
    font-size: 1.25rem;
}

.divEpdTbl thead {
    background-color: #f1efef;
}

.divEpdTbl th {
    font-size: 1.23rem;
}

.divEpdTbl td {
    font-size: 1.2rem;
}

.PedCalvedRow {
    font-size: 1.2rem;
}

.PedTable {
    font-size: 1.2rem;
}

.EPDAsOfDt {
    font-size: 1.2rem;
}

.PedAnmName {
    display: none;
}

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

label {
    font-weight: 400;
}

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

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #aa1d1d;
    outline: none;
}

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

.btn-form:focus,
.btn-form: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: #ff7f7f;
}

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

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

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

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

.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;
}

/* Match the other input field styles */
.grow-wrap&gt;textarea,
.grow-wrap::after {
    border: 1px solid #666;
    border-radius: 0;
    font-size: 1.125rem;
    color: #555;
    min-height: 100px;
    padding: 6px;
    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: 10px;
}

/**********************************************/
/*******        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;
}

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

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

@media screen and (min-width: 768px) {
    .flex-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 992px) {

    .content,
    .contact {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .navbar {
        margin-bottom: 10px;
    }

    .logo::after {
        bottom: -60px;
    }

    .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-nav&gt;li {
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

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

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 2000px) {
    .logo::after {
        background-size: cover;
    }
}

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

@media screen and (max-width: 991px) {
    .navbar {
        background-color: #2f2f2f;
    }

    .navbar .container {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .container&gt;.navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav&gt;li {
        float: none;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .services {
        font-size: 3.5vw;
    }

    .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) {
    .divEpdTbl td, .divEpdTbl th {
        min-height: 101px;
    }
        
    .services {
        font-size: 4vw;
    }

    .highlight {
        font-size: .75rem;
    }

    .text-sm-mobile {
        font-size: .875rem;
    }

    .sale-table&gt;thead&gt;tr&gt;th, .sale-table&gt;tbody&gt;tr&gt;td {
        padding: 5px;
    }

    .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: 500px) {
    .logo-inner {
        max-width: 60%;
    }
}</pre></body></html>