@charset "UTF-8";
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 300;
    src: local('Assistant Light'), local('Assistant-Light'), url('../fonts/assistant-v2-hebrew_latin-300.woff2') format('woff2'), url('../fonts/assistant-v2-hebrew_latin-300.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    src: local('Assistant'), local('Assistant-Regular'), url('../fonts/assistant-v2-hebrew_latin-regular.woff2') format('woff2'), url('../fonts/assistant-v2-hebrew_latin-regular.woff') format('woff');
    font-display: swap;

}

@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    src: local('Assistant-SemiBold'), url('../fonts/assistant-v2-hebrew_latin-600.woff2') format('woff2'), url('../fonts/assistant-v2-hebrew_latin-600.woff') format('woff');
    font-display: swap;

}

.filters select {
    margin-bottom: 60px;
    /* display: block; */
}

.fa, .fa-stack {
    display: inline-block
}

.dropdown-pane, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.homepage-box, .slick-list, svg:not(:root) {
    overflow: hidden
}

.slick-slider, html {
    box-sizing: border-box
}

.row::after, .slick-track:after {
    clear: both
}

.breadcrumbs, .comment-list, .homepage-box-list, .no-bullet, .slick-dots {
    list-style: none
}

#footer-container #footer ul, .accordion, .fa-ul, .menu, .pet-attributes, .pet-gallery, .tabs {
    list-style-type: none
}

#wpadminbar {
    position: fixed !important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

.wp-caption > figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    padding-right: 2rem;
    margin: 0;
}

.alignright {
    padding-left: 1rem;
    margin: 0
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.footer-bottom {
    background: #637858;
    text-align: center;
    color: white;
    padding: 20px 0;
    border: solid #465b3a;
    border-width: 1px 0;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.top-bar-right a {
    font-size: 34px; /* width: 200px; */
    line-height: .8em;
    display: flex;
    align-items: center;
}

.top-bar-right .h1 {
    /* font-size: 34px; */
    width: 200px;
    line-height: 0.9;
    display: inline-block;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

.infinite, .loading-spinner {
    animation-iteration-count: infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}


.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}


.fa-twitter:before {
    content: ""
}


.fa-whatsapp:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.footer-inner {
    margin: 0 auto;
    max-width: 72rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    flex-direction: column;
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slider, html.is-reveal-open, html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.data-pet h1 {
    font-size: 2.3rem;
    margin-top: 20px;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.footer-inner p {
    margin-bottom: 9px;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -45px;
    text-align: center;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.container {
    background-color: #eaf3e4;
    /* background: linear-gradient(0deg, #e3efdb 0, #f8fef4 100%); */
    padding: 30px 15px;
}

.entry-content p, .entry-content p span {
    color: #333 !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span {
    color: #333 !important;
}

figure {
    padding: 0
}

figcaption {
    margin-bottom: 1.25rem;
    margin-top: .625rem;
    color: #6f6f6f
}

.alignleft {
    float: left
}

.alignright, .homepage-box-list li:last-child:not(:first-child) {
    float: right
}

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

blockquote.alignleft, img.alignleft {
    margin: .4375rem 1.5rem .4375rem 0
}

.wp-caption.alignleft {
    margin: .4375rem .875rem .4375rem 0
}

blockquote.alignright, img.alignright {
    margin: .4375rem 0 .4375rem 1.5rem
}

.wpcf7-form .ajax-loader {
    display: none
}

::-webkit-input-placeholder {
    color: #7b7b7b
}

::-moz-placeholder {
    color: #7b7b7b
}

:-ms-input-placeholder {
    color: #7b7b7b
}

li.placeholder {
    height: 310px;
    border: 5px solid #cae3bb;
    border-radius: 5px
}

.homepage-box-list li {
    margin-bottom: 1.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    /* border: 1px solid #ccc; */
}

.adoption-text {
    color: #688451;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.topbar {
    display: flex;
    justify-content: space-between;
    max-width: 72rem;
    margin: 10px auto 20px;
    padding-left: .5rem;
    padding-right: .5rem;
    align-items: center;
    flex-direction: column;
}

.homepage-box {
    display: block;
    height: 359px;
    background-color: #fff;
    /* padding: 5px; */
    border-radius: 2px;
    /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1); */
    position: relative;
    border: 1px solid #dddddd;
}

.homepage-box .box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 210px
}

.homepage-box h2 {
    font-size: 26px;
    margin: 0
}

.homepage-box header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.homepage-box header h2 {
    line-height: 1em
}

.homepage-box header .pet-badges {
    list-style-type: none;
    height: 26px
}

.homepage-box header .pet-badges li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    text-align: center;
    color: #fff
}

.homepage-box header .pet-badges li.age {
    background-color: #6eb980;
    border-radius: 50%;
    padding: 0
}

.homepage-box header .pet-badges li.age span {
    font-weight: 700;
    line-height: 22px;
    font-size: 1.2em
}

.homepage-box header .pet-badges li.age.puppy span {
    font-size: .9em
}

.homepage-box header .pet-badges li.female, .homepage-box header .pet-badges li.male {
    background: center top no-repeat;
    background-size: contain
}

.homepage-box header .pet-badges li.female span, .homepage-box header .pet-badges li.male span {
    display: none
}

.homepage-box header .pet-badges li.female {
    background-image: url(../images/attributes/female.png)
}

.homepage-box header .pet-badges li.male {
    background-image: url(../images/attributes/male.png)
}

.homepage-box a {
    color: #333
}

.homepage-box .box-picture {
    height: 100px;
    overflow-y: hidden;
    vertical-align: middle
}

.homepage-box .box-picture img {
    width: 100%
}

.homepage-box .adopted-badge {
    position: absolute;
    right: -30px;
    top: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 130px;
    height: 30px;
    background: url(../images/steak.png) 83px 8px no-repeat #9DCC7D;
    background-size: 19px;
    color: #34690F;
    line-height: 30px;
    padding-right: 50px
}

.homepage-box .pet-details {
    padding: 3px 10px 8px;
    position: relative;
}

.homepage-box .pet-details .foster-badge {
    width: 88px;
    position: absolute;
    left: calc(50% - 40px);
    top: -12px;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .1);
    font-weight: 600;
    text-align: center;
    background-color: #fff089;
    color: #b65602;
    border-radius: 5px;
    font-size: 14px;
}

.homepage-box .pet-details .pet-description {
    margin-top: 9px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-box .pet-details p {
    margin: 0
}

.homepage-box a.button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0
}

.homepage-box .admin-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 10px 3px;
    background: rgba(255, 255, 255, .5);
    z-index: 1
}

.homepage-box:hover .admin-bar {
    display: block
}

.homepage-box .handle, .homepage-box .remove {
    background: 0 0;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 22px;
    line-height: 22px
}

.homepage-box .handle:hover, .homepage-box .remove:hover {
    font-weight: 700
}

.homepage-box .remove {
    float: left
}

.homepage-box .handle {
    float: right;
    cursor: move
}

.homepage-box form.sent input, .homepage-box form.sent textarea {
    display: none !important
}

.homepage-box form textarea[rows] {
    height: 75px
}

.homepage-box form input, .homepage-box form textarea {
    line-height: 35px;
    padding: 10px;
    margin: 0;
    box-shadow: 0 2px 0 #ccc inset;
    border-radius: 5px;
    border: 0
}

.homepage-box form input[type=submit] {
    border-radius: 4px;
    border-bottom: 2px solid #69a243;
    background-color: #9ecb80;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    padding: 0;
    line-height: 36px
}

.homepage-box form input[type=submit]:focus, .homepage-box form input[type=submit]:hover {
    background-color: #badaa4;
    outline: 0
}

.homepage-box form input[type=submit]:active {
    border-bottom: 0;
    margin-top: 2px
}

.homepage-box form input.wpcf7-not-valid {
    border: 1px solid #f04124
}

.homepage-box form p:last-of-type {
    position: relative
}

.homepage-box form .button {
    width: 100%;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    height: 33px;
    line-height: 32px
}

.homepage-box form .wpcf7-text {
    background-color: #f3f3f3
}

.homepage-box form .wpcf7-not-valid-tip, .homepage-box form .wpcf7-validation-errors {
    display: none !important
}

.homepage-box form .wpcf7-response-output {
    margin: 0
}

.type-pet .box-picture {
    background-color: #fff;
    height: 237px;
    /* line-height: 200px; */
}

.type-pet .pet-link {
    display: none
}

.type-pet .homepage-box:hover {
    /* box-shadow: 0 0 0 5px #628bd8; */
    /* position: relative; */
}

.type-pet .homepage-box:hover a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .4;
    pointer-events: none;
}

.type-pet .homepage-box:hover .pet-link {
    display: table;
    margin: 0 auto;
    position: relative;
    top: -217px;
    background-color: #567fca;
    color: #fff;
    padding: 3px 21px;
    border-radius: 4px;
    font-weight: 700;
}

.type-page .homepage-box, .type-post .homepage-box {
    text-align: center;
    padding: 20px
}

.homepage-box-blue .button, .homepage-box-green .button, .homepage-box-orange .button, .homepage-box-white .button {
    border-radius: 4px;
    padding: 10px 32px;
    font-weight: 700;
}

.type-page .homepage-box h3, .type-post .homepage-box h3 {
    margin-bottom: 15px;
    /* line-height: .9; */
}

.type-page .homepage-box p, .type-post .homepage-box p {
    font-size: 20px;
    margin: 0 0 15px
}

.type-page .homepage-box input:not(.button), .type-post .homepage-box input:not(.button) {
    margin-bottom: 5px
}

.type-page .homepage-box form p, .type-post .homepage-box form p {
    margin-bottom: 0
}

.type-page .homepage-box-notebook, .type-post .homepage-box-notebook {
    background: repeating-linear-gradient(white, #fff 18px, #eaf6f2 18px, #eaf6f2 20px)
}

.type-page .homepage-box-notebook .box-picture, .type-post .homepage-box-notebook .box-picture {
    margin-bottom: 20px
}

.type-page .homepage-box-notebook .box-content, .type-post .homepage-box-notebook .box-content {
    display: block;
    text-align: right;
    height: 140px;
    overflow-y: hidden
}

.type-page .homepage-box-notebook h3, .type-page .homepage-box-notebook p, .type-post .homepage-box-notebook h3, .type-post .homepage-box-notebook p {
    line-height: 20px
}

.type-page .homepage-box-notebook h3, .type-post .homepage-box-notebook h3 {
    font-size: 20px;
    margin: 0
}

.type-page .homepage-box-notebook p, .type-post .homepage-box-notebook p {
    font-size: 14px
}

.homepage-box-green {
    background-color: #80cb9c;
    color: #fff
}

.homepage-box-green a, .homepage-box-green h3 {
    color: #fff
}

.homepage-box-green .button {
    border-bottom: 2px solid #5cbc80;
    background-color: #5d9572;
    display: inline-block;
}

.homepage-box-green .button:focus, .homepage-box-green .button:hover {
    background-color: #c8e9d4;
    outline: 0
}

.homepage-box-green .button:active {
    border-bottom: 0;
    margin-top: 2px
}

.homepage-box-orange {
    background-color: #f6ad89;
    color: #fff
}

.homepage-box-orange a, .homepage-box-orange h3 {
    color: #fff
}

.homepage-box-orange .button {
    border-bottom: 2px solid #f28c5a;
    background-color: #faceb8;
    display: inline-block
}

.homepage-box-orange .button:focus, .homepage-box-orange .button:hover {
    background-color: #fdefe8;
    outline: 0
}

.homepage-box-orange .button:active {
    border-bottom: 0;
    margin-top: 2px
}

.homepage-box-blue {
    background-color: #4cafce;
    color: #fff
}

.homepage-box-blue a, .homepage-box-blue h3 {
    color: #fff
}

.homepage-box-blue .button {
    border-bottom: 2px solid #3296b5;
    background-color: #74c1d9;
    display: inline-block
}

article img {
    margin: 20px 0 !important;
}

.homepage-box-blue .button:focus, .homepage-box-blue .button:hover {
    background-color: #9cd3e4;
    outline: 0
}

.homepage-box-blue .button:active {
    border-bottom: 0;
    margin-top: 2px
}

.homepage-box-white {
    background-color: #fff;
    border: 1px solid #dddddd;
}

.homepage-box-white .button {
    border-bottom: 2px solid #69a243;
    background-color: #9ecb80;
    display: inline-block
}

.homepage-box-white .button:focus, .homepage-box-white .button:hover {
    background-color: #badaa4;
    outline: 0
}

.homepage-box-white .button:active {
    border-bottom: 0;
    margin-top: 2px
}

#pet-search-form {
    display: inline-block;
    /* margin-left: 15px; */
    margin: 0 auto;
    text-align: center;
}

#pet-search-form .select2 {
    margin-bottom: 8px;
}

#pet-search-form select {
    width: 70px;
    border: 1px solid #75975a;
    border-radius: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    height: 22px;
    margin-right: 10px;
    background-color: #fff
}

#pet-search-form select[name=breed], .cat-switch {
    width: 100px
}

.adoption-widget-title {
    font-size: 20px;
    color: #75975a
}

.no-results p {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    background-color: #bfe4a6;
    border-radius: 20px
}

.no-results h2 {
    margin: 0
}

.cat-switch {
    display: inline-block;
    background: url(../images/cat-switch.png) no-repeat;
    background-size: contain;
    height: 26px
}

.cat-switch a, .cat-switch span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 46px;
    text-align: center
}

@keyframes spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.loading-spinner {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 47px;
    border: 5px solid #f4f9f1;
    border-top-color: #add596;
    border-left-color: #add596;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 1.5s;
    animation-timing-function: cubic
}

.data-pet-inner {
    display: flex;
    flex-direction: column-reverse;
}

section.donate-plus {
    background: white;
    padding: 30px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}

section.donate-plus h3 {
    margin: 0 0 20px;
}

.site-header, .small-pull-1, .small-pull-10, .small-pull-11, .small-pull-2, .small-pull-3, .small-pull-4, .small-pull-6, .small-pull-7, .small-pull-8, .small-pull-9, .small-push-1, .small-push-10, .small-push-11, .small-push-2, .small-push-3, .small-push-4, .small-push-5, .small-push-6, .small-push-7, .small-push-8, .small-push-9, sub, sup {
    position: relative
}

.pet-gallery {
    height: 350px;
    text-align: center;
    margin-right: 0
}

.pet-gallery li {
    outline: 0;
    background-color: #e0efd8
}

.pet-gallery li img {
    max-height: 350px;
    margin: 0 auto !important;
}

.pet-gallery li:not(:first-of-type):not(.slick-slide) {
    display: none
}

.pet-gallery .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 9999
}

.pet-gallery .slick-arrow::before {
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    font-family: FontAwesome;
    color: #333;
    padding: 10px;
    display: block
}

.pet-gallery .slick-prev {
    right: -10px
}

.pet-gallery .slick-prev::before {
    content: "\f105"
}

.pet-gallery .slick-next {
    left: -10px
}

.pet-gallery .slick-next:before {
    content: "\f104"
}

.pet-contact {
    border-right: 1px solid #fff;
    padding-right: 20px
}

.pet-contact h2 {
    font-size: 20px;
    text-align: center;
    color: #75975a
}

.pet-contact p {
    margin: 0 0 10px
}

.pet-contact p:last-of-type {
    margin: 0
}

.pet-contact.sent input, .pet-contact.sent textarea {
    display: none !important
}

.pet-contact textarea[rows] {
    height: 75px
}

.pet-contact input, .pet-contact textarea {
    line-height: 35px;
    padding: 10px;
    margin: 0;
    box-shadow: 0 2px 0 #ccc inset;
    border-radius: 5px;
    border: 0
}

.pet-contact input[type=submit] {
    border-radius: 4px;
    border-bottom: 2px solid #69a243;
    background-color: #9ecb80;
    display: inline-block;
    font-weight: 700;
    box-shadow: none;
    padding: 0;
    line-height: 36px;
    width: 100%
}

.pet-contact input[type=submit]:focus, .pet-contact input[type=submit]:hover {
    background-color: #badaa4;
    outline: 0
}

.pet-contact input[type=submit]:active {
    border-bottom: 0;
    margin-top: 2px
}

.pet-contact input.wpcf7-not-valid {
    border: 1px solid #f04124
}

.entry-content .entry-share {
    font-size: 20px;
    margin-bottom: 32px
}

.entry-content .entry-share li {
    padding-left: 7px
}

.entry-content .entry-share li a {
    color: #333;
    padding: 0 5px
}

.entry-content .entry-share li a i {
    margin: 0
}

.entry-content p {
    font-size: 18px;
}

.pet-attributes {
    margin: 25px 0;
    /* border: solid #ddd; */
    border-width: 1px 0;
    padding: 15px 0;
}

.pet-attributes li {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    padding-top: 70px;
    text-align: center;
    background: center top no-repeat;
    background-size: contain;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
}

.pet-attributes li.calm {
    background-image: url(../images/attributes/calm.png)
}

.pet-attributes li.energetic {
    background-image: url(../images/attributes/energetic.png)
}

.pet-attributes li.female {
    background-image: url(../images/attributes/female.png)
}

.pet-attributes li.genius {
    background-image: url(../images/attributes/genius.png)
}

.pet-attributes li.goodwithcats {
    background-image: url(../images/attributes/goodwithcats.png)
}

.pet-attributes li.goodwithdogs {
    background-image: url(../images/attributes/goodwithdogs.png)
}

.pet-attributes li.goodwithkids {
    background-image: url(../images/attributes/goodwithkids.png)
}

.pet-attributes li.housebroken {
    background-image: url(../images/attributes/housebroken.png)
}

.pet-attributes li.hungry {
    background-image: url(../images/attributes/hungry.png)
}

.pet-attributes li.hypoallergenic {
    background-image: url(../images/attributes/hypoallergenic.png)
}

.pet-attributes li.licker {
    background-image: url(../images/attributes/licker.png)
}

.pet-attributes li.low-shedder {
    background-image: url(../images/attributes/low-shedder.png)
}

.pet-attributes li.male {
    background-image: url(../images/attributes/male.png)
}

.pet-attributes li.neutered {
    background-image: url(../images/attributes/neutered.png)
}

.pet-attributes li.noble {
    background-image: url(../images/attributes/noble.png)
}

.pet-attributes li.playfull {
    background-image: url(../images/attributes/playfull.png)
}

.pet-attributes li.puppy {
    background-image: url(../images/attributes/puppy.png)
}

.row.footer-inner {
    width: 100%;
    display: flex;
}

.comment-list {
    margin: 30px 0 0
}

.comment-list li {
    background-color: #f3f9ef;
    border-radius: 10px;
    padding: 35px;
    margin-bottom: 25px
}

.comment-author {
    border-top: 5px solid #9aca79;
    padding: 0
}

.comment-author time {
    display: block;
    margin: 15px 0;
    color: #9aca79;
    font-weight: 700;
    font-size: 2em;
    line-height: 1em
}

.title-area h1 a, abbr, body {
    color: #333
}

.comment-author cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1em
}

.comment-body p {
    font-size: 20px;
    line-height: 24px
}

.more-dogs-button {
    border-radius: 4px;
    /* border-bottom: 2px solid #2953ae; */
    background-color: #6288db;
    padding: 8px 32px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    border-radius: 4px !important;
}

button, img, legend {
    border: 0
}

.more-dogs-button:focus, .more-dogs-button:hover {
    background-color: #8ca8e4;
    outline: 0
}

.more-dogs-button:active {
    border-bottom: 0;
    margin-top: 2px
}

.more-dogs h1 {
    text-align: center;
    font-size: 2em;
    margin: 25px 0
}

.site-header {
    box-shadow: 0 3px 5px rgba(133, 168, 105, .5)
}

.main-navigation {
    /* height: 100px; */
    max-width: 72rem;
    margin: 0 auto;
    max-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden; */
}

.main-navigation .top-bar-left {
    /* padding-top: 35px */
}

.top-bar-section {
    margin-top: 60px
}

.top-bar-section ul {
    padding: 0 15px
}

.top-bar-end {
    float: left;
    margin: 0 15px 0 22px;
    padding-top: 7px
}

.title-area h1 a {
    /* display: block; */
    /* height: 100px; */
    /* background: url(../images/hla-logo-small.png) 100% 50% no-repeat; */
    /* background-size: 100px; */
    /* padding: 0; */
}

body, button, legend {
    padding: 0
}

.title-area h1 a span {
    display: block
}

.title-area h1 a .name {
    font-size: 34px;
    width: 200px;
    line-height: .8em;
    /* letter-spacing: -.5px; */
}

article ul li {
    margin-bottom: 16px;
}

.title-area h1 a .description {
    margin-top: 5px;
    font-size: 16px
}

@media only screen and (min-width: mediumem-calc(1)) {
    .tab-bar {
        display: none
    }
}

@media only screen and (max-width: medium) {
    .top-bar {
        display: none
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.button, img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.orbit-caption, .sticky.is-anchored.is-at-bottom, .sticky.is-stuck.is-at-bottom {
    bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block
}

figure {
    margin: 1em 40px
}

ul#give-donation-level-button-wrap {
    display: flex;
    flex-wrap: wrap;
}

ul#give-donation-level-button-wrap li {
    /* flex: 1; */
}

button.give-btn.give-btn-modal {
    background: #008cba;
    max-width: 220px;
}

.give-total-wrap {
    margin-bottom: 30px;
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

a, b, em, i, small, strong {
    line-height: inherit
}

dl, ol, p, ul {
    line-height: 1.4875rem;
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: not-allowed
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
}


html {
    font-size: 100%
}

*, ::after, ::before {
    box-sizing: inherit
}

body {
    text-rendering: optimizeLegibility;
    margin: 0;
    font-family: 'Assistant', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

select {
    width: 100%
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.row::after, .row::before {
    content: ' ';
    display: table
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    /* margin-left: -.625rem; */
    /* margin-right: -.625rem; */
}


.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column, .columns {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 1024px) {
    .column, .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .adoption-text {

        margin-bottom: 0;
    }

    .data-pet-inner {
        display: flex;
        flex-direction: row;
    }

    .filters select {
        margin-bottom: 0;
    }

    .right-pet {
        width: 54%;
        padding-left: 4%;
    }

    .left-pet {
        width: 46%;
    }

    .footer-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 48%;
    }

    .footer-inner {
        margin: 0 auto;
        max-width: 72rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: white;
        flex-direction: row;
    }

    .topbar {
        margin-top: 40px;
        flex-direction: row;
    }

    .container {
        background-color: #eaf3e4;
        padding: 30px;
    }

    .footer-left {
        width: 48%;
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: right
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    right: 8.33333%
}

.small-pull-1 {
    right: -8.33333%
}

.small-offset-0 {
    margin-right: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    right: 16.66667%
}

.small-pull-2 {
    right: -16.66667%
}

.small-offset-1 {
    margin-right: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    right: 25%
}

.small-pull-3 {
    right: -25%
}

.small-offset-2 {
    margin-right: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    right: 33.33333%
}

.small-pull-4 {
    right: -33.33333%
}

.small-offset-3 {
    margin-right: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    right: 41.66667%
}

.small-pull-5 {
    position: relative;
    right: -41.66667%
}

.small-offset-4 {
    margin-right: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    right: 50%
}

.small-pull-6 {
    right: -50%
}

.small-offset-5 {
    margin-right: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    right: 58.33333%
}

.small-pull-7 {
    right: -58.33333%
}

.small-offset-6 {
    margin-right: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    right: 66.66667%
}

.small-pull-8 {
    right: -66.66667%
}

.small-offset-7 {
    margin-right: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    right: 75%
}

.small-pull-9 {
    right: -75%
}

.small-offset-8 {
    margin-right: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    right: 83.33333%
}

.small-pull-10 {
    right: -83.33333%
}

.small-offset-9 {
    margin-right: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    right: 91.66667%
}

.small-pull-11 {
    right: -91.66667%
}

.small-offset-10 {
    margin-right: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-right: 91.66667%
}

.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: right
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: right
}

.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: right
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: right
}

.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: right
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: right
}

.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: right
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: right
}

.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: right
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: right
}

.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: right
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: right
}

.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: right
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: right
}

.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: right
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: right
}

.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.expanded.row .small-collapse.row, .small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    margin-left: auto;
    margin-right: auto
}

.small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both
}

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width: 1024px) {
    .medium-pull-1, .medium-pull-10, .medium-pull-11, .medium-pull-2, .medium-pull-3, .medium-pull-4, .medium-pull-5, .medium-pull-6, .medium-pull-7, .medium-pull-8, .medium-pull-9, .medium-push-1, .medium-push-10, .medium-push-11, .medium-push-2, .medium-push-3, .medium-push-4, .medium-push-5, .medium-push-7, .medium-push-8, .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        right: 8.33333%
    }

    .medium-pull-1 {
        right: -8.33333%
    }

    .medium-offset-0 {
        margin-right: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        right: 16.66667%
    }

    .medium-pull-2 {
        right: -16.66667%
    }

    .medium-offset-1 {
        margin-right: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        right: 25%
    }

    .medium-pull-3 {
        right: -25%
    }

    .medium-offset-2 {
        margin-right: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        right: 33.33333%
    }

    .medium-pull-4 {
        right: -33.33333%
    }

    .medium-offset-3 {
        margin-right: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        right: 41.66667%
    }

    .medium-pull-5 {
        right: -41.66667%
    }

    .medium-offset-4 {
        margin-right: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        right: 50%
    }

    .medium-pull-6 {
        right: -50%
    }

    .medium-offset-5 {
        margin-right: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        right: 58.33333%
    }

    .medium-pull-7 {
        right: -58.33333%
    }

    .medium-offset-6 {
        margin-right: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        right: 66.66667%
    }

    .medium-pull-8 {
        right: -66.66667%
    }

    .medium-offset-7 {
        margin-right: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        right: 75%
    }

    .medium-pull-9 {
        right: -75%
    }

    .medium-offset-8 {
        margin-right: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        right: 83.33333%
    }

    .medium-pull-10 {
        right: -83.33333%
    }

    .medium-offset-9 {
        margin-right: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        right: 91.66667%
    }

    .medium-pull-11 {
        right: -91.66667%
    }

    .medium-offset-10 {
        margin-right: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-right: 91.66667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: right
    }

    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: right
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: right
    }

    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: right
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: right
    }

    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: right
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: right
    }

    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: right
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: right
    }

    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: right
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: right
    }

    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: right
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.28571%;
        float: right
    }

    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: right
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: right
    }

    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: right
    }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .medium-collapse.row, .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .medium-centered {
        margin-left: auto;
        margin-right: auto
    }

    .medium-centered, .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width: 64em) {
    .large-pull-1, .large-pull-10, .large-pull-11, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-push-1, .large-push-10, .large-push-11, .large-push-2, .large-push-3, .large-push-4, .large-push-5, .large-push-7, .large-push-8, .large-push-9 {
        position: relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        right: 8.33333%
    }

    .large-pull-1 {
        right: -8.33333%
    }

    .large-offset-0 {
        margin-right: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        right: 16.66667%
    }

    .large-pull-2 {
        right: -16.66667%
    }

    .large-offset-1 {
        margin-right: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        right: 25%
    }

    .large-pull-3 {
        right: -25%
    }

    .large-offset-2 {
        margin-right: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        right: 33.33333%
    }

    .large-pull-4 {
        right: -33.33333%
    }

    .large-offset-3 {
        margin-right: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        right: 41.66667%
    }

    .large-pull-5 {
        right: -41.66667%
    }

    .large-offset-4 {
        margin-right: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        right: 50%
    }

    .large-pull-6 {
        right: -50%
    }

    .large-offset-5 {
        margin-right: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        right: 58.33333%
    }

    .large-pull-7 {
        right: -58.33333%
    }

    .large-offset-6 {
        margin-right: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        right: 66.66667%
    }

    .large-pull-8 {
        right: -66.66667%
    }

    .large-offset-7 {
        margin-right: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        right: 75%
    }

    .large-pull-9 {
        right: -75%
    }

    .large-offset-8 {
        margin-right: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        right: 83.33333%
    }

    .large-pull-10 {
        right: -83.33333%
    }

    .large-offset-9 {
        margin-right: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        right: 91.66667%
    }

    .large-pull-11 {
        right: -91.66667%
    }

    .large-offset-10 {
        margin-right: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-right: 91.66667%
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: right
    }

    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: right
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: right
    }

    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: right
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: right
    }

    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: right
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: right
    }

    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: right
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: right
    }

    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: right
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: right
    }

    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: right
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.28571%;
        float: right
    }

    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: right
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: right
    }

    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: right
    }

    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .large-collapse.row, .large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .large-centered {
        margin-left: auto;
        margin-right: auto
    }

    .large-centered, .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

#front-hero .marketing::after, #kitchen-sink::after, #page-full-width::after, #page-sidebar-left::after, #page::after, #single-post::after, .benefits .why-foundation::after, .benefits::after, .breadcrumbs::after, .button-group::after, .clearfix::after, .intro::after, .menu.align-left::after, .off-canvas-wrapper-inner::after, .pagination::after, .section-divider::after, .tabs::after, .title-bar::after, .top-bar::after, hr {
    clear: both
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    margin-right: 1.25rem
}

dl, ol, p, ul {
    margin-bottom: 1rem
}

p {
    font-size: inherit;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Assistant', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #333;
    text-rendering: optimizeLegibility;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.1;
}

code, kbd {
    background-color: #e6e6e6;
    color: #0a0a0a;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #cacaca;
    line-height: 0
}


h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.7875rem;
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.9375rem
    }

    h4 {
        font-size: 1.5625rem
    }

    h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1.4rem;
        font-weight: 500;
    }
}

a {
    background-color: transparent;
    color: #274585;
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:hover {
    color: #0078a0
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 72rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto
}

.section-divider hr, input[type=search] {
    box-sizing: border-box
}

dl, ol, ul {
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol ol, ol ul, ul ol, ul ul {
    margin-right: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

.subheader, code, label {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-right: 1px solid #cacaca
}

blockquote, blockquote p {
    line-height: 1.1875rem;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.button, .stat {
    line-height: 1
}

.stat {
    font-size: 2.5rem
}

p + .stat {
    margin-top: -1rem
}

.no-bullet {
    margin-right: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 1024px) {
    .medium-text-left {
        text-align: left
    }

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

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

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

    .data-pet h1 {
        font-size: 3rem;
        margin-top: 40px;
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .single-pet .entry-content {
        padding-left: 40px;
    }

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

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

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

.badge, .button, .input-group-label, .menu-centered, .menu.icon-top > li > a, .orbit-bullets {
    text-align: center
}

.show-for-print {
    display: none !important
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print, th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #8a8a8a
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    /* border: 1px solid transparent; */
    border-radius: 0;
    padding: .85em 1em;
    margin: 0 0 1rem;
    font-size: 1rem;
    background-color: #008CBA;
    color: #fff;
}

.button.disabled, .button.disabled.alert, .button.disabled.primary, .button.disabled.secondary, .button.disabled.success, .button.disabled.warning, .button[disabled], .button[disabled].alert, .button[disabled].primary, .button[disabled].secondary, .button[disabled].success, .button[disabled].warning {
    cursor: not-allowed;
    opacity: .25
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus, .button:hover {
    background-color: #00779e;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #008CBA;
    color: #fff
}

.button.primary:focus, .button.primary:hover {
    background-color: #007095;
    color: #fff
}

.button.secondary {
    background-color: #e7e7e7;
    color: #000
}

.button.secondary:focus, .button.secondary:hover {
    background-color: #b9b9b9;
    color: #000
}

.button.success {
    background-color: #43ac6a;
    color: #fff
}

.button.success:focus, .button.success:hover {
    background-color: #368a55;
    color: #fff
}

.button.warning {
    background-color: #f08a24;
    color: #fff
}

.button.warning:focus, .button.warning:hover {
    background-color: #cf6e0e;
    color: #fff
}

.button.alert {
    background-color: #f04124;
    color: #fff
}

.button.alert:focus, .button.alert:hover {
    background-color: #cf2a0e;
    color: #fff
}

.button.hollow {
    border: 1px solid #008CBA;
    color: #008CBA
}

.button.hollow, .button.hollow:focus, .button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus, .button.hollow:hover {
    border-color: #00465d;
    color: #00465d
}

.button.hollow.primary {
    border: 1px solid #008CBA;
    color: #008CBA
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
    border-color: #00465d;
    color: #00465d
}

.button.hollow.secondary {
    border: 1px solid #e7e7e7;
    color: #e7e7e7
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
    border-color: #747474;
    color: #747474
}

.button.hollow.success {
    border: 1px solid #43ac6a;
    color: #43ac6a
}

.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #225635;
    color: #225635
}

.button.hollow.warning {
    border: 1px solid #f08a24;
    color: #f08a24
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
    border-color: #814509;
    color: #814509
}

.button.hollow.alert {
    border: 1px solid #f04124;
    color: #f04124
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
    border-color: #811a09;
    color: #811a09
}

.button.disabled:focus, .button.disabled:hover, .button[disabled]:focus, .button[disabled]:hover {
    background-color: #008CBA;
    color: #fff
}

.button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary:focus, .button[disabled].primary:hover {
    background-color: #008CBA;
    color: #fff
}

.button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
    background-color: #e7e7e7;
    color: #fff
}

.button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success:focus, .button[disabled].success:hover {
    background-color: #43ac6a;
    color: #fff
}

.button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning:focus, .button[disabled].warning:hover {
    background-color: #f08a24;
    color: #fff
}

.button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert:focus, .button[disabled].alert:hover {
    background-color: #f04124;
    color: #fff
}

.button.dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: left;
    margin-right: 1em;
    display: inline-block
}

.button.arrow-only::after {
    margin-right: 0;
    float: none;
    top: -.1em
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: 0;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    min-height: 50px;
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder, textarea::placeholder {
    color: #cacaca
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}

[type=submit], [type=button] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=file], [type=checkbox], [type=radio] {
    margin: 0 0 1rem
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    margin-right: .5rem;
    margin-left: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer
}

label > [type=checkbox], label > [type=radio] {
    margin-left: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    line-height: 1.8;
    color: #0a0a0a
}

.form-error, .menu-text, .switch {
    font-weight: 700
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group-button a, .input-group-button button, .input-group-button input, fieldset {
    margin: 0
}

.input-group > :first-child, .input-group > :last-child > * {
    border-radius: 0
}

.input-group-button, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-left: 0
}

.input-group-label:last-child {
    border-right: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.fieldset, select {
    border: 1px solid #cacaca
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 .1875rem;
    margin: 0 -.1875rem 0 0
}

select {
    height: 2.4375rem;
    padding: .5rem .5rem .5rem 1.5rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: left -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat
}

.form-error, .is-invalid-label {
    color: #f04124
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(240, 65, 36, .1);
    border-color: #f04124
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem
}

.form-error.is-visible {
    display: block
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-top: .45rem;
    margin-bottom: .45rem;
    border: 0;
    line-height: 1
}

input[type=range]:focus {
    outline: 0
}

input[type=range][disabled] {
    opacity: .25
}

input[type=range]::-webkit-slider-runnable-track {
    height: .5rem;
    background: #e6e6e6
}

input[type=range]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #008CBA;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: .5rem;
    background: #e6e6e6
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #008CBA;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem
}

input[type=range]::-ms-track {
    height: .5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: .45rem solid #fefefe;
    border-bottom: .45rem solid #fefefe
}

input[type=range]::-ms-thumb {
    background: #008CBA;
    width: 1.4rem;
    height: 1.4rem;
    border: 0
}

input[type=range]::-ms-fill-lower {
    background: #cacaca
}

input[type=range]::-ms-fill-upper {
    background: #e6e6e6
}

output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: .5em
}

.accordion {
    background: #fefefe;
    margin-right: 0
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
    border-radius: 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #008CBA;
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0
}

:last-child:not(.is-active) > .accordion-title {
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    content: '+';
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active > .accordion-title::before {
    content: '–'
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #008CBA
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.is-accordion-submenu-parent > a {
    position: relative
}

.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #75975a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    border-radius: 50%;
    background: #008CBA;
    color: #fefefe
}

.badge.secondary {
    background: #e7e7e7;
    color: #0a0a0a
}

.badge.success {
    background: #43ac6a;
    color: #fefefe
}

.badge.warning {
    background: #f08a24;
    color: #fefefe
}

.badge.alert {
    background: #f04124;
    color: #fefefe
}

.breadcrumbs {
    margin: 0 0 1rem
}

.breadcrumbs::after, .breadcrumbs::before {
    content: ' ';
    display: table
}

.breadcrumbs li {
    float: right;
    color: #0a0a0a;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "\\";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #008CBA
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::after, .button-group::before {
    content: ' ';
    display: table
}

.dropdown.menu.vertical > li.opens-left > a::after, .dropdown.menu.vertical > li.opens-right > a::after, .dropdown.menu > li.is-dropdown-submenu-parent > a::after, .is-drilldown-submenu-parent > a::after, .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after, .js-drilldown-back > a::before {
    content: '';
    height: 0
}

.button-group .button {
    margin: 0 0 1px 1px;
    font-size: .9rem
}

.button-group .button:last-child {
    margin-left: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-left: -1px
}

.button-group.expanded::after, .button-group.expanded::before {
    display: none
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-left: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):last-child {
    margin-left: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-left: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):last-child {
    margin-left: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-left: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):last-child {
    margin-left: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-left: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):last-child {
    margin-left: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-left: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):last-child {
    margin-left: -6px
}

.button-group.primary .button {
    background-color: #008CBA;
    color: #fff
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
    background-color: #007095;
    color: #fff
}

.button-group.secondary .button {
    background-color: #e7e7e7;
    color: #000
}

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
    background-color: #b9b9b9;
    color: #000
}

.button-group.success .button {
    background-color: #43ac6a;
    color: #fff
}

.button-group.success .button:focus, .button-group.success .button:hover {
    background-color: #368a55;
    color: #fff
}

.button-group.warning .button {
    background-color: #f08a24;
    color: #fff
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
    background-color: #cf6e0e;
    color: #fff
}

.button-group.alert .button {
    background-color: #f04124;
    color: #fff
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
    background-color: #cf2a0e;
    color: #fff
}

.button-group.stacked .button, .button-group.stacked-for-medium .button, .button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0
    }

    #pet-search-form .select2 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 1023px) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-left: 0
    }
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 0;
    position: relative;
    color: #333;
    background-color: #fff
}

.callout > :first-child {
    margin-top: 0
}

.callout > :last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #cef3ff
}

.callout.secondary {
    background-color: #fbfbfb
}

.callout.success {
    background-color: #e2f4e8
}

.callout.warning {
    background-color: #fdedde
}

.callout.alert {
    background-color: #fde3de
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block !important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear
}

.off-canvas-content, .off-canvas-wrapper-inner {
    transition: transform .5s ease;
    min-height: 100%
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu-parent > a {
    position: relative
}

.is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    border: 6px inset;
    border-color: transparent #008CBA transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 1rem
}

.js-drilldown-back > a::before {
    width: 0;
    border: 6px inset;
    border-color: transparent transparent transparent #008CBA;
    border-left-style: solid;
    border-right-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: .75rem
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 16rem;
    padding: 1rem;
    position: absolute;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-left: 1.5rem;
    position: relative
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: #75975a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    left: 1px;
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    left: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent #75975a transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #75975a;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width: 1024px) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-left: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #75975a transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        left: 5px;
        margin-top: -2px
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        left: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #75975a transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #75975a;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        padding-left: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #75975a transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        left: 5px;
        margin-top: -2px
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        left: 14px;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #75975a transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #75975a;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    right: auto
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    left: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent #75975a transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #75975a;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #008CBA;
    color: #fefefe
}

.label.secondary {
    background: #e7e7e7;
    color: #0a0a0a
}

.label.success {
    background: #43ac6a;
    color: #fefefe
}

.label.warning {
    background: #f08a24;
    color: #fefefe
}

.label.alert {
    background: #f04124;
    color: #fefefe
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object-section > :last-child, .menu a, .menu button, .menu input {
    margin-bottom: 0
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 1023px) {
    .media-object.stack-for-small .media-object-section {
        padding: 0 0 1rem;
        display: block
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-left: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-right: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu-icon, .menu-icon.dark, .menu > li, .menu > li > a i, .menu > li > a i + span, .menu > li > a img, .menu > li > a img + span, .menu > li > a svg, .menu > li > a svg + span, .title-bar-title {
    vertical-align: middle
}

.badges-right ul {
    margin: 0;
    padding: 0;
}

ul.entry-share.menu li {
    margin: 0;
    padding: 0;
}

.menu {
    margin: 0
}

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu > li > a i, .menu > li > a img, .menu > li > a svg {
    margin-left: .25rem;
    display: inline-block
}

.menu > li {
    display: table-cell
}

.menu.vertical > li {
    display: block
}

@media screen and (min-width: 1024px) {
    .menu.medium-horizontal > li {
        display: table-cell
    }

    .menu.medium-vertical > li {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell
    }

    .menu.large-vertical > li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-left::after, .menu.align-left::before {
    content: ' ';
    display: table
}

.menu.align-left > li {
    float: left
}

.menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed
}

.menu.expanded > li:first-child:last-child {
    width: 100%
}

.menu.icon-top > li > a i, .menu.icon-top > li > a img, .menu.icon-top > li > a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-right: 1rem
}

.menu .active > a {
    color: #75975a;
    background: 0 0
}

.menu-text {
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered > .menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

body, html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%
}

.off-canvas-wrapper-inner::after, .off-canvas-wrapper-inner::before {
    content: ' ';
    display: table
}

.off-canvas-content {
    background: #fefefe;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, .25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.orbit-caption, .orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width: 1024px) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }
}

.orbit, .orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-caption, .orbit-next, .orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    width: 100%;
    margin-bottom: 0
}

.orbit-next, .orbit-previous {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    right: 0
}

.orbit-next {
    right: auto;
    left: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #8a8a8a
}

.pagination {
    margin-right: 0;
    margin-bottom: 1rem
}

.pagination::after, .pagination::before {
    content: ' ';
    display: table
}

.pagination li {
    font-size: .875rem;
    margin-left: .0625rem;
    border-radius: 0;
    display: none
}

.pagination li:first-child, .pagination li:last-child {
    display: inline-block
}

@media screen and (min-width: 1024px) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    color: #0a0a0a;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

.pagination a:hover, .pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #008CBA;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .1875rem .625rem;
    color: #0a0a0a
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-left: .5rem
}

.pagination-next a::after, .pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-right: .5rem
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #008CBA
}

.progress.secondary .progress-meter {
    background-color: #e7e7e7
}

.progress.success .progress-meter {
    background-color: #43ac6a
}

.progress.warning .progress-meter {
    background-color: #f08a24
}

.progress.alert .progress-meter {
    background-color: #f04124
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #008CBA
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

meter, progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

progress {
    border-radius: 0;
    background: #cacaca;
    border: 0
}

progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0
}

progress::-webkit-progress-value {
    background: #008CBA;
    border-radius: 0
}

progress::-moz-progress-bar {
    background: #008CBA;
    border-radius: 0
}

progress.primary {
    color: #008CBA
}

progress.primary::-webkit-progress-value {
    background: #008CBA
}

progress.primary::-moz-progress-bar {
    background: #008CBA
}

progress.secondary {
    color: #e7e7e7
}

progress.secondary::-webkit-progress-value {
    background: #e7e7e7
}

progress.secondary::-moz-progress-bar {
    background: #e7e7e7
}

progress.success {
    color: #43ac6a
}

progress.success::-webkit-progress-value {
    background: #43ac6a
}

progress.success::-moz-progress-bar {
    background: #43ac6a
}

progress.warning {
    color: #f08a24
}

progress.warning::-webkit-progress-value {
    background: #f08a24
}

progress.warning::-moz-progress-bar {
    background: #f08a24
}

progress.alert {
    color: #f04124
}

progress.alert::-webkit-progress-value {
    background: #f04124
}

progress.alert::-moz-progress-bar {
    background: #f04124
}

progress::-ms-fill {
    border-radius: 0;
    border: 0
}

meter {
    background: #cacaca;
    border: 0
}

.slider-fill, .slider-handle {
    display: inline-block;
    position: absolute
}

meter::-webkit-meter-bar {
    background: #cacaca;
    border: 0
}

meter::-webkit-meter-optimum-value {
    background: #43ac6a
}

meter::-webkit-meter-suboptimum-value {
    background: #f08a24
}

meter::-webkit-meter-even-less-good-value {
    background: #f04124
}

meter::-moz-meter-bar {
    background: #008CBA
}

meter:-moz-meter-optimum::-moz-meter-bar {
    background: #43ac6a
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #f08a24
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #f04124
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    top: 0;
    left: 0;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #008CBA;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #00779e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.slider:not(.vertical) {
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open, html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    user-select: none
}

.table-scroll, table.scroll {
    overflow-x: auto
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

.switch-paddle, .switch-paddle::after {
    display: block;
    transition: all .25s ease-out
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column, .reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

table caption, table tbody td, table tbody th {
    padding: .5rem .625rem .625rem
}

@media screen and (min-width: 1024px) {
    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 72rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 72rem
    }

    .reveal.small {
        width: 50%;
        max-width: 72rem
    }

    .reveal.large {
        width: 90%;
        max-width: 72rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 1023px) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    height: 2rem;
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute;
    margin-bottom: 0
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fefefe;
    content: '';
    position: absolute;
    height: 1.5rem;
    right: .25rem;
    top: .25rem;
    width: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0
}

input:checked ~ .switch-paddle {
    background: #008CBA
}

input:checked ~ .switch-paddle::after {
    right: 2.25rem
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    right: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    left: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    right: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    right: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    right: 2.75rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

table tbody, table tfoot, table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

table caption {
    font-weight: 700
}

table thead {
    background: #f8f8f8;
    color: #333
}

table tfoot {
    background: #f1f1f1;
    color: #333
}

.tabs.primary > li > a, .title-bar, .tooltip {
    color: #fefefe
}

table tfoot tr, table thead tr {
    background: 0 0
}

table tfoot td, table tfoot th, table thead td, table thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: right
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

@media screen and (max-width: 63.9375em) {
    table.stack tfoot, table.stack thead {
        display: none
    }

    table.stack td, table.stack th, table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs, .tabs-content {
    border: 1px solid #e6e6e6
}

table.scroll {
    display: block;
    width: 100%
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover tbody tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    background: #fefefe
}

.tabs::after, .tabs::before {
    content: ' ';
    display: table
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block
}

.tabs.simple > li > a {
    padding: 0
}

.tabs.simple > li > a:hover {
    background: 0 0
}

.tabs.primary {
    background: #008CBA
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
    background: #0098ca
}

.tabs-title {
    float: right
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .75rem
}

.tabs-title > a:hover {
    background: #fefefe
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6
}

.tabs-content {
    background: #fefefe;
    transition: all .5s ease;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-right: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.thumbnail:focus, .thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, .5)
}

.title-bar {
    background: #0a0a0a;
    padding: .5rem;
    display: flex;
    align-items: center; /* justify-content: space-between; */
}

.title-bar::after, .title-bar::before {
    content: ' ';
    display: table
}

.has-tip, .title-bar-title {
    display: inline-block;
    font-weight: 700
}

.title-bar .menu-icon {
    margin-right: .25rem;
    margin-left: 0.75rem;
}

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    position: relative;
    cursor: help
}

.tooltip.top::before, .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0
}

.tooltip {
    background-color: #0a0a0a;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem !important;
    border-radius: 0
}

.tooltip::before {
    border: .75rem inset;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    border: .75rem inset;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before, .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%
}

.tooltip.left::before {
    border: .75rem inset;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    border: .75rem inset;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: auto;
    right: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    padding: 16px 0;
}

.top-bar, .top-bar ul {
    background-color: #fff
}

.top-bar input {
    max-width: 200px;
    margin-left: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-left: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .top-bar .top-bar-left, .top-bar .top-bar-right {
        width: auto;
    }

    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    /* float: right */
    display: flex;
    align-items: center;
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 0em), screen and (min-width: 1024px) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .hide-for-small-only, .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 1023px), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }

    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

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

.clearfix::after, .clearfix::before {
    content: ' ';
    display: table
}

.menu-icon.dark::after, .menu-icon::after {
    content: '';
    top: 0;
    left: 0
}

.menu-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter, .slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter, .slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave, .slide-out-up.mui-leave {
    -webkit-backface-visibility: hidden;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fade-in.mui-enter, .fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    opacity: 0
}

.fade-in.mui-enter.mui-enter-active, .fade-out.mui-leave {
    opacity: 1
}

.hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .hinge-out-from-bottom.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .spin-in-ccw.mui-enter, .spin-in.mui-enter, .spin-out-ccw.mui-leave, .spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform, opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -ms-transform-origin: top;
    transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.linear {
    transition-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important;
    animation-delay: .7s !important
}

.shake {
    animation-name: shake-7
}

.spin-ccw, .spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%)
    }
    15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%)
    }
}

@keyframes spin-cw-1turn {
    0%, 100% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        transform: rotate(-7deg)
    }
    0%, 100%, 30%, 70% {
        transform: rotate(0)
    }
}

.shake, .spin-ccw, .spin-cw, .wiggle {
    animation-duration: .5s
}

.slow {
    animation-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important;
    animation-duration: 250ms !important
}

@media screen and (max-width: 1023px) {
    .desktop-menu, .top-bar-left {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    #mobile-menu, .title-bar {
        display: none !important
    }
}

#footer-container #footer::after, #footer-container #footer::before, #front-hero .marketing::after, #front-hero .marketing::before, #kitchen-sink::after, #kitchen-sink::before, #page-full-width::after, #page-full-width::before, #page-sidebar-left::after, #page-sidebar-left::before, #page::after, #page::before, #single-post::after, #single-post::before, .benefits::after, .benefits::before, .intro::after, .intro::before, .section-divider::after, .section-divider::before {
    content: ' ';
    display: table
}

.off-canvas > ul.menu {
    height: 100vh;
    padding: 1rem
}

.off-canvas > ul.menu .menu-item.active a {
    font-weight: 700
}

.off-canvas > ul.menu .menu-item a {
    color: #75975a
}

.off-canvas > ul.menu .menu-item a::after {
    right: auto;
    left: 0
}

.title-bar-title a {
    font-size: 1rem;
    color: #B9B9B9
}

.top-bar .menu a, .widget_nav_menu .menu a {
    /* height: 45px; */
    color: #75975a;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
}

.top-bar .menu .active > a, .widget_nav_menu .menu .active > a {
    background-color: inherit
}

.top-bar .menu > li:not(.menu-text) > a, .widget_nav_menu .menu > li:not(.menu-text) > a {
    padding: 0 19px;
}

#footer-container {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #ccc;
}

#footer-container #footer {
    /* max-width: 72rem; */
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 30px;
    display: flex;
    background-color: #637858;
    justify-content: space-between;
}

#footer-container #footer::after {
    clear: both
}

#footer-container #footer ul {
    margin: 0;
    padding: 0
}

.sidebar {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

.sidebar:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    .sidebar {
        width: 33.33333%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-top: 1rem
    }

    .sidebar:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .sidebar {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.sites-button {
    background: #FF6908;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2) inset;
    border-radius: 3px;
    border: none
}

#featured-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 2rem;
    position: relative;
    height: 12.5rem
}

.no-featured-image-set {
    height: 1rem !important
}

.dotted, .section-divider hr {
    border-style: dashed;
    margin: 2rem 0
}

[data-whatinput=mouse] a:focus, button:focus, button:focus [data-whatinput=touch] a:focus {
    outline: 0
}

#front-hero {
    background: url(../images/demo/hero-bg-foundation-6-small.svg) bottom;
    background-size: cover;
    padding: 4.0625rem 0;
    margin: 0 0 2rem;
    height: auto;
    position: relative;
    text-align: left
}

#front-hero .marketing {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem
}

#front-hero #watch #stargazers :before, #front-hero #watch #twitter :before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #B4C9D1;
    margin-right: .5rem
}

#front-hero #watch {
    width: 58.33333%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    right: -41.66667%
}

#front-hero #watch:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    #featured-hero {
        height: 25rem
    }

    #front-hero {
        background: url(../images/demo/hero-bg-foundation-6-large.svg) center;
        background-size: cover;
        height: 42.8125rem;
        margin: 0 0 4.5rem
    }

    #front-hero #watch {
        width: 100%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
        right: 0
    }

    #front-hero #watch:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #front-hero #watch {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#front-hero #watch section {
    display: inline
}

#front-hero #watch a {
    color: #B4C9D1;
    cursor: pointer;
    font-weight: 400;
    margin-right: 1.25rem
}

#front-hero #watch a:hover {
    color: #fff
}

#front-hero #watch #stargazers :before {
    content: "\f09b"
}

#front-hero #watch #twitter :before {
    content: "\f099"
}

#front-hero .tagline {
    width: 66.66667%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

#front-hero .tagline:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    #front-hero .tagline {
        width: 41.66667%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        padding-top: 6rem
    }

    #front-hero .tagline:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #front-hero .tagline {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem
}

#front-hero h4, .benefits header h2 {
    font-weight: 300
}

@media screen and (min-width: 1024px) {
    #front-hero h1 {
        font-size: 2.875rem
    }
}

#front-hero h4 {
    color: #fefefe;
    font-size: 1.3125rem
}

#front-hero .download {
    margin-top: 1.25rem
}

.intro {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto
}

.intro .fp-intro {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

.intro .fp-intro:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    .intro .fp-intro {
        width: 83.33333%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-right: 8.33333%
    }

    .intro .fp-intro:last-child:not(:first-child) {
        float: left
    }

    .intro .fp-intro h2 {
        font-weight: 300;
        margin-bottom: 1.5rem
    }

    .intro .fp-intro h4 {
        font-size: 1.125rem;
        line-height: 1.6;
        color: #777;
        margin-bottom: 2rem
    }
}

.benefits, .section-divider {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .intro .fp-intro {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.section-divider hr {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 1024px) {
    .section-divider hr {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.section-divider hr:last-child:not(:first-child) {
    float: left
}

.benefits {
    text-align: center
}

.benefits header {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 1024px) {
    .benefits header {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.benefits header:last-child:not(:first-child) {
    float: left
}

.benefits header h4 {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #777
}

.benefits .customizable, .benefits .professional, .benefits .responsive, .benefits .semantic {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

.benefits .customizable:last-child:not(:first-child), .benefits .professional:last-child:not(:first-child), .benefits .responsive:last-child:not(:first-child), .benefits .semantic:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    .benefits .customizable, .benefits .professional, .benefits .responsive, .benefits .semantic {
        width: 25%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .benefits .customizable:last-child:not(:first-child), .benefits .professional:last-child:not(:first-child), .benefits .responsive:last-child:not(:first-child), .benefits .semantic:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    .benefits .customizable, .benefits .professional, .benefits .responsive, .benefits .semantic {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.benefits .customizable img, .benefits .professional img, .benefits .responsive img, .benefits .semantic img {
    padding: 1.25rem;
    margin: 1rem auto 0
}

#kitchen-sink, .benefits .why-foundation {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto
}

.benefits .customizable h3, .benefits .professional h3, .benefits .responsive h3, .benefits .semantic h3 {
    color: #0a0a0a;
    font-weight: 300;
    font-size: 1.75rem
}

.benefits .customizable p, .benefits .professional p, .benefits .responsive p, .benefits .semantic p {
    font-size: .9375rem
}

.benefits .why-foundation {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-top: 4rem
}

#kitchen-sink #components:last-child:not(:first-child), #kitchen-sink header:last-child:not(:first-child), .benefits .why-foundation:last-child:not(:first-child) {
    float: left
}

.benefits .why-foundation::after, .benefits .why-foundation::before {
    content: ' ';
    display: table
}

@media screen and (min-width: 1024px) {
    .benefits .why-foundation {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#kitchen-sink #components, #kitchen-sink header {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

#kitchen-sink {
    margin-top: 3rem
}

#kitchen-sink header .lead {
    font-size: 125%;
    line-height: 1.6
}

#kitchen-sink #components hr {
    margin: 3rem 0
}

@media screen and (min-width: 1024px) {
    #kitchen-sink #components, #kitchen-sink header {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width: 64em) {
    #kitchen-sink #components {
        width: 75%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #kitchen-sink #components:last-child:not(:first-child) {
        float: left
    }
}

#kitchen-sink #kitchen-sink-nav {
    display: none
}

@media screen and (min-width: 64em) {
    #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        padding-left: .625rem;
        padding-right: .625rem;
        display: block;
        float: right
    }
}

@media screen and (min-width: 64em) and (min-width: 1024px) {
    #kitchen-sink #components, #kitchen-sink #kitchen-sink-nav {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width: 64em) {
    #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
        float: left
    }

    #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
        font-size: .85rem;
        margin-top: 1rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: .75rem;
        color: #999;
        font-weight: 700;
        line-height: 1;
        padding-left: .9rem;
        margin-bottom: .5rem;
        border-top: 1px solid #e9e9e9;
        margin-top: 1rem;
        padding-top: 1.5rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: #fff
    }

    #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0
    }
}

#kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: 1px solid #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important
}

#page, #page-sidebar-left {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem
}

#kitchen-sink .row.display .columns.large-centered, #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns:nth-child(2) {
    background: #e1e1e1
}

#page .main-content {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

.footer-right > article {
    /* padding: 0 30px; */
    width: 46%;
}

.footer-inner h6 {
    border-bottom: 1px solid #465b3a;
    padding-bottom: 18px;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
}

.footer-inner a {
    color: white;
}

#page .main-content:last-child:not(:first-child) {
    float: left
}

.donate img {
    width: 100px;
}

.donate {
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
    #page .main-content {
        width: 66.66667%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page .main-content:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #page .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .main-content {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-sidebar-left .main-content:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    #page-sidebar-left .main-content {
        width: 66.66667%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
        right: 33.33333%
    }

    #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #page-sidebar-left .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .sidebar {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
        right: -66.66667%;
        margin-top: 1rem
    }

    #page-sidebar-left .sidebar:last-child:not(:first-child) {
        float: left
    }
}

#page-full-width, #single-post {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #page-sidebar-left .sidebar {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-full-width .main-content {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 1024px) {
    #page-full-width .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

#page-full-width .main-content:last-child:not(:first-child) {
    float: left
}

#single-post .main-content {
    width: 100%;
    float: right;
    padding-left: .625rem;
    padding-right: .625rem
}

.her_logo img {
    width: 70px;
    margin-left: 17px;
}

.title-area .h1 {
    margin: 0;
    font-weight: 700;
}

#single-post .main-content:last-child:not(:first-child) {
    float: left
}

@media screen and (min-width: 1024px) {
    #single-post .main-content {
        width: 66.66667%;
        float: right;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #single-post .main-content:last-child:not(:first-child) {
        float: left
    }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
    #single-post .main-content {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width: 1024px) {
    .columns {
        padding-left: 0rem;
        padding-right: 0rem;
    }

}

.footer-new {
    /* background-color: #d7dfe2; */
    /* padding: 50px 20px; */
}

.more-dogs-button:after {
    content: " לאימוץ";
}


.homepage-box .box-picture img {
    width: 100%;
    object-fit: fill;
}

.footer-left {
    width: 100%;
    padding: 0 20px;
}

@media screen and (max-width: 766px) {
    .pet-details-comp {
        /* display:none */
    }
}

@media screen and (min-width: 767px) {
    #footer-container #footer {
        /* max-width: 100%; */
    }

    .fotter-old-r {
        /* padding-right: 20%; */
        /* padding-left: 5%; */
        /* height: 270px; */
    }

    .fotter-old-l {
        /* padding-left: 20%; */
        /* padding-right: 5%; */
        /* height: 270px; */
    }

    .footer-new {
        /* width: 50%; */
        /* float: right; */
        /* text-align: center; */
    }

    .pet-details-mob {
        display: none
    }
}

.pet-details-mob {
    margin-bottom: -100px
}

.pet-details-comp {
    /* margin-top:50px; */
    position: relative;
}


ul.dropdown.menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

ul.dropdown.menu ul li:last-child {
    border-bottom: 0;
}

#give-donation-level-button-wrap > li {
    list-style-type: none;
    list-style-image: none;
    float: none;
    margin: 0 5px 5px 0;
    /* display: inline-block; */
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 56px;
    z-index: 999999;
}

.inline-image-left {
    max-width: 465px;
}

.inline-image {
    max-width: 400px;
}

.badge-adopt {
    width: 100px;
    position: absolute;
    left: calc(50% - 40px);
    box-shadow: 0 1px 2px rgba(30, 30, 30, .1);
    font-weight: 700;
    text-align: center;
    background-color: #ffd060;
    color: #ce6101;
    border-radius: 5px;
    font-size: 16px;
    z-index: 99;
    /* margin-top: 10px; */
    right: 20px;
    top: 20px;
}

.badge-adopted {
    width: 100px;
    position: absolute;
    left: calc(50% - 40px);
    box-shadow: 0 1px 2px rgba(30, 30, 30, .1);
    font-weight: 700;
    text-align: center;
    background-color: #9DCC7D;
    color: #34690F;
    border-radius: 5px;
    font-size: 16px;
    z-index: 99;
    margin-top: 40px;
}

.pet-badges-page {
    list-style-type: none;
    /* height: 26px; */
}

.badges-right li {
    display: inline-block;
    width: 40px;
    height: 26px;
    margin: 0;
    vertical-align: bottom;
    text-align: center;
    color: #fff;
}

.pet-badges-page li.age span {
    font-weight: 700;
    line-height: 22px;
    font-size: 1.2em;
}

.pet-badges-page li.age {
    background-color: #57b17d;
    border-radius: 10%;
    padding: 0;
}

.pet-badges-page {
    list-style-type: none;
    /* height: 26px; */
    margin-right: 0;
    display: flex;
    align-items: center;
    border: solid #ddd;
    border-width: 1px 0;
    margin-bottom: 30px;
}

.badges-left {
    margin-right: auto;
}

.more-info {
    max-width: 700px;
    margin: 0 auto;
}

.more-info input, .more-info textarea {
    text-align: right;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
    resize: none;
}

.more-info {
    margin-bottom: 70px;
    text-align: center;
    margin-top: 90px;
}

ul.entry-share.menu li a {
    color: #333;
}

.pet-badges-page li.female, .pet-badges-page li.male {
    background: center top no-repeat;
    background-size: contain;
}

.pet-badges-page li.male {
    background-image: url(https://herzelialovesanimals.org/wp-content/uploads/2018/06/male.png);
}

.pet-badges-page li.female {
    background-image: url(https://herzelialovesanimals.org/wp-content/uploads/2018/06/female.png);
}

.pet-badges-page li.female span, .pet-badges-page li.male span {
    display: none;
}

.badge-plus {
    background: #56b07d;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0;
}

.entry-date {
    background: #6eb9b2;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}

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

.plus-badge {
    position: absolute;
    top: 0;
    box-shadow: 0 1px 2px rgba(30, 30, 30, .1);
    font-weight: 600;
    text-align: center;
    background-color: #6eb980;
    color: #fff;
    font-size: 14px;
    right: 0;
    padding: 2px 10px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .inline-image, .inline-image-left {
        max-width: 315px;
    }

    .badge-adopt {
        left: calc(72% - 40px);
    }
}

.give-form-wrap {
    padding: 5px;
    border-radius: 40px;
    text-align: center;
}


/* Donate - Form */
form[id*=give-form] .give-donation-amount .give-currency-symbol {
    float: right;
}

form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    border-right: 1px solid #ccc;
}

form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    float: right;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    float: right;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-left: 1px solid #ccc;
    float: right;
}

.dog-video iframe {
    width: 100%;
}

.give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit {
    float: right;
    width: 100%;
}

.footer-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
}

.select2-container .select2-selection--single {
    outline: none;
}

article a {
    font-weight: 600;
    text-decoration: underline;
}

.give-btn {
    background: #6eb980;
    color: #fff;
    width: 100%;
    font-weight: 700;
}

.give-btn:hover {
    background: #43ac6a;
}

[id*="give-form"].give-fl-form .give-fl-is-required::before {
    right: 5px;
}

#give-recurring-form .form-row-first, form.give-form .form-row-first, form.give-form .form-row-last, form[id*=give-form] .form-row-first, form[id*=give-form] .form-row-last {
    float: right;
}

#give-recurring-form .form-row-last, form.give-form .form-row-last, form[id*=give-form] .form-row-last {
    float: left;
}

#give_donation_receipt > tbody > tr:nth-child(5) {
    display: none;
}

table#give_donation_receipt td, table#give_donation_receipt th {
    text-align: right;
}

.homepage-box-list li {
    width: 100%;
}

@media screen and (min-width: 768px) {

    .homepage-box-list li {
        width: 50%;
    }

}

@media screen and (min-width: 1200px) {

    .homepage-box-list li {
        width: calc(100% / 3);
    }

}