/*
	Theme Name: RSPCA NSW Theme
	Theme URI: http://rspcansw.com/
	Description: RSPCA NSW WordPress Theme
	Version: 1.2.8
	Author: Adrian Alwishewa | @Leafcutter
	Author URI: http://leafcutter.com.au
	Tags: RSPCA, NSW, rspca_, CSS3
*/

/*------------------------------------*\
	FONT
\*------------------------------------*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/

@import url("fonts/majkun/stylesheet.css");

html {
	font-size: 16px;
}

html,
body {
	overflow-x: hidden;
}

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

.fa.fa-pull-left,
.fa.pull-left {
	margin-right: .3em
}

.fa,
.fa-stack {
	display: inline-block
}

.fa-fw,
.fa-li {
	text-align: center
}

/* global box-sizing */

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* clear */

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

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
	margin-top: 0;
	color: #848484;
	font-weight: bold;
	line-height: 1.4;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.1rem;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ol,
ul {
	margin-left: 0;
}

p,
a,
li {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	color: #848484;
	line-height: 1.2;
}

.gfield li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

span {
	font-family: "Roboto", sans-serif;
}

h1 * {
	font-size: 2rem;
}

h2 * {
	font-size: 1.75rem;
}

h3 * {
	font-size: 1.5rem;
}

h4 * {
	font-size: 1.25rem;
}

h5 * {
	font-size: 1.1rem;
}

a {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #0099cc;
}

.button,
.vc_btn3,
.vc_btn3.vc_btn3-size-md,
.button-container a {
	background-image: none !important;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #73c167;
	padding: 15px 50px !important;
	display: inline-block;
	border-radius: 2rem;
	font-size: 1.1rem !important;
	line-height: 1.3 !important;
	font-weight: bold;
	text-transform: uppercase;
	/* Firefox */
	-moz-transition: all 0.5s ease;
	/* WebKit */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	/* Standard */
	transition: all 0.5s ease;
	border: 0;
}

header .button-container a {
	padding: 10px 50px !important;
}

header .button-container a {
	background-color: #fa0;
}

.button.outline {
	border: 2px solid #0099cc;
	background: transparent;
	color: #0099cc;
}

.button.outline.white {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}

.button.outline:hover {
	border: 2px solid #0099cc;
	background: #0099cc;
	color: #fff;
}

.button.outline.white:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #0099cc;
}

.button a,
.button-container a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.button:hover,
.button-container a:hover {
	background-color: rgba(110, 191, 75, 0.8);
}

.button.donation__submit {
	background-color: #f27421 !important;
	margin: 0 auto 10px;
}

.button.donation__submit:hover {
	background-color: rgba(242, 116, 33, 0.8) !important;
}

.btnRemove3D a {
	background-image: none !important;
}

body .grecaptcha-badge {
	visibility: hidden;
}

/*------------------------------------*\
	HELPER
\*------------------------------------*/

.white__text,
.white__text * {
	color: white !important;
}

.white__text label.error {
	color: #a90000 !important;
}

.white__text input,
.white__text select,
.white__text option {
	color: #848484 !important;
}

.dark__text,
.dark__text * {
	color: #444 !important;
}

.shadow {
	-moz-box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
	box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
	z-index: 3;
	position: relative;
}

.header-shadow {
	-moz-box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
	box-shadow: 0 0px 3px 1px rgba(000, 000, 000, 0.3);
}

.hide-for-tablet-below {
	display: block !important;
}

.hide-for-tablet-below-inline {
	display: inline !important;
}

.hide-for-smaller-than-tablet {
	display: block !important;
}

.show-for-smaller-than-tablet {
	display: none !important;
}

.show-for-tablet-below {
	display: none !important;
}

.show-for-tablet-below-inline {
	display: none !important;
}

.hide-for-larger-below {
	display: inline-block !important;
}

[data-link] {
	cursor: pointer;
}

/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/

.vc_icon_element-link:hover+span.fa-facebook {
	color: #3b5998;
}

.fa-facebook:hover,
a:hover .fa-facebook,
.fa-facebook:hover:before {
	color: #3b5998;
}

.fa-twitter:hover,
a:hover .fa-twitter,
.fa-twitter:hover:before {
	color: #1da1f2;
}

.fa-instagram:hover,
a:hover .fa-instagram,
.fa-instagram:hover:before {
	color: #833ab4;
}

.fa-youtube:hover,
a:hover .fa-youtube,
.fa-youtube:hover:before {
	color: #cd201f;
}

.social-icons .vc_icon_element-icon {
	color: #848484;
}

/* Breadcrumbs */

.breadcrumbs {
	padding: 10px;
	display: inline-block;
	margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs i {
	color: #fff;
}

.breadcrumbs i {
	padding: 0 5px;
	font-size: 0.7rem;
}

.breadcrumbs span {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}

header {
	padding: 10px 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
	background: #fff;
}

.standalone-campaign header {
	padding: 15px 0;
}

.wpdreams_asl_container {
	z-index: 4 !important;
}

header .wpdreams_asl_container,
.wpdreams_asl_results,
.wpdreams_asl_settings {
	z-index: 11 !important;
}

header .logo {
	padding-bottom: 15px;
}

header .logo:hover {
	text-decoration: none !important;
	border: 0 !important;
}

header .logo img {
	max-width: 200px;
	width: 100%;
}

header .search {
	position: relative;
}

header .search .search-input {
	border-radius: 2rem;
	padding: 10px 30px 10px 20px;
	border: 1px solid #848484;
	outline: 0;
	box-shadow: none !important;
	width: 100%;
}

header .search .search-submit {
	background-color: transparent;
	border: 0;
	outline: 0;
	right: 10px;
}

header.scrolling .logo img {
	max-width: 150px;
}

.standalone-campaign header .tag-line {
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 8px;
}

.overrides__transparent-header header {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.overrides__transparent-header header .tag-line {
	color: #fff;
}

footer {
	padding: 50px 0 0;
	background-color: #e7e7e7;
	float: left;
	width: 100%;
}

.standalone-campaign footer {
	padding: 20px 0 0;
	background-color: #e7e7e7;
	float: left;
	width: 100%;
}

.standalone-campaign footer .footer-logo {
	max-width: 200px;
	width: 100%;
}

.standalone-campaign footer .footer__tag-line.vertical__centered-absolute,
.standalone-campaign footer .external__links.vertical__centered-absolute {
	right: 0;
}

.standalone-campaign footer .external__links ul {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0;
}

.standalone-campaign footer .external__links ul li {
	display: inline-block;
}

.standalone-campaign footer .external__links ul li:after {
	content: '|';
	content: '|';
	padding: 0 0 0 5px;
}

.standalone-campaign footer .external__links ul li:last-child:after {
	content: '';
}

.home footer {
	background-color: #e7e7e7;
}

footer a {
	font-weight: normal;
}

footer .fa {
	font-size: 1.8rem;
	padding: 0 12px 0 0;
	margin-top: 5px;
}

footer .footer-widget-area h3 {
	color: #444;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.home footer .footer-widget-area h3 {
	color: #444;
}

.standalone-campaign footer .footer-content {
	margin-bottom: 20px;
	position: relative;
}

.standalone-campaign footer .copyright {
	background-color: #848484;
	/*padding: 15px 0 0px;*/
}

footer .footer-widget-area ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer .footer-widget-area p,
footer .footer-widget-area a,
footer .footer-widget-area li {
	color: #444;
	font-size: 1rem;
}

.home footer .footer-widget-area p,
.home footer .footer-widget-area a,
.home footer .footer-widget-area li {
	color: #444;
}

footer .copyright-container {
	background-color: #4e4e4e;
	padding: 10px 0;
	margin-top: 20px;
}

.home footer .copyright-container {
	background-color: #4e4e4e;
}

footer .copyright-container p,
footer .copyright-container a,
footer .copyright-container li {
	color: #fff;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.home footer .copyright-container p,
.home footer .copyright-container a,
.home footer .copyright-container li {
	color: #fff;
}

footer a:hover,
footer a:hover .fa,
.home footer a:hover,
.home footer a:hover .fa {
	text-decoration: none;
	color: #73c167;
}

footer .copyright-container .site-by {
	text-align: center;
	margin-top: 10px;
}

footer .copyright-container p.copyright span.text-divider {
	margin-left: 20px;
	margin-right: 20px
}

/* nav */

nav ul li.mobile-menu {
	opacity: 0;
	padding: 0 0 0 5px;
}

nav ul li.mobile-menu a {
	font-size: 1.6rem;
	position: relative;
	top: 3px;
}

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

.nav ul li {
	display: inline-block;
}

.top-nav ul li {
	padding: 0 20px 0 10px;
}

.top-nav .button-container a {
	font-size: 1.1rem;
}

.main-nav {
	padding: 0;
	position: static;
}

.main-nav>nav>ul>li {
	padding-bottom: 0;
}

.main-nav>nav>ul>li>a {
	position: relative;
	padding-bottom: 15px;
	display: block;
}

.main-nav ul li a {
	padding: 0 18px 0 12px;
	text-transform: uppercase;
}

.main-nav a {
	color: #848484;
	font-weight: bold;
}

.main-nav a:hover {
	color: #0099cc;
	text-decoration: none;
}

.main-nav .sub-menu-container {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	background-color: #f5f5f5;
	margin-top: 0;
	padding: 40px 0 30px;
}

.main-nav .dropdown-arrow {
	position: absolute;
	right: 2px;
	top: 3px;
	font-size: 0.8rem;
	-webkit-text-stroke: 1px white;
}

.main-nav .sub-menu .dropdown-arrow {
	display: none;
}

.dropdown-arrow:after {
	display: none;
	content: '';
	position: absolute;
	left: -5px;
	top: 22px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #f5f5f5;
	clear: both;
}

.main-nav .sub-menu-container .row {
	max-width: 1000px;
	margin: 0 auto;
}

.main-nav .nav_desc {
	width: 30%;
	padding: 0 15px;
	float: left;
	text-align: left;
}

.main-nav .nav_desc h3 {
	font-weight: bold;
}

.main-nav .sub-menu {
	width: 65%;
	float: right;
	text-align: left;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 0 15px;
}

.main-nav .sub-menu li {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	position: relative;
}

.main-nav .sub-menu li a {
	padding-left: 25px;
	font-weight: bold;
	text-transform: none;
}

.main-nav .sub-menu li:hover {
	color: #0099cc;
}

.main-nav .sub-menu-container .cta-strip {
	padding: 0 15px;
	text-align: left;
	margin-top: 40px;
}

.main-nav .sub-menu-container .cta-strip h3 {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 40px;
}

.main-nav .sub-menu-container .cta-strip .button {
	background-color: #0099cc;
	color: #fff;
}

.main-nav .sub-menu-container .cta-strip .button:hover {
	background-color: #0099cc;
}

.main-nav .menu-item:before {
	position: absolute;
}


/* sidebar */

.sidebar {}

.sidebar-navigation {
	list-style-type: none;
	padding-left: 0;
}

.sidebar-navigation>li>a {
	background-color: #f5f5f5;
	margin-bottom: 5px;
	border: 1px solid #c5c5c5;
	padding: 5px 10px;
	border-radius: 5px;
}

.sidebar-navigation li a {
	color: #848484;
	display: block;
	position: relative;
	text-decoration: none !important;
	font-weight: normal;
}

.sidebar-navigation>li.current_page_ancestor>a {
	color: #fff;
}

.sidebar-navigation li a .dropdown-arrow {
	display: none;
	/* Firefox */
	-moz-transition: all 0.5s ease;
	/* WebKit */
	-webkit-transition: all 0.5s ease;
	/* Opera */
	-o-transition: all 0.5s ease;
	/* Standard */
	transition: all 0.5s ease;
}

.sidebar-navigation li a.open .dropdown-arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-navigation>li.page_item_has_children>a .dropdown-arrow {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	bottom: 0;
	padding: 5px 10px;
}

.sidebar-navigation li .children {
	list-style-type: none;
	padding-left: 10px;
}

.sidebar-navigation>li>.children {
	margin-bottom: 10px;
}

.sidebar-navigation>li>.children {
	display: none;
	padding-left: 0;
}

.sidebar-navigation li .children li {
	padding: 2px 10px;
}

.sidebar-navigation li .children a:hover {
	opacity: 0.8;
}

.sidebar-navigation .current_page_parent>a {
	font-weight: normal;
}

.sidebar-navigation .children {
	display: none;
}

.sidebar-navigation .children .current_page_parent .children,
.sidebar-navigation .children .current_page_item .children,
.sidebar-navigation .children .current_page_ancestor .children {
	display: block;
}

.sidebar-navigation>li.current_page_ancestor>a {
	font-weight: bold;
}

/* PAGE */

.feature-content {
	margin: 0 15px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute !important;
	max-width: 500px;
	bottom: 0;
}

.post-8580 .feature-content {
	background-color: rgba(76, 76, 76, 0.67);
}

.no-background-image,
.no-background-image * {
	background-image: none !important;
}

.feature-content.no-background {
	background-color: transparent !important;
	bottom: auto;
	top: 20%;
}

.feature-content-inline {
	position: absolute !important;
	left: 10px;
	right: 0;
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	bottom: 0;
}

.home .feature-content {
	margin: 0;
	background-color: transparent;
	position: relative !important;
}

.feature-content h2,
.feature-content * {
	color: #fff;
}

.home .feature-content h1 {
	color: #848484;
}

.vc_tta-accordion .vc_tta-panels .vc_tta-panel-title,
.vc_tta-accordion .vc_tta-panels .vc_tta-panel-title * {
	font-size: 1rem;
}

.accordion-content article {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 15px 0;
}

.accordion-content article:last-child {
	margin-bottom: 50px;
}

.accordion-content .fulltext {
	display: none;
}

.accordion-content .readmore {
	display: block;
	padding: 15px 0 0;
	border-top: 1px solid #c3c3c3;
	text-align: right;
	text-transform: uppercase;
	margin-top: 30px;
}

.accordion-content .post-content {
	min-height: 100px;
}

.flexslider .slides img {
	height: auto;
}

.carousel-3d-container {
	min-height: 475px;
}

.carousel-3d-container .carousel-3d-slide {
	padding: 15px;
	text-align: center;
	background-color: #fff;
	min-height: 470px;
	height: 100% !important;
	opacity: 0.5 !important;
}

.carousel-3d-container .carousel-3d-slide .title {
	font-size: 22px;
}

.carousel-3d-slide h2,
.carousel-3d-slide p {
	padding: 0 30px;
	color: #848484;
}

.carousel-3d-slide h2 {
	font-size: 2.4rem;
}

.carousel-3d-slide img {
	margin-bottom: 20px;
}

.carousel-3d-slide .button {
	margin-top: 20px;
	display: none;
	background-color: transparent;
	border: 2px solid #0099cc;
	color: #0099cc;
}

.carousel-3d-slide .button:hover {
	background-color: #0099cc;
	color: #fff;
	text-decoration: none;
}

.carousel-3d-slide.current {
	border: 1px solid #0099cc;
	-moz-box-shadow: 0 0 7px 0 rgba(000, 000, 000, 0.3);
	-webkit-box-shadow: 0 0 7px 0 rgba(000, 000, 000, 0.3);
	box-shadow: 0 0 7px 0 rgba(000, 000, 000, 0.3);
}

.carousel-3d-slide.current .button {
	display: inline-block;
}

.carousel-3d-controls a span {
	color: #848484;
	font-weight: normal;
}

.vc_images_carousel .vc_carousel-indicators {
	bottom: 10px !important;
}

.vc_images_carousel .vc_carousel-indicators li {
	border: 1px solid #fff !important;
	background-color: #fff !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
	border: 1px solid #fff !important;
	background-color: transparent !important;
}

.auto-height-images img,
.auto-height-form {
	height: auto !important;
}

.more-facts {
	padding: 0 100px;
}

.more-facts .owl-item {
	margin-top: 10px;
}

.more-facts h2 {
	margin-bottom: 0;
}

.more-facts h2 span {
	font-family: 'Caveat Brush', cursive;
	font-size: 2.4rem;
	margin-bottom: 5px !important;
	margin-top: 15px;
	display: block;
}

.more-facts h3 {
	margin-bottom: 5px !important;
	font-size: 1.8rem;
}

.more-facts h4,
.more-facts h4 * {
	/*font-family: 'Caveat Brush', cursive;*/
	margin-bottom: 0 !important;
	font-size: 1.75rem;
	font-weight: normal;
}

.more-facts p {
	margin-bottom: 5px !important;
	font-size: 1.1rem;
}

#get-involved-slider .flexslider {
	border: 0;
	box-shadow: none !important;
}

#get-involved-slider .flex-control-nav {
	top: 90%;
}

#get-involved-slider .flex-control-paging li a {
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none !important;
}

#get-involved-slider .flex-control-paging li a.flex-active {
	background-color: #fff;
}

#get-involved-slider .flex-direction-nav {
	display: none !important;
}

.inline-content .wpb_wrapper {
	width: 100%;
}

.inline-content * {
	display: inline-block;
	vertical-align: middle;
}

.inline-content .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 3em;
}

.view-article {
	margin-top: 5px;
	display: block;
	color: #0099cc !important;
	font-weight: bold;
	text-transform: uppercase;
}

.view-article:hover {
	text-decoration: underline !important;
}

.green-box {
	text-align: left !important;
	margin-bottom: 0 !important;
}

.green-box a {
	margin-bottom: 20px;
	display: inline-block;
	background-color: #73c167;
	padding: 10px 20px !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 0.85rem;
}

.green-box .vc_gitem-post-category-name {
	display: none !important;
}

.green-box .vc_gitem-post-category-name:first-child {
	display: block !important;
}

.green-box .vc_gitem-post-category-name {
	background-color: transparent !important;
}

.wpdreams_asl_container {
	border: 1px solid #848484 !important;
	border-radius: 2em !important;
	padding: 5px !important;
	box-shadow: none !important;
}

.wpdreams_asl_container input[type="search"] {
	font-size: 1rem !important;
	min-height: unset;
}

.wpdreams_asl_container .proclose {
	position: absolute !important;
	right: 5px;
}

.custom-styling-slider .wpb_gallery_slides {
	box-shadow: none !important;
	border: 0 !important;
}

.custom-styling-slider .flex-caption {
	background-color: transparent !important;
}

.custom-styling-slider .flex-direction-nav {
	display: none !important;
}

.social-content-page .content-section ul,
.social-content-page .content-section ol {
	margin-left: 1.25rem;
}

.social-content-page .wp-caption {
	margin-bottom: 80px !important;
}

.social-content-page .wp-caption-text {
	text-align: left;
	margin-top: 15px;
}

.social-content-page #msform fieldset {
	background-color: transparent !important;
}

[data-link] {
	cursor: pointer;
}

[data-link]:hover a {
	text-decoration: underline;
}

.vc_row.owl-carousel {
	display: block;
	width: auto;
}

.vc_row.owl-carousel {
	display: block;
	width: auto;
}

.slider-thumbs.owl-carousel {
	opacity: 0;
}

.slider-thumbs.owl-carousel.owl-loaded {
	opacity: 1;
}

.owl-thumbs {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 20px;
}

.owl-thumbs .owl-thumb-item {
	float: left;
	border: 0;
	background-color: transparent;
	opacity: 0.7;
	padding-bottom: 0;
}

.owl-thumbs .owl-thumb-item.active {
	opacity: 1;
}

.custom-grid>.vc_gitem-zone-mini {
	position: absolute !important;
	background-color: rgba(0, 0, 0, 0.4);
}

.custom-grid>.vc_gitem-zone-mini * {
	margin-bottom: 0 !important;
}

.box-category-list article {
	margin-bottom: 30px;
}

.box-category-list article .post-title h2 {
	margin-bottom: 5px;
}

.box-category-list article .post-title h2 {
	margin-bottom: 5px;
}

.box-category-list article .box-border {
	border: 1px solid #848484;
	height: inherit;
	float: left;
}

.box-category-list article .post-details {
	padding: 20px;
}

.box-category-list article .post-image {
	padding: 0;
}

.simple-category-list ul {
	list-style-type: circle;
}

.simple-category-list ul li {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.anchor-link a {
	text-transform: uppercase;
}

.vc_icon_element.vc_icon_element-outer.large-icon .vc_icon_element-inner.vc_icon_element-size-xl {
	width: 11em;
	height: 11em;
}

.vc_icon_element.vc_icon_element-outer.large-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size: 9rem !important;
}

.vc_icon_element.vc_icon_element-outer.medium-large-icon .vc_icon_element-inner.vc_icon_element-size-xl {
	width: 6rem;
	height: 6rem;
}

.vc_icon_element.vc_icon_element-outer.medium-large-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
	font-size: 6rem !important;
}

.highlight-tile * {
	cursor: pointer;
}

.highlight-tile .active {
	background-color: #0099cc;
}

.highlight-tile .active * {
	color: #fff !important;
}

.highlight-tile .active .wpb_single_image,
.highlight-tile .active_image {
	display: none;
}

.highlight-tile .active .active_image.wpb_single_image {
	display: block;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: #0099cc !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active span,
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover span {
	color: #fff !important;
}

.news-blog-article .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,
.news-blog-article .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: transparent !important;
}

.home #subForm input,
.home #subFormPage input {
	border: 0 !important;
}

/*------------------------------------*\
	Grid Isotope
\*------------------------------------*/
.grid .wpb_column {
	cursor: pointer;
	overflow: hidden;
}

.grid-filter .grid-filter-btn {
	border-right: 1px solid #444444;
}

.grid-filter .wpb_column:last-child .grid-filter-btn {
	border: 0;
}

.grid-filter .grid-filter-btn.active .vc_btn3 {
	background-color: #73c167 !important;
	color: #fff !important;
}

.impact_modal {
	position: fixed !important;
	margin: 0 !important;
}

.impact_modal .modal-dialog {
	top: 25%;
	position: absolute;
	background-color: #fff;
	max-width: 800px;
	width: 95%;
	float: none;
	margin: 30px auto 0;
	left: 0;
	right: 0;
}

.impact_modal .close-btn-container {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	right: -8px;
	margin-bottom: 10px !important;
	z-index: 10;
}

.impact_modal .close-btn-container .close {
	font-size: 2rem;
	color: #444;
	opacity: 0.8;
}

.video-visible-all .vc_video-bg {
	display: block !important;
	pointer-events: all !important;
}

.absolute-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

/*------------------------------------*\
	VIDEO BACKGROUND
\*------------------------------------*/

.videoModal,
.videoModal * {
	cursor: pointer;
}

iframe {
	/*min-height: 400px;*/
}

.wpb_video_wrapper iframe {
	min-height: 100%;
}

.videoIframe {
	opacity: 1;
	max-height: 600px;
	height: 600px;
}

.panorama_overlay{
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.panorama_overlay-exit,
.vc_row.vc_row-flex.panorama_overlay-exit {
	display: none;
	position: absolute !important;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 20px;
}
.overlay__video {
	position: absolute;
	display: none;
	top: 0;
}

.overlay__video iframe {
	min-height: 65vh;
}

.background-image-xlarge.flex-video {
	max-height: 100%;
	height: 100vh;
}

.background__full-height {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.validation_message {
	padding-top: 10px;
	padding-bottom: 10px;
}

.validation_message ul li {
	list-style-type: disc;
	color: red;
}

.form_uploads .ginput_preview {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding: 10px 0;
}

.form_uploads .ginput_preview:after {
	position: absolute;
	right: 0;
	color: #73c167;
	font-size: 1.275rem;
	content: "\f14a";
}

#adopt_modal.modal {
	text-align: center;
	padding: 0 !important;
}

#adopt_modal.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

#adopt_modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#adopt_modal input {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
}

#adopt_modal input[type="submit"] {
	width: 100%;
	max-width: 200px;
	float: none;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 15px;
}


@media only screen and (max-width: 640px) {
	#adopt_modal input {}
}


/*------------------------------------*\
	OVERRIDES
\*------------------------------------*/

.col-centered {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.override__no-min-height {
	min-height: 0 !important;
}
.overrides__overflow-hidden{
	overflow: hidden !important;
}
.overrides__border-radius-top-right{
	border-top-right-radius: 50px !important;
}
.overrides__border-radius-top-left{
	border-top-left-radius: 50px !important;
}
.overrides__border-radius-bottom-right{
	border-bottom-right-radius: 50px !important;
}
.overrides__border-radius-bottom-left{
	border-bottom-left-radius: 50px !important;
}

.overrides__curved-border input {
	border-radius: 5px;
}

.overrides__styled-font {
	font-family: 'Caveat Brush', cursive !important;
}

.overrides__position-relative {
	position: relative !important;
}

.overrides__position-absolute {
	position: absolute !important;
	z-index: 1;
}

.overrides__float-left {
	float: left !important;
}

.overrides__display-none {
	display: none !important;
}

.overrides__display-inline {
	display: inline !important;
}

.overrides__display-inline-block {
	display: inline-block !important;
}

.overrides__display-block {
	display: block !important;
}

.overrides__width-auto {
	width: auto !important;
}

.overrides__no-margin {
	margin: 0 !important;
}

.overrides__no-padding {
	padding: 0 !important;
}

.overrides__no-margin-bot {
	margin-bottom: 0 !important;
}

.overrides__margin-top {
	margin-top: 3.125rem !important;
}

.overrides__margin-bottom {
	margin-bottom: 3.125rem !important;
}

.overrides__margin-bottom-small {
	margin-bottom: 1.875rem !important;
}

.overrides__margin-top-small {
	margin-top: 1.875rem !important;
}

.overrides__margin-top-tiny{
    margin-top:1rem !important;
}

.overrides__margin-right {
	margin-right: 1.875rem !important;
}

.overrides__margin-left {
	margin-left: 1.875rem !important;
}

.overrides__padding-top {
	padding-top: 2rem !important;
}

.overrides__padding-bottom {
	padding-bottom: 3.125rem !important;
}

.overrides__padding-top-small {
	padding-top: 1.875rem !important;
}

.overrides__padding-bottom-small {
	padding-bottom: 1.875rem !important;
}

.overrides__padding-top-tiny {
	padding-top: 1rem !important;
}

.overrides__padding-bottom-tiny {
	padding-bottom: 1rem !important;
}

.overrides__no-padding-left {
	padding-left: 0 !important;
}

.overrides__no-padding-right {
	padding-right: 0 !important;
}

.overrides__minor-padding-right {
	padding-right: 7.5px !important;
}

.overrides__minor-padding-left {
	padding-left: 7.5px !important;
}

.overrides__no-border {
	border: 0 !important;
}

.overrides__full-with-all * {
	width: 100% !important;
}

.overrides__text-center-all * {
	text-align: center !important;
}

.overrides__uppercase {
	text-transform: uppercase !important;
}

.overrides__large-font {
	font-size: 3rem !important;
}

.overrides__small-font {
	font-size: 0.8rem !important;
}

.overrides__small-font_all-fonts,
.overrides__small-font_all-fonts * {
	font-size: 0.8rem !important;
}

.overrides__smaller-font_all-fonts,
.overrides__smaller-font_all-fonts * {
	font-size: 0.7rem !important;
}

.overrides__underline {
	text-decoration: underline !important;
}

.vertical__centered {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-webkit-transform: translateY(-50%);
	/* Safari */
	-moz-transform: translateY(-50%);
	/* Firefox */
}

.vertical__centered-absolute {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	/* IE 9 */
	-webkit-transform: translateY(-50%) !important;
	/* Safari */
	-moz-transform: translateY(-50%) !important;
	/* Firefox */
}

.horizontal__centered {
	left: 0;
	right: 0;
}

.overrides__middle-space .columns {
	width: 48%;
	float: left;
}

.overrides__middle-space .columns:nth-child(even) {
	float: right;
}

.overrides__bold-text {
	font-weight: bold !important;
}

.overrides__normal-text {
	font-weight: normal !important;
}

/*
 * COLOR OVERRIDES
 */

.overrides__blue-color {
	color: #0099cc !important;
}

.overrides__green-color {
	color: #73c167 !important;
}

.overrides__dark-grey-color {
	color: #616161 !important;
}

/*@-moz-document url-prefix() {
	article > .vc_row.vc_row-flex > .vc_column_container{
		display: -moz-box;
	}
}*/

/*------------------------------------*\
	BACKGROUNDS
\*------------------------------------*/

.overrides__blue-background {
	background-color: #0099cc !important;
}

.overrides__green-background {
	background-color: #73c167 !important;
}

.overrides__grey-background {
	background-color: #f5f5f5 !important;
}

.max-height-container {
	height: 600px;
	overflow: hidden;
}

.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.background-image-homepage-a-feature {
	position: relative;
	width: 100vw;
}

@media only screen and (min-width: 1200px) {
	.background-image-homepage-a-feature {
		left: calc(0px - (((100vw - 1200px) / 100) * 50));
		padding-left: calc(((100vw - 1200px) / 100) * 50);
		padding-right: calc(((100vw - 1200px) / 100) * 50);
	}
}

.background-image-normal {
	min-height: 65vh;
}

.background-image-xlarge {
	height: 100vh;
}

.background-image-large {
	height: 600px;
}

.background-image-medium {
	height: 400px;
	min-height: 400px;
}

.background-image-small {
	height: 200px;
}

.background-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	height: inherit;
}

.background-image:hover .background-overlay {
	/*background-color: transparent;*/
}

.background-image.background__left-top-positon {
	background-position: left top !important;
}

.background-image.background__left-top-positon .vc_column-inner {
	background-position: left top !important;
}

.background-image.background__left-bot-positon {
	background-position: left bottom !important;
}

.background-image.background__left-bot-positon .vc_column-inner {
	background-position: left bottom !important;
}

.background-image.background__right-top-positon {
	background-position: right top !important;
}

.background-image.background__right-top-positon .vc_column-inner {
	background-position: right top !important;
}

.background-image.background__right-bot-positon {
	background-position: right bottom !important;
}

.background-image.background__right-bot-positon .vc_column-inner {
	background-position: right bottom !important;
}

.background-image.background__left-center-positon {
	background-position: left center !important;
}

.background-image.background__right-center-positon {
	background-position: right center !important;
}

.background-image.background__top-center-positon {
	background-position: top center !important;
}

.background-image.background__bottom-center-positon {
	background-position: bottom center !important;
}

.background-image.background__center-positon {
	background-position: center !important;
}

.background-image.background__size-contain {
	background-size: contain !important;
}

.background-image img.hide-image {
	display: none !important;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/

.gform_wrapper .gf_progressbar {
	padding: 0 !important;
}

input,
select,
textarea,
label,
button {
	font-family: "Roboto", sans-serif !important;
}

input,
select,
textarea {
	min-height: 35px;
	border: 1px solid #848484;
	outline: 0;
	border-radius: 5px;
}

.keep-me-updated input[type='checkbox'] {
	min-height: revert;
}

input[type="submit"] {
	font-size: 1rem;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2em;
}

input[type="submit"].disabled {
	opacity: 0.7;
}

select {
	background-color: #fff;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-size: 20px 7px;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

label {
	font-size: 1rem;
}

input[type="submit"] {
	background-color: #73c167;
	border: 0;
	outline: 0;
	display: block;
	color: #fff;
	font-weight: bold;
	min-height: 0;
}

.gform_page_footer input[type=submit] {
	display: inline-block;
}

.center-btn input[type="submit"] {
	margin: 0 auto;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: none !important
}

div.wpcf7 img.ajax-loader {
	margin: 0 auto;
}

label.error {
	color: #a90000;
}

.error {
	margin-bottom: 0 !important;
}

.wpcf7-form label.error {
	text-align: left;
	font-size: 0.8rem;
	margin-bottom: 20px !important;
}

section.vc_cta3-container {
	margin-bottom: 0 !important;
	text-align: center;
}

section.vc_cta3-container .vc_cta3_content-container {
	display: inline-block;
}

section.vc_cta3-container .vc_cta3 .vc_cta3_content-container .vc_cta3-content {
	vertical-align: middle !important;
}

#subForm {
	margin: 20px 0 30px;
	float: left;
	width: 100%;
}

#subFormPage {
	padding: 0 !important;
}

#subForm input,
#subFormPage input {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	border: 0;
	color: #848484;
	border: 0;
}

#subForm button {
	padding: 10px 40px;
	margin-top: 5px;
	background-color: #73c167;
	outline: 0;
	border: 0;
	color: #fff;
	border-radius: 2em;
}

#subFormPage button {
	margin-top: 20px;
}

#subForm button:hover {
	opacity: 0.8;
}

.read-more-button {
	display: none;
}

.read-more-button .vc_icon_element-icon:before {
	-webkit-text-stroke: 2px white;
	text-stroke: 2px white;
}

article form.search {
	width: 100%;
	float: left;
	position: relative;
}

article form.search .search-input {
	width: 100%;
	height: 40px;
	padding: 5px 40px 5px 10px;
	font-size: 1rem;
	box-shadow: none;
	border: 1px solid #848484;
}

article form.search .search-submit {
	right: 0;
	height: 40px;
	width: 40px;
	border: 0;
	background: transparent;
	padding-bottom: 0;
}

article form.search .search-submit .fa {
	font-size: 1.3rem;
}

.vc_grid-styled-select select {
	width: 100%;
	height: 40px;
	font-size: 1rem;
}

/**
	Hiding progress bar in Report Cruelty Online form
 */

.gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

/*
	DONATION THEMOMETER
*/

#countdown-wrap {
	width: 100%;
}

#goal {
	font-size: 2rem;
	text-align: left;
	color: #FFF;
}

#glass {
	width: 100%;
	height: 40px;
	background: #c7c7c7;
	border-radius: 20px;
	float: left;
	overflow: hidden;
}

#progress {
	float: left;
	width: 16%;
	height: 40px;
	background: #73c167;
	z-index: 333;
}

.goal-stat {
	width: 100%;
	padding: 10px 0;
	float: left;
	margin: 0;
	color: #FFF;
	font-size: 1.1rem;
	text-align: left;
}

.goal-number {
	font-weight: bold;
}

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

	.goal-number,
	.goal-label {
		text-align: left;
	}

	.feature-video.top-video .feature-heading {
		margin-left: -250px !important;
		left: 50% !important;
	}
}

.donate-pledge-tile:before,
.blog-listing-article:before {
	padding-top: 0 !important;
}

.donate-pledge-tile .vc_gitem_row,
.blog-listing-article .vc_gitem_row {
	position: relative !important;
	top: 0 !important;
	transform: none !important;
}

.no-read-more a {
	display: none !important;
}

.social-icon-sharing .facebook-share,
.social-icon-sharing .twitter-share {
	display: inline-block;
}

.social-icon-sharing .facebook-share {
	margin-right: 10px;
}

.btn-small-text .vc_gitem-link.vc_btn3 {
	font-size: 1rem !important;
}

.blog-listing-article .vc_gitem-link.vc_btn3,
.vc_grid .vc_gitem-link.vc_btn3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	min-width: 160px;
}

.blog-listing-article .vc_gitem-link.vc_btn3,
.donate-pledge-btn-bottom-border .vc_gitem-link.vc_btn3 {
	border: 2px solid #0099cc !important;
}

.blog-listing-article .vc_gitem-link.vc_btn3:hover .donate-pledge-btn-bottom-border .vc_gitem-link.vc_btn3:hover {
	border: 2px solid #0099cc !important;
}

.blog-listing-article .blog-article-title h3 {
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover {
	background-color: #0099cc !important;
}

.vc_grid-filter>.vc_grid-filter-item>span {
	font-size: 1rem !important;
}

.donate-pledge-tile .vc_btn3,
.blog-listing-article .vc_btn3 {
	text-transform: capitalize !important;
}

.column-width-once,
.column-width-monthly {
	float: left;
	padding: 0 15px;
}

.hover-tiles>.wpb_column:hover a {
	color: #0099cc;
}

/*******************
	Thank You Styles
*********************/

.main__section section {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.block__content .block__content-area {
	max-width: 500px;
	margin-right: 5%;
	padding: 30px 0 30px 15px;
	right: 0;
}

.lead,
.lead * {
	font-size: 1.1rem;
	line-height: 1.6;
}

.vc_row.one-off,
.vc_row.monthly,
.one-off .vc_row.default,
.monthly .vc_row.default {
	display: none !important;
}

.vc_row.default {
	display: flex !important;
}

.one-off .vc_row.one-off,
.monthly .vc_row.monthly {
	display: flex !important;
}

/*------------------------------------*\
	FONT ICONS
\*------------------------------------*/

.play-icon {
	font-size: 5rem;
	color: black;
}

.play-icon:hover {
	color: #848484 !important;
}

.heading .play-icon {
	color: #0099cc;
}

.main__section .share_icons a {
	text-indent: 0 !important;
	padding: 0;
	overflow: visible;
}

.main__section .share_icons a .fa {
	font-size: 6rem;
	color: #ffffff;
	padding: 0 20px;
}

/*******************
	BLOG Single
*********************/
.rspcansw-single-post iframe{
	width: 100% !important;
}

.custom-content-area {
	margin-top: 80px;
}

.custom-content-area img {
	/*width: 100%;*/
}

.page-header {
	margin-top: 0;
	padding: 80px 0 20px;
	background-color: #e58934;
	color: #FFF;
	border: 0;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}

.custom-content-area .breadcrumbs {
	background-color: rgba(229, 137, 52, 0.8);
}

.custom-content-area .featured-image img {
	width: 100%;
	margin-bottom: 20px;
}

.entry-header {
	z-index: 1;
	position: relative;
}

.custom-content-area .entry-header .entry-title {
	margin-bottom: 5px;
}

.custom-content-area .single__header .entry-meta {
	margin-bottom: 20px;
}

.category-list article {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.category-list article .btn {
	margin-top: 13px;
	padding: 15px 0;
	font-size: 1rem;
	min-width: 160px;
	float: right;
	background-color: #73c167;
}

.category-list article .btn:hover {
	background-color: rgba(110, 191, 75, 0.8);
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 50%;
	float: left;
}

.nav-links .nav-next {
	text-align: right;
}

/*******************
	BLOG SIDE BAR
*********************/

.blog-side-nav {
	border-left: 1px solid #e1e1e1;
	padding-bottom: 30px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	float: left;
}

.blog-side-nav .widget {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.blog-side-nav .widget-title,
.blog-side-nav .widgettitle {
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	white-space: normal;
}

.blog-side-nav .widget ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.blog-side-nav .widget a:hover {
	color: #e58934;
}

.blog-side-nav .widget.widget_search {
	width: 100%;
	float: left;
}

.blog-side-nav form.search input.search-input {
	height: 40px;
	float: left;
	width: 100%;
	padding: 0 30px 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-side-nav form.search .search-submit {
	position: absolute;
	right: -2px;
	background-color: transparent;
	border: 0;
	outline: 0;
	background-image: url("img/icons/search-icon.png ");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999em;
	top: 6px;
	width: 20px;
	height: 20px;
}

.social-share-icons a {
	color: #e58934;
	display: inline-block;
}

.social-share-icons a:hover,
.social-share-icons a:hover .fa,
.social-share-icons a:hover .fa:before {
	background-color: #e58934 !important;
	color: #fff !important;
	border-radius: 100%;
}

.social-share-icons .fa {
	border: 1px solid;
	border-radius: 100%;
	text-align: center;
	font-size: 1.2rem;
	padding: 10px 11px;
	margin-top: 0px;
}

.social-share-icons .fa.fa-google-plus {
	padding: 10px 7px;
	position: relative;
}

.social-share-icons .fa.fa-facebook {
	padding: 10px 14px;
}

.social-share-icons .fa.fa-rss {
	padding: 10px 13px;
}

.custom-content-area .social-share-icons {
	margin-top: 20px;
}

.custom-content-area article {
	margin-bottom: 40px;
}

.category-list .pagination {
	padding-left: 15px;
}

div[id*="ajaxsearchliteres"] .results .item .asl_content h3,
div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
	font-family: "Roboto", sans-serif !important;
}

/*------------------------------------*\
	DONATION FORM STYLES
\*------------------------------------*/

/*------------------------------------*\
	FORMS
\*------------------------------------*/

div.wpcf7 .ajax-loader, 
.custom-loader {
	background-image: url('img/icons/ajax-loader.gif') !important;
	background-repeat: no-repeat;
	width: 0 !important;
	height: 0 !important;
	padding: 25px;
	margin-bottom: 20px !important;
	display: none;
}

select {
	background-position: right 5px center;
}

label {
	font-size: 1rem;
}

body img.gform_ajax_spinner {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.gform_body .gform_page:last-child img.gform_ajax_spinner {
	display: block;
}

.date-of-birth .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	max-width: 100px;
	float: left;
	width: 100%;
	margin-right: 5px;
}

/*img.gform_ajax_spinner {
	display: none;
}
.gform_validation_error .gform_button{
	display: inline-block;
}
.gform_wrapper li.gfield.gfield_error {
	background-color: transparent !important;
	margin: 0 !important;
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}*/

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error .validation_message,
.gfield_required {
	color: #cc0000 !important;
}

.gform_wrapper .gfield_error .ginput_container input,
.gform_wrapper .gfield_error .ginput_container select,
.gform_wrapper .gfield_error .ginput_container textarea {
	border: 1px solid #cc0000 !important;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px !important;
}

.gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
}

.donation__amount {
	margin-bottom: 2rem;
}

.donation__amount input {
	margin: 0 auto;
	border: 1px solid #0099cc !important;
	border-radius: 5px;
	height: 5rem !important;
	font-size: 2.5rem !important;
	width: 100% !important;
	padding-left: 15px !important;
	padding-right: 135px !important;
	color: #0099cc;
	background-image: url('img/icons/aud-month.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 40%;
	margin: 0 auto !important;
	max-width: 350px;
}

.donation__amount.one-off input {
	background-image: url('img/icons/aud-only.png');
	background-size: 15%;
	padding-right: 80px !important
}

.donation__choice label.gfield_label,
.donation__frequency label.gfield_label,
.donation__choice ul li input[type="radio"],
.donation__frequency ul li input[type="radio"],
.hide__main-label>label,
.gform_wrapper div.validation_error {
	display: none !important;
}

#tabs {
	border: 0 !important;
	background-color: transparent !important;
}

#tabs ul {
	border: 0 !important;
	background-color: transparent !important;
}

#tabs ul li {
	border: 0 !important;
	background-color: transparent !important;
	margin: 0 5px;
	max-width: 200px;
	float: none !important;
	display: inline-block;
	overflow: visible;
}

#tabs ul li a {
	width: 100%;
	padding: 0 !important;
}

.donation__choice ul li,
.donation__frequency ul li {
	list-style-type: none;
}

.donation__choice input[type="radio"] {
	display: none !important;
}

.gform_wrapper label.gfield_label,
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
	font-size: 1rem !important;
	font-weight: normal !important;
}

.name__field.gfield_error {
	padding-right: 0 !important;
}

.half__width-element {
	padding: 0;
	clear: none !important;
}

.payment_amount-tiles {
	display: none;
}

.payment_amount-tiles.active {
	display: block;
}

.payment_amount-tiles .payment_amount-tile {
	box-shadow: 0 0 0 1px hsla(0, 0%, 4%, .2);
	transition: box-shadow .2s ease-out;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 30px;
}

.payment_amount-tiles .payment_amount-tile:hover {
	box-shadow: 0 0 10px 4px rgba(115, 193, 103, 0.5);
}

.payment_amount-tiles .payment_amount-tile.active {
	box-shadow: 0 0 10px 5px rgba(115, 193, 103, 1) !important;
}

.payment_amount-tiles .payment_amount-tile img {
	margin-bottom: 0;
	box-shadow: none;
	border: 0;
}

.payment_amount-tiles .payment_amount-tile img:hover {
	box-shadow: none;
}

.payment_amount-tiles .payment_amount-tile p {
	margin: 0;
	padding: 0 10px 10px;
	color: #848484 !important;
}

.payment_amount-tiles .payment_amount {
	text-align: center;
	max-width: 100%;
	padding: 0 15px 0;
	margin-bottom: 0;
	font-size: 1.7rem;
}

.simple-payment-tiles .payment_amount-tiles .payment_amount-tile img,
.simple-payment-tiles .payment_amount-tiles .payment_amount-tile p {
	display: none;
}

.simple-payment-tiles .payment_amount-tiles .payment_amount-tile .payment_amount {
	display: block;
	padding: 10px !important;
}

.donation__choice ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.donation__choice ul li label {
	margin: 0 !important;
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 10px 0 !important;
	font-size: 2.2rem !important;
	border: 1px solid #dbdbdb !important;
	color: #848484 !important;
	text-align: center !important;
}

.donation__choice ul li input[type=radio]:checked+label {
	color: #0099cc !important;
	font-weight: bold;
}

.donation__choice ul li:first-child label {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.donation__choice ul li:last-child label {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.donation__frequency {
	margin-bottom: 2rem;
}

.donation__frequency ul {
	padding-left: 0;
}

.donation__frequency ul li {
	float: left !important;
	width: 49% !important;
	text-align: center !important;
	overflow: hidden;
}

#hdp-form #tabs .donation__frequency ul li:last-child {
	float: right !important;
}

.donation__frequency ul li label {
	margin: 0 !important;
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 15px 15px 15px !important;
	font-size: 3rem !important;
	border: 1px solid #dbdbdb !important;
	color: #848484 !important;
	background-color: #fff;
	border-radius: 10px !important;
	cursor: pointer;
}

.donation__frequency a {
	text-decoration: none;
}

.donation__frequency ul li input[type=radio]:checked+label {
	background-color: #73c167 !important;
	border-color: #73c167 !important;
}

.donation__frequency ul li input[type=radio]:checked+label h2 {
	color: #ffffff !important;
}

.donation__frequency ul li label * {
	font-size: 1.6rem !important;
	line-height: 1.2 !important;
	font-family: 'museo_sans300', sans-serif !important;
	font-weight: normal !important;
	text-align: center !important;
}

.donation__frequency ul li label h2 {
	font-size: 1.4rem !important;
	margin-bottom: 1rem !important;
	color: #0099cc !important;
}

.gform_wrapper .gform_page_footer {
	border-top: 0 !important;
	text-align: center;
}

.gform_wrapper .gform_page_footer .nav__buttons input {
	margin: 20px 0 10px 0 !important;
}

.gform_wrapper .gform_page_footer .nav__buttons input.gform_previous_button {
	background: none;
	color: #848484;
	text-decoration: none;
	text-transform: none;
	padding: 0;
}

.donation__payment-method .ginput_card_security_code {
	margin: 3px 0 8px 0 !important;
}

.donation__payment-method .ginput_card_security_code_icon {
	left: 2px !important;
	top: 0 !important;
}

.editable {
	boder: 1px solid #0099cc;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

.editable br {
	display: none !important;
}

.payment__options {
	margin-top: 15px;
	margin-bottom: 15px;
}

.payment__options input[type="radio"] {
	display: none;
}

.payment__options label {
	padding: 20px 0px;
	border-radius: 20px;
	width: 100%;
	text-align: center !important;
	margin: 10px 0;
	display: inline-block;
	background-color: #fff;
	border: 6px solid #fff;
	color: #0099cc !important;
	font-weight: bold;
	font-size: 1.4rem;
}

.standalone-campaign .payment__options label {
	border: 6px solid #e4e4e4;
	color: #e4e4e4 !important;
}

.payment__options.white-options label {
	border-color: #0099cc;
}

.payment__options input[type=radio]:checked+label {
	border: 6px solid #73c167;
	color: #73c167 !important;
}

.payment__options label img {
	max-width: 120px;
	position: relative;
}

.tablepress thead th,
.tablepress tfoot th {
	padding: 15px 10px;
	font-size: 1.1rem;
}

.tablepress tbody td {
	padding: 12px 10px;
	font-size: 1rem;
}

/*
	COMPACT DONATION FORM CSS
*/
.compact_mode fieldset {}

.compact_mode fieldset:first-child {
	margin: 0 auto;
	max-width: 85%;
	left: 0;
	right: 0;
}

.compact_mode .donation__choice {
	padding: 0 15px !important;
}

.compact_mode .donation__amount {
	display: none !important;
}

.compact_mode #tabs ul {
	margin: 0;
	padding: 0;
}

.compact_mode #tabs ul li {
	max-width: 100%;
	margin: 0;
	width: 50% !important;
	float: left !important;
	border-radius: 0 !important;
}

.compact_mode .donation__frequency ul li label {
	border-radius: 0 !important;
}

.compact_mode .column-width-monthly,
.compact_mode .column-width-once {
	padding: 0 !important;
}

.compact_mode .payment_amount-tiles {
	padding-bottom: 0 !important;
}

.compact_mode .payment_amount-tiles .payment_amount-tile {
	margin-bottom: 0 !important;
}

.compact_mode .payment_amount-tiles .payment_amount-tile.active {
	box-shadow: inset 0px 0px 0px 5px #0099cc !important
}

.compact_mode .payment_amount-tiles .payment_amount-tile img {
	display: none !important;
}

.compact_mode .payment_amount-tiles .payment_amount-tile p {
	top: 0 !important;
}

.compact_mode .payment_amount-tiles .payment_amount {
	font-size: 1.3rem;
	padding: 15px 0 !important;
}

.choice__description-container {
	display: none;
}

.compact_mode .choice__description-container {
	display: block;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	font-size: 1.4rem;
}

.compact_mode .total__amount {
	display: none;
}

#circus-page .bottom-aligned-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}

.compact_mode .donation__frequency ul li label * {
	font-weight: bold !important;
}

.compact_mode .payment_amount-tile.other_field_container .payment_amount {
	padding: 10px 0 !important;
}

.compact_mode .other_field_container .payment_amount span {
	display: none !important;
}

.compact_mode .other_field_container .payment_amount .other_field {
	margin-top: 0;
	outline: 0;
	background-color: transparent;
	border: 0;
	max-width: 100% !important;
}

/*
	CONTACT FORM 7
*/

.wpcf7-response-output.wpcf7-mail-sent-ok {
	display: none !important
}

div.wpcf7 .ajax-loader {
	margin: 0 auto;
}

.invalid .donation__submit,
.invalid .previous {
	display: inline-block !important;
}

.invalid .ajax-loader {
	display: none !important;
}

.submit_text {
	display: none;
}

.invalid .submit_text {
	display: none !important
}

.wpcf7-form label.error {
	text-align: left;
	font-size: 0.8rem;
	margin-bottom: 20px;
}

.donation__amount label.error {
	text-align: center !important;
}

.google__address-error {
	text-align: left;
	margin-bottom: 20px;
	font-size: 1rem;
}

.google__address-error a {
	color: #0099cc;
	text-decoration: underline;
}

.expiry_month {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.expiry_year {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.credit__card .gform_card_icon_container {
	width: 100%;
	float: left;
	display: block;
	margin: 10px 0;
}

.credit__card .gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(img/icons/gf-creditcard-icons.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	float: left;
}

.credit__card .gform_card_icon.gform_card_icon_amex {
	background-position: -72px -192px;
}

.credit__card .gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -192px;
}

.credit__card .gform_card_icon.gform_card_icon_visa {
	background-position: 0 -192px;
}

.credit__card .gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -224px;
}

.credit__card .gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -224px;
}

.credit__card .gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -224px;
}

.credit__card .gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -256px;
}

.credit__card .gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -256px;
}

.credit__card .gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -256px;
}

.total__amount {
	display: inline-block;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.standalone-campaign .total__amount {
	border: 1px solid #848484;
	margin-bottom: 30px;
}

.total__amount * {
	color: #848484 !important;
	font-size: 2rem;
	line-height: 1;
	margin: 10px 0 5px !important;
}

.standalone-campaign .total__amount p {
	margin: 5px 0 !important;
}

.total__amount .frequency {
	padding-left: 10px;
}

.total__amount .edit_total {
	font-size: 1.2rem;
	position: relative;
	right: 0;
	bottom: 0;
	color: #73c167 !important;
	text-decoration: underline;
	padding-left: 10px;
}

#msform {
	position: relative;
	opacity: 0;
}

#msform fieldset {
	/*background: white;*/
	border: 0 none;
	border-radius: 3px;
	padding: 0 !important;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	/*stacking fieldsets above each other*/
	position: absolute;
}

/*#msform fieldset:first-child {
	position: relative;
}*/

label {
	text-align: left;
	display: block;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

#msform fieldset input[type="text"],
#msform fieldset input[type="email"],
#msform fieldset select {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: .5rem;
	margin: 0 0 1rem;
	font-size: 1rem;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#msform fieldset input[type="text"].error,
#msform fieldset input[type="email"].error,
#msform fieldset select.error {
	border-bottom: 2px solid #a90000 !important;
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
	display: none;
}

#msform .button {
	margin-bottom: 10px;
	border: 0;
	color: #fff !important;
	padding: 15px 50px !important;
}

.amount-icon input[type=radio] {
	opacity: 0;
	position: absolute;
}

.amount-icon.donation__frequency label {
	border: 6px solid #b5b5b5;
	cursor: pointer;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
	width: 100%;
	text-align: center !important;
	margin: 10px 0;
	display: inline-block;
	background-color: #fff;
	color: #0099cc !important;
	font-weight: bold;
	font-size: 1.4rem;
}

.amount-icon.donation__frequency input[type=radio]:checked+label {
	border: 6px solid #73c167;
	color: #73c167 !important;
}

.payment-type-icon {
	border: 2px solid #eee;
	border-radius: 15px;
	padding: 15px 15px;
	font-weight: 700;
	background: #f8f8f8;
	cursor: pointer;
	text-align: center;
	margin-bottom: 15px;
	min-height: 74px;
}

.payment-type-icon img {
	max-width: 100%;
	width: 100%;
}

.longer-form section,
.longer-form hr {
	float: left;
	width: 100%;
}

.longer-form .payment-options input[type=radio]:checked+label.payment-type-icon {
	border-color: #3e6;
}

.longer-form .payment-options input[type=radio] {
	position: absolute;
	opacity: 0;
}

.mini-title {
	margin: 20px 0;
}

.longer-form .google__address-error {
	margin: 0;
	font-size: 0.8rem;
}

.longer-form.standard-form .column-width-monthly,
.longer-form.standard-form .column-width-once {
	width: 50% !important;
	padding: 0 5px;
}

.longer-form .payment_amount-tiles .payment_amount-tile {
	overflow: auto;
	min-height: 125px;
	margin-bottom: 10px;
}

.longer-form .payment_amount-tiles .payment_amount-tile img,
.longer-form .column-width-once,
.longer-form .payment_amount-tile p {
	float: left;
	width: 50% !important;
}

.longer-form .payment_amount-tiles .payment_amount-tile p {
	padding: 0 5px 5px;
	;
	text-align: center;
	font-size: 0.8rem;
}

.longer-form .payment_amount-tile p.payment_amount {
	padding: 22px 0 6px !important;
	display: inline-block;
	font-size: 1.8rem;
}

.longer-form label.transaction-fee {
	margin: 0;
	text-align: left !important;
	font-size: 14px;
	padding: 5px 0 0;
	font-weight: 400;
	color: inherit !important;
	background: transparent;
	border: none;
	margin-bottom: 10px;
}

.transaction_fee-container .transaction_fee {
	min-height: 1px;
}

.transaction_fee-container .transaction_fee {
	min-height: 1px;
}

.longer-form .donation__amount {
	display: block !important;
}

.longer-form .form-content {
	padding: 18px 0;
}

.longer-form .donation__frequency label {
	height: auto !important;
	display: inline-block !important;
	color: inherit !important;
}

.longer-form input[type=radio][name=donation__frequency]:checked+label {
	color: #73c167 !important;
}

.longer-form .choose-payment-method {
	margin-top: 20px;
}

.longer-form .payment__options label {
	border-color: #ddd;
}

.longer-form hr {
	border-bottom: 1px solid #aaa;
	margin: 20px 0;
}

.longer-form .donation__amount {
	margin-bottom: 1rem;
}

.longer-form .payment-type-icon {
	border: 6px solid #cacaca;
}

.longer-form .mid-label {
	padding: 15px 0 0;
}

.longer-form .credit-card-types {
	max-height: 26px;
	margin: 10px 0;
}

.longer-form .standalone-campaign .payment__options label.payment-type-icon {
	border: 6px solid #b5b5b5;
	color: #565656 !important;
}

.longer-form .help-facts p {
	font-size: 1.3rem;
}

.longer-form .blue-link {
	font-size: 0.9rem;
	font-weight: 400;
}

.longer-form #enterAddress {
	font-weight: 400;
	margin-left: -10px;
	font-size: 0.8rem;
}

.longer-form a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-round.vc_btn3-style-modern.vc_btn3-color-success {
	background-color: #73c167;
	border: none;
}

.longer-form #tabs ul li {
	max-width: none;
}

/* Fixing the dropdown arrow displaying in IE */

.pet-search-form select::-ms-expand {
	display: none;
}

/*Fixing drop down issue on dev instance*/

.pet-search-form input.select2-search__field {
	padding: 10px !important;
}

@media all and (max-width: 1200px) {

	.longer-form .column-width-monthly,
	.longer-form .column-width-once {
		width: 50% !important;
	}

	.longer-form .payment_amount-tiles .payment_amount-tile img,
	.longer-form .column-width-once,
	.longer-form .payment_amount-tile p {
		width: 100% !important;
	}

	.longer-form .payment_amount-tile p.payment_amount+p {
		padding-bottom: 10px;
	}

	.longer-form .payment_amount-tile p.payment_amount {
		padding: 10px 0 6px !important;
	}

	.longer-form .donation__frequency label {
		min-width: 190px;
		font-size: 1rem;
	}

	h5.equalHeightHeadtop {
		/*style for donate carousel*/
		min-height: inherit !important;
	}

	h5.equalHeightHeadBot {
		min-height: inherit !important;
	}
}

@media all and (max-width: 992px) {

	.longer-form .column-width-monthly,
	.longer-form .column-width-once {
		width: 50% !important;
	}

	.longer-form .payment_amount-tiles .payment_amount-tile img,
	.longer-form .column-width-once,
	.longer-form .payment_amount-tile p {
		width: 100% !important;
	}

	.longer-form .payment__options .col-sm-offset-2 {
		width: 50% !important;
		margin-left: 0 !important;
	}

	.longer-form .donation__amount input {
		max-width: 100%;
	}
}

@media all and (max-width: 768px) {
	.amount-text {
		max-width: 100%;
		width: 100%;
		line-height: 3;
		padding: 4px 15px;
	}

	.amount-text b {
		float: right;
	}

	.longer-form .amount-icon.donation__frequency label,
	.longer-form .payment__options label.payment-type-icon {
		border: 6px solid #b5b5b5;
		padding: 10px;
		margin: 10px 0;
		font-size: 1rem;
	}

	.longer-form .amount-icon.donation__frequency input[type=radio]:checked+label,
	.longer-form .payment__options input.payment-method-chooser:checked+label {
		border: 6px solid #73c167;
	}

	.longer-form .payment-type-icon {
		min-height: 60px;
	}
}

@media only screen and (min-width: 768px) {
	.longer-form .payment__options label img {
		top: -3px;
	}

	.overrides__transparent-header .header__height-calc {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 640px) {
	.standalone-campaign header .button {
		padding: 10px 20px !important;
		font-size: 0.8rem !important;
	}

	.longer-form.standard-form .column-width-monthly,
	.longer-form.standard-form .column-width-once {
		width: 100% !important;
		padding: 0 5px;
	}

	.longer-form .payment_amount-tiles .payment_amount-tile img {
		width: 30% !important;
		min-width: 124px;
	}

	.longer-form .column-width-once {
		width: 50%;
	}

	.longer-form .payment_amount-tile p {
		width: calc(70% - 25px) !important;
		max-width: calc(100% - 124px) !important;
	}

	.compact_mode .donation__frequency ul li label h2 {
		font-size: 1rem !important;
	}

	.compact_mode .choice__description-container {
		font-size: 1rem;
	}

	.compact_mode fieldset:first-child {
		max-width: 100% !important;
	}
}

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

	.longer-form .payment_amount-tiles .payment_amount-tile img,
	.longer-form .column-width-monthly,
	.longer-form .standard-form .column-width-once,
	.longer-form .payment_amount-tile p {
		width: 100% !important;
		max-width: 100% !important;
	}
}

/*
	SLIDER DOTS & NAV
 */

.vc_row.vc_row-flex.owl-carousel {
    opacity: 0;
}
.vc_row.vc_row-flex.owl-carousel.mobile-slider-nav,
.vc_row.vc_row-flex.owl-carousel.mobile-slider{
	opacity: 1;
}
.no-js .vc_row.vc_row-flex.owl-carousel {
    opacity: 1;
}
.vc_row.vc_row-flex.owl-carousel.owl-loaded {
    opacity: 1;
}

.donate-slider.owl-carousel .owl-nav,
.testimonial-owl-slider.owl-carousel .owl-nav {
	position: relative;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

@media only screen and (max-width: 1200px) {
	.donate-slider.owl-carousel .owl-nav,
	.testimonial-owl-slider.owl-carousel .owl-nav {
		max-width: 1195px;
	}
}

.donate-slider.owl-carousel.white-dots .owl-nav .owl-next,
.donate-slider.owl-carousel.white-dots .owl-nav .owl-prev,
.testimonial-owl-slider.owl-carousel.white-dots .owl-nav .owl-next,
.testimonial-owl-slider.owl-carousel.white-dots .owl-nav .owl-prev {
	color: #ffffff;
	font-size: 1.5rem;
	width: 25px;
	position: relative;
}

.donate-slider.owl-carousel .owl-nav .owl-next,
.testimonial-owl-slider.owl-carousel .owl-nav .owl-next {
	right: -5px;
	float: right;
	text-align: right;
}

.donate-slider.owl-carousel .owl-nav .owl-prev,
.testimonial-owl-slider.owl-carousel .owl-nav .owl-prev {
	left: -5px;
	float: left;
}

.owl-dots {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.owl-dots .owl-dot {
	border: 1px solid #848484;
	margin: 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.testimonial-owl-slider.owl-carousel .owl-dots .owl-dot{
	width: 18px;
	height: 18px;
}

.owl-dots .owl-dot.active {
	background-color: #848484;
}

.white-dots .owl-dots .owl-dot {
	border: 1px solid #ffffff;
}

.white-dots .owl-dots .owl-dot.active {
	background-color: #ffffff;
}

.flexslider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border: 1px solid #848484;
	margin: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: transparent !important;
	box-shadow: none !important;
}

.flexslider .flex-control-paging li a.flex-active {
	background-color: #848484 !important;
}

.search-results h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.search-results article {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 1px solid #848484;
}

.search-results article .post-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.search-results .pagination {
	display: block;
	text-align: center;
}

.search-results .pagination span,
.search-results .pagination a {
	display: inline-block;
	border: 1px solid #848484;
	padding: 5px 10px;
	margin-right: 10px;
}

.search-results .pagination span {
	background-color: #73c167;
	color: #fff;
}

.search-results .pagination span.page-numbers {
	border: 0;
	background-color: transparent;
	color: #848484;
}

/*------------------------------------*\
	GOOGLE ADDRESS AUTO FILL
\*------------------------------------*/

.google__fill-address {
	display: none;
}

/*------------------------------------*\
	PLACEHOLDERS
\*------------------------------------*/

::-webkit-input-placeholder {
	color: #0099cc !important;
	opacity: 0.8;
	font-family: "Roboto", sans-serif !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #0099cc !important;
	opacity: 0.8;
	font-family: "Roboto", sans-serif !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #0099cc !important;
	opacity: 0.8;
	font-family: "Roboto", sans-serif !important;
}

:-ms-input-placeholder {
	color: #0099cc !important;
	opacity: 0.8;
	font-family: "Roboto", sans-serif !important;
}

/* DONATE FORM PLACEHOLDER VALUES */

#msform ::-webkit-input-placeholder,
#hdp-form ::-webkit-input-placeholder {
	color: #848484 !important;
	opacity: 0.6;
}

#msform :-moz-placeholder,
#hdp-form :-moz-placeholder {
	/* Firefox 18- */
	color: #848484 !important;
	opacity: 0.6;
}

#msform ::-moz-placeholder,
#hdp-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #848484 !important;
	opacity: 0.6;
}

#msform :-ms-input-placeholder,
#hdp-form :-ms-input-placeholder {
	color: #848484 !important;
	opacity: 0.6;
}

/*------------------------------------*\
	FONT ICONS
\*------------------------------------*/

.play-icon {
	font-size: 5rem;
	color: black;
}

.play-icon:hover {
	color: #848484 !important;
}

.share_icons a {
	text-indent: 0 !important;
	padding: 0;
	overflow: visible;
}

.share_icons a .fa,
.share_icons a .fab {
	font-size: 3.125rem;
	color: #ffffff;
}

.share_icons a i.fa.fa-twitter:hover,
.share_icons a i.fab.fa-twitter:hover {
	color: #45b0e3;
}

.share_icons a i.fa.fa-facebook:hover,
.share_icons a i.fab.fa-facebook:hover {
	color: #08080a;
}

.share_icons a i.fa.fa-google-plus:hover,
.share_icons a i.fab.fa-google-plus:hover {
	color: #ba472d;
}

.share_icons a i.fa.fa-instagram:hover,
.share_icons a i.fab.fa-instagram:hover {
	color: #3f729b;
}

.share_icons a i.fa.fa-youtube:hover,
.share_icons a i.fab.fa-youtube:hover {
	color: #cd201f;
}

.social-icons a:hover {
	text-decoration: none;
}

.social-icons .fa,
.social-icons .fab {
	color: #848484;
	margin-right: 30px;
	font-size: 2.5rem;
}

/*Top bog pages - Added by Amila
.vote_dog_form .col-xs-12.col-md-12.col-lg-12 {
	margin: 5px 0px;
}*/

.standard-form input[type=text],
.standard-form input[type=tel],
.standard-form input[type=email],
.standard-form input[type=date],
.standard-form select {
	background-color: #f8f8f8;
	border: 1px solid #989898;
}

.standard-form input[type=text],
.standard-form input[type=date],
.standard-form input[type=tel],
.standard-form input[type=email],
.standard-form select,
.vote_dog_form input[type=text],
.vote_dog_form input[type=tel],
.vote_dog_form input[type=email] {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #989898;
	margin: 5px 0px;
}

.standard-form section.row {
	margin: 20px 0;
	float: left;
	width: 100%;
}

.standard-form .payment__options-container,
.standalone-campaign .payment__options {
	margin-top: 0 !important;
}

#msform.membership-form {
	opacity: 1 !important;
}

.membership-form span.wpcf7-list-item {
	margin: 0 15px 0 0;
}

.membership-form .column-width-once,
.standard-form .column-width-monthly {
	width: 25% !important;
}

.membership-form .payment__options {
	margin-top: 0;
}

.membership-form .payment__options label {
	padding: 25px 20px;
	max-width: 200px;
}

.membership-form #donation__input {
	width: 100% !important;
	max-width: 300px !important;
	font-size: 1.5rem !important;
	height: 3rem !important;
}

.membership-form .membership-made,
.membership-form .donation-made,
.membership-form .total-payment-container {
	display: none;
	font-size: 1.1rem;
}

.membership-form .total-payment-container {
	display: block;
}

.membership-form .summary p {
	margin-bottom: 25px;
}

.membership-form .summary p span {
	font-size: 1.3rem;
}

.membership-form .summary .declaration label,
.membership-form .summary .declaration span {
	font-size: 0.8rem;
	line-height: 1.4;
}

.membership-form input.total-payment,
.membership-form input.membership-price {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: auto;
	max-width: 100px;
	display: inline;
}

.membership-form .membership-price-container {
	display: none;
}

.membership-form .application-type input {
	position: relative;
	bottom: 1px;
}

.vote_dog_form input[type=submit] {
	margin: 20px auto;
	padding: 15px !important;
}

.vote_dog_form,
.vote_dog_form label {
	text-align: center;
}

.vote_dog_form .row:nth-child(1) {
	margin-bottom: 25px;
	margin-top: 25px;
}

.topDog-main-section .wpb_wrapper p,
.topDog-main-section .wpb_wrapper h2,
.topDog-main-section .wpb_wrapper h3 {
	color: #848484 !important;
}

.vote_text_msg .wpb_text_column p {
	font-size: 35px;
}

.vote_text_msg {
	margin-top: 25px;
}

.pie_graph_right .vc_column-inner {
	/*padding: 5% 10% 3% 20% !important;*/
	padding: 7% 10% 0% 20% !important;
	text-align: center;
}

#cts {
	position: relative;
}

#cts input[disabled] {
	cursor: not-allowed;
	color: darkgray;
}

#cts .drop-results-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
}

#cts .drop-results {
	background: #f8f8f8;
	position: absolute;
	top: -15px;
	width: 100%;
	max-height: 160px;
	overflow: auto;
	border-bottom: 1px solid #C8C8C8;
	border-top: 1px solid #C8C8C8;
	border-radius: 5px;
}

#cts .result {
	width: 100%;
	display: block;
	border: 1px solid #C8C8C8;
	padding: 5px 10px 5px 10px;
	border-top: none;
}

#cts .result:hover {
	cursor: pointer;
	background: #e4e4e4 !important;
}

.video_left .vc_column-inner {
	padding-top: 0 !important;
}

.video_left .wpb_video_widget {
	margin-bottom: 0px;
}

div#video-container {
	display: none;
	margin-bottom: 0px;
}

div#video-container.position-relative {
	position: relative;
}

.top-video div.desktopimage {
	display: block;
	margin-bottom: 0px;
	overflow: hidden;
}

.video_left div#Overlayimage,
.topDog-main-section div#Overlayimage {
	margin-bottom: 0px;
}

.top-video div.mobileimage {
	display: none;
	margin-bottom: 0px;
}

.feature-video.top-video #play-Icon-overlay {
	top: 35%;
}

.feature-video.top-video .feature-heading {
	top: 50%;
	left: 0;
	right: 0;
	max-width: 500px;
	position: absolute;
	margin: 0 auto;
	text-shadow: 1px 1px #646464;
	text-align: center;
	z-index: 9;
}

.vote_dog_form label.error {
	margin-bottom: 0px !important;
}

.vote_dog_form input.error,
.vote_dog_form select.error,
.vote_dog_form textarea.error {
	border: 1px solid #900 !important
}

.vote_dog_form span.wpcf7-not-valid-tip {
	color: #900;
}

div#wpcf7-f8064-p8056-o1 .wpcf7-response-output.wpcf7-mail-sent-ok {
	display: block !important;
	text-align: center !important;
}

div#wpcf7-f8064-p8056-o1 .wpcf7-response-output {
	margin-top: 1em;
	color: #fff;
}

.top-video div#play-Icon-overlay,
.video_left div#play-Icon-overlay {
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0%;
	width: 100%;
	cursor: pointer;
	z-index: 9;
}

.topDog-main-section div#play-Icon-overlay {
	text-align: center;
	position: absolute;
	top: 43%;
	left: 0%;
	width: 100%;
}

.vote-graph .vc_chart-with-legend {
	width: 50% !important;
	text-align: center;
	margin: 0 auto !important;
	display: block !important;
}

.vote-graph .vc_chart-legend {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: center;
}

.vote-graph .vc_chart-legend li {
	display: inline;
	margin-left: 10px !important;
}

.ChosenDog {
	box-shadow: 0 0 10px 5px rgba(115, 193, 103, 1) !important;
}

.vote_dog_form img.Image-Select {
	border: 2px solid #fff;
	cursor: pointer;
}

.amcharts-export-menu {
	display: none;
}

.amcharts-chart-div>a {
	display: none !important;
}

.standard-chart .amcharts-chart-div g.amcharts-category-axis text.amcharts-axis-label,
.standard-chart .amcharts-chart-div g text {
	font-family: "Roboto", sans-serif;
}

.amcharts-chart-div g text[y="6"] {
	font-size: 14px;
}

.amcharts-chart-div g.amcharts-category-axis text.amcharts-axis-label,
.amcharts-chart-div g text {
	font-family: 'majkunregular', Arial, sans-serif;
	/*font-size:16px;*/
}

.voteNow p,
.voteNow h2,
.leaderBoard p,
.leaderBoard h2 {
	color: #fff;
}

.vote_dog_form span.dogNames {
	font-family: 'majkunregular', Arial, sans-serif;
	color: #fff;
	font-size: 1.4rem;
}

.volunteering .wpcf7-list-item {
	margin-right: 7px !important;
}

.volunteering .wpcf7-list-item input {
	position: relative;
	bottom: 1px;
}

.volunteering .wpcf7-list-item-label {
	display: none !important;
}

.nav-btn {
	display: none;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #848484;
	padding: 5px 20px;
}

.nav-btn.active {
	display: inline-block;
}

.nav-btn:hover {
	opacity: 1;
}

.nav-btn.disabled {
	opacity: 0.4 !important;
}

.nav-btn .fa {
	color: #000;
}

/*notification bar*/

.closebtn {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 30px;
	height: 30px;
	z-index: 111;
}

.closebtn:hover {
	cursor: pointer;
}

.closebtn:before,
.closebtn:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #fff;
}

.closebtn:before {
	transform: rotate(45deg);
}

.closebtn:after {
	transform: rotate(-45deg);
}

.notificationcontainer {
	text-align: center;
	margin-bottom: 10px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 111;
}

.notificationcontainer .container {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.notificationcontainer h3,
.notificationcontainer h4,
.notificationcontainer h5,
.notificationcontainer h5 *,
.notificationcontainer p {
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.3 !important;
	font-size: 1.5rem;
}

.notificationcontainer .button-container {
	max-width: calc(100% - 50px);
	float: none;
	margin-left: auto;
	margin-right: auto;
}

header .button-container a.btn {
	border-radius: 0 !important;
}

.extraMa {
	padding-top: 15px !important;
}

/**/

h5.equalHeightHeadtop {
	/*style for donate carousel*/
	min-height: 175px;
}

h5.equalHeightHeadBot {
	min-height: 130px;
}

/*------------------------------------*\
	POPUP
\*------------------------------------*/

.pum-theme-bottom-bar-theme .popmake {
	margin-bottom: 0 !important;
}

.pum-close {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem !important;
}

.pum-theme-bottom-bar-theme .pum-close {
	color: transparent !important;
	text-shadow: none !important;
}

.pum-theme-bottom-bar-theme form {
	margin-bottom: 0 !important;
}

.pum-theme-bottom-bar-theme form#subForm button {
	background-color: #0099cc;
}

.disable-submit-btn .gform_page_footer{
	display: none !important;
}

/*------------------------------------
	Home Pop up
--------------------------------------*/

.vc_row.vc_row-flex.modal {
	display: none;
}

.close-icon {
	position: absolute;
	right: 25px;
	top: 25px;
	float: right;
	cursor: pointer;
	padding-top: 0 !important;
}

.close-icon .fa {
	font-size: 1.5rem;
}

.custom_modal {
	width: 100%;
	float: left;
	padding: 0 !important;
	display: none;
	top: 10px;
	max-width: 1200px;
	margin: 0 auto !important;
}

.donation_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	margin-bottom: 0 !important;
}

.custom_modal .modal_container {
	position: absolute;
	top: 0;
	margin: 0 auto;
	max-width: 800px !important;
	background-color: #ffffff;
	left: 0;
	right: 0;
	z-index: 1000;
}

.other_field {
	width: 100%;
	border: 0;
	max-width: 130px;
	text-align: center;
	/*border-bottom: 1px solid;*/
	margin: 20px auto 0;
	display: block;
}

.other_field:focus {
	border: 0;
	border-bottom: 1px solid;
}

.home-donation-popup h2 {
	font-size: 1.8rem;
	margin: 20px 0;
}

.home-donation-popup .disabled {
	color: #bcb9b9 !important;
	background: #f5f5f5 !important;
	border-color: #ccc !important;
}

.home-donation-popup .select-icon,
.home-donation-popup .payment_amount-tile {
	margin-bottom: 15px;
	font-weight: bold;
	color: #73c167;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #a2a9b1;
	cursor: pointer;
	transition: all 0.5s ease;
	border-radius: 3px;
	padding: 0;
}

.home-donation-popup .donation__frequency {
	margin-bottom: 10px !important;
}

.home-donation-popup .payment_amount-tiles .payment_amount-tile p {
	float: left;
	width: 60%;
}

.home-donation-popup .check-box {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}

.home-donation-popup .check-box:checked+label {
	color: #FFFFFF;
	background-color: #73c167;
	border-color: #73c167;
}

.home-donation-popup .check-box:checked+label i {
	color: #FFFFFF;
}

.home-donation-popup .select-icon i {
	font-size: 2.2rem;
}

.home-donation-popup .payment-type-icon+label {
	padding: 20px;
	margin-bottom: 15px;
}

.home-donation-popup .step-section {
	position: absolute;
	right: 100%;
	width: 100%;
	color: #444;
	transition: right 0ms;
	padding: 30px;
	opacity: 0;
	z-index: -20;
	background-color: #fafafa;
}

.home-donation-popup .go-to-slide,
.home-donation-popup .send-donate-later,
#newsletter_popup .donate-again {
	/*background: #0099cc none;
	border: 1px solid #0099cc;*/
	color: #848484;
	text-decoration: none;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	border-radius: 10px;
	width: 100%;
	font-size: 1.2rem;
	height: 45px;
	line-height: 1.2;
}

.home-donation-popup .button {
	background-color: #0099cc !important;
	border: 1px solid #0099cc;
	color: #FFFFFF;
	padding: 12px 0 !important;
}

.home-donation-popup .button:hover {
	background-color: rgba(242, 116, 33, 0.8) !important;
	border: 1px solid rgba(242, 116, 33, 1) !important;
	;
}

.home-donation-popup .column-width-once,
.home-donation-popup .column-width-monthly {
	width: 50% !important;
}

.home-donation-popup .payment_desc. .home-donation-popup .payment_amount {
	float: left;
	width: 60%;
}

.home-donation-popup .payment_amount {
	padding: 15px 0 10px !important;
	top: 0 !important;
	font-size: 1.3rem;
}

.home-donation-popup .payment_amount-tiles {
	margin: 0 -15px;
}

.home-donation-popup .select-icon {
	padding: 15px 0;
	font-size: 1.4rem;
	border-radius: 15px;
}

.home-donation-popup .payment_amount-tile {
	overflow: auto;
}

.home-donation-popup .payment_amount-tile img {
	float: left;
	width: 40%;
}

.home-donation-popup .overrides__green-color {
	color: #73c167;
}

.home-donation-popup .payment_amount-tile.active .overrides__green-color {}

.home-donation-popup .payment_amount-tiles .payment_amount-tile {
	box-shadow: none;
}

.home-donation-popup .donate-later,
.home-donation-popup .dont-ask-again,
.home-donation-popup .close-icon,
#newsletter_popup .close .fa {
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
	color: #73c167;
	padding: 5px 0 0;
	cursor: pointer;
}

#newsletter_popup .close {
	opacity: 1 !important;
}

#newsletter_popup .close .fa {
	padding-top: 0 !important;
	font-size: 1.5rem;
}

.home-donation-popup .donate-later-content {
	display: none;
}

.home-donation-popup .show-slide {
	right: 0 !important;
	opacity: 1;
}

.home-donation-popup h3 {
	font-size: 1.2rem;
}

.home-donation-popup input.donate-later-email {
	padding: 10px;
	border: 1px solid #a2a9b1;
}

.home-donation-popup .amount {
	color: #ffffff;
}

.home-donation-popup .has-error {
	border-color: #ff544f !important;
}

.home-donation-popup .success {
	color: #73c167;
}

.home-donation-popup .danger {
	color: #ff544f;
}

.home-donation-popup span.wpcf7-list-item.first {
	margin-left: 0;
}

.pum-close::before {
	content: "\f057";
}

.pum-theme-bottom-bar-theme .pum-close::before {
	color: #fff !important;
}

/*------------------------------------*\
	Boottom Nav Bar
\*------------------------------------*/

.pum-theme-bottom-bar-theme .popmake {
	margin-bottom: 0 !important;
}

.pum-close {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem !important;
}

.pum-theme-bottom-bar-theme .pum-close {
	color: transparent !important;
	text-shadow: none !important;
}

.pum-theme-bottom-bar-theme form {
	margin-bottom: 0 !important;
}

.pum-theme-bottom-bar-theme form#subForm button {
	background-color: #0099cc;
}

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

.pum-theme-bottom-bar-theme .popmake {
	position: fixed;
	top: auto !important;
	bottom: 0 !important;
}

.hide-bottom-bar .navContentContainer,
.hide-bottom-bar .pum-theme-bottom-bar-theme {
	display: none !important;
}

.navContentContainer {
	padding: 10px !important;
}

.navContentContainer #subForm {
	margin-top: 0;
}

.navContentContainer .wpb_content_element {
	margin: 10px 0 0 !important;
}

.q-third-width,
.q-one-width {
	float: left;
	margin-bottom: 0;
}

.q-third-width {
	width: 65%;
}

.q-one-width {
	width: 35%;
}

.navToggleIcon {
	position: absolute;
	top: -40px;
	right: 30px;
	cursor: pointer;
}

.navToggleIcon .vc_icon_element-icon {
	height: 10px;
	/* Firefox */
	-moz-transition: all 1s ease;
	/* WebKit */
	-webkit-transition: all 1s ease;
	/* Opera */
	-o-transition: all 1s ease;
	/* Standard */
	transition: all 1s ease;
}

.navToggleIcon.closed .vc_icon_element-icon {
	height: 20px;
}

.navToggleIcon .vc_icon_element-icon:before {
	webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.navToggleIcon.closed .vc_icon_element-icon:before {
	webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.pum-theme-bottom-bar-theme .vc_column_container {
	position: static;
}

/* 150yrs Celebration */
header .logo {
	display: flex;
	align-items: center;
}

.main-nav {
	margin-top: -35px;
}

.celebration-banner-wrapper {
	background: #E7E7E7;
}

.celebration-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid #000000;
	padding: 40px 0 40px 0;
}

.celebration-header-logo {
	border-left: 1px solid #999999;
	padding-left: 20px;
	margin-left: 20px;
}

/* End of 150yrs Celebration */
/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

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

@media only screen and (max-width: 1024px) {
	.videoIframe {
		display: none;
	}

	.hide-for-tablet-below {
		display: none !important;
	}

	.hide-for-tablet-below-inline {
		display: none !important;
	}

	.show-for-medium {
		display: block !important;
	}

	.show-for-tablet-below {
		display: block !important;
	}

	.show-for-tablet-below-inline {
		display: inline !important;
	}

	.more-facts {
		padding: 0 10px;
	}

	.column-width-once,
	.column-width-monthly {
		width: 50% !important;
	}
}

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

	.notificationcontainer h3,
	.notificationcontainer h4,
	.notificationcontainer h5,
	.notificationcontainer p {
		padding-right: 25px;
	}

	.main-nav {
		display: block;
	}

	.sub-menu-container .sub-menu .sub-menu {
		display: none !important;
	}

	.main-nav>nav>ul>li.menu-item-has-children:hover .sub-menu-container,
	.main-nav>nav>ul>li.menu-item-has-children:hover .dropdown-arrow:after {
		display: block;
	}

	.page__feature-image {
		height: 475px;
		position: relative;
	}

	.main-nav .sub-menu-container {
		-moz-box-shadow: 0 7px 5px -5px rgba(000, 000, 000, 0.3);
		-webkit-box-shadow: 0 7px 5px -5px rgba(000, 000, 000, 0.3);
		box-shadow: 0 7px 5px -5px rgba(000, 000, 000, 0.3);
	}

	/* Theme Colours */
	/*who-we-are*/
	.donate-parent .breadcrumbs {
		background-color: #4e8af9;
	}

	.who-we-are-parent .breadcrumbs,
	.who-we-are-parent .sidebar-navigation>li.current_page_ancestor>a {
		background-color: #4e8af9;
	}

	.who-we-are-parent .sidebar-navigation li .children a:hover,
	.who-we-are-parent .sidebar-navigation .current_page_parent .current_page_item>a,
	.who-we-are-parent .sidebar-navigation .current_page_parent>a,
	.who-we-are-parent .sidebar-navigation.mobile .children .current_page_item a {
		color: #4e8af9;
	}

	.who-we-are-parent .main-nav>nav>ul>li.current-page-ancestor,
	.who-we-are-parent .main-nav>nav>ul>li.current-menu-ancestor,
	.who-we-are-parent .main-nav>nav>ul>li.current_page_item,
	.who-we-are-parent .main-nav>nav>ul>li.current-page-parent,
	.who-we-are-parent .main-nav>nav>ul>li.current-menu-parent {
		border-bottom: 3px solid #4e8af9;
	}

	/*what-we-do*/
	.what-we-do-parent .breadcrumbs,
	.what-we-do-parent .sidebar-navigation>li.current_page_ancestor>a {
		background-color: #75d09e;
	}

	.what-we-do-parent .sidebar-navigation li .children a:hover,
	.what-we-do-parent .sidebar-navigation .current_page_parent .current_page_item>a,
	.what-we-do-parent .sidebar-navigation .current_page_parent>a,
	.what-we-do-parent .sidebar-navigation.mobile .children .current_page_item a {
		color: #75d09e;
	}

	.what-we-do-parent .main-nav>nav>ul>li.current-page-ancestor,
	.what-we-do-parent .main-nav>nav>ul>li.current-menu-ancestor,
	.what-we-do-parent .main-nav>nav>ul>li.current_page_item,
	.what-we-do-parent .main-nav>nav>ul>li.current-page-parent,
	.what-we-do-parent .main-nav>nav>ul>li.current-menu-parent {
		border-bottom: 3px solid #75d09e;
	}

	/*how-you-can-help*/
	.how-you-can-help-parent .breadcrumbs,
	.how-you-can-help-parent .sidebar-navigation>li.current_page_ancestor>a {
		background-color: #ecb129;
	}

	.how-you-can-help-parent .sidebar-navigation li .children a:hover,
	.how-you-can-help-parent .sidebar-navigation .current_page_parent .current_page_item>a,
	.how-you-can-help-parent .sidebar-navigation .current_page_parent>a,
	.how-you-can-help-parent .sidebar-navigation.mobile .children .current_page_item a {
		color: #ecb129;
	}

	.how-you-can-help-parent .main-nav>nav>ul>li.current-page-ancestor,
	.how-you-can-help-parent .main-nav>nav>ul>li.current-menu-ancestor,
	.how-you-can-help-parent .main-nav>nav>ul>li.current_page_item,
	.how-you-can-help-parent .main-nav>nav>ul>li.current-page-parent,
	.how-you-can-help-parent .main-nav>nav>ul>li.current-menu-parent {
		border-bottom: 3px solid #ecb129;
	}

	/*our-stories*/
	.our-stories-parent .breadcrumbs,
	.our-stories-parent .sidebar-navigation>li.current_page_ancestor>a {
		background-color: #e58934;
	}

	.our-stories-parent .sidebar-navigation li .children a:hover,
	.our-stories-parent .sidebar-navigation .current_page_parent .current_page_item>a,
	.our-stories-parent .sidebar-navigation .current_page_parent>a,
	.our-stories-parent .sidebar-navigation.mobile .children .current_page_item a {
		color: #e58934;
	}

	.our-stories-parent .main-nav>nav>ul>li.current-page-ancestor,
	.our-stories-parent .main-nav>nav>ul>li.current-menu-ancestor,
	.our-stories-parent .main-nav>nav>ul>li.current_page_item,
	.our-stories-parent .main-nav>nav>ul>li.current-page-parent,
	.our-stories-parent .main-nav>nav>ul>li.current-menu-parent {
		border-bottom: 3px solid #e58934;
	}

	/*contact*/
	.contact-parent .breadcrumbs,
	.contact-parent .sidebar-navigation>li.current_page_ancestor>a {
		background-color: #5959c9;
	}

	.contact-parent .sidebar-navigation li .children a:hover,
	.contact-parent .sidebar-navigation .current_page_parent .current_page_item>a,
	.contact-parent .sidebar-navigation .current_page_parent>a,
	.contact-parent .sidebar-navigation.mobile .children .current_page_item a {
		color: #5959c9;
	}

	.contact-parent .main-nav>nav>ul>li.current-page-ancestor,
	.contact-parent .main-nav>nav>ul>li.current-menu-ancestor,
	.contact-parent .main-nav>nav>ul>li.current_page_item,
	.contact-parent .main-nav>nav>ul>li.current-page-parent,
	.contact-parent .main-nav>nav>ul>li.current-menu-parent {
		border-bottom: 3px solid #5959c9;
	}

	.who-we-are-parent .sidebar-navigation>li.current_page_ancestor>a,
	.what-we-do-parent .sidebar-navigation>li.current_page_ancestor>a,
	.how-you-can-help-parent .sidebar-navigation>li.current_page_ancestor>a,
	.contact-parent .sidebar-navigation>li.current_page_ancestor>a,
	.our-stories-parent .sidebar-navigation>li.current_page_ancestor>a {
		color: #fff;
	}

	.sidebar-navigation>li>.children>.current_page_ancestor>a,
	.sidebar-navigation>li>.children>.current_page_parent>a,
	.sidebar-navigation>li>.children>.current_page_item>a {
		font-weight: bold;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	.sidebar-navigation>li.current_page_ancestor>a {
		color: #848484;
	}

	.membership-form .payment_amount-tiles .payment_amount {
		font-size: 1.4rem;
	}
}

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

	.overrides__no-margin-tablet-lower>.vc_column-inner,
	.overrides__no-margin-small-lower {
		margin: 0 !important;
	}

	.override__no-min-height-small-only {
		min-height: 0 !important;
	}

	.breadcrumbs {
		display: none;
	}

	.display__tablet-below {
		display: block !important;
	}

	.h3-heading-tile h3 a {
		font-size: 1.2rem;
	}

	.text-center-medium-down,
	.text-center-medium-down * {
		text-align: center !important;
	}

	.background-image.hide-background-image-small {
		background-image: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.feature-content,
	.feature-content-advance {
		position: relative !important;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		text-align: center;
		margin: 0 0 40px;
		max-width: 100%;
		width: 100% !important;
	}

	.feature-content-inline {
		position: relative !important;
		bottom: 0;
		text-align: center;
		margin: 0;
		max-width: 100%;
		width: 100% !important;
		left: 0;
	}

	.main-nav {
		display: none;
	}

	.who-we-are-parent .feature-content,
	.who-we-are-parent .feature-content-advance {
		background-color: #4e8af9;
	}

	.what-we-do-parent .feature-content,
	.what-we-do-parent .feature-content-advance {
		background-color: #75d09e;
	}

	.how-you-can-help-parent .feature-content,
	.how-you-can-help-parent .feature-content-advance {
		background-color: #ecb129;
	}

	.our-stories-parent .feature-content,
	.our-stories-parent .feature-content-advance {
		background-color: #e58934;
	}

	.contact-parent .feature-content,
	.contact-parent .feature-content-advance {
		background-color: #5959c9;
	}

	nav ul li.mobile-menu {
		opacity: 1 !important;
	}

	nav ul li.mobile-menu a {
		top: 0;
	}

	.main-nav ul li.menu-item.menu-contact-phone {
		position: relative;
	}

	.main-nav ul li.menu-item.menu-contact-phone:before {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	.main-nav ul li.menu-item.menu-contact-phone a {
		width: 100%;
		float: left;
		padding-left: 40px;
	}

	.main-nav ul li.menu-item.menu-contact-phone a:before {
		position: relative;
		left: 0;
		text-align: center;
		bottom: 5px;
		float: left;
	}

	.main-nav {
		display: none;
		position: absolute;
		top: 65px;
		z-index: 100;
		background: #fff;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #848484;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.main-nav.menu_open {
		background: transparent;
		border-bottom: 0;
		overflow-y: scroll;
	}

	.main-nav>nav>ul>li {
		padding: 0;
		display: block;
		text-align: left;
		position: static;
	}

	.main-nav>nav>ul>li>a {
		display: inline-block;
		margin-bottom: 0;
	}

	.main-nav .sub-menu .dropdown-arrow {
		display: block;
	}

	.main-nav .dropdown-arrow {
		right: 0;
		font-size: 1.2rem;
		width: 60px;
		text-align: center;
		height: 59px;
		top: 0;
		border-left: 1px solid #f4f4f4;
		background-color: #f5f5f5;
	}

	.main-nav .dropdown-arrow:before {
		content: "\f054";
		display: inline;
		color: #848484;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		left: 0;
		right: 0;
	}

	.main-nav .fa-phone:before {
		margin-right: 15px;
		font-size: 1.6rem;
		vertical-align: middle;
	}

	.main-nav .fa-phone:hover:before {
		color: #0099cc;
	}

	.menu-search-form {
		padding: 25px 15px;
		background-color: #fff;
	}

	.menu-search-form .wpdreams_asl_container {
		max-width: 80%;
		margin: 0 auto !important;
	}

	.main-nav .menu-cta {
		padding: 30px 15px;
		float: left;
		width: 100%;
	}

	.main-nav .button {
		color: #fff;
	}

	.mobile-menu {
		position: relative;
		top: 5px;
		width: 35px;
		display: block;
	}

	.mobile-menu.active .fa-bars:before {
		content: "\f00d";
	}

	.mobile-menu .fa {
		font-size: 1.8rem;
	}

	.main-nav .nav_desc {
		display: none;
	}

	.main-nav .sub-menu {
		width: 100%;
		float: left;
		text-align: left;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		padding: 0;
	}

	.main-nav .sub-menu-container {
		background-color: #fff;
	}

	.main-nav .sub-menu-container .cta-strip {
		text-align: center;
	}

	.main-nav .sub-menu-container .cta-strip h3 {
		display: block;
		margin-top: 10px;
		padding-left: 0;
	}

	.main-nav .sub-menu-container .cta-strip .button {
		max-width: 250px;
		margin-top: 10px;
	}

	.main-nav .cta-strip .button {
		width: 100%;
	}

	/* MOBILE MENU CSS */
	.main-nav {
		border-bottom: 1px solid #0099cc;
		background-color: #fff;
	}

	.main-nav nav {
		width: 100%;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-ms-transition: 0.3s ease all;
	}

	.main-nav.menu_open nav {
		float: left;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.sub-menu-container>.row:last-child,
	.main-nav .sub-menu {
		display: none;
	}

	.main-nav .sub-menu .sub-menu {
		display: none;
	}

	.main-nav nav ul li>.sub-menu-container {
		display: block;
		opacity: 1;
		float: left;
		width: 100% !important;
		box-sizing: border-box;
		position: absolute;
		padding: 0;
		margin: 0;
		left: 0;
		top: 0;
	}

	.menu_open ul li .sub-menu-container .sub-menu {
		position: absolute;
		transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-ms-transition: 0.3s ease all;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.menu_open ul li.open>.sub-menu-container>div>.sub-menu,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu {
		display: block;
		opacity: 1;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		padding: 0;
		border-bottom: 1px solid #0099cc;
		background-color: #fff;
		top: 0;
		margin-bottom: 20px;
	}

	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu.open,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu.open,
	.menu_open ul li.open>.sub-menu-container>div>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu.open>li.open>.sub-menu.open {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		padding: 0;
	}

	.main-nav ul li.back-menu {
		width: 100%;
	}

	ul.sub-menu>li.back-menu:before {
		margin-right: 3px;
	}

	.main-nav ul li {
		width: 100%;
		float: left;
		position: relative;
	}

	.main-nav ul li.menu-item:before {
		position: absolute;
		left: 15px;
		width: 15px;
		text-align: center;
	}

	.main-nav .menu-cta a {
		background-color: #0099cc !important;
	}

	.main-nav ul li.menu-item-has-children>a,
	.main-nav ul li.menu-item>a {
		display: block;
		width: 100%;
		float: left;
		position: relative;
		padding: 0 10px 0 25px;
		background-color: transparent;
		padding: 22px 0 0 15px;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		height: 60px;
		font-weight: normal;
	}

	.main-nav ul li>ul li {
		position: relative;
	}

	.main-nav>ul>li.menu-item-has-children>ul>li.menu-item-has-children ul {
		left: 100% !important;
	}

	.main-nav .sub-menu-container .cta-strip {
		margin-top: 10px;
	}

	.main-nav .sub-menu-container .sub-menu .sub-menu {
		display: none;
	}

	.main-nav .sub-menu li {
		margin-bottom: 0;
		position: static;
	}

	.main-nav .sub-menu li a {
		font-weight: normal;
		font-size: 1.1rem;
	}

	.main-nav .sub-menu-container>.row>.sub-menu>li {
		position: relative;
	}

	.main-nav .sub-menu-container>.row>.sub-menu>li.open {
		position: static;
	}

	.main-nav .sub-menu-container>.row>.sub-menu>li>a {
		padding-left: 40px;
	}

	.main-nav .sub-menu-container>.row>.sub-menu>li.menu-item:before {
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Safari */
		-moz-transform: translateY(-50%);
		/* Firefox */
	}

	.main-nav .sub-menu li a.back-menu {
		padding: 22px 0 0 40px !important;
		display: block;
		height: 60px;
	}

	.main-nav li:first-child a {
		border-top: 1px solid #e6e6e6;
	}

	.main-nav .sub-menu li.fa-chevron-left:first-child {
		position: relative;
		border-bottom: 1px solid #e6e6e6;
	}

	.main-nav .sub-menu li.fa-chevron-left:first-child:before {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Safari */
		-moz-transform: translateY(-50%);
		/* Firefox */
		left: 15px;
	}

	.top-video div#play-Icon-overlay,
	.video_left div#play-Icon-overlay {
		top: 40%;
	}

	.topDog-main-section div#play-Icon-overlay {
		top: 43%;
	}

	.mobile-res {
		padding: 0 15px !important;
	}
}

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

	.home-donation-popup .column-width-once,
	.home-donation-popup .column-width-monthly {
		width: 100% !important;
	}

	header .button-container a.btn {
		border-radius: 0 !important;
	}

	.pet-search-form .wpcf7-form-control-wrap {
		margin-bottom: 20px;
		width: 50%;
	}

	#get-involved-slider .flex-control-nav {
		top: 100%;
	}

	#get-involved-slider .flex-control-paging li a {
		border: 1px solid #848484;
	}

	#get-involved-slider .flex-control-paging li a.flex-active {
		background-color: #848484;
	}

	.button,
	.vc_btn3,
	.vc_btn3.vc_btn3-size-md {
		padding: 15px 50px !important;
	}

	.top-nav ul li {
		padding: 0 10px 0;
	}

	.top-video div#play-Icon-overlay,
	.video_left div#play-Icon-overlay {
		top: 40%;
	}

	.mobile-res {
		padding: 0 15px !important;
	}

	.pie_graph_right .vc_column-inner {
		padding: 7% 10% 0% 20% !important;
	}

	h2.leaderBoardTitle {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width: 768px) {
	.sidebar-navigation.mobile {
		display: none;
	}

	.text-center-small-above {
		text-align: center;
	}

	.five-columns.vc_row .wpb_column {
		float: left;
		width: 20%;
		padding: 0;
		min-height: 0;
	}

	.five-columns.vc_row .wpb_column:nth-last-child(2) {
		margin-right: 0;
	}
}

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

	.overrides__no-padding-small>.vc_column-inner,
	.overrides__no-padding-small {
		padding: 0 !important;
	}

	.overrides__no-border-small-below,
	.overrides__no-border-small-below .vc_column-inner {
		border: 0 !important;
	}

	.h3-heading-tile h3 a {
		font-size: 1.5rem;
	}

	.overrides__large-font {
		font-size: 1.8rem !important;
	}

	.overrides__text-center-medium-down,
	.overrides__text-center-medium-down * {
		text-align: center !important;
	}

	.wpb_column .full-page-heading {
		margin-bottom: 20px !important;
	}

	header {
		padding: 10px 0 0;
		/*padding-top: 0px !important;*/
	}

	.standalone-campaign header {
		padding: 10px 0;
	}

	.header .logo {
		padding-right: 0;
		text-decoration: none;
	}

	.top-nav {
		margin-top: 5px;
	}

	.breadcrumbs {
		display: none;
	}

	.custom-content-area {
		margin-top: 0;
	}

	.cat-header {
		margin-bottom: 30px;
	}

	.vertical__centered-medium-none {
		position: relative !important;
		top: 0 !important;
		transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		/* IE 9 */
		-webkit-transform: translateY(0) !important;
		/* Safari */
		-moz-transform: translateY(0) !important;
		/* Firefox */
	}

	.mobile-slider {
		margin: 0 !important;
	}

	.mobile-slider-nav {
		margin: 0 auto !important;
		max-width: 95%;
	}

	.mobile-slider-nav.owl-carousel.owl-drag .owl-item {
		padding: 0 15px;
	}

	.mobile-slider-nav.owl-carousel .owl-nav .owl-next,
	.mobile-slider-nav.owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Safari */
		-moz-transform: translateY(-50%);
		/* Firefox */
	}

	.mobile-slider-nav.owl-carousel.white-dots .owl-nav .owl-next,
	.mobile-slider-nav.owl-carousel.white-dots .owl-nav .owl-prev {
		color: #ffffff;
		font-size: 1.5rem;
	}

	.mobile-slider-nav.owl-carousel .owl-nav .owl-next {
		right: -15px;
	}

	.mobile-slider-nav.owl-carousel .owl-nav .owl-prev {
		left: -15px;
	}

	.main-nav .sub-menu-container {
		padding: 20px 0;
	}

	.membership-form .column-width-once,
	.standard-form .column-width-monthly {
		width: 50% !important;
	}

	h1.donation-custom-heading {
		padding-top: 15px !important;
	}

	.donation__amount,
	.donation__frequency,
	.payment_amount-tiles .payment_amount-tile {
		margin-bottom: 1rem;
	}

	.total__amount {
		margin-bottom: 1.3rem;
	}

	.home .feature-content {
		position: absolute !important;
		bottom: 0;
		background: rgba(255, 255, 255, 0.8);
		text-align: center;
		z-index: 1;
	}

	.home .feature-content .vc_column-inner {
		padding: 15px 15px 0 !important;
		margin-bottom: 0 !important;
	}

	.feature-content .vc_column-inner .wpb_text_column {
		margin-bottom: 20px;
	}

	.feature-content .vc_column-inner .vc_btn3-container.vc_btn3-left {
		text-align: center !important;
	}

	.accordion-content .readmore {
		text-align: center;
		margin-top: 0;
		padding: 10px 0 0;
	}

	.vc_chart .vc_chart-legend {
		margin-top: 20px !important;
		/*columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;*/
	}

	.donate-slider .donate-slider-content .vc_column-inner{
		margin: 0 15px !important;
	}

	.donation__frequency ul li label h2 {
		font-size: 1rem !important;
	}

	.donation__amount input {
		font-size: 1.5rem !important;
	}

	.category-list article .btn {
		float: left;
	}

	.blog-side-nav {
		border-left: 0 !important;
		padding: 0 !important;
	}

	.blog-side-nav .widget.widget_search {
		width: 95%;
	}

	ul.sidebar-navigation {
		display: none;
	}

	ul.sidebar-navigation.mobile {
		display: block;
	}

	ul.sidebar-navigation.mobile>li.current_page_parent>a {
		border-radius: 5px;
		color: #848484;
		padding: 15px;
		background-color: #fff;
		margin-bottom: 0;
	}

	ul.sidebar-navigation.mobile .children .current_page_item a {
		font-weight: bold;
	}

	ul.sidebar-navigation.mobile>li.current_page_parent>a .dropdown-arrow {
		padding: 13px 15px;
		bottom: auto;
	}

	ul.sidebar-navigation.mobile>li.current_page_parent>a .dropdown-arrow .fa {
		font-size: 1.5rem;
	}

	ul.sidebar-navigation.mobile>li>.children {
		display: none;
	}

	ul.sidebar-navigation.mobile>li.current_page_parent>.children {
		background-color: #f5f5f5;
		padding: 15px;
		border-radius: 5px;
	}

	ul.sidebar-navigation.mobile>li.current_page_parent>.children li {
		padding-bottom: 10px;
	}

	footer .footer-widget-area,
	footer .copyright-container {
		text-align: center;
	}

	footer .footer-widget-area {
		margin-bottom: 25px;
	}

	footer .copyright-container .site-by {
		text-align: center;
	}

	footer .fa {
		padding: 0 15px;
	}

	#subForm {
		margin: 20px auto;
		float: none;
		max-width: 60%;
	}

	.mobile-additional-padding>.vc_column-inner {
		padding-top: 25vh !important;
		min-height: 300px;
	}

	.standalone-campaign footer .footer-content {
		text-align: center;
	}

	.standalone-campaign footer .footer__logo-container {
		margin-bottom: 20px;
	}

	.standalone-campaign footer .external__links ul {
		text-align: center;
		margin-top: 20px;
		padding-left: 0;
	}

	.standalone-campaign footer .copyright p,
	footer .copyright a {
		font-size: 0.8rem;
	}

	/*DONATE FORM CSS MOBILE */
	.donation__amount input {
		max-width: 250px;
		padding-left: 15px !important;
		height: 4rem !important;
	}

	.donation__frequency ul li label {
		padding: 10px !important;
		font-size: 3rem !important;
	}

	.payment__options label {
		min-width: 0;
		padding: 20px 10px;
	}

	.read-more-text {
		display: none;
	}

	.read-more-button {
		position: absolute;
		right: 0;
		top: -16px;
		cursor: pointer;
		display: block;
	}

	.pie-graph .vc_chart-legend {
		width: 100% !important;
		/*margin: 0 auto !important;
		text-align: center;*/
	}

	.pie-graph .vc_chart-legend li {
		display: inline;
		margin-left: 10px !important;
	}

	.pie_graph_right .vc_column-inner {
		padding: 7% 10% 4% 10% !important;
	}

	.overrides__text-center-medium-down .social-icons .fa {
		margin: 0 15px;
	}

	.overrides__transparent-header header {
		background-color: rgba(132, 132, 132) !important;
	}

	#circus-page {
		background-image: none !important;
		padding-top: 0 !important;
	}

	#circus-page .no-margin-top {
		margin-top: 0 !important;
	}

	#circus-page .bottom-aligned-content {
		position: relative;
		bottom: 0;
	}

	.grid .wpb_column {
		height: auto !important;
	}

	.grid-filter .grid-filter-btn {
		border: 0 !important;
	}

	.impact_modal .modal-dialog {
		top: 15%;
	}
}

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

	header .top-nav .button-container a {
		padding: 10px 40px !important;
	}
	h1,
	h1 * {
		font-size: 1.8rem !important;
	}

	h2,
	h2 * {
		font-size: 1.6rem !important;
	}

	h3,
	h3 * {
		font-size: 1.4rem !important;
	}

	h4,
	h4 * {
		font-size: 1.2rem !important;
	}

	h5,
	h5 * {
		font-size: 1.1rem !important;
	}

	.standalone-campaign header .button {
		padding: 10px 40px !important;
		font-size: 1.2rem !important;
	}

	.donation__frequency ul li label h2 {
		font-size: 0.8rem !important;
	}

	#tabs ul li {
		margin: 0;
	}

	.heading {
		font-size: 1.8rem;
	}

	.overrides__no-margin-small {
		margin: 0 !important;
	}

	.show-for-medium {
		display: none !important;
	}

	.hide-for-medium {
		display: block !important;
	}

	.vertical__centered-small-none {
		position: relative !important;
		top: 0 !important;
		transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		/* IE 9 */
		-webkit-transform: translateY(0) !important;
		/* Safari */
		-moz-transform: translateY(0) !important;
		/* Firefox */
	}

	.overrides__text-center-small-only {
		text-align: center !important;
	}

	.pet-search-form .wpcf7-form-control-wrap {
		width: 100%;
		padding: 0;
	}

	.inline-content .wpb_wrapper,
	.inline-content .wpb_text_column {
		display: block;
	}

	.mobile-padding-newsletter .vc_column-inner {
		padding: 30px 15px 0 !important;
	}

	.carousel-3d-container .carousel-3d-slide,
	.carousel-3d-slider {
		min-height: 430px;
	}

	#subForm {
		margin: 20px auto;
		float: none;
		max-width: 80%;
	}

	.vc_icon_element.vc_icon_element-outer.large-icon .vc_icon_element-inner.vc_icon_element-size-xl {
		width: 4em;
		height: 4em;
	}

	.vc_icon_element.vc_icon_element-outer.large-icon .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
		font-size: 4rem !important;
	}

	.block__content .block__content-area {
		max-width: 100%;
		margin-right: 0;
		padding: 30px 15px;
	}

	.total__amount * {
		font-size: 1.4rem;
	}

	.main-nav ul li.menu-item-has-children>a,
	.main-nav ul li.menu-item>a {
		padding: 15px 0 0 15px;
		height: 50px;
	}

	.main-nav .sub-menu li a.back-menu {
		padding: 15px 0 0 40px !important;
		display: block;
		height: 50px;
	}

	.main-nav .dropdown-arrow {
		height: 49px;
	}

	.menu-search-form {
		padding: 15px;
	}

	.main-nav .menu-cta {
		padding: 20px 15px;
	}

	.button,
	.vc_btn3,
	.vc_btn3.vc_btn3-size-md {
		padding: 10px 20px !important;
		font-size: 0.8rem !important;
		text-align: center;
	}

	.top-video div#play-Icon-overlay,
	.video_left div#play-Icon-overlay {
		top: 43%;
	}

	.top-video div.mobileimage {
		display: block;
	}

	.top-video div.desktopimage {
		display: none;
	}

	/* Pet of the Week */
	.pet-img-mobile {
		margin: 25px 0;
	}

	.pet-of-the-week h2 {
		padding: 0 40px;
	}

	.pet-of-the-week-container .pet-of-the-week .bg-pet-of-the-week h3 {
		right: 0;
		width: 100%;
		margin-left: unset;
		left: 0;
		padding: 10px 40px;
		font-size: 62px !important;
		margin: 0;
	}

	.pet-of-the-week .img-container span {
		display: none;
	}

	.wpb_wrapper .pet-of-the-week {
		height: unset;
		padding: unset;
	}

	.page .pet-of-the-week-container .vc_column_container {
		background: none;
	}

	.row .page .pet-of-the-week-container .vc_column_container>.vc_column-inner {
		padding: 30px 0;
	}

	.bg-pet-of-the-week .pet-description {
		padding: 0 40px;
	}

	.pet-description p {
		display: none
	}

	.bg-pet-of-the-week {
		text-align: center;
	}
}

@media only screen and (min-width: 481px) {
	.mobile-image {
		display: none;
	}

	.desktop-image {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.top-nav nav.nav ul {
		display: flex;
		flex-wrap: wrap
	}

	header .top-nav .button-container a {
		padding: 5px 25px !important;
	}

	.highlight-tile {
		padding: 0 5px !important;
	}

	.highlight-tile img {
		max-height: 85px;
		width: auto;
	}

	.payment__options label {
		padding: 20px 5px;
	}

	.video_left div#play-Icon-overlay {
		top: 38%;
	}

	.top-video div#play-Icon-overlay {
		top: 30%;
	}

	.topDog-main-section div#play-Icon-overlay {
		top: 30%;
	}

	.topDog-main-section .vc_column-inner {
		padding-top: 0px !important;
	}

	.topDog-main-section {
		padding-bottom: 15px !important;
	}

	.mobile-res .vc_column-inner {
		padding: 0 15px !important;
	}

	.top-video .wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
		width: 100%;
	}

	.mobile-image {
		display: block;
	}

	.desktop-image {
		display: none;
	}

	.home-donation-popup .column-width-monthly {
		width: 100% !important;
	}

	.home-donation-popup .column-width-monthly img {
		width: 40% !important;
		float: left;
	}

	.home-donation-popup .column-width-monthly p {
		width: 60% !important;
		float: left;
		font-size: 0.8rem;
	}

	.home-donation-popup .column-width-monthly p.payment_amount {
		font-size: 1.2rem;
	}

	.home-donation-popup .payment-type-icon+label {
		font-size: 1rem;
		padding: 20px;
		line-height: 1.4;
		height: 60px;
	}

	.home-donation-popup .payment-type-icon+label img {
		width: 100%;
		vertical-align: top;
	}

	.home-donation-popup .select-icon {
		font-size: 1.2rem;
	}

	.copyright-text {
		display: inline-table;
	}

	.copyright-text p.copyright {
		display: table-footer-group;
	}

	.copyright-text p.site-by {
		margin-bottom: 20px;
	}

	.copyright-text p.site-by>span,
	.copyright-text p.copyright>span {
		display: block;
	}

	.celebration-banner {
		padding: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.top-nav ul li {
		padding: 0 0px 0;
	}
}

@media only screen and (max-width: 380px) {
	header .top-nav .button-container a {
		padding: 5px 17px !important;
	}

	.blog-listing-article .vc_gitem-link.vc_btn3 {
		min-width: 140px;
		width: 100%;
	}

	.social-icon-sharing .facebook-share {
		margin-right: 0 !important;
	}

	.video_left div#play-Icon-overlay {
		top: 38%;
	}

	.top-video div#play-Icon-overlay {
		top: 34%;
	}

	.topDog-main-section div#play-Icon-overlay {
		top: 30%;
	}
}

/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
	WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 0.8rem;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

blockquote{
	font-size: 1.25rem;
	color: #0099cc;
	position: relative;
	padding: 35px 25px 25px;
	border-color: #0099cc;
}
blockquote::before {
	content: "\201C";
    display: block;
    font-size: 80px;
    left: 5%;
    top: -65px;
    position: relative;
    height: 0;
}
blockquote::after {
	content: "\201D";
    display: block;
    font-size: 80px;
    left: 95%;
    bottom: 25px;
    position: relative;
    height: 0;
}
.gform_trigger{
	cursor: pointer;
}
/*------------------------------------*\
	PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/* Subscribe popup style */

.fullwidth {
	width: 100%;
}

.two-columns {
	width: 50%;
	float: left;
}

.pum-theme-lightbox .pum-container {
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.subscribe-popup-image {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 500px;
}

.subscribe-popup h2 {
	text-align: center;
	color: #73C167;
}

.subscribe-popup .content-area {
	padding: 18px;
	font-family: 'museo_sans300', sans-serif !important;
}

.subscribe-popup .content-area p {
	color: #333333;
	padding-bottom: 10px;
}

.privacy-content {
	color: #828282 !important;
	font-size: 12px;
}

.subscribe-popup .popmake-close {
	text-align: center;
	display: block;
}

.close-text {
	color: #FF0000 !important;
}

.subscribe-popup #cmApp_thankYouCheck {
	display: none !important;
}

.subscribe-popup .cmApp_processingMsg p {
	color: #73c167 !important;
	font-size: 27px !important;
	line-height: 38px !important;
	letter-spacing: 0 !important;
	font-weight: bold !important;
}

.subscribe-popup .cmApp_processingMsg {
	padding: 0 !important;
}

.subscribe-popup .cmApp_signupContainer input.cmApp_formSubmitButton {
	background-color: #ffffff !important;
	color: #09c !important;
	border: none !important;
	font-family: 'museo_sans300', sans-serif !important;
	font-size: 16px !important;
	cursor: pointer;
}

.subscribe-popup .cmApp_signupContainer {
	width: 100% !important;
	padding: 0 50px !important;
}

.popmake-close.close-text.pum-close {
	font-family: inherit !important;
}

.popmake-close.close-text.pum-close:before {
	font: normal normal normal 18px/1 FontAwesome !important;
	margin-right: 5px;
}

.volunteer-search .location_finder span.post-code input[type="text"] {
	background-color: #ffffff !important;
}

.is-provider-soundcloud iframe {
	width: 100% !important;
}

/* PET OF THE WEEK */
.pet-of-the-week-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.page .pet-of-the-week-container .vc_column_container>.vc_column-inner {
	padding: 60px 0;
}

.pet-of-the-week-container .wpb_raw_html {
	margin-bottom: 0;
}

.pet-of-the-week h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 27px;
}

.pet-of-the-week h3 {
	background: #0099cc;
	display: inline-block;
	color: #fff;
	min-width: 270px;
	position: relative;
	font-size: 62px;
	text-transform: uppercase;
	line-height: 72px;
	padding: 10px 50px;
	left: -50px;
}

.pet-of-the-week-container .vc_column_container {
	background: url("img/bg-pet-of-the-week.png");
	background-repeat: no-repeat;
	background-position: 94% 20px;
	background-size: contain;
}

.pet-of-the-week {
	padding: 0 185px;
}

.pet-of-the-week .img-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 520px;
	padding-bottom: 0;
}

.pet-of-the-week .img-container img {
	width: 400px;
	object-fit: scale-down;
}

.pet-of-the-week .img-container span {
	position: absolute;
	top: 0;
	background: #0099cc;
	color: #fff;
	left: 0;
	padding: 20px;
	max-width: 75px;
	font-weight: 700;
	font-size: 18px;
	box-sizing: content-box;
}

.bg-pet-of-the-week a.btn {
	margin-top: 15px;
	background: #72c167;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2rem;
}

.bg-pet-of-the-week .pet-description {
	margin: 20px 0;
	text-transform: uppercase;
}

.bg-pet-of-the-week .pet-description p {
	font-weight: 700;
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}

/*------------------------------------*\
	Generic Web Form Styling
\*------------------------------------*/

.generic-web-form input[type=text],
.generic-web-form_wrapper .gform_body .gform_fields .gfield select,
.generic-web-form_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: 0px;
	padding-left: 10px !important;
}

.generic-web-form input,
.generic-web-form_wrapper .gform_body .gform_fields .gfield select {
	height: 50px;
}

.generic-web-form_wrapper .gform_body .gform_fields .gfield textarea {
	height: auto;
}

.generic-web-form input[type=submit],
.generic-web-form input[type=button] {
	border-radius: 0px;
}

.generic-web-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	text-align: left;
}

.generic-web-form li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent;
	border: none;
}

.generic-web-form_wrapper select.location {
	height: 50px;
	border-radius: 0px;
	padding-left: 10px !important;
}

.generic-web-form_wrapper .chosen-container-single a.chosen-single,
.generic-web-form_wrapper .chosen-container-single a.chosen-single:hover,
.generic-web-form_wrapper .chosen-container-single a.chosen-single:active {
	height: 50px;
	padding: 12px 0 0 10px;
	border: 1px solid #848484;
	border-radius: 0px;
	background: #fff;
}

.generic-web-form_wrapper .chosen-container-single .chosen-single span {
	color: #848484;
}

.generic-web-form_wrapper .chosen-container-single .chosen-single div b {
	margin-top: 12px;
}

.gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.generic-web-form_wrapper h3.gform_title {
	font-size: 1.75em !important;
}

.generic-web-form_wrapper span.gform_description {
	font-size: 1rem;
}

@media only screen and (max-width: 641px) {
	.generic-web-form_wrapper .chosen-container-single a.chosen-single span {
		line-height: 1.5;
	}

	.generic-web-form_wrapper .chosen-container-single .chosen-single div b {
		top: 20% !important;
	}
}

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

	.generic-web-form_wrapper li.gfield.rating ul.gfield_checkbox li,
	.gform_wrapper li.gfield.rating ul.gfield_radio li {
		width: 5% !important;
	}

	.generic-web-form_wrapper .rating .gfield_checkbox li input,
	.generic-web-form_wrapper .rating .gfield_checkbox li input[type=checkbox],
	.generic-web-form_wrapper .rating .gfield_radio li input[type=radio] {
		-ms-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-o-transform: scale(1.4);
		transform: scale(1.4);
		margin: 0 10px 0 10px;
	}

	.generic-web-form_wrapper .rating .gfield_checkbox li label,
	.gform_wrapper .gfield_radio li label {
		padding: 7px 0 0 0;
	}

	.generic-web-form_wrapper .rating .ginput_container.ginput_container_checkbox {
		margin-top: -8px;
	}

	.generic-web-form_wrapper .rating ul.gfield_checkbox {
		margin-left: -7px;
	}

	.generic-web-form_wrapper .rating .gfield_radio li input[type=radio] {
		margin-left: 3px !important;
	}
}


/*
	THIRD PARTY EMBEDED FORMS
*/
#FlexFormContainer #FlexForm {
	width: 100%;
	line-height: 1.4;
	max-width: 800px;
	margin: 0 auto;
	background: transparent;
	padding: 30px;
	color: white;
	font-size: 1.5rem;
}
#FlexForm *{
	font-family: "Roboto", sans-serif !important;
	color: #333;
}
#FlexForm .SectionRow{
	color: white;
	font-size: 2.5rem;
}
#FlexForm .commands{
	text-align: right;
}
#FlexForm .commands a{
	color: white;
	background: #73c167;
	font-size: 1rem;
	min-width: 100px;
	padding: 13px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 20px;
}
#FlexFormContainer #FlexForm h2{
  margin-bottom: 20px;
}
#FlexFormContainer #FlexForm .FieldRow,
#FlexFormContainer #FlexForm .FieldMulti {
	line-height : 1;
	clear       : both;
	display: flex;
	width: 100%;
	align-items: center;
	flex-basis: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-left: 0 !important;
}
#FlexFormContainer #FlexForm .FieldRow .FieldLabel,
#FlexForm .FieldMulti .FieldLabel {
	text-align   : left;
	float        : none;
	width        : 100%;
	margin-right : 0;
}
#FlexFormContainer #FlexForm .FieldRow .FieldInput {
	width: auto;
	flex: 1;
}
#FlexFormContainer #FlexForm input {
	margin-top: 0;
	line-height: 0;
	width: 100% !important;
	margin: 0;
	height: 50px;
	padding: 0px 1rem;
	float: none;
	box-sizing: border-box;
	font-size: 1rem;
}
#FlexFormContainer #FlexForm .FieldInput textarea {
	width       : 100%;
	padding: 20px;
	box-sizing: border-box;
}
#FlexFormContainer #FlexForm .FieldMultiSub {
	flex-basis: 50%;
	margin: 0;
	float: none;
	position: relative;
}
#FlexFormContainer #FlexForm .FieldLabel {
	width: 100%;
	flex-basis: 100%;
	float: none;
	color: white;
	font-size: 1.5rem;
	text-align: left;
}
#FlexForm .FieldIcon.Calendar{
	float: none;
	position: absolute;
	top: 20px;
	right: 1rem;
	margin: 0 !important;
}
#FlexFormContainer #FlexForm #Fxf_MultiField_CityLine .FieldLabel{
	opacity: 0;
	display: none;
}
#FlexFormContainer #FlexForm #Fxf_MultiField_CityLine .FieldMultiSub{
	flex-basis: 33.33%;
}
#FlexFormContainer #FlexForm #Fxf_Field_LeadSource{
	width: 100%;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
}
#FlexFormContainer #FlexForm font{
	color: white;
	font-size: 1.5rem;
}
#FlexFormContainer #FlexForm .FieldInput input.Submit{
	float: none;
	background: #73c167;
	color: white;
	font-size: 1rem;
	font-weight: bold;
	border: 0;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#FlexForm .FieldRequired .FieldLabel:after,
#FlexForm .FieldRequired.FieldPopulated .FieldLabel:after{
	color: red !important;
}
#FlexForm .FieldExtra.CalendarDay{
	color: white !important;
	font-size: 0.75rem !important;
	margin-top: 5px;
}
#FlexForm #step3 .form-step .FieldRow.custom-field-row{
	float: right;
	width: 50%;
	text-align: right;
	display: flex;
}
#FlexForm #step3 .form-step .FieldRow.custom-field-row .FieldLabel{
	display: none !important;
}
#FlexForm .commands#step3commands{
	float: left;
	width: 46%;
	text-align: right;
	order: 1;
	padding-right: 20px;
}
@media only screen and (max-width: 768px) {
	#FlexFormContainer #FlexForm .FieldRow,
	#FlexFormContainer #FlexForm .FieldMulti{
		flex-direction: column;
		align-items: flex-start;
	}
	#FlexFormContainer #FlexForm .FieldMultiSub{
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
	#FlexFormContainer #FlexForm .FieldRow .FieldInput{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

.disable-submit-btn .gform_page_footer{
	display: none !important;
}

.pum-close{
    font-size: 2rem !important;    
}

.lead-gen-form .gfield_html img{
	height: 100%;
	object-fit: cover;
}

.lead-gen-form .gform_next_button:focus,
.lead-gen-form .gform_previous_button:focus{
    border: 0 !important;
    outline: 0 !important;
}
.lead-gen-form .gform_page_footer{
    position: absolute;
    right: 20px;
    bottom: 0;
}
.lead-gen-form .gform_body .gform_page:last-child .gform_page_footer{
    position: relative;
    right: 0;
}
.lead-gen-form .gfield_required{
    display:none;
}
.gform_wrapper .large-radio .gfield_radio input{
    width: 23px;
}
.gform_wrapper .large-radio .gfield_radio label{
    font-size: 1.2rem;
}
.gform_wrapper .large-radio .gfield_label{
    font-size: 1.5rem;
    border: 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 640px) {
	.lead-gen-form .pop-up-top-bottom-padding{
		padding: 30px 0 200px !important;
		height: 400px;
	}
}
@media only screen and (max-width: 640px) {
	.lead-gen-form .gform_page_footer{
		position: relative;
		right: 0;
	}
	.gform_wrapper .large-radio{
		padding: 0 20px !important;
	}
}

/* Heart Animation */
.heart-container{
	position: absolute;
	width: 100%;
	max-width: 5px;
	height: 5px;
	z-index: 10;	
	display: none;
	top: 40%;
	left: 8px;
}
.ui-state-active .heart-container{
	display: block;
}
.heart.animated {
  left: 0;
	display: block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 1;
	-webkit-animation: moveclouds 2s linear infinite, sideWays 1s ease-in-out infinite alternate;
	-moz-animation: moveclouds 2s linear infinite, sideWays 1s ease-in-out infinite alternate;
}


@-webkit-keyframes moveclouds { 
    0% { 
        top: 0;
    }
    100% { 
        top: -100px;
    }
}

@keyframes moveclouds {     
    0% { 
        top: 0;
    }
    100% { 
        top: -100px;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:25px;
    }
}

@keyframes sideWays {
  0% {
      margin-left:0px;
  }
  100% {
      margin-left:25px;
  }
}

.heart {
    position: relative;
}
.heart:before,
.heart:after {
    position: absolute;
    content: "";
    left: 18px;
    top: 0;
    width: 18px;
    height: 30px;
    background: #CC2022;
    -moz-border-radius: 20px 50% 0 0;
    border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.donation__frequency .content .heart{
	left: -5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.5);
	-webkit-transform:translateY(-50%) scale(0.5);
	-moz-transform: translateY(-50%) scale(0.5);
	height: 30px;
}

@media only screen and (max-width: 767px) {
	.donation__frequency .content .heart{
		left: 0;
	}
}

.donation__frequency .monthly .content h2{
	padding-left: 15px;
}

.donation__frequency .ui-state-active .content .heart:before,
.donation__frequency .ui-state-active .content .heart:after {
	background: #fff;
}

.wpcf7-form-control-wrap .title{
	height: unset;
    line-height: unset;
    text-align: unset;
    font-size: inherit;
}

.advance-tabs .advance-tab-container{
	display: flex;
	gap: 1rem;
}
@media only screen and (max-width: 768px) {
	.advance-tabs .advance-tab-container{
		flex-direction: column;
	}
}

.advance-tabs .advance-tab-container .advance-tab{
	width: 100%;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding: 3rem;
	gap: 1rem;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.advance-tabs .advance-tab-container .advance-tab.active{
	background-image: none !important;
}
.advance-tabs .advance-tab-container .advance-tab.active .overlay{
	display: none !important;
}

.advance-tabs .advance-tab-container .advance-tab .overlay{
	background-color: rgba(0, 0, 0, 0.3);
}

.advance-tabs .advance-tab-container .advance-tab .tab-heading,
.advance-tabs .advance-tab-container .advance-tab .tab-subtext{
	color: white;
	z-index: 10;
	text-align: center;
}

.advance-tabs .advance-tab-container .advance-tab .tab-button{
	z-index: 10;
	cursor: pointer;
}
.advance-tabs .advance-tab-container .tab_content{
	display: none;
	padding: 2rem;
	white-space: pre-wrap;
}
@media only screen and (min-width: 768px) {
	.advance-tabs .advance-tab-container .tab_content{
		display: none !important;
	}
}

.advance-tabs .advance-tab-content-contianer {
	display: flex;
	flex-direction: column;
}
.advance-tabs .advance-tab-content-contianer .tab_content{
	display: none;
	padding: 2rem !important;
}

.advance-tabs .tab_content .tab_text_container,
.advance-tabs .tab_content .tab_text_container *,
.advance-tabs .tab_content .tab_text_container p{
	color: inherit;
}

.advance-tabs .advance-tab-content-contianer .tab_content .shortcode_trigger_container{
	text-align: center;
	margin-top: 30px;
}
.advance-tabs .advance-tab-content-contianer .tab_content .shortcode_trigger_container .shortcode_trigger{
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.advance-tabs .advance-tab-content-contianer .tab_content{
		display: none !important;
	}
}

.advance-tabs .tab_shortcode{
	display: none;
	padding: 2rem;
	transition: height 0.15s ease-out;
	transition: max-height 0.15s ease-out;
	opacity: 0;
}

.advance-tabs .tab_shortcode #msform fieldset input[type="text"], 
.advance-tabs .tab_shortcode #msform fieldset input[type="email"], 
.advance-tabs .tab_shortcode #msform fieldset select{
	color: #848484;
}
.advance-tabs .tab_shortcode #msform a,
.advance-tabs .tab_shortcode #msform a.previous,
.advance-tabs .tab_shortcode #msform .google__address-error{
	color: white;
}
.advance-tabs .custom-loader{
	margin: 30px auto;
}

#msform.form-concept-5-content {
	color: black;
	padding-bottom: 20px;
}
.form-concept-5-content#msform fieldset{
	left: 0;
	padding: 25px 25px 0 !important;
}
.form-concept-5-content.single-step#msform{
	height: auto !important;
	opacity: 1;
}
.form-concept-5-content.single-step#msform fieldset{
	position: relative;
}
.form-concept-5-content#msform.single-step fieldset{
	max-width: 650px;
	margin: 0 auto;
}
.form-concept-5-content .total__amount{
	border: 1px solid #bdbdbd;
	padding: 10px;
}
.form-concept-5-content * {
	color: #444444;
}
.form-concept-5-content .previous {
	padding: 10px;
	display: inline-block;
}
.form-concept-5-content .total__amount .frequency{
	font-size: 1.4rem;
}
.form-concept-5-content .total__amount .amount{
	color: #0099cc !important;
}
.form-concept-5-content .total__amount .edit_total{
	color: #a5a5a5;
}
.form-concept-5-content .wpb_content_element{
	margin-bottom: 10px;
}
.form-concept-5-content .payment__options label{
	padding: 10px 0;
	border: 1px solid #bdbdbd;
	line-height: 1;
	min-height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	padding: 0 5px;
}
.form-concept-5-content .secure-donation {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	font-weight: 700;
	color: #444444;
	font-size: 1rem;
}
.form-concept-5-content .secure-donation i{
	font-size: 1.4rem;
	color: #444444;
}
.form-concept-5-content .payment_wrapper .secure-donation{
	justify-content: flex-end;
}

.form-concept-5-content .payment_wrapper {
	display: inline-block;
	padding: 10px;
	border: 1px solid #bdbdbd;
	background: white;
	border-radius: 10px;
}
.form-concept-5-content .wpcf7-email{
	text-align: center;
}

#msform.form-concept-5-content  fieldset input[type="text"], 
#msform.form-concept-5-content  fieldset input[type="email"], 
#msform.form-concept-5-content  fieldset select{
	height: 40px;
}

#msform.form-concept-5-content .payment__options input[type=radio]:checked+label{
	border: 3px solid #73c167;
}
#msform.form-concept-5-content .payment__options input[type=radio]#credit-card:checked+label{
	background-color: #73c167;
	color: white !important;
}
#msform.form-concept-5-content .submission-container{
	margin-top: 20px;
}
#msform.form-concept-5-content .submission-container #donation__submit{
	border: 1px solid #bdbdbd;
	max-width: 400px;
	width: 100%;
	font-size: 1.5rem !important;
}
#msform.form-concept-5-content .wpcf7-spinner{
	display: none;
}
#msform.form-concept-5-content .message_box,
#msform.form-concept-5-content .message_box *{
	font-size: 0.85rem;
}
@media only screen and (max-width: 768px) {
	.form-concept-5-content .payment_wrapper{
		margin: 0;
	}
	.form-concept-5-content#msform fieldset{
		padding: 0 !important;
	}
	.form-concept-5-content .payment__options .row{
		display: flex;
		flex-direction: column;
	}
	.cc-payment-container{
		order: 9999;
	}
	.paypal-payment-container{
		order: 1;
	}
	#msform.form-concept-5-content .submission-container #donation__submit{
		max-width: 80%;
	}
}

/*
	CUSTOM STYLE - HELP FORM FOR GIW PAGES
*/
.custom-styled-help-form .gfield_radio {
	text-align: center;
	margin-bottom: 1.5rem;
}

.custom-styled-help-form .gfield_radio>div {
	background-color: #F5F5F5;
	border-radius: 12px;
	padding: 20px;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.custom-styled-help-form .gfield_radio .gfield-choice-input {
	margin-top: 0 !important;
	transform: scale(2);
	padding: 10px;
	margin-right: 10px !important;
}

.custom-styled-help-form input:not([type='radio']):not([type='checkbox']):not([type='submit']),
.gform_wrapper.gravity-theme .custom-styled-help-form .ginput_complex select,
.custom-styled-help-form .gfield--type-select .ginput_container_select select {
	-webkit-border-radius: 48px;
		-moz-border-radius: 48px;
		border-radius: 48px;
		border: 1.2px solid #696969;
		font-size: 1.3rem !important;
		padding: 2rem !important;
		line-height: unset;
		margin-top: 13px !important;
		color: #33add6 !important;
		text-align-last: left;
		text-align: left;
}

.custom-styled-help-form input[type="submit"] {
	height: 6rem;
	border-radius: 48px;
}

@media only screen and (max-width: 640px) {
	.custom-styled-help-form .gfield_radio>div {
		font-size: 1rem;
		padding: 1rem;
	}

	.custom-styled-help-form input:not([type='radio']):not([type='checkbox']):not([type='submit']),
	.gform_wrapper.gravity-theme .custom-styled-help-form .ginput_complex select {
		padding: 1rem;
		min-height: 75px;
	}

	.custom-styled-help-form input[type="submit"] {
		padding: 0.8rem !important;
		font-size: 1.1rem !important;
		height: 3rem;
	}
}
/*
	VERTICAL TIMELINE
*/
.vertical-time-line .timeline .timeline__event {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vertical-time-line .timeline .timeline__event .timeline-image {
	max-width: 200px;
	position: relative;
}

.vertical-time-line .timeline .timeline__event .timeline-image:after {
	content: ' ';
	background-image: var(--bg-image);
	width: 170px;
	height: 170px;
	position: absolute;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 70px;
}

.vertical-time-line .timeline .timeline__event .timeline-image.left:after {
	right: 0;
	left: auto;
}

.vertical-time-line .timeline .timeline__event:nth-child(even) {
	flex-direction: row-reverse;
}

.vertical-time-line .timeline .timeline__event .timeline__event__content {
	border: 1px solid;
	border-radius: 5px;
	padding: 20px;
	background: white;
}

@media only screen and (max-width: 768px) {
	.vertical-time-line .timeline .timeline__event {
		flex-direction: column !important;
	}

	.vertical-time-line .timeline .timeline__event .timeline-image:after {
		background-image: var(--bg-mobile-image);
		width: 50px;
		height: 100%;
		background-size: contain;
		background-repeat-y: repeat;
		left: 0 !important;
		right: 0 !important;
		transform: translateY(0);
		top: 0;
		margin: 0 auto;
	}
}