form#email-confirmer-response.email-confirmer-response {
    padding: 50px;
}

form#email-confirmer-response.email-confirmer-response input#edit-cancel {
    padding: 20px;
}

.ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    background: transparent url(../../../../core/themes/stable/images/core/throbber-active.gif) no-repeat 0 center;
    display: inline;
    padding: 1px 5px 2px;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    left: 49%;
    position: fixed;
    top: 48.5%;
    z-index: 1000;
    background-color: #232323;
    background-image: url(../../../../core/themes/stable/images/core/loading-small.html);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 24px;
    opacity: 0.9;
    padding: 4px;
    width: 24px;
}

[dir="rtl"] .ajax-progress-fullscreen {
    left: auto;
    right: 49%;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.js input.form-autocomplete {
    background-image: url(../../../../core/themes/stable/images/core/throbber-inactive.html);
    background-position: 100% center;
    background-repeat: no-repeat;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(../../../../core/themes/stable/images/core/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list, .item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    background-color: #ffffff;
    border: 1px solid;
    margin-top: 5px;
    max-width: 100%;
    min-width: 100px;
    height: 16px;
}

.progress__bar {
    background-color: #000000;
    height: 1.5em;
    width: 3%;
    min-width: 3%;
    max-width: 100%;
}

.progress__description, .progress__percentage {
    color: #555555;
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 0.2em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    resize: vertical;
    min-height: 2em;
}

.resize-horizontal {
    resize: horizontal;
    max-width: 100%;
}

.resize-both {
    resize: both;
    max-width: 100%;
    min-height: 2em;
}

table.sticky-header {
    background-color: #ffffff;
    margin-top: 0;
    z-index: 500;
    top: 0;
}

.system-status-counter__status-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    content: "";
    background-size: 20px;
    background-position: center 2px;
    background-repeat: no-repeat;
    display: block;
}

.system-status-counter__status-icon--error:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e32700/error.html);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/e29700/warning.html);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(../../../../core/themes/stable/images/core/icons/73b355/check.html);
}

.system-status-report-counters__item {
    width: 100%;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
    margin-bottom: 0.5em;
}

@media screen and (min-width: 60em) {
    .system-status-report-counters {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    border: 1px solid #cccccc;
    margin-top: 1em;
    padding: 0 1em 1em;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #cccccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    cursor: move;
    float: left;
    height: 1.7em;
    margin-left: -1em;
    overflow: hidden;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    background: url(../../../../core/themes/stable/images/core/icons/787878/move.html) no-repeat 6px 7px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    width: 14px;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
    background-image: url(../../../../core/themes/stable/images/core/icons/000000/move.html);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    height: 44px;
    width: 40px;
}

.touchevents a.tabledrag-handle .handle {
    background-position: 40% 19px;
    height: 21px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    width: 20px;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-down.html);
}

.tablesort--desc {
    background-image: url(../../../../core/themes/stable/images/core/icons/787878/twistie-up.html);
}

div.tree-child {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat 11px center;
}

div.tree-child-last {
    background: url(../../../../core/themes/stable/images/core/tree-bottom.html) no-repeat 11px center;
}

[dir="rtl"] div.tree-child, [dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(../../../../core/themes/stable/images/core/tree.html) no-repeat -11px center;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
}

.addtoany {
    display: inline;
}

.addtoany_list {
    display: inline;
    line-height: 16px;
}

.addtoany_list > a, .addtoany_list a img, .addtoany_list a > span {
    vertical-align: middle;
}

.addtoany_list > a {
    border: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32 > a {
    font-size: 32px;
}

.addtoany_list .a2a_counter img {
    float: left;
}

.addtoany_list a span.a2a_img {
    display: inline-block;
    height: 16px;
    opacity: 1;
    overflow: hidden;
    width: 16px;
}

.addtoany_list a span {
    display: inline-block;
    float: none;
}

.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
}

.addtoany_list a:hover:hover img, .addtoany_list a:hover span {
    opacity: .7;
}

.addtoany_list a.addtoany_share_save img {
    border: 0;
    width: auto;
    height: auto;
}

.addtoany_list a .a2a_count {
    position: relative;
}

span.ext {
    background: url(../../../../modules/contrib/extlink/extlink_s.html) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

span.mailto {
    background: url(../../../../modules/contrib/extlink/extlink_s.html) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

@media print {
    span.ext, span.mailto {
        display: none;
        padding: 0;
    }
}

.newsletter {
    padding: 60px 0;
}

.newsletter .radio label, .checkbox labelx {
    padding-left: 32px;
}

.newsletter .radio input[type="radio"], .newsletter .radio-inline input[type="radio"], .newsletter .checkbox input[type="checkbox"], .newsletter .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.newsletter .form-group {
    margin-bottom: 15px;
}

.newsletter .fieldset-wrapper {
    margin-bottom: 15px;
}

.newsletter .fieldset-wrapper {
    margin-bottom: 15px;
}

.newsletter legend {
    border-bottom: none;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.newsletter .form-inline .radio {
    margin-right: 15px;
}

.newsletter_alert {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.newsletter_consent-text {
    margin-bottom: 15px;
}

.newsletter .newsletter_captcha {
    margin-bottom: 15px;
}

.newsletter .content-error {
    color: #ec1a19;
    border: 1px solid #ec1a19;
    padding: 6px;
    margin: 4px 0 8px 0;
    display: none;
}

.newsletter input:disabled + label {
    opacity: 0.6;
}

.alert {
    margin: auto !important;
    margin-top: 30px !important;
}

.alert:before, .alert:after {
    content: " ";
    display: table;
}

.alert:after {
    clear: both;
}

@media (min-width: 768px) {
    .alert {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .alert {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .alert {
        width: 1170px;
    }
}

.alert ul {
    margin-left: 15px;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -10px
}

.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-horizontal .slider-tick-container {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center
}

.slider.slider-horizontal.slider-rtl .slider-track {
    left: initial;
    right: 0
}

.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
    margin-left: initial;
    margin-right: -10px
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
    left: initial;
    right: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    left: 25%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0
}

.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
    margin-top: -10px
}

.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    border-right-color: #0480be;
    margin-left: 0;
    margin-right: 0
}

.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px
}

.slider.slider-vertical.slider-rtl .slider-track {
    left: initial;
    right: 25%
}

.slider.slider-vertical.slider-rtl .slider-selection {
    left: initial;
    right: 0
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
    border-width: 10px 10px 10px 0
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
    padding-left: initial;
    padding-right: 4px
}

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed
}

.slider input {
    display: none
}

.slider .tooltip.top {
    margin-top: -36px
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none
}

.slider .hide {
    display: none
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0)
}

.slider-track-low, .slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 50%
}

.slider-handle.triangle {
    background: transparent none
}

.slider-handle.custom {
    background: transparent none
}

.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent
}

.slider-tick.round {
    border-radius: 50%
}

.slider-tick.triangle {
    background: transparent none
}

.slider-tick.custom {
    background: transparent none
}

.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1
}

@font-face {
    font-family: Antenna;
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Light.html);
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Lightd41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Light-2.html) format("woff2"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Light-3.html) format("woff"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Light-4.html) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Antenna;
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Thin.html);
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Thind41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Thin-2.html) format("woff2"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Thin-3.html) format("woff"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Thin-4.html) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Antenna;
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Bold.woff2);
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Boldd41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Bold-2.html) format("woff2"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Bold-3.html) format("woff"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Bold-4.html) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Antenna;
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Regular.html);
    src: url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Regulard41d.html?#iefix) format("embedded-opentype"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Regular-2.html) format("woff2"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Regular-3.html) format("woff"), url(../../../all/modules/custom/nppe_breed_selector/fonts/Antenna-Regular-4.html) format("truetype");
    font-weight: 400;
    font-style: normal
}

.cta.arrow-left:before, .cta:after, .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arch-container {
    overflow: hidden
}

.arch {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #f5f2e6
}

.arch:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: -300px;
    bottom: -200px;
    left: -300px
}

.arch-bottom {
    margin-top: -250px
}

.no-select, .slider.slider-horizontal .tooltip .tooltip-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#page-wrapper {
    overflow: hidden !important
}

.main-container .outer-container {
    padding: 0
}

h1 {
    margin-bottom: 20px !important;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 60px !important;
    color: #333333 !important;
    font-weight: 100 !important;
    line-height: 1.2em !important
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 48px !important
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 40px !important
    }
}

h2 {
    margin-bottom: 20px !important;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 300 !important;
    line-height: 1.5em !important
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 14px !important
    }
}

h3 {
    margin-bottom: 20px !important;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 22px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    line-height: 1.3em !important
}

p {
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 12px !important;
    color: #333333 !important;
    line-height: 1.5em !important
}

p a {
    color: #52bebb;
    text-decoration: none;
    font-weight: 700
}

p a:active, p a:focus, p a:hover {
    color: #4aaba8;
    text-decoration: underline
}

.cta {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ec1a19;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 700 !important
}

.cta:active, .cta:focus, .cta:hover {
    background-color: #cc181f;
    text-decoration: none
}

.cta:after {
    content: "\e080";
    font-size: 10px;
    font-weight: 700;
    margin-left: 5px
}

.cta.main {
    padding: 0 20px;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 700 !important
}

.cta.main:after {
    font-size: 15px
}

.cta.arrow-left:after {
    content: ""
}

.cta.arrow-left:before {
    content: "\e079";
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px
}

@media only screen and (max-width: 479px) {
    .cta {
        display: block;
        with: 100%
    }
}

@media only screen and (min-width: 768px) {
    .vertical-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden
    }
}

footer#footer.footer {
    margin-top: 0 !important
}

.questions-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10
}

.questions-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url(../../../../core/themes/stable/images/core/loading-small.html) no-repeat center 350px
}

.slide-mask {
    position: relative;
    overflow: hidden;
    height: 750px
}

@media only screen and (max-width: 767px) {
    .slide-mask {
        overflow: auto;
        height: auto
    }
}

#nppe_breed_selector_data_slide-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #nppe_breed_selector_data_slide-container {
        position: relative;
        overflow: hidden
    }
}

.questions-mobile-intro .row {
    margin: 20px 0
}

.questions-mobile-intro .row canvas {
    width: 100% !important;
    height: auto !important
}

.slide {
    position: relative;
    height: 750px;
    color: #ffffff
}

@media only screen and (max-width: 991px) {
    .slide {
        padding-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .slide {
        height: auto;
        border-radius: 100%/15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        margin-top: -15px;
        padding-bottom: 15px
    }

    .slide:first-child {
        margin-top: 0
    }
}

.slide .slide-mobile {
    font-size: 25px;
    cursor: pointer
}

.slide > .container {
    padding-top: 50px;
    padding-left: 70px
}

@media only screen and (max-width: 991px) {
    .slide > .container {
        padding-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .slide > .container {
        padding: 0 10px 40px
    }
}

.slide .description {
    margin-bottom: 0
}

.slide .question-amount-info {
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-top: 20px
}

.slide h2 {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 60px !important;
    color: #ffffff !important;
    font-weight: 100 !important;
    line-height: 1.2em !important
}

@media only screen and (max-width: 991px) {
    .slide h2 {
        font-size: 48px !important
    }
}

@media only screen and (max-width: 767px) {
    .slide h2 {
        font-size: 40px !important
    }
}

.slide h3, .slide h3 > p {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 22px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important
}

.slide .description-paragraph, .slide .description-paragraph p {
    margin-bottom: 0;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 1.5em !important
}

@media only screen and (max-width: 767px) {
    .slide .description-paragraph, .slide .description-paragraph p {
        font-size: 14px !important
    }
}

.slide canvas, .slide img {
    width: 100% !important;
    height: auto !important
}

@media only screen and (max-width: 767px) {
    .slide canvas, .slide img {
        width: 75% !important
    }
}

.slide input.range-slider {
    display: none
}

.slide .answer-sliders, .slide .questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .slide .answer-sliders, .slide .questions {
        display: block
    }
}

.slide .answer-sliders .column, .slide .questions .column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
    max-width: 50%
}

@media only screen and (max-width: 767px) {
    .slide .answer-sliders .column, .slide .questions .column {
        max-width: 100%;
        margin-bottom: 10px;
        padding-bottom: 70px
    }
}

.slide .answer-sliders.single .column, .slide .questions.single .column {
    margin-left: 25%
}

@media only screen and (max-width: 991px) {
    .slide .answer-sliders.single .column, .slide .questions.single .column {
        margin-left: 0
    }
}

.slide .question {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 1.5em !important
}

@media only screen and (max-width: 767px) {
    .slide .question {
        font-size: 14px !important
    }
}

@media only screen and (max-width: 991px) {
    .slide .question {
        font-size: 15px !important
    }
}

@media only screen and (max-width: 767px) {
    .slide .question {
        font-size: 18px !important
    }
}

.slide .answer-sliders .question {
    margin-bottom: 10px;
    margin-top: 15px
}

.slide .next-question {
    position: absolute;
    width: 100%;
    bottom: 0;
    cursor: pointer
}

.slide .next-question h3 {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 22px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 1.5em !important;
    margin-top: 30px !important
}

@media only screen and (max-width: 767px) {
    .slide .next-question h3 {
        font-size: 14px !important
    }
}

.slide .next-question h3 span {
    top: 4px;
    left: 8px
}

.slide .next-question.blue {
    background: #4aaba8
}

.slide .next-question.blue .arch {
    background: #52bebb
}

.slide .next-question.blue .arch:before {
    background: #4aaba8
}

.slide .next-question.yellow {
    background: #f68a00
}

.slide .next-question.yellow .arch {
    background: #f5a032
}

.slide .next-question.yellow .arch:before {
    background: #f68a00
}

.slide .next-question.green {
    background: #9b9f2d
}

.slide .next-question.green .arch {
    background: #b6bb35
}

.slide .next-question.green .arch:before {
    background: #9b9f2d
}

.slide .next-question.purple {
    background: #7c436f
}

.slide .next-question.purple .arch {
    background: #9b548b
}

.slide .next-question.purple .arch:before {
    background: #7c436f
}

.slide .see-results {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .slide .see-results {
        position: relative
    }
}

.slide .see-results .all-done-block {
    padding-top: 30px
}

@media only screen and (min-width: 992px) {
    .slide .see-results .all-done-block {
        padding-top: 0;
        height: 100px;
        line-height: 100px
    }

    .slide .see-results .all-done-block .form-submit {
        margin-top: -12px;
        margin-left: 20px
    }
}

.slide .see-results .all-done-block span.check {
    background: #ffffff;
    color: #333333;
    border-radius: 50%;
    padding: 6px;
    top: 2px;
    right: 8px
}

.slide .see-results .all-done-block h3 {
    display: inline-block;
    position: relative;
    top: 6px;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 34px !important;
    color: #ffffff !important;
    font-weight: 100 !important;
    line-height: 1.2em !important
}

@media only screen and (max-width: 991px) {
    .slide .see-results .all-done-block h3 {
        font-size: 48px !important
    }
}

@media only screen and (max-width: 767px) {
    .slide .see-results .all-done-block h3 {
        font-size: 40px !important
    }
}

@media only screen and (max-width: 767px) {
    .slide .see-results .all-done-block h3 {
        display: block;
        margin-top: 10px;
        margin-bottom: 0 !important
    }
}

.slide .see-results.blue {
    background: #3a3a3a
}

.slide .see-results.blue .arch {
    background: #52bebb
}

.slide .see-results.blue .arch:before {
    background: #3a3a3a
}

.slide .see-results.yellow {
    background: #3a3a3a
}

.slide .see-results.yellow .arch {
    background: #f5a032
}

.slide .see-results.yellow .arch:before {
    background: #3a3a3a
}

.slide .see-results.green {
    background: #3a3a3a
}

.slide .see-results.green .arch {
    background: #b6bb35
}

.slide .see-results.green .arch:before {
    background: #3a3a3a
}

.slide .see-results.purple {
    background: #3a3a3a
}

.slide .see-results.purple .arch {
    background: #9b548b
}

.slide .see-results.purple .arch:before {
    background: #3a3a3a
}

@media only screen and (max-width: 767px) {
    .slide:last-child {
        padding-bottom: 0
    }
}

.slide:last-child .next-question {
    display: none
}

.slide:last-child .see-results {
    display: block
}

.blue-slide {
    background-color: #52bebb
}

.blue-slide .slider-handle:after {
    border-bottom: 10px solid #4aaba8
}

.blue-slide .next-question, .blue-slide .slider-selection.tick-slider-selection, .blue-slide .slider-tick, .blue-slide .slider-tick.in-selection, .blue-slide .slider-track, .blue-slide .tooltip .tooltip-inner {
    background-color: #4aaba8
}

.yellow-slide {
    background-color: #f5a032
}

.yellow-slide .slider-handle:after {
    border-bottom: 10px solid #f68a00
}

.yellow-slide .next-question, .yellow-slide .slider-selection.tick-slider-selection, .yellow-slide .slider-tick, .yellow-slide .slider-tick.in-selection, .yellow-slide .slider-track, .yellow-slide .tooltip .tooltip-inner {
    background-color: #f68a00
}

.green-slide {
    background-color: #b6bb35
}

.green-slide .slider-handle:after {
    border-bottom: 10px solid #9b9f2d
}

.green-slide .next-question, .green-slide .slider-selection.tick-slider-selection, .green-slide .slider-tick, .green-slide .slider-tick.in-selection, .green-slide .slider-track, .green-slide .tooltip .tooltip-inner {
    background-color: #9b9f2d
}

.purple-slide {
    background-color: #9b548b
}

.purple-slide .slider-handle:after {
    border-bottom: 10px solid #7c436f
}

.purple-slide .next-question, .purple-slide .slider-selection.tick-slider-selection, .purple-slide .slider-tick, .purple-slide .slider-tick.in-selection, .purple-slide .slider-track, .purple-slide .tooltip .tooltip-inner {
    background-color: #7c436f
}

.slide-nav {
    position: absolute;
    left: 3%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

@media only screen and (max-width: 991px) {
    .slide-nav {
        -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%)
    }
}

.slide-nav ul {
    margin: 0;
    padding: 0
}

.slide-nav ul li {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 15px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 35px !important
}

.slide-nav ul li.active {
    width: 50px;
    height: 50px;
    background: #ffffff
}

.slide-nav ul.blue li {
    color: #52bebb !important;
    background: #4aaba8
}

.slide-nav ul.blue li.active {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 50px !important
}

.slide-nav ul.green li {
    color: #b6bb35 !important;
    background: #9b9f2d
}

.slide-nav ul.green li.active {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 50px !important
}

.slide-nav ul.yellow li {
    color: #f5a032 !important;
    background: #f68a00
}

.slide-nav ul.yellow li.active {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 50px !important
}

.slide-nav ul.purple li {
    color: #9b548b !important;
    background: #7c436f
}

.slide-nav ul.purple li.active {
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 50px !important
}

.slider.slider-horizontal {
    width: 80%
}

.slider.slider-horizontal .tooltip .tooltip-inner {
    padding: 10px;
    border-radius: 25px;
    white-space: normal;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    line-height: 1.5em !important
}

@media only screen and (max-width: 767px) {
    .slider.slider-horizontal .tooltip .tooltip-inner {
        font-size: 14px !important
    }
}

.slider.slider-horizontal .tooltip.bottom {
    margin-top: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 120%;
    margin-left: 12px !important;
    left: 50% !important;
    -webkit-transform: translateX(-12%);
    -ms-transform: translateX(-12%);
    transform: translateX(-12%)
}

@media only screen and (max-width: 991px) {
    .slider.slider-horizontal .tooltip.bottom {
        width: 130%;
        margin-left: 0 !important
    }
}

.slider.slider-horizontal .tooltip.bottom .tooltip-arrow, .slider.slider-horizontal .tooltip.tooltip-max.bottom, .slider.slider-horizontal .tooltip.tooltip-min.bottom {
    display: none
}

.slider.slider-horizontal .slider-handle {
    width: 35px;
    height: 35px;
    margin-left: -18px;
    background-image: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    top: -8px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.slider.slider-horizontal .slider-handle:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.slider.slider-horizontal .slider-track {
    height: 7px;
    margin-top: -3px
}

.slider.slider-horizontal .slider-tick {
    cursor: pointer
}

.slider.slider-horizontal .slider-selection.tick-slider-selection, .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-tick.in-selection, .slider.slider-horizontal .slider-track {
    background-image: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.four .slider.slider-horizontal .tooltip.bottom {
    width: 130%;
    margin-left: 0 !important
}

.block-social-feed iframe {
    border: 1px solid #dfe0e4;
    height: 300px;
}
