/**********************************************/
/*******        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;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
/* @endregion*/

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "bogart", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.25;
    margin-top: 0;
}

h1, .h1 {
    margin-bottom: 25px;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase;
}

.lead {
    font-size: 1.25rem;
}

.thanks {
    font-size: 50px;
}

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

footer a:hover, footer a:active, footer a:focus {
    color: #8f3534;
}

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

body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    min-height: 100vh;
    font-family: altivo, sans-serif;
}

header {
    background-image: url("../images/template/ethan-wright-magoon-l0iyYnf5l3w-unsplash.jpg");
    background-size: cover;
    background-position: center top;
    /* background-position: center; */
    padding-bottom: 43%;
    /* height: 600px; */
}

.header-logo {
    position: absolute;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    top: 1.25%;
}

.header-logo img {
    width: 100%;
}

/* .header-text {
    height: 200px;
    text-align: center;
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    padding-top: 20px;
}

.header-text img {
    max-width: 300px;
} */

main {
    padding: 60px 0;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(115, 3, 2, 0), rgba(115, 3, 2, 0.75), rgba(115, 3, 2, 0));
}

.btn-primary {
    background-color: #8f3534;
    border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #222222;
    outline: none;
}

.carousel-inner {
    width: 80%;
    margin: 0 auto;
}

.carousel-control.right, .carousel-control.left {
    background-image:none;
  }

footer {
    background-color: #222222;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.sponsors {
    /* background-color: #8f3534; */
    background-color: #800000;
    color: #fff;
    padding: 40px 0;
}

.swiper-slide {
    /* background-color: #000; */
    width: 250px;
    height: 250px;
    /* optional */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-slide-inner {
    background-color: #222;
    padding: 10px;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-slide-inner a, .swiper-slide-inner a:hover, .swiper-slide-inner a:focus {
    color: #fff;
}

.swiper-slide-inner *:last-child {
    margin-bottom: 0;
}

.swiper-slide h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.ad-container {
    color: #fff;
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
}

.hero img {
    width: 100%;
}

.member-table {
    font-size: 14px;
}

.contact-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.contact-section p {
    font-size: 24px;
    margin-bottom: 0;
}

.contact-section a, .contact-section a:hover, .contact-section a:focus {
    color: #333;
}

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

.navbar {
    /* background-color: #8f3534; */
    background-color: #800000;
    border: none;
    border-radius: 0;
    /* font-weight: 700; */
    margin-bottom: 0;
}

.nav-justified>li>a {
    color: #fff;
    font-family: "bogart", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 11px;
    padding-bottom: 9px;
    text-transform: uppercase;
}

li.social a {
    font-size: 1.75rem;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 8px;
}

.nav-justified>li>a:hover, .nav-justified>li>a:active, .nav-justified>li>a:focus {
    background-color: #222;
    color: #fff;
}

.navbar-toggle {
    background-color: #fff;
}

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

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


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

label {
    font-weight: 400;
}

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

/* Update disabled button style to match button style with no hover focus effects */
/* .btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active {
    background-color: #000;
    outline: none;
} */

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

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

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

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

@media screen and (min-width: 768px) {
    .header-logo {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        top: 1.5%;
    }

    .nav-justified>li {
        vertical-align: top;
    }

    .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) {

}

@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) {
    .navbar-collapse {
        clear: both;
    }

    .nav {
        margin-left: -15px;
        margin-right: -15px;
    }

    .nav-justified {
        width: auto;
    }
    /* .header-text {
        height: 120px;
        font-size: 35px;
        padding-top: 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;
    }
}
