/**
 * CONTENTS
 *
 * BASE
 * Box-sizing............Better default `box-sizing`.
 * Media.................WP specific img aligns and iframe styling.
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 * Posts.................Post content for loop on blog homepage, search page, archives, etc.
 * Tabs..................Tabbed content.
 * Social Share..........Social share buttons
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Sidebar...............Sidebar elements.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */
/*------------------------------------*\
    BASE
\*------------------------------------*/
/**
 * Box-sizing
 */
* {
    box-sizing: border-box;
}

/**
 * Media
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */
.wp-embedded-content {
    width: 100%;
}

.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.aligncenter {
    margin: 0;
    width: auto !important;
    /* to overwrite inline widths */
}

img.alignright,
.wp-caption.alignright img,
img.alignleft,
.wp-caption.alignleft img {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone img,
img.aligncenter,
.wp-caption.aligncenter img {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 22px 0;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 22px 30px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 22px 0;
}

img.aligncenter,
.wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    max-width: 100%;
}

/**
 * Typography
 */
/*
  - Please set up line-heights in ems
  - Set up typography styling based on styles found in .xd file under Assets > Character Styles
  */
body {
    overflow-anchor: none;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    color: #575C55;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

h1,
.h1 {
    font-family: 'Playfair Display', serif;
    font-size: 75px;
    line-height: 1em;
    color: #E0777D;
    font-weight: normal;
}

@media (max-width: 600px) {
    h1,
    .h1 {
        font-family: 'Playfair Display', serif;
        font-size: 55px;
    }
}

h2,
.h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 45px;
    line-height: 0.6875em;
    color: #575C55;
    line-height: 55px;
    font-weight: normal;
}

h3,
.h3 {
    font-family: 'Comfortaa', cursive;
    font-size: 35px;
    line-height: 1.3em;
    color: #575C55;
    font-weight: normal;
}

h4,
.h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 0.375em;
    color: #30BD9D;
    text-transform: uppercase;
    line-height: 1.875em;
    font-weight: normal;
}

h5,
.h5 {
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    line-height: 27px;
    color: #575C55;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

p {
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    line-height: 32px;
    color: #575C55;
    font-weight: normal;
}

p,
ul,
ol {}

ul {
    padding-left: 20px;
}

ul li {
    list-style-type: none;
    margin: 10px 0;
    line-height: 1.7em;
    position: relative;
    padding-left: 18px;
}

ol li {
    margin: 10px 0;
    line-height: 1.7em;
    position: relative;
    padding-left: 10px;
}

.steps li:before,
.multi-step-form__header .item:before {
    font-size: 12px;
    margin-right: 4px;
    color: #e0777d;
    position: absolute;
    left: 0;
    top: 5px;
}

.steps li:first-child:before .multi-step-form__header .item:first-child:before {
    display: none;
}

.page-header ul li:before,
.breadcrumbs ul li:before,
footer ul li:before {
    display: none;
}

footer li,
.breadcrumbs li {
    padding-left: 0;
}

hr {}

a {
    font-family: 'Comfortaa', cursive;
    color: #00bd9d;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    /* font-size: 16px;
    line-height: 32px; */
    /*word-break: break-word;*/
    /* force link text to overflow when too long for container */
}

address {
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    line-height: 22px;
    color: #848B81;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 10px;
}

span {
    font-family: 'Comfortaa', cursive;
    /* font-size: 16px; */
    font-weight: bold;
    /* line-height: 1.3125em; */
    color: #fff;
    letter-spacing: 1px;
}

a:hover {}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
/**
 * Wrappers
 */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 22px;
    /* TODO: Default grid. Update if different in prototypes. */
    padding-right: 22px;
}

.container {
    max-width: 1366px;
}

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */
.row {
    margin-left: -16px;
    /* TODO: Default grid. Update if different in prototypes. */
    margin-right: -16px;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    /* TODO: Default grid. Update if different in prototypes. */
    padding-right: 16px;
}

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0;
}

.widget_search label {
    display: none;
}

.widget_search button[type="submit"] {
    background: #00BD9D;
    border: none;
    padding: 5px 25px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
}

.widget_search #s {
    display: block;
    height: 40px;
}

body.archive h2 a {
    font-size: 30px;
}

body.archive .blog-listing-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wp-pagenavi .pages {
    color: #000;
}

.our_adapt_read_more,
.our_adapt_start_read_more,
body.home .cols-2-slider-with-desc .cols-2-slider-with-desc__details .find_family_read_more,
body.home .cols-2-options .pregnant_now_read_more,
#home-about .about_home_read_more {
    color: #575C55;
    font-weight: normal;
    letter-spacing: inherit;
}

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

.item-adopt img {
    display: inline-block !important;
}

.item-adopt span {
    display: block;
    margin-top: 5px !important;
}

.our_adapt_read_more_link,
.our_adapt_start_read_more_link,
.adopt-mobile-blurb,
.find_family_read_more_link,
.pregnant_now_read_more_link,
.about_home_read_more_link {
    display: none;
}

.hide-mobile-img-cont {
    position: relative;
    height: 100%;
}

.mobile-only {
    display: none;
}

.mobile-only img {
    max-width: 100%;
    height: auto;
}

.footer-social-link i {
    font-size: 24px;
}

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    [class*="col-lg-"] {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

/**
 * Clearfix
 * Apply clearing without adding additional markup
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

/*--------------------------------------------------------------*\
    OBJECTS
    Objects are independent generic stylibf classes or UI peices.
    All styles for objects should be self contained.
    e.g. an object shouldn't rely on trump helpers to apply padding etc.
\*--------------------------------------------------------------*/
/**
 * Buttons
 */
.btn {
    border-radius: 50px;
    box-shadow: 0 2px #ce5f65;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #fff;
    background-color: #e0777d;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 30px;
    display: inline-block;
}

.btn-container {
    width: 100%;
    max-width: 460px;
}

.btn-container--align-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.btn:active {
    box-shadow: 0 0 #ce5f65;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.btn--pink {
    box-shadow: 0 4px #ce5f65;
    background-color: #e0777d;
}

.btn--pink:hover {
    background-color: #da666e;
}

.btn--green {
    box-shadow: 0 4px #0aa58b;
    background-color: #00BD9D;
}

.btn--green:hover {
    background-color: #059a81;
}

.btn--with-num {
    padding: 9px 20px;
}

.btn--with-num>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.btn--with-num>div>span {
    position: relative;
    top: 2px;
    left: 1px;
}

.btn--with-icon {
    display: flex;
    align-items: center;
    padding: 12px 40px;
    box-shadow: 0 4px #0aa58b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 436px;
}

.btn--with-icon span {
    text-align: left;
    margin-left: 25px;
    font-size: 20px;
}

.btn--long {
    /* display: flex;
        align-items: center;
        padding: 12px 60px; */
    position: relative;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3125em;
    color: #fff;
    letter-spacing: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 75px 15px 60px;
    box-shadow: 0 5px #ce5f65;
    display: block;
    text-align: center;
}

.btn-container .btn--long:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: #fff;
    font-size: 22px;
    right: 45px;
    position: absolute;
}

.blogs__container .btn--long:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: #fff;
    font-size: 22px;
    right: 45px;
    position: absolute;
}

.btn--long-green {
    box-shadow: 0 4px #0aa58b;
}

.btn--long span {
    letter-spacing: 1px;
    font-size: 20px;
}

.btn--long i {
    font-size: 23px;
    margin-left: 25px;
}

.form-buttons .btn--long i {
    margin-left: 0;
    margin-right: 0;
}

.btn--round {
    border-radius: 50px;
    height: 58px;
    width: 100%;
    max-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn--round i {
    font-size: 30px;
}

.btn--gray {
    background-color: #BABABA;
    box-shadow: 0 5px #707070;
}

.btn--short {
    padding: 12px 30px;
}

.btn--inactive {
    opacity: 0.5;
}

.btn--long-green {
    box-shadow: 0 4px #0aa58b;
}

.btn-secondary {}

.btn-secondary:hover {}

.btn-block {
    display: block;
    width: 100%;
}

.btn+.btn {
    margin-top: 5px;
    /* Add margin-top when 2 buttons are next to each other */
}

@media (min-width: 600px) {

    .btn+.btn {
        margin-top: 0;
        margin-left: 5px;
    }

}

/**
 * Icons
 */
/**
 * Icons
 */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v0hotf');
    src: url('../fonts/icomoon.eot?v0hotf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?v0hotf') format('truetype'),
        url('../fonts/icomoon.woff?v0hotf') format('woff'),
        url('../fonts/icomoon.svg?v0hotf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
ul li:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before,
.steps li:before,
.multi-step-form__header .item:before {
    content: "\e911";
}

.icon-icon-mail:before {
    content: "\e900";
}

.icon-icon-location:before {
    content: "\e901";
}

.icon-icon-expand:before {
    content: "\e902";
}

.icon-icon-swatch:before {
    content: "\e903";
}

.icon-icon-wood-plank:before {
    content: "\e904";
}

.icon-icon-map-marker .path1:before {
    content: "\e905";
    color: rgb(0, 0, 0);
}

.icon-icon-map-marker .path2:before {
    content: "\e906";
    margin-left: -0.9130859375em;
    color: rgb(91, 189, 44);
}

.icon-icon-map-marker .path3:before {
    content: "\e907";
    margin-left: -0.9130859375em;
    color: rgb(0, 149, 60);
}

.icon-icon-map-marker .path4:before {
    content: "\e908";
    margin-left: -0.9130859375em;
    color: rgb(0, 149, 60);
}

.icon-icon-map-marker .path5:before {
    content: "\e909";
    margin-left: -0.9130859375em;
    color: rgb(6, 89, 54);
}

.icon-icon-close:before {
    content: "\e90a";
}

.icon-icon-checkmark:before {
    content: "\e90b";
}

.icon-icon-facebook:before {
    content: "\e90c";
}

.icon-icon-location-grid:before {
    content: "\e90d";
}

.icon-icon-right:before {
    content: "\e90e";
}

.icon-icon-left:before {
    content: "\e90f";
}

.icon-icon-phone:before {
    content: "\e910";
}

/* add icon code here */
/**
 * Tables
 */
table {
    border-collapse: collapse;
}

td {}

tr {}

th {}

thead {}

tbody {}

tfoot {}

/* Responsive Tables */
.table-wrap-outer {
    position: relative;
}

.table-wrap-inner {
    overflow: auto;
}

.table-wrap-outer table {
    margin: 0;
}

/* Need to resolve at a later date
.js-table-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 80px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
} */
@media (min-width: 600px) {
    .table-wrap-outer:after {
        display: none;
    }

    .table-wrap-inner {
        overflow: visible !important;
    }
}

/**
 * Forms
 */
label {}

select {}

textarea {}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.required {
    color: #e0777d;
    font-weight: normal;
    font-size: 16px;
}

/* Hide reCaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    /* incase items go to 2 lines */
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    margin-left: 5px;
}

/* Choices - Select field styling */
.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-open {
    overflow: initial;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*='select-one'] {
    cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner,
.choices-text {
    padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0;
}

.choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.25;
}

.choices[data-type*='select-one'] .choices__button:hover,
.choices[data-type*='select-one'] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00bcd4;
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none;
}

.choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
    cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}

.choices[data-type*='select-multiple'] .choices__button:hover,
.choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
    opacity: 1;
}

.choices__inner,
.choices-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #dddddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner,
.choices-text {
    border-color: #b7b7b7;
}

.is-open .choices__inner,
.choices-text {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner,
.choices-text {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 0;
    width: 100%;
}

[dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.wpcf7-form-control[disabled] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

.choices__list--dropdown.is-active {
    visibility: visible;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
    text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

.choices__input:focus {
    outline: 0;
}

[dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.form-buttons .btn+.btn {
    margin-top: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

.form-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    padding-bottom: 3px;
    width: 100%;
}

.form-break {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

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

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.page-template-page-birthmother-cf7 .wpcf7-form.submitting .ajax-loader {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.page-template-page-birthmother-cf7 .wpcf7-form.submitting .ajax-loader:before,
.page-template-page-birthmother-cf7 .wpcf7-form.submitting .ajax-loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 50px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent #e0777d;
    border-radius: 50%;
    -webkit-animation: simpleSpin 1s infinite linear;
    animation: simpleSpin 1s infinite linear;
}

@-webkit-keyframes simpleSpin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes simpleSpin {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* CF7 Validation (Replace if not using CF7) */
/* Individual field error messages */
.wpcf7-not-valid-tip {}

/* Entire form error message */
.wpcf7-response-output {}

/* Styling for fields that have errors */
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .choices {}

/* date select fields */
@media (max-width:767px) {
    form .container {
        padding: 0 !important;
    }
}
.select-date ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.select-date ul li {
    margin: 0;
    padding: 0;
    flex: 0 0 32%;
}

.select-date ul li:before {
    content: none !important;
}

.select-date ul li .wpcf7-form-control-wrap > input {
    padding-left: 15px;
    padding-right: 10px;
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
    border-bottom: 1px solid #D8D8D8;
    padding: 22px 0;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.breadcrumbs ul>span {
    display: flex;
}

/* .breadcrumbs li {
    border-right: 1px solid #C3C3C3;
    padding: 0 45px;
}
.breadcrumbs li:first-child {
    padding-left: 0;
} */
/* .breadcrumbs li:last-child {
    border: none;
} */
.breadcrumbs li a {
    font-size: 18px;
    font-weight: normal;
    /*    border-right: 1px solid #C3C3C3;*/
    padding: 10px 45px;
}

.breadcrumbs li:first-child a,
.breadcrumbs li:not(:last-child) a {
    border-right: 1px solid #C3C3C3;
}

.breadcrumbs li:first-child a {
    padding-left: 0;
}

.breadcrumb_last {
    font-size: 18px;
    font-weight: normal;
    color: #E0777D;
    text-transform: uppercase;
    padding: 10px 35px;
    border-left: 1px solid #c3c3c3;
}

.breadcrumbs li.active a {
    color: #E0777D;
}

/**
 * Pagination
 */
.wp-pagenavi {
    margin-top: 50px;
}

.wp-pagenavi .pages {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 11px;
}

.wp-pagenavi span.current {
    background-color: #ddd;
    border-color: #ddd;
}

@media (min-width: 1025px) {

    .wp-pagenavi {
        margin-top: 70px;
    }

}

/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */
/* General styling */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

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

[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-loading .slick-slide {
    visibility: hidden;
}

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

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

.slick-slide,
.slick-arrow,
.slick-dots button,
.slick-slide:focus * {
    outline: none !important;
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    /*vertical-align: middle;*/
    vertical-align: top;
}

/* Preload affect */
.slick-slider .slide {
    display: none;
}

.slick-slider .slide:first-child {
    display: block;
}

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

.js-slider-has-preloader {
    /* Add this class to your slider */
    min-height: 50px;
    position: relative;
}

.js-slider-has-preloader:before {
    content: url('../img/loading.gif');
    /* Create and upload a loading gif to your image directory */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    /* Update width based on gif size */
    height: 50px;
    /* Update height based on gif size */
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js-slider-has-preloader-init:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Slick Dots */
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li button {
    display: block;
    cursor: pointer;
    outline: none;
}

/* Custom styling per slider/carousel */
/**
 * Posts
 * Used on blog, category, archive and search results pages
 */
.post-item {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

.post-item:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.post-item__heading a {
    text-decoration: none;
}

.post-item .btn,
.post-item .btn-primary {
    margin-top: 30px;
}

.post-item__meta {
    font-size: .8em;
}

@media (min-width: 1025px) {

    .post-item {
        padding-top: 50px;
        margin-top: 50px;
    }

}

/**
 * Tabs
 * In use on search.php template by default.
 * Use as base for any other tabs on the site.
 */
.tabs {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0;
}

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

.tabs:after,
.tab-content:after {
    clear: both;
}

#tabs-list {
    display: none;
}

.tab {
    list-style-type: none !important;
    margin: 0 5px -1px 0;
    padding: 0;
    float: left;
}

.tab>a {
    display: block;
    padding: 10px 35px;
    text-decoration: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 1px 1px 0 0;
    color: inherit;
    font-weight: bold;
}

.tab-active>a {
    border-bottom: 1px solid #fff;
}

.tab-active>a,
.tab:hover>a,
.tab:focus>a {
    color: inherit;
    background: #fff;
    text-decoration: none;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}

/**
 * Social Share
 * Used in single.php by default
 * Make any additional customizations here https://sharingbuttons.io/
 */
.social-share-row {
    margin: 0;
    padding: 0 !important;
    /* get rid of default <ul> padding */
    list-style: none !important;
    /* get rid of list bullets */
}

.social-share-row__item {
    display: inline-block;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.social-share-row__item:first-child .resp-sharing-button__link {
    margin-left: 0;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--email {
    background-color: #777;
    border-color: #777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/
/**
 * Page-head
 */
.page-header__container {
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #EBEBEB;
}

.page-header__container>nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header__logo {
    width: 100%;
    max-width: 240px;
    height: auto;
}

.page-header__container.sticky {
    visibility: hidden;
    position: fixed;
    top: -180px;
    left: 0;
    width: 100%;
    z-index: 3;
    transition-timing-function: ease;
    transition: top 0.5s;
}

.page-header__container.sticky span.icon-smartphone-call {
    margin-left: 13px;
}

.header-search i,
.header-search-sticky i {
    color: #E0777D;
    font-size: 24px;
}

.sticky .page-header__bottom-menu {
    padding: 0;
    margin-left: -17px;
    margin-bottom: 10px;
}

.sticky .page-header__top-menu .btn {
    display: flex;
    align-items: center;
}

.sticky .page-header__top-menu .btn--with-num>div {
    margin: 0;
}

.sticky .page-header__top-menu .btn--with-num>div img {
    margin-left: 18px;
    margin-right: 5px;
}

.sticky .page-header__top-menu .btn--with-num>div>span {
    top: 1px;
}

.page-header__top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header__top-menu li {
    list-style-type: none;
    margin: 0 12px;
    flex: 1 1 auto;
}

.page-header__top-menu li:last-child {
    margin: 0 0 0 12px;
}

.page-header__bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.page-header__bottom-menu>li {
    position: initial;
    padding-left: 0;
    margin-top: 0;
}

.page-header__bottom-menu>.item>.dropbtn {
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 10px;
}

.page-header__bottom-menu>.item>.dropbtn>a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-header__bottom-menu .item:hover .dropdown-content {
    display: block;
    padding: 0;
}

.page-header__bottom-menu .item:hover .dropbtn {
    background-color: #FAF4F2;
    border-bottom: 2px solid #e0777d;
}

.page-header__container.sticky>nav {
    display: block;
}

.page-header__container.sticky>nav .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 375px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dropdown-content__item {
    padding: 20px 20px 20px 25px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.dropdown-content__item:hover {
    background-color: #FAF4F2;
}

.dropdown-content__item>a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dropdown-content__item>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content__item>div span {
    color: #575c55;
    text-transform: uppercase;
}

.dropdown-content__item>div i {
    font-size: 20px;
    color: #e0777d;
}

.dropdown-content-sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 375px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content__item>span {
    color: #575c55;
    text-transform: uppercase;
}

.dropdown-content__item:hover .dropdown-content-sub-menu {
    display: block;
    padding: 0;
    top: -11px;
    right: -375px;
}

.dropdown-content__item--no-sub-menu a {
    line-height: 20px;
}

.page-header>ul li {
    padding-left: 0;
}

@media(min-width: 1025px) {
    .page-header--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

/* Fix sticky header position for when admin bar visible
   TODO: Uncomment if design has sticky header */
.admin-bar .page-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .page-header {
        top: 46px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
(-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-width: 1024px) {
    /* TODO: Add Retina-specific logo here - see instructions https://webpagefx.mangoapps.com/mlink/wiki/NjA3Nzg */
}

@media(min-width: 1025px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 125px;
        /* TODO: update to match how far down page when sidebar should stick */
    }
}

/**
 * Navigation
 * If creating a menu in Ubermenu, remove the following CSS and add any custom styling to custom.css in ubermenu plugin files
 */
/* General Styling */
.nav-primary {}

.nav-primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-primary li {
    cursor: pointer;
    position: relative;
}

.nav-primary li:before,
.nav-primary li:after {
    display: none;
    /* hide any custom bullet styling */
}

.nav-primary a {
    display: block;
    text-decoration: none;
}

/* 1st Level */
.nav-primary>.menu>li {
    display: inline-block;
}

/* Sub Menus */
.nav-primary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 250px;
    /* adjust to match width of submenu prototype */
}

.nav-primary li:hover>.sub-menu {
    display: block;
}

.nav-primary .sub-menu li {
    display: block;
}

/* 3rd Level Sub Menus */
.nav-primary .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/**
 * Masthead
 */
.masthead {}

/**
 * Sidebar
 */
/* Blog */
.blog .page-sidebar .widget {
    margin-bottom: 50px;
}

/**
 * Page-footer
 */
.page-footer {
    padding: 100px 0;
}

.page-footer header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
}

.page-footer header>img {
    width: 100%;
    max-width: 340px;
}

.page-footer header>div .btn--green {
    margin-right: 17px;
}

.page-footer__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 95px;
    padding-bottom: 65px;
    border-bottom: 1px solid #D8D8D8;
}

.page-footer__body .item {
    flex: 0 1 25%;
    flex: 0 1 calc(25% - 23px);
}

.page-footer__body .item h5 {
    border-bottom: 1px solid #D8D8D8;
    margin: 0 0 15px 0;
}

.page-footer__body .item a {
    font-size: 18px;
    color: #848B81;
    text-transform: unset;
    font-weight: normal;
    line-height: 32px;
}

.page-footer__body .item a i {
    color: #00BD9D;
    margin-right: 9px;
}

.page-footer__body .item a.highlight {
    color: #00BD9D;
    text-decoration: underline;
}

.page-footer__body .item p {
    font-size: 18px;
    color: #848B81;
    text-transform: unset;
    font-weight: normal;
}

.page-footer__body .item>ul {
    margin: 0;
    padding: 0;
}

.page-footer__bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: 725px;
    margin: 0 auto;
}

.page-footer__bottom ul li a {
    border-right: 1px solid#D8D8D8;
    padding: 0 10px;
}

.page-footer__bottom ul li p {
    padding-left: 10px;
    color: #848B81;
}

.page-footer__bottom a {
    font-size: 15px;
    color: #848B81;
    text-transform: unset;
    font-weight: normal;
}

.page-footer__body .item a:hover {
    color: #00BD9D;
}

.page-footer .btn--with-num > span {
    display: block;
    text-align: center;
}

/**
 * Print CSS
 */
@media print {

    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    h2,
    h3 {
        /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }

    figure,
    table {
        /* Avoid breaking figure or table into 2 pages */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }

    /* Grid Styling */
    .container {
        width: auto;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    /* Slick Slider - remove if not using slick slider */
    .slick-slider .slick-arrow,
    .slick-slider .slick-dots {
        display: none !important;
        /* we usually don't need to show slider navigation for print */
    }

    /* For sliders you want to display full width for print.
     Update ".slick-slider" with your specific slider names. */
    .slick-slider,
    .slick-sliderg .slick-list,
    .slick-slider .slick-track,
    .slick-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }

    /* For sliders where you only want to show the 1st image of that slider.
     Update ".slick-slider" with your specific slider names. */
    .slick-slider .slick-slide {
        display: none !important;
    }

    .slick-slider .slick-slide.slick-active {
        display: block !important;
    }

    /* Show Only Active Thumbnails */
    .slick-slider .slick-cloned {
        display: none;
    }

    /* Reset adaptiveHeight */
    .slick-list {
        height: auto !important;
    }

    /* Remove Scrollbars */
    .slick-track {
        width: auto !important;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .slick-track.slick-slide {
        width: auto !important;
    }
}

@media(min-width: 480px) {
    .promotions-bar__text {
        font-size: 14px;
    }
}

@media(min-width: 768px) {
    .promotions-bar {
        padding: 5px 25px;
    }

    .promotions-bar__text {
        padding: 7px 20px;
        font-size: 16px;
    }

    .promotions-bar__text {
        width: 100%;
    }
}

/*------------------------------------*\
    Custom CSS
\*------------------------------------*/
html {
    scroll-behavior: smooth;
}

.maxwidth {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
}

.dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    color: #575c55;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.dropbtn i {
    margin-left: 5px;
    font-size: 20px;
    color: #e0777d;
}

.banner {
    height: calc(100vh - 140px);
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner__container {
    position: relative;
    z-index: 2;
    top: -60px;
}

.banner__container h1 {
    margin: 0;
    width: 60%;
}

.banner__container p {
    width: 50%;
    font-size: 35px;
    line-height: 53px;
}

.banner__container>div {
    display: flex;
    align-items: center;
}

.banner__container>div>span {
    font-size: 25px;
    color: #575C55;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 50px;
}

.banner__img {
    position: absolute;
    width: 100%;
    top: -247px;
    left: 0;
}

.scroll-btn {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    line-height: 27px;
}

.scroll-btn span {
    text-transform: uppercase;
}

.scroll-btn>div {
    border: 2px solid #fff;
    border-radius: 50px;
    width: 100%;
    max-width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.scroll-btn i {
    color: #fff;
}

/* #page-body {
    overflow: hidden;
} */

/* overflow exception on Application-adoptive template */
.page-template-page-adoption-form #page-body {
    overflow: initial;
}

.adoption-form .form-missing-values {
    margin-left: 20px;
    color: #ce5f66;
    font-weight: bold;
}

.adoption-form .wpcf7-not-valid {
    border: 2px solid #ce5f66;
}

.wpcf7-form.submitting input[type="submit"]+.ajax-loader {
    position: relative;
    top: 12px;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    border-radius: 50%;
    border: 4px solid;
    animation: isLoading infinite 1.25s ease-in-out;
}

@keyframes isLoading {
    0% {
        border-color: transparent #e0777d #e0777d;
        transform: rotateZ(0deg);
    }

    100% {
        border-color: transparent #da666e #da666e;
        transform: rotateZ(360deg);
    }
}

.cols-2-with-img {
    display: flex;
    align-items: center;
    background-color: #FAF4F2;
    position: relative;
}

.cols-2-with-img ul {
    margin-left: 6px;
}

.cols-2-with-img ul li {
    position: relative;
}

.cols-2-with-img ul li:before {
    content: "\e911";
    color: #e0777d;
    font-size: 12px;
    position: absolute;
    left: -3px;
    top: 7px;
}

.cols-2-with-img .left {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

@media (max-width: 1025px) {
  .left.hide-mobile {
      max-height: 600px;
  }
}

.cols-2-with-img {
    justify-content: flex-end;
}

.cols-2-with-img--default .left {
    left: 0;
}

.cols-2-with-img--reverse .left {
    right: 0;
}

.cols-2-with-img .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

.cols-2-with-img .right {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 145px;
    padding-top: 145px;
}

.cols-2-with-img .right>div {
    width: 50%;
    padding-left: 140px;
}

.cols-2-with-img .right>div h4,
.cols-2-with-img .right>div h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.cols-2-with-img .right>div ul li {
    list-style-type: none;
    margin: 10px 0;
    line-height: 1.7em;
}

.cols-2-with-img .right>div ul li i {
    color: #E0777D;
    margin-right: 12px;
}

.cols-2-with-img .right>ul li p {
    margin: 0;
}

.cols-2-options__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 60px;
}

.cols-2-options__left {
    width: 50%;
    padding-right: 27px;
}

.cols-2-options__left h4 {
    margin-top: -42px;
}

.cols-2-with-img ul {
    margin-left: 6px;
}

.cols-2-options__left ul li {
    position: relative;
}

.cols-2-options__left ul li:before {
    color: #e0777d;
    content: "\e911";
    font-size: 12px;
    position: absolute;
    left: -3px;
    top: 7px;
}

.cols-2-options__right {
    width: 50%;
    padding-left: 140px;
}

.cols-2-options__right ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(87, 92, 85, 0.18);
    border-bottom: 1px solid rgba(87, 92, 85, 0.18);
}

.cols-2-options__right .item {
    position: relative;
    padding: 70px 37px;
    cursor: pointer;
}

.cols-2-options__right .item:not(:last-child) {
    border-bottom: 1px solid rgba(87, 92, 85, 0.18);
}

.cols-2-options__right .item .now-what-hover-image,
.cols-2-options__right .item img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.cols-2-options__right .item .now-what-hover-image {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.82;
    background-position: center center;
}

.cols-2-options__right .item:hover .now-what-hover-image {
    display: block;
}

.cols-2-options__right .item .now-what-hover-image-overlay {
    background: #FAF4F2;
    opacity: 0.82;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.cols-2-options__right .item:hover .now-what-hover-image-overlay {
    display: block;
}

.cols-2-options__right .item--img {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.cols-2-options__right .item--img:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FAF4F2;
    opacity: 0.82;
}

.cols-2-options__right .item>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.cols-2-options__right .item>div span {
    width: 100%;
    max-width: 318px;
    font-size: 30px;
    color: #575C55;
    line-height: 40px;
}

.cols-2-heading-with-btn {
    background-image: linear-gradient(to right, #01B798, #097B67);
}

.cols-2-heading-with-btn__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 107px;
}

.cols-2-heading-with-btn__container>div h4 {
    color: #fff;
}

.cols-2-heading-with-btn__container>div h2 {
    color: #fff;
    margin-top: -25px;
}

.cols-2-heading-with-btn__container .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cols-2-slider-with-desc__slider>.slick-list {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

.cols-2-slider-with-desc__slider .slick-slide .item {
    padding: 32px 52px;
}

.cols-2-slider-with-desc__slider>.slick-arrow {
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 75px 15px 60px;
    font-size: 20px;
    position: absolute;
    bottom: -95px;
}

.cols-2-slider-with-desc__slider>.slick-prev {
    left: 0;
}

.cols-2-slider-with-desc__slider>.slick-prev i {
    margin: 0 25px 0 0;
}

.cols-2-slider-with-desc__slider>.slick-next {
    right: 0;
}

.cols-2-slider-with-desc__container {
    display: flex;
    align-items: flex-start;
    padding: 135px 0 200px;
    position: relative;
}

.cols-2-slider-with-desc__slider {
    width: 100%;
    max-width: 757px;
    margin-right: 65px;
}

.cols-2-slider-with-desc__details {
    width: 100%;
    overflow: hidden;
}

.cols-2-slider-with-desc__details h4 {
    margin-top: -42px;
}

.cols-2-slider-with-desc__details .btn-container {
    position: absolute;
    bottom: 106px;
}

.cols-2-slider-with-desc__slider header {
    display: flex;
    align-items: center;
}

.cols-2-slider-with-desc__slider header img {
    width: 100%;
    max-width: 170px;
    margin-right: 15px;
}

.cols-2-slider-with-desc__slider header h4 {
    margin: 0 0 25px;
    color: #e0777d;
}

.cols-2-slider-with-desc__slider header h2 {
    margin: 0;
}

.cols-2-slider-with-desc__inside-card .slick-slide .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding: 0px 18px;
    border-right: 1px solid rgba(87, 92, 85, 0.18);
}

.cols-2-slider-with-desc__inside-card .slick-slide .item img {
    width: auto;
    max-height: 35px;
}

.cols-2-slider-with-desc__inside-card .item span {
    font-size: 17px;
    color: #30BD9D;
    text-transform: uppercase;
    margin-top: 15px;
}

.cols-2-slider-with-desc__inside-card .item p {
    margin: -8px 0 0;
    font-size: 11px;
}

.cols-2-slider-with-desc__inside-card>.slick-arrow {
    font-size: 35px;
    color: #E0E0E0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
}

.cols-2-slider-with-desc__inside-card>.slick-prev {
    left: -10px;
}

.cols-2-slider-with-desc__inside-card>.slick-next {
    right: -10px;
}

.cols-2-slider-with-desc__slider .item .body-content footer {
    text-align: center;
    margin-top: 20px;
}

.cols-2-slider-with-desc__slider .item .body-content footer a {
    color: #E0777D;
    font-size: 20px;
}

.cols-2-slider-with-desc__slider .item .body-content footer a i {
    font-size: 19px;
    margin-left: 20px;
}

.cols-2-slider-with-desc__inside-card>.slick-list {
    margin: 35px 0;
}

.cols-2-with-img--reverse {
    flex-direction: row-reverse;
}

.cols-2-with-img--reverse .right {
    width: 100%;
    padding: 100px 0;
    justify-content: flex-start;
}

.cols-2-with-img--reverse .right>div {
    width: 50%;
    padding-right: 140px;
    padding-left: 0;
}

.cols-2-with-img--reverse .right>div h4 {
    margin-top: 0;
}

.cols-2-with-img--reverse .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

.cols-2-with-img__quote {
    position: absolute;
    bottom: 66px;
    left: -86px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff;
    width: 100%;
    max-width: 740px;
    border-radius: 13px;
    box-shadow: -8px 8px 0px -3px #00BD9D;
}

.cols-2-with-img__quote p {
    font-size: 25px;
    line-height: 45px;
}

.cols-2-with-img--quote .left {
    position: absolute;
}

.blogs {
    background-color: #FAF4F2;
    padding: 150px 0;
}

.blogs__container header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs__container header h2 {
    margin-top: -30px;
}

.blogs__slider .slick-list {
    padding: 0 250px 0 0 !important;
}

.blogs__slider .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.birthday__days .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.cols-2-slider-with-desc .slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.blogs__slider .item img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.blogs__slider .item .content {
    padding: 30px;
    /*height: 350px;*/
    position: relative;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.blogs__slider .item .content h4 {
    font-size: 18px;
    margin: 0;
}

.blogs__slider .item .content h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 37px;
    margin-top: 0px;
}

.blogs__slider .item .content p {
    line-height: 22px;
}

.blogs__slider .item .content a {
    color: #E0777D;
    /*position: absolute;*/
    bottom: 30px;
}

.blogs__slider .item .content a i {
    font-size: 24px;
    position: relative;
    top: 3px;
    left: 6px;
}

.blogs__slider .item {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 9px;
}

.blogs__slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -108px;
    margin: 0 auto;
}

.blogs__slider .slick-prev {
    left: 310px;
}

.blogs__slider .slick-next {
    left: 460px;
}

.blogs__slider .slick-slide {
    padding-right: 45px;
}

.birthday {
    position: relative;
    position: relative;
    background: rgba(109, 33, 60, 0.8);
}

.birthday img {
    position: absolute;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
}

.birthday__container {
    padding: 90px 0;
}

.birthday__container h3 {
    text-align: center;
    color: #fff;
}

.birthday__container>ul {
    display: flex;
    /*align-items: center;*/
    align-items: inherit;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-width: 0 0 1px 1px;
    overflow-x: auto;
}

.birthday__container .item {
    flex: 0 1 14.29%;
    padding: 0 16px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-width: 1px 1px 0 0;
    box-sizing: border-box;
}

.birthday__container .item h4 {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 15px 0;
    color: #fff;
}

.birthday__container .item ul {
    margin: 0;
    padding: 0;

}

.birthday__container .item ul li {
    display: flex;
    /*align-items: center;*/
    padding-left: 0;
    align-items: top;
    justify-content: space-between;
    margin-bottom: 10px;
}

.birthday__container .item ul li span {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.birthday__container .item ul li span:first-child {
    padding-right: 5px;
    text-align: left;
}

.birthday__container .item ul li span:last-child {
    min-width: auto;
}

.banner-sm {
    background-image: linear-gradient(to right, #01B798, #097B67);
    width: 100%;
    height: 270px;
    position: relative;
    overflow: visible;
}

.banner-sm>img {
    position: absolute;
    right: 24px;
    bottom: -15px;
}

.banner-sm__container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 25%;
    padding-left: 0!important;
}

.banner-sm__container h1 {
    margin: 0;
    font-size: 75px;
    line-height: 80px;
    color: #fff;
    text-transform: capitalize;
}

.banner-big-modal {
    width: 100%;
    height: auto;
    position: relative;
    padding: 155px 0 525px;
}

.banner-big-modal.banner-big-modal--background {
    background-color: #FAF4F2;
}

.banner-big-modal--background .banner-big-modal__container {
    background-color: #FAF4F2;
}

.banner-big-modal__container h2 {
    font-weight: 400;
}

.banner-big-modal__container ul {
    margin-left: 6px;
}

.banner-big-modal__container ul li {
    position: relative;
}

.banner-big-modal__container ul li:before {
    content: "\e911";
    color: #e0777d;
    font-size: 12px;
    position: absolute;
    left: -3px;
    top: 7px;
}

.banner-big-modal>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner-big-modal__container {
    background-color: rgb(255 255 255 / 90%);
    padding: 120px;
}

.banner-big-modal__container .btn-container {
    margin: 30px 0 30px;
}

.banner-big-modal__container img.size-full {
    width: 100%;
}

.cols-3-action-links {
    padding: 120px 0;
    background-color: #FAF4F2;
}

.cols-3-action-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cols-3-action-links ul li {
    position: relative;
    height: 245px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    flex: 0 1 calc(33.333% - 25px);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.cols-3-action-links ul li:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FAF4F2;
    opacity: 0.82;
}

.cols-3-action-links ul li:hover>div span {
    color: #fff;
}

.cols-3-action-links ul li:hover:after {
    background: #E0777D;
}

.cols-3-action-links ul li img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.cols-3-action-links ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.cols-3-action-links ul li>div span {
    width: 76%;
    max-width: 318px;
    font-size: 30px;
    color: #575C55;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: normal;
}

.banner-big-modal--height {
    height: auto;
    padding: 0;
}

.blog-page__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-page__main .left {
    flex: 0 1 calc(67% - 25px);
    height: 570px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.blog-page__main .left img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-page__main .right {
    flex: 0 1 calc(33% - 25px);
    width: 33%;
}

.blog-page__main .right h3 {
    margin-top: 19px;
}

.blog-page__main .right ul {
    margin: 0;
    padding: 0;
}

.blog-page__main .right li {
    position: relative;
    width: 100%;
    height: 150px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-page__main .right.right--popular-posts li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-page__main .right li img {
    width: 100%;
    max-width: 120px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    /* width: 100%;
        max-width: 115px;
        object-fit: cover;
        height: 100%;
        object-position: center center;
        position: absolute;
        left: 0; */
}

.blog-page__main .right li>div {
    flex: 0 1 70%;
    margin-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.family-page__main .right li>div {
    justify-content: normal;
}

.blog-page__list .blog-page__main .readmore {
    position: relative;
    bottom: 0;
}

.family__excerpt strong {
    color: #CE5F66;
    text-transform: uppercase;
    display: block;
}

.blog-page__main .right li h5 {
    margin: 0;
    text-transform: capitalize;
    /* text-transform: none;
        position: relative;
        top: -25px; */
}

.blog-page__main .content {
    position: relative;
    height: 270px;
    padding: 25px 25px 0;
}

.blog-page__main .content h4 {
    font-size: 18px;
    margin-top: 0;
}

.blog-page__main .content h2 {
    font-size: 30px;
    margin-top: -30px;
    margin-bottom: 0;
    line-height: 40px;
}

.blog-page__main .content p {
    line-height: 22px;
    margin: 0;
}

.blog-page__main .content a {
    position: absolute;
    bottom: 16px;
    color: #E0777D;
}

.blog-page__main .content a i {
    font-size: 24px;
    position: relative;
    top: 3px;
    left: 6px;
}

.readmore {
    color: #E0777D;
}

.readmore i {
    font-size: 24px;
    position: relative;
    top: 3px;
    left: 6px;
}

.blog-page__list>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    flex-flow: row wrap;
}

.blog-page__list>ul .item {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    overflow: hidden;
    flex: 0 1 calc(33% - 25px);
    height: 660px;
    margin-bottom: 45px;
    position: relative;
}

.family-page__list>ul .item {
    min-height: 350px;
    height: auto;
}

.blog-page__list>ul::after {
    content: "";
    height: 0;
    width: calc(33% - 25px);
    content: "";
}

.blog-page__list .item img {
    height: 305px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-page__list .item .content {
    padding: 25px 25px 0;
}

.blog-page__list .item .content h4 {
    font-size: 18px;
    margin: 0;
}

.blog-page__list .item .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
}

.blog-page__list .item .content h3 {
    font-size: 16px;
    display: inline-block;
    margin: 0px;
}

.blog-page__list .item .content p {
    font-size: 15px;
    line-height: 22px;
}

.blog-page__list .readmore {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
}

.blog-page__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.blog-page__pagination .btn--long {
    padding: 15px 60px;
}

.blog-page__pagination .page-numbers {
    margin: 0 30px;
    color: #575C55;
}

.page-numbers:not(.current):not(.next):not(.prev):hover {
    background: #FAF4F2;
}

.page-numbers:not(.current):not(.next):not(.prev) {
    height: 58px;
    width: 100%;
    max-width: 58px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #575C55;
    margin: 0 15px;
    background: transparent;
}

.blog-page__pagination .prev.page-numbers {
    margin-left: 0;
}

.blog-page__pagination .next.page-numbers {
    margin-right: 0;
}

.blog-page__pagination .page-numbers.current {
    height: 58px;
    width: 100%;
    max-width: 58px;
    background: #FAF4F2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #575C55;
    margin: 0 15px;
}

.blog-page__pagination ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 155px;
}

.blog-page__pagination .prev i {
    margin-right: 25px;
    margin-left: 0;
}

.blog-page__pagination>ul .item.active {
    height: 58px;
    width: 100%;
    max-width: 58px;
    background: #FAF4F2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-page__pagination li a {
    font-size: 20px;
    color: #575C55;
}

.blog-page__pagination .item span {
    color: #575C55;
}

.blog-page__filter-container {
    width: 100%;
    max-width: 1330px;
    margin: 55px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-page__filter-container>div {
    flex: 0 1 calc(50% - 25px);
    position: relative;
    z-index: 2;
}

.blog-page__filter-container .right {
    position: relative;
}

.blog-page__filter-container .right input {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #dddddd;
    padding: 18px 25px;
    width: 100%;
    margin-top: 10px;
    padding-right: 50%;
    outline: none;
}

.blog-page__filter-container .right .btn {
    position: absolute;
    right: 0;
    top: 28px;
    padding: 15px 20px 11px 20px;
}

.blog-page__filter-container .right .btn i {
    font-size: 18px;
    margin-left: 10px;
}

.cols-2-with-img--reverse.cols-2-with-img--desc-only .right {
    padding: 100px 0;
    width: 100%;
}

.cols-2-with-img--reverse.cols-2-with-img--desc-only p {
    width: 58%;
}

.cols-2-with-img--reverse.cols-2-with-img--desc-only .left {
    width: 38%;
}

.multi-step-form__header {
    margin-top: 55px;
}

.multi-step-form__header ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.multi-step-form__header .item {
    flex: 0 1 12.5%;
    display: flex;
    flex-direction: column;
}

.multi-step-form__header .item.active>div {
    background-color: #E0777D;
}

.multi-step-form__header .item>div {
    width: 100%;
    max-width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00BD9D;
    color: #fff;
    border-radius: 50px;
    flex-direction: column;
    margin: 0 auto;
}

.multi-step-form__header .item>div span:first-child {
    position: relative;
    top: 3px;
    font-weight: 200;
    font-size: 15px;
}

.multi-step-form__header .item>div span:last-child {
    font-size: 22px;
    position: relative;
    top: -1px;
}

.multi-step-form__header .item .title {
    color: #575C55;
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
    line-height: 1.5em;
}

.multi-step-form__header .dashed-line {
    position: relative;
    height: 3px;
    top: 50px;
    z-index: -1;
    width: 90%;
    margin: 0 auto;
}

.dashed-line__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 63%, #E8E8E8 50%);
    background-size: 29px 100%;
}

.form-all {
    max-width: 1200px !important;
}

.form-cols-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-cols-2>div {
    flex: 0 1 calc(50% - 23px);
}

.form-cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.form-cols .field {
    width: 100%;
}

.form-cols .field>input,
.form-input-wide .form-sub-label-container>input,
.form-input-wide>input,
.wpcf7-form-control-wrap>input,
.wpcf7-form-control-wrap>textarea {
    border: 1px solid #dddddd;
    border-radius: 25px;
    padding: 15px 15px 15px 20px;
    width: 100%;
    margin-top: 10px;
    outline: none;
    height: 47px;
}

.wpcf7-form-control-wrap>textarea {
    min-height: 100px;
}

.maxwidth .wpcf7-form-control-wrap {
    color: #8e8e8e;
}

.form-cols .field>input:focus,
.form-input-wide .form-sub-label-container>input:focus,
.wpcf7-form-control-wrap>input:focus,
.wpcf7-form-control-wrap>textarea:focus {
    border: 1px solid #00BD9D;
}

.form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0!important;
    align-items: flex-end;
}

.form-cols-4 .field {
    flex: 0 1 calc(25% - 25px);
}

.form-cols-3 .field {
    flex: 0 1 calc(33.333% - 25px);
}

.form-group h3,
.form-group p {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.form-cols .field--40 {
    flex: 0 1 calc(40% - 25px);
}

.form-cols .field--30 {
    flex: 0 1 calc(30% - 25px);
}

.form-cols .field--15 {
    flex: 0 1 calc(15% - 25px);
}

.multi-step-form__body {
    margin-bottom: 150px;
}

.multi-step-form__body .group h2 {
    text-align: center;
}

.form-row {
    margin: 20px 0;
}

.multi-step-form__body .group h4 {
    text-align: center;
}

.multi-step-form__body .group--has-background {
    background-color: #FAF4F2;
    width: 100%;
    max-width: 1384px;
    padding: 50px 27px;
    margin: 50px auto;
}

.multi-step-form__body .group--has-background h4 {
    margin: 0;
}

.multi-step-form__pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 10px;
}

.page-header__container.page-header__container--mobile {
    display: none;
}

.cols-2-with-img__quote--mobile,
.birthday__container>ul.birthday__days--mobile,
.page-footer__bottom--mobile {
    display: none;
}

.page-header__container--mobile .hamburger-menu {
    display: block;
    position: absolute;
    z-index: 3;
    width: 100%;
    background: rgb(255, 255, 255);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(87, 92, 85, 0.18);
}

.hamburger--exit,
.hamburger-sticky--exit {
    font-size: 25px;
    color: #e0777d;
}

.hamburger-menu-sticky__item {
    position: relative;
    padding: 10px 0;
}

.hamburger-menu-sticky__item--has-menu>a:after,
.hamburger-menu__item--has-menu>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    top: 0;
    border: none;
    color: #fff;
    font-size: 18px;
    right: -17px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-menu .hamburger-menu-sticky__item--has-sub-menu>a:after,
.sub-menu .hamburger-menu__item--has-sub-menu>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    top: 0;
    border: none;
    color: #fff;
    font-size: 18px;
    right: -17px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hamburger-menu__item--has-menu>a {
    position: relative;
}

.hamburger-menu__item {
    position: relative;
    padding: 10px 0;
}

.hamburger-menu__item--has-menu .sub-menu {
    padding-left: 0;
}

.hamburger-menu__item .sub-menu li {
    margin: 10px 0;
}

.hamburger-menu__item .sub-menu li>a {
    position: relative;
    padding-left: 40px;
    font-weight: normal;
}

.hamburger-menu__item--has-sub-menu .sub-menu-layer-2 {
    padding: 10px 0;
    margin-top: 10px;
    background-color: #575C55;
}

.hamburger-menu__item--has-sub-menu .sub-menu-layer-2 li {
    color: #fff;
    padding: 5px 40px 5px 60px;
    margin: 0;
}

.hamburger-menu__item--has-sub-menu .sub-menu-layer-2 li>a {
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.hamburger-menu-sticky__item--has-menu .sub-menu {
    padding: 0;
}

.hamburger-menu-sticky__item--has-menu .sub-menu>li {
    margin: 10px 0;
}

.hamburger-menu-sticky__item--has-menu .sub-menu>li>a {
    position: relative;
    padding-inline: 2rem;
    font-weight: normal;
    display: block;
}

.sub-menu .hamburger-menu-sticky__item--has-sub-menu .sub-menu-layer-2 {
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    background-color: #575C55;
}

.sub-menu .hamburger-menu-sticky__item--has-sub-menu .sub-menu-layer-2>li {
    color: #fff;
    padding: 5px 40px 5px 60px;
    margin: 0;
}

.sub-menu .hamburger-menu-sticky__item--has-sub-menu .sub-menu-layer-2>li>a {
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.multi-step-form__pagination--mobile-prev,
.multi-step-form__pagination--mobile-next {
    display: none;
}

.search-overlay {
    background-color: #e0777d;
}

.search-overlay__container {
    padding: 20px 0;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-container input {
    border: none;
    border-bottom: 2px solid #fff;
    width: 95%;
    padding: 16px;
    background: transparent;
    color: #fff;
    outline: none;
}

.search-container i {
    color: #fff;
    font-size: 25px;
}

.search-container button {
    background: transparent;
    border: none;
    margin-right: 30px;
}

.search-container input::-webkit-input-placeholder {
    color: #fff;
}

.search-container input::-moz-placeholder {
    color: #fff;
}

.search-container input:-ms-input-placeholder {
    color: #fff;
}

.search-container input::-ms-input-placeholder {
    color: #fff;
}

.search-container input::placeholder {
    color: #fff;
}

.search-overlay--default,
.search-overlay--sticky,
.hamburger-menu-sticky,
.hamburger-menu {
    display: none;
}

.header-search,
.header-search-sticky {
    cursor: pointer;
}

.hamburger-menu,
.hamburger-menu-sticky {
    background: #e0777d;
    color: #575C55;
    padding: 10px 0;
    margin: 0;
    /* background: #e0777d;
        color: #fff;
        margin: 0;
        padding: 20px; */
}

.hamburger-menu__item a,
.hamburger-menu-sticky__item a {
    color: #fff;
    padding-left: 20px;
    position: relative;
}

.page-header__bottom-menu .item .dropbtn i {
    transition: 0.4s;
}

.page-header__bottom-menu .item:hover .dropbtn i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.single-blog-banner {
    height: 600px;
    margin-top: 20px;
    position: relative;
}

.single-blog-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

.single-blog-body__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.single-blog-body__container .left span {
    color: #575C55;
}

.single-blog-body__container .left li {
    position: relative;
}

.single-blog-body__container .left ul li:before {
    color: #e0777d;
    content: "\e911";
    font-size: 12px;
    position: absolute;
    left: -3px;
    top: 7px;
}

.single-blog-body__container .left {
    width: 70%;
    padding-right: 50px;
}

.single-blog-body__container .left .date {
    margin: 0;
    font-weight: bold;
}

.single-blog-body__container .left h1 {
    font-size: 40px;
    margin-top: 0;
}

.single-blog-body__container .right {
    width: 30%;
}

.single-blog-body__container .right h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #EBEBEB;
}

.single-blog-body__container .right ul {
    padding: 0;
}

.single-blog-body__container .right .widget-popular-posts li {
    margin-bottom: 25px;
}

.single-blog-body__container .right .widget-popular-posts li img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
    -o-object-position: center;
    object-position: center;
}

.single-blog-body__container .right li>div {
    width: 100%;
    height: 200px;
}

.single-blog-body__container .right li>div>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

.single-blog-body__container .right li h3 {
    font-size: 20px;
}

.search-result {
    margin: 50px auto;
}

.search-result .btn-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.form-single-input-container {
    text-align: center;
}

.form-single-input-container input {
    border: 1px solid #dddddd;
    border-radius: 25px;
    padding: 15px 15px 15px 20px;
    width: 100%;
    margin-top: 10px;
    outline: none;
    max-width: 50%;
    margin: 0 auto;
}

.single-blog-body__container .right #s {
    margin: 0;
}

.single-blog-body__container .right .widget_search button[type="submit"] {
    padding-right: 40px;
}

.single-blog-body__container .right .widget_search .btn-container .btn--long::after {
    right: 18px;
}

.top-pages {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0;
}

.top-pages li {
    flex: 0 1 calc(25% - 10px);
    height: 400px;
    position: relative;
    transition: all .4s ease-in-out;
}

.top-pages li:before {
    content: '';
    background-color: #e0777d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
    transition: all .4s ease-in-out;
}

.top-pages li>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
}

.top-pages li>h5 {
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    font-weight: bold;
    color: #fff;
}

.top-pages li a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.top-pages li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.top-pages li:hover:before {
    opacity: 0.9;
}

.page-404-btn-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
}

.page-404-btn-container .error-page-search-form {
    position: relative;
    width: 50%;
}

.error-navigation-container {
    padding-top: 30px;
}

.page-404-btn-container form {
    position: relative;
}

.page-404-btn-container .form-single-input-container {
    text-align: right;
    position: relative;
    top: 7px;
}

.page-404-btn-container .btn-container {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    width: auto;
}

.page-404-btn-container .form-single-input-container input {
    padding-right: 240px;
    width: 100%;
    max-width: 100%;
}

.page-404 h3 {
    font-size: 20px;
    line-height: 25px;
}

.page-404 h4 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
}

.widget_search .btn--long {
    background: #e0777d !important;
    margin-top: 20px;
}

.single-blog-body__container .right h3 {
    line-height: 40px;
}

.blog-list-item-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-blog-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* map */
.map {
    margin-bottom: 90px;
    margin-top: 70px;
}

.map__container header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.map__container header h2 {
    width: 50%;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.map__container header .right {
    width: 50%;
    position: relative;
}

.map__container header input {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #dddddd;
    padding: 14px 25px;
    width: 100%;
    margin-top: 10px;
    padding-right: 50%;
    outline: none;
}

.map__container header .right .btn {
    position: absolute;
    right: 0;
    top: 8px;
}

.map__container header .right .btn span {
    line-height: 22px;
}

.map__container header .btn--short i {
    margin-left: 15px;
}

.map__container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
}

.map__svg {
    position: relative;
    width: 100%;
    height: 815px;
}

#us-map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

path:hover,
circle:hover {
    stroke: #E0777D !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: #E0777D !important;
    cursor: pointer;
}

#path67 {
    fill: none !important;
    stroke: #A9A9A9 !important;
    cursor: default;
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
    background-color: #ffffff;
    border: 2px solid #BF0A30;
    border-radius: 5px;
    padding: 5px;
    font-family: arial;
    border-radius: 25px;
    border: 1px solid #DEDEDE;
    padding: 16px 35px;
}

.info-box__down {
    position: absolute;
    bottom: -11px;
    width: 100%;
    max-width: 20px;
    height: 20px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

#info-box span {
    color: #BCBCBC;
    position: relative;
}

/* custom select layout using choices.js */
.choices {
    margin-top: 10px;
}

.choices[data-type*='select-one']:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    display: block;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: #E0777D;
    font-size: 18px;
    right: 35px;
}

.choices[data-type*='select-one'].is-open:after {
    margin-top: -2.5px;
}

.choices__inner,
.choices-text {
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.is-open .choices__inner {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #dddddd;
}

.select-tag label,
.input-tag label {
    margin-left: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #575C55;
}

.choices[data-type*='select-one'] .choices__inner {
    padding: 15px 15px 15px 20px;
}

.page-template-birthmother-app .choices[data-type*='select-one'] .choices__inner {
    padding: 5px 5px 5px 20px;
}

.page-template-birthmother-app .choices[data-type*='select-one']:after {
    top: 28%;
}

.page-template-birthmother-app .form-sub-label-container input {
    margin-top: 0;
}

.page-template-birthmother-app .form-sub-label-container {
    display: flex;
    flex-direction: column-reverse;
}

.page-template-birthmother-app #label_4,
.page-template-birthmother-app #label_5,
.page-template-birthmother-app #label_130 {
    display: none;
}

.page-template-birthmother-app .jotform-form,
.page-template-birthmother-app .page-content {
    background: #fff;
}

.page-template-birthmother-app .dashed-line {
    z-index: 0;
}

.page-template-birthmother-app .dashed-line__container {
    top: 10px;
}

.page-template-birthmother-app .steps .item:before {
    display: none;
}

.page-template-birthmother-app button.form-pagebreak-next,
.page-template-birthmother-app button.form-pagebreak-back {
    box-shadow: 0 4px #0aa58b;
    background-color: #00BD9D;
    border-radius: 60px;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Comfortaa', cursive;
    line-height: 1em;
    letter-spacing: 2px;
}

.page-template-birthmother-app .form-all {
    border-radius: none;
    box-shadow: none;
}

.page-template-birthmother-app label.form-sub-label {
    font-size: 16px;
    font-weight: 300;
    color: #4c4c4c;
    letter-spacing: 0;
    margin-left: 25px;
    margin-bottom: 0;
    line-height: 1.7em;
}

.page-template-birthmother-app h2#header_28 {
    font-size: 32px;
    font-weight: 200;
    color: #636363;
}

.page-template-birthmother-app .form-line label.form-label {
    margin-bottom: 0;
    margin-left: 25px;
    font-weight: 300;
    color: #4c4c4c;
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
}

.page-template-birthmother-app .form-input-wide .choices,
.page-template-birthmother-app .form-input-wide input {
    margin-top: 0px;
}

.page-template-birthmother-app h3#header_135 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #2fbd9d;
}

.page-template-birthmother-app .form-input-wide input {
    padding: 7.5px 7.5px 7.5px 24px;
    font-size: 16px;
    line-height: 1.7em;
    height: initial;
}

.page-template-birthmother-app ul.page-section {
    padding: 0 0;
}

.page-template-birthmother-app .form-all {
    max-width: 1366px !important;
}

@media (min-width: 1024px) {

    .page-template-birthmother-app li#id_13,
    .page-template-birthmother-app li#id_17,
    .page-template-birthmother-app li#id_18,
    .page-template-birthmother-app li#id_19 {
        width: calc(25% - 8px);
        display: inline-block;
    }

    .page-template-birthmother-app li#id_128,
    .page-template-birthmother-app li#id_129,
    .page-template-birthmother-app li#id_130,
    .page-template-birthmother-app li#id_14,
    .page-template-birthmother-app li#id_20,
    .page-template-birthmother-app li#id_21,
    .page-template-birthmother-app li#id_22,
    .page-template-birthmother-app li#id_23,
    .page-template-birthmother-app li#id_24 {
        width: calc(33.333% - 8px);
    }
}

.choices__list--dropdown.is-active {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #dddddd;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
    padding: 11px 15px 11px 20px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #FAF4F2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    content: '';
}

.form-buttons .btn {
    min-width: 150px;
    justify-content: center;
}

.adoption-form>.container {
    padding-left: 0;
    padding-right: 0;
}

.adoption-form .form-group h3 {
    display: block;
}

.adoption-form .form-group .form-row.col-md-12 {
    flex: 1 0 100%;
}

@media(max-width: 1024px) {
    .adoption-form .form-group .form-row {
        width: 100%;
    }
}

.form-buttons .btn span {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

@media (max-width: 1366px) {
    .blogs__slider .item img {
        height: 215px;
    }

    .blogs__slider .item .content {
        /*height: 381px;*/
    }
}

@media (max-width: 1024px) {
    .form-cols {
        margin-top: 25px;
    }

    .blog-page__main .right li img {
        max-width: 300px;
    }

    .blogs__container .btn--long {
        width: 300px;
    }

    .blogs__container .btn--long:after {
        right: 26px;
    }

    body.home .parallax-mirror {
        display: none;
    }

    .adopt-mobile-blurb {
        background: #fff;
        display: block;
        max-width: 100%;
        border-radius: 13px;
        font-size: 18px;
        padding: 30px 30px 60px 30px;
        box-shadow: -8px 8px 0px -3px #00BD9D;
    }

    .adopt-mobile-blurb p {
        font-size: 18px;
        line-height: 30px;
    }

    .adopt-mobile-blurb p {
        margin: 0 !important;
    }

    .cols-2-heading-with-btn__container {
        padding-left: 40px;
        padding-right: 40px;
    }

    body.home .parallax-window {
        height: auto;
        /*background: url('../img/adoption-home-mobile.jpg') no-repeat !important;*/
        background: url('../img/home-featured-tablet.jpg') no-repeat !important;

        background-position: bottom right !important;
        padding-bottom: 120px;
    }

    .banner__container h1 {
        width: 100%;
    }

    body.home .parallax-window .banner__container {
        background-color: rgba(255, 255, 255, 0.85);
    }

    .search-overlay__container {
        padding: 20px 20px;
    }

    .page-header__container {
        display: none;
    }

    .page-header__container.page-header__container--mobile {
        display: block;
    }

    .page-header__container.page-header__container--mobile>nav {
        padding: 20px 50px;
    }

    .page-header__contacts {
        background-color: #30BD9D;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .page-header__contacts>div {
        width: 50%;
        text-align: center;
        padding: 14px 0;
    }

    .page-header__contacts>div:first-child {
        border-right: 1px solid #fff;
    }

    .page-header__contacts>div:last-child {
        border-left: 1px solid #fff;
    }

    .page-header__contacts>div>span {
        text-transform: uppercase;
    }

    .page-header__contacts>div>div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-header__contacts>div>div>span {
        position: relative;
        top: 2px;
    }

    .banner {
        height: calc(100vh - 173px);
        padding: 50px 0 0 40px;
        display: block;
        background-repeat: no-repeat;
    }

    .banner__container {
        max-width: 520px;
        margin: 0;
        background-color: #fff;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
        border-radius: 30px;
        padding: 40px;
        position: relative;
        margin-top: 65px;
        margin-left: 5px;
    }

    .banner__container h1 {
        font-size: 50px;
    }

    .banner__container p {
        font-size: 30px;
        width: 100%;
        line-height: 39px;
    }

    .banner__container>div .btn {
        position: absolute;
        bottom: -43px;
    }

    .btn--with-icon span {
        font-size: 18px;
    }

    .cols-2-with-img {
        display: block;
    }

    .cols-2-with-img--default .left {
        position: relative;
        width: 100%;
        height: 280px;
    }

    .cols-2-with-img .right {
        padding: 0;
        max-width: none;
        margin: 0;
    }

    .cols-2-with-img .right>div {
        width: 100%;
        padding: 100px 84px;
    }

    .fa-bars {
        font-size: 26px;
        color: #E0777D;
    }

    .cols-2-options__container {
        display: block;
        padding: 100px 84px;
    }

    .cols-2-options__left {
        width: 100%;
    }

    .cols-2-options__right {
        width: 100%;
        padding: 0;
        margin-top: 100px;
    }

    .cols-2-options__right ul {
        border: none;
        border-top: 1px solid rgba(87, 92, 85, 0.18);
    }

    .cols-2-options__right .item {
        padding: 20px 37px;
        border-bottom: 1px solid rgba(87, 92, 85, 0.18);
    }

    .cols-2-options__right .item--img {
        box-shadow: none;
    }

    .cols-2-options__right .item img {
        display: none;
    }

    .cols-2-heading-with-btn__container {
        display: block;
        text-align: center;
    }

    .cols-2-heading-with-btn__container>div h4 {
        margin-top: 0;
    }

    .cols-2-heading-with-btn__container .btn {
        margin: 0 auto;
    }

    .cols-2-slider-with-desc__container {
        position: relative;
        flex-direction: column-reverse;
        padding: 85px 22px;
        margin-bottom: 170px;
    }

    .cols-2-slider-with-desc__slider {
        max-width: none;
        margin: 0;
    }

    .cols-2-slider-with-desc__slider>.slick-prev {
        display: block;
    }

    .cols-2-slider-with-desc__details h2 {
        margin-top: 0;
    }

    .cols-2-slider-with-desc__details .btn {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .blogs__container {
        padding: 0 0 0 22px;
    }

    .blogs__container header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 45px;
    }

    .blogs__container header h2 {
        margin-bottom: 10px;
    }

    .blogs__slider .slick-arrow {
        left: auto;
        top: -100px;
    }

    .blogs__slider .slick-prev {
        right: 105px;
    }

    .blogs__slider .slick-next {
        right: 30px;
    }

    .cols-2-with-img--quote {
        display: flex;
        flex-direction: column-reverse;
    }

    .cols-2-with-img--quote .left {
        position: relative;
        width: 100%;
        height: 308px;
    }

    .cols-2-with-img__quote {
        /* display: none; */
        left: 10px;
    }

    .cols-2-with-img--quote.cols-2-with-img .right>div {
        padding: 70px 22px;
    }

    .cols-2-with-img__quote--mobile {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        top: 0;
    }

    .cols-2-with-img__quote--mobile p {
        font-size: 18px;
        line-height: 30px;
    }

    .blogs {
        padding: 65px 0;
    }

    .blogs__container header h4 {
        margin-top: 0;
    }

    .birthday__container>ul.birthday__days--desktop {
        display: none;
    }

    .birthday__container>ul.birthday__days--mobile {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .birthday__container>ul.birthday__days--mobile .slick-list {
        width: 100%;
        max-width: 550px;
    }

    .birthday__container .item h4 {
        font-size: 18px;
    }

    .birthday__container .item ul li span {
        font-size: 12px;
    }

    .blogs__slider .slick-slide {
        padding-right: 30px;
    }

    .blogs__slider .slick-list {
        padding: 0 120px 0 0 !important;
    }

    .blogs__slider .item .content h4 {
        font-size: 16px;
    }

    .blogs__slider .item .content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .blogs__slider .item .content a {
        bottom: 13px;
    }

    .birthday__container h3 {
        margin-top: 0;
    }

    .page-footer header {
        flex-direction: column;
    }

    .page-footer header>img {
        margin-bottom: 45px;
    }

    .page-footer__body {
        flex-wrap: wrap;
        padding: 0 22px 65px;
    }

    .page-footer__body .item {
        flex: 0 1 calc(50% - 23px);
        margin-bottom: 50px;
    }

    .page-footer {
        padding: 55px 0 0px;
    }

    .page-footer__bottom--desktop {
        display: none;
    }

    .page-footer__bottom--mobile {
        display: block;
    }

    .page-footer__bottom ul {
        max-width: 435px;
    }

    .page-footer__bottom ul li a {
        padding: 0 8px;
    }

    .page-footer__bottom--mobile {
        color: #848B81;
        text-transform: unset;
        font-weight: normal;
        text-align: center;
        margin-top: 0;
    }

    .page-footer__bottom {
        margin-top: 25px;
    }

    .page-footer__body {
        margin-top: 45px;
    }

    .page-footer header {
        padding: 0 22px;
        align-items: inherit;
    }

    .page-footer header>img {
        align-self: center;
    }

    .page-footer header>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }

    .page-footer header>div .btn {
        padding: 25px 20px;
        width: 50%;
    }

    .page-footer header>a {
        text-align: center;
    }

    .page-header__container--mobile.sticky>nav {
        display: flex;
    }

    .cols-2-options__right .item--img:after {
        background: #fff;
    }

    .banner-sm__container {
        padding: 0 20px !important;
        text-align: center;
    }

    .banner-sm__container h1 {
        font-size: 50px;
    }

    .banner-sm>img {
        display: none;
    }

    .breadcrumbs {
        padding: 22px 20px;
    }

    .breadcrumbs li {
        padding: 0 17px;
    }

    .cols-2-with-img--reverse {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
    }

    .cols-2-with-img__quote-mobile {
    margin: 1rem 1rem 0;
    padding: 10px 20px;
    background-color: #fff;
    max-width: 740px;
    border-radius: 13px;
    box-shadow: -8px 8px 0px -3px #00BD9D;
}

    .cols-2-with-img--reverse .left {
        width: 100%;
        position: relative;
    }

    body.home .cols-2-with-img--reverse .left {
        flex: 0 0 100%;
    }

    .cols-2-with-img--reverse .right {
        padding: 50px 20px 0;
    }

    .cols-2-with-img .right>div {
        padding: 50px 84px;
    }

    .cols-2-with-img--reverse p {
        width: 100%;
        text-align: left;
        padding-inline: 1rem;
    }

    .cols-2-with-img--reverse.cols-2-with-img--desc-only .left {
        width: 100%;
        position: relative;
    }

    .cols-2-with-img--reverse.cols-2-with-img--desc-only .right {
        padding: 50px 20px;
    }

    .cols-2-with-img--reverse.cols-2-with-img--desc-only p {
        width: 100%;
        text-align: center;
    }

    .multi-step-form__header .item>div {
        line-height: 1;
        max-width: 38px;
        height: 38px;
    }

    .multi-step-form__header .item>div span:first-child {
        font-size: 9px;
    }

    .multi-step-form__header .item>div span:last-child {
        font-size: 14px;
        top: 5px;
    }

    .multi-step-form__header .item .title {
        font-size: 13px;
        letter-spacing: 0;
    }

    .multi-step-form__header .dashed-line {
        top: 36px;
    }

    .dashed-line__container {
        background-image: linear-gradient(to right, transparent 73%, #E8E8E8 50%);
        background-size: 17px 100%;
    }

    .multi-step-form__header {
        margin-top: 45px;
    }

    .multi-step-form__body .group.group--has-background {
        padding: 50px 22px;
    }

    .form-cols .field.field-33-mobile {
        flex: 0 1 calc(33.333% - 15px);
    }

    .form-cols .field.field-25-mobile {
        flex: 0 1 calc(25% - 15px);
    }

    .form-cols .field.field-12-mobile {
        flex: 0 1 calc(12% - 15px);
    }

    .form-cols .field>input,
    .form-input-wide .form-sub-label-container>input {
        padding-left: 8px;
        font-size: 12px;
    }

    .select-tag label,
    .input-tag label {
        margin-left: 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .form-cols-3 .field {
        flex: 0 1 calc(33.333% - 15px);
    }

    .multi-step-form__body .group {
        padding: 0 20px;
    }

    .multi-step-form__body .group h2 {
        font-size: 35px;
        line-height: 47px;
    }

    .form-cols-2>div {
        flex: 0 1 calc(50% - 15px);
    }

    .form-cols-4 .field {
        flex: 0 1 calc(25% - 15px);
    }

    .choices__list--single .choices__item {
        font-size: 12px;
    }

    .btn--long {
        padding: 12px 30px;
        display: flex;
    }

    .multi-step-form__pagination {
        padding: 0 20px;
    }

    .multi-step-form__pagination--mobile-prev,
    .multi-step-form__pagination--mobile-next {
        display: block;
    }

    .multi-step-form__pagination--desktop-prev,
    .multi-step-form__pagination--desktop-next {
        display: none;
    }

    .banner-big-modal__container {
        padding: 60px 20px!important;
    }

    .banner-big-modal {
        padding: 0;
        height: auto;
    }

    /* .banner-big-modal img {
        display: none;
    } */

    .cols-3-action-links ul {
        flex-direction: column;
        padding: 0 20px;
    }

    .cols-3-action-links ul li {
        flex: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .cols-3-action-links ul li>div {
        width: 100%;
    }

    .cols-3-action-links {
        padding: 50px 0;
    }

    .breadcrumbs li a {
        font-size: 13px;
        letter-spacing: 0;
        padding: 0 10px;
    }

    .breadcrumb_last {
        font-size: 13px;
        letter-spacing: 0;
        padding: 0 10px;
    }

    .banner-sm {
        height: auto;
        padding: 30px;
        text-align: center;
    }

    .banner-sm__container {
        justify-content: center;
    }

    .blog-page__filter-container {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .blog-page__filter-container>div {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }

    .blog-page__filter-container .right .btn {
        top: 28px;
    }

    .blog-page__list-container {
        padding: 0 20px;
    }

    .blog-page__main {
        flex-direction: column;
    }

    .blog-page__main .left {
        height: auto;
    }

    .blog-page__main .content {
        height: auto;
        padding: 25px;
    }

    .blog-page__main .content a {
        position: relative;
        bottom: 0;
    }

    .blog-page__main .right {
        flex: 0 1 100%;
        width: 100%;
    }

    .blog-page__list>ul .item {
        flex: 0 1 100%;
    }

    .blog-page__pagination ul {
        padding: 0;
    }

    .map__container header {
        padding: 0 20px;
    }

    .map__svg {
        height: 479px;
    }

    .btn-container {
        width: 100%;
        max-width: 500px;
    }

    .btn-container .btn--long {
        padding: 12px 70px 12px 60px;
        display: flex;
    }

    .btn-container--align-right {
        margin: 0 auto;
    }

    .cols-2-slider-with-desc__details .btn-container {
        position: unset;
        bottom: 0;
    }

    .cols-2-slider-with-desc__details {
        height: auto !important;
    }

    .blog-page__pagination {
        position: relative;
        margin-bottom: 90px;
    }

    .blog-page__pagination .page-numbers {
        margin: 0px 5px;
    }

    .blog-page__pagination .page-numbers.current {
        height: 38px;
        max-width: 38px;
        margin: 0 5px;
    }

    .top-pages li {
        flex: 0 1 calc(50% - 10px);
        margin-bottom: 20px;
        height: 200px;
    }

    .page-404-btn-container {
        display: none;
    }

    .cols-2-with-img--reverse.cols-2-with-img--quote .btn {
        margin-top: 55px;
    }

    .cols-2-with-img--quote.cols-2-with-img .right>div {
        padding-bottom: 0px;
        padding-top: 0;
    }

    .page-header__logo {
        max-width: 330px;
    }
}

@media (max-width: 767px) {
    .map {
        margin: 50px 0;
    }

    .blog-page__main .right li>div {
        justify-content: flex-start;
        flex: 0 1 100%;
        width: 100%;
    }

    .blogs__container .btn--long {
        width: 218px;
    }

    .cols-2-slider-with-desc__slider .slick-slide .item {
        padding: 32px 26px;
    }

    .single-blog-body__container {
        flex-wrap: wrap;
    }

    .single-blog-body__container .left {
        width: 100%;
    }

    .single-blog-body__container .right {
        width: 100%;
        margin-top: 25px;
    }

    body.page-id-17 .map__container .btn--green span {
        display: none;
    }

    .page-footer__bottom ul li {
        margin-bottom: 15px;
    }

    .adopt-mobile-blurb {
        max-width: 100%;
    }

    body.page-id-17 .map__container .btn--green {
        width: 50px;
        height: 50px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 7px;
        border-radius: 50%;
    }

    .map__container header .btn--short i {
        margin: 0;
    }

    body.page-id-17 .map__container header input {
        padding-right: 54px;
    }

    .looking-right {
        display: block !important;
    }

    .mobile-only {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .form-single-input-container input {
        width: 100%;
        max-width: 100%;
    }

    .item-adopt {
        text-align: center;
        max-width: 200px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-adopt img {
        display: inline-block;
    }

    .item-adopt span {
        margin-top: 5px !important;
        display: block;
    }

    .search-result .btn-container {
        justify-content: flex-end;
    }

    .page-404 h4 {
        font-size: 20px;
        line-height: 24px;
        padding: 0;
        text-align: left;
    }

    .top-pages li>h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .top-pages li {
        height: 100px;
        flex: 0 1 100%;
    }

    body.home .banner__container h1 {
        width: 100%;
        line-height: 35px;
    }

    body.home .parallax-mirror {
        display: none;
    }

    .our_adapt_read_more,
    .our_adapt_start_read_more,
    .find_family_read_more,
    .pregnant_now_read_more,
    .about_home_read_more {
        display: none;
    }

    .our_adapt_read_more_link,
    .our_adapt_start_read_more_link,
    .find_family_read_more_link,
    .pregnant_now_read_more_link,
    .about_home_read_more_link {
        display: block;
        font-size: 20px;
        color: #e0777d;
        cursor: pointer;
        border-top: 1px solid #EFE3DF;
        margin-top: 5px;
        padding-top: 10px;
        display: flex;
        align-items: center;
        font-size: 19px;
    }

    .our_adapt_read_more_link>i,
    .our_adapt_start_read_more_link>i,
    .find_family_read_more_link>i,
    .pregnant_now_read_more_link>i,
    .about_home_read_more_link>i {
        font-size: 22px;
        position: relative;
        bottom: 1px;
        left: 5px;
    }

    body.home .parallax-window {
        height: auto;
        background: url('../img/adoption-home-mobile.jpg') no-repeat !important;
        background-position: bottom right !important;
        padding-bottom: 120px;
    }

    .breadcrumbs li {
        padding: 0;
    }

    .breadcrumbs li a {
        padding: 10px 20px;
    }

    .page-header__top-menu li:first-child,
    .scroll-btn {
        display: none;
    }

    .banner {
        background-position: bottom right;
        padding: 0;
        height: calc(100vh - 130px);
    }

    .banner__container {
        box-shadow: none;
        background-color: transparent;
        padding: 40px 20px;
        max-width: none;
        margin-left: 0;
    }

    .banner__container h1 {
        font-size: 31px;
    }

    .banner__container p {
        font-size: 18px;
        line-height: 26px;
    }

    .banner__container>div {
        flex-direction: column;
    }

    .banner__container>div>span {
        font-size: 16px;
        margin-right: 0;
    }

    .banner__container>div .btn {
        font-size: 15px;
        position: relative;
        padding: 12px 15px;
    }

    .btn--with-icon span {
        font-size: 15px;
    }

    .cols-2-with-img .right>div {
        padding: 50px 20px;
    }

    .cols-2-with-img .right>div h4 {
        font-size: 16px;
    }

    .cols-2-with-img .right h2 {
        font-size: 30px;
        line-height: 34px;
        margin-top: 0;
    }

    .cols-2-options__container {
        padding: 50px 20px;
    }

    .cols-2-options__left {
        padding-right: 0;
    }

    .cols-2-options__left h2 {
        margin-top: 0;
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 34px;
    }

    .cols-2-options__left h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .cols-2-options__right {
        margin-top: 40px;
    }

    .cols-2-options__right .item {
        padding: 30px 20px;
    }

    .cols-2-options__right .item>div span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .cols-2-heading-with-btn__container {
        padding: 50px 20px;
    }

    .cols-2-slider-with-desc__container {
        padding: 50px 20px;
    }

    .cols-2-slider-with-desc__slider {
        margin: 5px 0 0;
    }

    .cols-2-slider-with-desc__slider header {
        text-align: center;
        justify-content: center;
    }

    .cols-2-slider-with-desc__slider header>img {
        display: none;
    }

    .cols-2-slider-with-desc__slider header h4 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .cols-2-slider-with-desc__slider header h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .cols-2-slider-with-desc__slider .slick-slide .item .body-content>p {
        display: none;
    }

    .cols-2-slider-with-desc__inside-card .slick-slide .item {
        border: none;
    }

    .cols-2-slider-with-desc__slider>.slick-arrow {
        padding: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .cols-2-slider-with-desc__slider>.slick-prev {
        right: 70px;
    }

    .cols-2-slider-with-desc__slider>.slick-next {
        left: 70px
    }

    .cols-2-slider-with-desc__slider>.slick-prev i {
        margin: 0;
    }

    .cols-2-slider-with-desc__details .btn {
        bottom: -130px;
        display: flex;
        align-items: center;
    }

    .cols-2-slider-with-desc__details .btn>span {
        font-size: 15px;
    }

    .cols-2-with-img .right .btn>span {
        font-size: 15px;
    }

    .blogs__slider .slick-list {
        padding: 0 !important;
    }

    .blogs__slider .slick-slide {
        padding-right: 0;
    }

    .blogs__slider .item {
        margin: 0;
        box-shadow: none;
    }

    .blogs__container {
        padding: 0 20px;
    }

    .blogs {
        padding: 65px 0 215px;
    }

    .blogs__slider .slick-arrow {
        top: initial;
        bottom: -100px;
        margin: 0 auto;
    }

    .blogs__slider .slick-prev {
        left: 0;
        right: 70px;
    }

    .blogs__slider .slick-next {
        left: 70px;
        right: 0;
    }

    .blogs__container {
        position: relative;
    }

    .blogs__container header>.btn {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -175px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 15px;
    }

    .blogs__container header>.btn>span {
        font-size: 15px;
    }

    .cols-2-heading-with-btn__container .btn>span,
    .cols-2-options__left .btn>span {
        font-size: 15px;
    }

    .cols-2-options__left .btn,
    .cols-2-with-img .right .btn {
        display: flex;
        align-items: center;
    }

    .birthday__container .item {
        border-width: 1px;
        border-right: none;
        border-left: none;
    }

    .birthday__container>ul {
        border: none;
        padding: 0 15px;
    }

    .birthday__container .slick-slide.slick-active .item {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        background: rgba(109, 33, 60, 0.79);
    }

    .birthday__container>ul.birthday__days--mobile .slick-list {
        width: 100%;
        max-width: 170px;
    }

    .birthday__container>ul.birthday__days--mobile .slick-list .slick-slide>div {
        text-align: center;
    }

    .birthday__container h3 {
        font-size: 25px;
        line-height: 34px;
        padding: 0 20px;
    }

    .page-footer header>div {
        flex-direction: column;
    }

    .page-footer header>div .btn {
        margin: 0;
        width: 100%;
        margin-top: 10px;
        padding: 15px 25px;
    }

    .page-footer header>div .btn>span {
        font-size: 12px;
    }

    .btn--with-num>div>span {
        font-size: 12px;
    }

    .page-footer__body .item {
        flex: 0 1 100%;
    }

    .page-footer__bottom ul {
        flex-direction: column;
    }

    .page-footer__bottom ul li a {
        padding: 0;
        border: none;
    }

    .page-header__top-menu {
        padding: 0;
    }

    .page-header__container.page-header__container--mobile>nav {
        padding: 15px 20px;
    }

    .page-header__logo {
        max-width: 300px;
    }

    .page-footer header,
    .page-footer__body {
        padding: 0;
    }

    .cols-2-heading-with-btn__container>div h4 {
        font-size: 16px;
    }

    .cols-2-heading-with-btn__container>div h2 {
        font-size: 30px;
        line-height: 34px;
        margin-top: -16px;
    }

    .cols-2-heading-with-btn__container .btn {
        padding: 12px 18px;
    }

    .page-footer__body .item a {
        font-size: 14px;
    }

    .page-header__contacts {
        padding: 0;
    }

    .page-header__contacts>div {
        display: flex;
        flex-direction: row-reverse;
        padding: 7px;
    }

    .page-header__contacts>div>span {
        font-size: 12px;
        margin-left: 2;
    }

    .page-header__contacts>div>div>span {
        display: none;
    }

    .cols-2-with-img .right .btn {
        padding: 10px 13px;
    }

    .cols-2-with-img .right .btn i {
        margin-left: 8px;
    }

    .cols-2-options__left .btn {
        padding: 12px 30px;
    }

    .btn--long {
        padding: 12px 30px;
    }

    .page-footer__body .item p,
    address {
        font-size: 14px;
    }

    .cols-2-with-img--reverse .right>div {
        padding: 0;
    }

    .cols-2-with-img--quote.cols-2-with-img .right>div {
        padding: 0;
    }

    .blogs__container header h2 {
        margin-top: -10px;
    }

    .cols-2-with-img .right>div>h3 {
        line-height: 34px;
        margin-top: 0;
        font-size: 25px;
    }

    .banner-sm {
        height: auto;
        padding: 30px;
    }

    .banner-sm__container h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 21px;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    .cols-3-action-links ul li>div span {
        font-size: 22px;
        line-height: 28px;
    }

    .cols-2-slider-with-desc__details h4 {
        margin-top: -20px;
    }

    .multi-step-form__header ul {
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .multi-step-form__header .item {
        margin: 0 20px;
    }

    .form-cols-2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-cols-2>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-cols {
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .form-cols-4 .field {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }

    .form-cols .field.field-33-mobile,
    .form-cols .field.field-25-mobile,
    .form-cols .field.field-25-mobile,
    .form-cols .field.field-12-mobile {
        flex: 0 1 100%;
    }

    .form-cols-3 .field {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }

    .btn--long {
        padding: 12px 15px;
        align-items: center;
        font-size: 9px;
    }

    .btn--long i {
        font-size: 23px;
        margin-left: 5px;
    }

    .btn--long span {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .breadcrumbs li a {
        line-height: 20px;
    }

    .breadcrumbs {
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .breadcrumbs ul {
        max-width: none;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0;
    }

    .blog-page__list>ul .item {
        height: auto;
    }

    .blog-page__list .item .content {
        padding: 25px;
    }

    .blog-page__list .readmore {
        position: relative;
        bottom: 0;
    }

    .blog-page__pagination {
        height: 140px;
    }

    .blog-page__pagination ul {
        position: relative;
    }

    .blog-page__pagination ul .prev {
        position: absolute;
        bottom: -60px;
        left: 0;
    }

    .blog-page__pagination .prev i {
        margin-right: 5px;
    }

    .blog-page__pagination ul .next {
        position: absolute;
        right: 0;
        bottom: -60px;
    }

    .page-numbers.dots {
        color: #575C55;
    }

    .blog-page__main .right li {
        height: auto;
        flex-direction: column;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .blog-page__main .right li img {
        position: relative;
        max-width: none;
    }

    .blog-page__main .right li h5 {
        top: 0px;
        margin: 20px 0px;
    }

    .blog-page__main .content h2 {
        font-size: 28px;
        margin-top: -12px;
        margin-bottom: 11px;
        line-height: 34px;
    }

    .blog-page__filter-container .right input {
        font-size: 12px;
    }

    .map__svg {
        height: 210px;
    }

    .map__container header {
        flex-direction: column;
        padding: 0 20px;
    }

    .map__container header h2 {
        width: 100%;
    }

    .map__container header .right {
        width: 100%;
    }

    .sticky .page-header__top-menu li:first-child {
        display: block;
    }

    .btn-container {
        width: 100%;
        max-width: none;
    }

    .btn-container .btn {
        font-size: 15px !important;
        padding: 15px 50px 15px 40px !important;
    }

    .btn--long:after {
        right: 26px;
    }

    .btn-container .btn--long:after {
        right: 25px;
    }

    .blog-page__pagination .prev.page-numbers span {
        display: none;
    }

    .blog-page__pagination .next.page-numbers span {
        display: none;
    }

    .blog-page__pagination .btn--long {
        padding: 15px 20px;
    }

    .cols-2-slider-with-desc .slick-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .birthday__days--mobile .slick-prev {
        position: absolute;
        left: 11px;
    }

    .birthday__days--mobile .slick-next {
        position: absolute;
        right: 11px;
    }
}

@media (max-width: 600px) {
        .banner-big-modal__container {
            padding: 0 20px!important;
        }

        .banner-big-modal .banner-big-modal__container {
            padding-block: 20px!important;
        }
}

@media (max-width: 500px) {
    .mobile-only-full {
        position: relative;
        left: -20px;
        width: calc(100% + 40px) !important;
    }
}

.wpcf7-form-control-signature-wrap {
    background: #EEE;
    border: 4px dashed #CCC;
    margin-bottom: 7px;
}

#wpcf7_BMSignatureAttachment_clear {
    border: none;
    font-weight: bold;
    padding: 5px 21px;
}

input[name="APBudgetLegal"]::-webkit-outer-spin-button,
input[name="APBudgetLegal"]::-webkit-inner-spin-button,
input[name="APBudgetBMExpenses"]::-webkit-outer-spin-button,
input[name="APBudgetBMExpenses"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="APBudgetLegal"],
input[name="APBudgetBMExpenses"] {
    -moz-appearance: textfield;
}




@font-face {
  font-family: 'icomoon';
  src:  url('../icons/icomoon.eot?3o9sj7');
  src:  url('../icons/icomoon.eot?3o9sj7#iefix') format('embedded-opentype'),
    url('../icons/icomoon.ttf?3o9sj7') format('truetype'),
    url('../icons/icomoon.woff?3o9sj7') format('woff'),
    url('../icons/icomoon.svg?3o9sj7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-smartphone-call:before {
  content: "\e900";
}






/*------------------------------------*\
    End Custom CSS
\*------------------------------------*/
/*------------------------------------*\
    Trumps
\*------------------------------------*/
@-ms-viewport {
    width: device-width;
}

/**
 * Images
 */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/**
 * Visiblity
 */
.show {
    display: block !important;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/**
 * Hiding
 */
.hide,
.hidden-xxs-up {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .form-dropdown,
    .form-line-column,
    .form-line:not(.form-line-column) .form-input-wide[data-layout=half],
    .form-textarea,
    .form-textbox {
        width: 100% !important;
    }
}

/**
 * Screen Readers
 */
.sr-only,
.screen-reader-text,
.wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/**
 * Print
 */
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

/**
 * Text alignment
 */
.text-left {
    text-align: left !important;
}

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

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

/**
 * Positioning
 */
.affix-top {
    position: fixed !important;
    top: 0 !important;
}

.affix-bottom {
    position: fixed !important;
    bottom: 0 !important;
}

.affix-left {
    position: fixed !important;
    left: 0 !important;
}

.affix-right {
    position: fixed !important;
    right: 0 !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

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

/**
 * Add/remove margins
 */
.push {
    margin: 20px !important;
}

.push-top {
    margin-top: 20px !important;
}

.push-right {
    margin-right: 20px !important;
}

.push-bottom {
    margin-bottom: 20px !important;
}

.push-left {
    margin-left: 20px !important;
}

.push-ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.push-sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.push-half {
    margin: 10px !important;
}

.push-half-top {
    margin-top: 10px !important;
}

.push-half-right {
    margin-right: 10px !important;
}

.push-half-bottom {
    margin-bottom: 10px !important;
}

.push-half-left {
    margin-left: 10px !important;
}

.push-half-ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.push-half-sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.flush {
    margin: 0 !important;
}

.flush-top {
    margin-top: 0 !important;
}

.flush-right {
    margin-right: 0 !important;
}

.flush-bottom {
    margin-bottom: 0 !important;
}

.flush-left {
    margin-left: 0 !important;
}

.flush-ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.flush-sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/**
 * Add/remove paddings
 */
.soft {
    padding: 20px !important;
}

.soft-top {
    padding-top: 20px !important;
}

.soft-right {
    padding-right: 20px !important;
}

.soft-bottom {
    padding-bottom: 20px !important;
}

.soft-left {
    padding-left: 20px !important;
}

.soft-ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.soft-sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.soft-half {
    padding: 10px !important;
}

.soft-half-top {
    padding-top: 10px !important;
}

.soft-half-right {
    padding-right: 10px !important;
}

.soft-half-bottom {
    padding-bottom: 10px !important;
}

.soft-half-left {
    padding-left: 10px !important;
}

.soft-half-ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.soft-half-sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.hard {
    padding: 0 !important;
}

.hard-top {
    padding-top: 0 !important;
}

.hard-right {
    padding-right: 0 !important;
}

.hard-bottom {
    padding-bottom: 0 !important;
}

.hard-left {
    padding-left: 0 !important;
}

.hard-ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hard-sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width:600px) {
    .flush-xs {
        margin: 0 !important;
    }

    .flush-xs-top {
        margin-top: 0 !important;
    }

    .flush-xs-right {
        margin-right: 0 !important;
    }

    .flush-xs-bottom {
        margin-bottom: 0 !important;
    }

    .flush-xs-left {
        margin-left: 0 !important;
    }

    .flush-xs-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-xs-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .push-xs {
        margin: 20px !important;
    }

    .push-xs-top {
        margin-top: 20px !important;
    }

    .push-xs-right {
        margin-right: 20px !important;
    }

    .push-xs-bottom {
        margin-bottom: 20px !important;
    }

    .push-xs-left {
        margin-left: 20px !important;
    }

    .push-xs-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .push-xs-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .push-half-xs {
        margin: 10px !important;
    }

    .push-half-xs-top {
        margin-top: 10px !important;
    }

    .push-half-xs-right {
        margin-right: 10px !important;
    }

    .push-half-xs-bottom {
        margin-bottom: 10px !important;
    }

    .push-half-xs-left {
        margin-left: 10px !important;
    }

    .push-half-xs-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .push-half-xs-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .push-double-xs {
        margin: 40px !important;
    }

    .push-double-xs-top {
        margin-top: 40px !important;
    }

    .push-double-xs-right {
        margin-right: 40px !important;
    }

    .push-double-xs-bottom {
        margin-bottom: 40px !important;
    }

    .push-double-xs-left {
        margin-left: 40px !important;
    }

    .push-double-xs-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .push-double-xs-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .push-triple-xs {
        margin: 60px !important;
    }

    .push-triple-xs-top {
        margin-top: 60px !important;
    }

    .push-triple-xs-right {
        margin-right: 60px !important;
    }

    .push-triple-xs-bottom {
        margin-bottom: 60px !important;
    }

    .push-triple-xs-left {
        margin-left: 60px !important;
    }

    .push-triple-xs-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .push-triple-xs-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .soft-xs {
        padding: 20px !important;
    }

    .soft-xs-top {
        padding-top: 20px !important;
    }

    .soft-xs-right {
        padding-right: 20px !important;
    }

    .soft-xs-bottom {
        padding-bottom: 20px !important;
    }

    .soft-xs-left {
        padding-left: 20px !important;
    }

    .soft-xs-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .soft-xs-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .soft-half-xs {
        padding: 10px !important;
    }

    .soft-half-xs-top {
        padding-top: 10px !important;
    }

    .soft-half-xs-right {
        padding-right: 10px !important;
    }

    .soft-half-xs-bottom {
        padding-bottom: 10px !important;
    }

    .soft-half-xs-left {
        padding-left: 10px !important;
    }

    .soft-half-xs-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .soft-half-xs-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .soft-double-xs {
        padding: 40px !important;
    }

    .soft-double-xs-top {
        padding-top: 40px !important;
    }

    .soft-double-xs-right {
        padding-right: 40px !important;
    }

    .soft-double-xs-bottom {
        padding-bottom: 40px !important;
    }

    .soft-double-xs-left {
        padding-left: 40px !important;
    }

    .soft-double-xs-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .soft-double-xs-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .soft-triple-xs {
        padding: 60px !important;
    }

    .soft-triple-xs-top {
        padding-top: 60px !important;
    }

    .soft-triple-xs-right {
        padding-right: 60px !important;
    }

    .soft-triple-xs-bottom {
        padding-bottom: 60px !important;
    }

    .soft-triple-xs-left {
        padding-left: 60px !important;
    }

    .soft-triple-xs-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .soft-triple-xs-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .hard-xs {
        padding: 0 !important;
    }

    .hard-xs-top {
        padding-top: 0 !important;
    }

    .hard-xs-right {
        padding-right: 0 !important;
    }

    .hard-xs-bottom {
        padding-bottom: 0 !important;
    }

    .hard-xs-left {
        padding-left: 0 !important;
    }

    .hard-xs-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-xs-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width:768px) {
    .flush-sm {
        margin: 0 !important;
    }

    .flush-sm-top {
        margin-top: 0 !important;
    }

    .flush-sm-right {
        margin-right: 0 !important;
    }

    .flush-sm-bottom {
        margin-bottom: 0 !important;
    }

    .flush-sm-left {
        margin-left: 0 !important;
    }

    .flush-sm-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-sm-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .push-sm {
        margin: 20px !important;
    }

    .push-sm-top {
        margin-top: 20px !important;
    }

    .push-sm-right {
        margin-right: 20px !important;
    }

    .push-sm-bottom {
        margin-bottom: 20px !important;
    }

    .push-sm-left {
        margin-left: 20px !important;
    }

    .push-sm-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .push-sm-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .push-half-sm {
        margin: 10px !important;
    }

    .push-half-sm-top {
        margin-top: 10px !important;
    }

    .push-half-sm-right {
        margin-right: 10px !important;
    }

    .push-half-sm-bottom {
        margin-bottom: 10px !important;
    }

    .push-half-sm-left {
        margin-left: 10px !important;
    }

    .push-half-sm-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .push-half-sm-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .push-double-sm {
        margin: 40px !important;
    }

    .push-double-sm-top {
        margin-top: 40px !important;
    }

    .push-double-sm-right {
        margin-right: 40px !important;
    }

    .push-double-sm-bottom {
        margin-bottom: 40px !important;
    }

    .push-double-sm-left {
        margin-left: 40px !important;
    }

    .push-double-sm-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .push-double-sm-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .push-triple-sm {
        margin: 60px !important;
    }

    .push-triple-sm-top {
        margin-top: 60px !important;
    }

    .push-triple-sm-right {
        margin-right: 60px !important;
    }

    .push-triple-sm-bottom {
        margin-bottom: 60px !important;
    }

    .push-triple-sm-left {
        margin-left: 60px !important;
    }

    .push-triple-sm-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .push-triple-sm-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .soft-sm {
        padding: 20px !important;
    }

    .soft-sm-top {
        padding-top: 20px !important;
    }

    .soft-sm-right {
        padding-right: 20px !important;
    }

    .soft-sm-bottom {
        padding-bottom: 20px !important;
    }

    .soft-sm-left {
        padding-left: 20px !important;
    }

    .soft-sm-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .soft-sm-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .soft-half-sm {
        padding: 10px !important;
    }

    .soft-half-sm-top {
        padding-top: 10px !important;
    }

    .soft-half-sm-right {
        padding-right: 10px !important;
    }

    .soft-half-sm-bottom {
        padding-bottom: 10px !important;
    }

    .soft-half-sm-left {
        padding-left: 10px !important;
    }

    .soft-half-sm-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .soft-half-sm-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .soft-double-sm {
        padding: 40px !important;
    }

    .soft-double-sm-top {
        padding-top: 40px !important;
    }

    .soft-double-sm-right {
        padding-right: 40px !important;
    }

    .soft-double-sm-bottom {
        padding-bottom: 40px !important;
    }

    .soft-double-sm-left {
        padding-left: 40px !important;
    }

    .soft-double-sm-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .soft-double-sm-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .soft-triple-sm {
        padding: 60px !important;
    }

    .soft-triple-sm-top {
        padding-top: 60px !important;
    }

    .soft-triple-sm-right {
        padding-right: 60px !important;
    }

    .soft-triple-sm-bottom {
        padding-bottom: 60px !important;
    }

    .soft-triple-sm-left {
        padding-left: 60px !important;
    }

    .soft-triple-sm-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .soft-triple-sm-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .hard-sm {
        padding: 0 !important;
    }

    .hard-sm-top {
        padding-top: 0 !important;
    }

    .hard-sm-right {
        padding-right: 0 !important;
    }

    .hard-sm-bottom {
        padding-bottom: 0 !important;
    }

    .hard-sm-left {
        padding-left: 0 !important;
    }

    .hard-sm-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-sm-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width:1025px) {
    .flush-md {
        margin: 0 !important;
    }

    .flush-md-top {
        margin-top: 0 !important;
    }

    .flush-md-right {
        margin-right: 0 !important;
    }

    .flush-md-bottom {
        margin-bottom: 0 !important;
    }

    .flush-md-left {
        margin-left: 0 !important;
    }

    .flush-md-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-md-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .push-md {
        margin: 20px !important;
    }

    .push-md-top {
        margin-top: 20px !important;
    }

    .push-md-right {
        margin-right: 20px !important;
    }

    .push-md-bottom {
        margin-bottom: 20px !important;
    }

    .push-md-left {
        margin-left: 20px !important;
    }

    .push-md-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .push-md-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .push-half-md {
        margin: 10px !important;
    }

    .push-half-md-top {
        margin-top: 10px !important;
    }

    .push-half-md-right {
        margin-right: 10px !important;
    }

    .push-half-md-bottom {
        margin-bottom: 10px !important;
    }

    .push-half-md-left {
        margin-left: 10px !important;
    }

    .push-half-md-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .push-half-md-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .push-double-md {
        margin: 40px !important;
    }

    .push-double-md-top {
        margin-top: 40px !important;
    }

    .push-double-md-right {
        margin-right: 40px !important;
    }

    .push-double-md-bottom {
        margin-bottom: 40px !important;
    }

    .push-double-md-left {
        margin-left: 40px !important;
    }

    .push-double-md-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .push-double-md-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .push-triple-md {
        margin: 60px !important;
    }

    .push-triple-md-top {
        margin-top: 60px !important;
    }

    .push-triple-md-right {
        margin-right: 60px !important;
    }

    .push-triple-md-bottom {
        margin-bottom: 60px !important;
    }

    .push-triple-md-left {
        margin-left: 60px !important;
    }

    .push-triple-md-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .push-triple-md-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .soft-md {
        padding: 20px !important;
    }

    .soft-md-top {
        padding-top: 20px !important;
    }

    .soft-md-right {
        padding-right: 20px !important;
    }

    .soft-md-bottom {
        padding-bottom: 20px !important;
    }

    .soft-md-left {
        padding-left: 20px !important;
    }

    .soft-md-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .soft-md-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .soft-half-md {
        padding: 10px !important;
    }

    .soft-half-md-top {
        padding-top: 10px !important;
    }

    .soft-half-md-right {
        padding-right: 10px !important;
    }

    .soft-half-md-bottom {
        padding-bottom: 10px !important;
    }

    .soft-half-md-left {
        padding-left: 10px !important;
    }

    .soft-half-md-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .soft-half-md-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .soft-double-md {
        padding: 40px !important;
    }

    .soft-double-md-top {
        padding-top: 40px !important;
    }

    .soft-double-md-right {
        padding-right: 40px !important;
    }

    .soft-double-md-bottom {
        padding-bottom: 40px !important;
    }

    .soft-double-md-left {
        padding-left: 40px !important;
    }

    .soft-double-md-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .soft-double-md-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .soft-triple-md {
        padding: 60px !important;
    }

    .soft-triple-md-top {
        padding-top: 60px !important;
    }

    .soft-triple-md-right {
        padding-right: 60px !important;
    }

    .soft-triple-md-bottom {
        padding-bottom: 60px !important;
    }

    .soft-triple-md-left {
        padding-left: 60px !important;
    }

    .soft-triple-md-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .soft-triple-md-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .hard-md {
        padding: 0 !important;
    }

    .hard-md-top {
        padding-top: 0 !important;
    }

    .hard-md-right {
        padding-right: 0 !important;
    }

    .hard-md-bottom {
        padding-bottom: 0 !important;
    }

    .hard-md-left {
        padding-left: 0 !important;
    }

    .hard-md-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-md-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width:1200px) {
    .flush-lg {
        margin: 0 !important;
    }

    .flush-lg-top {
        margin-top: 0 !important;
    }

    .flush-lg-right {
        margin-right: 0 !important;
    }

    .flush-lg-bottom {
        margin-bottom: 0 !important;
    }

    .flush-lg-left {
        margin-left: 0 !important;
    }

    .flush-lg-ends {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .flush-lg-sides {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .push-lg {
        margin: 20px !important;
    }

    .push-lg-top {
        margin-top: 20px !important;
    }

    .push-lg-right {
        margin-right: 20px !important;
    }

    .push-lg-bottom {
        margin-bottom: 20px !important;
    }

    .push-lg-left {
        margin-left: 20px !important;
    }

    .push-lg-ends {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .push-lg-sides {
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .push-half-lg {
        margin: 10px !important;
    }

    .push-half-lg-top {
        margin-top: 10px !important;
    }

    .push-half-lg-right {
        margin-right: 10px !important;
    }

    .push-half-lg-bottom {
        margin-bottom: 10px !important;
    }

    .push-half-lg-left {
        margin-left: 10px !important;
    }

    .push-half-lg-ends {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .push-half-lg-sides {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .push-double-lg {
        margin: 40px !important;
    }

    .push-double-lg-top {
        margin-top: 40px !important;
    }

    .push-double-lg-right {
        margin-right: 40px !important;
    }

    .push-double-lg-bottom {
        margin-bottom: 40px !important;
    }

    .push-double-lg-left {
        margin-left: 40px !important;
    }

    .push-double-lg-ends {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .push-double-lg-sides {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }

    .push-triple-lg {
        margin: 60px !important;
    }

    .push-triple-lg-top {
        margin-top: 60px !important;
    }

    .push-triple-lg-right {
        margin-right: 60px !important;
    }

    .push-triple-lg-bottom {
        margin-bottom: 60px !important;
    }

    .push-triple-lg-left {
        margin-left: 60px !important;
    }

    .push-triple-lg-ends {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .push-triple-lg-sides {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }

    .soft-lg {
        padding: 20px !important;
    }

    .soft-lg-top {
        padding-top: 20px !important;
    }

    .soft-lg-right {
        padding-right: 20px !important;
    }

    .soft-lg-bottom {
        padding-bottom: 20px !important;
    }

    .soft-lg-left {
        padding-left: 20px !important;
    }

    .soft-lg-ends {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .soft-lg-sides {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .soft-half-lg {
        padding: 10px !important;
    }

    .soft-half-lg-top {
        padding-top: 10px !important;
    }

    .soft-half-lg-right {
        padding-right: 10px !important;
    }

    .soft-half-lg-bottom {
        padding-bottom: 10px !important;
    }

    .soft-half-lg-left {
        padding-left: 10px !important;
    }

    .soft-half-lg-ends {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .soft-half-lg-sides {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .soft-double-lg {
        padding: 40px !important;
    }

    .soft-double-lg-top {
        padding-top: 40px !important;
    }

    .soft-double-lg-right {
        padding-right: 40px !important;
    }

    .soft-double-lg-bottom {
        padding-bottom: 40px !important;
    }

    .soft-double-lg-left {
        padding-left: 40px !important;
    }

    .soft-double-lg-ends {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .soft-double-lg-sides {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }

    .soft-triple-lg {
        padding: 60px !important;
    }

    .soft-triple-lg-top {
        padding-top: 60px !important;
    }

    .soft-triple-lg-right {
        padding-right: 60px !important;
    }

    .soft-triple-lg-bottom {
        padding-bottom: 60px !important;
    }

    .soft-triple-lg-left {
        padding-left: 60px !important;
    }

    .soft-triple-lg-ends {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .soft-triple-lg-sides {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }

    .hard-lg {
        padding: 0 !important;
    }

    .hard-lg-top {
        padding-top: 0 !important;
    }

    .hard-lg-right {
        padding-right: 0 !important;
    }

    .hard-lg-bottom {
        padding-bottom: 0 !important;
    }

    .hard-lg-left {
        padding-left: 0 !important;
    }

    .hard-lg-ends {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hard-lg-sides {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.wpcf7-list-item-label {
    color: black;
}

/* .wpcf7-text {
    text-transform: capitalize;
} */
/*******************************
 * No CSS Should be added below the above TRUMPS section.
 *
 *
 * Please add all additional CSS above the TRUMPS section above.
 * /
*/
