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

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

.nppe_module_contact_cta {
    display: none;
    position: fixed;
    top: 30%;
    z-index: 100;
}

.nppe_module_contact_cta--left {
    left: 0;
}

.nppe_module_contact_cta--right {
    right: 0;
}

.nppe_module_contact_cta__image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media screen and (min-device-width: 1024px) {
    .nppe_module_contact_cta {
        display: block;
    }
}

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

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

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

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

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

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

.arch-container {
    overflow: hidden
}

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

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

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

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#page-wrapper {
    overflow: hidden !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.intro-top {
    background: #ffffff;
    padding-bottom: 40px
}

.intro-top h2, .intro-top p {
    color: #666666 !important
}

.intro-top .intro-animation {
    margin: 40px 0
}

.intro-top .intro-animation canvas, .intro-top .intro-animation img {
    max-width: 100%;
    height: auto !important
}

.intro-main {
    background: url(../../../all/modules/custom/nppe_breed_selector/assets/intro/intro-bg.html) repeat-y center 250px #f5f2e6;
    background-size: contain;
    padding-bottom: 205px
}

.intro-main .arch {
    background: #ffffff
}

.intro-main .arch:before {
    background: #f5f2e6
}

.intro-main .row:first-child {
    margin-top: 40px
}

.intro-main .animal-illustration {
    position: relative
}

.intro-main .animal-illustration img {
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .intro-main .animal-illustration img {
        max-width: 50%;
        margin-bottom: 20px
    }
}

.intro-main .animal-illustration .paws {
    position: absolute
}

.intro-main .animal-illustration .paws.paws1, .intro-main .animal-illustration .paws.paws3 {
    width: 115px;
    bottom: -10%;
    right: -22%
}

.intro-main .animal-illustration .paws.paws2 {
    width: 170px;
    bottom: -50%;
    left: -2%
}

@media only screen and (max-width: 991px) {
    .intro-main .animal-illustration .paws.paws2 {
        bottom: -12%;
        left: -40%
    }
}

.intro-main .animal-illustration .paws.paws4 {
    width: 120px;
    bottom: -60%;
    left: -5%
}

.intro-main .animal-illustration .paws.paws4.dog {
    width: 140px;
    bottom: -25%;
    left: -12%
}

.intro-main .animal-illustration .paws.paws5 {
    width: 120px;
    bottom: -60%;
    right: -5%
}

@media only screen and (max-width: 767px) {
    .intro-main .animal-illustration .paws {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .intro-main .animal-illustration .paws {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .intro-main {
        padding-bottom: 20px
    }
}

.intro-bottom {
    background: #3a3a3a
}

.intro-bottom .arch {
    background: #f5f2e6
}

.intro-bottom .arch:before {
    background: #3a3a3a
}

.intro-bottom p {
    color: #c3c1bb !important
}

@media only screen and (max-width: 479px) {
    .intro-bottom a.cta {
        margin-top: 40px
    }
}

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