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.gif);
    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.png);
    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.svg);
}

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

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

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

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

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

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

div.tree-child-last {
    background: url(../../../../core/themes/stable/images/core/tree-bottom.png) 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.png) no-repeat -11px center;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.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.png) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

span.mailto {
    background: url(../../../../modules/contrib/extlink/extlink_s.png) -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;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.html");
}

.ui-widget-header .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.html");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.html");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.html");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("../../../../core/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
}

.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, .result-animal-container .views-field-breed-answer-label li:before, .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar .mobile-criteria .cta:before, .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit]:before, .share-box .form-actions input.arrow-left[type=submit]:before, .share-box .form-actions input[type=submit]:after {
    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, .results-sidebar .question-accordion, .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, .share-box .form-actions input[type=submit] {
    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, .share-box .form-actions input:active[type=submit], .share-box .form-actions input:focus[type=submit], .share-box .form-actions input:hover[type=submit] {
    background-color: #cc181f;
    text-decoration: none
}

.cta:after, .share-box .form-actions input[type=submit]:after {
    content: "\e080";
    font-size: 10px;
    font-weight: 700;
    margin-left: 5px
}

.cta.main, .share-box .form-actions input.main[type=submit] {
    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, .share-box .form-actions input.main[type=submit]:after {
    font-size: 15px
}

.cta.arrow-left:after, .share-box .form-actions input.arrow-left[type=submit]:after {
    content: ""
}

.cta.arrow-left:before, .share-box .form-actions input.arrow-left[type=submit]:before {
    content: "\e079";
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px
}

@media only screen and (max-width: 479px) {
    .cta, .share-box .form-actions input[type=submit] {
        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
}

body {
    background: #ffffff !important;
    -ms-overflow-style: scrollbar
}

.results-content .container {
    position: relative
}

@media only screen and (max-width: 1419px) {
    .results-content .container {
        width: auto !important
    }
}

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

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

.breed-selector-results-container {
    width: 100%;
    display: table
}

.breed-selector-results-container > div {
    display: table-row
}

.breed-selector-results-container .row {
    margin-left: -15px;
    margin-right: -15px
}

.results-sidebar {
    display: table-cell;
    width: 15%;
    background: #3a3a3a;
    vertical-align: top
}

@media only screen and (max-width: 1419px) {
    .results-sidebar {
        width: 25%
    }
}

@media only screen and (max-width: 991px) {
    .results-sidebar {
        position: absolute;
        width: 100%;
        min-height: 100%;
        left: -100%
    }
}

.results-main {
    display: table-cell;
    width: 85%;
    vertical-align: top
}

@media only screen and (max-width: 1419px) {
    .results-main {
        width: 75%
    }
}

@media only screen and (max-width: 991px) {
    .results-main {
        width: 100%
    }
}

.results-intro h1 {
    margin: 40px 0
}

.results-intro p {
    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) {
    .results-intro p {
        font-size: 14px !important
    }
}

.results-top-bar {
    height: 75px;
    line-height: 70px;
    background: #ec1a19
}

@media only screen and (max-width: 479px) {
    .results-top-bar {
        height: 65px;
        line-height: 57px
    }
}

.results-top-bar a.cta {
    position: relative;
    background: #cc181f;
    padding-right: 45px;
    margin: 10px 0 0 10px
}

.results-top-bar a.cta:last-child {
    margin-right: 10px
}

.results-top-bar a.cta:after {
    content: ""
}

.results-top-bar a.cta .amount {
    margin-right: -5px;
    margin-left: 5px
}

.result-animal-container .views-field-breed-answer-label .results-top-bar a.cta li:before, .results-sidebar .question-accordion .results-top-bar a.cta .question-accordion-header:after, .results-top-bar .mobile-criteria .share-box .form-actions a.cta input[type=submit]:before, .results-top-bar .mobile-criteria a.cta .cta:before, .results-top-bar a.cta .cta.arrow-left:before, .results-top-bar a.cta .cta:after, .results-top-bar a.cta .glyphicon, .results-top-bar a.cta .mobile-criteria .cta:before, .results-top-bar a.cta .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar a.cta .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar a.cta .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar a.cta .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar a.cta .share-box .form-actions input[type=submit]:after, .share-box .form-actions .results-top-bar .mobile-criteria a.cta input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar a.cta input[type=submit]:after {
    position: absolute;
    padding: 12px;
    font-size: 15px;
    background: #ffffff;
    color: #cc181f;
    border-radius: 50%;
    top: 8px;
    right: 10px
}

.results-top-bar a.cta.active, .results-top-bar a.cta:hover {
    background: #ffffff;
    color: #ec1a19 !important
}

.result-animal-container .views-field-breed-answer-label .results-top-bar a.cta.active li:before, .result-animal-container .views-field-breed-answer-label .results-top-bar a.cta:hover li:before, .results-sidebar .question-accordion .results-top-bar a.cta.active .question-accordion-header:after, .results-sidebar .question-accordion .results-top-bar a.cta:hover .question-accordion-header:after, .results-top-bar .mobile-criteria .share-box .form-actions a.cta.active input[type=submit]:before, .results-top-bar .mobile-criteria .share-box .form-actions a.cta:hover input[type=submit]:before, .results-top-bar .mobile-criteria a.cta.active .cta:before, .results-top-bar .mobile-criteria a.cta:hover .cta:before, .results-top-bar a.cta.active .amount, .results-top-bar a.cta.active .cta.arrow-left:before, .results-top-bar a.cta.active .cta:after, .results-top-bar a.cta.active .glyphicon, .results-top-bar a.cta.active .mobile-criteria .cta:before, .results-top-bar a.cta.active .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar a.cta.active .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar a.cta.active .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar a.cta.active .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar a.cta.active .share-box .form-actions input[type=submit]:after, .results-top-bar a.cta:hover .amount, .results-top-bar a.cta:hover .cta.arrow-left:before, .results-top-bar a.cta:hover .cta:after, .results-top-bar a.cta:hover .glyphicon, .results-top-bar a.cta:hover .mobile-criteria .cta:before, .results-top-bar a.cta:hover .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar a.cta:hover .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar a.cta:hover .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar a.cta:hover .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar a.cta:hover .share-box .form-actions input[type=submit]:after, .share-box .form-actions .results-top-bar .mobile-criteria a.cta.active input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria a.cta:hover input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta.active .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta.active input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar a.cta.active input[type=submit]:after, .share-box .form-actions .results-top-bar a.cta:hover .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta:hover input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar a.cta:hover input[type=submit]:after {
    background: #ec1a19;
    color: #ffffff
}

@media only screen and (max-width: 479px) {
    .results-top-bar a.cta {
        display: inline-block;
        margin: 5px 0 0 5px;
        padding: 0 20px 0 5px;
        font-size: 10px !important
    }

    .results-top-bar a.cta:last-child {
        margin-right: 5px
    }

    .results-top-bar a.cta .amount {
        margin: 0 -3px 0 0
    }

    .result-animal-container .views-field-breed-answer-label .results-top-bar a.cta li:before, .results-sidebar .question-accordion .results-top-bar a.cta .question-accordion-header:after, .results-top-bar .mobile-criteria .share-box .form-actions a.cta input[type=submit]:before, .results-top-bar .mobile-criteria a.cta .cta:before, .results-top-bar a.cta .cta.arrow-left:before, .results-top-bar a.cta .cta:after, .results-top-bar a.cta .glyphicon, .results-top-bar a.cta .mobile-criteria .cta:before, .results-top-bar a.cta .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar a.cta .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar a.cta .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar a.cta .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar a.cta .share-box .form-actions input[type=submit]:after, .share-box .form-actions .results-top-bar .mobile-criteria a.cta input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar a.cta input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar a.cta input[type=submit]:after {
        padding: 4px;
        top: 16px;
        right: 5px
    }
}

.results-top-bar .mobile-criteria {
    padding-right: 0
}

@media only screen and (min-width: 992px) {
    .results-top-bar .mobile-criteria {
        display: none
    }
}

.results-top-bar .mobile-criteria .cta, .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit], .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit] {
    padding-right: 10px
}

@media only screen and (max-width: 479px) {
    .results-top-bar .mobile-criteria .cta, .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit], .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit] {
        padding-right: 5px;
        margin-right: 0 !important;
        padding-left: 0 !important
    }
}

.results-top-bar .mobile-criteria .cta:before, .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit]:before {
    margin-right: 0;
    content: "\e079"
}

@media only screen and (max-width: 991px) {
    .results-top-bar .results-search {
        display: none
    }

    .results-top-bar .results-search.nppe_breed-search {
        display: block
    }
}

.results-top-bar .results-search-box {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 5px
}

.results-top-bar .results-search-box .hide-label {
    display: none
}

.results-top-bar .results-search-box.active {
    background: rgba(0, 0, 0, .8)
}

.results-top-bar .results-search-box input {
    height: 55px;
    line-height: 55px;
    width: calc(100% - 65px);
    padding: 0 15px;
    border: 0;
    background-image: none;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 700 !important
}

.results-top-bar .results-search-box .views-exposed-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.results-top-bar .results-search-box .views-exposed-form form > div:nth-child(1) {
    width: 100%
}

.results-top-bar .results-search-box .views-exposed-form form > div:nth-child(1) input {
    width: calc(100% - 10px)
}

.results-top-bar .results-search-box .views-exposed-form form > div:nth-child(2) {
    line-height: 0
}

.results-top-bar .results-search-box .views-exposed-form form > div:nth-child(2) input {
    width: 55px;
    height: 55px;
    line-height: 60px;
    margin-top: 10px;
    background: #ffffff;
    text-align: center;
    font-size: 28px;
    color: #ed1c24;
    cursor: pointer;
    border-radius: 0
}

.results-top-bar .results-search-button {
    float: right;
    width: 55px;
    height: 55px;
    line-height: 60px;
    margin-top: 10px;
    background: #ffffff;
    text-align: center;
    font-size: 28px;
    color: #ec1a19;
    cursor: pointer
}

@media only screen and (max-width: 479px) {
    .results-top-bar .results-search-button {
        margin-top: 4px
    }
}

@media only screen and (max-width: 767px) {
    .results-top-bar .favorites {
        padding-left: 0
    }
}

.results-top-bar .favorites .favorites-label {
    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
}

@media only screen and (max-width: 991px) {
    .results-top-bar .favorites.nppe_breed-favorites {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .results-top-bar .favorites .cta:last-child, .results-top-bar .favorites .share-box .form-actions input:last-child[type=submit], .share-box .form-actions .results-top-bar .favorites input:last-child[type=submit] {
        margin-right: 0
    }

    .results-top-bar .favorites .cta.active, .results-top-bar .favorites .cta:hover, .results-top-bar .favorites .share-box .form-actions input.active[type=submit], .results-top-bar .favorites .share-box .form-actions input:hover[type=submit], .share-box .form-actions .results-top-bar .favorites input.active[type=submit], .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] {
        background: #3a3a3a;
        color: #ffffff !important
    }

    .results-top-bar .favorites .cta.active .amount, .results-top-bar .favorites .cta:hover .amount, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .amount, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .amount, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .amount, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .amount {
        background: #3a3a3a
    }

    .result-animal-container .views-field-breed-answer-label .results-top-bar .favorites .cta.active li:before, .result-animal-container .views-field-breed-answer-label .results-top-bar .favorites .cta:hover li:before, .result-animal-container .views-field-breed-answer-label .results-top-bar .favorites .share-box .form-actions input.active[type=submit] li:before, .result-animal-container .views-field-breed-answer-label .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] li:before, .result-animal-container .views-field-breed-answer-label .share-box .form-actions .results-top-bar .favorites input.active[type=submit] li:before, .result-animal-container .views-field-breed-answer-label .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] li:before, .results-sidebar .question-accordion .results-top-bar .favorites .cta.active .question-accordion-header:after, .results-sidebar .question-accordion .results-top-bar .favorites .cta:hover .question-accordion-header:after, .results-sidebar .question-accordion .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .question-accordion-header:after, .results-sidebar .question-accordion .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .question-accordion-header:after, .results-sidebar .question-accordion .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .question-accordion-header:after, .results-sidebar .question-accordion .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .question-accordion-header:after, .results-top-bar .favorites .cta.active .cta.arrow-left:before, .results-top-bar .favorites .cta.active .cta:after, .results-top-bar .favorites .cta.active .glyphicon, .results-top-bar .favorites .cta.active .mobile-criteria .cta:before, .results-top-bar .favorites .cta.active .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar .favorites .cta.active .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar .favorites .cta.active .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar .favorites .cta.active .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar .favorites .cta.active .share-box .form-actions input[type=submit]:after, .results-top-bar .favorites .cta:hover .cta.arrow-left:before, .results-top-bar .favorites .cta:hover .cta:after, .results-top-bar .favorites .cta:hover .glyphicon, .results-top-bar .favorites .cta:hover .mobile-criteria .cta:before, .results-top-bar .favorites .cta:hover .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-top-bar .favorites .cta:hover .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar .favorites .cta:hover .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar .favorites .cta:hover .share-box .form-actions input.arrow-left[type=submit]:before, .results-top-bar .favorites .cta:hover .share-box .form-actions input[type=submit]:after, .results-top-bar .favorites .mobile-criteria .share-box .form-actions input.active[type=submit] input[type=submit]:before, .results-top-bar .favorites .mobile-criteria .share-box .form-actions input:hover[type=submit] input[type=submit]:before, .results-top-bar .favorites .share-box .form-actions .results-top-bar .mobile-criteria input.active[type=submit] input[type=submit]:before, .results-top-bar .favorites .share-box .form-actions .results-top-bar .mobile-criteria input:hover[type=submit] input[type=submit]:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .cta.arrow-left:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .cta:after, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .glyphicon, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .mobile-criteria .cta:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] .results-top-bar .mobile-criteria input[type=submit]:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] input.arrow-left[type=submit]:before, .results-top-bar .favorites .share-box .form-actions input.active[type=submit] input[type=submit]:after, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .cta.arrow-left:before, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .cta:after, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .glyphicon, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .mobile-criteria .cta:before, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .result-animal-container .views-field-breed-answer-label li:before, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .results-sidebar .question-accordion .question-accordion-header:after, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] .results-top-bar .mobile-criteria input[type=submit]:before, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] input.arrow-left[type=submit]:before, .results-top-bar .favorites .share-box .form-actions input:hover[type=submit] input[type=submit]:after, .results-top-bar .mobile-criteria .favorites .cta.active .cta:before, .results-top-bar .mobile-criteria .favorites .cta:hover .cta:before, .results-top-bar .mobile-criteria .favorites .share-box .form-actions input.active[type=submit] .cta:before, .results-top-bar .mobile-criteria .favorites .share-box .form-actions input.active[type=submit] input[type=submit]:before, .results-top-bar .mobile-criteria .favorites .share-box .form-actions input:hover[type=submit] .cta:before, .results-top-bar .mobile-criteria .favorites .share-box .form-actions input:hover[type=submit] input[type=submit]:before, .results-top-bar .mobile-criteria .share-box .form-actions .favorites .cta.active input[type=submit]:before, .results-top-bar .mobile-criteria .share-box .form-actions .favorites .cta:hover input[type=submit]:before, .results-top-bar .mobile-criteria .share-box .form-actions .results-top-bar .favorites input.active[type=submit] input[type=submit]:before, .results-top-bar .mobile-criteria .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] input[type=submit]:before, .share-box .form-actions .results-top-bar .favorites .cta.active .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar .favorites .cta.active input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar .favorites .cta.active input[type=submit]:after, .share-box .form-actions .results-top-bar .favorites .cta:hover .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar .favorites .cta:hover input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar .favorites .cta:hover input[type=submit]:after, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .cta.arrow-left:before, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .cta:after, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .glyphicon, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .mobile-criteria .cta:before, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .result-animal-container .views-field-breed-answer-label li:before, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] .results-sidebar .question-accordion .question-accordion-header:after, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar .favorites input.active[type=submit] input[type=submit]:after, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .cta.arrow-left:before, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .cta:after, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .glyphicon, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .mobile-criteria .cta:before, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .mobile-criteria input[type=submit]:before, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .result-animal-container .views-field-breed-answer-label li:before, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] .results-sidebar .question-accordion .question-accordion-header:after, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] input.arrow-left[type=submit]:before, .share-box .form-actions .results-top-bar .favorites input:hover[type=submit] input[type=submit]:after, .share-box .form-actions .results-top-bar .mobile-criteria .favorites .cta.active input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria .favorites .cta:hover input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria .favorites input.active[type=submit] .cta:before, .share-box .form-actions .results-top-bar .mobile-criteria .favorites input.active[type=submit] input[type=submit]:before, .share-box .form-actions .results-top-bar .mobile-criteria .favorites input:hover[type=submit] .cta:before, .share-box .form-actions .results-top-bar .mobile-criteria .favorites input:hover[type=submit] input[type=submit]:before {
        color: #3a3a3a;
        background: #ffffff
    }
}

.result-animal-container {
    margin-bottom: 30px
}

.result-animal-container .results-view-image {
    min-height: 200px
}

.result-animal-container:nth-child(3n+1) {
    clear: left
}

@media only screen and (max-width: 767px) {
    .result-animal-container:nth-child(3n+1) {
        clear: none
    }

    .result-animal-container:nth-child(2n+1) {
        clear: left
    }
}

@media only screen and (max-width: 479px) {
    .result-animal-container {
        width: 100% !important
    }
}

.result-animal-container .results-view-image-container {
    position: relative;
    padding-bottom: 20px
}

.result-animal-container .results-view-image-container img {
    width: 100%
}

.result-animal-container .results-view-image-container .results-view-image:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #ed1c24;
    background-image: url(../../../all/modules/custom/nppe_breed_selector/assets/results/arrowRight.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.result-animal-container .results-view-image-container .results-view-image:hover:after {
    top: calc(50% - 2px);
    right: 0;
    width: 36px;
    height: 36px;
    background-size: 14px
}

.result-animal-container .results-view-image-container .results-view-image-bottom {
    position: absolute;
    bottom: 0
}

.result-animal-container .results-view-image-container .results-view-image-bottom .results-view-breed {
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 1.5em !important;
    font-weight: 700 !important;
    margin-bottom: -2px
}

@media only screen and (max-width: 767px) {
    .result-animal-container .results-view-image-container .results-view-image-bottom .results-view-breed {
        display: none
    }
}

.result-animal-container .results-view-image-container .results-view-image-bottom .results-view-name {
    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;
    padding-right: 30px
}

@media only screen and (max-width: 767px) {
    .result-animal-container .results-view-image-container .results-view-image-bottom .results-view-name {
        font-size: 18px !important
    }
}

.result-animal-container .results-view-image-container .results-view-image-bottom span {
    padding-right: 5px;
    background: rgba(255, 255, 255, .8);
    line-height: 1.5 !important
}

.result-animal-container .results-view-image-container .results-view-favorite {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c3c1bb;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 5
}

.result-animal-container .results-view-image-container .results-view-favorite.favorite {
    background: #52bebb
}

@media only screen and (min-width: 768px) {
    .result-animal-container .results-view-image-container .results-view-favorite:hover {
        background: #52bebb
    }
}

.result-animal-container .results-view-image-container .results-view-favorite i {
    padding: 8px 7px;
    font-size: 14px;
    color: #ffffff
}

.result-animal-container .views-field-breed-treshold-label {
    margin: 10px 0;
    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;
    line-height: 1 !important
}

.result-animal-container .views-field-breed-treshold-label > span {
    width: 100%;
    cursor: pointer
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-excellent-match > span {
    background: #ddce67
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-excellent-match > span:after {
    border-left-color: #ddce67
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-almost-excellent-match > span {
    background: #75a319
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-almost-excellent-match > span:after {
    border-left-color: #75a319
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-good-match > span {
    background: #aecd00
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-good-match > span:after {
    border-left-color: #aecd00
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-not-ideally-match > span {
    background: #f99f2c
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-not-ideally-match > span:after {
    border-left-color: #f99f2c
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-probably-mismatch > span {
    background: #ff6633
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-probably-mismatch > span:after {
    border-left-color: #ff6633
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-mismatch > span {
    background: red
}

.result-animal-container .views-field-breed-treshold-label > span.threshold-mismatch > span:after {
    border-left-color: red
}

.result-animal-container .views-field-breed-treshold-label span.threshold-label-inner {
    display: inline-block;
    width: 85%;
    height: 18px;
    padding: 3px
}

.result-animal-container .views-field-breed-treshold-label span.threshold-label-inner:after {
    content: "";
    float: right;
    margin: -3px -21px 0 0;
    height: 0;
    width: 0;
    border-width: 9px;
    border-style: solid;
    border-color: #75a319;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}

.result-animal-container .views-field-breed-treshold-label span.traffic-light-expand {
    display: block;
    width: 10%;
    height: 18px;
    float: right;
    text-align: center;
    padding-top: 3px
}

.result-animal-container .views-field-breed-treshold-label span.traffic-light-expand:after {
    font-family: "Glyphicons Halflings";
    content: "\e259";
    font-weight: 400
}

.result-animal-container .views-field-breed-treshold-label span.traffic-light-expand.traffic-light-open:after {
    content: "\e260"
}

.result-animal-container .views-field-breed-answer-label {
    display: none
}

.result-animal-container .views-field-breed-answer-label ul {
    margin: 0;
    padding: 0
}

.result-animal-container .views-field-breed-answer-label li {
    list-style: none;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 1.5em !important;
    padding: 2px 0
}

.result-animal-container .views-field-breed-answer-label li:before {
    content: "\e013";
    font-size: 8px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
    color: #ffffff
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-100:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-80:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-90:before {
    background: #75a319
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-60:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-70:before {
    background: #aecd00
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-40:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-50:before {
    background: #f99f2c
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-20:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-30:before {
    content: "\e014";
    background: #ff6633
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-0:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-10:before {
    content: "\e014";
    background: red
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-none:before {
    background: #75a319
}

.result-animal-container .views-field-breed-answer-label li.traffic-light-additional-none:before, .result-animal-container .views-field-breed-answer-label li.traffic-light-char-none:before {
    background: #c3c1bb;
    color: #c3c1bb
}

.cta .amount, .share-box .form-actions input[type=submit] .amount {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    background: #ec1a19;
    border-radius: 50%;
    line-height: 1;
    padding-top: 2px
}

.pager {
    color: #333333
}

.pager a {
    color: #333333 !important;
    background: #ffffff;
    margin-bottom: 10px;
    margin-right: 10px
}

.pager li a:hover, .pager li.is-active a {
    color: #52bebb !important;
    background: #ffffff !important
}

.result-cta-learn-more {
    text-align: left
}

.result-cta-learn-more button {
    border: 0
}

.results-sidebar .questions-sidebar-close {
    background: #333333
}

.results-sidebar .questions-sidebar-close .cta, .results-sidebar .questions-sidebar-close .share-box .form-actions input[type=submit], .share-box .form-actions .results-sidebar .questions-sidebar-close input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    margin: 10px
}

.results-sidebar .questions-sidebar-header {
    height: 75px;
    line-height: 75px;
    background: #333333;
    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
}

@media only screen and (max-width: 991px) {
    .results-sidebar .questions-sidebar-header {
        font-family: Antenna, sans-serif, "Helvetica Neue" !important;
        letter-spacing: normal !important;
        font-size: 22px !important;
        color: #ffffff !important;
        font-weight: 100 !important;
        line-height: 1.2em !important;
        line-height: 75px !important;
        text-transform: none !important;
        background: #3a3a3a;
        border-bottom: 1px solid #666666
    }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
    .results-sidebar .questions-sidebar-header {
        font-size: 48px !important
    }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .results-sidebar .questions-sidebar-header {
        font-size: 40px !important
    }
}

.results-sidebar .question-accordion {
    position: relative;
    min-height: 50px;
    border-bottom: 1px solid #666666
}

.results-sidebar .question-accordion .question-accordion-header {
    padding: 15px 50px 15px 30px;
    cursor: pointer;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 12px !important;
    color: #b0ada6 !important;
    line-height: 1.5em !important
}

.results-sidebar .question-accordion .question-accordion-header .answer {
    color: #ffffff;
    font-weight: 700
}

.results-sidebar .question-accordion .question-accordion-header:after {
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 14px;
    top: 20px;
    right: 20px;
    content: "\e114";
    font-size: 8px;
    font-weight: 700;
    color: #3a3a3a;
    background: #666666;
    border-radius: 50%
}

.results-sidebar .question-accordion .question-accordion-body {
    display: none;
    padding: 0 20px 20px
}

.results-sidebar .question-accordion.active {
    background: #292929
}

.results-sidebar .question-accordion.active .question-accordion-header:after {
    content: "\e113";
    background: #ffffff;
    color: #292929;
    line-height: 12px
}

.results-sidebar .cta, .results-sidebar .share-box .form-actions input[type=submit], .share-box .form-actions .results-sidebar input[type=submit] {
    margin-left: 20px
}

@media only screen and (max-width: 991px) {
    .results-sidebar .cta, .results-sidebar .share-box .form-actions input[type=submit], .share-box .form-actions .results-sidebar input[type=submit] {
        display: inline-block
    }
}

.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%)
}

.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: 20px;
    height: 20px;
    background-image: none;
    background-color: #ffffff;
    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-color: #3a3a3a;
    background-image: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slider.slider-horizontal .slider-tick {
    top: 2px;
    width: 16px;
    height: 16px
}

@media only screen and (max-width: 991px) {
    .filter {
        position: absolute !important;
        width: 100%;
        height: 100%;
        right: -100%;
        margin: 0 !important;
        padding: 0 !important;
        background: #3a3a3a
    }
}

.filters-sidebar-close {
    background: #333333;
    padding-bottom: 5px
}

.filters-sidebar-close .cta, .filters-sidebar-close .share-box .form-actions input[type=submit], .share-box .form-actions .filters-sidebar-close input[type=submit] {
    display: inline-block;
    margin: 10px;
    padding-right: 10px !important
}

.filter-list {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 50px;
    margin: -7px 0 0 10px;
    z-index: 15
}

@media only screen and (max-width: 991px) {
    .filter-list {
        display: block;
        width: 100%;
        background: #3a3a3a;
        margin: 0;
        padding: 0
    }
}

.filter-list .form-item.form-item-title-1 {
    display: none
}

@media only screen and (max-width: 991px) {
    .filter-list .form-item.form-item-title-1 {
        display: block;
        text-align: center;
        padding: 0 10px;
        margin-top: 3px
    }

    .filter-list .form-item.form-item-title-1.active {
        background: #292929;
        border-bottom: 0
    }

    .filter-list .form-item.form-item-title-1 label {
        font-family: Antenna, sans-serif, "Helvetica Neue" !important;
        letter-spacing: normal !important;
        font-size: 22px !important;
        color: #ffffff !important;
        font-weight: 100 !important;
        line-height: 1.2em !important;
        display: block;
        text-align: center;
        height: 75px;
        line-height: 75px !important;
        padding: 0 10px;
        border-bottom: 0;
        border-top: 0;
        margin-top: 20px
    }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
    .filter-list .form-item.form-item-title-1 label {
        font-size: 48px !important
    }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .filter-list .form-item.form-item-title-1 label {
        font-size: 40px !important
    }
}

@media only screen and (max-width: 991px) {
    .filter-list .form-item.form-item-title-1 input {
        height: 55px;
        line-height: 55px;
        width: calc(100% - 65px);
        padding: 0 15px;
        border: 0;
        background-image: none;
        margin: 10px 0 20px;
        font-family: Arial, sans-serif, "Helvetica Neue" !important;
        letter-spacing: normal !important;
        text-transform: uppercase !important;
        font-size: 12px !important;
        color: #333333 !important;
        font-weight: 700 !important
    }
}

.filter-list legend {
    display: none
}

@media only screen and (max-width: 991px) {
    .filter-list legend {
        font-family: Antenna, sans-serif, "Helvetica Neue" !important;
        letter-spacing: normal !important;
        font-size: 22px !important;
        color: #ffffff !important;
        font-weight: 100 !important;
        line-height: 1.2em !important;
        display: block;
        text-align: center;
        line-height: 75px !important;
        margin-bottom: 10px;
        border-bottom: 1px solid #4b4b4b
    }
}

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

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .filter-list legend {
        font-size: 40px !important
    }
}

.filter-list [type=checkbox]:checked, .filter-list [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.filter-list [type=checkbox]:checked + label, .filter-list [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer
}

.filter-list [type=checkbox]:checked + label:before, .filter-list [type=checkbox]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 0;
    background: #e9e9e9
}

@media only screen and (max-width: 991px) {
    .filter-list [type=checkbox]:checked + label:before, .filter-list [type=checkbox]:not(:checked) + label:before {
        top: 15px;
        left: 15px
    }
}

.filter-list [type=checkbox]:checked + label:before {
    background: #52bebb
}

.filter-list [type=checkbox]:checked + label:after, .filter-list [type=checkbox]:not(:checked) + label:after {
    font-family: "Glyphicons Halflings";
    font-size: 15px !important;
    content: "\e013";
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.3em;
    line-height: .8;
    color: #000000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media only screen and (max-width: 991px) {
    .filter-list [type=checkbox]:checked + label:after, .filter-list [type=checkbox]:not(:checked) + label:after {
        top: 15px;
        left: 15px
    }
}

.filter-list [type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.filter-list [type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.filter-list label {
    line-height: 1;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 20px !important;
    color: #52bebb !important;
    font-weight: 700 !important;
    line-height: 1.3em !important
}

.filter-list label strong {
    color: #52bebb !important
}

.filter-list label p {
    margin-top: 10px
}

@media only screen and (max-width: 991px) {
    .filter-list label {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #4b4b4b;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;
        margin-bottom: 0 !important;
        margin-top: -3px
    }

    .filter-list label strong {
        color: #ffffff !important
    }

    .filter-list label p {
        color: #c3c1bb !important;
        margin-bottom: 10px !important
    }
}

.filter-list [type=checkbox]:checked + label strong {
    color: #333333 !important
}

@media only screen and (max-width: 991px) {
    .filter-list [type=checkbox]:checked + label {
        background: #292929
    }

    .filter-list [type=checkbox]:checked + label strong {
        color: #ffffff !important
    }
}

.filter-list .fieldset-wrapper .fieldgroup > div {
    width: 33%;
    float: left;
    padding-right: 20px
}

.filter-list .fieldset-wrapper .fieldgroup > div:nth-child(3n+1) {
    clear: left
}

@media only screen and (max-width: 991px) {
    .filter-list .fieldset-wrapper .fieldgroup > div {
        width: 100%;
        padding-right: 0
    }
}

.filter-list .filter-close {
    position: absolute;
    top: 0;
    right: 20px;
    color: #c3c1bb;
    cursor: pointer
}

.cat .form-item.form-item-breed-type, .cat .js-mobile-filter .amount {
    display: none
}

.ui-autocomplete {
    background: rgba(0, 0, 0, .8);
    border: 0 !important
}

@media only screen and (max-width: 991px) {
    .ui-autocomplete {
        background: #292929;
        border-bottom: 1px solid #4b4b4b
    }
}

.ui-autocomplete li {
    float: left;
    width: 100%;
    padding: 0 10px !important;
    margin-bottom: 10px !important
}

.ui-autocomplete li a {
    float: left;
    width: 100%;
    padding-top: 0 !important;
    padding-top: 0 !important
}

@media only screen and (max-width: 991px) {
    .ui-autocomplete li a {
        background: #ffffff;
        color: #666666 !important
    }
}

.ui-autocomplete li a.ui-state-active {
    background: #3a3a3a;
    border: 0 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-top: 0 !important;
    text-decoration: none
}

@media only screen and (max-width: 991px) {
    .ui-autocomplete li a.ui-state-active {
        background: #ffffff
    }
}

.ui-autocomplete li.ui-state-focus {
    background: 0 0 !important;
    border: 0 !important;
    margin: 0 0 10px !important
}

.ui-autocomplete li.ui-state-focus a {
    background: #3a3a3a
}

@media only screen and (max-width: 991px) {
    .ui-autocomplete li.ui-state-focus a {
        background: #ffffff
    }
}

.ui-autocomplete li.view-all {
    background: #3a3a3a;
    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;
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 5px 10px !important
}

.ui-autocomplete .results-view-image {
    min-width: 100px;
    max-width: 100px;
    float: left;
    clear: left;
    padding-right: 10px
}

.ui-autocomplete .results-view-image img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .ui-autocomplete .results-view-image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.ui-autocomplete .results-view-name {
    float: left;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
    color: #c3c1bb !important;
    line-height: 1.5em !important
}

.results-search-box .hide-label {
    display: none !important
}

@media only screen and (max-width: 991px) {
    .filter-list .results-search-button {
        margin-top: 13px
    }
}

@media only screen and (max-width: 479px) {
    .favorites .cta .nppe-bs-search-text, .favorites .share-box .form-actions input[type=submit] .nppe-bs-search-text, .share-box .form-actions .favorites input[type=submit] .nppe-bs-search-text {
        margin-right: 2px
    }
}

.results-favorites {
    position: absolute;
    width: 15%;
    height: 100%;
    background: #3a3a3a;
    z-index: 9;
    right: -15%
}

@media only screen and (max-width: 1419px) {
    .results-favorites {
        width: 25%;
        right: -25%
    }
}

@media only screen and (max-width: 991px) {
    .results-favorites {
        width: 100%;
        min-height: 100%;
        right: -100%
    }
}

.results-favorites .favorites-sidebar-close {
    background: #333333
}

.results-favorites .favorites-sidebar-close .cta, .results-favorites .favorites-sidebar-close .share-box .form-actions input[type=submit], .share-box .form-actions .results-favorites .favorites-sidebar-close input[type=submit] {
    display: inline-block;
    margin-right: 10px;
    margin: 10px
}

.results-favorites .results-favorites-header {
    height: 75px;
    background: #3a3a3a;
    padding-left: 10px;
    font-family: Antenna, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.3em !important;
    line-height: 75px !important
}

@media only screen and (max-width: 991px) {
    .results-favorites .results-favorites-header {
        font-family: Antenna, sans-serif, "Helvetica Neue" !important;
        letter-spacing: normal !important;
        font-size: 22px !important;
        color: #ffffff !important;
        font-weight: 100 !important;
        line-height: 1.2em !important;
        line-height: 75px !important;
        text-transform: none !important;
        background: #3a3a3a;
        text-align: center
    }
}

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

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .results-favorites .results-favorites-header {
        font-size: 40px !important
    }
}

.results-favorites .results-favorites-list {
    padding: 0 10px
}

.results-favorites .results-favorites-list p {
    color: #ffffff !important
}

@media only screen and (max-width: 767px) {
    .results-favorites .results-favorites-list .vertical-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.results-favorites .results-favorites-list .shortlist-item {
    position: relative;
    background: #ffffff;
    margin: 0;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .results-favorites .results-favorites-list .shortlist-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image {
    padding: 0 5px
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image img {
    max-width: 100%
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image:hover {
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color {
        max-width: 80px
    }
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color {
    width: 105%;
    height: 5px;
    margin-left: -5px
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-excellent-match {
    background: #ddce67
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-almost-excellent-match {
    background: #75a319
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-good-match {
    background: #aecd00
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-not-ideally-match {
    background: #f99f2c
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-probably-mismatch {
    background: #ff6633
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-image .favorite-threshold-color.threshold-mismatch {
    background: red
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-name {
    padding-left: 0;
    padding-right: 40px;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5em !important;
    line-height: 1.2 !important
}

@media only screen and (max-width: 991px) {
    .results-favorites .results-favorites-list .shortlist-item .shortlist-item-name {
        font-size: 18px !important
    }
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-name a {
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5em !important
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c3c1bb;
    bottom: 0;
    cursor: pointer;
    z-index: 5;
    right: 10px;
    color: #ffffff;
    text-align: center;
    top: 50%;
    margin-top: -15px
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite.favorite {
    background: #52bebb
}

.results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite.favorite:hover {
    background: #c3c1bb
}

.result-animal-container .views-field-breed-answer-label .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite li:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .cta.arrow-left:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .cta:after, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .glyphicon, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .result-animal-container .views-field-breed-answer-label li:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .results-sidebar .question-accordion .question-accordion-header:after, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .results-top-bar .mobile-criteria .cta:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit]:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit]:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .share-box .form-actions input.arrow-left[type=submit]:before, .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .share-box .form-actions input[type=submit]:after, .results-sidebar .question-accordion .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .question-accordion-header:after, .results-top-bar .mobile-criteria .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite .cta:before, .results-top-bar .mobile-criteria .share-box .form-actions .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite input[type=submit]:before, .share-box .form-actions .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite input.arrow-left[type=submit]:before, .share-box .form-actions .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite input[type=submit]:after, .share-box .form-actions .results-top-bar .mobile-criteria .results-favorites .results-favorites-list .shortlist-item .shortlist-item-favorite input[type=submit]:before {
    padding: 8px 7px;
    font-size: 14px;
    color: #ffffff
}

.share-button {
    display: inline-block;
    height: 55x;
    line-height: 55px;
    padding: 0 10px;
    cursor: pointer;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #666666 !important;
    font-weight: 700 !important
}

.result-animal-container .views-field-breed-answer-label .share-button li:before, .results-sidebar .question-accordion .share-button .question-accordion-header:after, .results-top-bar .mobile-criteria .share-box .form-actions .share-button input[type=submit]:before, .results-top-bar .mobile-criteria .share-button .cta:before, .share-box .form-actions .results-top-bar .mobile-criteria .share-button input[type=submit]:before, .share-box .form-actions .share-button input.arrow-left[type=submit]:before, .share-box .form-actions .share-button input[type=submit]:after, .share-button .cta.arrow-left:before, .share-button .cta:after, .share-button .glyphicon, .share-button .result-animal-container .views-field-breed-answer-label li:before, .share-button .results-sidebar .question-accordion .question-accordion-header:after, .share-button .results-top-bar .mobile-criteria .cta:before, .share-button .results-top-bar .mobile-criteria .share-box .form-actions input[type=submit]:before, .share-button .share-box .form-actions .results-top-bar .mobile-criteria input[type=submit]:before, .share-button .share-box .form-actions input.arrow-left[type=submit]:before, .share-button .share-box .form-actions input[type=submit]:after {
    background: #c3c1bb;
    border-radius: 50%;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    font-size: 20px;
    top: 5px
}

.share-box {
    display: none;
    position: absolute;
    width: 70%;
    top: 0;
    left: 15%;
    background: #ffffff;
    z-index: 20;
    padding: 40px 80px
}

@media only screen and (max-width: 991px) {
    .share-box {
        padding: 20px 10px;
        width: auto;
        left: 0;
        margin: 0 10px
    }
}

.share-box h2 {
    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;
    text-align: center
}

.share-box p {
    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;
    text-align: center
}

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

@media only screen and (max-width: 991px) {
    .share-box p {
        margin-top: 40px
    }
}

.share-box input[type=text], .share-box textarea {
    width: 100%;
    height: 55px;
    background: #e9e9e9 url(../../../all/modules/custom/nppe_breed_selector/assets/results/bg-share-results.html) no-repeat 10px 0;
    border: 0;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 10px;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #000000 !important;
    font-weight: 700 !important
}

.share-box input[type=text].error, .share-box textarea.error {
    border-bottom: 5px solid red;
    padding-top: 5px
}

.share-box textarea {
    background-position: 10px -55px;
    padding-top: 20px;
    text-transform: none !important
}

.share-box textarea::-webkit-input-placeholder {
    text-transform: uppercase !important
}

.share-box textarea::-moz-placeholder {
    text-transform: uppercase !important
}

.share-box textarea:-ms-input-placeholder {
    text-transform: uppercase !important
}

.share-box textarea::-ms-input-placeholder {
    text-transform: uppercase !important
}

.share-box textarea::placeholder {
    text-transform: uppercase !important
}

.share-box textarea.error {
    border-bottom: 5px solid red;
    padding-top: 20px
}

.share-box .form-actions {
    text-align: right
}

.share-box .form-actions input[type=submit] {
    padding: 0 20px;
    border-radius: 0;
    border: 0 !important
}

.share-box .description {
    display: none
}

.share-box .share-url {
    border-top: 1px solid #e9e9e9;
    padding-top: 5px;
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    font-size: 12px !important;
    color: #333333 !important;
    line-height: 1.5em !important
}

.share-box .share-url .url {
    color: #c3c1bb
}

@media only screen and (max-width: 479px) {
    .share-box .share-url {
        display: none
    }
}

.share-box .share-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c3c1bb;
    cursor: pointer
}

.share-box div[role=contentinfo] ul {
    list-style: none
}

.share-box div[role=contentinfo] ul li {
    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;
    text-align: center;
    margin-bottom: 10px
}

.share-box div[role=contentinfo] div[role=alert] ul {
    margin: 0 0 20px 0
}

.share-box div[role=contentinfo] div[role=alert] ul li {
    font-family: Arial, sans-serif, "Helvetica Neue" !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: red !important;
    font-weight: 700 !important;
    text-align: left
}

.share-box .webform-confirmation {
    text-align: center
}

.share-box .webform-confirmation .webform-confirmation__back {
    display: none
}

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