div#adBlock {
    display: none !important;
}

.gsc-adBlock{
    display: none !important;
}

.blog .block--blog-page {
    margin-top: 105px;
}

.archive .block--blog-page {
    margin-top: 105px;
}

 /*.author .block--author*/

body > div.site-wrap > section.block.block--author{
    margin-top: 105px;
}

.blog .block--blog-page article.post-preview{
    margin-bottom: 35px;
}

.single-post #author-avatar{
    margin-bottom: 10px;
}

.single-post #author-avatar img{
    overflow: hidden;
    width: 100%;
    max-width: 100px;
    border-radius: 50% 50%;
}

.block--author{
    padding-bottom: 60px;
}

.author .block--author .author-avatar img {
    overflow: hidden;
    width: 100%;
    max-width: 100px;
    border-radius: 50% 50%;
}

@keyframes topBottom {
    0%   {top: -150px; opacity: 0;}
    100% {top: 0px; opacity: 1;}
}

@keyframes leftRight {
    0%   {left: -150px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes leftRightP {
    0%   {left: -200px; opacity: 0;}
    100% {left: 0px; opacity: 1;}
}

@keyframes rightLeft {
    0%   {right: -200px; opacity: 0;}
    100% {right: 0px; opacity: 1;}
}

@keyframes opacityBtn {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

.block--hero .image--holder img {
    animation: rightLeft .5s 1;
    animation-fill-mode: forwards;
    opacity: 0;
    right: 0;
}

.block--hero h1 { 
    animation: leftRight .5s 1;
    animation-fill-mode: forwards;
    opacity: 0;
    left: 0;
}

.block--hero p { 
    animation: leftRightP .5s 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    left: 0;
}

.block--hero .btn { 
    animation: opacityBtn .5s 1;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    bottom: 0;

}

body.home .site-nav {
    animation: topBottom .5s 1;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    top: 0;
}

body > div:nth-child(34){
    display: none!important;
}

@media (max-width: 576px){
    
    .block--knowledge_bank {
        padding: 96px 0 0px;
    }
    
    .block--knowledge_bank .kb-slider{
        height: 222px;
    }
}

.block--knowledge_bank{
    padding-bottom:0;
}
.block--success_stories .top-curve-3{
     top: -88px;
}
.block--success_stories{
     padding-top: 70px;
}

/**/

.block--header_page .full-h h1{
    font-size: 2.0rem;
}

.block--header_page .btn--primary{
    margin-right: 25px;
}

.block--header_page .btn--no-shadow{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.block--header_page {
    /*height: 350px;*/
    height: 369px;
    padding: 70px 0px 70px 0;
    margin-top: 75px;
}

/*.block--hero {
    height: 650px;
    padding-bottom: 70px;
}*/

@media (min-width: 1600px){

    .block--header_page .container {
        max-width: 1500px;
    }

    .block--header_page .btn--primary{
        width: 250px;
    }

    .block--header_page .btn--primary-inverse{
        width: 250px;
    }

    .block--header_page .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--full_page .breadcrumbs p{
        font-size: 14px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h {
        height: 260px;
        margin-left: -40px;
    }

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--header_page .full-h .btn--primary{
        width: 35%;
        height: 45px;
        margin-right: 5px;
        font-size: 16px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 35%;
        height: 45px;
        margin-left: 5px;
        font-size: 16px;
    }

    .block--header_page .container .row .full-h .col-xl-6{
        width: 100%;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 5px;
        font-size: 33px;
    }

    .block--header_page .full-h p {
        font-size: 15px;
        margin-bottom: 10px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px){

    .block--header_page .container {
        max-width: 1250px;
    }

    .block--header_page .btn--primary{
        width: 250px;
    }

    .block--header_page .btn--primary-inverse{
        width: 250px;
    }

    .block--header_page .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--full_page .breadcrumbs p{
        font-size: 14px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h {
        height: 260px;
        margin-left: -40px;
    }

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--header_page .full-h .btn--primary{
        width: 35%;
        height: 45px;
        margin-right: 5px;
        font-size: 16px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 35%;
        height: 45px;
        margin-left: 5px;
        font-size: 16px;
    }

    .block--header_page .container .row .full-h .col-xl-6{
        width: 100%;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 5px;
        font-size: 33px;
    }

    .block--header_page .full-h p {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1349px){

    /*.block--hero #hero-svg {
        height: 120%;
    }*/

    .block--header_page .btn--primary{
        width: 250px;
    }

    .block--header_page .btn--primary-inverse{
        width: 250px;
    }

    .block--header_page .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--full_page .breadcrumbs p{
        font-size: 14px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h {
        height: 260px;
        margin-left: -40px;
    }

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--header_page .full-h .btn--primary{
        width: 35%;
        height: 45px;
        margin-right: 5px;
        font-size: 16px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 35%;
        height: 45px;
        margin-left: 5px;
        font-size: 16px;
    }

    .block--header_page .container .row .full-h .col-xl-6{
        width: 100%;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 5px;
        font-size: 33px;
    }

    .block--header_page .full-h p {
        font-size: 14px;
        margin-bottom: 10px;
    }

}

@media (max-width: 1024px){

    .block--header_page .btn--primary-inverse{
        width: 235px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h .btn--primary{
        width: 60%;
        height: 45px;
        margin-right: 0px;
        font-size: 13px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 60%;
        height: 45px;
        font-size: 13px;
    }

}


@media (min-width:992px) and (max-width: 1199px){
    
    .block--header_page .container .row .col-xl-6{
        width: 50%;
    }

    .block--header_page .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--full_page .breadcrumbs p{
        font-size: 14px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--header_page .full-h {
        height: 260px;
    }

    .block--header_page .full-h .btn--primary{
        width: 50%;
        height: 45px;
        margin-right: 5px;
        font-size: 13px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 50%;
        height: 45px;
        margin-left: 5px;
        font-size: 13px;
    }

    .block--header_page .container .row .full-h .col-xl-6{
        width: 100%;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .block--header_page .full-h p {
        font-size: 12px;
        margin-bottom: 15px;
    }

}

@media (min-width: 48em) and (max-width: 991px){
    /*48em = 768px*/

    /*.block--hero #hero-svg {
        right: -25%;
    }*/

    .block--header_page .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block--header_page h1 {
        margin-bottom: 20px;
    }

    .block--full_page .breadcrumbs p{
        font-size: 13px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h h1 {
        margin-bottom: 10px;
    }

    .block--header_page .full-h {
        height: 260px;
    }

    .block--header_page .full-h .btn--primary{
        width: 30%;
        height: 40px;
        margin-right: 0px;
        font-size: 13px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 30%;
        height: 40px;
        font-size: 13px;
        margin-left: 25px;
    }

}

@media (max-width: 767px){

    .block--header_page .btn--primary{
        margin-bottom: 20px;
    }

    .block--header_page .container{
        align-items: center;
        text-align: -webkit-center;
    }

}

@media (min-width:537px) and (max-width: 767px){

    /*.block--header_page .btn--primary-inverse{
        width: 51%;
    } */

    .block--header_page .btn--primary{
        width: 60%;
        height: 45px;
        margin-right: 0px;
        font-size: 15px;
    }

    .block--header_page .btn--primary-inverse{
        width: 60%;
        height: 45px;
        font-size: 15px;
    }

    .block--full_page .breadcrumbs p{
        font-size: 13px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h .btn--primary{
        width: 50%;
        height: 45px;
        margin-right: 10px;
        font-size: 13px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 50%;
        height: 45px;
        font-size: 13px;
    }

    .block--header_page .full-h {
        height: 265px;
    }

    .block--header_page .full-h p {
        font-size: 12px;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


@media (min-width:320px) and (max-width: 536px){

    /*.block--hero {
        height: 750px;
        padding-bottom: 70px;
    }

    .block--hero .container .row h1{
        font-size: 30px;
    }*/

    .block--header_page .btn--primary{
        width: 60%;
        height: 45px;
        margin-right: 0px;
        font-size: 13px;
    }

    .block--header_page .btn--primary-inverse{
        width: 60%;
        height: 45px;
        font-size: 13px;
    }

    .block--header_page h1 {
        font-size: 30px;
    }

    .block--full_page .breadcrumbs p{
        font-size: 11px;
    }

    /*block--header_page .full-h*/

    .block--header_page .full-h .btn--primary{
        width: 50%;
        height: 40px;
        margin-right: 10px;
        font-size: 11px;
    }

    .block--header_page .full-h .btn--primary-inverse{
        width: 50%;
        height: 40px;
        font-size: 11px;
    }

    .block--header_page .full-h {
        height: 265px;
    }

    .block--header_page .full-h p {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .block--header_page .full-h h1 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .block--header_page .full-h .flex--button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

}

@media screen and (min-width: 320px) and (max-width: 768px) {
  
    .block--one_column div {
        width: 100%!important;
    }

    .block--one_column .row {
        margin-left: 0!important;
    }
}

@media screen and (max-width: 320px){
    .block--one_column ul {
            padding: 0px 15px!important;
        }
}

.block--one_column img {
    width: 100%!important;
    height: 100%!important;
}

.btn-knowledge-hub{
    background-color: #733FAF;
}

.btn-adop-net{
  background-color: #ff87dd;  
}


/*Menu phone V2*/


/*.site-nav ul.call-phone {
    margin-bottom: 0;
}

.site-nav ul.call-phone li.phone{
    display: inline-block;
    list-style: none;
    /*margin-right: 20px;*/
 /*   background: #8d58b7;
    border-radius: 30px;
    
    padding: 11px 25px;
    height: 50px;
}

.site-nav ul.call-phone li.phone a{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

.site-nav ul.call-phone li.phone a p{
    text-align: right;
    display: inline-block;
    font-size: 14px;
}

.site-nav .call-phone .phone a i {
    position: relative;
    -webkit-transform: rotate(
-35deg);
    transform: rotate(
-35deg);
}*/

/*.site-nav .badge {
    /*position: absolute;
    top: -35px;
    right: -80px;*/
  /*  font-size: 12px;
    display: inline-block;
    /*padding: 0.25em 0.4em;*/
    /*padding: 0.25em 0em;*/
    /*font-size: 75%;*/
 /*   font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #8d58b7;
    color: #fff;
    background: #8d58b7;
    border-radius: 100em;
    margin-top: -30px;  
}*/

.site-nav .position-relative {
    position: relative!important;
}

/*.site-nav .rounded-circle {
    border-radius: 50%!important;
}*/


@media (min-width: 541px) and (max-width: 990px){
    /*.site-nav .badge {        
        top: -24px;
        right: -61px;
    }

    .site-nav ul.call-phone li.phone a p{
        font-size: 12px;
    }*/
}



@media (max-width: 540px){
    .site-nav{
        background-color: white;
    }

    /*.site-nav ul.call-phone{
        top: 76px;
        /*left: 156px;*/
        /*position: absolute;*/
       /* position: fixed;
        left: 46%;
        transform: translateX(-50%);
    }*/

    /*.site-nav .badge{
        font-size: 1.5rem;
    }
    .site-nav ul.call-phone li.phone a {        
        font-size: 12px;
    }

    .site-nav .badge {
        right: -69px;
    }*/

    .block--search .close-x{
        color: #8559b1;
        float: left;
        font-size: 28px;
        font-weight: bold;
        overflow: visible;
        /*margin-left: 17px;*/
    }

    .block--search .close-x:hover{
        color: #000000;
    }

    .site-nav .search-form {
        margin-right: 0 !important;
    }
    
}

@media (max-width: 425px){ 
    /*.site-nav ul.call-phone {        
        left: 93px;
    }*/

    /*.site-nav ul.call-phone li.phone a p {
        font-size: 12px;
    }*/

    .block--family-header h1{
        margin-top: 26px;
        margin-bottom: -13px;
    }

    /*.site-nav ul.call-phone li.phone{
        height: 45px;
        padding: 9px 25px;
    }*/
    
    .block--header_page .btn--primary, .block--header_page .btn--primary-inverse{
        width: 50%;
    }

    .site-nav .search-form.search-m{
        margin-right: 8px;
    }

    .block--hero div.image--holder > p {         
        -webkit-animation: unset;
        text-align: center;
        top: 340px;
        opacity: 1;
    }

    .block--hero .container p {         
        -webkit-animation: unset;        
        text-align: left;
        opacity: 1;
    }

    .block--hero .image--holder img.mobile{
        height: 416px;
        -webkit-animation: unset;                
        opacity: 1;
    }

    .block--hero .container h1{
        -webkit-animation: unset;        
        text-align: left;
        opacity: 1;
    } 

    body.home .site-nav{
        -webkit-animation: unset !important;                
        opacity: 1 !important;
    }     
    
}

@media (min-width: 375px) and (max-width: 424px){
    /*.site-nav ul.call-phone {
        left: 72px;
    } */

    /*.site-nav ul.call-phone li.phone a p {
        font-size: 10px;
    }*/

    /*.site-nav .badge {
        font-size: 1.0rem;
    } */  

    /*.site-nav .badge{
        margin-top: -18px;
        margin-left: -13px;  
    }*/

}

@media (min-width: 320px) and (max-width: 375px){
    /*.site-nav ul.call-phone li.phone a p {
        font-size: 10px;
    }*/

   /* .site-nav ul.call-phone{
        left: 57%;
        width: 298px;
    }*/   

    /*.site-nav .badge {
        font-size: 1.2rem;        
    } */   
}

@media (max-width: 375px){

    .site-nav .call-for-adopt-link-2 .bt-phone{
        padding: 0 9px !important;
    }
    
    .site-nav .search-form.search-m {
        margin-right: -4px;
    }
}


/*.site-nav .call-for-adopt-link {
    padding: 0 26px;
    height: 50px;
    background: #8d58b7;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: all .4s ease-in-out;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #fff;
    font-weight:700;
    margin: 0;
    display:flex;
    min-width: auto;
}
.site-nav .call-for-adopt-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: 100%;
}
.site-nav .call-for-adopt-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 15px;
    width: 100%;
    position: relative;
    padding-right: 22px;
    height: 100%;
}
.site-nav .call-for-adopt-icon {
    transform: rotate(-35deg);
    font-size: 23.4px;
    bottom: 10px;
    position: absolute;
}
.site-nav .call-for-adopt-icon {
    transform: rotate(-35deg);
    font-size: 19.2px;
    bottom: 10px;
    position: absolute;
}
.site-nav .call-for-adopt-right {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align:right;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    align-items: center;
    display: inline-grid;
    font-size: 7px;
    line-height: 12px;
}
@media (max-width: 540px) {
    .site-nav .call-for-adopt-link {
        top: 76px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);    
    }
}
@media (min-width: 331px) {
    .site-nav .call-for-adopt-right  {
        font-size: 10px;
        line-height: 14px;
    }
    .site-nav .call-for-adopt-icon {
        font-size: 24px;
    }
}
@media (min-width: 480px) { 
    .site-nav .call-for-adopt-right  {
        font-size: 12px;
        line-height: 14px;
    }
    .site-nav .call-for-adopt-icon {
        font-size: 20.8px;
    }
}
@media (min-width: 768px) { 
    .site-nav .call-for-adopt-link {
        min-width: 180px;
    }
}
@media (min-width: 1024px) { 
    .site-nav .call-for-adopt-link {
        min-width: 196px;
    }
    .site-nav .call-for-adopt-icon {
        font-size: 23.4px;
    }
    .site-nav .call-for-adopt-right  {
        font-size: 14px;
        line-height: 14px;
    }
}*/


/********jm*********/

.site-nav .call-for-adopt-link-2 .bt-phone {
    padding: 0 26px;
    height: 50px;
    background: #8d58b7;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: all .4s ease-in-out;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #fff;
    font-weight:700;
    margin: 0;
    display:flex;
    display: -webkit-inline-box;    
    display: -webkit-flexbox;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */    
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: auto;
}

/*.site-nav .call-for-adopt-link-2 .bt-phone {
    font-size: 12px;
    display: inline-block;
    background: #8d58b7; 
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;  
    vertical-align: baseline;
    border-radius: 100em; 
}*/

.site-nav .call-for-adopt-link-2 a{
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}

.site-nav .call-for-adopt-link-2 a .call-for-adopt-icon-phone{
    font-size: 23.4px;
    transform: rotate(-35deg);        
    margin-right: 8px;    
}


.site-nav .menu-float{
    display: none;
}

.site-nav .search-form.search-m{
    display: none;
}

@media (max-width: 540px){
    /*.site-nav .call-for-adopt-link-2 {
        top: 76px;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }*/

    .site-nav button{
        top: 63px;
        position: fixed;
        right: -44px;      
    }

    .site-nav .menu-float{
        display: block;
    }

    .site-nav .search-form.search-m{
        display: block !important;
        height: 45px;
        width: 45px;
        background-color: #8559b1;
        border-radius: 50%;
        /*display: inline-block;*/
    }

    .site-nav .search-m i{
        color: #ffffff;
        padding: 14px;
    }

    .site-nav .search-form{
        display: none !important;        
    }

    .block--header_page{
        height: 221px;
        padding: 70px 0px 10px 0;
    }

    .flex--button{
        display: flex;
        display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */        
    }

    .block--header_page h1{
        margin-bottom: 10px;
        line-height: 1;
    }
}

@media (min-width: 768px){
    .site-nav .call-for-adopt-link-2 a p{
        width: 125px;
    }

    .site-nav .search-m{
        display: none;
    }    

    .site-nav button[data-toggle="menu"]{
        display: none;
    }
}

@media (min-width: 320px) {    

    .call-for-adopt-link-2 a p{
        width: 76px;
        font-size: 8px;
    }

    .site-nav .call-for-adopt-link-2 a .call-for-adopt-icon-phone {
        font-size: 18.4px;        
        margin-right: 0px;
    }

    .site-nav .call-for-adopt-link-2 .bt-phone {
        padding: 0 7px !important;
    }
}

@media (min-width: 375px) {   

    .call-for-adopt-link-2 a p{
        width: 107px;
        font-size: 12px;
    }
}

@media (min-width: 480px) { 
    .call-for-adopt-link-2 a p{
        font-size: 14px;
        width: 125px;
    }
}

.block--full_page .content--images .team .image--holder img{
    max-width: 230px;
}

/*Label coming soon*/
#label-csoon {
    position: absolute;
    width: 150px;
    /*height: 100px;*/
    z-index: 10;
    bottom: 5px;
    right: 36px;
}

@media (max-width: 767px) { 
    #label-csoon{
        right: 0px;
    }

    .site-nav .search-form{
        display: block;
        margin-right: 30px;
    }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 50px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  /*color: #aaaaaa;*/
  color: #1fc6dd;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#basicInfoFam .modal-content .family--grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
    display: grid;
}

#basicInfoFam .modal-content h1 {
    color: #1fc6dd;
    margin-bottom: 0;
    text-align: center;
}

#basicInfoFam .modal-content h5 {
    text-align: center;
    margin-bottom: 30px;   
}

#basicInfoFam .family--grid p{
    font-size: .81818rem;
    line-height: 1.8em;
    margin: 0;
}

#basicInfoFam .family--grid h4 {
    font-size: 1.27273rem;
    line-height: 1.5em;
    color: #1fc6dd;
    margin-bottom: 14px;
}

.page-id-239 .block--top_level_children_pages, .page-id-236 .block--top_level_children_pages{
    padding-top: 0;
}

.site-nav button[data-toggle="menu"]{
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img.menu-float {
    width: 50px;
}

object p a{
    padding: 0 !important;
    display: inline !important;
}

.block--birth-mom{
	display:none;
}

.block--favorites-section .favorite--flex .parent--col {
    width: 50%; 
}

/* Home Study in Progress Purple Color */

.home_study_purple {
    background: #8d58b7 !important;
}

.image--holder--home--study {
    background: #8d58b7 !important;
}

.block--family-finder #family--grid article .image--holder--home--study {
    background: #8d58b7 !important;
}

.block--family-finder #family--grid article .home_study_title {
    color: #8d58b7 !important;
}

.home_study_button {
    color: #8d58b7;
}

.home_study_button:hover {
    background: #8d58b7 !important;
    color: #fff;
}

.error404 .post-not-found{
   margin-top: 126px;
}

.error404 .post-not-found{
   margin-bottom: 50px;
}