/*
Theme Name: Pivot Child
Theme URI: 
Description: Pivot WordPress Theme - Child Theme. Only Install if you're actually planning on making code changes to Pivot.
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI: 
Template: pivot
Version: 1.0.0
*/


@import url('../pivot/style.css');
 body, html{
    height: 100%;
}
.main-container{
    margin: 0 auto 0 !important;
    padding: 165px 0px 0;
    min-height: calc(100% - 236px);
    box-sizing: border-box;
}
.loader {
    display: none !important;    
}
.has-dropdown {
    bottom: 0;
}
.has-dropdown:after {
    color: #55348E;
    font-size: 26px;
    line-height: 0;
    font-weight: 600;
    position: relative;
    top: 5px;
}
.top-bar{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}
.header-top-bar {
    background: #5A0103;
    z-index: 99999;
    position: relative;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}
span.header-top-bar-text{
    margin-right: 30px;
}
.btn-top-bar {
    background: #fff;
    border-radius: 20px;
}
.btn-top-bar {
    background: #fff;
    border-radius: 20px;
    min-width: 90px;
    padding: 0;
    max-width: 90px;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #5A0103;
    border-color: #fff;
    letter-spacing: normal;
}
.btn-top-bar:hover,
.btn-top-bar:focus{
    background: #948b76;
    color: #fff;
    border-color: #948b76;
}
.simple-bar .menu li:last-child {
    margin-right: 0;
}
.top-bar .nav-menu {
    padding-top: 22px;
}
.top-bar .logo {
    max-width: 188px;
    position: relative;
    bottom: 0px !important;
    margin-top: 15px !important;
    max-height: 70px;
}
.simple-bar .menu li {
    margin-right: 30px;
}
.simple-bar .menu li a {
    padding-bottom: 0;
    padding: 20px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.top-bar.nav-sticky .menu li a {
    padding: 0;
}
.nav-join-now{
    margin:0 0px 0 30px !important;   
}
.nav-join-now li a {
    margin-top: 14px !important;
    display: block;
    background: #55348E;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    line-height: 30px;
    padding: 0 15px;
}
.nav-join-now li a img{
    width: 20px;
    margin-left: 5px;
}
.nav-join-now li a:hover {
	background: #5A0103;
}
.nav-sticky .nav-join-now li a {
    margin-top: -5px !important;
}
.main-container>p{
    display:none;        
}
a.join-now-btn-slider {
    /*width: 235px;*/
    width: 300px;
    height: 55px;
    background: #55348e;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    line-height: 55px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    font-family: roboto;
}
a.join-now-btn-slider img {
    width: 30px !important;
    height: auto !important;
    margin-left: 10px !important;
}
@media only screen and (min-width: 768px) {
    .subnav {
        background-color: #f9f9f9;
        padding: 18px 24px;
    }
    .subnav li a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        margin-bottom: 0;
        font-weight: 400 !important;
    }
    .top-bar.nav-sticky .subnav {
        background: #f9f9f9 !important;
    }
    .top-bar.nav-sticky .menu li a {
        padding: 15px 0 !important;
    }
    .nav-sticky .nav-join-now li a {
        margin-top: 10px !important;
    }
    .top-bar.nav-sticky .subnav li a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
}
.main-banner{
    padding-bottom: 0 !important;
}
section.lives-for-all-dog {
    padding-top: 95px;
    padding-bottom: 65px;
    background: url(/wp-content/uploads/2019/01/dog-foot-print2x.png), url(/wp-content/uploads/2019/01/dog-foot-print2x.png);
    background-position: 20% -140px, 80% 145px;
    background-size: 0px, 500px;
    background-repeat: no-repeat, no-repeat !important;
}
.lives-for-all-dog-text{
    padding-top:45px;
}
.lives-for-all-dog-text p {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
}
.banner-footprint-row {
    padding: 0;
    position: absolute;
    top: 700px;
    left: 200px;
    width: 530px;
	pointer-events: none;
	display: none;
}
.environment-row {
    padding-bottom: 38px;
    padding-top: 76px;
}
.environment-row-btn{
    display:none;    
}
.environment-left-inner {
    margin-top: 40px;
}
.environment-left p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.environment-right{
    /*padding-top: 48px;*/
    padding-top: 0;
}
.environment-right .environment-right-inner{
    margin-bottom: 10px;
}
.learn-more-btn button{
    background: #fff !important;
    border-color: #fff !important;
    width: 142px;
    padding: 0 !important;
    line-height: 38px !important;
    height: 38px;
    color: #55348E !important;
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 600;
    border-radius: 15px !important;
    letter-spacing: normal;
}
.three-col-row{
    padding: 110px 0 10px !important;
    background: url(/wp-content/uploads/2019/01/dog-foot-print2x.png), url(/wp-content/uploads/2019/01/dog-foot-print2x.png);
    background-size: 600px, 600px;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 34% -230px, 93% 285px;
}
.three-col-left {
    background: rgba(85, 52, 142, 0.6);
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start !important;
    vertical-align: top;
    display: inline-block !important;
}
.three-col-center{
    background: rgba(191, 175, 133, 0.8);
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start !important;
    vertical-align: top;
    display: inline-block !important;
}
.three-col-right{
    background: rgba(90, 1, 3, 0.6);
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start !important;
    vertical-align: top;
    display: inline-block !important;
}
.three-col-left .three-col-heading {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #55348E;
    margin-bottom: 0;
}
.three-col-center .three-col-heading {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #BFAF85;
    margin-bottom: 0;
}
.three-col-right .three-col-heading {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #5A0103;
    margin-bottom: 0;
}
.three-col-left .vc_column-inner,
.three-col-center .vc_column-inner,
.three-col-right .vc_column-inner{
    padding: 0 !important;
}
.three-col-left .three-col-heading h3,
.three-col-center .three-col-heading h3,
.three-col-right .three-col-heading h3{
    color: #fff;
    font-size:32px;
    font-weight:600;
    height: 55px;
    line-height: 55px;
}
.three-col-left .three-col-text,
.three-col-center .three-col-text,
.three-col-right .three-col-text{
    margin: 0;
    padding: 40px 45px;
}
.three-col-left .three-col-text p,
.three-col-center .three-col-text p,
.three-col-right .three-col-text p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.citizen-scientists-text p {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.citizen-scientists-row{
    margin-top: 78px;
}
.citizen-scientists-text {
    margin: 15px 0 0;
}
.project-map-about-row{
	display: none;
}
.carousel-citizen-row {
    /*margin: 10px 0 0;*/
}
.carousel-citizen-inner-row{
    margin-bottom: 0 !important;    
}
.donate-row {
    padding: 50px 0 0px !important;
    background-image: url(/wp-content/uploads/2019/03/donate-bg-2-2.png), url(/wp-content/uploads/2019/01/donate-bg-footprints.png) !important;
    background-position: top left, 120% center !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: cover, 450px !important;      
}
.donate-inner-left {
    padding-top: 148px;
}
.donate-inner-left .donate-left-text {
    margin-top: 20px;
    margin-bottom: 22px !important;
}
ul.donate-left-links li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
}
ul.donate-left-links li a {
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #55348E;
    padding: 5px 21px;
    border-radius: 30px;
    display: block;
    font-weight: 600;
    height: 33px;
    box-sizing: border-box;
    transition: 0.4s;
}
ul.donate-left-links li a:hover,
footer.details .widget .gform_footer input[type=submit]:hover,
.learn-more-btn button:hover,
a.join-now-btn-slider:hover, .donate-page-center-btn a.vc_general.vc_btn3:hover, .donate-page-center-btn2 a:hover, .contact-page-center .gform_wrapper .gform_footer input[type="submit"]:hover, form#redcap_screening_form input[type="submit"]:hover {
    background: #5A0103!important;
    color: #ffffff!important;
    border-color:#5A0103!important;
    transition: 0.4s;
}

.donate-inner-left .donate-left-text p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.donate-inner-row {
    max-width: 1440px;
    margin: 0 auto !important;
	width: 90%;
}
.owl-carousel-row {
    margin: 0 !important;
}
.owl-nav{
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    bottom: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
	pointer-events: none;
}

.footer-container {
    margin-top: -1px;
}
.footer-container footer{
    background:#55348E url(/wp-content/uploads/2019/01/footer-bg.png) no-repeat center center / cover  !important;    
    padding: 30px 0 26px !important;    
}
footer.details .widget .custom-html-widget span.footer-logo-text a {
    font-size: 14px;
    color: #fff;
}
footer.details .widget .custom-html-widget ul.social-icons {
    margin: 20px 0 0;
    display: block;
}
footer.details .widget .custom-html-widget ul.social-icons li{
    margin: 0 12px 0 0;
}
footer.details .widget .custom-html-widget ul.social-icons li a {
    color: #BFAF85 !important;
    border: 1px solid #BFAF85;
    width: 33px;
    height: 33px;
    vertical-align: middle;
    border-radius: 30px;
    display: block;
    text-align: center;
}
footer.details .widget .custom-html-widget ul.social-icons li a i {
    color: #BFAF85;
    line-height: 33px;
    font-weight: 100 !important;
    font-size: 18px !important;
    margin: 0;
}
footer.details .widget .custom-html-widget ul.footer-img-link li:nth-child(1){
    max-width: 305px;
    margin: 0px 33px 0 0px;
    line-height: 35px;   
}
footer.details .widget .custom-html-widget ul.footer-img-link li:nth-child(2){
    max-width: 100px; 
    line-height: 35px;
}
footer.details #media_image-2 {
	max-height: 60px;
    display: flex;
    align-items: center;
}
footer.details #media_image-2 img {
	max-width: 150px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   footer.details #media_image-2 {
		max-height: 90px;
	   overflow: hidden;
	   margin-top: -20px;
	}
	footer.details #media_image-2 img {
		max-width: 150px !important;
	}
}
footer.details .widget .gform_heading h3.gform_title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0 0;
}
.footer-container footer .gform_wrapper {
    margin: 0;
}
footer.details .widget .gform_heading span.gform_description {
    font-size: 14px !important;
    color: #fff;
    margin: 10px 0 0 !important;
	line-height: 20px;
}
footer.details .widget .gform_heading {
    margin-bottom: 8px !important;
}
footer.details .widget .gform_body ul li {
    margin: 0;
    padding: 0;
    border: 0;
}
footer.details .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
footer.details .widget .gform_body ul li input[type="email"], footer.details .widget .gform_body ul li input[type="text"] {
    width: 100% !important;
    height: 30px !important;
    padding: 0 15px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: rgba(255, 255, 255, 0.5) !important;
    color: #fff;
}
footer.details .widget .gform_body ul li input[type="email"]::placeholder, footer.details .widget .gform_body ul li input[type="text"]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
footer.details .widget .gform_body ul li input[type="email"]:-ms-input-placeholder, footer.details .widget .gform_body ul li input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
footer.details .widget .gform_body ul li input[type="email"]::-ms-input-placeholder, footer.details .widget .gform_body ul li input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
footer.details .widget .gform_body {
    max-width: 65%;
    display: inline-block;
    vertical-align: top;
}
footer.details .widget .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
footer.details .widget .gform_footer {
    max-width: 30% !important;
    display: inline-block;
}
footer.details .widget .gform_footer input[type=submit] {
    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    letter-spacing: normal;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}
footer.details .sub {
    margin-top: 0px;
    float: left;
    color: #9DA1A3;
    font-size: 14px;
}
footer.details .sub a{
    color: #9DA1A3;
    font-weight: 400;
    text-decoration: underline;
}
/*.footer-container{
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

/***************Donate page CSS***********************/
.donate-page-row {
    padding: 45px 0;
}
.donate-page-row .donate-page-center .donate-page-center-heading {
    margin-bottom: 18px;
}
.donate-page-row .donate-page-center .donate-page-center-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
}
.donate-page-row .donate-page-center .donate-page-center-text p {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 26px;
    margin-bottom: 25px;
}
.donate-page-row .donate-page-center>.vc_column-inner {
    max-width: 555px;
    margin: 0 auto;
}
.donate-page-center-btn,
.donate-page-center-btn2{
    margin-bottom: 12px !important;
}
.donate-page-row .donate-page-center-text {
    margin-bottom: 46px !important;
}
.donate-page-center-btn a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #55348E !important;
    height: 31px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 30px !important;
    width: 170px;
    border-radius: 15px !important;
    margin: 0 15px 0 0 !important;
	border-color: #55348E !important;
}
.donate-page-center-btn2 a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background: #55348E !important;
	border-color: #55348E !important;
    height: 31px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 30px !important;
    width: 180px;
    border-radius: 15px !important;
}
/***************Contact page CSS***********************/
.contact-page-row {
    padding: 45px 0;
}
.contact-page-row .contact-page-center .contact-page-center-heading {
    margin-bottom: 18px;
}
.contact-page-row .contact-page-center .contact-page-center-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
}
.contact-page-row .contact-page-center .contact-page-center-text p {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 26px;
    margin-bottom: 25px;
}
.contact-page-row .contact-page-center>.vc_column-inner {
    max-width: 605px;
    margin: 0 auto;
}
/***************Career page CSS***********************/
.career-page-row {
    padding: 45px 0 15px;
}
.career-page-row .career-page-center .career-page-center-heading {
    margin-bottom: 18px;
}
.career-page-row .career-page-center .career-page-center-heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
}
.career-page-row .career-page-center .career-page-center-heading2{
    margin-bottom: 42px;
}
.career-page-row .career-page-center .career-page-center-heading2 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
}
.career-page-row .career-page-center .career-page-center-text{
    margin-bottom: 46px;    
}
.career-page-row .career-page-center .career-page-center-text p {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 26px;
    margin-bottom: 25px;
}
.career-page-row .career-page-center .career-page-center-text2 p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
}
.career-page-row .career-page-center .career-page-center-text2 p a{
    font-size: 18px;
	font-weight: bold;
    line-height: 20px;
    color: #5c348e;
}
.career-page-row .career-page-center>.vc_column-inner {
    /*max-width: 555px;*/
    margin: 0 auto;
}
.contact-page-center .gform_wrapper .gform_footer input[type="submit"]{
    line-height: normal !important;    
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #ff0000 !important;
}
.gform_wrapper div.validation_error {
    color: #ff0000 !important;
    border-top: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
}
.gform_wrapper .validation_message {
    color: #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 1px solid #ff0000 !important;
    border-bottom: 1px solid #ff0000 !important;
}
.graout-img{
    opacity: 0.5; 
    transition: 0.5s;
}

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{
	overflow: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: 0 !important;
}

.pum-container{
	overflow: hidden;
}

.pum-container section{
	padding-top: 40px;
	padding-bottom: 0;
}

.pum-container::after{
	content: "";
	width: 100%;
	height: 40px;
	background-color: #55348e;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

body .flexslider {
    margin: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
} 

.flex-direction-nav{
    display: none !important;
}
.pum-theme-99 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    color: #fff;
}

/********************Resoinsive*********************************/
@media (max-width: 1700px){
	.banner-footprint-row{
		left: -5%;
	}
}

@media (min-width: 1440px){
    body, html{
        height: 100%;
    }
    .main-container{
        margin: 0 auto 0 !important;
        padding: 165px 0px 0;
        min-height: calc(100% - 236px);
        box-sizing: border-box;
    }
    .container {
        width: auto;
        max-width: 1440px !important;
    }
    .lives-for-all-dog-left .vc_column-inner {
        padding-left: 0 !important;
    }
    .lives-for-all-dog-right .vc_column-inner {
        padding-left: 20px !important;
    }
    .environment-left {
        padding-right: 248px !important;
    }
    .environment-right{
        margin-left: -88px;
    }
    .donate-inner-left {
        padding-right: 133px !important;
    }
    footer.details .sidebar-widget.widget.gform_widget {
        max-width: 360px; 
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .three-col-left .three-col-heading h3, .three-col-center .three-col-heading h3, .three-col-right .three-col-heading h3 {
        font-size: 28px;
    }  
    ul.donate-left-links li {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px){
    /*.tp-parallax-wrap:nth-child(2) .tp-loop-wrap .tp-mask-wrap,
    .tp-parallax-wrap:nth-child(3) .tp-loop-wrap .tp-mask-wrap {
        background: rgba(0, 0, 0, 0.4) !important;
        padding: 10px !important;
    }*/
    .tp-bgimg:before{
        content: '';
        pointer-events: none;
        background: rgba(0, 0, 0, 0.4) !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	.banner-footprint-row{
		display: none;
	}
	section.lives-for-all-dog{
		padding-top: 60px;
	}
	.gform_wrapper.home-slider-form_wrapper form.gf_simple_horizontal {
    	display: flex;
		flex-wrap: wrap;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.gform_wrapper.home-slider-form_wrapper form.gf_simple_horizontal div.gform_body {
		width: 100%;
		max-width: 100%;
	}
	.gform_wrapper.home-slider-form_wrapper form.gf_simple_horizontal div.gform_body ul.gform_fields {
		display: flex;
		flex-wrap: wrap;
	}
	.gform_wrapper.home-slider-form_wrapper form.gf_simple_horizontal div.gform_body ul.gform_fields li {
		max-width: 100% !important;
		width: 100% !important;
		padding-right: 0 !important;
	}
	.gform_wrapper.home-slider-form_wrapper form.gf_simple_horizontal div.gform_body ul.gform_fields li input {
		width: 100% !important;
	}
	.gform_wrapper.home-slider-form_wrapper .gform_footer.top_label {
		margin-top: 5px !important;
		width: 100% !important;
		text-align: center !important;
		max-width: 100% !important;
	}
	.donate-row {
     background-image: url(/wp-content/uploads/2019/01/donate-bg-1.png) !important;    
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .three-col-left .three-col-heading h3, .three-col-center .three-col-heading h3, .three-col-right .three-col-heading h3 {
        font-size: 20px;
    } 
    .donate-row {
        background-color: #55348e;
        background-image: none !important;
    }
    ul.donate-left-links li {
        margin-bottom: 15px;
    }
    .lives-for-all-dog-left,
    .lives-for-all-dog-right{
        width: 100% !important;
    }
    .btn-top-bar {
        margin-top: 5px;
    }
    .donate-inner-left {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    .main-container {
        margin: 0 auto 0 !important;
        padding: 145px 0px 0;
        min-height: calc(100% - 236px);
        box-sizing: border-box;
    }
/*     .top-bar .nav-menu {
        padding-top: 10px !important;
    }     */
/*     nav .logo {
        margin-bottom: 5px !important;
    }     */
    .mobile-toggle {
        top: 32px;
    }
    .menu {
        padding: 0;
        margin: 0;
        display: inline-block;
        position: relative;
        top: 2px;
    }
    .simple-bar .menu li {
        margin-right: 30px;
    }
    .simple-bar .menu li:last-child {
        margin-right: 0;
    }
    .simple-bar .menu li a {
        padding-bottom: 0;
        padding: 20px 0;
        font-size: 16px;
        text-transform: capitalize;
        color: #000;
        font-weight: 600;
    }
    .top-bar .social-icons li a {
        font-size: 16px;
    }
/*     .nav-join-now li a {
        margin-top: 14px !important;
        display: block;
        background: #55348E;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        height: 30px;
        width: 135px;
        text-align: center;
        border-radius: 20px;
        line-height: 30px;
        padding: 0;
    } */
    .nav-menu .social-icons {
        float: right;
    }
    .simple-bar .menu li a {
        padding: 7px 0;
    }
    nav.top-bar.simple-bar{
        position: absolute;
        max-height: none;
    }
/*     nav.top-bar.simple-bar>.container {
        max-height: 80px;
        overflow: hidden;
        position: relative;
    } */
    nav.top-bar.simple-bar.open-nav>.container {
        overflow: unset;
        height: auto;
        max-height: none;
        transition: 0.4s;
    }
    .header-top-bar {
       line-height: 18px;      
    }
}
@media (max-width: 767px){
    .main-container {
        margin: 0 auto 0 !important;
        padding: 133px 0 0;
        min-height: calc(100% - 236px);
        box-sizing: border-box;
    }
    .mobile-toggle {
        font-size: 32px;
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        color: #333333;
    }  
    .top-bar .nav-menu {
        padding-top: 0px !important;
    }
    .top-bar .logo {
        max-width: 135px !important;
        position: relative !important;
        bottom: 0 !important;
        margin-top: 8px !important;
        max-height: 70px !important;
        vertical-align: top;
        padding-top: 0px;
    }
    .menu {
        top: 0px;
        width: 100%;
    }
    .simple-bar .menu li {
        margin-right: 0;
        margin-bottom: 0;
    }
    .simple-bar .menu li a {
        padding: 10px 0;
    }
    nav .columns {
        width: 100%;
        min-height: 70px;
        text-align: left;
    }
    .social-icons.text-right {
        display: block;
        float: left;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
    }
    .top-bar {
        position: absolute;
        max-height: none;
    }
    .top-bar>.container {
        position: relative;
        height: 70px;
        max-height: 70px;
        overflow: hidden;
        transition: 0.4s;
    }
    nav.top-bar.simple-bar.open-nav>.container {
        overflow: unset;
        height: auto;
        max-height: none;
        transition: 0.4s;
    }
    .header-top-bar {
       line-height: 18px;  
       padding: 5px 5px;
    }
    .btn-top-bar {
        margin-top: 5px;
    }
    span.header-top-bar-btn {
        display: block;
        vertical-align: text-top;
    }
    a.join-now-btn-slider {
        /*width: 160px;*/
        width: 240px;
        height: 40px;
        background: #55348e;
        display: inline-block;
        border-radius: 30px;
        color: #fff;
        line-height: 40px !important;
        text-align: center !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        font-family: roboto;
    }
    a.join-now-btn-slider img {
        width: 25px !important;
    }
    .three-col-left .three-col-heading h3, .three-col-center .three-col-heading h3, .three-col-right .three-col-heading h3 {
        padding: 0 15px;
        font-size: 28px;
    }
    .three-col-left,
    .three-col-center,
    .three-col-right{
        margin-bottom: 0 !important;    
    }
    .donate-row {
        background-color: #55348e;
    }
    .donate-inner-left {
        padding-top: 0;
    }
    ul.donate-left-links li a {
        margin-bottom: 15px;
    }
    .environment-right .environment-right-inner {
        margin-bottom: 10px;
        text-align: center !important;
    }
    section.lives-for-all-dog{
        background: none;
    }
    .graout-img {
        opacity: 1;
        transition: 0.5s;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: 1000%;
    }
    @-moz-document url-prefix() {
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            top: 500%;
        }
    }
	body .pad-30-lr-mobile{
		padding-left: 30px;
		padding-right: 30px;
	}
}

.container {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#gform_wrapper_4 ul#gform_fields_4 {
    display: flex;
    flex-wrap: wrap;
}
#gform_wrapper_4 ul#gform_fields_4 li {
    width: 50% !important;
	margin-top: 0 !important;
	padding-right: 15px !important;
}
#gform_wrapper_4 ul#gform_fields_4 li .ginput_container input {
    margin-top: 0 !important;
    width: 100% !important;
    height: 40px;
	background: rgba(255,255,255,.4);
	border: none;
}
#gform_wrapper_4 ul#gform_fields_4 li .ginput_container input::placeholder {
    color: #333;
}
#gform_wrapper_4 ul#gform_fields_4 li .ginput_container .address_country {
    width: 100% !important;
}
#gform_wrapper_4 ul#gform_fields_4 li .ginput_container .address_country select {
    height: 40px;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
	background: rgba(255,255,255,.4);
	border: none;
	color: #333;
}
#gform_wrapper_4 .gform_footer {
    padding: 0 !important;
}
div#gform_confirmation_wrapper_4 {
    width: 550px;
    margin-left: 10px !important;
}
body #gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .gfield_label {
    display: block;
    margin-top: 17px !important;
    color: #fff;
	font-size: 15px !important;
	text-align: right !important;
}
body #gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .ginput_complex {
    display: none;
}
.address_country {
    padding-right: 0 !important;
}
.gform_validation_error#gform_wrapper_4 ul#gform_fields_4 li {
    width: 50% !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
}
.gform_validation_error#gform_wrapper_4 ul#gform_fields_4 li .ginput_container {
    margin-top: 0 !important;
}
.gform_validation_error#gform_wrapper_4 ul#gform_fields_4 li select {
    margin-bottom: 0 !important;
}
.gform_validation_error#gform_wrapper_4 {
    margin-top: 0 !important;
}
.gform_wrapper.gform_validation_error div.validation_error {
    color: #ff0000 !important;
    border-top: 0px solid #ff0000 !important;
    border-bottom: 0px solid #ff0000 !important;
    margin: 0 !important;
    font-size: 15px !important;
}
#gform_wrapper_4 input[type="submit"] {
	padding: 14px 28px 13px 28px !important;
}
body .gform_validation_error#gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .gfield_label {
    margin-top: 7px !important;
}
body #gform_wrapper_4 .gform_footer input[type=submit] {
    text-align: center !important;
}
#gform_wrapper_4 span.gfield_required {
    display: none;
}

@media only screen and (min-width: 768px) {
	.row.nav-menu::before, .row.nav-menu::after {
    	display: none;
	}
	.top-bar .nav-menu {
		padding-top: 15px !important;
		padding-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		min-height: 115px;
	}
	.top-bar.nav-sticky .nav-menu {
		padding-top: 8px !important;
		padding-bottom: 8px;
	}
	.top-bar .nav-menu img.logo {
		max-width: 220px;
		position: relative;
		bottom: 0 !important;
		margin-top: 0 !important;
		max-height: 90px;
		vertical-align: middle;
	}
	.top-bar.nav-sticky .nav-menu img.logo {
		max-width: 170px;
	}
	.top-bar.nav-sticky .nav-menu .menu {
		top: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
	.top-bar .nav-menu img.logo {
		max-width: 100% !important;
	}
	.simple-bar .menu li {
		margin-right: 14px;
	}
	.simple-bar .menu li a {
		padding: 7px 0;
	}
	.simple-bar .menu li a, .top-bar .social-icons li a {
		font-size: 13px;
		margin-top: 0 !important;
	}
	.nav-join-now {
		margin: 0 0px 0 15px !important;
	}
	.nav-join-now li a img {
		width: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
	.top-bar .nav-menu {
		padding-top: 5px !important;
		padding-bottom: 25px;
	}
/* 	.top-bar .nav-menu img.logo {
		max-width: 100%;
	} */
	.simple-bar .menu li {
		margin-right: 14px;
	}
	.nav-join-now {
		margin: 0 0px 0 14px !important;
	}
	.simple-bar .menu li a, .top-bar .social-icons li a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 640px) {
	#gform_wrapper_4 ul#gform_fields_4 li {
		width: 100% !important;
	}
	#gform_wrapper_4 ul#gform_fields_4 li#field_4_2 {
		margin-top: 0 !important;
	}
	#gform_wrapper_4 .gform_footer {
		padding: 5px 0 0 !important;
		text-align: center !important;
	}
	div#gform_wrapper_4 {
		margin-left: 0 !important;
	}
	body #gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .gfield_label {
		font-size: 15px !important;
	}
	.ie_label_showing {
		padding-top: 9px !important;
	}
	.gform_wrapper.gform_validation_error div.validation_error {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}
	body #gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .gfield_label {
		margin-top: 5px !important;
	}
	#gform_wrapper_4 ul#gform_fields_4 li {
		padding-right: 0 !important;
	}
	body #gform_wrapper_4 .gform_body .gform_fields .gfield.ie_label_showing .gfield_label {
		text-align: left !important;
	}
}
@media only screen and (max-width: 479px) {
	.ie-slider-column .tp-bgimg.defaultimg {
		background-position: 85% !important;
	}
}
@media only screen and (max-width: 340px) {
	#gform_wrapper_4 .gform_footer {
		margin-top: 0 !important;
	}
}


input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/* footer.details .widget .custom-html-widget ul.social-icons li:not(:last-of-type) a {
    border-width: 2px;
} */
footer.details .widget .custom-html-widget ul.social-icons li:last-of-type a {
    border: none;
}
@media only screen and (max-width: 991px) {
	.ie-slider-column .tp-bgimg.defaultimg {
		background-position: 70% !important;
		background-image: url(/wp-content/uploads/2019/03/header-02-resize.jpg) !important;
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.ie-slider-column div#rev_slider_2_1 {
		height: 110% !important;
	}
}

/*========== Blog Sidebar Css =============*/
.blog .dark-wrapper {
	background-color: #fff !important;
}
.blog-sidebar .widget_categories .widget-title {
	background-color: #55348E;
	color: #fff;
	font-weight: normal;
	padding: 10px 15px;
	margin-bottom: 0;
}
.blog-sidebar .widget_categories ul li {
	background-color: #fff;
	padding: 10px 15px;
}
.blog-sidebar .widget_categories ul li:nth-child(2n) {
	background-color:#f4f4f4;
}
.blog-sidebar .widget_categories ul li a {
	color: #333;
}
.blog-sidebar .sidebar-widget ul li a i {
	display: none;
}
.blog-sidebar .sidebar-widget ul li {
	border-bottom-width: 1px;
}
.blog-sidebar .sidebar-widget ul li:last-child {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.single .dark-wrapper, .archive .dark-wrapper {
	background-color: #fff !important;
}
.single .comment-list, .single .comment-form-wrapper {
    display: none;
}
.footer-text-line {
    color: #fff;
    max-width: 545px;
    padding-top: 10px;
	line-height: 20px;
}
@media only screen and (min-width: 768px) {
	.row.footer-bottom-row {
		display: flex;
		justify-content: space-between;
	}
}

/*Css from 22-10-19*/
.cs-slide > div {
    width: 50%;
}
.cs-slide {
    display: flex;
    align-items: center;
    max-width: 1100px;
    width: 80%;
    margin: auto;
}
.cs-left-column {
    padding-right: 50px;
}
.cs-left-column h4 {
    font-size: 30px;
    line-height: 35px;
    color: #55348E;
    font-weight: 700;
    max-width: 285px;
}
.cs-slide-details p {
    font-size: 22px;
    line-height: 31px;
    color: #333;
    padding: 15px 0 31px;
}
.cs-left-column .cs-pack, .cs-left-column h5 {
    font-size: 22px;
    line-height: 31px;
    margin: 0;
}
.cs_slider_row .owl-nav {
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.cs_slider_row .owl-nav button.owl-prev, .cs_slider_row .owl-nav button.owl-next {
    top: 0;
}
.cs_slider_row .owl-nav button.owl-prev {
    left: -2%;
}
.cs_slider_row .owl-nav button.owl-next {
    right: -2%;
}
.citizen-scientist-row::before {
    position: absolute;
    content: "";
    background-image: url(https://dogagingd89.wpengine.com/wp-content/uploads/2019/10/Combined-Shape-Copy-5.png);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -75px;
    left: 30px;
}
.our-experts-section::before {
    position: absolute;
    content: "";
    background-image: url(https://dogagingd89.wpengine.com/wp-content/uploads/2019/10/Combined-Shape-Copy-5.png);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -50px;
    right: 50px;
}
a.join-now-btn-slider.learn-more-project-btn {
    width: 160px;
    font-size: 19px !important;
}
.meet-our-experts-text {
    max-width: 450px;
    margin-top: 16px;
    margin-bottom: 0 !important;
}
h3.team-member-category {
    font-size: 40px;
    line-height: 1.3;
    color: #55348e;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 70px;
}
.our-team-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.our-team-member {
    width: calc(100% / 6 - 30px );
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 60px;
}
.team-member-img {
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.our-team-member h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    font-weight: 400;
    display: block;
}
.our-team-member p.details {
    font-size: 16px;
    color: #9DA1A3;
    font-style: italic;
    line-height: 16px;
}

.media-coverage-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}
.media-coverage-cat {
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px;
    display: inline-block;
    color: #333;
    text-decoration: none !important;
}
.media-coverage-cat.current-cat {
    color: #55348e;
    font-weight: bold;
}

.ie-blog-posts-wrapper, .home-media-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ie-blog-post {
    width: calc(33.33% - 30px);
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #fff;
}
.ie-blog-thumb {
    width: 100%;
    min-height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ie-blog-content {
    min-height: 130px;
}
.ie-blog-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0 10px;
    font-weight: 500;
}
.ie-blog-text {
    font-size: 14px;
    line-height: 16px;
}
.blog-post-mata {
    margin-top: 20px;
}
span.meta-media {
    margin-left: 5px;
}


/* CSS for Individual Supporters */
.supporters_search {
    text-align: center;
    padding-top: 25px;
}
input.dog_search {
    background: #CDD0D1;
    padding: 0px 15px;
    border: 1px solid #CDD0D1;
    border-radius: 35px 0  0 35px !important;
    width: 100%;
    max-width: 260px;
    height: 30px;
}
input[type="submit"].dog_search_btn {
    padding: 6px 10px 6px;
    height: 30px;
    border: 1px solid #55348e;
    border-radius: 0 35px 35px 0;
    background: #55348e;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    margin-left: -4px;
    min-width: 100px;
    max-width: 100px;
}
input.dog_search_btn:hover {
    background: #5A0103!important;
}
.supporters-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.supporter-box {
    width: calc(100% / 6 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    text-align: center;
}
/*.supporter-img {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    min-height: 218px;*/
/*    max-height: 218px;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/
/*}*/
/*.supporter-img img {*/
/*    max-width: none;*/
/*    max-height: 220px;*/
/*}*/
.supporter-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.supporter-load-more {
    background-color: #55348e;
    max-width: 160px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 35px;
    padding: 13px 0;
    margin: auto;
    cursor: pointer;
}
.supporter-load-more:hover {
    background-color: #5A0103;
}
.no-post-found {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px !important;
}
div.loading, div.loading-inf-scrl {
    text-align: center;
    color: #b1b1b1;
    font-size: 16px;
    display: none;
}
@media only screen and (max-width: 1024px) {
    .our-team-member, .supporter-box {
        width: calc(100% / 4 - 30px );
    }
    .ie-blog-post {
        width: calc(50% - 30px);
    }
}
@media only screen and (max-width: 980px) {
    .cs-slide {
        flex-wrap: wrap-reverse;
    }
    .cs-slide > div {
        width: 100%;
    }
    .cs-left-column {
        padding: 15px 0 0;
    }
    .cs_slider_row .owl-nav button.owl-prev span, .cs_slider_row .owl-nav button.owl-next span {
        width: 25px;
    }
    .cs_slider_row .owl-nav button.owl-prev, .cs_slider_row .owl-nav button.owl-next {
        position: absolute;
        min-width: 35px;
    }
    .cs_slider_row .owl-nav button.owl-prev {
        left: -15px;
    }
    .cs_slider_row .owl-nav button.owl-next {
        right: -15px;
    }

}
@media only screen and (max-width: 767px) {
    section.vc_row.wpb_row.our-sponsors-top-section::before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        opacity: .4;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1548457207788 img.vc_single_image-img.attachment-medium {
        margin-bottom: -100px;
    }
    .about-the-project-banner .wpb_column.vc_column_container.vc_col-sm-6 {
        margin-bottom: 0;
    }
    .wpb_text_column.wpb_content_element.vc_custom_1571352409382, .wpb_text_column.wpb_content_element.vc_custom_1571352502827 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .our-team-member, .supporter-box {
        width: calc(100% / 2 - 30px );
        margin-bottom: 30px;
    }
    .media-coverage-cats {
        padding: 25px 0 0;
    }
    .media-coverage-cat {
        font-size: 15px;
        padding: 5px 10px;
    }
    .supporters_search form#searchform {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 500px) {
    .our-team-member, .supporter-box {
        width: calc(100% - 30px );
    }
    .ie-blog-post {
        width: calc(100% - 30px);
    }
}


/* Footer Checkbox */

.footer-container ul.gfield_checkbox {
  padding:0px;
}
.footer-container .gfield_checkbox li {
  list-style:none;
  display:block;
  padding:5px;
}

.footer-container .gfield_checkbox li {
	position: relative;
	padding-left:40px;
}
.footer-container .gform_wrapper ul.gfield_checkbox li{
    padding: 3px 0 !important;
}
.footer-container .gfield_checkbox li label::after {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 3px;
    z-index: 0;
}

.footer-container .gfield_checkbox li label::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 8px;
    border: solid purple;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    transition: all 100ms;
}

.footer-container .gfield_checkbox li input[type="checkbox"] {
	opacity:0;
	outline:none;
	z-index:100;
	width:27px;
	height:27px;
	top:0;
	left:0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}
.footer-container .gfield_checkbox li label {
  	cursor: pointer;
    padding-left: 24px !important;
}
.footer-container .gfield_checkbox li input:checked + label::before{
	opacity:1;
	top: 8px;
}


/*============ Social Share =============*/
.single-post-share {
    text-align: center;
    padding-top: 35px;
	padding-bottom: 25px;
}
.single-post-share h4 {
    font-size: 22px;
    color: #55348E;
    padding-bottom: 25px;
}
.single-post-share ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}
.single-post-share ul li {
    margin: 0 10px;
}
.single-post-share ul li a {
    font-size: 24px;
    color: #55348E;
    width: 48px;
    height: 48px;
    border: 1px solid #55348E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
	text-decoration: none !important;
}
.single-post-share ul li a:hover {
    color: #BFAF85;
    border-color: #BFAF85;
}
.single-post-share ul a i.icon {
    margin: 0;
}
.single-post-share ul a i.icon.social_twitter {
    margin-top: 1px;
    margin-left: 2px;
}


/* Header Join Button */
.nav-join-now li a.portal-login-btn {
    background: transparent;
    border: 1px solid #55348E;
    color: #55348E;
}
.nav-join-now li a.portal-login-btn:hover {
    background: #55348E;
    color: #fff;
}
.tooltip {
    z-index: 99999 !important;
}
.tooltip .tooltip-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.tooltip {
		display: none !important;
	}
}



/* === sonsors filter section ======*/
.sponsor-filter-section {
    position: relative;
}
.filter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    top: 0;
    left: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
#sponsors-filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}
#sponsors-filter-form > div {
    width: 50%;
}
.left-filter-column {
    display: flex;
}
.supporter-sort-button, .filter-related-btn {
    padding: 2px 12px;
    border: 2px solid #55348e;
    color: #9c9c9c;
    border-radius: 35px;
    text-align: center;
    max-width: 210px;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    cursor: pointer;
}
.supporter-sort-button:first-child {
    margin-right: 20px;
}
.supporter-sort-button .triangle svg {
    width: 14px;
    height: 12px;
    margin-bottom: -1px;
    transition: all .3s ease-in-out;
}
.supporter-sort-button.sort-active .triangle svg path {
    transition: all .3s ease-in-out;
}
.supporter-sort-button.desc .triangle svg {
    transform: rotate(180deg);
}
.supporter-sort-button.sort-active .triangle svg path, .supporter-sort-button:hover .triangle svg path {
    fill: #ffffff;
}
.right-filter-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.filter-search-wrap {
    position: relative;
    min-width: 260px;
}
#filter-search-input {
    border: 2px solid #55348e;
    height: 32px;
    border-radius: 35px;
    min-width: 250px;
    width: 100%;
    padding-left: 20px;
}
#filter-search-input::placeholder {
    color: #9c9c9c;
}
.filter-search-submit {
    max-width: 45px;
    min-width: 23px;
    padding: 0 14px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 31px;
}
.filter-search-submit:hover {
    background-color: #55348e !important;
}
.filter-search-submit:hover img {
    filter: invert(1);
}
.revert-order {
    background-color: #e4e4e4;
    margin-left: 20px;
}
.supporter-sort-button.sort-active, .supporter-sort-button:hover, .revert-order:hover {
    background-color: #55348e !important;
    color: #fff;
    border-color: #55348e !important;
}
.pagination-wrap ul {
    display: flex;
    justify-content: center;
}
.pagination-wrap ul li {
    font-size: 18px;
    margin: 0 5px;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 875px) {
    .supporter-sort-button:first-child {
        margin-right: 10px;
    }
    .revert-order {
        margin-left: 10px;
    }
    .supporter-sort-button, .filter-related-btn {
        padding: 2px 10px;
        font-size: 12px;
    }
    #filter-search-input::placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    #sponsors-filter-form {
        flex-wrap: wrap;
    }
    #sponsors-filter-form > div {
        width: 100%;
    }
    .left-filter-column {
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .supporter-sort-button:first-child {
        margin-right: 0;
    }
    .supporter-sort-button, .filter-related-btn {
        max-width: none;
        width: 48%;
    }
    .filter-search-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 470px) {
    #sponsors-filter-form > div {
        flex-wrap: wrap;
    }
    .supporter-sort-button, .filter-related-btn {
        width: 100%;
        margin-bottom: 7px;
    }
    .left-filter-column {
        margin-bottom: 7px;
    }
    .filter-search-wrap {
        min-width: auto;
        margin-bottom: 7px;
    }
    .revert-order {
        margin-left: 0;
    }
}

/* Menu */
@media only screen and (min-width: 768px) {
	.row.nav-menu::before, .row.nav-menu::after {
    	display: none;
	}
	.top-bar .nav-menu {
		padding-top: 15px !important;
		padding-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		min-height: 115px;
	}
	.top-bar.nav-sticky .nav-menu {
		padding-top: 8px !important;
		padding-bottom: 8px;
	}
	.top-bar .nav-menu img.logo {
		max-width: 220px;
		position: relative;
		bottom: 0 !important;
		margin-top: 0 !important;
		max-height: 90px;
		vertical-align: middle;
	}
	.top-bar.nav-sticky .nav-menu img.logo {
		max-width: 170px;
	}
	.top-bar.nav-sticky .nav-menu .menu {
		top: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.top-bar .nav-menu img.logo {
		max-width: 100% !important;
	}
	.simple-bar .menu li {
		/* margin-right: 14px; */
	}
	.simple-bar .social-icons li {
		margin-right: 15px;
	}
	.simple-bar .social-icons li:last-child {
		margin-right: 0;
	}
	.simple-bar .menu li a {
		padding: 7px 0;
	}
	.simple-bar .menu li a, .top-bar .social-icons li a {
		font-size: 13px;
		margin-top: 0 !important;
	}
	.nav-join-now {
		margin: 0 0px 0 15px !important;
	}
	.nav-join-now li a img {
		width: 14px;
	}
	nav.top-bar.simple-bar.nav-sticky .social-icons li {
		padding: 13px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 895px) {
	.simple-bar .col-sm-2.col-md-2.columns {
		max-width: 135px;
		min-height: auto;
	}
	.simple-bar .col-sm-10.col-md-10.columns.text-right {
		max-width: calc(100% - 135px);
		text-align: right !important;
		min-height: auto;
	}
	ul#menu-microsite-navigation {
		display: inline-flex;
	}
	.simple-bar .menu li {
		margin-right: 5px;
		margin-bottom: 0;
	}
	.simple-bar .social-icons li {
		margin-right: 5px;
	}
	.nav-join-now {
		margin: 0 0px 0 5px !important;
	}
	.simple-bar .menu li a, .top-bar .social-icons li a {
		font-size: 12px;
	}
	.has-dropdown:after {
		font-size: 20px;
	}
	nav .logo {
		margin-bottom: 0 !important;
	}
}


/* ============================
    Research Publications
============================ */
.research-publications-banner .container {
    max-width: 1160px !important;
}
#dap-research-publications-wrapper .vc_column-inner {
    padding: 0 !important;
}
.dap-sp-filter-section .search-filter-wrap {
    background-color: #fff;
}
.dap-sp-filter-section {
    background-color: #F5F5F5;
}
.dap-sp-filter-section .dap-sp-filter-wrap .dap-roww {
    box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 65px;
}
.dap-sp-filter-section .dap-sp-filter-wrap .dap-roww .dap-sp-row {
    max-width: 1180px;
    margin: auto;
    padding: 90px 25px 80px 25px;
}
.dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form {
    max-width: 1130px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 15px 0;
	position: relative;
}
.dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form .filter-search-title {
    padding-right: 40px;
}
.dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form .filter-search-title p {
    font-size: 22px;
    color: #000;
    width: max-content;
}
.dap-sp-filter-section .search-filter-wrap .filter-search-wrap {
    max-width: 500px;
    width: 100%;
}
.dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form input#filter-search-input {
    height: 35px;
}
.dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form button.filter-search-submit {
    height: 35px;
}
.dap-sp-filter-section .dap-sp-filter-wrap .dap-roww .pagination-wrap {
    padding-bottom: 30px;
}
.dap-research-publications-item:not(:last-child) {
    margin-bottom: 50px;
}
.dap-research-publications-item p {
    font-size: 22px; /* was 22*/
    color: #000;
    line-height: 30px; /* was 31*/
    margin: 0;
    font-weight: 500;
    word-break: break-word;
}
.dap-rp-content p {
    margin-bottom: 5px;
}
.dap-research-publications-item p.authors {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}
.dap-research-publications-item .dap-rp-links {
    display: flex;
    flex-wrap: wrap;
}
.dap-research-publications-item .dap-rp-links h3 {
    font-size: 20px; /* was 24*/
    font-weight: 600;
    color: #55348E;
    width: calc(100% - 230px);
    padding-right: 45px;
}
.dap-research-publications-item .dap-rp-links h3 span {
    padding-left: 0px;
}
.dap-research-publications-item .dap-rp-links .links {
    width: 230px;
}
.dap-research-publications-item .dap-rp-links a {
    font-size: 22px;
    font-weight: 700;
    color: #BFAF85;
    display: inline-block;
}
.dap-research-publications-item .dap-rp-links a span {
    padding-right: 5px;
}
.dap-research-publications-item .dap-rp-links a:first-child {
    margin-right: 40px;
}
.dap-research-publications-item .dap-rp-links a:hover {
    color: #5A0103;
}
h3.no-research-found {
    max-width: 1180px;
    margin: auto;
    padding: 90px 25px 80px 25px;
}
@media only screen and (max-width: 1280px) {
    .simple-bar .menu li a {
        font-size: 15px;
    }
    .simple-bar .menu li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1150px) {
    .simple-bar .menu li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1199px) {
	section.vc_section.research-publications-banner {
		padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
}
@media only screen and (max-width: 991px) {
    .dap-sp-filter-section .dap-sp-filter-wrap .dap-roww .dap-sp-row {
        padding: 50px 25px 50px 25px;
    }
    h3.no-research-found {
        padding: 50px 25px 50px 25px;
    }
    .dap-research-publications-item p {
        font-size: 14pt; /* was 20 & 26*/
        line-height: 18pt;
    }
    .dap-research-publications-item .dap-rp-links a, 
    .dap-research-publications-item .dap-rp-links h3 {
        font-size: 12pt; /* was 20*/
    }
    .dap-research-publications-item .dap-rp-links a span {
        padding-right: 10px;
    }
	section.vc_section.research-publications-banner {
		padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}
@media only screen and (max-width: 767px) {
    .dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form {
        flex-wrap: wrap;
        justify-content: center;
    }
    .dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form .filter-search-title {
        margin-bottom: 15px;
        padding-right: 0;
    }
    .dap-sp-filter-section .search-filter-wrap form#dap-sp-filter-form .filter-search-title p {
        font-size: 20px;
    }
    .dap-research-publications-item p {
        font-size: 14pt; /* was 16*/
    }
    .dap-research-publications-item .dap-rp-links a {
        font-size: 12pt; /* was 18*/
    }
    section.vc_section.research-publications-banner {
		padding-top: 90px !important;
        padding-bottom: 30px !important;
    }
    .research-publications-banner .container h2.vc_custom_heading {
        font-size: 25px !important;
    }
    .dap-research-publications-item .dap-rp-links h3 {
		width: 100%;
		margin-bottom: 10px;
        padding-right: 0px;
	}
    .dap-research-publications-item .dap-rp-links h3 {
        width: 100%;
        font-size: 12pt; /* was 20*/
        line-height: 1.4;
    }
    .dap-research-publications-item .dap-rp-links .links {
        width: 100%;
        text-align: right;
    }
/*     .dap-rp-content p {
        margin-bottom: 10px;
    } */
}
@media only screen and (max-width: 479px) {
    /* .dap-research-publications-item .dap-rp-links h3 span {
        display: block;
        padding-left: 0;
    } */
    .dap-research-publications-item .dap-rp-links h3 {
        line-height: 1.6;
    }
}
/* ============================
    Research Publications
============================ */













/* ============================
    Introducing DAP Section
============================ */
.introducing-dap-section {
    position: relative;
    overflow: hidden;
}
.introducing-dap-section::before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2019/01/dog-foot-print2x.png), url(/wp-content/uploads/2019/01/dog-foot-print2x.png);
    bottom: -105px;
    width: 500px;
    height: 450px;
    background-position: center;
    background-size: contain;
    right: -105px;
    opacity: 0.4;
}
.introducing-dap-heading {
    margin-bottom: 15px;
}
.introducing-dap-text p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.introducing-dap-right a.join-nomination {
    background-color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 29px;
    padding: 4px 50px 4px 15px;
    font-weight: 700;
    color: #55348E;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.introducing-dap-right a.join-nomination img {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.introducing-dap-right a.join-nomination:hover {
    background-color: #8D324C;
    color: #fff;
}
.introducing-dap-right a.join-nomination img.hover {opacity: 0;}
.introducing-dap-right a.join-nomination:hover img.default {opacity: 0;}
.introducing-dap-right a.join-nomination:hover img.hover {opacity: 1;}
#introducing-dap-vimeo-player .wpb_wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 9;
    background-image: url(/wp-content/uploads/2021/04/vimeo-poster.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#introducing-dap-vimeo-player.is-playing .wpb_wrapper::before {
    opacity: 0;
    visibility: hidden;
}
#introducing-dap-vimeo-player.about-video-player {
    max-width: 640px;
    margin: auto;
    margin-top: 20px;
}
#introducing-dap-vimeo-player.about-video-player::before, 
#introducing-dap-vimeo-player.about-video-player::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2019/01/dog-foot-print2x.png);
    width: 500px;
    height: 450px;
    background-position: center;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
}
#introducing-dap-vimeo-player.about-video-player::before {
    left: 50px;
    top: -60px;
}
#introducing-dap-vimeo-player.about-video-player::after {
    right: 2px;
    top: 25px;
}
@media only screen and (max-width: 991px) {
    .introducing-dap-section .introducing-dap-left, 
    .introducing-dap-section .introducing-dap-right {
        width: 100%;
    }
    .introducing-dap-section .introducing-dap-left {
        margin-bottom: 50px;
    }
    #introducing-dap-vimeo-player.about-video-player::after {
        opacity: 0;
    }
}
@media only screen and (max-width: 767px) {
    .introducing-dap-section .introducing-dap-right h2 {
        font-size: 30px !important;
        line-height: 1.2;
    }
    .introducing-dap-right a.join-nomination {
        font-size: 20px;
    }
    .introducing-dap-section .introducing-dap-left {
        margin-bottom: 30px;
    }
    .about-dap-video-section h2.vc_custom_heading {
        font-size: 25px !important;
        line-height: 1.2;
    }
    .simple-bar .menu {
        margin-top: 0 !important;
    }
}
.home .main-banner .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.home .main-banner .container .ie-slider-column {
    margin: 0 !important;
}
.dark-wrapper {
	background: #fff !important;
}
/* ============================
    Introducing DAP Section
============================ */