/**********************************************/
/*******        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: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.page-heading {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.lead {
    font-size: 1.25rem;
}

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

body {
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    min-height: 100vh;
}

.section-pad {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-pad-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.alt-bg {
    background-color: #51534a;
    color: #fff;
}

.alt-bg a, .alt-bg a:hover, .alt-bg a:focus {
    color: #fff;
    text-decoration: none;
}

.bottom-text {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    text-align: center;
}

.bottom-text p {
    margin-bottom: 35px;
}

.bottom-text p:last-child {
    margin-bottom: 0;
}

.bottom-text-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    max-width: 680px;
    overflow: hidden;
}

.bottom-text-list li {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}

.bottom-text-list li::after {
    content: '|';
    position: absolute;
    right: -18px;
}

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

header {
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.logo-bar {
    margin: auto;
    padding: 10px 0 21px;
    width: 80%;
    max-width: 1080px;
}

footer {
    background-color: #000;
    color: #b8b8b8;
    font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif;
    font-size: .875rem;
}

footer h4 {
    color: #fff;
    font-family: "Rubik", Helvetica, Arial, Lucida, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

footer a, footer a:hover, footer a:focus {
    color: #7f2346;
    text-decoration: none;
}

.footer-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-bottom {
    border-top: solid 1px #666;
    padding: 14px 0;
}

.footer-legal {
    text-transform: uppercase;
}

.social-footer-list li {
    display: inline-block;
    margin-right: 8px;
}

.social-footer-list li a {
    border: 1px solid #b8b8b8;
    border-radius: 50px;
    color: #b8b8b8;
    font-size: 1rem;
    display: block;
    line-height: 1;
    padding-top: 8px;
    height: 34px;
    width: 34px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-footer-list li a:hover {
    background-color: #b8b8b8;
    color: #333;
}

.social-footer-list li:nth-child(3) a, .social-footer-list li:nth-child(3) a:hover, .social-footer-list li:nth-child(3) a:focus {
    background-color: #a82400;
    border-color: #fff;
    color: #fff;
}

.btn-default {
    background-image: -o-linear-gradient(top, #631632 0%, #7f2346 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), to(#7f2346));
    background-image: linear-gradient(180deg, #631632 0%, #7f2346 100%);
    border: none;
    border-radius: 5px;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #91204a;
    color: #fff
}

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

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

.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header {
    background-image: -o-linear-gradient(top, #631632 0%, #7f2346 32%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), color-stop(32%, #7f2346));
    background-image: linear-gradient(180deg, #631632 0%, #7f2346 32%);
    border: none;
    border-top: solid 1px #e9e9e9;
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav>li {
    margin-top: 8px;
    padding: 0 11px;
}

.nav>li>a {
    color: #fff;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: 0 0 8px 0;
    text-transform: uppercase;
    -webkit-transition: color 300ms ease 0ms;
    -o-transition: color 300ms ease 0ms;
    transition: color 300ms ease 0ms;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    color: #e0e0e0;
}

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

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

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

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

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

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

.animal-name {
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

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

.animals .thumb-img-wrapper, #case img {
    border-radius: 25px;
    margin-bottom: 20px;
}

.animals p {
    font-size: 1rem;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 400;
}

.animals a {
    color: #333;
}

.animals a:hover, .animals a:focus {
    text-decoration: none;
}

.thumb-img-wrapper {
    position: relative;
    overflow: hidden;
}

.animals a .thumb-img-wrapper img {
    -webkit-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.animals a:hover .thumb-img-wrapper img,
.animals a:focus .thumb-img-wrapper img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.epd-video .embed-responsive {
    border-radius: 25px;
    margin-bottom: 20px;
}

.PedAnmName {
    display: none;
}

.divEpdTbl caption, .method-genetics caption {
    background-image: -o-linear-gradient(top, #631632 0%, #7f2346 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), to(#7f2346));
    background-image: linear-gradient(180deg, #631632 0%, #7f2346 100%);
    border-color: #ccc;
    color: #fff;
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
}

.method-genetics caption {
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    background-color: #ccc;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 9px 5px;
    text-align: center;
}

.divEpdTbl tbody, .method-genetics tbody, .table-striped>tbody>tr {
    background-color: #f6f6f6;
}

.divEpdTbl thead, .table-striped>tbody>tr:nth-child(odd) {
    background-color: #ececec;
}

.EPDAsOfDt {
    font-size: .875rem;
    padding-top: 0;
}

.meth-gen {
    position: relative;
    top: 22px;
}

.meth-gen table {
    width: calc(100% - 15px);
    margin-left: 15px;
}

.epd-description {
    clear: both;
}

.epd-video {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.PedTable {
    margin-bottom: 10px;
}

/* .divEpdTbl .table>tbody>tr>td.EPDMatDataFL,
.divEpdTbl .table>caption+thead>tr:first-child>th.EPDMatHeaderFL,
.divEpdTbl .table>tbody>tr>td.EPDMatDataAnmEn,
.divEpdTbl .table>caption+thead>tr:first-child>th.EPDMatHeaderEn,
.divEpdTbl .table>tbody>tr>td.EPDCarcDataCarcGrp,
.divEpdTbl .table>caption+thead>tr:first-child>th.EPDCarcCarcGrp,
.divEpdTbl .table>tbody>tr>td.EPDCarcDataUsndGrp,
.divEpdTbl .table>caption+thead>tr:first-child>th.EPDCarcUsndGrp {
    display: none;
} */

/**********************************************/
/*******       Sale Table Classes       *******/
/**********************************************/

.sortable {
    border-spacing: 0;
}

.sortable th {
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    vertical-align: baseline;
    white-space: nowrap;
}

.sortable th {
    cursor: pointer;
}

.sortable th::after,
.sortable th::before {
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
    font-size: 1.2em;
    color: transparent;
}

.sortable th::after {
    margin-left: 3px;
    content: '\025B8';
    position: absolute;
    top: 6px;
}

.sortable th:hover::after {
    color: inherit;
}

.sortable th.dir-d::after {
    color: inherit;
    content: '\025BE';
}

.sortable th.dir-u::after {
    color: inherit;
    content: '\025BE';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sale-table {
    font-size: .875rem;
}

/* .sale-table .table tr th:nth-child(1),
.sale-table .table tbody tr td:nth-child(1),
.sale-table .table tr th:nth-child(11),
.sale-table .table tbody tr td:nth-child(11),
.sale-table .table tr th:nth-child(12),
.sale-table .table tbody tr td:nth-child(12),
.sale-table .table tr th:nth-child(13),
.sale-table .table tbody tr td:nth-child(13),
.sale-table .table tr th:nth-child(16),
.sale-table .table tbody tr td:nth-child(16),
.sale-table .table tr th:nth-child(17),
.sale-table .table tbody tr td:nth-child(17),
.sale-table .table tr th:nth-child(18),
.sale-table .table tbody tr td:nth-child(18),
.sale-table .table tr th:nth-child(19),
.sale-table .table tbody tr td:nth-child(19),
.sale-table .table tr th:nth-child(20),
.sale-table .table tbody tr td:nth-child(20),
.sale-table .table tr th:nth-child(21),
.sale-table .table tbody tr td:nth-child(21),
.sale-table .table tr th:nth-child(23),
.sale-table .table tbody tr td:nth-child(23),
.sale-table .table tr th:nth-child(24),
.sale-table .table tbody tr td:nth-child(24),
.sale-table .table tr th:nth-child(25),
.sale-table .table tbody tr td:nth-child(25),
.sale-table .table tr th:nth-child(30),
.sale-table .table tr td:nth-child(30),
.sale-table .table tr th:nth-child(31),
.sale-table .table tr td:nth-child(31),
.sale-table .table tbody tr td:nth-child(32),
.sale-table .table tr th:nth-child(32),
.EpdGridStyleHeaderRow {
    display: none;
} */

/* Unhide after new EPD update 5/25 and comment out above */
.sale-table .table tr th:nth-child(1),
.sale-table .table tr td:nth-child(1),
.sale-table .table tr th:nth-child(11),
.sale-table .table tr td:nth-child(11),
.sale-table .table tr th:nth-child(12),
.sale-table .table tr td:nth-child(12),
.sale-table .table tr th:nth-child(13),
.sale-table .table tr td:nth-child(13),
.sale-table .table tr th:nth-child(16),
.sale-table .table tr td:nth-child(16),
.sale-table .table tr th:nth-child(17),
.sale-table .table tr td:nth-child(17),
.sale-table .table tr th:nth-child(18),
.sale-table .table tr td:nth-child(18),
.sale-table .table tr th:nth-child(19),
.sale-table .table tr td:nth-child(19),
.sale-table .table tr th:nth-child(20),
.sale-table .table tr td:nth-child(20),
.sale-table .table tr th:nth-child(21),
.sale-table .table tr td:nth-child(21),
.sale-table .table tr th:nth-child(23),
.sale-table .table tr td:nth-child(23),
.sale-table .table tr th:nth-child(24),
.sale-table .table tr td:nth-child(24),
.sale-table .table tr th:nth-child(25),
.sale-table .table tr td:nth-child(25),
.sale-table .table tr th:nth-child(26),
.sale-table .table tr td:nth-child(26),
.sale-table .table tr th:nth-child(27),
.sale-table .table tr td:nth-child(27),
.sale-table .table tr th:nth-child(28),
.sale-table .table tr td:nth-child(28),
.sale-table .table tr th:nth-child(29),
.sale-table .table tr td:nth-child(29),
.sale-table .table tr th:nth-child(33),
.sale-table .table tr td:nth-child(33),
.sale-table .table tr th:nth-child(34),
.sale-table .table tr td:nth-child(34),
.sale-table .table tr th:nth-child(35),
.sale-table .table tr td:nth-child(35),
.EpdGridStyleHeaderRow {
    display: none;
}

.sale-table .table>thead>tr>th,
.sale-table .table>tbody>tr>th,
.sale-table .table>tbody>tr>td,
.sale-table .table>tfoot>tr>td {
    border: none;
    padding: 4px;
    font-size: 12px;
    position: relative;
    white-space: nowrap;
}

.sale-table .table>thead>tr>th {
    font-weight: 700;
    white-space: nowrap;
    padding: 8px 15px 8px 4px;
}

.sale-table .table tfoot {
    border-top: 10px solid #dcdcdc;
}

.sale-table .table tfoot tr:first-child td {
    text-align: center;
}

.sale-table .table thead,
.sale-table .table thead a,
.tfoot-head {
    background-image: -o-linear-gradient(top, #631632 0%, #7f2346 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), to(#7f2346));
    background-image: linear-gradient(180deg, #631632 0%, #7f2346 100%);
    color: #fff;
}

.table-responsive .EPDAcc {
    display: block;
    padding-left: 0;
    font-weight: 400;
}

.sale-table tbody tr {
    background-color: #fff;
    color: #000;
}

.sale-table tbody tr:nth-child(even) {
    background-color: #ececec;
}

.sale-table tbody a {
    color: #000;
}

.table-loader {
    height: 150px;
    position: relative;
}

.table-loader .table-loader-inner {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sale-table table {
    opacity: 0;
    margin-bottom: 0;
}

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

form label {
    display: none;
}

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

.form-group {
    margin-bottom: 20px;
}

.form-control {
    font-family: Open Sans, Arial, sans-serif;
    font-size: .875rem;
    background-color: #272727;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 16px;
    height: auto;
}


input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #666;
}


input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: #666;
}


input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #666;
}


input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
    color: #666;
}


input.form-control::placeholder, textarea.form-control::placeholder {
    color: #666;
}

.btn-form {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-size: .875rem;
    padding: 12px 32px;
}

.btn-form:hover, .btn-form:focus, .btn-form:active:focus {
    background-color: #E5E5E5;
    color: #333;
}

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #fff;
    color: #333;
    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-2-col>.col-xs-6:first-child {
    padding-right: 10px;
}

.sm-pad-2-col>.col-xs-6:last-child {
    padding-left: 10px;
}

.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: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    min-height: 100px;
    padding: 16px;
    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: 15px;
}

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

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

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

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

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

.mb-80 {
    margin-bottom: 80px;
}

.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: 600px) {
    .bottom-text-list li:nth-child(4)::after {
        content: none;
    }
}

@media screen and (min-width: 768px) {
    .page-heading {
        font-size: 2.5rem;
    }

    .bottom-text {
        font-size: 1rem;
    }

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

    .footer-legal a {
        margin-right: 30px;
    }

    .footer-rights {
        margin-left: auto;
    }

    .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) {
    .page-heading {
        font-size: 3rem;
    }

    .bottom-text {
        font-size: 1.25rem;
    }

    .navbar {
        background-image: -o-linear-gradient(top, #631632 0%, #7f2346 32%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), color-stop(32%, #7f2346));
        background-image: linear-gradient(180deg, #631632 0%, #7f2346 32%);
        border: none;
        border-top: solid 1px #e9e9e9;
        padding-top: 14px;
        padding-bottom: 14px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 18px 0px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 18px 0px;
    }

    .affix.navbar {
        background-image: -o-linear-gradient(top, #631632 0%, #7f2346 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), to(#7f2346));
        background-image: linear-gradient(180deg, #631632 0%, #7f2346 100%);
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .affix+main {
        padding-top: 59px;
    }

    .section-pad {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-pad-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }

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

@media screen and (min-width: 1200px) {
    .section-pad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-pad-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

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

@media screen and (max-width: 991px) {
    body {
        padding-top: 79px;
    }
    
    .logo-bar {
        display: none;
    }

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .navbar .container {
        width: 100%;
    }

    .header-active .navbar-header {
        background-image: -o-linear-gradient(top, #631632 0%, #7f2346 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#631632), to(#7f2346));
        background-image: linear-gradient(180deg, #631632 0%, #7f2346 100%);
    }

    .container > .navbar-header {
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 18px 0px;
                box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 18px 0px;
    }

    .header-active .container > .navbar-header {
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .navbar-toggle {
        display: block;
        margin: 4px 4px 0 0;

    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        clear: both;
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-collapse.collapse {
        display: none!important;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        overflow-y: visible;
    }
    
    .navbar-nav {
        background-color: #7f2346;
        border-top: 3px solid #5b112f; 
        float: none !important;
        top: 100%;
        padding: 5%;
        left: 0;
        margin: 0;
        margin-top: -18px;
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .navbar-nav>li {
        float: none;
        margin-top: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 10px 5%;
        line-height: 26px;
        border-bottom: 1px solid rgba(0, 0, 0, .03);
    }

    .navbar-nav>li>a:hover, 
    .navbar-nav>li>a:focus {
        background-color: rgba(0, 0, 0, .03);
        opacity: .7;
    }
    
   .navbar-collapse.collapse.in { 
        display: block!important; 
        visibility: visible !important;
    }

    .navbar>.container .navbar-brand {
        margin-left: 0;
        padding: 0;
        height: auto;
    }

    .collapsing {
        display: none;
    }

    .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) {
    .footer-legal a {
        display: block;
    }

    .divEpdTbl td, .divEpdTbl th {
        min-height: 85px;
    }
    
    .meth-gen table {
        width: calc(100% - 10px);
        margin-left: 10px;
    }

    .PedCalvedRow, .PedTable {
        font-size: .875rem;
    }
    
    .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;
    }
}