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

/* @endregion*/

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #c4030e;
    font-family: 'Sanchez', serif;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 rgba(192,181,179,.65);
}

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

body {
    background: url(../images/template/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #070908;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 100%;
}

header {
    background: url(../images/template/header.png) no-repeat center bottom;
    color: #b4171e;
    font-weight: 700;
    min-height: 400px;
    padding-top: 40px;
    position: relative;
    text-shadow: 1px 2px 0 rgba(252,248,241,.82);
    z-index: 12;
}

header a, header a:hover {
    color: #b4171e;
}

.content {
    background-color: #f7efdc;
    padding-top: 30px;
    padding-bottom: 40px;
}

footer {
    color: #fcf8f1;
    font-size: .875rem;
    padding: 20px 0;
    text-align: center;
}

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

.shadow {
    -webkit-box-shadow: 3px 3px 1px 0 rgba(192,181,179,.64);
            box-shadow: 3px 3px 1px 0 rgba(192,181,179,.64);
}

.btn {
    padding: 8px 14px;
}

.btn-primary {
    background-color: #dc3333;
    border: none;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: 3px 3px 1px 0 rgba(192,181,179,.64);
            box-shadow: 3px 3px 1px 0 rgba(192,181,179,.64);
}

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

.btn-primary:active {
    top: 1px;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(192,181,179,.78);
            box-shadow: 2px 2px 1px 0 rgba(192,181,179,.78);
}

.caption {
    font-size: .875rem;
    margin-bottom: 30px;
    text-align: center;
}

.caption img {
    margin-bottom: 8px;
}
.form-control {
    background-color: #fbfaf7;
    border-radius: 0;
    border: 1px solid rgba(192,181,179,.22);
    -webkit-box-shadow: inset 2px 2px 1px 0 rgba(192,181,179,.32);
            box-shadow: inset 2px 2px 1px 0 rgba(192,181,179,.32);
}

.nav > li.fb > a {
    font-size: 2rem;
}

label {
    margin-bottom: 0;
}

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

.navbar {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: -35px;
    margin-bottom: 0;
}

.nav-bg {
    background-color: #c91921;
    min-height: 60px;
    position: relative;
    -webkit-box-shadow: 0 3px 2px 0 rgba(7,9,8,.52);
            box-shadow: 0 3px 2px 0 rgba(7,9,8,.52);
    z-index: 11;
}

.nav-bg:before {
    content: '';
    position: absolute;
    top: -20px;;
	width: 100%;
    left: 0;
	height: 40px;
	background: #c91921;
	border-radius: 100% / 100%;
    z-index: -1;
}

.nav > li > a {
    color: #fcf8f1;
    font-size: 1.125rem;
    position: relative;
    text-shadow: 2px 2px 0 rgba(7,9,8,.25);
}

.nav > li.fb > a {
    padding-top: 1px;
    padding-bottom: 0;
}

.navbar-brand {
    color: #fcf8f1;
    font-family: 'Sanchez', serif;
    text-shadow: 2px 2px 0 rgba(7,9,8,.25);
}

.nav > li > a:hover, .nav > li > a:focus, .navbar-brand:hover {
    background: transparent;
    color: #f7efdc;
    text-shadow: 2px 2px 0 rgba(7,9,8,.72);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-justified {
    background: transparent;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
    background: transparent;
    background-image: none;
}

.navbar-toggle .icon-bar {
    -webkit-box-shadow: 1px 2px 0 0 rgba(116,66,43,.64);
            box-shadow: 1px 2px 0 0 rgba(116,66,43,.64);
    border-radius: 0;
	width: 28px;
}

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

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

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

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

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

.cta {
    -webkit-box-shadow: 2px 2px 1px 0 rgba(192,181,179,.44);
            box-shadow: 2px 2px 1px 0 rgba(192,181,179,.44);
    height: 100%;
    /*-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
    background: #fbfaf7;
    overflow: hidden;
}

.cta > div {
    padding: .875rem 1.125rem 1.75rem;
}

.ctas > div {
    margin-bottom: 30px;
}

.cta:hover {
    -webkit-box-shadow: 4px 4px 1px 0 rgba(192,181,179,.52);
            box-shadow: 4px 4px 1px 0 rgba(192,181,179,.52);
}

.cta .lead {
    font-family: 'Sanchez', serif;
    margin-bottom: 0;
}

.cta .lead a {
    text-shadow: 2px 2px 0 rgba(192,181,179,.38);
}

.cta .lead a:hover {
    text-shadow: 2px 2px 0 rgba(192,181,179,.72);
}

.cta .lead a, .cta .lead a:hover {
    color: #723f32;
    text-decoration: none;
}

.cta img {
	-webkit-transition: opacity .8s, -webkit-transform .8s;
	transition: opacity .8s, -webkit-transform .8s;
	-o-transition: opacity .8s, transform .8s;
	transition: opacity .8s, transform .8s;
	transition: opacity .8s, transform .8s, -webkit-transform .8s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*.cta:hover img {
	opacity: 0.78;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}*/

.cta > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.cta hr {
    height: 2px;
    width: 25%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0;
    background-color: #723f32;
    -webkit-box-shadow: 1px 2px 0 0 rgba(192,181,179,.64);
            box-shadow: 1px 2px 0 0 rgba(192,181,179,.64);
}

.disc-thumbs {
    font-size: .875rem;
}

.cta span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #c4030e;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(116,66,43,.38);
}

.PedAnmName {
    display: none;
}

#case img {
    margin-bottom: 8px;
}

.divEpdTbl caption {
    background-color: rgba(116,66,43,.26);
    border: none;
    color: #272423;
}

.divEpdTbl thead {
    background-color: rgba(185,181,179,.44);
    color: #272423;
}

.divEpdTbl tbody {
    background-color: #fcf8f1;
    color: #272423;
}

.divEpdTbl th, .divEpdTbl td {
    border: none;
}

.EPDAsOfDt {
    padding-top: 10px;
}

/**********************************************/
/********        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: #dc3333;
    border: none;
    outline: none;
    top: 0;
    -webkit-box-shadow: 3px 3px 1px 0 rgba(192, 181, 179, .64);
            box-shadow: 3px 3px 1px 0 rgba(192, 181, 179, .64);
}

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

.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid rgba(192, 181, 179, .22);
    border-radius: 0;
    font-size: 14px;
    color: #555;
    min-height: 100px;
    padding: 6px 12px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 2px 2px 1px 0 rgba(192,181,179,.32);
    box-shadow: inset 2px 2px 1px 0 rgba(192,181,179,.32);
}

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

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

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

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

@media screen and (min-width: 768px) {
    .content {
        border-radius: 0 0 6px 6px;
    }
    
    .navbar {
        margin-top: -25px;
    }
    
    .nav-bg {
        min-height: 65px;
    }
    
    .nav-bg:before {
        top: -30px;;
        height: 60px;
    } 
    
    .nav-justified > li > a {
        padding: 25px 12px 20px 12px;
        text-align: center;
    }  
    
    .nav > li.fb > a {
        padding-top: 14px;
        padding-bottom: 10px;
        top: 5px;
    }
    
    .p-left {
        float: left;
    }
    
    .p-right {
        float: right;
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        margin-top: -5px;
    }
    
    .nav-bg {
        min-height: 55px;
    }    
    
    .nav-justified > li > a {
        padding: 15px 15px 20px 15px;
    }
    
    .nav > li.fb > a {
        padding-top: 9px;
        padding-bottom: 5px;
        top: 5px;
    }
    
    .nav-bg:before {
        top: -50px;;
        height: 100px;
    }       
}

@media screen and (min-width: 1200px) {
    .navbar {
        margin-top: 8px;
    }
    
    .nav-justified > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .nav > li.fb > a {
        padding-top: 9px;
        padding-bottom: 0;
        top: 5px;
    }
    
    .nav-bg {
        min-height: 60px;
    }    
    
    .nav-bg:before {
        top: -60px;;
        height: 120px;
    }    
    
    .content {
        padding: 40px 30px
    }
}

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

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

@media screen and (max-width: 767px) {
    header {
        min-height: 260px;
        padding-top: 20px;
        padding-bottom: 230px;        
    }
    
    header p {
        text-align: center;
    }
    
    .navbar {
        margin-top: -20px;
    }
    
    .navbar-header {
        padding-top: 10px;
    } 
    
    .nav-justified > li > a {
        text-align: left;
    }
    
    .nav-justified > li > a:hover, .nav-justified > li > a:focus {
        background-color: #b9181f;
    }
    
    footer {
        background-color: rgba(7,9,8,.28);
    }
}

@media screen and (max-width: 530px) {
    .ctas > div {
        width: 100%;
    }
    
}

@media(max-width: 767px) {
    .divEpdTbl th, .divEpdTbl td {
        min-height: 90px;
    }
}
.EPDAcc {
    font-weight: normal;
}
.divEpdTbl .EPDAcc {
    padding-left: 0;
}