/**********************************************/
/*******        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>* {
    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-family: 'Raleway', sans-serif;
    margin-top: 0;
}

h1, h2 {
    margin-bottom: 20px;
    text-align: center;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

a {
    color: #cacaca;
    text-decoration: underline;
}

a.btn, .navbar a {
    text-decoration: none;
}

a:hover {
    color: #383838;
}

.address a {
    color: #b3191f;
}

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

body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    height: 100%;
    min-height: 100%;
}

main {
    background-color: #b3191f;
    color: #fff;
    padding: 40px 0;
}

header {
    background-image: url(../images/template/IMG_0738-LG.jpg);
    background-size: cover;
    height: 300px;
}

.img-bg {
    background: -o-linear-gradient(top, #b3191f 0%, #b3191f 0% 50%, #cccccc 50%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b3191f), color-stop(0%, #b3191f), color-stop(50%, #cccccc), to(#cccccc));
    background: linear-gradient(to bottom, #b3191f 0%, #b3191f 0% 50%, #cccccc 50%, #cccccc 100%);
}

.img-bg-white {
    background: -o-linear-gradient(top, #b3191f 0%, #b3191f 0% 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b3191f), color-stop(0%, #b3191f), color-stop(50%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #b3191f 0%, #b3191f 0% 50%, #ffffff 50%, #ffffff 100%);
}

.img-bg img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(85, 82, 82, .65);
    box-shadow: 0 1px 3px rgba(85, 82, 82, .65);
}

.header-logo {
    padding: 15px 0 25px;
    text-align: center;
}

.header-logo img {
    width: 150px;
}

.mission {
    font-size: 1.4rem;
}

.address {
    background-color: #ccc;
    padding: 40px 0;
}

footer {
    background-color: #333;
    font-size: .875rem;
    padding: 40px 0;
    text-align: center;
}

footer, footer a, footer a:hover {
    color: #ccc;
}

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

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

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

.form-control {
    border-color: #d2d8d6;
    border-radius: 0;
    padding: 6px;
}

.btn-primary {
    background-color: #b3191f;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    padding: 8px 15px;
}

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

.sale-panel {
    margin: 50px 0;
    color: #333;
    padding: 20px;
}

.sale-panel a {
    color: #b3191f;
}

.sale-panel a:hover, .sale-panel a:focus {
    color: #741014;
}

section#contact {
    margin: 50px 0;
}

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

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.nav>li>a {
    border: 1px solid transparent;
    border-bottom: none;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: #eeeded;
    border-color: #eeeded;
    color: #000;
    -webkit-box-shadow: 0 1px 2px rgba(207, 201, 201, .6);
    box-shadow: 0 1px 2px rgba(207, 201, 201, .6);
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 1px rgba(207, 201, 201, .45);
    box-shadow: inset 0 1px 1px rgba(207, 201, 201, .45);
}

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

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

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

.navbar-toggle.collapsed {
    background: transparent;
}

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

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

.animals {
    text-align: center;
}

.animals>div {
    margin-bottom: 35px;
}

.epdall, caption {
    color: #333;
}

.divEpdTbl caption {
    border-bottom: 2px solid #741014;
}

#case img {
    border: 2px solid #fff;
}

.EPDAsOfDt {
    color: #fff;
}

/**********************************************/
/********        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: #b3191f;
    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: 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>.col-xs-6 {
    padding-right: 5px;
}

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

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

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

.sm-pad-2-col>.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>textarea {
    resize: none;
    overflow: hidden;
}

/* Match the other input field styles */
.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid #d2d8d6;
    border-radius: 0;
    font-size: 14px;
    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) {
    h1 {
        margin-bottom: 30px;
    }

    main, .address {
        padding: 50px 0;
    }

    .header-logo img {
        width: 170px;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .navbar-collapse {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav>li>a {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav>li>a span {
        position: relative;
    }

    .nav>li>a span::after {
        content: '';
        position: absolute;
        left: 5px;
        width: calc(100% - 10px);
        bottom: -20px;
        height: 8px;
        background: transparent;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

    .nav>li>a:hover, .nav>li>a:focus {
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav>li>a:hover span::after, .nav>li>a:focus span::after {
        /* background-color: #d2d8d6; */
        background-color: #dce0e3;
    }

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

    .animals::before, .animals::after {
        content: none;
    }

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

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

@media screen and (min-width: 1200px) {
    main, .address {
        padding: 60px 0;
    }
}

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

@media screen and (max-width: 991px) {
    .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) {
    .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;
    }
}