/*
Theme Name: KRIS KELLY FOUNDATION
Description: AIOS mobile semi-custom theme. (http://thekriskellyfoundation-neworg.rs4.aios-staging.com/)
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.4
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
#main-wrapper{
    overflow: hidden;
}
#inner-page-wrapper a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#inner-page-wrapper a:hover{
    color: #d31871;
}

/********CSS Post Launch********/
img{
	max-width: 100%;
	height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
	outline: 0px !important;
}
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
	margin: 0 0 0;
	padding: 0 0 0;
}
#content #ihf-main-container #ihf-search-adv2-submit{
	margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
	padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
	text-align: center;
}

#content #ihf-main-container .mc-total-payment-subline{
	color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
	padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
	padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
	font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
	margin: 6px 0 0;
}
#ws-walkscore-tile{
	background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
	margin-left: 2%;
}
#content ul.ihf-navbar-nav{
	list-style: none;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
	color:#777;
}
#content #ihf-main-container label{
	color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
	color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
	display: none !important;
}
#ihf-main-container .row #ihf-search-location-tab .row,
#ihf-main-container .row #ihf-refine-map-search-form .row,
#ihf-main-container .row .ihf-grid-result-container .row,
#ihf-main-container .row #ihf-search-location-tab.row{
	margin-left: -15px;
	margin-right: -15px;
}
#ihf-main-container .row .row{
	margin-left: 0;
	margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
	color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
	color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
/********CSS Post Launch End********/

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
 .aios-mobile-header-wrapper {
    z-index: 1011 !important;
}

/* Sub Menu */
.header ul#nav {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
#nav li,
.nav2 li {
    position:relative;
    display: inline-block;
}
#nav li a,
.nav2 li a{
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav2 li a{
    color: #171717;
}
#nav li a:hover,
.nav2 li a:hover{
    color: #d31871;
}
#nav .sub-menu,
.nav2 .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 260px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 13px;
}
#nav .sub-menu a,
.nav2 .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
    background: rgba(211,24,113,0.9);
    width: 100%;
    text-align: center;
}
#nav .sub-menu a:hover,
.nav2 .sub-menu a:hover {
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu,
.nav2 .sub-menu .sub-menu {
    margin-left: 100%;
    top:0;
}
#nav li:hover > .sub-menu,
.nav2 li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li,
.nav2 .sub-menu li {
    position: relative;
    width: 100%;
}
/* Header */
header.header {
    font-size: 0;
    position: absolute;
    z-index: 1010;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

header.header .container {
    pointer-events: auto;
}

.header-logo{
    padding: 20px 0;
}
.header-logo a.mobile-view {
    display: none;
}
.header-donate {
    display: block;
    width: 260px;
    height: 40px;
    text-align: center;
    padding: 14px 0px;
    background: #d31871;
    border: none;
    float: right;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-donate:hover{
    background: #000;
}
.header-donate a{
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color:#fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-donate a:hover{
    color: #fff;

}
.header-contact-info {
    text-align: right;
    padding-top: 32px;
}

.header-phone, 
.header-phone span,
.header-phone em,
.header-email,
.header-smi{
    display: inline-block;
    vertical-align: middle;
}
.header-smi img {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-smi img:hover{
    opacity: .2;
}
.header-phone span{
    font-size: 12px;
    color: #fff;
    padding-right: 8px;
}
.header-phone em {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.header-email span{
    font-size: 10px;
    color: #fff;
    padding-left: 33px;
    padding-right: 36px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-email a:hover span{
    color: #d31871;
}
.header-email p {
    display: none;
}
.header-smi a{
    font-size: 15px;
    padding-right: 16px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-smi a:hover{
    color: #d31871;
}
.header-smi a:last-child{
    padding: 0;
}
/* Split */
.header-inner {
    /*background: #171717;*/
    background: #fff;
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: -300px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header.show-fixed .header-inner{
    top:0;
}
.header .header-inner > div > div > ul {
    padding: 16px 0;
}
.header .header-inner > div > div > ul > li {
    margin-right: 25px;
}
.header .header-inner > div > div > .nav-left > li:first-child {
    margin-left: 32px !important;
}
.header .logo-holder img {
    margin: 0 auto;
}
.header .header-inner > div > ul {
    padding: 17px 0;
}
.header.show-fixed .nav2 .sub-menu {
    padding-top: 32px;
}

header .aios-split-nav:first-child {
    text-align: right;
}

header .aios-split-nav:first-child > li:last-child {
    margin-right: 0;
}
/* Slideshow */
.slideshow-wrapper{
    position: relative;
    font-size: 0;
}
.slideshow-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1;
    pointer-events: none;
}
section.slideshow-wrapper::after {
    content: '';
    position: absolute;
    height: 70px;
    width: 1px;
    background: #83888c;
    bottom: 0;
    left: 50%;
}
.dog-paw {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
}
.slideshow-wrapper .click-here {
    position: fixed;
    right: 36px;
    bottom: 80px;
    z-index: 10;
}
.slideshow-wrapper #aios-slider-hp-slideshow-video .aios-slider-volume {
    font-size: 32px;
}
/* Testimonial */
.testimonials-wrapper{
    position: relative;
    font-size: 0;
    background: url('images/testi-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.testi-left {
    padding-top: 58px;
}
.testi-right-img {
    width: calc(((100vw - 1140px) / 2) + 100%);
    margin-top:-1px;
}
.testi-right-img img{
    width: 100%;
}
.testi-text-holder{
    padding-top: 77px;
}
.testi-descrip {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 34px;
    letter-spacing: .5px;
}
.testimonials-wrapper .row.no-gutters > [class^="col-"],
.testimonials-wrapper .row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.testi-name {
    padding-top: 83px;
}
.testi-name span{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #d31871;
}
/* Cta Wrapper */
.cta-wrapper{
    font-size: 0;
    position: relative;
}
.cta-holder{
    display: flex;
    align-items: center;
}
.cta-box {
    width: 33.33%;
}
.cta-box a{
    position: relative;
    display: block;
}
/* .cta-box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28,28,28,.80);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cta-box a:hover::before {
    background: rgba(211,24,113,.90);
} */
.cta-img {

    background: rgba(28,28,28,1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ipad .cta-img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.cta-box a:hover .cta-img,
.cta-box a:focus .cta-img,
.cta-box a:active .cta-img {
    background: rgba(211,24,113,1);
}
.cta-descrip {
    position: absolute;

    display: block;

    top: 35%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 1;

    text-align: center;

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;
}
.cta-box a:hover .cta-descrip{
    opacity: 0;
}
.cta-descrip::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 3px;
    background: #d31871;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cta-box a:hover .cta-descrip::after{
    display: none;
}
.cta-descrip span{
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}
.cta-descrip em{
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    color: #ffffff;
    padding-top: 9px;
    display: block;
    text-transform: uppercase;
}
.cta-img canvas{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .1;
}
.cta-know {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 36.5%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cta-box a:hover .cta-know{
    bottom: 49.5%;
}
.cta-box:nth-child(2) .cta-know {
    bottom: 38.5%;
}
/* Welcome Section */
.welcome-wrapper{
    position: relative;
    font-size: 0;
    background: #1c1c1c;
    padding: 108px 0;
}
.welcome-holder{
    max-width: 1045px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.welcome-title{
    font-family: 'Barlow', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #d31871;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-bottom: 60px;
}
.welcome-descrip p{
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 25px;
    padding-bottom: 38px;
}
.welcome-button {
    margin-top: 43px;
}
.welcome-button a{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.welcome-button a:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #d31871;
    top: -27px;
    left: 50%;
    transform: translate(-50%);
}
.welcome-button a:hover{
    color: #d31871;
}

/* Feratured Videos */
.featured-videos-wrapper{
    font-size: 0;
    position: relative;
    padding-top: 100px;
}
.video-main-title{
    text-align: center;
    padding-bottom: 150px;
}
.video-main-title span{
    font-family: 'Barlow', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.video-main-title em{
    font-family: 'Barlow', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #d31871;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-style: normal;
    padding-left: 6px;
}
.featured-videos-wrapper .row.no-gutters > [class^="col-"],
.featured-videos-wrapper .row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
   padding-bottom: 106px;
}
.video-holder a{
    position: relative;
    display: block;
}
.video-holder a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.10);
    z-index: 1;
}
.video-holder-right canvas,
.video-holder-left canvas{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video-holder-right {
    margin-right: -15px;
    position: relative;
}
.video-holder-right::after {
    content: '';
    position: absolute;
    width: 194px;
    height: 3px;
    background: #d31871;
    top: 50px;
    right: -180px;
}
.video-holder-left {
    margin-left: -15px;
}
.video-holder-left::after {
    content: '';
    position: absolute;
    width: 194px;
    height: 3px;
    background: #d31871;
    top: 50px;
    left: -196px;
}
.video-holder-right a,
.video-holder-left a {
    position: relative;
    display: block;
}
.video-play-button {
    border-color: transparent #dbd9d8;
    border-style: solid;
    border-width: 14px 0px 14px 29px;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videos-content-right{
    padding-left: 98px;
    padding-top: 99px;
}
.videos-content-left {
    max-width: 456px;
    width: 100%;
    text-align: right;
    padding-top: 102px;
}
.video-title{
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1c1c1c;
    text-transform: uppercase;
    padding-bottom: 24px;
}
.video-descrip{
    font-weight: 400;
    font-size: 14px;
    color: #5b5b5b;
    line-height: 25px;
}
.video-button {
    padding-top: 67px;
}
.video-button a{
    font-weight: 500;
    font-size: 14px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-button a:hover{
    color: #d31871;
}
.video-bg-left {
    position: absolute;
    width: 395px;
    height: 508px;
    top: -50px;
    left: -207px;
    opacity: .10;
    z-index: -1;
}
.video-bg-right{
    position: absolute;
    width: 395px;
    height: 508px;
    top: -50px;
    right: -207px;
    opacity: .10;
    z-index: -1;
}
.video-see-more {
    margin-top: 98px;
}
.video-see-more a {
    font-weight: 500;
    font-size: 14px;
    color: #1c1c1c;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-see-more a:hover{
    color: #d31871;
}
.video-see-more a::after{
    content: '';
    position: absolute;
    top:-27px;
    width: 33px;
    height: 3px;
    background: #d31871;
    left: 50%;
    transform: translate(-50%);
}
/* Social Media */
.social-media-wrapper{
    position: relative;
    font-size: 0; 
    display: none;
}
.social-media-wrapper::before{
    content: '';
    position: absolute;
    width: 38.5%;
    height: 100%;
    background: url('images/social-media-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    filter: grayscale(100); 
    top: 0;
    z-index: 1;
}
.social-media-wrapper::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.50);
    z-index: 1;
}
.social-inner {
    margin-top: 138px;
    padding-top: 90px;
    padding-bottom: 200px;
    background: #1c1c1c;
    position: relative;
}
.social-inner::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 70px;
    width: 1px;
    background: #878787;
    z-index: 2;
    left: 50%;
}
.social-holder {
    max-width: 1440px;
    width: 100%;
    display: flex;
    margin-left: auto;
    padding-bottom: 16px;
    position: relative;
    z-index: 2;
}
.social-holder a{
    position: relative;
    display: block;
}
.social-holder a.no-gray canvas{
    filter: grayscale(0);
}
.social-list{
    max-width: 180px;
}
.social-list canvas{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-holder a:hover .social-list canvas{
    filter: grayscale(0);
}
.smb-holder {
    display: flex;
    background: #010600;
    max-width: 1444px;
    width: 100%;
    margin-left: auto;
}
.sm-bottom{
    max-width: 409px;
}
.social-media-bottom {
    position: relative;
    z-index: 2;
}
.sm-bottom canvas{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.smb-twit-icon {
    padding-left: 21px;
    padding-top: 60px;
}
.smb-descrip {
    max-width: 683px;
    padding-left: 26px;
    padding-top: 58px;
    padding-bottom: 58px;
}
.smb-descrip em{
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}
.smb-descrip p{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-style: italic;
    line-height: 36px;
    color: #fff;
    padding-top: 21px;
}
/* Contact Us */
.contact-us-wrapper{
    font-size: 0;
    position: relative;
    padding-top: 170px;
    padding-bottom: 175px;
    background: url('images/contact-bg.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center center; 
    background-attachment: fixed;
    margin-top: 40px;
}
.mobile .contact-us-wrapper{
    background-attachment: initial;
}
.contact-us-wrapper::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, .70);
    z-index: 1;
}
.contact-us-holder {
    position: relative;
    z-index: 1;
    max-width: 974px;
    margin: 0 auto;
    width: 100%;
}
.contact-title{
    text-align: center;
}
.contact-title span{
    font-family: 'Barlow', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.contact-title em{
    font-family: 'Barlow', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #d31871;
    text-transform: uppercase;
    letter-spacing: 0.04em; 
    font-style: normal;
    padding-left: 8px;
}
.contact-subtitle{
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top:26px;
}
.contact-form {
    padding-top: 52px;
}
.contact-form input,
.contact-form textarea{
    width: 316px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, .20);
    margin-right: 8px;
    padding-left: 20px;
    resize: none;
    overflow: hidden;
    margin-bottom: 12px;
}
.contact-form textarea {
    padding: 26px 20px;
    width: 99%;
    height: 163px;
}
.contact-bottom {
    padding-top: 56px;
    text-align: center;
    margin-left: 77px;
}
.contact-submit,
.contact-donate {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.contact-submit::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 3px;
    background: #d31871;
    top: -1px;
    right: 37px;
}
.contact-donate::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 3px;
    background: #d31871;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
}
.contact-donate {
    margin-left: 52px;
}
.contact-submit input {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: none;
    font-style: normal;
    width: 65px;
    margin-left: -98px;
    margin-top: 11px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-submit input:hover{
    color: #d31871;
}
.contact-donate a{
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.contact-donate a:hover{
    color: #d31871;
}
.contact-form .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.contact-form .textarea-597,
.contact-form .wpcf7-form-control-wrap.your-messsage {
    width: 100%;
}
.contact-form div.wpcf7-response-output {
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -40px;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}
/* Footer */
footer.footer{
    background: #1c1c1c;
    font-size: 0;
    padding-top: 43px;
}
.footer .col-md-7.f-inline {
    display: flex;
}

.menu-footer-menu-container {
    width: 100%;
}
.footer-mid-logo {
    margin-left: 40px;
    margin-top: -12px;
}
ul#menu-footer-menu {
    max-width: 392px;
}
ul#menu-footer-menu li {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 2);
    margin: 0;
    padding-bottom: 16px;
}

.footernav li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footernav li a:hover{
    color: #d31871;
}
.footernav .footer-no-pad {
    width: 142px !important;
    float: right;
    margin-right: 0 !important;
}
.footer-mid {
    margin-left: -15px;
}
.footer-smi a{
    font-size: 15px;
    padding-right: 16px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-smi img{
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-smi img:hover {
    opacity: .2;
}
.footer-smi a:hover{
    color: #d31871;
}
.footer-smi a:last-child{
    padding: 0;
}
.footer-follow,
.footer-contact-title{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #9d9d9d;
    padding-bottom: 25px;
}
.footer-right {
    padding-left: 25px;
}
.footer-phone em{
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    letter-spacing: 0.04em;
}
.footer-contact-title {
    padding-bottom: 21px;
}
.copyright{
    font-weight: 300;
    font-size: 13px;
    color: #9d9d9d;
    letter-spacing: 0.02em;
}
.copyright span{
    color: #fff;
}
.copyright a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.copyright a:hover{
    color: #d31871;
}
.footer-line hr {
    margin-top: 40px;
    margin-bottom: 28px;
    border: 0;
    border-top: 1px solid #333333;
}
.mls {
    font-size: 22px;
    color: #9d9d9d;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #000000;
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
 /* Additional css for updates */
 #post-2689 div#gallery-1 .gallery-item .gallery-icon a img {
    height: 225px;
}
/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
         background: rgba(0,0,0,.6); 
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        /* min-height: 250px; */
        background: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}
     
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

/* Ip */
#content .entry-title {
    color: #d31871;
}
.ai-contact-wrap span.content-title {
    color: #d31871;
}

/* Sidebar */
.side-bar img {
    margin: 0 auto;
    background: #000;
    padding: 8px;
}
.side-bar{
    text-align: center;
}
.side-bar .header-phone {
    background: #000;
    padding: 0 38px;
}
.side-bar .cta-descrip span {
    font-size: 17px;
}
.side-bar .cta-descrip em {
    font-size: 14px;
}
.side-bar .cta-know {
    font-size: 10px;
}
.side-bar .cta-box {
    width: 81.5%;
    padding: 5px 0;
}
.side-bar .cta-holder {
    flex-direction: column;
}
.side-bar .cta-know {
    bottom: 25%;
}
.side-bar-award {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.side-bar-award > div {
    margin: 7px 0;
}
.side-bar-award > div > img{
    width: 100%;

    max-width: 50%;

    text-align: center;

    display: block;

    margin: 0 auto;
}
.event img {
    height: 300px !important;
    object-fit: cover;
    object-position: top center;
}


/*HELP SAVE LIFE*/

.page-template-template-donation #breadcrumbs {
    display: none;
}

.page-template-template-donation #content-sidebar, 
.page-template-template-donation #content-full{
    margin-top: 0;
}

.page-template-template-donation #inner-page-wrapper > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-template-donation{
    font-family: 'Barlow', sans-serif;
}

.page-template-template-donation #inner-page-wrapper{
    margin-bottom: 0;
}

.page-template-template-donation .site-global-bootstrap-extend-right {
    margin-right: calc((100vw - 1140px) / -2);
}

.page-template-template-donation .don-sec-banner-img canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 562px;
}


.page-template-template-donation .don-content-main {
    height: 100%;
    min-height: 562px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-right: 27px;
}

.page-template-template-donation .don-title-main {
    text-align: left;
    display: block;
    position: relative;
}


.page-template-template-donation .don-title-main:before {
    position: absolute;
    content: '';
    bottom: 35px;
    left: 0;
    width: 31px;
    height: 3px;
    background: #d31871;
}

.page-template-template-donation .don-title-main h2 {
    line-height: 1;
    font-size: 36px!important;
    font-weight: 700!important;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 70px!important;
    margin-top: 60px!important;
}

.page-template-template-donation .don-title-main h2 span {
    display: block;
    line-height: 33px;
    color: #d31871;
}

.page-template-template-donation .don-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 29px!important;
    letter-spacing: 0.76px;
    color: #626262;
    margin: 0!important;
}

.page-template-template-donation .don-price-title h2 {
    line-height: 1;
    font-size: 36px!important;
    font-weight: 700!important;
    color: #000;
    text-transform: uppercase;
    margin-top: 0!important;
}

.page-template-template-donation .don-price-title {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.page-template-template-donation .don-sel-price-main {
    display: block;
    padding-top: 123px;
    padding-bottom: 37px;
}

.page-template-template-donation .don-price-title h2 span {
    color: #d31871;
}


.page-template-template-donation .sel-don-main {
    position: relative;
    display: block;
}

.page-template-template-donation .sel-don-main a {
    width: 100%;
    height: 138px;
    border: 1px solid rgba(28, 28, 28,.20);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.page-template-template-donation .sel-don-amt {
    display: flex;
    text-align: center;
}

.page-template-template-donation .sel-don-type span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 2.24px;
    color: #d31871;
    text-transform: uppercase;
}

.page-template-template-donation .sel-don-amt span {
    font-family: 'Barlow', sans-serif;
    font-size: 34px;
    line-height: 1;
    color: #000;
    font-weight: 600;
}

.page-template-template-donation .sel-don-amt span i {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #8a8a8a;
    font-style: normal!important;
    font-weight: 400;
}

.page-template-template-donation .sel-don-main.total a {
    flex-direction: column;
    justify-content: center;
    padding: 0 28px;
}


.page-template-template-donation .sel-don-amt-month span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.page-template-template-donation .sel-amt-col-1 input#montamt {
    border: 1px solid rgba(28, 28, 28,.20);
    height: 47px;
    padding: 0 15px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #d5d5d5;
}

.page-template-template-donation .sel-don-main.total .sel-don-amt {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.page-template-template-donation .sel-amt-col-2  input#amt-proceed {
    height: 47px;
    width: 100%;
    border: none;
    background: #1c1c1c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.page-template-template-donation .sel-amt-col-1 {
    width: 167px;
}

.page-template-template-donation .sel-amt-col-2 {
    width: 133px;
}

.page-template-template-donation .sel-don-amt-month {
    display: block;
    margin-bottom: 15px;
}

.page-template-template-donation .donation-banner canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 473px;
}

.page-template-template-donation .donate-item {
    display: block;
    position: relative;
}

.page-template-template-donation .donate-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 421px;
    border: 1px solid rgba(28, 28, 28,.20);
    position: relative;
    overflow: hidden;
}

.page-template-template-donation .donate-picker-container {
    display: block;
    padding: 61px 0 93px;
}

.page-template-template-donation .donate-tag span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-donation .donate-picker-type span {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-donation .donate-picker-type {
    position: relative;
    padding-bottom: 100px;
    display: block;
}

.page-template-template-donation .donate-item-icon {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-donation .donate-item-icon img {
    max-width: 100%;
}


.page-template-template-donation .donate-picker-type:before {
    position: absolute;
    content: '';
    bottom: 16%;
    left: 0;
    width: 29px;
    height: 3px;
    background: #d31871;
    right: 0;
    margin: 0 auto;
}

.page-template-template-donation .donate-item-icon img:nth-child(2) {
    /*padding-left: 18px;*/
    padding: 0 18px;
}

.page-template-template-donation #donate-popup {
    display: none;
}
    #donate-popup img {
        max-width: 100%;
        padding: 15px 30px;
        transition: all .3s;
    }
        #donate-popup img:hover {
            background: rgba(211, 24, 113, .7);
        }
.page-template-template-donation .aiosp-ready #donate-popup {
    display: block;
}
.page-template-template-donation .aiosp-wrap .aiosp-container .aios-popup-body {
    width: initial;
    min-height: initial;
}
.page-template-template-donation .aiosp-close {
    right: -15px;
    top: -44px;
    color: #fff;
}

.page-template-template-donation .banner {
    position: absolute;
    top: 17px;
    right: -29%;
    width: 100%;
    margin: 0 auto;
    background: #d31871;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(30deg);
    transform-origin: center;
}

.page-template-template-donation .banner span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.28px;
    color: #fff;
    text-transform: uppercase;
}


/*BECOME A MEMBER*/

.page-template-template-become-member #breadcrumbs {
    display: none;
}

.page-template-template-become-member #content-sidebar, 
.page-template-template-become-member #content-full{
    margin-top: 0;
}

.page-template-template-become-member #inner-page-wrapper > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-template-become-member #inner-page-wrapper{
    margin-bottom: 0;
}

.page-template-template-become-member{
    font-family: 'Barlow', sans-serif;
}


.page-template-template-become-member .gift-sel-price-main {
    display: block;
}

.page-template-template-become-member .gift-price-title {
    display: block;
    text-align: center;
    margin-bottom: 80px;
}

.page-template-template-become-member .gift-price-title h2 {
    line-height: 1;
    font-size: 36px!important;
    font-weight: 600!important;
    color: #000;
    text-transform: uppercase;
    margin: 0!important;
}


.page-template-template-become-member .gift-price-title h2 span {
    color: #d31871;
}


.page-template-template-become-member .sel-gift-main {
    position: relative;
    display: block;
}

.page-template-template-become-member .sel-gift-main a {
    width: 100%;
    height: 138px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #d31871;
}

.page-template-template-become-member .sel-gift-amt {
    display: flex;
    /* text-align: center; */
    justify-content: center;
}

.page-template-template-become-member .sel-gift-type span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.page-template-template-become-member .sel-gift-amt span {
    font-family: 'Barlow', sans-serif;
    font-size: 43.06px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

.page-template-template-become-member .sel-gift-amt span i {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    font-style: normal!important;
    font-weight: 400;
    vertical-align: middle;
}

.page-template-template-become-member .sel-gift-main.total a {
    flex-direction: column;
    justify-content: center;
    padding: 0 28px;
}


.page-template-template-become-member .sel-gift-amt-month span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.page-template-template-become-member .sel-amt-col-1 input#montamt {
    border: 1px solid rgba(28, 28, 28,.20);
    height: 47px;
    padding: 0 15px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #d5d5d5;
}

.page-template-template-become-member .sel-gift-main.total .sel-gift-amt {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.page-template-template-become-member .sel-amt-col-2  input#amt-proceed {
    height: 47px;
    width: 100%;
    border: none;
    background: #1c1c1c;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.page-template-template-become-member .sel-amt-col-1 {
    width: 167px;
}

.page-template-template-become-member .sel-amt-col-2 {
    width: 133px;
}

.page-template-template-become-member .sel-gift-amt-month {
    display: block;
    margin-bottom: 15px;
}


.page-template-template-become-member .gift-item {
    display: block;
    position: relative;
}

.page-template-template-become-member .gift-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 421px;
    border: 1px solid rgba(28, 28, 28,.20);
    position: relative;
    overflow: hidden;
}

.page-template-template-become-member .gift-picker-container {
    display: block;
    padding: 34px 0 123px;
}

.page-template-template-become-member .gift-tag span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-become-member .gift-picker-type span {
    font-family: 'Barlow', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-become-member .gift-picker-type {
    position: relative;
    padding-bottom: 100px;
    display: block;
}

.page-template-template-become-member .gift-item-icon {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-become-member .gift-item-icon img {
    max-width: 100%;
}


.page-template-template-become-member .gift-picker-type:before {
    position: absolute;
    content: '';
    bottom: 16%;
    left: 0;
    width: 29px;
    height: 3px;
    background: #d31871;
    right: 0;
    margin: 0 auto;
}

.page-template-template-become-member .gift-item-icon img + img {
    padding-left: 18px;
}

.page-template-template-become-member .banner {
    position: absolute;
    top: 17px;
    right: -29%;
    width: 100%;
    margin: 0 auto;
    background: #d31871;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(30deg);
    transform-origin: center;
}

.page-template-template-become-member .banner span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.28px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.page-template-template-become-member .gift-banner canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-template-become-member .gift-top-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    background: #1c1c1c;
}

.page-template-template-become-member .gift-banner {
    width: 43.44%;
}

.page-template-template-become-member .gift-top-content-wrap {
    width: 56.56%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.page-template-template-become-member .gift-content-main {
    width: 100%;
    max-width: 530px;
    display: block;
    text-align: center;
}

.page-template-template-become-member .gift-bot-main {
    padding-top: 107px;
}

.page-template-template-become-member .gift-content-title h2 {
    margin: 0 !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 600!important;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px!important;
}

.page-template-template-become-member .gift-content-title {
    padding-bottom: 78px;
    display: block;
    position: relative;
    text-align: center;
}

.page-template-template-become-member .gift-content-main span {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #fff;
}

.page-template-template-become-member .gift-content-title:before {
    position: absolute;
    content: '';
    bottom: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #d31871;
    width: 29px;
    height: 3px;
}


/*DONATION FORM*/

.page-template-template-donation-form #breadcrumbs {
    display: none;
}

.page-template-template-donation-form #content-sidebar, 
.page-template-template-donation-form #content-full{
    margin-top: 0;
}

.page-template-template-donation-form #inner-page-wrapper > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-template-donation-form #inner-page-wrapper{
    margin-bottom: 0;
}


.page-template-template-donation-form .donate-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.page-template-template-donation-form .donate-content-left {
    width: 57.8%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 116px;
}

.page-template-template-donation-form .donate-banner-right {
    width: 42.2%;
}

.page-template-template-donation-form .donate-banner-img canvas {
    display: block;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 668px;
}

.page-template-template-donation-form .donate-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    margin: 0 31.5px;
    position: relative;
    overflow: hidden;
    z-index: 33;
    background: #fff;
 }

.page-template-template-donation-form .donate-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 88px;
}

.page-template-template-donation-form span.donate-step {
    font-size: 23.37px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
}

.page-template-template-donation-form span.ai-font-check {
    font-size: 17px;
    color: #fff;
    line-height: 1;
}

.page-template-template-donation-form .donate-item:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(194, 194, 194,.50);
    z-index: 1;
}

.page-template-template-donation-form .donate-item {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.page-template-template-donation-form .donate-item:first-child a {
    margin-left: 0;
}

.page-template-template-donation-form .donate-item:last-child a {
    margin-right: 0;
}

.page-template-template-donation-form .donate-item.active a {
    background: #d31871;
    border-color: #d31871;
}


.page-template-template-donation-form .donate-item.active span.donate-step{
    color: #fff;
}


.page-template-template-donation-form .donate-caption-item {
    margin-bottom: 59px;
    display: block;
}

.page-template-template-donation-form .donate-caption-item span {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1c1c;
    text-align: center;
    display: block;
}

.page-template-template-donation-form .donate-form-main {
    width: 100%;
}

.page-template-template-donation-form .donate-price {
    display: block;
    text-align: center;
    margin-bottom: 43px;
}

.page-template-template-donation-form .donate-price span {
    font-size: 81.57px;
    line-height: 1;
    color: #d31871;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.page-template-template-donation-form .donate-price span i {
    font-style: normal!important;
    font-size: 43.41px;
    line-height: 1;
}


.page-template-template-donation-form .donate-form-option1 {
    display: block;
    text-align: center;
    padding-bottom: 80px;
    position: relative;
}

.page-template-template-donation-form .donate-form-option1 span {
    font-size: 19px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #626262;
}

.page-template-template-donation-form .donate-continue a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c!important;
    text-transform: uppercase;
    display: block;
    text-align: center;
    letter-spacing: 2.8px;
}

.page-template-template-donation-form .donate-option-select span {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.76px;
    color: #626262;
}

.page-template-template-donation-form .donate-continue {
    margin-bottom: 25px;
}

.page-template-template-donation-form .donate-option-select {
    display: block;
    padding-bottom: 68px;
    position: relative;
}

.page-template-template-donation-form .donate-option-select:before{
   position: absolute;
   content: '';
   bottom: 14px;
   left: 0;
   right: 0;
   width: 29px;
   height: 3px;
   background: #d31871;
   margin: 0 auto;
}
    

.page-template-template-donation-form .donate-option-paypal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-donation-form .donate-option-pcol-1 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.8px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-donation-form .donate-option-pcol-1 {
    padding-right: 20px;
}

.page-template-template-donation-form .donate-form-option1:before {
    position: absolute;
    content: '';
    bottom: 23px;
    left: 0;
    right: 0;
    width: 29px;
    height: 3px;
    background: #d31871;
    margin: 0 auto;
}

.page-template-template-donation-form .donate-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 551px;
    flex-direction: column;
    position: relative;
}

.page-template-template-donation-form .donate-content-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28,.95);
    pointer-events: none;
    z-index: 1;
}

.page-template-template-donation-form .donate-quote-title span {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
}

.page-template-template-donation-form .donate-quote-title {
    display: block;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
    z-index: 38;
}

.page-template-template-donation-form .donate-quote-content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 518px;
    text-align: center;
    z-index: 1;
}

.page-template-template-donation-form .donate-quote-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px!important;
    letter-spacing: 0.3px;
    color: #fff;
}

.page-template-template-donation-form .donate-quote-title:before {
    position: absolute;
    content: '';
    bottom: 14px;
    left: 0;
    right: 0;
    width: 29px;
    height: 3px;
    background: #d31871;
    margin: 0 auto;
    z-index: 5;
}

.page-template-template-donation-form .donate-content-wrap:after {
    background: url(images/donation/donate-caption-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.page-template-template-donation-form .donate-form-col input#lastName,
.page-template-template-donation-form .donate-form-col input#address,
.page-template-template-donation-form .donate-form-col input#city,
.page-template-template-donation-form .donate-form-col input#postalCode,
.page-template-template-donation-form .donate-form-col input#email,
.page-template-template-donation-form .donate-form-col input#phone,
.page-template-template-donation-form .donate-form-col input#yourName {
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 22px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 15px;
    line-height: normal;
    color: #9f9f9f;
}

.page-template-template-donation-form .donate-form-col select#state{
    width: 100%;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 22px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #1b1b1b;
    background: #fff url(images/donation/qs-select-arrow.png) no-repeat scroll right 10px center;
    -webkit-appearance: none;
    appearance: none;
}

.page-template-template-donation-form .donate-form-col {
    margin-bottom: 10px;
    width: 619px;
}


.page-template-template-donation-form .donate-form-opt {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 41px;
    padding-top: 28px;
    position: relative;
}

.page-template-template-donation-form .donate-form-opt .d-form-option-inner{
    display: inline-block;
    position: relative;
    padding: 0 16px;
}

.page-template-template-donation-form .donate-form-opt .d-form-option-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1px solid #929292;
}

.page-template-template-donation-form .donate-form-opt .d-form-option-inner input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    padding: 0;
    margin: 0;
}

.page-template-template-donation-form .donate-form-opt .d-form-option-inner .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-template-template-donation-form .donate-form-opt .d-form-option-inner .checkmark.check-selected {
    background: #d31871;
}

.page-template-template-donation-form .donate-form-submit input#submit {
    border: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.page-template-template-donation-form .donate-form-submit {
    display: block;
    text-align: center;
    width: 619px;
    padding-bottom: 20px;
    position: relative;
}

.page-template-template-donation-form .donate-form-opt em {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #626262;
    letter-spacing: 0.76px;
    font-style: normal!important;
}

.page-template-template-donation-form .donate-back-button {
    text-align: center;
    display: block;
}

.page-template-template-donation-form .donate-back-button a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1.68px;
    color: #626262;
    text-transform: uppercase;
    position: relative;
}

.page-template-template-donation-form .donate-back-button a:before {
    content: '\00AB';
    font-size: 23px;
    display: inline-block;
    top: 2px;
    position: relative;
    left: -3px;
}


.page-template-template-donation-form .donate-form-opt:before {
    position: absolute;
    content: '';
    bottom: 3px;
    left: 0;
    right: 0;
    width: 29px;
    height: 3px;
    background: #d31871;
    margin: 0 auto;
}

.page-template-template-donation-form .donate-form-2 {
    max-width: 666px;
    margin-left: auto;
    padding-right: 45px;
}

.page-template-template-donation-form .donate-steps-wrap {
    width: 100%;
    max-width: 666px;
    margin-left: auto;
}

.page-template-template-donation-form .donate-caption-wrap {
    width: 100%;
    max-width: 666px;
    margin-left: auto;
}

.page-template-template-donation-form .donate-form-1 {
    max-width: 565px;
    width: 100%;
    margin-left: auto;
    padding-right: 97px;
}

.page-template-template-donation-form .df-form-1 ,.df-form-2,.df-form-3 {
    display: inline-block;
    vertical-align: middle;
}

.page-template-template-donation-form .donate-form-creditcard {
    font-size: 0;
    margin-left: auto;
    display: block;
    position: relative;
}

.page-template-template-donation-form .df-form-1 input#cardNumber {
    border: 1px solid #d2d2d2;
    height: 50px;
    width: 100%;
    border-right: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: normal;
    color: #9f9f9f;
    padding: 0 55px;
    outline: none;
    background: #fff url(images/donation/cc-icon-1.png) no-repeat scroll left 15px center;
}

.page-template-template-donation-form .df-form-2 input#mmyy {
    border: 1px solid #d2d2d2;
    height: 50px;
    width: 100%;
    border-right: none;
    border-left: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #9f9f9f;
    outline: none;
    background: #fff url(images/donation/cc-icon-2.png) no-repeat scroll left 10px center;
    padding-left: 60px;
}

.page-template-template-donation-form .df-form-3 input#cvc {
    border: 1px solid #d2d2d2;
    height: 50px;
    width: 100%;
    border-left: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #9f9f9f;
    padding: 0 24px;
    outline: none;
}

.page-template-template-donation-form .donate-form-3 {
    max-width: 666px;
    margin-left: auto;
    padding-right: 45px;
    display: block;
    text-align: center;
}

.page-template-template-donation-form .df-form-1 {
    width: 421px;
}

.page-template-template-donation-form .df-form-2 {
    width: 123px;
}

.page-template-template-donation-form .df-form-3 {
    width: 77px;
}


.page-template-template-donation-form .donate-form-cc-price span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.76px;
    color: #d31871;
}

.page-template-template-donation-form .donate-form-cc-price {
    padding: 15px 0 7px;
}


.page-template-template-donation-form .donate-form-cc-tag span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #626262;
    font-size: 19px;
    letter-spacing: 0.76px;
}

.page-template-template-donation-form .donate-form-cc-tag {
    display: block;
    padding-bottom: 110px;
    position: relative;
}

.page-template-template-donation-form .donate-form-cc-tag:before {
    position: absolute;
    content: '';
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    width: 29px;
    background: #d31871;
}

.page-template-template-donation-form .df-form-submit input#donateNow {
    border: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2.8px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.page-template-template-donation-form .df-form-submit {
    padding-bottom: 30px;
    display: block;
}


.page-template-template-donation-form .custom-check {
  display: block;
  position: relative;
  padding-left: 9px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}


.page-template-template-donation-form .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.page-template-template-donation .donation-banner {
    display: none;
}

.page-template-template-donation-form .checkmark {
  position: absolute;
  top: 4px;
  left: 9px;
  height: 21px;
  width: 21px;
  border: 1px solid #929292;
}

.page-template-template-donation-form .custom-check input:checked ~ .checkmark {
  background-color: #d31871;
}

.page-template-template-donation-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.page-template-template-donation-form .custom-check input:checked ~ .checkmark:after {
  display: block;
}


.page-template-template-donation-form .donate-form-opt label {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 1;
}

div#donate-popup img {
    /* margin: 0px !important; */
    padding: 0px !important;
}
div#donate-popup form, div#donate-popup img {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.ip-img-item canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ip-images {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ip-images-inner {
    text-align: center;
}

.ip-img-descrip {
    padding-top: 12px;
}

.ip-img-descrip span {
    display: block;
    line-height: 1.2;
    font-weight: 600;
}

.ip-img-descrip a {
    font-weight: 600;
}

#inner-page-wrapper .pay-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #161616;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    color: #d31871;
}

.pay-button {
    padding-top: 15px;
}

#inner-page-wrapper .pay-button a:hover{
    background: #161616;
    color: #fff;
    border: 1px solid #161616;
}

.ip-git-wrapper {
    font-size: 0;
    background: rgba(0,0,0,.5);
    max-width: 600px;
    padding: 30px;
    margin: 0 auto;
}

.ip-git-lg {
    margin-bottom: 2px;
}

.ip-git-lg input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 13px;
    padding-left: 2px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ip-git-logo {
    margin-bottom: 3px;
}

.ip-git-logo img {
    display: block;
    margin: 0 auto;
}

.ip-git-button input {
    width: 112px;
    height: 40px;
    background: transparent;
    padding: 0;
    border: 1px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ip-git-button{
    margin-top: 12px;
}

.ip-git-button input:hover{
    background: #d31871;
    border: 1px solid #d31871;
}

.ip-git {
    position: relative;
    max-width: 446px;
    margin: 0 auto;
}

.ip-git div.wpcf7-response-output {
    font-size: 12px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: -33px;
}

.ip-git .wpcf7-form-control-wrap {
    display: block;
}

.ip-git span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.page-id-3604 .aiosp-wrap .aiosp-container .aios-popup-body,
.page-id-3606 .aiosp-wrap .aiosp-container .aios-popup-body,
.page-id-3353 .aiosp-wrap .aiosp-container .aios-popup-body{
    background: transparent;
    max-width: 600px;
}

.page-id-3604 .aios-popup-body .aiosp-close,
.page-id-3606 .aios-popup-body .aiosp-close,
.page-id-3353 .aios-popup-body .aiosp-close{
    right: 0px;
    color: #fff;
}

.bg-mobile canvas {
    display: none;
}

.page-id-3353 .ip-img-item {
    max-width: 280px;
    margin: 0 auto;
}


/* 1-23-2020 */

.side-bar .cta-box a:hover .cta-know {
    bottom: 44.5%;
}

.page-id-2989 .smilnks li {
    padding-top: 3px;
}

.page-id-2989 .smilnks li img{
    display: block;
}

.beverly-form .wpcf7{
    max-width: 355px;
    width: 100%;
}


.ip-adop a{
    display: block;
    position: relative;
}

.ip-adop-img {
    max-width: 500px;
}

.ip-adop-img canvas{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.red-black {
        font-size: 30px;
    font-weight: bold;
    color: red;
    -webkit-text-stroke: 1px #000;

}

.ip-banner img {
	display: none;
}


.enlarge-font h3 {
    font-size: 20px !important;
}

.enlarge-font p,
.enlarge-font ol li,
.enlarge-font ul li,
.enlarge-font span,
.enlarge-font a {
    font-size: 17px !important;
}

.page-id-46297 #aios-slider-ip-ar-archives.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img {
    background: none;
}

.page-id-46297 #aios-slider-ip-ar-archives.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-img img {
    object-fit: contain;
}