/**********************************************/
/*******        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 {
    overflow-y: scroll;
    height: 100%;
}

/* @endregion*/

/** Hunter Green #355e3a **/
/** Brown #70553d **/
/** Red #7d2815 **/

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

h1 {
    color: #70553d;
    font-family: 'Arvo', serif;
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 0 1px 3px rgba(37, 37, 37, 0.72);
}

h2, h3, h4, h5, h6 {
    color: #7d2815;
    font-weight: 700;
}

a {
    color: #5c98cc;
}

a:hover, a:focus, a:active {
    color: #337ab7;
    text-decoration: none;
}

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

body {
    background-color: #edebeb;
    color: #202220;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 50px;
    min-height: 100%;
}

a:focus {
    outline: none;
}

/*
.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../images/template/bg1.jpg') no-repeat center center scroll;
    background-size: cover;
    -o-background-size: cover;
}
*/

.header-image .relative img {
    /*
    margin-bottom: 10px; 
    box-shadow: 0 1px 8px 1px rgba(37,37,37,0.45);
*/
    width: 100%;
}

.header-image {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 8px 1px rgba(37, 37, 37, 0.45);
    box-shadow: 0 1px 8px 1px rgba(37, 37, 37, 0.45);
}

.logo {
    position: absolute;
    top: 7%;
    left: 0;
}

.headline {
    color: rgba(255, 255, 255, 0.42);
    font-size: 90px;
    font-family: Impact, Charcoal, sans-serif;
    position: absolute;
    text-align: center;
    top: 14%;
    left: 0;
    right: 0;
    text-shadow: none;
}

.featurette-divider {
    margin: 50px 0;
}

hr {
    border-top: 1px solid #7d2815;
}

/*
.featurette {
    overflow: hidden;
}
*/

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

footer {
    border-top: 2px solid #7d2815;
    font-size: 14px;
    margin-top: 30px;
    padding: 20px 0 10px;
}

footer a, footer a:hover, footer a:focus {
    color: #202220;
}

.btn-primary {
    background-color: #4f8055;
    border: none;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(37, 37, 37, 0.45);
    box-shadow: 2px 2px 5px 0 rgba(37, 37, 37, 0.45);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #739578;
    border: none;
    top: 1px;
}

.shadow {
    -webkit-box-shadow: 2px 2px 3px 0 rgba(37, 37, 37, 0.35);
    box-shadow: 2px 2px 3px 0 rgba(37, 37, 37, 0.35);
}

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

.navbar {
    border: none;
}

.navbar-inverse {
    background-color: #355e3a;
    -webkit-box-shadow: 0 1px 22px 1px rgba(37, 37, 37, 0.55);
    box-shadow: 0 1px 22px 1px rgba(37, 37, 37, 0.55);
}

.navbar-inverse .navbar-nav>li>a {
    color: #eff4f0;
    letter-spacing: 1px;
}

.navbar-nav>li>a.fb {
    padding-top: 10px;
    padding-bottom: 11px;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #c9c4bf;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.navbar-inverse .navbar-brand {
    color: #19441e;
    font-family: 'Arvo', serif;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #4f8055;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #c9c4bf;
    text-shadow: 1px 1px 1px #19441e;
}

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

.navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: transparent;
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #c9c4bf;
}

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

#case img {
    margin-top: 30px;
}

.animal-box img {
    margin-bottom: 10px;
}

.animal-box a:hover img {
    filter: Alpha(opacity=88);
    opacity: 0.88;
}

.animal-box div {
    margin-bottom: 22px;
}

.divEpdTbl caption {
    background-color: #70553d;
    color: #eff4f0;
}

.divEpdTbl thead {
    background-color: #c5c5c5;
    color: #202220;
}

.divEpdTbl tbody {
    background-color: #dadada;
    color: #202220;
}

.PedTable .PedS, .PedTable .PedD {
    font-weight: 700;
}

.PedAnmName {
    color: #7d2815;
}

a .caption {
    color: #202220;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -5px;
}

#case .caption {
    font-size: 13px;
    margin-top: 2px;
}

a:hover .caption {
    color: #202220;
}

.PedTable {
    margin-bottom: 15px;
}

.EPDAsOfDt {
    padding-top: 0;
}

.epd-btn {
    display: none;
    margin-bottom: 10px;
}

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

label {
    font-weight: 400;
}

legend {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.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: #4f8055;
    border: none;
    color: #fff;
    outline: none;
    top: 0;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(37, 37, 37, 0.45);
            box-shadow: 2px 2px 5px 0 rgba(37, 37, 37, 0.45);
}

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

/* Checkbox and Radio Styles. Remove if form doesn't have either element*/
.checkbox,
.form-radio {
    --selection-color: #355e3a;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

/* Begin Checkbox */
.checkbox {
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox input[type=checkbox] {
    margin-left: 0;
}

.checkbox .checkbox-helper {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox input:focus+.checkbox-helper,
.checkbox input:checked:focus+.checkbox-helper {
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.checkbox input:checked+.checkbox-helper {
    background: var(--selection-color);
    border-color: var(--selection-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox .checkbox-helper::before,
.checkbox .checkbox-helper::after {
    content: '';
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: opacity 0.2s ease, height 0s linear 0.2s;
    -o-transition: opacity 0.2s ease, height 0s linear 0.2s;
    transition: opacity 0.2s ease, height 0s linear 0.2s;
}

.checkbox .checkbox-helper::before {
    top: 14px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox .checkbox-helper::after {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox:hover .checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper::after,
.checkbox input:checked~.checkbox-helper::before {
    opacity: 1;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.checkbox input:checked~.checkbox-helper::after {
    height: 7px;
}

.checkbox input:checked~.checkbox-helper::before {
    height: 15px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* End Checkbox */

/**********************************************/
/*******       V-spacing Classes        *******/
/**********************************************/

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

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

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

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

/**********************************************/
/*******        Carousel Classes        *******/
/**********************************************/

#carousel-home {
    margin-top: 5px;
}

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

.carousel-inner {
    -webkit-box-shadow: 2px 2px 6px 0 rgba(37, 37, 37, 0.42);
    box-shadow: 2px 2px 6px 0 rgba(37, 37, 37, 0.42);
}

.carousel-control .glyphicon {
    font-size: 50px;
    position: absolute;
    margin-top: -40px;
    z-index: 5;
    display: inline-block;
    top: 50%;
}

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

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }

    .divEpdTbl .table>tbody>tr>td, .divEpdTbl td {
        border-color: #c9c4bf;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    .divEpdTbl th, .divEpdTbl td {
        min-height: 90px;
    }
}

.EPDAcc {
    font-weight: normal;
}

.divEpdTbl .EPDAcc {
    padding-left: 0;
}