#landing-page-index em.wishpack-font,
#thank-you-page em.wishpack-font {
    font-family: Playlist-script;
    font-style: normal;
    font-size: 1.2em;
}

.new-banner {
    background-position: 0% top;
}
.new-banner,
.banner-loader {
    height: 800px;
}

.new-banner .banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.new-banner .banner-text.banner-text-centered {
    align-items: center;
}
.new-banner .banner-text.banner-text-centered .banner-inner {
    padding: 10px;
    text-align: center;
}

.new-banner .banner-inner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    text-align: right;
    padding: 20px 50px 0 0;
}
.new-banner .banner-inner > * {
    margin-top: 30px;
    margin-bottom: 30px;}
.new-banner .banner-inner > img {
    max-width: 100%;
    width: 400px;
    display: block;
}

.new-banner .new-banner--btn{
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    width: 400px;
    height: 50px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 14px 14px 12px 14px;
    margin-right:0;
    margin-left: auto;
}


.new-banner .new-banner--btn:hover,
.new-banner .new-banner--btn:focus,
.new-banner .new-banner--btn:hover:active {
    background: white;

}

.new-banner .new-banner--centered-img-container {
    width: 400px;
    max-width: 100%;
    text-align: center;
}
.new-banner .new-banner--centered-img-container img {
    height: 120px;
}

.new-banner-container .flex-control-paging li a {
    background: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
}

.new-banner-container .flex-control-paging li a.flex-active,
.new-banner-container .flex-control-paging li a.flex-active:hover {
    background: #F1CE27;
    border: 1px solid #F1CE27;
    box-shadow: none;
}
.new-banner-container .flex-control-paging li a:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}
.btn.default-btn {
    text-transform: uppercase;
    /*padding: 0.5% 2%;*/
}

.checkbox-wrapper input[type=checkbox] {
    height: 16px;
    width: 16px;
}

.checkbox-wrapper label {
    font-size: 14px;
}

.input.radio > label {
    margin-right: 8px;
}

/**
 *  Landing page's CSS
 */
.landing-page {
    overflow: auto;
}

.landing-container {
    padding: 0;
}

/*baner section's CSS*/
.landing-container .banner_section {
    padding-bottom: 0;
}

/*video section's CSS*/
.video-section {
    background-color: rgb(247,247,247);
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video-section div:first-child {
    padding: 0;
    align-items: center;
    display: flex;
}

.video-section div:first-child > img {
    margin: 0 auto;
    cursor: pointer;
}

#landing-page-index .video-title {
    font-weight: 900;
    font-size: 24px;
}

.video-section iframe {
    width: 96%;
}

#vimeo-video i.fa {
    color: #fff;
    background-color: #000;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 6px;
    border-radius: 100%;
    cursor: pointer;
}

#landing-page-index .watch-video-link {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    text-decoration: underline;
}

.pet-item{
    position: relative;
}

.urgent_tag {
    background: url(../img/website-pages/urgent_tag.png) no-repeat;
    height: 84px;
    position: absolute;
    z-index: 1;
    width: 85px;
    top: -7px;
    left: 10px;
}

.urgent_tag div {
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    left: 9px;
    color: white;
}

.full-pet-item {
    position: relative;
    border-radius: 2px;
    border:1px solid #f7f7f7;
    background: #fff;
}

.full-pet-item h4 {
    margin-bottom: 10px;
}

.full-pet-item .thumb-cover{
    border-bottom: none;
}

.full-pet-item .wishlist-indicator {
    position: absolute;
    margin-top: 20px;
    margin-right: 20px;
    top: 0;
    right: 0;
}
.full-pet-item .wishlist-indicator:active,
.full-pet-item .wishlist-indicator:focus,
.full-pet-item .wishlist-indicator:hover {
    outline: 0;
}

.full-pet-item .rescue-name{
    font-size: 14px;
    font-weight: 400;
}

.full-pet-item .rescue-name span{
    color: #39699E;
}

.full-pet-item .thumb-info p{
    margin-top: 12px;
}
.full-pet-item .thumb-info {
    border-bottom: none;
    position: relative;
    height: 100%;
}

.full-pet-item .thumb-info img {
    position: absolute;
    height: 36px;
    right: 14px;
    border-radius: 50%;
    width: 36px;
    top: 14px;
}
.full-pet-item .thumb-info .pet-info{
    font-size: 14px;
    color: #000000;
    height: 40px;
    padding-top: 0px;
    margin-bottom: 4%;
}

.full-pet-item .pet-name{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 2%;
    margin-top: 2%;
}

@media(max-width: 425px){
    .pet-item{
        min-width: 100%;
    }
}

.full-pet-item .thumb-bottom .progress{
    margin-top: 5%;
    margin-bottom: 12px;
}

.raised-amount{
    font-size: 16px;

}

.raised-amount .donated-amount{
 color: #39699E;
 font-weight: bold;
}

.full-pet-item .donate-div{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    background-color: #39699E;
    color: white;
    width: calc(100% - 40px);
    height: 40px;
    position: relative;
    text-align: center;
    padding: 11px;
    border-radius: 20px;
    margin: 0 20px 20px 20px;
}

.full-pet-item .thumb-bottom{
    border: none;
    padding-top: 0px;
    margin-top: -2%;
}

.full-pet-item .adopt-pet-card-bottom .rowz{
    position: relative;
    padding-top: 10px;
}

.full-pet-item .thumb-bottom .rowz{
    position: relative;
}

.full-pet-item .adopt-pet-card-image{
    position: relative;
}

.full-pet-item .adopt-pet-card-image img {
    position: absolute;
    right: 0px;
    top: -39px;
}

.full-pet-item .adopt-view-btn
{
    margin-top: 15px;
}


.donor-adopter-signup h3.login-register__hero__minor{
    color: #FF696E !important;
    text-shadow: none;
}

.donor-adopter-signup h1.login-register__hero__major{
    color: #39699E !important;
    text-shadow: none;
}


.login-register__banner {
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    padding: 70px 30px;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.login-register__banner .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.35);
}
.login-register__banner > :not(.background-overlay) {
    z-index: 1;
}
.login-register__hero {
    overflow: hidden;
    max-width: 600px;
    margin-left: -30px;
    margin-right: -30px;
}
.login-register__hero li {
    width: 100%;
}
.login-register__hero .flex-viewport li {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}
.login-register__hero .flex-viewport li.flex-active-slide {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.login-register__hero__minor,
.login-register__hero__major {
    color: #fff !important;
    text-shadow: 0 4px 7px rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 0 30px;
}
h3.login-register__hero__minor {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 20px;
}
h1.login-register__hero__major {
    font-size: 34px;
    margin: 0;
}
.login-register__mobile-register-btn {
    padding: 20px;
    width: 100%;
    margin: 20px 40px;
    font-weight: 900;
    font-size: 20px;
}

.login-register__already-registered {
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.login-register__already-registered > a {
    color: #fff;
    text-decoration: underline !important;
}

.login-register__mobile-registration {
    position: relative;
    padding: 0;
}

.login-register__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    line-height: 1;
    background: none;
    border: none;
    font-size: 35px;
}
.sar-reg-card {
    width: 100%;
    background: #fff;
    padding: 40px 40px 30px 40px;
}
.sar-reg-card__info {
    /* text-align: center; */
}
.sar-reg-card__page {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-align: center;
}
.sar-reg-card__page-title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 30px;
    /* text-align: center; */
}
.sar-reg-card__form {
    width: 100%;
    position: relative;
}
.sar-reg-card__page-section {
    margin-bottom: 26px;
}
.sar-reg-card__footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.sar-reg-card__btn {
    border: none;
    background: none;
    font-weight: 900;
    text-transform: uppercase;
}
.sar-reg-card__btn[disabled] {
    opacity: 0.5;
}
.sar-reg-card__btn .fa {
    vertical-align: 1px;
}

.sar-reg-card__email-loader {
    position: absolute;
    top: 2px;
    right: 10px;
}
.sar-reg-card__email-loader img {
    height: 40px;
}
.sar-reg-card__page-image {
    height: 100px;
}
.btn.sar-reg-card__login-btn {
    display: block;
    width: 100%;
    padding: 1em 50px;
    font-weight: 900;
    margin-top: 16px;
}

.login-register__sar-reg-card-container {
    flex-grow: 1;
    max-width: 480px;
    width: 100%;
}
.login-register__sar-reg-card-container .flash-message {
    width: 100%;
    padding: 0;
}

@media only screen and (min-width: 768px) {


    .form-group .input.text,
    .form-group .input.email,
    .form-group .input.select {
        height: 54px;
    }

    .landing-page .btn{
        margin-top: 26px;
    }

    .checkbox-wrapper .checkbox {
        display: inline-block;
        padding-right: 15px;
    }

    .donation-amt-wrapper label {
        font-size: 18px;
        padding: 10px 20px;
    }

    #dnt_amt {
        height: 45px;
    }

    .donation-amt-details {
        margin-top: -30px;
    }

    .sar-reg-card__email-loader {
        top: 4px;
    }
    .sar-reg-card__email-loader img {
        height: 55px;
    }
    .sar-reg-card__footer {
        font-size: 16px;
    }

}

@media only screen and (max-width: 992px) {
    .filter-pets-form .filter-input {
        position: relative;
        display: inline-flex;
        background: white;
        cursor: text;
    }
}

@media only screen and (max-width: 768px) {
    .landing-page .btn{
        margin: 26px 0 36px;
    }

    .donation-amt-wrapper label {
        font-size: 14px;
        padding: 5px;
    }

    #dnt_amt {
        height: 30px;
    }

    .donation-amt-details {
        margin-top: -10px;
    }

    .tip-donation-money-bag {
        display: none;
    }

    .login-register__banner--login-compact {
        padding: 0;
    }
    .login-register__banner--login-compact .login-register__sar-reg-card-container {
        max-width: none;
        width: 100%;
    }

    .full-pet-item .donate-div {
        margin: 0 10px 10px 10px;
    }

}

#landing-page-index .landing-page-content,
#thank-you-page .landing-page-content {
    font-size: 15pt;
    line-height: 20pt;
    font-weight: normal;
    margin-bottom: 20px;
    color: #2A415B;
}

#landing-page-index .landing-page-content b,
#thank-you-page .landing-page-content b {
    font-weight: 900;
}

/**
 *  Donation form's CSS
 */
#donation-form {
    margin: 35px auto;
}

#donation-form .bold-label {
    font-size: 14px;
    font-weight: 900;
    color: #000;
}

#donation-form .bold-label span {
    color: rgb(102,102,102);
    font-size: 12px;
    font-weight: normal;
}

.donation-amt-details {
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
    color: rgb(137,137,137);
}

.lock-img {
    height: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.secure-payment {
    line-height: 34px;
    color: #7DB244;
    display: flex;
    align-items: center;
}

.terms-conditions {
    font-size: 12px;
    color: #3E908B;
    margin-top: 15px;
    display: block;
    font-weight: 500;
}

.gift-card-img {
    width: 100%;
    margin: 10px auto;
    display: block;
}

.gift-card {
    background-color: rgb(247,247,247);
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 375px;
}

.gift-card--small-radios .custom-radio-check + .custom-radio-check {
    margin-left: 14px;
}

.gift-checkbox {
    margin-left: 8px !important;
    margin-top: 4px !important;
}

#apparel-gift-card div:nth-last-child(2) {
    margin-top: 24px;
}

#apparel-gift-card div:last-child {
    margin-bottom: 5px;
}

/*CSS rules of select or enter donation amount section*/
.donation-amt-wrapper input[type="radio"] {
    display: none;
}

.donation-amt-wrapper label {
    border: 1px solid rgb(226,226,226);
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    color: rgb(137,137,137);
}


.selected-amt {
    background-color: rgb(50,144,140);
    color: #fff !important;
}

.donation-amt-wrapper div.input {
    display: inline-block;
}

#dnt_amt {
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: rgb(50,144,140);
    width: 60%;
    border: 1px solid rgb(50,144,140);
}

.gift-card-details {
    color: rgb(102,102,102);
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0;
}

#donation-form .gift-row {
    background-color: rgba(208,224,227,0.7);
    margin: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: normal;
    color: rgb(50,144,140);
    overflow: auto;
    font-size: 13px;
    min-height: 50px;
    /*display: none;*/
}

.gift-row img {
    height: 20px;
    margin-right: 5px;
}

#donation-form #add-more-amt {
    font-weight: 900;
    margin-left: 5px;
}

@media only screen and (max-width: 991px) {
    .gift-row div:last-child {
        display: inline-flex;
        margin-top: 10px;
    }

    .sar-reg-card__page1__footer {
        flex-direction: column;
    }
    .sar-reg-card__page1__footer > span {
        margin-bottom: 50px;
    }

    .login-register__sar-reg-card-container .flash-message .alert {
        margin: 0;
        border-radius: 0;
    }
}

@media only screen and (min-width: 992px) {
    .gift-row {
        display: flex;
        align-items: center;
    }

    .details-row .input {
        display: inline-block;
    }

    .sar-reg-card {
        max-width: 570px;
        border-radius: 4px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }
    .sar-reg-card__page {
        min-height: 500px;
    }
    .sar-reg-card__page-section {
        margin-bottom: 0;
    }
    .login-register__banner {
        padding: 120px 30px 60px 30px;
        background-position: center !important;
        flex-direction: row;
        justify-content: space-between;
    }
    .login-register__hero__minor,
    .login-register__hero__major {
        text-align: left;
    }
    h3.login-register__hero__minor {
        font-size: 22px;
    }
    h1.login-register__hero__major {
        font-size: 50px;
    }

}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    header.awesome-header > .header-top {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.gift-row button {
    border: 1px solid;
    background: transparent;
    border-radius: 18px;
    padding: 5px 30px;
}

#add-remaining-amt {
    margin-right: 10px;
}

/*CSS rules for tip jar*/
.tip-donation-total-container {
    border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-top: 20px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.tip-donation-total-content {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    padding: 20px 0px 20px 0px;
}

.tip-donation-total-details {
  width: 79px;
  height: 30px;
  font-family: Avenir;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #39699E;
}

.tip-detail-container {
    width: 216px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 #e4e4e4;
}

.tip-details-label {
    text-align: left;
    font-family: Avenir;
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
}

.tip-details-value {
    text-align: left;
    float: right;
    font-family: Avenir;
    font-size: 14px;
    line-height: 1.43;
    color: #000000;
}

.tip-details-header {
    width: 120px;
    height: 30px;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-align: left;
    color: #000000;
}

.tip-details-footer {
    width: 216px;
    height: 30px;
    background-color: #f7f7f7;
    margin-top: 10px;
}

.tip-appeal {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.63;
    text-align: left;
    color: #39699E;
}

.donation-wishpackinfo-info-container {
    width: 360px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 #e4e4e4;
    z-index: 10;
    position: absolute;
    padding: 20px 20px 20px 20px;
}

.donation-wishpackinfo-content {
    width: 320px;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: #000000;
}

/*CSS rules of billing info*/
.donation-amt-confirm,
.details-donation-amt {
    font-size: 14px;
    font-weight: 600;
    color: rgb(50,144,140);
}

.donation-amt-confirm {
    padding: 20px 15px 10px;
}

#donation-form .details-donation-amt {
    margin-bottom: 20px;
    font-weight: 900;
}

.same-address-checkbox {
    display: flex;
    align-items: center;
}

#same-address {
    margin-right: 8px;
}

#donation-form select {
    color: rgb(137,137,137);
}

/*PAYPAL form*/
#paypal-payment-form {
    display: none;
}

#donation-form .second-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.all-cards-img {
    position: absolute;
    top: 7px;
    right: 22px;
    height: 20px;
    width: 25%;
}

/**
 * Confirm details section
 */
.donation-confirm-details .second-label {
    margin: 20px 0 10px;
}

.donation-confirm-details {
    display: none;
    font-size: 14px;
}

#donation-form .details-name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

#donation-form #display-form-btn {
    font-size: 14px;
    font-weight: normal;
    color: rgb(55,143,142);
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}
.monthly-deduction {
    margin-top: 20px;
    font-size: 12px;
    color: rgb(137,137,137);
}

/**
 * CSS of thank you page
 */

#thank-you-page .thank-you-div {
    font-size: 14.5pt;
    color: #000;
    line-height: 20pt;
    font-weight: 500;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 30px;
}

#thank-you-page .landing-page-content {
    text-align: center;
    color: rgb(55,143,142);
}

.details-row {
    color: #000;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.details-row .input {
    font-size: 15px;
}

.thank-page-share p {
    text-align: center;
    margin-top: 30px;
    color: #000;
}

.thank-page-share table {
    margin: 0 auto;
}

#thank-you-page #display-details-btn {
    margin-top: 30px;
    font-size: 16px !important;
    padding: 1% 4% !important;
    font-weight: 900 !important;
}

.thank-you-div .fa {
    background-color: rgb(55,143,142);
    color: #fff;
    padding: 5px;
    border-radius: 100%;
}

#thank-you-page .video-title {
    margin: 30px 0;
}

#thank-you-page .urgent-needs-btn {
    margin-bottom: 32px;
}

#animals-radio label,
#receive-invitation-row label {
    font-size: 15px;
}
#animals-radio input,
#receive-invitation-row input {
    margin-top: 4px;
}

/**
 * CSS rules for video modal
 */
#vimeo-video .modal-dialog {
    height: 75%;
    width: 75%;
}


#vimeo-video .modal-content,
#vimeo-video .modal-body,
#vimeo-player {
    height: 100%;
    width: 100%;
}

#vimeo-video iframe {
    border: none;
}

.shipping-address-details .second-label,
.payment-details .second-label,
.billing-address-details .second-label {
    margin-bottom: 8px !important;
}

.billing-address-details div,
.shipping-address-details div,
.payment-details div {
    line-height: 20px;
    font-size: 14px;
}

/**
 * CSS rules for Pet shopify registry
 */
.pet-registry .pet-registry--title {
    font-size: 20px;
    margin-top: 0;
}
.pet-registry.pet-registry--horizontal-mode .pet-registry--title {
    font-size: 24px;
}
.pet-registry .pet-registry--description {
    font-size: 14px;
}

.pet-registry .pet-registry--cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pet-registry.pet-registry--vertical-mode .pet-registry--cards-container > .pet-registry--card {
    flex-basis: calc(50% - 6px);
}
.pet-registry.pet-registry--horizontal-mode .pet-registry--cards-container {
    justify-content: flex-start;
}
.pet-registry.pet-registry--horizontal-mode .pet-registry--cards-container > .pet-registry--card {
    flex-basis: calc((100% - 36px) / 4);
}

.pet-registry .pet-registry--card {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 12px;

    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pet-registry.pet-registry--horizontal-mode .pet-registry--card {
    margin-right: 12px;
}
.pet-registry.pet-registry--horizontal-mode .pet-registry--card:last-child {
    margin-right: 0;
}
.pet-registry .pet-registry--card .pet-registry--card--content {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pet-registry .pet-registry--card .pet-registry--card--central-image {
    max-width: 72%;
    max-height:50%;
    margin: 0 auto;
    display: block;
}
.pet-registry .pet-registry--card .pet-registry--card--image {
    width: 100%;
    height: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pet-registry .pet-registry--card .pet-registry--card--title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.pet-registry .pet-registry--card .pet-registry--card--details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.pet-registry .pet-registry--card .pet-registry--card--details > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pet-registry .pet-registry--card .pet-registry--card--gift-btn,
.pet-registry .pet-registry--card .pet-registry--card--already-gifted {
    padding: 9px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
}

.pet-registry .pet-registry--card .pet-registry--card--gift-btn {
}

.pet-registry .pet-registry--card .pet-registry--card--gift-btn:hover,
.pet-registry .pet-registry--card .pet-registry--card--gift-btn:focus {
}

.pet-registry .pet-registry--card .pet-registry--card--already-gifted {
    opacity: 0.65;
    cursor: no-drop;
    color: #999999;
    border: 1px solid #999999;
}
.pet-registry .pet-registry--card .pet-registry--card--others {
    text-align: center;
    font-size: 14px;
}

.pet-donation-amount-group .error-message {
    position: absolute;
    bottom: 5px;
    left: 10%;
    width: 80%;
}

/* -------------------------------------------------- */


.billing-info .billing-info--method-title {
    font-size: 18px;
    font-weight: 500;
}

.billing-info .billing-info--payment-method {
    margin-bottom: 50px;
}

.billing--submission {
    margin-top: 80px;
    margin-bottom: -10px;
}

.donations--donation-agreement {
    font-size: 16px;
    color: #4a4a4a4a;
}

.wishpack--gift-addition-nagger {
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255,246,227,0.7);
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
}
.wishpack--gift-addition-nagger * {
    opacity: 1;
}
.wishpack--gift-addition-nagger img {
    height: 25px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.wishpack--gift-addition-nagger button {
    border-radius: 10px;
    background: none;
    border: solid 1px #32908c;
    font-weight: 500px;
    padding: 8px 20px;
    min-width: 150px;
}
.wishpack--gift-addition-nagger--message {
    min-height: 40px;
    display: flex;
    align-items: center;
}

#mainWrap {
    position: relative;
}
header.awesome-header {
    position: absolute;
    /*top: 0;*/
    width: 100%;
    z-index: 100;
    background: none;
}

header.awesome-header li.hasSub-menu::before {
    color: white;
}
header.awesome-header > .header-top {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 769px) {
    header.awesome-header > .header-top {
        padding-top: 1em;
    }
}
header.awesome-header .awesome-header--top-level-nav {
    color: white;
}

header.awesome-header .awesome-header--btn {
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 500;
}
header.awesome-header .awesome-header--btn:hover,
header.awesome-header .awesome-header--btn:focus {
    background: #F1CE27;
    border-color: #F1CE27;
    color: #fff;
}

header.awesome-header .hamburger_btn span,
header.awesome-header .hamburger_btn span::before,
header.awesome-header .hamburger_btn span::after
{
    background: white;
}
body.nav_open header.awesome-header .hamburger_btn span {
    background: none;
}

.banner-loader {
    display: none;
    /* TODO: */
}

.sliderLoading {
    padding: 0;
}

.sliderLoading .banner-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666666;
}
.sliderLoading .banner-loader > img {
    width: 100px;
}
#slider.fixed-up-slider {
    height: 200px !important;
}
#slider.fixed-up-slider li {
    height: 200px;
}
#slider.fixed-up-slider li img {
    height: 200px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.custom-submit.donation-profile--donate-now-btn-container a {
    /* background-color: #32908c; */
    min-width: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    /* border-radius: 4px; */
}
.custom-submit.donation-profile--donate-now-btn-container a:hover {
    /* background-color: #FF696E; */
}

.custom-submit.donation-profile--donate-now-btn-container.allow-adopt-container {
    display: flex;
    justify-content: space-between;
}
.custom-submit.donation-profile--donate-now-btn-container.allow-adopt-container a {
    flex-basis: calc(50% - 6px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.donation-profile--donation-core-details {
    position: relative;
}

.donation-profile--donation-core-details > .row > [class*='col-'] {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.donation-profile--donation-core-details .donation--donation-percentage {
    margin-top: 10px;
}
.donation-profile--donation-core-details h3 {
    margin-top: 0;
}
.donation-profile--campaign-update li {
    display: flex;
    justify-content: space-between;
}
.donation-profile--campaign-update li > div:first-child {
    flex-basis: 60%;
    flex-shrink: 0;
    flex-grow: 1;
}
.donation-profile--campaign-update li > div:first-child iframe {
    width: 100% !important;
}
.donation-profile--campaign-update li > div:nth-child(2) {
    padding-left: 15px;
    padding-bottom: 15px;
}
.donation-profile--campaign-update li a.image {
    width: 100%;
}
.donation-profile--campaign-update li img {
    width: 100%; /*Some kinda scaling is in place somewhere */
}
.donation-profile--campaign-update hr:last-child {
    display: none;
}

.donation-profile--floating-donate-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    padding-top: 16px;
    padding-bottom: 35px;
    width: 100%;
    margin: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.8));
}

.shelter-profile--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.shelter-profile--header > *{
    margin-bottom: 30px;
}

.shelter-profile--title {
    display: flex;
    align-items: center;
    flex-basis: 60%;
}

.shelter-profile--title > h1 {
    color: #2a415b;
} 
.shelter-profile--title > * {
    margin: 0;
}
.shelter-profile--title > img {
    margin-right: 18px;
    max-width: 80px;
}

.shelter-profile--donate-btn {
    display: inline-block;
    margin-right: 15px;
    border-width: 0;
    /* border-radius: 4px; */
    height: 42px;
    padding: 11px 20px;
    font-size: 16px;
    font-weight: 900;
    /* color: #ffffff; */
    /* background-color: #32908c; */
}
.shelter-profile--donate-btn:hover,
.shelter-profile--donate-btn:active {
    /* background-color: #FF696E; */
    /* color: #ffffff; */
}
.shelter-profile--donate-btn:focus {
    /* color: #ffffff; */
}
.shelter-profile--share-donate {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.shelter-profile--share-donate .at-share-btn {
    margin-bottom: 0;
}

.shelter-profile--pets-header {
    margin-top: 30px;
    margin-bottom: -5px;
    /* border-radius: 10px; */
    padding-bottom: 25px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-right: 10px;
}

.smallSearchBar{
    text-align: right;
}

.campaign-page-social-media-container--item {
    margin-right: 25px;
}

.heading-align-center{
    margin-top:25px;
}
.shelter-profile--pets-header .custom-input,
.shelter-profile--pets-header .custom-submit {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}
.shelter-profile--pets-header .custom-input {
    margin-left: 8px;
    margin-right: 8px;
}

.shelter-profile--pets-header .custom-submit {
}

.read-more-enabled {
    overflow: hidden;
    position: relative;
    line-height: 1.75;
    margin-bottom: 20px;
}
.read-more-enabled .read-more-toggle {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    /* color: #32908c; */
}
.read-more-enabled.read-more-closed .read-more-toggle {
    position: absolute;
    bottom: -8px;
    height: 40px;
    padding-top: 8px;
    background-image:
    linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 20%);
    display: block;
}

.pet-pantry .read-more-enabled .read-more-toggle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #1DA1F2 !important;
    letter-spacing: initial;
    text-transform: none;
    text-align: left;
}

.pet-pantry .read-more-enabled.read-more-closed .read-more-toggle {
    height: 50px;
}

.pet-pantry .read-more-enabled .read-more-toggle:after {
    content: '...';
}

.description-read-more{
    min-height:2em;
}

.donation--shelter-link {
    cursor: pointer;
}
.donation--shelter-link .emphasised-container--content {
    word-break: break-word;
    overflow: hidden;
}
.donation--shelter-link .donation--shelter-link--cared-by {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}
.donation--shelter-link .donation--shelter-link--title {
    display: flex;
    align-items: center;;
}
.donation--shelter-link .donation--shelter-link--title img {
    width: 100%;
    height: auto;
    max-width: 74px;
    margin-right: 15px;
}
.donation--shelter-link .donation--shelter-link--title * {
    margin-top: 0;
    margin-bottom: 0;
}
.donation--shelter-link .donation--shelter-link--title span {
    font-size: 16px;
    color: #999999;
}
.donation--shelter-link .donation--shelter-link--bio {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
}
.donation--shelter-link .read-more-enabled.read-more-closed .read-more-toggle {
    background-image: linear-gradient(to bottom, rgba(247,247,247,0), rgba(247,247,247,1) 20%);
}

.donation--small-sharing-links {
    text-align: right;
    padding-top: 10px;
}

.adoption-link .emphasised-container--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adoption-link .emphasised-container--content img {
    width: 74px;
    margin-right: 20px;
}

.adoption-link .emphasised-container--content p {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}
.adoption-link a:hover .emphasised-container--content p,
.adoption-link a:active .emphasised-container--content p {
    text-decoration: underline;
}

.adoption-profile--callout {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.adoption-profile--callout small {
    font-size: 16px;
    font-weight: normal;
}


/* --- Donation confirmation page */
.feature-callout {
    text-align: center;

}
.feature-callout img {
    display: block;
    margin: 15px auto;
}
.feature-callout h3 {
    margin-top: 0;
}
.feature-callout a.feature-callout--main-action {
    /* background-color: #32908c; */
    /*width: 100%;*/
    /* color: white; */
    /* text-align: center; */
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*display: block;*/
}
.feature-callout a.feature-callout--main-action:hover {
    /* background-color: #32908c; */
}
.donation-confirmation--message {
    /* border-radius: 10px; */
    /* background-color: rgba(208, 224, 227, 0.7); */
    /* color: #32908c; */
    /* font-size: 18px; */
    /* font-weight: 500; */
    min-height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.donation-confirmation--message img.donation-confirmation--message--logo {
    max-height: 80px;
    max-width: 150px;
    float: left;
    margin-right: 20px;
}
.donation-confirmation--message .donation-confirmation--message--data {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
.donation-confirmation--message .donation-confirmation--message--data > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.error-message-not-found {
    background-color: #fdf1f1;
    padding: 20px;
    border-radius: 10px;
    color: #ed7c76;
    font-weight: 500;
}

.donation-confirmation--message .donation-confirmation--message--share {
    text-align: right;
}
.donation-confirmation--message .donation-confirmation--message--thank-you {
    font-weight: 500;
}
.donation-confirmation--message .donation-confirmation--message--thank-you img {
    width: 26px;
}
.donation-confirmation--message .donation-confirmation--message--data .donation--donation-percentage {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 300px;
}
.donation-confirmation--message .donation-confirmation--message--data .donation--donation-percentage p {
    margin-bottom: 0;
}

.donation-confirmation--view-more {
    text-align: right;
    margin-top: 45px;
}

.donation-confirmation--view-more a {
    font-size: 16px;
}

.compact-pet-items .compact-pet-items--container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.compact-pet-items .compact-pet-items--pet {
    flex-basis: calc((100% - 36px) / 4);
    margin-right: 12px;
    overflow: hidden;
}
.compact-pet-items .compact-pet-items--pet:last-child {
    margin-right: 0;
}
.compact-pet-items .compact-pet-items--pet .compact-pet-items--pet--image {
    width: 100%;
    height: 125px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.compact-pet-items .compact-pet-items--pet .compact-pet-items--pet--content {
    font-size: 14px;
    margin: 0;
    width: 100%;
    height: calc(100% - 125px);
    padding: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 1.75;
}
.compact-pet-items .compact-pet-items--pet .compact-pet-items--pet--content p {
    margin: 0;
}


.home-page-slider--05 {
    background-position-x: 100%;
}

/* The shopify checkout page */
.shopify-cart .shopify-cart--entry {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
}
.shopify-cart .shopify-cart--entry b {
    font-weight: 500;
}
.shopify-cart .shopify-cart--entry > * {
    display: flex;
    align-items: center;
}
.shopify-cart .shopify-cart--entry > b {
    flex-shrink: 0;
    margin-left: 10px;
}
.shopify-cart .shopify-cart--thumbnail {
    border-radius: 8px;
    border: 1px solid #eee;
    height: 64px;
    width: 64px;
    flex-shrink:0;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background-color: white;
}
.shopify-cart .shopify-cart--thumbnail img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
}
.shopify-cart .shopify-cart--item-details {
    display: inline-block;
    margin-left: 10px;
}
.shopify-cart .shopify-cart--item {
    padding:0;
}
.shopify-cart .shopify-cart--item h5 {
    margin: 0;
    font-weight: 900;
}
.shopify-cart .shopify-cart--item span {
    font-size: 14px;
}
.shopify-cart .shopify-cart--item b {
    font-weight: normal;
}
.shopify-cart .shopify-cart--charges span {
    font-size: 14px;
}
.shopify-cart .shopify-cart--charges.grand-total span {
    font-size: 16px;
}
.shopify-cart .shopify-cart--charges.grand-total b {
    font-size: 16px;
}
.shopify-cart .shopify-cart--entry.shopify-cart--charges > * {
    flex-direction: column;
    align-items: flex-start;
}
.shopify-cart .shopify-cart--charges small {
    font-size: 12px;
    color: #999999;
}


.shopify-checkout-page {
    margin-top: 0px;
}

.shopify-checkout-page main,
.shopify-checkout-page aside.emphasised-container {
    margin-top: 30px;
}
.shopify-checkout-page main {
    padding-left: 0;
}
.shopify-checkout-page .billing-info--payment-method {
    margin-bottom: 20px;
}
.shopify-checkout-page .billing-info .row.mobile-less-gutter {
    margin-right: -4px;
    margin-left: -4px;
}
.shopify-checkout-page .billing-info .row.mobile-less-gutter > [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
}

.coupon-code--container {
    border-radius: 6px;
    background-color: #f7f7f7;
    margin-bottom: 40px;
}

.coupon-code--header {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 10px;
}

.coupon-code--sub-header {
    font-family: Avenir-Roman;
    font-size: 16px;
    line-height: 1.25;
    color: #666666;
    margin-bottom: 10px;
}

.coupon-code--input-container {
    border-radius: 20px;
    background-color: #ffffff;
    height: 40px;
    margin-bottom: 15px;
}

.coupon-code--input-with-tick {
    height: 40px;
}

.coupon-code--input-tick {
    position: absolute;
    right: 5px;
    top: 8px;
}

.coupon-code--input {
    font-family: Avenir-Roman;
    font-size: 14px;
    line-height: 1.43;
    color: #999999;
    border: none;
    height: 100%;

}

.coupon-code--input-filled {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    color: #39699e;
}

.coupon-code--submit {
    border-radius: 20px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.coupon-code--submit-empty {
    background-color: #cccccc;
}

.coupon-code--submit-dirty {
    background-color: #ff696e;
}

.coupon-code--submit-text {
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
}

.shopify-cart--coupon-entry {
    color: #ff696e;
}

.coupon-code--added {
    font-family: Avenir;
    font-size: 13px;
    font-style: oblique;
    line-height: 1.5;
    color: #39699e;
}

.coupon-code--error {
    font-family: Avenir;
    font-size: 14px;
    font-style: oblique;
    line-height: 1.5;
    color: #ff696e;
    margin-bottom: 16px;
}

.shopify-checkout-terms-privacy {
    font-family: Avenir;
    font-size: 12px;
    font-style: oblique;
    line-height: 1.67;
    color: #000000;
}

.shopify-checkout-terms-privacy > a {
    color: #39699e;
    text-decoration: underline !important;
}

/* ------------------------- */

/* Generic Media sliders */
.new-media-gallery {
    position: relative;
}
.pet-media--slider img {
    max-width: 100%;
}
.new-media-gallery .flex-direction-nav a {
    opacity: 0.6;
    border-radius: 4px;
    background-color: #333333;
    width: 28px;
    text-shadow: none;
}
.new-media-gallery .flex-direction-nav a::after {
    color: white;
    font-weight:normal;
    vertical-align: -6px;
    text-shadow: none;
    font-family: FontAwesome;
}
.new-media-gallery .flex-direction-nav a.flex-prev {
    left: 17px;
}
.new-media-gallery .flex-direction-nav a.flex-prev::after {
    content: '\f053';
    padding-left: 4px;
}
.new-media-gallery .flex-direction-nav a.flex-next {
    right: 17px;
}
.new-media-gallery .flex-direction-nav a.flex-next::after {
    content: '\f054';
    padding-right: 4px;
}
.new-media-gallery .flex-viewport {
    height: 100%;
}
.new-media-gallery ul.slides {
    height: 100%;
}
.new-media-gallery ul.slides li {
    height: 100%;
    position: relative;
    background-color: #f7f7f7;
}
.new-media-gallery ul.slides li a {
    height: 100%;
    text-align: center;
}
.new-media-gallery ul.slides li a.fancybox-media {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.new-media-gallery ul.slides li a:not(.fancybox-media) img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.new-media-gallery ul.slides li a.fancybox-media img {
    width: auto;
    height: auto;
}

/* Pet Media slider */
.pet-media--slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.pet-media--slider ul.slides li img {
    width: 100%;
}
/* ---------------- */
/* Pet media thumb navigation */
.pet-media--thumb-nav {
    overflow: hidden;
    margin-top: 20px;
    height: 80px;

}
.pet-media--thumb-nav ul.slides li {
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.pet-media--thumb-nav ul.slides li.flex-active-slide {
    border-color: #F1CE27;
    border-width: 4px;
}
.pet-media--thumb-nav ul.slides li img {
    min-width: 100%;
    min-height: 100%;
    width:auto;
    height:auto;
}
.pet-media--thumb-nav ul.slides li a.fancybox-media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(26, 69, 76, 0.6);
    font-weight: 900;
    color: white;
}
.pet-media--thumb-nav ul.slides li a.fancybox-media img {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    height: auto;
    margin-top: 4px;
}
/* ---------------- */

.donate-btn-updated {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
}

.ad-container > div {
    /* Just to check the ads on QA */
    background: #f7f7f7;
}

.bottom-fixed-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
}
.bottom-fixed-ad > .ad-container {
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .new-banner .banner-inner {
        font-size: 25px;
    }
    .new-banner .banner-inner > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Slider adjustments */
    .home-page-slider--02 {
        background-position-x: 39%;
    }
    .home-page-slider--01 {
        background-position-x: 33%;
    }
    .home-page-slider--03 {
        background-position-x: 30%;
    }
    .home-page-slider--04 {
        background-position-x: 40%;
    }

}

.adopt-pet-card-title {
    font-size: 16px;
    font-weight: 900;
    color: #39699E;
}

/**
 *  Change password's CSS
 */
.change-password-row {
    margin: 30px 0 50px;
}

#changePasswordForm .form-control:focus {
    border-color: #39699E;
}

#changePasswordForm .required-field-sing {
    color: red;
}

/**
 * CSS to add watermark's overlay on top of pet-image
 */
.pet-image-with-watermark:after {
    content: " ";
    /*background-image: url(../img/paw_circle_watermark.png);*/
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    left: 0;
}

@media only screen and (min-width: 995px) {
    .thumb-bottom.adopt-pet-card-bottom {
            padding-bottom: 30px;
    }
    .pet-item:nth-of-type(3n + 1) {
        clear: both;
    }
}

@media only screen and (max-width: 995px) {
    .thumb-bottom.adopt-pet-card-bottom {
            padding-bottom: 30px;
    }
    .pet-item:nth-of-type(2n + 1) {
        clear: both;
    }
}

/* Mid desktops and below */
@media only screen and (max-width: 992px) {
    .new-banner, .banner-loader {
        height: 600px;
    }
    .pet-items:nth-of-type(2n + 1) {
        clear: both;
    }
}


/* Tablets and below */
@media only screen and (max-width: 768px) {
    #vimeo-video .modal-dialog {
        height: 70%;
        width: 90%;
        margin-top: 25px;
    }
    .billing-info .billing-info--method-title,
    .secure-payment {
        font-size: 14px;
    }
    .billing-info .billing-info--payment-method {
        margin-bottom: 20px;
    }
    .billing--submission {
        margin-top: 40px;
        margin-bottom: -10px;
    }

    .row.mobile-less-gutter {
        margin-right: -4px;
        margin-left: -4px;
    }
    .row.mobile-less-gutter > [class*='col-'] {
        padding-right: 4px;
        padding-left: 4px;
    }
    .wishpack--gift-addition-nagger {
        height: auto;
    }
    .wishpack--gift-addition-nagger--message {
        display: inline-block;
    }
    header.awesome-header > .header-top {
        background: white;
    }
    .new-banner, .banner-loader {
        height: 90vh;
    }
    .new-banner .banner-text {
        height: 100%;
        align-items: center;
        position: relative;
        margin: 0;
        width: 100%;
    }
    .new-banner .new-banner--centered-img-container {
        width: 100%;
    }
    .new-banner .banner-text::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0, 0.2);
        z-index: 0;
    }
    .new-banner .banner-inner {
        padding: 20px;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .new-banner .new-banner--btn,
    .new-banner .banner-inner > img {
        margin-left: auto;
        margin-right: auto;
    }
    .donation--small-sharing-links {
        text-align: left;
    }
    .donation-confirmation--message {
        display: block;
        padding: 15px !important;
    }
    .donation-confirmation--message .donation-confirmation--message--data > div {
        margin-top: 0;
        margin-bottom: 0;
    }
    .donation-confirmation--message img.donation-confirmation--message--logo {
        display: none;
    }
    .donation-confirmation--message .donation-confirmation--message--share {
        text-align: left;
        margin-top: 10px;
    }
    .donation-confirmation--view-more {
        margin-top: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    .pet-registry.pet-registry--horizontal-mode .pet-registry--cards-container {
        justify-content: space-between;
    }
    .pet-registry.pet-registry--horizontal-mode .pet-registry--cards-container > .pet-registry--card {
        flex-basis: calc(50% - 6px);
    }
    .pet-registry.pet-registry--horizontal-mode .pet-registry--card {
        margin-right: 0;
    }
    .compact-pet-items .compact-pet-items--container {
        justify-content: space-between;
    }
    .compact-pet-items .compact-pet-items--pet {
        flex-basis: calc(50% - 6px);
        margin-right: 0;
    }

    /* Slider adjustments */
    .home-page-slider--02 {
        background-position-x: 18%;
    }
    .home-page-slider--01 {
        background-position-x: 23%;
    }
    .home-page-slider--03 {
        background-position-x: 14%;
    }
    .home-page-slider--04 {
        background-position-x: 15%;
    }
    .donation-profile--donation-core-details h3 {
        margin-top: 10px;
    }
    .donation-profile--campaign-update li {
        justify-content: stretch;
        flex-wrap: wrap;
    }
    .donation-profile--campaign-update li > div:first-child {
        flex-basis: 100%;
        order: 2;
    }
    .donation-profile--campaign-update li > div:nth-child(2) {
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .shelter-profile--title {
        flex-basis: 100%;
    }
    .shelter-profile--share-donate {
        width: 100%;
        justify-content: space-between;
    }
    .shelter-profile--donate-btn {
        font-size: 12px;
        padding: 13px 10px 10px 10px;
        margin-right: 8px;
    }
    .shelter-profile--title > img {
        display: none;
    }
    .custom-submit.donation-profile--donate-now-btn-container a {
        font-size: 14px;
    }
    .feature-callout a.feature-callout--main-action {
        font-size: 14px;
    }
    .feature-callout p {
        font-size: 12px;
    }
    .feature-callout h3 {
        font-size: 16px;
    }

    .pet-media--slider ul.slides li a:not(.fancybox-media) img {
        width: auto;
        object-fit: cover;
    }

    .new-media-gallery ul.slides li a:not(.fancybox-media) {
        align-items: normal;
    }

    .donation-profile--floating-donate-header .custom-submit .btn{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .donation-profile--floating-donate-header .donation--donation-percentage {
        margin-top: 0;
    }
    .donation-profile--floating-donate-header .donation--donation-percentage p {
        font-size: 14px;
    }

    .thumb-bottom.adopt-pet-card-bottom {
        padding-bottom: 25px
    }

    .smallSearchBar{
        text-align: left;
    }

}

@media only screen and (max-width: 480px) {
    /* Slider adjustments */
    .home-page-slider--02 {
        background-position-x: 24%;
    }
    .home-page-slider--01 {
        background-position-x: 10%;
    }
    .home-page-slider--03 {
        background-position-x: 22%;
    }
    .home-page-slider--04 {
        background-position-x: 23%;
    }

    .shelter-profile--share-donate {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .shelter-profile--share-donate > * {
        text-align: center;
        flex-basis: 100%;
    }
    .shelter-profile--share-donate > * + * {
        margin-top: 16px;
    }
    .shelter-profile--donate-btn {
        margin: 0;
    }

    .donation-wishpackinfo-info-container {
	width: 250px;
    }
}


.donation--can-share-text{
    color: #5a5a5a;
    font-family: Playlist-Script;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 17px;
    right: 172px;
}
.searchPets  {
    color: #2a415b;
    background-color: #eee;
}
.searchPets-cnt input, .searchPets-cnt input::placeholder {
    color: grey;
}
.filter-pets {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
}
.filter-label {
    flex: 0 1 auto;
    margin-right: 1em;
}
@media (max-width: 768px) {
    .filter-pets {
        flex-direction: column;
    }
    .filter-label {
        margin-right: 0;
        margin-bottom: 0.5em;
    }
}
.filter-input {
    flex: 1 1 auto;
}
.filter-pets-form {
    border-radius: 2px;
    position: relative;
    padding: 1em;
}
@media (max-width: 319px) {
    .filter-pets-form {
        padding: 0 0.5em;
    }
}
.filter-pets-form.denim-background .filter-label {
    color: white
}
.filter-pets-form.denim-background .filter-go {
    background-color: #ff696e;
    border-radius: 50%;
}

.filter-pets-form .breed-dropdown-div{
    position: absolute;
    left: 72px;
    top: 10px;
}

.filter-pets-form select.form-control.breed-select {
    height: 40px;
    border-radius: 4px;
    background: #f7f7f7;
    border: none;
    position: relative;
    color: black;
    padding-left: 9px;
    padding-top: 18px;
    font-size: 14px;
    box-shadow: none;
}

.filter-pets-form .breed{
    margin-right: 3px;
}


.filter-pets-form label {
    position: absolute;
    color: #999999;
    z-index: 1;
    top: 4px;
    left: 14px;
    font-size: 12px;
}

.filter-pets-form .filter-input {
    position: relative;
    padding: 0px;
    display: inline-flex;
    padding-top: 0px;
    background: white;
    cursor: text;
    /*border-radius: 20px;*/
}

.filter-pets-form .filter-input input {
    flex: 1 1 auto;
    border: 1px solid rgba(20,20,20,0.1);
    height: 46px;
    /*border-radius: 20px;*/
    line-height: 46px;
    font-size: 16px;
    padding: 0 46px 0 20px;
}

.filter-pets-form .filter-input .tags {
    display: inline-flex;
    position: relative;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.filter-pets-form .filter-label {
    font-size: 16px;
    font-weight: 500;
    left: 14px;
}
@media (min-width: 769px) {
    .filter-pets-form .filter-label {
        line-height: 40px;
    }
}

.filter-pets-form .breed, .filter-pets-form .location{
    background-color: white;
    height: 40px;
    position: relative;
    padding: 5px;
    line-height: 1.2;
}

.filter-pets-form .tag-head {
    font-size: 12px;
    color: #999999;
    padding-left: 5px;
    font-weight: 500;
}

.filter-pets-form .tag-name {
    color: black;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}


.filter-pets-form .filter-go{
    position: absolute;
    font-size: 19px;
    color: white;
    width: 46px;
    height: 46px;
    /*border-radius: 20px;*/
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    right: 0px;
    background-color: #2a415b;
}

.weekly-wish-container {
    background: #fff;
    border: 1px solid #eee;
}

.weeklyWish{
    background-image: url('/img/bg-hearts-paws.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    margin: 2em 1em;
}
.weeklyWish-pic {
    padding: 0;
}
.pet-donate-info {
    margin-bottom: 1.8em;
}
@media (max-width: 768px) {
    .weeklyWish{
        display: block;
    }
}
.weeklyWish-pic > img {
    width: 100%;
}

.weeklyWish-pic {
    /* margin-top: 40px; */
}


.weeklyWish .donate--text {
    font-family: Playlist-Script;
    color: #39699e;
    font-size: 1.8em;
    margin-top: 1em;
}
.weeklyWish .sarName {
    font-weight: 500;
    color: #999;
}
.weeklyWish .wishName {
    font-weight: 500;
    color: black;
}

.weeklyWish .urgent_tag {
    left: -8px;
}

.weeklyWish .progress {
    max-width: 240px;
    width: 100%;
    height: 8px;
    margin: 1em 0;
}

.weeklyWish .donate-div {
    color: white;
    text-align: center;
    margin-top: 9px;
}

.weeklyWish .donate-div span{
    font-size: 14px;
    font-weight: 900;
}
.what-is-weeklywish {
    position: absolute;
    bottom: 0.2em;
    right: 0.2em;
    margin-top: 0.5em;
}
@media (max-width: 900px) {
    .what-is-weeklywish {
        position: relative;
        text-align: right;
        bottom: auto;
        right: auto;
    }
}
@media (max-width: 768px) {
    .what-is-weeklywish {
        text-align: left;
    }
}
.what-is-weeklywish > small {
    color: #39699e;
    font-weight: 500;
    cursor: pointer;
}
.what-is-weeklywish .text-explain {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #f7f7f7;
    padding: 10px;
    max-width: 240px;
    width: 100%;
    font-size: 13px;
    text-align: justify;
    z-index: 5;
}
.what-is-weeklywish .text-explain > span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #39699e;
    margin-top: 12px;
    cursor: pointer;
 }
 @media (max-width: 768px) {
    .what-is-weeklywish {
        text-align: left;
    }
    .what-is-weeklywish .text-explain {
        left: 0;
        right: auto;
    }
}
.share{
    border: none;
}

.searchTerms .results{
    font-weight: 500;
    color: black;
    margin-top: 6px;
    margin-right: 0px;
    padding-right: 0px;
    flex: 0 1 auto;
}

.searchTerms .filter-words .term-div{
    border: 1px solid #cccccc;
    border-radius: 17px;
    position: relative;
    margin-left: 1%;
    display: inline-block;
    padding: 4px 32px 4px 10px;
    margin-bottom: 1%;
    text-transform: capitalize;
}

.searchTerms .filter-words .cross{
    right: 6px;
    cursor: pointer;
    position: absolute;
    display: inline-table;
    top:5px;
}

.searchTerms{
    margin-top: 19px;
    font-size: 14px;
    position: relative;
}

.filter-words{
    flex: 1 1 auto;
}

.searchTerms .filter-words .clear-all{
    color: #39699E;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.filter-pets-form .searchPetsSars {
    background: white;
    width: 100%;
    box-shadow: 0 2px 4px 0 #eeeeee;
    border-top: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
}
.searchDropDown {
    position: absolute;
    width: 100%;
    z-index: 1111111111111;
    top: 100%;
    border-radius: 20%;
    padding: 0 30px 0 20px;
}
.searchDropDown .highlightDiv {
    background: #eee;
}

.searchPetsSars > div{
    padding: 15px 20px;
}

.list.searchItem.highlightDiv {
    margin-left: -2%;
    margin-right: -2%;
    padding-left: 20px;
}

.filter-pets-form .searchDropDown .text {
    font-size: 16px;
    color: #39699E;
    font-weight: 500;
}

.filter-pets-form .searchDropDown .header {
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}


.filter-pets-form .searchDropDown .locationList {
    padding-top: 0px;
}

.filter-pets-form .searchDropDown .list {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    text-transform: capitalize;
}

.filter-pets-form .searchDropDown span.highlightText {
    color: #39699E;
    font-weight: 500;
}

.no-results-found{
    text-align: center;
    color: #999999;
    height: 613px;
    margin-top: 9%;
    line-height: 1.5;
}

.no-results-found .div-1{
    margin-top:3%;
}

.no-results-found .div-2{
    margin-top:1%;
}

.no-results-found .div-2 .email{
    color: #39699E;
}

.weeklywish-items {
    position: relative;
    margin-bottom: 0.5em;
}

.weeklywish-items span {
    color: #39699E;
    font-size: 16px;
    font-weight: 900;
    vertical-align: bottom;
    margin-left: 1%
}


#wishlist{
    top:115px;
}

@media(max-width: 425px){
    .filter-pets-form .filter-input input {
        border: 1px solid white;
        /* width: 100%; */
        text-overflow: ellipsis;
        -webkit-appearance: none;
    }

    .filter-pets-form .searchPetsSars {
        background: white;
        box-shadow: 0 2px 4px 0 #eeeeee;
        border-top: 1px solid #eee;
        border-radius: 2px;
        cursor: pointer;
        font-size: 14px!important;
    }

    .filter-pets-form .searchDropDown .list {
        font-size: 12px;
        color: #999999;
        margin-top: 4px;
        text-transform: capitalize;
    }

    .filter-pets-form .searchDropDown .header {
        font-size: 14px;
        color: #999999;
        font-weight: 500;
    }

    .filter-pets-form .searchDropDown .text {
        font-size: 14px;
        color: #39699E;
        font-weight: 500;
        margin-bottom: 2%;
    }

    .searchTerms .results {
        font-weight: 500;
        color: black;
        margin-top: 6px;
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 7px;
    }

    .filter-pets-form .filter-input .tags{
        display: none;
    }

    .donation--can-share-text {
        color: #5a5a5a;
        font-family: Playlist-Script;
        font-size: 24px;
        line-height: 1;
        top: 0px;
        right: 93px;
        position: absolute;
        margin-top: 10px;
    }
    .donation--small-sharing-links{
        margin-top: 40px;
    }

    .filter-pets-form {
        height: 90px;
        border-radius: 2px;
        position: relative;
    }

    .filter-pets-form .filter-input {
        position: relative;
        padding: 0;
        display: inline-flex;
        padding-top: 0;
        background: white;
        cursor: text;
    }
    .weeklyWish {
        background: url(../img/website-pages/bg_hearts_paws.png) no-repeat;
    }

     .title,.share{
        width: 100%;
    }
    .weeklywish-items{
        text-align: left;
        margin-top: 5%;
    }
}

@media (max-width: 425px){


    .donation--can-share-text{
        left: 17px;
    }

    .filter-words{
        left: 0px;
    }

    .searchTerms{
        margin-left: 0px;
    }

    .no-results-found{
        height: 100%;
    }

    #wishlist{
        top:4px;
    }
   .pagination1{
        padding: 18px;
   }
   .pagination{
    display: flow-root;
   }
}

@media (max-width: 375px){
   .filter-pets-form .filter-go {
        font-size: 19px;
        color: white;
    }
    .filter-pets-form .searchPetsSars {
        background: white;
        box-shadow: 0 2px 4px 0 #eeeeee;
        padding: 20px;
        border-top: 1px solid #eee;
        border-radius: 2px;
        cursor: pointer;
        font-size: 14px!important;
    }
}

@media (max-width: 320px){
   .filter-pets-form .filter-input {
        position: relative;
        padding: 0px;
        display: inline-flex;
        padding-top: 0px;
        background: white;
        cursor: text;
    }
   .donation--can-share-text{
        width:100%;
   }
   .weeklywish-items{
        margin-top: 5%;
   }

    .filter-pets-form .searchPetsSars {
        background: white;
        box-shadow: 0 2px 4px 0 #eeeeee;
        padding: 20px;
        border-top: 1px solid #eee;
        border-radius: 2px;
        cursor: pointer;
        font-size: 14px!important;
    }
}

@media(min-width: 768px) and (max-width: 979px){

    .donation--small-sharing-links{
        text-align: right;
    }
    .weeklyWish .donate-div {
        padding: 2px 55px 1px 53px;
        color: white;
        border-radius: 4px;
        text-align: center;
        margin-top: 9px;
        position: absolute;
    }
    .weeklywish-items img{
        display: none;
    }

    .weeklywish-items span{
        left:31px;
    }

    .grant-poundwish h1{
        padding-top: 10px;
    }
    .weeklywish-items{
        position: relative;
        text-align: left;
    }
    #wishlist{
        top:41px;
    }

    .filter-pets-form .filter-input {
        position: relative;
        display: inline-flex;
        background: white;
        cursor: text;
    }

    .filter-go.col-sm-1 {
        /*position: absolute;*/
        height: 39px;
        width: 40px;
        padding: 6px;
        border-radius: 2px;
        background: #1a454c;
    }
    .donation--can-share-text {
        color: #5a5a5a;
        font-family: Playlist-Script;
        font-size: 22px!important;
        line-height: 1;
        position: absolute;
        top: 17px;
        right: 172px;
    }
}




/*----------------Forgot your password------------------*/
.row.forget-password-container {
    width: 70%;
    margin-left: 14%;
    margin-right: 0;
    margin-top: 11%;
}

.forget-password-container .row.forget-password-container h3 {
    font-size: 32px;
    font-family: Avenir;
    color: #39699E;
    text-align: center;
    font-weight: 500;
}


.forget-password-container .row.forget-password-container h4 {
    font-size: 16px;
    color: #5a5a5a;
    font-family: Avenir;
    font-weight: 500;
    text-align: center;
}

.forget-password-container .row.forgot-password-form {
    margin-left: 3.5%;
    position: relative;
}

.forget-password-container .forgot-password-form .col-sm-9.input-text input {
    height: 50px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.forget-password-container .col-sm-9.input-text {
    padding: 0px;
    padding-left: 15px;
}

.forget-password-container .col-sm-3.submit-button-div {
    padding: 0px;
    height: 50px;
}

.forget-password-container button.btn.btn-default.submit-button {
    height: 100%;
    border-radius: 4px;
    background-color: #39699E;
    border: none;
    font-size: 18px;
    font-weight: 900;
}

.forget-password-container h4 {
    font-size: 16px;
    font-family: Avenir;
    color: #5a5a5a;
    text-align: center;
    font-weight: 500;
}

.forget-password-container h3 {
    font-size: 32px;
    color: #39699E;
    font-family: Avenir;
    text-align: center;
    font-weight: 500;
}

.forget-password-container .col-xs-12.didnt-receive-email button {
    color: #39699E;
    text-decoration: underline!important;
    border: unset;
    background: unset;
}

.forget-password-container .col-xs-12.didnt-receive-email {
    font-family: Avenir;
    text-align: center;
    font-size: 14px;
}

.password-reset  .title-reset-password{
    font-family: Avenir;
    font-size: 32px;
    text-align: center;
    color: #39699E;
    font-weight: 500;
}

.password-reset .form-group label {
    font-family: Avenir;
    color: black;
    font-size: 16px;
    font-weight: 900;
    margin-top: 5%;
    margin-bottom: 2%;
}

.password-reset .form-group span.light {
    color: #999999;
    font-weight: 500;
}

.password-reset .form-group input {
    height: 50px;
    font-size: 16px;
    font-family: Avenir;
    border-radius: 4px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
}

.password-reset .form-group button {
    height: 50px;
    font-size: 16px;
    font-family: Avenir;
    border-radius: 4px;
    box-shadow: none;
    background-color: #39699E;
    color: white;
    font-weight: 900;
}

.password-reset-success h5 {
    font-size: 24px;
    font-family: Avenir;
    color: black;
    font-weight: 500;
    margin-top: 4%;
}

.container.password-reset-success {
    text-align: center;
    height: 400px;
}

.password-reset-success a.login-btn.btn {
    width: 95%;
    border-radius: 4px;
    font-family: Avenir;
    font-size: 16px;
    color: white;
    font-weight: 900;
    background-color: #39699E;
    border: none;
    height: 50px;
    padding: 13px;
    margin-top: 2%;
}


#pwRegister .after_join{
    background-color: unset;
    padding: 30px;
}


div#pwRegister .header {
    font-family: Avenir;
    font-size: 26px;
    font-weight: 600;
    color: #39699E;
}

div#pwRegister .after_join .boxed {
    box-shadow: 0px 0px 2px 2px #eee;
}

div#pwRegister .row_wrap {
    margin-top: 5%;
}

div#pwRegister .card-title {
    color: #5a5a5a;
    font-size: 22px;
    font-family: Avenir;
    font-weight: 600;
    margin-bottom: 7%;
}

div#pwRegister .after_join .choose {
    font-size: 16px;
    font-family: Avenir;
    color: #666666;
    font-weight: 500;
}

div#pwRegister .boxed img {
    margin-top: 1%;
    height: 85px;
}

div#pwRegister .already-registered {
    font-family: Avenir;
    font-size: 14px;
    color: #666666;
}

div#pwRegister .after_join .boxed .btn-4 {
    background-color: #F1CE27;
    border-radius: 4px;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    margin-bottom: 2%;
}

div#pwRegister .boxed p {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 500;
    font-family: Avenir;
    margin-top: 6%;
}

div#pwRegister .already-registered a {
    font-weight: 900;
    color: #39699E;
}

div#pwRegister .modal-body {
    background: url(../img/website-pages/pop_bg.png) no-repeat;
    background-position-y: 1px;
}

.password-reset .form-group button[disabled]:hover {
    background-color: #39699E;
}


@media (min-width: 320px) and (max-width: 468px){
    .forget-password-container button.btn.btn-default.submit-button {
        height: 100%;
        border-radius: 4px;
        background-color: #39699E;
        border: none;
        font-size: 18px;
        font-weight: 900;
        width: 100%;
        padding: 12px;
        margin-bottom: 5%;
    }
    .forget-password-container .row.forgot-password-form {
        margin-left: 0;
        position: relative;
    }

    .forget-password-container h4 {
        font-size: 14px;
        font-family: Avenir;
        color: #5a5a5a;
        text-align: center;
        font-weight: 500;
    }

    .forget-password-container h3 {
        font-size: 24px;
        color: #39699E;
        font-family: Avenir;
        text-align: center;
        font-weight: 500;
    }

    .row.forget-password-container {
         width: 100%;
         margin-left: 0;
         margin-right: 0;
    }

    .forget-password-container .col-sm-3.submit-button-div{
        margin-bottom: 5%
    }

    .forget-password-container .col-sm-9.input-text{
        padding: 0;
    }

    div#pwRegister .card-title {
        color: #5a5a5a;
        font-size: 18px;
        font-family: Avenir;
        font-weight: 600;
        margin-bottom: 7%;
    }

    div#pwRegister .boxed p {
        color: #5a5a5a;
        font-size: 12px;
        font-weight: 500;
        font-family: Avenir;
        margin-top: 6%;
    }
}


/*------------DONOR SIGN UP--------------------*/

.user-reg-form-section .placeholder-text {
    position: absolute;
    top: 5px;
    font-size: 10px;
    left: 22px;
    font-weight: 500;
    color: #999999;
}


.user-reg-form-section .custom-input input {
    font-size: 16px !important;
    padding: 20px !important;
    border-radius: 4px !important;
    border: 1px solid #eeeeee !important;
}

.user-reg-form-section .custom-input, .custom-select{
    margin-top: 4%;
}


.user-reg-form-section span.sar-reg-card__minor-info {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.user-reg-step2 .verify-code-header {
    font-size: 24px;
    font-family: Avenir;
    color: #4a4a4a;
    text-align: center;
}

.user-reg-step2 h5.verify-code-body {
    font-family: Avenir;
    font-size: 22px;
    font-weight: 500;
    color: #666666;
}

.user-reg-step2 .email {
    font-weight: 900;
    color: #39699E;
}

.user-reg-step2 h4.verify-code-header {
    font-size: 24px;
    font-family: Avenir;
    color: #4a4a4a;
    text-align: center;
}

.user-reg-step2 .verifyCode-inputs input {
    width: 50px;
    border: unset;
    border-bottom: 2px solid #979797;
    color: #39699E;
    font-size: 50px;
    padding-left: 11px;
    margin-left: 6%;
}

.user-reg-step2 .resend-mail a {
    color: #39699E;
}
.user-reg-step2 .resend-mail {
    font-size: 14px;
    line-height: 2.14;
    color: #666666;
}

.user-reg-step2 .verifyCode-inputs .error {
    margin-top: 5%;
}

.user-reg-step2 .verifyCode-inputs {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 468px){
    .user-reg-form-section .sar-reg-card__page-image{
        display: none;
    }

    .user-reg-form-section .custom-input input {
        font-size: 16px !important;
        padding: 20px !important;
        border-radius: 4px !important;
        border: 1px solid #eeeeee !important;
        height: 50px !important;
    }

    .user-reg-form-section .placeholder-text{
        display: none;
    }

    .user-reg-step2 .sar-reg-card__footer{
        width: 120%;
        margin-top: 11%;
    }

    .user-reg-step2 .verifyCode-inputs input {
        width: 40px;
        border: unset;
        border-bottom: 2px solid #979797;
        color: #39699E;
        font-size: 50px;
        padding-left: 11px;
        margin-left: 6%;
    }

}



@media only screen and (max-width: 768px){

    .donor-adopter-signup h3.login-register__hero__minor{
        color: #FFF !important;
        text-shadow: none;
    }

    .donor-adopter-signup h1.login-register__hero__major{
        color: #FFF !important;
        text-shadow: none;
    }
}



.login-modal-content {
    border: none;
    border-radius: 2px;
    padding: 40px 100px;
}

.login-modal-content .header-text {
    text-align: center;
}

.login-modal-content .info{
    color: #666;
    font-size: 14px;
    font-weight: 500;
    font-family: Avenir;
    margin-top: 3%;
}

.login-modal-content .title{
    color: #4a4a4a;
    font-size: 24px;
}

.login-modal-content .image{
    text-align: center;
    margin-top: 7%;
}

.login-modal-content .fg-mid-teal{
    color: #39699E;
}

.login-modal-content input {
    width: 100%;
    border: 1px solid #eee;
    height: 60px;
    border-radius: 2px;
    padding: 20px;
}

.login-modal-content .email {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-modal-content .login-btn {
    width: 100%;
    border-radius: 4px;
    height: 60px;
    border: none;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 900;
    color: white;
}

.login-modal-content .forgot-password {
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
}

.forgot-password a {
    color: #39699E;
}


.change-a-life-cover{
    background-image: url('../img/new-home-page/change_a_life_cover.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 260px;
    text-align: right;
}

@media (max-width: 768px) {
    .change-a-life-cover {
        background-image: none;
        background-color: white;
        text-align: center;
        min-height: unset;
    }
    .change-a-life-cover h2 {
        font-weight: bold;
    }
    .filter-pets-form  .filter-label {
        text-align: center;
    }
}

.share-raise-text{
    font-family: Playlist-Script;
    font-size: 24px !important;
    color: white;
}
@media (max-width: 768px) {
    .share-raise-text {
        color: #ff696e;
    }
}

.change-a-life-content{
    padding: 100px;
}
.change-a-life-cover > img {
    width: 100%;
}
@media (max-width: 1200px) {
    .change-a-life-content {
        padding: 120px 50px 120px 0;
    }
}
@media (max-width: 900px) {
    .change-a-life-content {
        padding: 120px  20px 120px 0;
    }
}
@media (max-width: 768px) {
    .change-a-life-content {
        padding: 0;
        padding-bottom: 20px;
    }
}

.change-a-life-heading {
    color: white !important;
    text-shadow: 0 -2px 9px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 768px) {
    .change-a-life-heading {
        color: #2a415b !important;
        text-shadow: none  !important;
    }
}
.denim-background {
    background-color: #2a415b;
    color: white;
}
.denim-foreground {
    color: #2a415b;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex-align-stretch {
    align-items: stretch;
}
.flex-align-center {
    align-items: center;
}

.better-styles .short-btn {
    width: auto;
    height: auto;
}


/* New pet listing page css. TODO: Move it to another css file*/
.grant-a-pw-hero {
    height: 300px;
    position: relative;
    background-color: #2A415B;
}

.grant-a-pw-hero-container {
    display: flex;
    justify-content: center;
    height: 100%;
}

.grant-a-pw-content {
    display: flex;
    flex-direction: column;
    padding-top: 75px;
}

.grant-a-pw-content > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.grant-a-pw-content-heading,
.grant-a-pw-content h1.grant-a-pw-content-heading {
    margin: 0 auto 12px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
}

.grant-a-pw-content-subheading,
.grant-a-pw-content h2.grant-a-pw-content-subheading {
    margin: 0 0 6px;
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.grant-a-pw-content-content {
    margin: 0 auto;
    font-family: Lato;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.pale-grey {
    background-color: #f6f6f7;
}

.grant-a-pw-content-divider {
    display: flex;
    justify-content: center;
}

.grant-a-pw-content > div.grant-a-pw-content-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

.grant-a-pw-content-divider-block {
    border-bottom: 3px solid #FF696E;
    width: 70px;
    text-align: center;
}

.grant-a-pw-hero-svg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 8vh;
}

.cuddly-new-btn {
    width: 100%;
    height: 46px;
	font-family: Lato;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5.25px;
	line-height: 17px;
	text-align: center;
}

.cuddly-new-btn:hover {
    color: #fff;
}

.cuddly-new-btn.cuddly-new-hovering-btn {
    background: #fff;
    color: var(--cdly-navy);
}

.cuddly-new-btn.cuddly-new-hovering-btn:hover {
    background: var(--cdly-navy);
    color: #fff;
}

.cuddly-new-bg-primary {
    background: var(--cdly-navy);
    color: #fff;
}

.cuddly-g-recaptcha {
    top: 40vh;
    position: fixed;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .grant-a-pw-hero-svg{
        height: 9vh !important;
    }
}

@media only screen and (max-width: 425px) {
    .grant-a-pw-content-heading {
        font-size: 18px;
    }

    .grant-a-pw-content-subheading {
        font-size: 14px;
    }

    .grant-a-pw-content-content {
        font-size: 14px;
        max-width: 300px;
    }

    .grant-a-pw-content > div.grant-a-pw-content-heading {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .grant-a-pw-content > div.grant-a-pw-content-subheading {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .grant-a-pw-content {
        padding-top: 45px;
    }
}
