/*
Theme Name: Christian Works
Theme URI: https://www.christian-works.org/
Author: Agency Partner
Author URI: https://wwwagencypartner.com
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
# Links
# Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# Posts and pages
# Comments
# Infinite scroll
# Media
# Captions
# Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
	font-family: 'Futura-Book';
	src: url('./inc/assets/fonts/FutuBk.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-RegularItalic.ttf') format('truetype');
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-BookItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-SemiboldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-UltralightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Book.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Suisse Int\'l';
	src: url('./inc/assets/fonts/SuisseIntl-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}


body {
	margin: 0;
	-webkit-font-smoothing: auto;
}

body,
html {
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-family: 'Futura-Book';
}

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

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
	font-family: 'Futura-Book';
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-family: 'Futura-Book';
	font-size: 16px;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
	font-family: 'Suisse Int\'l';
	font-weight: 400;
}

th {
	padding: 0;
	font-family: 'Suisse Int\'l';
	font-weight: 400;
}

li {
	font-family: 'Futura-Book';
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #24292e;
	font-weight: 600;
	font-family: 'Suisse Int\'l';
}

h1 {
	font-size: 32px;
	padding-bottom: 10px;
}

h2 {
	font-size: 24px;
	padding-bottom: 0.3em;
	line-height: 1.25;
}

h3 {
	font-size: 36px;
	line-height: 1.2;
}

h4 {
	font-size: 28px;
	line-height: 1.2;
}

h5 {
	font-size: 26px;
	line-height: 1.2;
}

p {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-family: 'Futura-Book';
	line-height: 1.4;
}

h1.entry-title {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
}

h2.entry-title {
	border-bottom: 1px solid #eaecef;
}

h3.widget-title {
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.otgs-development-site-front-end {
	display: none;
}

header#masthead {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0 52px 1rem 42px;
	transition: 0.5s;
}

header#masthead .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

header#masthead .navbar-brand img {
	width: 285px;
}

.navbar-brand>a {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
	text-decoration: none;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}

a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}
/* Announcement CSS */
.topbar-content {
	margin: 0;
	padding-left: 20px;
	font-size: 12px;
	color: #fff;
}

.topbar-content a {
	color: #fff;
	text-decoration: underline;
}
.top-bar #menu-languages .nav-link {
	color: #fff !important;
}
.top-bar #menu-languages .wpml-ls-item .nav-link:after {
	border-top: 4px solid #fff !important;
}
#menu-languages {
	padding-left: 0;
	padding-right: 20px;
}
@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.750rem;
	}

	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
	color: #fff;
	padding: 10px;
	font-size: 18px;
	line-height: 1.2;
}

.home .nav-link {
	color: #1e1e1e !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
	color: #228EE6 !important;
	/*background: #f9f9f9;*/
}


.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.dropdown-menu {
	min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1260px;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li>.dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

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

	.counseling-esp-section .red-btn a.vc_general {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav>li>a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}

	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/* a img.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
} */

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-size: 0.875rem;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
	text-decoration: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

.widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.sticky .entry-title::before {
	content: '\f08d';
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
	color: #9a9a9a;
}

.entry-title>a {
	color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: 0.625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 0.313rem 0.313rem 0;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 0.688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: 0.625rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value>select {
	margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
/* .vc_desktop article .entry-footer {
display: none;
}

.vc_desktop #content.site-content {
padding-bottom: 0;
padding-top: 0;
}

.vc_desktop .entry-content {
margin-top: 0;
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	font-size: 85%;
}

footer#colophon .row {
	margin: 0;
}

body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #2E314A;
}

.navbar-dark .site-info {
	color: #fff;
}

.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a,
footer#colophon a {
	color: inherit;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav>li>a {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}
}


/* Custom Css */

/* Header */
.main-header {
	position: absolute;
	width: 100%;
	z-index: 9999;
}

header#masthead {
	margin-top: 45px;
}

.top-bar .widget {
	margin-bottom: 0;
}

.main-header {
	transition: 0.5s;
}

.main-header.scrolling_up {
	position: fixed;
	background-color: #fff;
}

.main-header.scrolling_up .top-bar {
	opacity: 0;
	visibility: hidden;
}
/* .main-header.scrolling_up .top-bar {
    position: absolute;
} */
.main-header .top-bar {
	position: absolute;
    width: 100%;
    transition: 0.5s;
    display: flex;
    align-items: end;
    justify-content: end;
    background-color: #0071ce;
    text-align: right;
}

.main-header.scrolling_up #masthead {
	box-shadow: 0px 0px 15px 20px #00213212;
	margin-top: 0;
}

.main-header.scrolling_up:not(.fixed) #masthead {
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-header.scrolling_up #masthead li .nav-link {
	color: #1e1e1e;
}

.main-header.scrolling_up #masthead li .nav-link::after {
	border-top: 4px solid #1e1e1e;
}

.main-header.fixed {
	background-color: transparent;
}

.main-header.fixed #masthead li .nav-link::after {
	border-top: 4px solid #fff;
}

.main-header.fixed #masthead li .nav-link {
	color: #fff;
}

.main-header.fixed #masthead {
	box-shadow: unset;
	margin-top: 50px;
}

.home .main-header.fixed #masthead li .nav-link::after {
	border-top: 4px solid #1e1e1e;
}

.main-header.fixed .top-bar {
	opacity: 1;
	visibility: visible;
}

#menu-languages {
	justify-content: flex-end;
	flex-direction: row !important;
	padding-left: 42px;
	padding-right: 52px;
}

#menu-languages .nav-link {
	font-size: 12px;
	line-height: 1;
	padding: 14px 12.5px;
	color: #fff;
}

.home #menu-languages .wpml-ls-item .nav-link:after {
	border-top: 4px solid #1e1e1e;
}

#menu-languages .wpml-ls-item .nav-link:after {
	content: "" !IMPORTANT;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	margin-left: 8px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.wpml-ls-menu-item .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-bottom: 2px;
}

#menu-languages ul.sub-menu.nav a:after {
	content: unset !important;
}

#menu-languages li:last-child {
	position: relative;
}

#menu-languages ul.sub-menu.nav {
	background-color: #212337;
	border-radius: 14px;
	padding: 15px 7px;
	width: 140px;
	right: 0;
}

#menu-languages ul.sub-menu.nav a.nav-link {
	padding: 0;
	display: flex;
}

#menu-languages ul.sub-menu.nav a.nav-link span {
	color: #fff;
}

#menu-languages ul.sub-menu.nav:before {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #1e1e1e;
	position: absolute;
	top: -6px;
	right: 47px;
}


#menu-languages .wpml-ls-item .nav-link {
	position: relative;
}



#menu-languages ul.sub-menu.nav {
	opacity: 0;
	position: absolute;
	z-index: 9999;
	transition: 0.5s;
	display: none;
}

#menu-languages ul.sub-menu.nav .nav-link {
	padding: 0.5rem;
	line-height: 1;
}

#menu-languages ul.sub-menu.nav.show {
	display: none;
}

#menu-languages .activeitem ul.sub-menu.nav {
	display: block;
	opacity: 1;
}

.nav-link:hover {
	background: transparent;
}

div#main-nav {
	justify-content: center !important;
	padding-right: 150px;
}

.dropdown-toggle.nav-link::after,
.btnDown:after {
	content: "" !IMPORTANT;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	margin-left: 8px;
}

.btnDown {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
}

.home .dropdown-toggle.nav-link::after {
	border-top: 4px solid #1e1e1e;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover::after {
	border-top: 4px solid #228EE6 !important;
}

div#main-nav.navbar-collapse #menu-main-menu .nav-item.menu-item-has-children .active-drop.nav-link:after {
	transform: rotate(180deg);
}

.dropdown-toggle.nav-link {
	display: flex;
	align-items: center;
}

.navbar-brand {
	margin-right: 0;
}

.green-btn {
	font-size: 18px;
	border: 2px solid;
	color: #4BC592;
	padding: 15px 38px 15px 38px;
	border-radius: 50px;
	font-weight: 500;
	font-family: 'Futura-Book';
	display: flex;
	align-items: center;
	transition: 0.1s;
}

.green-btn img {
	margin-right: 10px;
	transition: 0.1s;
}

.green-btn:hover img {
	filter: brightness(5);
}

.green-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #4BC592;
	border-color: #4BC592;
}

#masthead .dropdown-menu {
	background-color: #212337;
	border-radius: 14px;
}

#masthead .dropdown-menu li a.dropdown-item {
	color: #fff;
	position: relative;
	transition: 0.5s;
}

#masthead .dropdown-menu li a.dropdown-item:before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: #228EE6;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 22px;
	opacity: 0;
	transition: 0.5s;
}

#masthead .dropdown-menu li a.dropdown-item:hover::before {
	opacity: 1;
}

.dropdown-menu .dropdown-item:hover {
	padding-left: 43px;
}

#masthead .dropdown-menu:before {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #1e1e1e;
	position: absolute;
	top: -6px;
	left: 40px;
}






/* Banner */
.banner-section .banner-heading {
	font-family: 'Suisse Int\'l' !important;
	font-weight: 500 !important;
}

/* section.vc_section.banner-section rs-module-wrap#rev_slider_1_1_wrapper:after {
background-image: url(/wp-content/uploads/2022/04/Path-43-01.svg);
background-repeat: no-repeat;
background-position: top center;
content: "";
position: absolute;
left: 0;
height: 217px;
background-size: cover;
right: 0;
bottom: 0px;
} */
.banner-section .banner-txt {
	font-family: 'Futura-Book' !important;
}

.banner-section .banner-btn {
	font-family: 'Futura Md BT' !important;
}

.tparrows.ares {
	background: unset !important;
	min-width: unset !important;
	min-height: unset !IMPORTANT;
}

.ares.tparrows.tp-leftarrow:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2022/03/Group-82.svg);
	width: 37px;
	height: 37px;
}

.ares.tparrows.tp-rightarrow:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2022/03/Group-83.svg);
	width: 37px;
	height: 37px;
}

/* Support Section */
.support-section {
	margin-top: -1px;
	padding-top: 80px !important;
	padding-bottom: 300px;
	background-color: #343751;
	background-size: cover !important;
}

.support-section h2 {
	margin: 0;
	padding-bottom: 38px;
	color: #FFC629;
	font-size: 44px;
	font-weight: 600;
}

.support-section p {
	color: #fff;
}

.support-section .vc_col-sm-4 .vc_column-inner {
	background-color: #fff;
	background-position: left !important;
	border-radius: 14px;
	padding-left: 205px;
	padding-right: 35px;
	padding-top: 0;
	min-height: 220px;
	background-size: cover !important;
	transition: all .2s;
}


.support-section .vc_col-sm-4 .vc_column-inner .wpb_text_column {
	margin-bottom: 9px;
}

body .support-section .vc_col-sm-4 .vc_column-inner .vc_btn3-container {
	margin-bottom: 0 !important;
}

body .support-section .vc_col-sm-4 .vc_column-inner .vc_btn3-container a.vc_general {
	background-color: unset;
	background-image: none;
	border: unset;
	padding: 0;
	font-family: 'Futura Md BT', sans-serif;
	font-family: 500;
	transition: none;
}

.support-section .vc_col-sm-4.counselling-box .vc_column-inner a.vc_general {
	color: #D7282F;
}

.support-section .vc_col-sm-4.adoption-box .vc_column-inner a.vc_general {
	color: #1081A9;
}


.support-section .vc_col-sm-4.becomingMom-box .vc_column-inner a.vc_general {
	color: #e6869f;
}

.support-section .vc_col-sm-4.supportGroups-box .vc_column-inner a.vc_general {
	color: #1081a9;
}

.support-section .vc_col-sm-4.divorce-box .vc_column-inner a.vc_general {
	color: #8f398b;
}

.support-section .vc_col-sm-4.grief-box .vc_column-inner a.vc_general {
	color: #297764;
}

/* SPANISH */
.support-section .vc_col-sm-4.asesoramiento .vc_column-inner a.vc_general {
	color: #D7282F;
}

.support-section .vc_col-sm-4.Gruposdeapoyo .vc_column-inner a.vc_general {
	color: #1081A9;
}

.support-section .vc_col-sm-4.divorcio .vc_column-inner a.vc_general {
	color: #8f398b;
}

.support-section .vc_col-sm-4.dolor .vc_column-inner a.vc_general {
	color: #4bc592;
}

.support-section .vc_col-sm-4.AdopciÃ³n .vc_column-inner a.vc_general {
	color: #0071ce;
}

.support-section .vc_col-sm-4.alcancedeloshuÃ©rfanos .vc_column-inner a.vc_general {
	color: #ffb670;
}



.support-section .vc_col-sm-4 .vc_column-inner .vc_btn3-container a.vc_general:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 8px;
	padding-left: 7px;
}

.support-section .counselling-box>.vc_column-inner:hover {
	background: #d7282f;
}

.support-section .adoption-box>.vc_column-inner:hover {
	background: #0071ce;
}

.support-section .becomingMom-box>.vc_column-inner:hover {
	background: #e6869f;
}

.support-section .supportGroups-box>.vc_column-inner:hover {
	background: #1081a9;
}

.support-section .divorce-box>.vc_column-inner:hover {
	background: #8f398b;
}

.support-section .grief-box>.vc_column-inner:hover {
	background: #297764;
}

.support-section .asesoramiento>.vc_column-inner:hover {
	background: #d7282f;
}

.support-section .Gruposdeapoyo>.vc_column-inner:hover {
	background: #0071ce;
}

.support-section .divorcio>.vc_column-inner:hover {
	background: #8f398b;
}

.support-section .dolor>.vc_column-inner:hover {
	background: #4bc592;
}

.support-section .AdopciÃ³n>.vc_column-inner:hover {
	background: #0071ce;
}

.support-section .alcancedeloshuÃ©rfanos>.vc_column-inner:hover {
	background: #ffb670;
}

.support-section .vc_col-sm-4 .vc_column-inner:hover h5,
.support-section .vc_col-sm-4 .vc_column-inner:hover a.vc_general {
	color: #fff !important;
}

.support-section .vc_col-sm-4 .vc_column-inner h5 {
	font-weight: 600;
	font-size: 24px !important;
}

.about-section .vc_row {
	max-width: 1575px;
	margin-left: 15px !important;
	background-color: #fff;
	margin-top: -210px;
	box-shadow: 0px 0px 30px #34375129;
}

.about-section h3 {
	margin-bottom: 24px;
	font-weight: 600;
}

.about-section .vc_row .vc_col-sm-7:first-child {
	padding: 115px 30px 44px 70px;
}

.about-section .vc_row .vc_col-sm-6:last-child .vc_column-inner {
	min-height: 743px;
}

.about-section {
	overflow: visible !IMPORTANT;
}

.about-section p {
	line-height: 24px;
}

.about-section .wpb_text_column {
	margin-bottom: 24px;
}

.about-section {
	position: relative;
}

.absolute-img {
	position: absolute !important;
	right: 0;
	width: 40%;
	bottom: 0;
	top: 0;
}

.about-section .wpb_column.vc_column_container.vc_col-sm-5,
.about-section .wpb_row {
	position: unset !important;
}

.about-section .absolute-img figure.wpb_wrapper.vc_figure {
	width: 100%;
}

.about-section .absolute-img img.vc_single_image-img.attachment-full {
	width: 100%;
	max-height: 100%;
}

section.vc_section.about-section.vc_section-has-fill:after {
	content: "";
	background: url(https://www.christian-works.org/wp-content/uploads/2022/03/shutterstock_1534635242-min.png);
	position: absolute;
	display: block !important;
	top: -175px;
	bottom: 0;
	right: 0;
	width: 43%;
	background-repeat: no-repeat;
	background-size: cover;
}

section.vc_section.about-section.vc_section-has-fill:before {
	content: "";
	background: #D7282F;
	height: 400px;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}

body .red-btn.vc_btn3-container {
	margin-bottom: 19px !important;
}

.red-btn a {
	background-color: #D7282F !important;
	background-image: unset !important;
	color: #fff !important;
	border-radius: 40px !important;
	padding: 16px 37px !important;
	font-size: 16px !important;
	border-color: #D7282F !important;
	transition: all .3s;
	position: relative;
	top: 0;

}

.red-btn a:hover {
	position: relative;
	top: -6px;
	box-shadow: 0px 5px 10px rgb(52 55 81 / 20%);
	text-decoration: none;
}

.red-btn.alt-btn-green a {
	background: #61bf5d !important;
	border-color: #61bf5d !important;
	margin-left: 10px;
}

.red-btn.alt-btn-green.green-inverse-btn a {
	color: #000 !important;
	background: #fff !important;
}

.red1-btn.btn-primary {
	position: relative;
	transition: all .3s;
	top: 0;
}

.red1-btn.btn-primary:hover {
	background-color: #D7282F;
	border-color: #D7282F;
	position: relative;
	top: -6px;
	box-shadow: 0px 5px 10px rgb(52 55 81 / 20%);
}

header#masthead .green-btn:hover {
	z-index: 999;
}

.red1-btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.red1-btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.red1-btn.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.red1-btn.btn-primary:not(:disabled):not(.disabled).active,
.red1-btn.btn-primary:not(:disabled):not(.disabled):active,
.show>.red1-btn.btn-primary.dropdown-toggle {
	background-color: #D7282F;
	border-color: #D7282F;
}

.red1-btn.btn-primary.focus,
.red1-btn.btn-primary:focus {
	box-shadow: none;
	position: relative;
	top: -6px;
	box-shadow: 0px 5px 10px rgb(52 55 81 / 20%);
	;
}

.about-section .wpb_single_image {
	margin-bottom: 0;
}


/* About Us */
.history-sec:before {
	content: "";
	background: url(/wp-content/uploads/2022/03/shutterstock_663456385-min.jpg);
	background-position: bottom;
	position: absolute;
	display: block !important;
	top: 0;
	bottom: 0;
	left: 0;
	width: 44%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.history-sec:after {
	content: "";
	background-color: #4bc592 !important;
	position: absolute;
	top: 130px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 390px;
}

.history-content {
	padding-left: 109px;
	padding-top: 62px;
	padding-bottom: 66px;
	padding-right: 54px;
}

.history-image.vc_col-sm-6 {
	width: 46%;
}

.history-row {
	background-color: #fff;
	box-shadow: 0px 0px 40px #34375136;
	z-index: 1;
}

.history-content {
	padding: 62px 35px 12px 0px !important;
}

.location-row h4 {
	padding-left: 40px;
	margin-bottom: 15px;
	padding-right: 47px;
}

.location-row .vc_column-inner {
	padding: 0 !IMPORTANT;
	padding-top: 50px !important;
	border-radius: 14px;
}

.location-row .wpb_text_column {
	padding-left: 40px;
	margin-bottom: 10px;
	padding-right: 40px;
}

.location-row .wpb_text_column p {
	min-height: 110px;
}

.location-row .wpb_gmaps_widget {
	margin-bottom: 0;
}

.location-row .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.location-row .wpb_gmaps_widget .wpb_wrapper iframe {
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.video-section .ult-video {
	max-width: 1020px;
	margin: auto !important;
}

.video-section .ult-video .ultv-video__outer-wrap {
	padding-bottom: 55.5% !important;
}

.single-post #single-blog .row {
	max-width: 100%;
	padding: 0;
	margin: 80px 0;
	display: block;
}

/* Our Ministries */
.ministry-section {
	padding-top: 80px;
	padding-bottom: 65px;
}

.ministry-section .wpb_text_column {
	margin-bottom: 0;
}

.ministries-sec .vc_row.vc_column-gap-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.ministry-section .wpb_text_column p {
	text-align: center;
}

div#our-ministries {
	width: 100% !important;
}

.ministries-inner {
	width: 47%;
	height: auto;
	margin-right: 30px;
	margin-bottom: 30px;
}

.ministry h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
}

.ministry .wpb_single_image.wpb_content_element {
	margin-bottom: 24px;
}

.ministry .vc_column-inner {
	background-color: #fff;
	border-radius: 14px;
	padding: 45px 50px 10px !important;
	transition: 0.5s;
	box-shadow: 0px 15px 40px #34375121;
}

/* .ministry .vc_column-inner:hover{
background-color:#0066C7;
} */
/* For English Page */
.ministries-sec .vc_row:nth-child(1) .ministry:first-child>.vc_column-inner:hover {
	background-color: #3f81cf;
}

.ministries-sec .vc_row:nth-child(1) .ministry:last-child>.vc_column-inner:hover {
	background-color: #e6869f;
}

.ministries-sec .vc_row:nth-child(2) .ministry:first-child>.vc_column-inner:hover {
	background-color: #d8262f;
}

.ministries-sec .vc_row:nth-child(2) .ministry:last-child>.vc_column-inner:hover {
	background-color: #ff850c;
}

.ministries-sec .vc_row:nth-child(3) .ministry:first-child>.vc_column-inner:hover {
	background-color: #006548;
}

.ministries-sec .vc_row:nth-child(3) .ministry:last-child>.vc_column-inner:hover {
	background-color: #17b7a9;
}

.ministries-sec .vc_row:nth-child(4) .ministry:first-child>.vc_column-inner:hover {
	background-color: #17b7a9;
}

.ministries-sec .vc_row:nth-child(4) .ministry:last-child>.vc_column-inner:hover {
	background-color: #8f398b;
}

/* For Spanish Pages */
html[lang="es-ES"] .ministries-sec .vc_row:nth-child(1) .ministry:last-child>.vc_column-inner:hover {
	background-color: #ff850c;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(2) .ministry:first-child>.vc_column-inner:hover {
	background-color: #d8262f;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(2) .ministry:last-child>.vc_column-inner:hover {
	background-color: #e6869f;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(3) .ministry:first-child>.vc_column-inner:hover {
	background-color: #006548;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(3) .ministry:last-child>.vc_column-inner:hover {
	background-color: #8f398b;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(4) .ministry:first-child>.vc_column-inner:hover {
	background-color: #231f20;
}

html[lang="es-ES"] .ministries-sec .vc_row:nth-child(4) .ministry:last-child>.vc_column-inner:hover {
	background-color: #17b7a9;
}

.ministry .vc_column-inner:hover h4 {
	color: #FFC629;
}

.ministry .vc_column-inner:hover p {
	color: #fff;
}

.ministry .vc_column-inner:hover img {
	filter: contrast(0) brightness(5);
}

.ministry a.vc_general {
	background-color: unset !important;
	border: unset !important;
	padding: 0 !important;
	font-family: 'Futura Md BT', sans-serif;
	background-image: unset !important;
	font-size: 16px !important;
}

.ministry a.vc_general:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 8px;
	padding-left: 7px;
}

.ministries-sec .vc_row .ministry>.vc_column-inner>.wpb_wrapper {
	transition: all .3s;
}

.ministries-sec .vc_row .ministry>.vc_column-inner:hover>.wpb_wrapper {
	margin-right: -10px;
	padding-left: 10px;
}

.ministry.vc_col-sm-6:nth-child(1) a.vc_general {
	color: #0066c7 !important;
}

.ministry.vc_col-sm-6:nth-child(2) a.vc_general {
	color: #e6869f !important;
}

.ministry-2.vc_col-sm-6:first-child a.vc_general {
	color: #d7282f !important;
}

.ministry-2.vc_col-sm-6:last-child a.vc_general {
	color: #ff850c !important;
}

.ministry-3.vc_col-sm-6:first-child a.vc_general {
	color: #006548 !important;
}

.ministry-3.vc_col-sm-6:last-child a.vc_general {
	color: #3fb6a9 !important;
}

.ministry-4.vc_col-sm-6:first-child a.vc_general {
	color: #3FB6A9 !important;
}

.ministry-4.vc_col-sm-6:last-child a.vc_general {
	color: #8f398b !important;
}

/* For Spanish Pages */
html[lang="es-ES"] .ministry.vc_col-sm-6:nth-child(1) a.vc_general {
	color: #0066c7 !important;
}

html[lang="es-ES"] .ministry.vc_col-sm-6:nth-child(2) a.vc_general {
	color: #ff850c !important;
}

html[lang="es-ES"] .ministry-2.vc_col-sm-6:first-child a.vc_general {
	color: #d8262f !important;
}

html[lang="es-ES"] .ministry-2.vc_col-sm-6:last-child a.vc_general {
	color: #e6869f !important;
}

html[lang="es-ES"] .ministry-3.vc_col-sm-6:first-child a.vc_general {
	color: #006548 !important;
}

html[lang="es-ES"] .ministry-3.vc_col-sm-6:last-child a.vc_general {
	color: #8f398b !important;
}

html[lang="es-ES"] .ministry-4.vc_col-sm-6:first-child a.vc_general {
	color: #231f20 !important;
}

html[lang="es-ES"] .ministry-4.vc_col-sm-6:last-child a.vc_general {
	color: #17b7a9 !important;
}

:is(html[lang="es-ES"], html[lang="en-US"]) .ministry .vc_column-inner:hover a.vc_general,
.ministry-2 .vc_column-inner:hover a.vc_general,
.ministry-3 .vc_column-inner:hover a.vc_general,
.ministry-4 .vc_column-inner:hover a.vc_general {
	color: #fff !important;
}

.ministries-sec {
	padding-bottom: 88px;
}

.ministries-sec .vc_row:first-child .ministry:first-child img {
	width: 90px;
}

.ministry-3.vc_col-sm-6:last-child {
	margin-top: -150px;
}

.ministry-4.vc_col-sm-6:last-child {
	margin-top: -297px;
}

.ministry-4.vc_col-sm-6:first-child {
	/*margin-top: -70px;*/
}

.ministry-2.vc_col-sm-6:last-child {
	margin-top: -100px;
}

.ministry-3.vc_col-sm-6:first-child {
	/*margin-top: -47px;*/
}

html:lang(es-ES) .ministry-4.vc_col-sm-6:first-child {
	margin-top: 0px;
}

html:lang(es-ES) .ministry-2.vc_col-sm-6:last-child {
	margin-top: 0;
}

html:lang(es-ES) .ministry-3.vc_col-sm-6:first-child {
	margin-top: 0 !important;
}

html:lang(es-ES) .ministry-3.vc_col-sm-6:nth-child(2) {
	margin-top: -200px;
}

html:lang(es-ES) .ministry-4.vc_col-sm-6:nth-child(2) {
	margin-top: -170px;
}

/* Program Section */
.program-section .vc_col-sm-1\/5 .vc_column-inner {
	background-color: #fff;
	box-shadow: 0px 20px 30px #34375121;
	padding: 0 0 33px 0;
	border-radius: 15px;
	text-align: center;
	transition: all .3s;
}

.program-section .vc_row.vc_column-gap-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.program-section .wpb_single_image img {
	width: 100%;
}

.program-section .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}

.program-section .wpb_single_image figure {
	width: 100%;
}

.program-section h4 {
	text-align: center !important;
	margin-bottom: 14px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.programs-secrion .aprende-row>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #61bf5d;
}

.programs-secrion .aprende-row>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #ed6f33;
}

.programs-secrion .aprende-row:last-child>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #016549;
}

.programs-secrion .aprende-row>.vc_col-sm-6:last-child .vc_column-inner:hover .vc_btn3-container.breakdivorce-a a {
	color: #fff !important;
}

.program-section {
	padding-top: 134px !important;
	padding-bottom: 156px;
}

.program-section .wpb_single_image {
	margin-bottom: 20.5px;
}

.program-section a.vc_general {
	background-color: unset !important;
	border: unset !important;
	padding: 0 !important;
	font-family: 'Futura Md BT', sans-serif;
	background-image: none;
	transition: none;
	font-size: 14px !important;
}

.program-section .vc_btn3-container {
	margin-bottom: 0;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-people a.vc_general {
	color: #FFC629;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-ministry a.vc_general {
	color: #4BC592;
}

.program-section .wpb_column.vc_col-sm-1\/5.sponsorship a.vc_general {
	color: #FF4849;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-fundrais a.vc_general {
	color: #8f398b;
}

.program-section .wpb_column.vc_col-sm-1\/5.breakway a.vc_general {
	color: #0071CE;
}

.program-section .vc_col-sm-1\/5 .vc_column-inner .vc_btn3-container a.vc_general:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 8px;
	padding-left: 7px;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-people:hover .vc_column-inner {
	background-color: #fec529;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-ministry:hover .vc_column-inner {
	background-color: #4bc592;
}

.program-section .wpb_column.vc_col-sm-1\/5.sponsorship:hover .vc_column-inner {
	background-color: #D7282F;
}

.program-section .wpb_column.vc_col-sm-1\/5.our-fundrais:hover .vc_column-inner {
	background-color: #8F398B;
}

.program-section .wpb_column.vc_col-sm-1\/5.breakway:hover .vc_column-inner {
	background-color: #0066C7;
}

.program-section .vc_col-sm-1\/5:hover .vc_column-inner a.vc_general,
.program-section .vc_col-sm-1\/5:hover .vc_column-inner h4 {
	color: #fff !important;
}

/* CTA Section */
.cta-section {
	padding-top: 241px !important;
	padding-bottom: 246px;
}

.cta-section h2 {
	color: #fff;
	font-size: 66px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.cta-section p {
	font-size: 20px;
	color: #fff;
}

.cta-section .wpb_text_column {
	margin-bottom: 21px;
}

/* Footer */
#footer-widget {
	padding-top: 115px;
	padding-bottom: 69px;
	background-color: #343751 !important;
}

.footer-1 ul {
	padding-left: 0;
	list-style: none;
}

.footer-1 ul li {
	color: #FFC629;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 16px;
}

.footer-1 ul li:last-child {
	padding-bottom: 0;
}

.footer-1 ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.footer-1 ul li a:hover {
	color: #FFC629;
}

.footer-top {
	border-bottom: 2px solid #9596a43b;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.footer-bottom {
	margin: 0;
}

.footer-top .dashicons-facebook-alt {
	font-size: 22px !important;
}

.footer-top .widget-title {
	color: #FFC629;
	font-size: 23px !important;
	line-height: 30px;
	margin-bottom: 19px;
}

.footer-2 p {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0;
}


.footer-2 .widget {
	margin-bottom: 0;
}

.footer-3 .widget-title {
	width: 63%;
}

.yellow-btn {
	color: #FFC629;
	background: transparent;
	border: 1px solid;
	border-radius: 36px;
	padding: 14px 38.5px 12px;
	text-decoration: none !important;
	font-size: 16px;
	margin-top: 40px;
}

.yellow-btn.support-btn {
	padding: 13px 33px 13px 60px;
	display: inline-block;
	position: relative;
	transition: 0.3s;
	margin-top: 30px;
}

.yellow-btn.support-btn:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/03/Path-39.svg);
	width: 19.4px;
	height: 16.1px;
	display: block;
	position: absolute;
	left: 31px;
	top: 50%;
	transform: translate(0, -50%);
}

.yellow-btn:hover {
	background: #FFC629;
	border-color: #FFC629;
	color: #fff !important;
}

.yellow-btn.support-btn:hover:before {
	filter: brightness(5.5);
}

.form-control:focus {
	box-shadow: none;
}

.footer-3 input.wpcf7-text {
	background: transparent;
	border: unset;
	border-bottom: 2px solid #9596a48f;
	border-radius: 0;
	padding: 10px;
	padding-left: 0;
}


.footer-3 form p br {
	display: none;
}

.footer-bottom .widget-title {
	color: #FFC629;
	font-size: 19px !important;
	line-height: 30px;
	margin-bottom: 24px;
}

.footer-bottom .nav-link {
	color: #fff !important;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

.footer-bottom .nav-link:hover {
	background: unset;
	color: #FFC629 !important;
}

.footer-bottom li {
	padding-bottom: 10px;
}

.footer-bottom .col {
	padding-left: 0;
}

.footer-bottom .col:last-child {
	padding-left: 40px;
}

.footer-bottom .widget {
	margin-bottom: 0;
}

footer.entry-footer {
	display: none;
}

#colophon .container {
	padding-top: 18px !important;
	padding-bottom: 16px !important;
}

#colophon .site-info {
	color: #fff;
	font-size: 14px;
}

#colophon .crafted {
	font-size: 14px;
}

#colophon .crafted .widget {
	margin-bottom: 0;
}

#colophon .crafted .widget p {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

#colophon a {
	text-decoration: none;
}

#colophon .col-md-6 {
	padding: 0;
}

/* Breadcrumb  */
.breadcrumbs {
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	color: #fff;
}

.breadcrumbs span {
	color: #fff;
	display: none;
}

.single-post .breadcrumbs span {
	display: unset;
}

.page-id-396 .breadcrumbs {
	background-position: top center !important;
}

.breadcrumbs h1 {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 44px;
	padding-top: 50px;
}

.mission-section {
	padding-top: 90px;
	padding-bottom: 83px;
}

/* .mission-section .vc_col-sm-6 .vc_column-inner {
padding-right: 50px;
} */
.mission-section h3 {
	line-height: 1.4;
}

/* History Section */
.history-section {
	padding-top: 422px !IMPORTANT;
	margin-top: -210px;
	overflow: visible !important;
	z-index: 0;
}

.history-row {
	margin-bottom: 140px;
}

/* Blog Section */
.category ul.post-categories li {
	display: inline-block;
}

section.vc_section.cta-section.blog-section .vc_col-sm-9 {
	border-bottom: 1px solid #D8E1EA;
	margin-left: 16px;
}

section.vc_section.cta-section.blog-section .vc_col-sm-9 .vc_column-inner {
	padding-left: 0;
}

.blog-section .blog-containers .feature-row:last-child {
	padding-bottom: 10px;
}

section.vc_section.cta-section.blog-section h2 {
	font-size: 44px;
	line-height: 1.2;
	color: #1E1E1E;
	display: inline-block;
	margin-bottom: 20px;
}

section.vc_section.cta-section.blog-section .custom-border-btn {
	margin-bottom: 0px !important;
	vertical-align: middle;
}

section.vc_section.cta-section.blog-section .custom-border-btn a {
	background: transparent !important;
	border: 0;
	color: #FF4849;
	font-size: 14px !important;
	line-height: 16px;
	position: relative;
	font-weight: 600;
}

section.vc_section.cta-section.blog-section .custom-border-btn a:after {
	content: '\f105';
	margin-left: 5px;
	font-family: "Font Awesome 5 free";
}

section.vc_section.cta-section.blog-section .vc_col-sm-6,
section.vc_section.cta-section.blog-section .vc_col-sm-3 {
	padding: 0 15px;
	padding-top: 30px;
}

section.vc_section.cta-section.blog-section .vc_col-sm-6 {
	padding-right: 30px;
	padding-left: 30px;
}

section.vc_section.cta-section.blog-section .vc_col-sm-3:nth-child(2) {
	border-left: 1px solid #D8E1EA;
	border-right: 1px solid #D8E1EA;
}

section.vc_section.cta-section.blog-section .vc_col-sm-3:nth-child(3) {
	padding: 0;
}

.blog-section .feature-containers h3.feature-title {
	font-size: 26px;
	color: #1E1E1E;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 0;
}

.feature-meta {
	display: flex;
	align-items: center;
}

.feature-meta .post-categories a {
	color: #0066C7;
}

.feature-meta .post-categories a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 190px;
}

.blog-section .feature-meta p,
.blog-section .feature-meta ul {
	display: inline-block;
	color: #1E1E1E;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 24px;
	margin-top: 10px;
}

.blog-section .feature-meta p {
	padding-right: 10px;
}

.blog-section .feature-meta ul {
	padding: 0;
	padding-right: 10px;
}

.blog-section .feature-link {
	margin-top: 24px;
}

.blog-section .feature-meta ul li {
	padding: 0;
	list-style-type: none;
}

.blog-section .feature-meta p span,
.blog-section .feature-meta p ul li a {
	color: #0066C7;
}

.blog-section .blog-containers h3.feature-title {
	font-size: 22px;
	line-height: 1.2;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog-section .blog-containers a {
	color: #FF4849;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Futura Md BT', sans-serif;
	padding-top: 2px;
}

.feature-row a {
	color: #FF4849;
}

.feature-row .feature-link a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 8px;
	padding-left: 7px;
}

.blog-section .feature-row {
	padding-bottom: 30px;
	position: relative;
}

.blog-section .blog-containers .feature-row:first-child {
	padding-top: 0;
}

.blog-section .blog-containers .feature-row:first-child:before {
	content: none;
}

.blog-section .blog-containers .feature-row img {
	border-radius: 30px;
	width: 100% !important;
	height: 200px;
	object-fit: cover;
}

.blog-section .blog-containers .feature-row {
	padding-top: 30px;
}

.blog-section .feature-row .feature-img {
	position: relative;

}

.blog-section .feature-row .feature-content>.feature-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog-section .feature-row .feature-img img {
	width: 100%;
	border-radius: 25px;
}

.blog-section .feature-row .feature-img:before {
	content: "";
	position: absolute;
	top: 0;
	transition: all .3s;
	bottom: 0;
	left: 0;
	border-radius: 30px;
	right: 0;
	opacity: 0;
	background: linear-gradient(0deg, #00000087, transparent);
}

.blog-section .feature-row:hover .feature-img:before {
	opacity: 1;
}

.blog-section .blog-containers .feature-row:before {
	content: "";
	border-top: 1px solid #D8E1EA;
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0px;
}

.blog-section .vc_row-fluid:nth-child(2) {
	border-bottom: 1px solid #D8E1EA;
}

section.vc_section.cta-section.blog-section .vc_col-sm-3:nth-child(3) .vc_column-inner {
	padding: 0;
	height: 100%;
}

section.vc_section.cta-section.blog-section .vc_col-sm-3:nth-child(3) .wpb_wrapper {
	display: grid;
	height: 100%;
}

.blog-section .aio-icon-component {
	padding: 60px 75px;
	background: #0066C7;
	margin: 0;

	color: #fff;
}

.blog-section .aio-icon-component.icon-2 {
	background: #4BC592
}

.blog-section .aio-icon-component .aio-icon-img {
	font-size: 40px !important;
}

.blog-section .aio-icon-component .align-icon {
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: auto;
	border-radius: 50%;
}

.blog-section .top-icon .aio-icon-header h3.aio-icon-title {
	margin: 20px 0 5px;
	font-size: 24px;
	color: #fff;
}

.blog-section .top-icon .aio-icon-description {
	margin: 0;
}

.blog-section .top-icon a.aio-icon-box-link {
	font-size: 16px;
	margin-bottom: 6px;
}

.blog-section .aio-icon-description p a.learn-more {
	font-size: 14px;
	font-family: 'Futura Md BT', sans-serif;
	color: #fff
}

.blog-section .aio-icon-description p {
	margin: 0;
}

.blog-section .aio-icon-component .aio-icon-img img {
	max-height: 60px;
}

.cta-section.blog-section {
	padding-top: 180px !important;
	padding-bottom: 180px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cta-section.blog-section .vc_row-fluid {
	max-width: 1600px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: flex;
}

/* our people */
#our-people {
	padding-top: 139px;
	padding-bottom: 54px;
	justify-content: center;
}

:is(#our-people, .our-people-slider) .people-inner {
	margin-bottom: 68px;
	text-align: center;
}

.our-people-slider .thumbnail {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 157px;
	height: 157px;
}

.our-people-slider .thumbnail:before {
	content: "";
	position: absolute;
	border-radius: 13px;
	background: #0165c5;
	z-index: -1;
	opacity: 0;
	transition: all .3s;
}

.our-people-slider .thumbnail:hover::before {
	opacity: 1;
}

.our-people-slider .col-md-3 .thumbnail:before {
	top: 0;
	bottom: -7px;
	left: -7px;
	right: 0;
}

.our-people-slider .col-md-3 .thumbnail:before {
	background: #0165c5;
}

.our-people-slider .col-md-3:nth-child(2) .thumbnail:before {
	/* 	background: #d7282f; */
}

.our-people-slider .col-md-3:nth-child(3) .thumbnail:before {
	/* 	background: #ffc629; */
}

.our-people-slider .col-md-3:nth-child(4) .thumbnail:before {
	/* 	background: #006548; */
}

/*
#our-people .col-md-3:nth-child(5n+0) .thumbnail:before {
	top: 0;
	bottom: -7px;
	left: -7px;
	background: #40b4a7;
	right: 0;
}
#our-people .col-md-3:nth-child(6n+0) .thumbnail:before {
	top: 0px;
	bottom: -7px;
	left: 0px;
	background: #883a84;
	right: -7px;
}
#our-people .col-md-3:nth-child(7n+0) .thumbnail:before {
    top: -7px;
    bottom: 0px;
    left: -7px;
    background: #035f46;
	right: -7px;align-content
}
#our-people .col-md-3:nth-child(8n+0) .thumbnail:before {
    top: 0px;
    bottom: -7px;
    left: -7px;
    background: #e3859d;
    right: 0px;
}
#our-people .col-md-3:nth-child(9n+0) .thumbnail:before {
    top: 0;
    bottom: -7px;
    left: 0;
    background: #d2272f;
    right: -7px;
}
#our-people .col-md-3:nth-child(10n+0) .thumbnail:before {
    top: -7px;
    bottom: 0;
    left: -7px;
    background: #803af2;
    right: 0px;
}
#our-people .col-md-3:nth-child(11n+0) .thumbnail:before {
    top: -7px;
    bottom: 0;
    left: 0;
    background: #0561bb;
    right: -7px;
}
#our-people .col-md-3:nth-child(12n+0) .thumbnail:before {
    top: 0;
    bottom: -7px;
    left: 0;
    background: #f0bb2a;
    right: -7px;
}
#our-people .col-md-3:nth-child(13n+0) .thumbnail:before {
    top: 0;
    bottom: -7px;
    left: -7px;
    background: #0461bd;
    right: 0;
}
#our-people .col-md-3:nth-child(14n+0) .thumbnail:before {
    top: 0;
    bottom: -7px;
    left: -7px;
    background: #0066c7;
    right: 0;
}
#our-people .col-md-3:nth-child(15n+0) .thumbnail:before {
    top: 0;
    bottom: -7px;
    left: -7px;
    background: #0066c7;
    right: 0;
}
#our-people .col-md-3:nth-child(16n+0) .thumbnail:before {
    top: 0px;
    bottom: -7px;
    left: -7px;
    background: #0066c7;
    right: 0px;
}*/
.our-people-slider .people-detail {
	text-align: center;
	margin-top: 17px;
}

.our-people-slider .people-detail h6 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 5px;
	color: #0071CE;
}

#our-people h3:first-child {
	display: none;
}

.our-people-slider .people-detail p {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0.28px;
	line-height: 20px;
	color: #8B8B8B;
}

/* Support CTA */
.cta-support-section {
	padding-bottom: 90px;
}

.cta-support-section .breakway-curriculum-cta {
	background-color: #000;
}

.cta-support-section .vc_row {
	box-shadow: 0px 20px 30px #34375142;
	border-radius: 14px;
	padding: 68px 75px 72px;
	max-width: 1232px;
	margin: auto;
	background-size: cover;
	border-radius: 20px;
}

.cta-support-section h2 {
	font-size: 40px;
	color: #FFC629;
	letter-spacing: 0.8px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: 500;
}

.cta-buy-section.cta-support-section h2 {
	font-weight: 500;
}

.cta-support-section .white-btn {
	text-align: right !important;
}

.cta-support-section.cta-support-about .white-btn a {
	font-size: 16px;
}

.cta-support-section p {
	color: #fff;
	line-height: 24px;
}

.cta-support-section .wpb_text_column {
	margin-bottom: 0;
}

.cta-support-section .vc_row .vc_column-inner {
	padding: 0 !important;
}

.cta-support-section .white-btn a {
	padding-right: 50px !important;
	padding-left: 50px !important;
}

.cta-support-section .white-btn {
	text-align: right;
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
	padding-bottom: 61.5% !important;
}

.white-btn a {
	background-color: #FFFFFF !important;
	color: #D7282F !important;
	font-family: 'Futura-Book';
	font-size: 16px !important;
	border-radius: 40px !important;
	padding: 15.5px 40px !important;
	background-image: unset !important;
	position: relative;
	top: 0;
	transition: all .3s
}

.white-btn a:hover {
	box-shadow: 0px 5px 10px rgb(52 55 81 / 20%);
	position: relative;
	top: -6px;
	text-decoration: none;
}

.white-btn {
	margin-bottom: 0 !important;
}

/*  Sponsorship */
.why-sponsorship-section {
	padding-top: 86px;
	padding-bottom: 70px;
}

.why-sponsorship-section .table thead {
	background-color: #0071CE;
}

.why-sponsorship-section .table thead th {
	color: #fff;
	border: unset;
	padding: 18px 30px 19px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.64px;
	font-weight: 400;
	font-family: 'Suisse Int\'l';
}

/* .why-sponsorship-section .table thead th:nth-child(3) {
border-right: 1px solid #bebebe9c;
}
.why-sponsorship-section .table tbody td:nth-child(3) {
border-right: 1px solid #bebebe9c;
} */
.why-sponsorship-section table.table {
	background: #fff;
}

.why-sponsorship-section .table td {
	padding: 20px 30px 22px !important;
	border: unset;
	color: #676767;
}

.why-sponsorship-section .table thead th:first-child {
	border-top-left-radius: 14px;
}

.why-sponsorship-section .table thead th:last-child {
	border-top-right-radius: 14px;
}

.why-sponsorship-section .table tbody tr:nth-child(odd) {
	background-color: RGBA(52, 55, 81, 0.03);
}

.why-sponsorship-section .table-row .vc_column-inner {
	padding: 0;
}

.why-sponsorship-section .table-bottom-cont .wpb_text_column {
	margin-bottom: 0;
}

.why-sponsorship-section .table-row {
	max-width: 1170px;
	margin: auto;
}

.why-spon-row .wpb_text_column {
	margin-bottom: 41px;
}

.why-sponsorship-section .table-bottom-cont .wpb_text_column p a {
	color: #0071CE;
	text-decoration: none;
}

.why-sponsorship-section .table-row .wpb_text_column {
	margin-bottom: 21px;
}

.why-sponsorship-section .why-spon-row h3 {
	margin-bottom: 24px;
	font-weight: 600;
}

.why-sponsorship-section .table-row p {
	font-size: 20px;
	font-family: 'Suisse Int\'l';
	font-weight: 500;
}

.why-sponsorship-section .table {
	box-shadow: 0px 15px 40px #34375121;
	margin-bottom: 51px;
}

.page-id-1942 .why-sponsorship-section .table {
	margin-bottom: 0;
}

.page-id-1942 .why-sponsorship-section .table-row>.vc_col-sm-12 {
	background-color: #fff;
}

.page-id-1942 .why-sponsorship-section .table-row>.vc_col-sm-12 .wpb_raw_html {
	margin-bottom: 0;
}

/* CounselingWorks Espanol */
.counseling-esp-section {
	padding-bottom: 75px;
}

.counseling-esp-section {
	padding-top: 90px;
}

.counseling-esp-section h3.vc_custom_heading {
	margin-bottom: 15px;
}

.counseling-esp-section .ult-video,
.video-section .ult-video,
.what-careworks-section .ult-video,
.divorce-section .ult-video,
.grief-support-section .ult-video,
.grief-support-prog-section .ult-video,
.grief-works-location-section .ult-video,
.what-grief-work-section .ult-video,
.my-family-learn-section .ult-video,
.about-breakway-section .ult-video,
.what-just-section .ult-video,
.other-res-vid.ult-video {
	margin: 0;
	box-shadow: 0px 15px 40px #34375121;
	border-radius: 14px !important;
}

.video-section .ult-video {
	box-shadow: 0px 15px 40px #34375169;
}

.counseling-esp-section .ult-video .ultv-video__outer-wrap,
.video-section .ult-video .ultv-video__outer-wrap,
.what-careworks-section .ult-video .ultv-video__outer-wrap,
.divorce-section .ult-video .ultv-video__outer-wrap,
.grief-support-section .ult-video .ultv-video__outer-wrap,
.grief-support-prog-section .ult-video .ultv-video__outer-wrap,
.grief-works-location-section .ult-video .ultv-video__outer-wrap,
.what-grief-work-section .ult-video .ultv-video__outer-wrap,
.my-family-learn-section .ult-video .ultv-video__outer-wrap,
.about-breakway-section .ult-video .ultv-video__outer-wrap,
.what-just-section .ult-video .ultv-video__outer-wrap,
.other-res-vid.ult-video .ultv-video__outer-wrap {
	border-radius: 14px;
}

.aprende-section {
	padding-bottom: 200px;
}

.aprende-row .wpb_single_image,
.aprende-row figure,
.aprende-row .vc_single_image-wrapper,
.aprende-row img {
	width: 100%;
}

.aprende-section:before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0%;
	top: 20px;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
}

.aprende-row>.vc_col-sm-6>.vc_column-inner,
.aprende-row>.vc_col-sm-12>.vc_column-inner {
	padding: 0;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 15px 40px #34375121;
	transition: all .3s;
}

.aprende-row>.vc_col-sm-6>.vc_column-inner .vc_column-inner,
.aprende-row>.vc_col-sm-12>.vc_column-inner .vc_column-inner {
	transition: none;
	background: none !important;
}

.aprende-row>.vc_col-sm-6:nth-child(odd) .vc_column-inner:hover,
.aprende-row>.vc_col-sm-12 .vc_column-inner:hover {
	background-color: #d7282f;
}

.aprende-row>.vc_col-sm-6:nth-child(even) .vc_column-inner:hover {
	background: #FFC629;
}

.aprende-row>.vc_col-sm-6 .vc_column-inner:hover h4.vc_custom_heading,
.aprende-row>.vc_col-sm-12 .vc_column-inner:hover h4.vc_custom_heading {
	color: #fff;
}

.custom-append-row.aprende-row>.vc_col-sm-6:nth-child(even) .vc_column-inner:hover {
	background: #d7282f;
}

.custom-append-row.aprende-row>.vc_col-sm-12 .vc_column-inner:hover {
	background: #ffc629;
}

.page-id-289 .aprende-row:nth-child(2)>.vc_col-sm-6:nth-child(even) .vc_column-inner:hover {
	background: #d7282f;
}

.page-id-289 .aprende-row:nth-child(2)>.vc_col-sm-6:nth-child(even) .vc_column-inner .vc_btn3-container a {
	color: #d7282f !important;

}

.aprende-row a {
	background-image: none;
	background-color: unset !important;
	border: unset !important;
	padding: 0 !important;
	font-family: 'Futura-Book';
	font-weight: 500;
}

.aprende-row>.vc_col-sm-6 .vc_column-inner:hover .vc_btn3-container a,
.aprende-row>.vc_col-sm-12 .vc_column-inner:hover .vc_btn3-container a {
	color: #fff !important;
}

.locations-section>.vc_col-sm-12>.vc_column-inner {
	padding-left: 10px;
	padding-right: 10px;
}


.locations-section>.vc_col-sm-12>.vc_column-inner .vc_col-sm-6:first-child .vc_column-inner {
	padding-right: 5px;
}

.locations-section>.vc_col-sm-12>.vc_column-inner .vc_col-sm-6:last-child .vc_column-inner {
	padding-left: 5px;
}

.locations-section .wpb_gmaps_widget {
	margin-bottom: 10px;
}

.locations-section h4 {
	padding-left: 10px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}

.locations-section h5 {
	padding-left: 10px;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}

.aprende-row .wpb_single_image {
	margin-bottom: 0;
}

.aprende-row .vc_col-sm-6 .vc_row,
.aprende-row .vc_col-sm-12 .vc_row {
	padding: 20px 40px 30px;
}

.aprende-row .vc_col-sm-6 .vc_row h4,
.aprende-row .vc_col-sm-12 .vc_row h4 {
	margin-bottom: 0;
}

.aprende-row .vc_col-sm-6 .vc_btn3-container,
.aprende-row .vc_col-sm-12 .vc_btn3-container {
	margin-bottom: 0 !important;
}

.aprende-row>.vc_col-sm-6:nth-child(odd) .vc_btn3-container a,
.aprende-row>.vc_col-sm-12 .vc_btn3-container a {
	color: #D7282F !important;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 2px;
	background-image: none;
}

.aprende-row>.vc_col-sm-6:nth-child(even) .vc_btn3-container a {
	color: #FFC629 !important;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 2px;
	background-image: none;
}

.aprende-row>.vc_col-sm-6 .vc_btn3-container a:after,
.aprende-row>.vc_col-sm-12 .vc_btn3-container a:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 8px;
	padding-left: 7px;
}

.aprende-content {
	padding-top: 87px;
	max-width: 1150px;
}

.aprende-content h3 {
	color: #fff;
	margin-bottom: 24px;
	/* 	letter-spacing: -0.36px; */
	line-height: 50px;
}

.aprende-content p {
	color: #fff;
	margin-bottom: 20px;
	line-height: 24px;
}

.aprende-content .wpb_text_column {
	margin-bottom: 80px;
}

.locations-section {
	border-radius: 14px;
	margin: 0 20px !important box-shadow: 0px 20px 30px #34375133;
}

.locations-section .wpb_gmaps_widget .wpb_wrapper {
	border-radius: 14px;
}

.cta-support-section.aprende-cta {
	margin-top: -120px;
}

.cta-support-section.aprende-cta .white-btn {
	text-align: right;
}

/* Support Group */
.what-support-section {
	padding-top: 100px;
	padding-bottom: 260px;
}

.what-support-section:before {
	content: "";
	background-color: #0071CE;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.what-support-section h3 {
	color: #fff;
	margin-bottom: 24px;
	letter-spacing: -0.36px;
}

.what-support-section p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}

.what-support-section .ult-video {
	margin: 0;
	box-shadow: 0px 15px 40px #34375121;
}

.what-support-section .ult-video .ultv-video__outer-wrap {
	border-radius: 14px;
}

.aprende-two-section::before {
	content: unset !IMPORTANT;
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child {
	margin-top: -90px;
	height: 510px
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child {
	height: 420px;
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child {
	height: 420px;
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child .vc_column-inner,
.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child .vc_column-inner {
	height: 100%;
}

.aprende-section.aprende-two-section {
	padding-bottom: 110px;
}

.aprende-section.aprende-two-section .aprende-row:first-child .vc_col-sm-6:first-child a {
	color: #0071CE !important;
}

.aprende-section.aprende-two-section .aprende-row:first-child .vc_col-sm-6:last-child a {
	color: #8F398B !important;
}

.aprende-section.aprende-two-section .aprende-row:last-child .vc_col-sm-6:first-child a {
	color: #e6869f !important;
}

.aprende-section.aprende-two-section .aprende-row:last-child .vc_col-sm-6:last-child a {
	color: #4BC592 !important;
}

.aprende-section.aprende-two-section .aprende-row>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #3f81cf;
}

.aprende-section.aprende-two-section .aprende-row>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #7f3f98;
}

.aprende-section.aprende-two-section .aprende-row:last-child>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #e6869f;
}

.aprende-section.aprende-two-section .aprende-row:last-child>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #297764;
}

.aprende-section.aprende-two-section .aprende-row .vc_col-sm-6 .vc_column-inner:hover a {
	color: #ffffff !important;
}



/* Adoption Work */
.what-adoption-section:before {
	z-index: -1;
	content: "";
	background-color: #ff9e1a;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

html[lang="en-US"] .page-id-328 .what-adoption-section:before,
html[lang="es-ES"] .page-id-6805 .what-adoption-section:before {
	background-color: #3f81cf;
}

.what-adoption-section {
	padding-top: 90px;
	padding-bottom: 342px;
}

.what-adoption-section h3 {
	color: #fff;
	letter-spacing: -0.36px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.what-adoption-section p {
	color: #fff;
	line-height: 24px;
}

.what-adoption-section .ult-video {
	border-radius: 14px;
}

.what-adoption-section .ult-video,
.what-kids-section .ult-video,
.expectant-section .ult-video {
	margin: 0;
	box-shadow: 0px 15px 40px #34375163;
}

.expectant-section .ult-video {
	border-radius: 14px;
}

.what-adoption-section .ult-video .ultv-video__outer-wrap,
.what-kids-section .ult-video .ultv-video__outer-wrap,
.expectant-section .ult-video .ultv-video__outer-wrap {
	border-radius: 14px;
}

.white-blue a {
	color: #0066C7 !important;
	border-color: #fff !important;
}

.white-blue a:hover {
	background-color: transparent !important;
	color: #fff !important;
}

.cta-adoption-section {
	margin-top: -230px;
}

/* Kids Works */
.what-kids-section {
	padding-top: 100px;
	padding-bottom: 552px;
}

.what-kids-section:before {
	content: "";
	background-color: #7f3f98;
	width: 100%;
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.what-kids-section h3 {
	color: #fff;
	margin-bottom: 24px;
}

.what-kids-section p {
	color: #fff;
	margin-bottom: 20px;
}

.what-kids-section a {
	color: #8F398B !important;
}

section.vc_section.learn-kids-section:before {
	content: "";
	background: url(/wp-content/uploads/2022/03/shutterstock_1319345675-min.jpg);
	position: absolute;
	display: block !important;
	background-position: right;
	top: 0;
	bottom: 0;
	left: 0;
	width: 44%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}

.learn-more-row {
	background-color: #fff;
	box-shadow: 0px 0px 100px #34375159;
	z-index: 1;
}

.learn-kids-section .learn-more-row {
	margin-right: 15px !important;
}

.kids-content {
	padding: 80px 10px 30px 20px;
}

.kids-content h3.vc_custom_heading {
	margin-bottom: 20px;
}

.learn-kids-section {
	margin-top: -415px;
}

.how-child {
	margin-top: 99px;
	margin-bottom: 80px;
}

.how-child h3 {
	margin-bottom: 42px;
}

.kids-content p {
	margin-bottom: 22px;
}

body .how-child .red-btn {
	margin-bottom: 0 !important;
}

/* Pregnant */
.expectant-section {
	padding-top: 90px !important;
}

.exp-one {
	padding-bottom: 90px;
}

.expectant-section h3 {
	margin-bottom: 24px;
}

.expectant-section p {
	line-height: 24px;
	margin-bottom: 30px;
}

.expectant-section p a {
	color: #D7282F;
}

.pregnant-cta h2 {
	color: #FFC629;
	font-size: 40px;
	font-weight: 500 !important;
	padding-bottom: 0;
	margin-bottom: 0;
}

.pregnant-cta {
	padding-top: 71px !important;
	padding-bottom: 76px;
}

.pregnant-contact-section {
	padding-bottom: 227px;
	padding-top: 90px;
}

.pregnant-contact-section:before {
	content: "";
	background-color: #e6869f;
	width: 100%;
	display: block;
	position: absolute;
	top: 140px;
	bottom: 0;
	left: 0;
	-webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.pregnant-contact-section .become-mom-form {
	background-color: #fff;
	max-width: 1020px;
	margin: auto;
	padding: 56px 75px 67px;
	box-shadow: 0px 10px 40px #07080e2e;
	border-radius: 14px;
}

.pregnant-contact-section .become-mom-form h3 {
	margin-bottom: 20px;
}

.pregnant-contact-section .become-mom-form .wpb_text_column {
	margin-bottom: 40px;
}

.pregnant-contact-section .become-mom-form input.wpcf7-text {
	border-radius: 0;
	border: unset;
	border-bottom: 2px solid #54545459;
	padding: 10px 15px 10px 0;
	color: #545454;
	margin-bottom: 15px;
}

.pregnant-contact-section .become-mom-form textarea {
	border-radius: 0;
	border: unset;
	border-bottom: 2px solid #54545459;
	padding: 30px 15px 15px 0;
	color: #545454;
	height: 150px;
}

.pregnant-contact-section .become-mom-form input.wpcf7-text::placeholder,
.pregnant-contact-section .become-mom-form textarea::placeholder {
	color: #545454;
	font-family: 'Futura-Book';
	font-size: 16px;
}

.become-mom-form .submit-btn {
	text-align: right;
}

.become-mom-form .submit-btn .wpcf7-spinner {
	position: absolute;
}

.pink-btn {
	background-color: #e6869f;
	color: #fff;
	border-color: #e6869f;
	border-radius: 46px;
	padding: 12.5px 37px;
	margin-top: 10px;
}

.pink-btn.btn-primary:not(:disabled):not(.disabled).active:focus,
.pink-btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.pink-btn.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(214 128 177 / 0%);
}

.pink-btn.btn-primary:not(:disabled):not(.disabled).active,
.pink-btn.btn-primary:not(:disabled):not(.disabled):active,
.show>.pink-btn.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ca619d;
	border-color: #ca619d;
}

.pink-btn.btn-primary:hover {
	color: #fff;
	background-color: #ca619d;
	border-color: #ca619d;
}

.cta-support-section.pregnant-support-section {
	margin-top: -135px;
}

/*  Contact Page*/
.contact-form-sec .vc_col-sm-4:last-child .vc_column-inner {
	text-align: right;
}

.contact-form-sec .vc_col-sm-4:last-child .wpb_wrapper {
	text-align: left;
	display: inline-block;
}

/* becoming a mom */
.become-mom-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

/* Care Works */
.aprende-careworks-section .aprende-row:first-child .vc_col-sm-6:first-child a.vc_general {
	color: #FFC629 !important;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 10px;
}

.aprende-careworks-section .aprende-row:first-child .vc_col-sm-6:last-child a.vc_general {
	color: #1081A9 !IMPORTANT;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 10px;
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:nth-last-child(2) .vc_column-inner {
	height: 100%;
}

.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child .vc_column-inner {
	height: 100%;
}

.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:first-child .vc_column-inner {
	height: 100%;
}

.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:first-child {
	height: 480px;
}

.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:last-child {
	height: 375px;
}

.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:last-child .vc_column-inner {
	height: 100%;
}

.aprende-section.aprende-careworks-section .aprende-row:last-child .vc_col-sm-6:first-child a {
	color: #D7282F !important;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 10px;
}

.aprende-section.aprende-careworks-section .aprende-row:last-child .vc_col-sm-6:last-child a {
	color: #8F398B !important;
	font-family: 'Futura Md BT', sans-serif;
	position: relative;
	top: 10px;
}


.aprende-section.aprende-two-section.aprende-careworks-section .aprende-row>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #FFC629;
}

.aprende-section.aprende-two-section.aprende-careworks-section .aprende-row>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #1081a9;
}

.aprende-section.aprende-two-section.aprende-careworks-section .aprende-row:last-child>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #D7282F;
}

.aprende-section.aprende-two-section.aprende-careworks-section .aprende-row:last-child>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #7f3f98;
}

.aprende-section.aprende-two-section.aprende-careworks-section .aprende-row>.vc_col-sm-6 .vc_column-inner:hover a {
	color: #fff !important;
}

.what-careworks-section:before {
	content: "";
	background-color: #ff9e1a;
	width: 100%;
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 68%, 0% 100%);
}

.what-careworks-section {
	padding-top: 90px;
	padding-bottom: 155px;
}

.what-careworks-section h3 {
	color: #fff;
	margin-bottom: 24px;
}

.what-careworks-section p {
	color: #fff;
	margin-bottom: 20px;
}

.what-post-sec:before {
	content: none !important;
}

/* Divorce */
.divorce-section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.divorce-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

.divorce-section .purple-btn {
	margin-bottom: 0;
	margin-top: 15px;
}

.purple-btn a {
	background-color: #7f3f98 !important;
	background-image: unset !important;
	color: #fff !important;
	border-radius: 26px !important;
	padding: 16px 37px !important;
	font-size: 16px !important;
	border-color: #7f3f98 !important;
}

.purple-btn a:hover {
	color: #7f3f98 !IMPORTANT;
	background-color: transparent !important;
}

/* Grief */
.grief-section {
	padding-top: 93px;
	padding-bottom: 105px;
}

.grief-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

body .grief-section .red-btn {
	margin-bottom: 0 !important;
	margin-top: 10px;
}

.grief-section .vc_column-inner .wpb_text_column {
	padding-right: 20px;
}

.grief-support-section h3.vc_custom_heading,
.grief-support-section h4.vc_custom_heading {
	margin-bottom: 20px;
}

.grief-support-prog-section .ult-video .ultv-video__outer-wrap {
	padding-bottom: 56% !important;
	box-shadow: 0px 10px 40px #07080e2e;
}

body .grief-section.red-btn {
	margin-bottom: 0 !IMPORTANT;
}

.grief-section img {
	border-radius: 14px;
	box-shadow: 0px 20px 30px #07080e2e;
}

.grief-section p {
	margin-bottom: 20px;
}

/* breakway divorce */
.breakway-divorce-section {
	padding-bottom: 94px;
}

.breakway-divorce-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

.breakway-divorce-row-bottom ul li {
	font-size: 18px;
}

.breakway-divorce-row-bottom h6 {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.22px;
	margin-bottom: 20px;
}

.breakway-divorce-row-bottom p {
	margin-bottom: 18px;
}

.breakway-divorce-row-bottom ul {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
}

.breakway-divorce-row-bottom ul li::marker {
	color: #0071CE;
}

body .breakway-divorce-row-bottom .red-btn {
	margin-top: 15px !important;
	margin-right: 15px !important;
	margin-bottom: 0 !important;
}

body .breakway-divorce-row-bottom .red-btn.red-btn-inverse a {
	background-color: #fff !important;
	color: #000 !important;
}

/* Grief Support */
.grief-location {
	padding-bottom: 216px;
}

.grief-support-section {
	padding-top: 90px;
	padding-bottom: 60px;
}

.grief-location:before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	display: block;
	left: 0%;
	bottom: 0;
	top: 20px;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
	z-index: -1;
}

.grief-location .locations-section .vc_row.vc_column-gap-30>.vc_column_container {
	padding: 0 10px;
}

.grief-partner .wpb_text_column p {
	margin: 0 150px;
}

.grief-location .locations-section>.vc_col-sm-12>.vc_column-inner {
	padding: 45px 40px 40px 40px;
}

.grief-location .locations-section>.vc_col-sm-12>.vc_column-inner h5 {
	padding-left: 0;
	color: #1e1e1e;
	margin-bottom: 11px;
}

.grief-location .locations-section h4 {
	color: #1e1e1e;
	padding-left: 0;
	margin-bottom: 24px;
}

.grief-location .aprende-row>.vc_col-sm-6:first-child .vc_column-inner:hover {
	background: #297764;
}

.grief-location .aprende-row>.vc_col-sm-6:last-child .vc_column-inner:hover {
	background: #cc25b1;
}

.grief-location .aprende-row>.vc_col-sm-6 .vc_column-inner:hover .vc_btn3-container a {
	color: #fff !important
}

.grief-location .locations-section .white-btn a {
	color: #44B888 !important;
}


.grief-location .locations-section {
	margin-bottom: 75px;
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.grief-location .aprende-row .vc_column-inner {
	padding-top: 0 !IMPORTANT;
}

.grief-location .aprende-row {
	margin-bottom: 61px;
}

.grief-location .aprende-row>.vc_col-sm-6:first-child .vc_btn3-container a {
	color: #297764 !important;
}

.grief-location .aprende-row>.vc_col-sm-6:last-child .vc_btn3-container a {
	color: #8F398B !important;
}


.grief-partner h3 {
	color: #fff;
	text-align: center !important;
	line-height: 1.2;
	letter-spacing: -0.36px;
	margin-bottom: 12px;
}

.grief-partner h4 {
	color: #fff;
	text-align: center !important;
	margin-bottom: 24px;
}

.grief-partner .wpb_text_column {
	margin-bottom: 0;
}

.grief-partner p {
	color: #fff;
	text-align: center;
}

.cta-grief-section {
	margin-top: -128px;
}

/* Campus Sunrise */
.camp-btn {
	display: flex;
	justify-content: space-between;
}

.camp-btn .white-btn {
	margin-right: 15px;
}

.camp-btn .white-btn a {
	border: 1px solid #D7282F;
	color: #1e1e1e !important;
	padding: 15px 30px !important;
}

.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper {
	display: flex;
	justify-content: space-between;
}

.camp-sunrise-section .vc_col-sm-8 .vc_column-inner {
	padding-right: 120px;
}

.camp-sunrise-section .vc_col-sm-4 .vc_column-inner {
	padding: 0;
	padding-right: 15px;
}

.camp-sunrise-section {
	padding-top: 80px;
}

.camp-sunrise-section .wpb_single_image {
	margin-bottom: 22px;
}

.camp-sunrise-section p {
	margin-bottom: 20px;
}

.camp-sunrise-section .vc_col-sm-8 .wpb_text_column {
	margin-bottom: 33px;
}

.camp-sunrise-section h4 {
	margin-bottom: 16px;
	letter-spacing: -0.28px;
}

.camp-sunrise-section h6 {
	font-size: 24px;
	letter-spacing: -0.28px;
	margin-bottom: 11px;
}

.camp-sunrise-section .sun-left p {
	margin-bottom: 40px;
}

.sun-left .red-btn a {
	background: #ff9e1a !important;
}

.grief-support-prog-section:before {
	content: "";
	background-color: #cc25b1;
	width: 100%;
	bottom: 0;
	display: block;
	position: absolute;
	top: -120px;
	left: 0;
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}

.grief-support-prog-section {
	padding-top: 80px;
	padding-bottom: 250px;
	overflow: visible !important;
}

.grief-support-prog-section p {
	text-align: center;
	color: #fff;
}

.grief-support-prog-section .ult-video {
	max-width: 1020px;
	margin: auto !important;
}

.cta-camp-section {
	margin-top: -130px;
}

/*  */
.what-grief-work-section {
	padding-top: 90px;
}

.what-grief-work-section ol {
	padding-left: 20px;
}

.what-grief-work-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

.grief-works-location-section:before {
	content: "";
	background-color: #297764;
	width: 100%;
	height: 680px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}

.grief-works-location-section .ult-video .ultv-video__outer-wrap {
	padding-bottom: 56% !important;
}

.grief-works-location-section {
	padding-top: 237px;
}

.grief-works-location-section .vc_row:first-child h4 {
	color: #fff;
	margin-bottom: 14px;
}

.grief-works-location-section .vc_col-sm-9 p {
	color: #fff;
}

.grief-works-location-section .vc_col-sm-3 a {
	color: #44B888 !important;
}

.grief-works-location-section .ult-video {
	max-width: 1020px;
	margin: auto !important;
}

.grief-works-location-section h3 {
	margin-top: 46px;
	margin-bottom: 22px;
}

.grief-works-location-section h4 {
	color: #1e1e1e;
	margin-bottom: 24px;
}

.column-count {
	column-count: 2;
}

.what-grief-work-section .vc_row:first-child .wpb_text_column {
	margin-bottom: 0;
}

.what-grief-work-section .vc_row:first-child {
	margin-bottom: 80px;
}

.what-grief-work-section .ult-video {
	box-shadow: 0px 15px 40px #34375142;
}

.grief-works-location-section .grief-ser .wpb_text_column {
	margin-bottom: 80px;
}

.blue-cta {
	padding-top: 75px !important;
	padding-bottom: 75px;
}

.blue-cta h2 {
	font-size: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 50px;
	color: #FFC629;
	font-weight: 500 !important;
}

.my-family-learn-section {
	padding-top: 90px !important;
	padding-bottom: 46px;
}

.my-family-learn-section .vc_row:first-child {
	margin-bottom: 16px;
}

.my-family-learn-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

.my-family-learn-section h6,
.facilitator-section h6 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.24px;
	margin-bottom: 24px;
}

.griefworks-my-learn.my-family-learn-section {
	padding-bottom: 200px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.facilitator-section {
	padding-top: 86px !important;
	padding-bottom: 2px;
}

.facilitator-section ul {
	padding-left: 20px;
}

.facilitator-section li {
	padding-bottom: 20px;
	font-size: 18px;
}

.facilitator-section h3.vc_custom_heading {
	margin-bottom: 20px;
}

.facilitator-section .column-count {
	column-count: 2;
	margin-bottom: 60px;
}

.facilitator-section li::marker {
	color: #0071CE;
}

/* Breakway */
.about-breakway-section {
	padding-top: 90px;
	padding-bottom: 30px;
}

.about-breakway-section p {
	padding-right: 30px;
}

.about-breakway-section .ult-video {
	box-shadow: 0px 15px 40px #34375147;
}

.programs-secrion .vc_col-sm-3 .vc_column-inner {
	border: 1px solid #0071CE;
	border-radius: 14px;
	padding: 30px;
	background-color: #fff;
	height: 100%;
}

:is(.page-id-8420, .page-id-8480, .page-id-8551) .programs-secrion .aprende-row .vc_col-sm-3 .vc_column-inner {
	background: none;
	border: none;
}

.programs-secrion .vc_col-sm-3 .vc_column-inner .wpb_text_column {
	margin-bottom: 0;
}

.programs-secrion .vc_col-sm-3 .vc_column-inner .wpb_text_column p {
	letter-spacing: -0.18px;
}

/* .programs-secrion .vc_col-sm-3 .vc_column-inner .wpb_text_column p:first-child {
min-height: 145px;
} */
.programs-secrion .vc_col-sm-3 .vc_column-inner .wpb_text_column p:last-child {
	font-family: 'Suisse Int\'l';
	font-weight: 400;
	font-style: normal;
}

.programs-secrion:before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	height: 78%;
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

.programs-secrion .programs-row {
	padding-top: 62px;
}

.programs-secrion .programs-row h4 {
	color: #fff;
	margin-bottom: 14px;
}

.programs-secrion .programs-row p {
	color: #fff;
}

.programs-secrion .programs-row .wpb_text_column {
	margin-bottom: 25px;
}

.programs-secrion .aprende-row {
	padding-bottom: 68px;
}

.aprende-row>.vc_col-sm-6:first-child .breakgrief-a a {
	color: #61BF5D !important;
	font-family: 'Futura Md BT', sans-serif;
}

.aprende-row>.vc_col-sm-6:last-child .vc_btn3-container.breakdivorce-a a {
	color: #ED6F33 !important;
	font-family: 'Futura Md BT', sans-serif;
}

.aprende-section.aprende-two-section .vc_col-sm-6 {
	padding-top: 0;
	padding-bottom: 30px;
}

.faqs-section .vc_row {
	max-width: 840px;
	margin: auto;
}

.faqs-section h3 {
	margin-bottom: 24px;
}

.faqs-section .vc_tta-panel-heading {
	background-color: transparent !important;
	border: 1px solid #0071CE !important;
	margin-bottom: 15px !IMPORTANT;
	border-radius: 60px !IMPORTANT;
}

.faqs-section .vc_tta-panel-heading h4 {
	font-size: 20px;
	font-weight: 500;
}

.faqs-section .vc_tta-panel-heading h4 a {
	color: #1e1e1e !important;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	padding: 18px 25px 18px !IMPORTANT;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.faqs-section {
	overflow: hidden;
	min-height: 600px;
}

.faqs-section .vc_tta-panel-heading h4 a i.vc_tta-controls-icon {
	display: none;
}

.faqs-section .vc_tta-panel-heading .fa-caret-down {
	float: right;
	font-size: 15px !important;
	color: #0066C7;
}

.faqs-section .vc_tta-panel-body {
	background-color: unset !IMPORTANT;
	border: unset !IMPORTANT;
	padding: 0 0px 0 30px !important;
}

.faqs-section .vc_tta.vc_general .vc_tta-panel.vc_active {
	padding-bottom: 40px;
}

.faqs-section .vc_tta-panel-body p {
	color: #1e1e1e;
}

.faqs-section .vc_tta-panel.vc_active .fa-caret-down {
	transform: rotate(180deg);
}

.section-cont {
	padding-top: 92px;
	padding-bottom: 220px;
}

.section-cont::before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	display: block;
	position: absolute;
	top: 200px;
	left: 0;
	bottom: 0;
	-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.section-cont .vc_row {
	background-color: #fff;
	max-width: 1020px;
	margin: auto !important;
	box-shadow: 0px 0px 30px #07080e1f;
	border-radius: 14px;
	padding: 56px 55px 63px;
}

.section-cont .vc_row h3 {
	margin-bottom: 24px;
}

.section-cont .vc_row .wpb_text_column {
	margin-bottom: 25px;
}

.section-cont .vc_row input.wpcf7-text {
	padding: 10px 15px 10px 0px;
	border: unset;
	border-bottom: 2px solid #5454545e !important;
	border-radius: 0;
	margin-bottom: 10px;
}

.section-cont .vc_row input.wpcf7-text::placeholder,
.section-cont .vc_row textarea.wpcf7-textarea::placeholder {
	font-family: 'Futura-Book';
	font-size: 16px;
}

.section-cont .vc_row textarea.wpcf7-textarea {
	padding: 30px 15px 15px 0;
	border: unset;
	border-bottom: 2px solid #5454545e;
	height: 174px;
	border-radius: 0;
}

.cta-buy-section {
	margin-top: -130px;
}

.cta-buy-section .vc_row {
	border-radius: 14px;
	box-shadow: 0px 20px 30px #07080e2e;
}

.cta-buy-section h2 {
	color: #1e1e1e;
}

.cta-buy-section .white-btn a.vc_general {
	color: #4BC592 !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.cta-buy-section .white-btn a.vc_general:hover {
	color: #4BC592 !important;
}

.reccuring-cta {
	background-color: #fff;
	border: 1px solid #D7282F;
	float: right;
	position: relative;
	line-height: 1;
	top: 0;
	background-image: unset;
	border-radius: 40px;
	padding: 16px 37px;
	font-size: 16px;
	border-color: #D7282F;
	transition: all .3s;
}

.reccuring-cta a {
	color: #1E1E1E;
	font-family: 'Futura Md BT', sans-serif;
}

.reccuring-cta a:hover {
	text-decoration: none;
}

.reccuring-cta:hover {
	background: #d7282f;
}

.reccuring-cta:hover a {
	color: #fff;
}

/* Just Family */
.what-just-section {
	padding-top: 90px;
}

.what-just-section h3 {
	margin-bottom: 24px;
}

.what-just-section .wpb_text_column {
	margin-bottom: 40px;
}

.just-family-section {
	overflow: visible !important;
	padding-top: 190px;
	padding-bottom: 210px;
}

.just-family-section .vc_row.wpb_row.vc_row-fluid.just-fam-top {
	margin: 0 15px;
}

.just-family-section:before {
	content: "";
	background-color: #1081A9;
	width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
}

.just-family-section h3 {
	text-align: center !important;
	color: #fff;
	margin-bottom: 24px;
}

.just-family-section>.vc_row p {
	color: #fff;
	text-align: center;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 .vc_column-inner {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0px 15px 40px #34375121;
	padding: 50px;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 .vc_column-inner .wpb_text_column {
	margin-bottom: 0;
}

.just-family-section .vc_inner.vc_row-fluid p {
	color: #1e1e1e;
	text-align: left;
}

.just-family-section h6 {
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 30px;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 .vc_column-inner p {
	margin-bottom: 16px;
}

.column-count-3 ul {
	column-count: 3;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 ul {
	margin-top: 20px;
	padding-left: 20px;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 ul li {
	font-size: 18px;
}

.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 ul li::marker {
	color: #1081A9;
}

.just-family-2 .vc_col-sm-6:first-child {
	margin-top: -120px;
}

/* .just-family-3 .vc_col-sm-6:last-child {
margin-top: -35px;
} */

.just-family-4 .vc_col-sm-6:last-child {
	margin-top: -25px;
}

.cta-just-section {
	margin-top: -130px;
}


.white-btn a {
	font-weight: 600;
}

.feature-content a {
	color: #FF4849;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	text-decoration: none;
	font-family: 'Futura Md BT', sans-serif;
}

.feature-content+a {
	padding-top: 30px;
}

.blog-row .vc_col-sm-6 {
	padding-top: 70px !important;
}

/* Buy Now */
.buy-now-section .vc_col-sm-12 .wpb_wrapper {
	background-color: #fff;
	max-width: 1020px;
	margin: auto;
	border-radius: 14px;
	box-shadow: 0px 10px 40px #07080e2e;
	padding: 46px 74px 40px;
	margin-top: 93px;
}

.buy-now-section:before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	bottom: 0;
	display: block;
	position: absolute;
	top: 150px;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

.gfield_price {
	min-width: 100% !important;
}


.gfield_price .ginput_container_checkbox .gfield_checkbox {
	display: flex;
}

.gfield_price .ginput_container_checkbox .gfield_checkbox .gchoice {
	width: 50%;
}

.gfield_price .ginput_container_checkbox .gfield_checkbox .gchoice .ginput_price {
	display: none;
}

.buy-now-section h2 {
	font-size: 36px;
	padding-bottom: 0;
	margin-bottom: 31px;
}

.checkbox-inner label {
	font-family: 'Futura-Book';
	font-weight: 400 !important;
}

.buy-now-section legend.gfield_label {
	font-family: 'Futura-Book';
	font-weight: 400 !important;
	line-height: 25px;
	margin-bottom: 21px !important;
}

.buy-now-section legend.gfield_label {
	font-family: 'Futura-Book';
	font-weight: 400 !important;
	line-height: 25px;
	margin-bottom: 21px !important;
}

.buy-now-section .ginput_container.ginput_container_checkbox {
	margin-bottom: 10px;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_1,
.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_2 {
	width: 50%;
	display: inline-block;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input {
	width: 18px;
	height: 18px;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label {
	font-family: 'Futura-Book';
	margin-left: 2px;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	background: #fff !important;
}

.buy-now-section h3.gsection_title {
	font-size: 18px !important;
	line-height: 24px;
	margin-bottom: 0;
}

.buy-now-section label.gfield_label.gfield_label_before_complex,
.buy-now-section #field_1_25 .gfield_label_before_complex,
.buy-now-section #field_2_27 .gfield_label_before_complex,
.buy-now-section #field_3_27 .gfield_label_before_complex,
.buy-now-section #field_4_25 .gfield_label_before_complex,
.buy-now-section #field_7_27 .gfield_label_before_complex,
.buy-now-section #field_8_27 .gfield_label_before_complex,
.buy-now-section #field_9_25 .gfield_label_before_complex,
.buy-now-section #field_10_25 .gfield_label_before_complex,
.description_below #field_11_25 .gfield_label_before_complex,
.description_below #field_12_25 .gfield_label_before_complex,
.description_below #field_13_25 .gfield_label_before_complex,
.description_below #field_14_25 .gfield_label_before_complex {
	font-size: 18px !important;
	font-family: 'Suisse Int\'l' !important;
	font-weight: 600 !important;
	margin-bottom: 6px !important;
	display: contents;
}

.buy-now-section .gform_wrapper.gravity-theme .gsection {
	border-bottom: 0;
	padding-bottom: 0;
}

.buy-now-section label.gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label,
.buy-now-section #input_1_25_2_cardinfo_left legend,
.buy-now-section #input_9_25_2_cardinfo_left legend,
.buy-now-section #input_10_25_2_cardinfo_left legend,
.buy-now-section #input_2_27_2_cardinfo_left legend,
.buy-now-section #input_4_25_2_cardinfo_left legend,
.buy-now-section #input_3_27_2_cardinfo_left legend,
.buy-now-section #input_7_27_2_cardinfo_left legend {
	font-size: 18px !IMPORTANT;
	font-family: 'Suisse Int\'l' !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}

.buy-now-section input[type="text"],
.buy-now-section input[type="email"],
.buy-now-section input[type="tel"],
.buy-now-section select,
.buy-now-section input[type="number"] {
	border: 0;
	border-bottom: 1px solid #9596a4a3;
	padding: 15px !important;
	padding-left: 0 !IMPORTANT;
	padding-top: 0 !important;
	font-size: 16px !important;
	font-family: 'Futura-Book';
	color: #545454;
}

.buy-now-section .gfield_price {
	display: inline-flex;
	border: 1px solid #343751;
	align-items: center;
	border-radius: 36px;
	max-width: 200px !important;
	min-width: auto !important;
}

#field_1_23 {
	min-width: 100% !important;
}

#field_4_23 {
	min-width: 100% !important;
}

fieldset#field_1_23 {
	min-width: 100% !important;
}

.buy-now-section .inner-box3 .gfield_price {
	min-width: auto !important;
}

.buy-now-section .gfield_price .ginput_container.ginput_container_total {
	padding: 14px 20px;
}

.buy-now-section .gfield_price .ginput_container.ginput_container_total input {
	padding: 0;
	display: inline-block !IMPORTANT;
	color: #1E1E1E !important;
	font-family: 'Futura-Book';
	font-size: 16px !important;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.buy-now-section #gform_submit_button_1,
.buy-now-section #gform_submit_button_2,
.buy-now-section #gform_submit_button_3,
.buy-now-section #gform_submit_button_4,
.buy-now-section #gform_submit_button_7,
.buy-now-section #gform_submit_button_8,
.buy-now-section #gform_submit_button_9,
.buy-now-section #gform_submit_button_10,
.buy-now-section #gform_submit_button_11,
.buy-now-section #gform_submit_button_12,
.buy-now-section #gform_submit_button_13,
.buy-now-section #gform_submit_button_14 {
	background-color: #D7282F !important;
	border: 0;
	position: relative;
	top: 0;
	background-image: unset !important;
	color: #fff !important;
	border-radius: 40px !important;
	padding: 16px 37px !important;
	font-size: 16px !important;
	border-color: #D7282F !important;
	transition: all .3s;

}

.buy-now-section #gform_submit_button_3,
.buy-now-section #gform_submit_button_7,
.buy-now-section #gform_submit_button_8 {
	float: right;
}

.buy-now-section #gform_submit_button_1:hover,
.buy-now-section #gform_submit_button_2:hover,
.buy-now-section #gform_submit_button_8:hover {
	top: -6px;
	box-shadow: 0px 5px 10px rgb(52 55 81 / .2);
}

.buy-now-section .gform_wrapper .gfield_required {
	display: none;
}

.buy-now-section div#input_2_24,
.buy-now-section div#input_3_24,
.buy-now-section div#input_8_24,
.buy-now-section div#input_3_33,
.buy-now-section div#input_7_33,
.buy-now-section div#input_7_24,
.buy-now-section div#input_2_32,
.buy-now-section div#input_8_34 {
	display: flex;
}

.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_0,
.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_1,
.buy-now-section div#input_3_24 .gchoice.gchoice_3_24_0,
.buy-now-section div#input_3_24 .gchoice.gchoice_3_24_1,
.buy-now-section div#input_8_24 .gchoice.gchoice_8_24_0,
.buy-now-section div#input_8_24 .gchoice.gchoice_8_24_1,
.buy-now-section div#input_2_32 .gchoice.gchoice_2_32_0,
.buy-now-section div#input_2_32 .gchoice.gchoice_2_32_1,
.buy-now-section div#input_8_34 .gchoice.gchoice_8_34_0,
.buy-now-section div#input_8_34 .gchoice.gchoice_8_34_1,
.buy-now-section div#input_7_33 .gchoice.gchoice_7_33_0,
.buy-now-section div#input_7_33 .gchoice.gchoice_7_33_1,
.buy-now-section div#input_7_24 .gchoice.gchoice_7_24_0,
.buy-now-section div#input_7_24 .gchoice.gchoice_7_24_1,
.buy-now-section div#input_3_33 .gchoice.gchoice_3_33_0,
.buy-now-section div#input_3_33 .gchoice.gchoice_3_33_1 {
	width: 20%;
}

.buy-now-section div#input_2_24 input,
.buy-now-section div#input_8_24 input {
	width: 18px;
	height: 18px;

}

.buy-now-section #field_submit {
	display: inline-block !important;
	margin-left: 10px;
}

.buy-now-section #field_2_24 .gfield_label,
.buy-now-section #field_8_24 .gfield_label {
	margin-bottom: 11px !important;
}

.page-id-1937 .buy-now-section .gfield_price,
.page-id-6824 .buy-now-section .gfield_price,
.page-id-6824 .buy-now-section .gfield_price,
.page-id-6824 .buy-now-section .gfield_price {
	display: inline-flex;
	border: 1px solid #343751;
	border-radius: 36px;
	grid-column: span 4 !important;
}

.page-id-1937 .buy-now-section .gfield_price .ginput_container.ginput_container_total,
.page-id-6824 .buy-now-section .gfield_price .ginput_container.ginput_container_total {
	width: 110px;
	padding: 14px 0px 14px 15px;
}

.page-id-1937 .buy-now-section #field_7_22 .gfield_label,
.page-id-1937 .buy-now-section #field_3_22 .gfield_label,
.page-id-6824 .buy-now-section #field_2_22 .gfield_label,
.page-id-6824 .buy-now-section #field_8_22 .gfield_label {
	font-weight: 600 !important;
}

.buy-now-section .ginput_container_select select,
.ginput_card_field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.buy-now-section .ginput_container_select,
.buy-now-section .ginput_card_expiration_month_container,
.buy-now-section .ginput_card_expiration_year_container {
	position: relative;
}

.buy-now-section .ginput_container_select:after,
.buy-now-section .ginput_card_expiration_month_container:after,
.buy-now-section .ginput_card_expiration_year_container:after {
	content: "" !IMPORTANT;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0066C7;
	margin-left: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.buy-now-section .inner-box,
.buy-now-section .inner-box2 {
	grid-column: span 12;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 2%;
	-ms-grid-columns: (1fr 2%)[12];
	grid-row-gap: 16px;
	-ms-grid-columns: (1fr)[12];
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	width: 100%;
	border: 1px solid #343751;
	padding: 20px 26px 35px;
	border-radius: 10px;
}

.buy-now-section .inner-box3 {
	grid-column: span 12;
	text-align: right;
	margin-top: 20px;
}

.buy-now-section .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 20px;
}

.page-id-1937 .buy-now-section .gfield_price_7_25,
.page-id-1937 .buy-now-section .gfield_price_2_25,
.page-id-6824 .buy-now-section .gfield_price_2_25,
.page-id-1937 .buy-now-section .gfield_price_3_25,
.page-id-6824 .buy-now-section .gfield_price_3_25,
.page-id-6824 .buy-now-section .gfield_price_8_25 {
	display: block;
	max-width: 100% !important;
	min-width: 100% !important;
	grid-column: span 12 !important;
	border: unset;
}

body.page-id-1937 .buy-now-section .gfield_price_7_25 .gfield_label,
body.page-id-1937 .buy-now-section .gfield_price_2_25 .gfield_label,
body.page-id-6824 .buy-now-section .gfield_price_2_25 .gfield_label,
{
width: unset !important;
background-color: unset !important;
padding: 0 !important;
font-family: 'Suisse Int\'l' !important;
}

.description_below #field_1_10,
.description_below #field_2_10,
.description_below #field_1_25,
.description_below #field_2_27,
.description_below #field_3_27,
.description_below #field_4_25,
.description_below #field_7_27,
.description_below #field_8_27,
.description_below #field_9_25,
.description_below #field_10_25,
.description_below #field_11_25,
.description_below #field_12_25,
.description_below #field_13_25,
.description_below #field_14_25 {
	border: 1px solid #343751;
	padding: 20px 26px 35px;
	border-radius: 10px;
}

.description_below .gform_card_icon_container {
	display: none !important;
}

.page-id-6824 .buy-now-section .gfield_price {
	max-width: 270px !important;
}

.page-id-1937 .buy-now-section .gfield_price {
	max-width: 270px !important;
}

.buy-now-section .gfield_price label.gfield_label {
	padding: 12px 25px !important;
	font-size: 16px !important;
	font-family: 'Futura Md BT' !important;
	align-items: center;
	font-weight: 500 !important;
	line-height: 1.8;
	background-color: #EDEEF6 !important;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}

.page-id-1937 .buy-now-section .inner-box3,
.page-id-6824 .buy-now-section .inner-box3 {
	text-align: left;
}

body.page-id-1937 .buy-now-section .gfield_price_7_25 .gfield_label,
body.page-id-1937 .buy-now-section .gfield_price_3_25 .gfield_label,
body.page-id-6824 .buy-now-section .gfield_price_8_25 .gfield_label {
	width: unset !important;
	padding: 0 !important;
	font-family: 'Suisse Int\'l' !important;
	background-color: unset !important;
}

.buy-now-section .inner-box .inb,
.buy-now-section .inner-box2 .inb,
.buy-now-section .inner-box3 .inb {
	display: none;
}

.buy-now-section .gform_wrapper.gravity-theme input[type=number] {
	line-height: 1.4;
}

.description_below legend.gfield_label {
	font-size: 18px !important;
}

.buy-now-section input[type=number]::-webkit-inner-spin-button,
.buy-now-section input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid #B4B4B4;

	border-radius: 3px;
	box-shadow: 0px 2px 2px #00000014;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label:after {
	position: absolute;
	top: 2px;
	left: 0px;
	text-align: center;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	height: 100%;
	width: 100%
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"]:checked+label:before {}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gfield-choice-input[type="checkbox"]:checked+label:after {
	content: "\f00c";
	font-size: 12px;
	color: #55A428;
	font-family: 'FontAwesome';
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox label {
	padding-left: 26px;
}

.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
	position: relative;
	display: flex;
}

.page-id-6824 .buy-now-section .gfield_price label.gfield_label {
	width: 140px;
	padding: 12px 15px !important;
}

#field_2_25 label.gfield_label,
#field_8_25 label.gfield_label {
	width: auto;
	padding: 0 !important;
	background: unset !important;
	font-weight: 600 !important;
}

#gform_wrapper_2 .gform_title,
#gform_wrapper_8 .gform_title {
	display: none;
}

/* Ministry Resource */
.row-tabs .ult_tabitemname:last-child {
	overflow: visible;
}

.brochure-res {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0px 15px 20px #34375121;
	padding: 20px 30px;
	margin-bottom: 30px;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid transparent;
	transition: all .3s
}

.brochure-res:hover {
	border-color: #D7282F;
}

.resources-brochure:before {
	content: "";
	bottom: -50px;
	background-color: #0066C7;
	display: block;
	position: absolute;
	left: -330px;
	right: -300px;
	top: -220px;
	z-index: -1;
}

.brochure-res .brochure-title {
	display: flex;
}

.brochure-res .brochure-title img {
	min-width: 35px;
}

.brochure-res .brochure-title .bro-con {
	margin-left: 21px;
	padding-right: 10px;
}

.brochure-res .brochure-button {
	text-align: right;
}

.brochure-res .brochure-button a {
	color: #0071CE;
}

.brochure-res:hover .brochure-button a {
	color: #D7282F;
}

.brochure-res .brochure-button i {
	padding-right: 8px;
}

.brochure-res .brochure-title .bro-con h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
}

.brochure-res .brochure-title .bro-con p {
	margin-bottom: 13px;
	font-family: 'Suisse Int\'l';
	font-weight: 400;
	line-height: 24px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.brochure-res:hover .brochure-title .bro-con h2,
.brochure-res:hover .brochure-title .bro-con p {
	color: #0071CE;
}

.minis-cont p {
	color: #fff;
	font-style: italic;
}

.other-res-vid.ult-video {
	max-width: 810px;
	margin: auto;
	margin-bottom: 40px;
}


.resources-section .ult-span-text {
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.4;
}


/* Blog Page */
body.blog .breadcrumbs,
body.category .breadcrumbs,
body.tag .breadcrumbs,
body.search .breadcrumbs {
	margin-bottom: 90px;
}

.blog #content {
	padding-bottom: 90px;
}

.navigation li .page {
	border: unset !important;
	background: unset;
	color: #1e1e1e;
	font-weight: 700;
}

.navigation li .page.current {
	border: 1px solid #D7282F !IMPORTANT;
	border-radius: 50%;
	padding: 9px 14px 9px 14px;
}

.navigation li .page:hover {
	background: unset;
	color: #1e1e1e;
}

.navigation .next,
.navigation .prev {
	background: unset;
	border: unset;
	font-size: 0;
}

.navigation .next:after {
	content: "\f054";
	font-size: 12px;
	color: #1e1e1e;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.navigation .prev:after {
	content: "\f053";
	font-size: 12px;
	color: #1e1e1e;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.navigation .next:hover,
.navigation .prev:hover {
	background: unset;
	color: unset;
}

.vc_btn3.vc_btn3-size-md {
	font-size: 16px !important;
}

/* Blog Detail */

.single-post .breadcrumbs h1 {
	max-width: 75%;
	margin: auto;
}

.single-post #content {
	background-color: #F8F8F8;
	padding-top: 0;
	padding-bottom: 0;
}

#single-blog .row {
	max-width: 1230px;
	margin: auto;
	background-color: #fff;
	padding-top: 90px;
	padding-bottom: 55px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	font-size: 0;
}

.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
	font-size: 30px;
}

#single-blog .single-detail {
	max-width: 810px;
	margin: auto;
}

#single-blog .single-detail .single-thumb {
	margin-bottom: 15px;
}

#single-blog .single-detail .single-thumb img {
	width: 100%;
	border-radius: 14px;
}

#single-blog .single-detail .single-title h4 {
	line-height: 38px;
	margin-bottom: 5px;
}

#single-blog .single-detail .date {
	color: #0066C7;
	font-family: 'Suisse Int\'l';
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 30px;
	letter-spacing: 0.36px;
}

#single-blog .single-detail .auth-cat {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#single-blog .single-detail .auth-cat .author {
	margin-bottom: 0;
	color: #1e1e1e;
	opacity: 70%;
	text-transform: capitalize;
}

#single-blog .single-detail .auth-cat .category {}

#single-blog .single-detail .auth-cat .category .post-categories {
	margin-bottom: 0;
	list-style: none;
	position: relative;
}

#single-blog .single-detail .auth-cat .category .post-categories:before {
	content: "";
	width: 1px;
	height: 15px;
	background-color: #1e1e1e8c;
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

#single-blog .single-detail .auth-cat .category .post-categories a {
	color: #1E1E1E;
	opacity: 70%;
}

.single-content p {
	margin-bottom: 60px;
}

.single-content p img {
	margin-bottom: -38px;
	border-radius: 14px;
}

.single-content {
	padding-bottom: 40px;
	border-bottom: 1px solid #1e1e1e3b;
	margin-bottom: 10px;
}

.tags-share {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	align-items: center;
}

.single-tags {
	display: flex;
	align-items: center;
}

.single-tags ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 0;
}

.single-tags span {
	margin-right: 10px;
	font-family: 'Suisse Int\'l';
	font-weight: 500;
}

.single-tags a {
	background-color: rgba(52, 55, 81, 0.06);
	font-size: 16px;
	color: #1e1e1e;
	margin-right: 5px;
	padding: 8.02px 23.3px;
	border-radius: 20px;
	text-transform: capitalize;
	pointer-events: none;
}

.single-tags ul li {
	background-color: rgba(52, 55, 81, 0.06);
	font-size: 16px;
	color: #1e1e1e;
	margin-right: 5px;
	padding: 8.02px 23.3px;
	border-radius: 20px;
}

.back-btn a {
	color: #1e1e1e;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-btn i {
	font-weight: 600;
	font-size: 8px;
	margin-right: 6px;
}

.share a {
	background-color: transparent !IMPORTANT;
	color: #0071CE !important;
	padding: 0 !important;
	margin: 0 !important;
}

.share a .at-label {
	font-size: 0px !important;
	font-family: 'Suisse Int\'l' !important;
	font-weight: 400 !important;
	padding-right: 0 !important;
}

.share a .at-label:after {
	content: "Share";
	font-size: 16px;
}

.share a .at-icon-wrapper:before {
	content: "";
	background-image: url(/wp-content/uploads/2022/04/Path-19913.svg);
	width: 14px;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}

.share a .at-icon-wrapper svg {
	display: none;
}

.share a .at-icon-wrapper {
	width: max-content !important;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	border: 0;
	font-size: 0;
	background: transparent;
	z-index: 1;
}

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

.slick-next.slick-arrow {
	right: -10px;
}

.slick-prev.slick-arrow {
	left: -10px;
}

.slick-next.slick-arrow:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2022/03/Group-83.svg);
	width: 37px;
	display: block;
	height: 37px;

}

.slick-prev.slick-arrow:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2022/03/Group-82.svg);
	width: 37px;
	display: block;
	height: 37px;
}

.wpb-posts-nav {
	display: flex;
	justify-content: space-between;
}

.wpb-posts-nav .wpb-posts-nav__thumbnail img {
	border-radius: 14px;
	width: 230px;
	height: 140px;
	object-fit: cover;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wpb-posts-nav strong {
	color: #1e1e1e;
	font-family: 'Futura-Book';
	display: flex;
	align-items: center;
}

.post-navigation {
	width: 40%;
	margin-bottom: 70px;
}

.post-navigation .nav-title {
	font-size: 18px;
}

.wpb-posts-nav .wpb-posts-nav__thumbnail.wpb-posts-nav__next img {
	float: right;
}

.post-navigation .nav-thumb.next strong {
	justify-content: flex-end;
}

.wpb-posts-nav .wpb-posts-nav__thumbnail.wpb-posts-nav__next .nav-title {
	text-align: right;
}

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

/* maintanance */
.page-id-2091 .main-header,
.page-id-2091 .breadcrumbs,
.page-id-2091 #footer-widget,
.page-id-2091 #colophon {
	display: none;
}

.cat-search {
	position: relative;
}

.search-cat {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 23%;
}

body .search-cat #ajaxsearchpro1_1 input.orig {
	font-family: 'Futura Book';
}

.search-cat #ajaxsearchpro1_1 .probox {
	height: 50px;
}

.probox .promagnifier {
	height: 45px !important;
	background: unset !important;
}

.search-cat #ajaxsearchpro1_1 .probox .promagnifier .innericon {
	height: 50px;
}

.probox .promagnifier .innericon svg {
	fill: #0066C7 !important;
}

.search-cat .probox .proinput {
	margin-left: 20px !important;
}

.cat-search .category-list {
	width: 75%;
}

.search-cat form.search-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-cat form.search-form .form-control {
	background-color: transparent;
	border: 0;
	padding: 12px 0px 12px 20px;
}

.search-cat form.search-form label {
	margin-bottom: 0;
}

.search-cat form.search-form .search-submit {
	background: transparent;
	color: #0066C7;
	font-size: 18px;
	padding-right: 20px;
}

.thank-you-section h1 {
	text-shadow: 0px 15px 15px #1a2265;
	line-height: 0.3 !important;
}

.kids-content .wpb_wrapper p:last-child {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-event .events .row.portfolio-container {
	height: auto !important;
}

.page-id-7880 header#masthead,
.page-id-7880 .main-header.scrolling_up #masthead,
.page-id-7880 footer#colophon,
.page-id-7880 div#footer-widget,
.page-id-7880 .breadcrumbs,
.page-id-7880 .main-header.fixed #masthead,
.page-id-7880 .top-bar {
	display: none !important;
}

.aprende-row .vc_single_image-wrapper img {
	border-radius: 29px 29px 0 0;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media (min-width: 1600px) {
	.cta-section.blog-section .vc_row-fluid:first-child .vc_column-inner {
		padding: 0;
	}
}

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

@media only screen and (max-width: 1599px) {
	header#masthead {
		padding: 0 20px 1rem 20px;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		padding: 6px;
		font-size: 16px;
	}

	div#main-nav {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1399px) {
	.tparrows.ares {
		top: auto !important;
		bottom: 110px !important;
	}

	#rev_slider_1_1_wrapper .ares.tp-bullets {
		left: 50% !important;
		top: auto !important;
		bottom: 170px;
		transform: translate(0, 0) !important;
	}

	#menu-languages {
		padding-left: 15px;
		padding-right: 15px;
	}

	header#masthead {
		padding: 0 15px 0rem 15px;
	}

	body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
		font-size: 16px;
	}

	.green-btn {
		font-size: 16px;
		padding: 15px 30px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	header#masthead .navbar-brand img {
		width: 250px;
	}
}

@media only screen and (max-width: 1280px) {
	.blog-section .aio-icon-component {
		padding: 60px 40px;
	}

	html {
		font-size: 95%;
	}
}

@media (min-width: 1200px) {

	.footer-2,
	.footer-3,
	.footer-8 {
		padding-right: 100px;
	}
}

@media (min-width:992px) and (max-width: 1199px) {
	.program-section h4 {
		margin-bottom: 6px;
		font-size: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.topbar-content {
		text-align: center;
		padding: 0 20px;
	}
	section#nav_menu-2 {
    display: none;
	}
	.hide-menu .btnDown {
		display: none;
	}

	.main-header.scrolling_up #masthead li .nav-link::after {
		border-top: 4px solid #ffffff;
	}

	.dropdown-toggle.nav-link::after,
	.btnDown:after {
		position: absolute;
		right: 20px;
		top: 30px;
	}

	.support-section .vc_col-sm-4 .vc_column-inner {
		background-image: none !important;
	}

	.support-section .vc_col-sm-4 .vc_column-inner:before {
		background-size: cover !important;
		background-position: bottom !important;
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 0;
		display: block;
		height: 200px;
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
	}


	.support-section .counselling-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-169.png) !important;
	}

	.support-section .adoption-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-167.png) !important;
	}

	.support-section .becomingMom-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-164.png) !important;
	}

	.support-section .supportGroups-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-166.png) !important;
	}

	.support-section .divorce-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-168.png) !important;
	}

	.support-section .grief-box>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-165.png) !important;
	}

	.support-section .asesoramiento>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-169.png) !important;
	}

	.support-section .Gruposdeapoyo>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-165.png) !important;
	}

	.support-section .divorcio>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-168.png) !important;
	}

	.support-section .dolor>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-166.png) !important;
	}

	.support-section .AdopciÃ³n>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-167.png) !important;
	}

	.support-section .alcancedeloshuÃ©rfanos>.vc_column-inner:before {
		background-image: url(/wp-content/uploads/2022/04/Mask-Group-164.png) !important;
	}

	.support-section .vc_col-sm-4 .vc_column-inner:after {
		position: absolute;
		bottom: 15px;
		left: 19px;
		right: 19px;
		display: block;
		content: "";
		height: 5px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.support-section .asesoramiento>.vc_column-inner:after {
		background: #d7282f;
	}

	.support-section .Gruposdeapoyo>.vc_column-inner:after {
		background: #1081a9;
	}

	.support-section .divorcio>.vc_column-inner:after {
		background: #8f398b;
	}

	.support-section .dolor>.vc_column-inner:after {
		background: #4bc592;
	}

	.support-section .AdopciÃ³n>.vc_column-inner:after {
		background: #0071ce;
	}

	.support-section .alcancedeloshuÃ©rfanos>.vc_column-inner:after {
		background: #ffb670;
	}


	.support-section .counselling-box>.vc_column-inner:after {
		background: #d7282f;
	}

	.support-section .adoption-box>.vc_column-inner:after {
		background: #0071ce;
	}

	.support-section .becomingMom-box>.vc_column-inner:after {
		background: #e6869f;
	}

	.support-section .supportGroups-box>.vc_column-inner:after {
		background: #1081a9;
	}

	.support-section .divorce-box>.vc_column-inner:after {
		background: #8f398b;
	}

	.support-section .grief-box>.vc_column-inner:after {
		background: #297764;
	}

	.support-section .vc_col-sm-4:nth-child(6) .vc_column-inner h5 {
		width: 140px;
	}

	.ministry-4.vc_col-sm-6:first-child {
		margin-top: -170px;
	}

	section.vc_section.learn-kids-section:before {
		height: 718px;
	}

	.just-family-4 .vc_col-sm-6:last-child {
		margin-top: -110px;
	}

	.just-family-3 .vc_col-sm-6:last-child {
		margin-top: -60px;
	}

	.just-family-2 .vc_col-sm-6:first-child {
		margin-top: -85px;
	}

	.just-family-section {
		padding-top: 100px;
		padding-bottom: 200px;
	}

	.just-family-section:before {
		-webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
	}

	.grief-works-location-section h3 {
		margin-bottom: 40px;
	}

	.grief-works-location-section {
		padding-top: 200px;
	}

	.grief-works-location-section:before {
		height: 640px;
		-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	}

	.white-btn a {
		padding: 15px !important;
	}

	.Forms-sec .tiles .vc_col-sm-4 .vc_btn3-container a {
		width: 75px;
		position: relative;
		right: 15px;
	}

	.Forms-sec .vc_col-sm-4 {
		width: 50%;
	}

	.breakway-divorce-row-bottom ul {
		display: block;
	}

	.aprende-row .vc_col-sm-6 .vc_row h4 {
		font-size: 22px;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child {
		margin-top: -60px;
		height: 410px;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child {
		height: 330px;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:first-child {
		height: 360px;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:last-child {
		height: 300px;
	}

	.what-careworks-section {
		padding-bottom: 90px;
	}

	.what-careworks-section:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
	}

	.cta-camp-section {
		margin-top: -180px;
	}

	.grief-support-prog-section:before {
		top: -80px;
		-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
	}

	.camp-btn {
		display: block;
	}

	.camp-btn .white-btn a,
	.camp-btn .red-btn a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.camp-sunrise-section .vc_col-sm-8 .vc_column-inner {
		padding-right: 40px;
	}

	.cta-buy-section .white-btn a.vc_general {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.aprende-row .vc_col-sm-6 .vc_row {
		padding: 20px;
	}

	.about-breakway-section p {
		padding-right: 0;
	}

	.history-sec:after {
		top: 160px;
	}

	.blog-section .aio-icon-component {
		padding: 35px 30px;
	}

	.blog-section .blog-containers .feature-row img {
		height: 140px;
	}

	.cta-section.blog-section {
		padding-top: 100px !important;
		padding-bottom: 80px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.about-section .vc_row .vc_col-sm-7:first-child {
		padding: 60px 10px 20px 20px;
	}

	#masthead .open-menu:before {
		display: none;
	}

	.support-section .wpb_column .vc_col-sm-3+.vc_col-sm-1 {
		display: none;
	}

	.support-section .wpb_column .vc_col-sm-3 {
		width: 100%;
	}

	.support-section .vc_col-sm-4 .vc_column-inner {
		background-position: top !important;
		padding-left: 40px;
		padding-right: 0;
		text-align: left;
		padding-bottom: 40px;
		justify-content: flex-end !important;
		min-height: 350px;
	}

	.overflow-hidden {
		overflow: hidden !important;
	}

	body div#main-nav.navbar-collapse .nav-link {
		color: #fff !important;
		display: block;
		border-top: 1px solid #000;
		padding: 22px 20px !important;
	}

	.navbar-light .navbar-toggler {
		border: 0;
		padding: 0;
		z-index: 9999;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url(/wp-content/uploads/2022/04/Group-5530.svg);
	}

	body:not(.home) .navbar-light .navbar-toggler-icon {
		filter: brightness(10);
	}

	body:not(.home) .scrolling_up .navbar-light .navbar-toggler-icon {
		filter: brightness(0);
	}

	div#main-nav.navbar-collapse {
		position: fixed;
		left: 0;
		bottom: 0;
		top: 0;
		height: 100% !important;
		background: #212337;
		width: 320px;
		padding: 30px 0;
		transition: left .3s;
		overflow: auto;
		/* 		box-shadow: 30px 0px 80px 0px #0000008c; */
	}

	#masthead nav .green-btn {
		position: absolute;
		width: 80%;
		top: 4.5%;
		margin: 40px 30px 0;
		padding-right: 60px;
		text-align: center;
		display: block;
	}

	body.overflow-hidden:before {
		content: "";
		position: fixed;
		backdrop-filter: blur(6px);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9;
		background: #00000057;
	}

	body:before {
		transition: all .3s;
		content: "";
	}

	div#main-nav.navbar-collapse:not(.show) {
		left: -340px;
	}

	.side-top {
		position: absolute;
		top: 30px;
		left: 20px;
		right: 20px;
	}

	div#main-nav.navbar-collapse #menu-main-menu {
		margin-top: 160px;
	}

	div#main-nav.navbar-collapse #menu-primary-menu {
		margin-top: 100px;
	}

	div#main-nav.navbar-collapse #menu-main-menu .nav-item.menu-item-has-children:first-child .nav-link {
		border-top: 0;
	}

	div#main-nav.navbar-collapse #menu-main-menu .nav-item.menu-item-has-children:last-child .nav-link {
		border-bottom: 1px solid #000;
	}

	div#main-nav.navbar-collapse #menu-main-menu .nav-item.menu-item-has-children:last-child .nav-link.border-bottom-0+.open-menu {
		border-bottom: 1px solid #000;
	}

	ul.open-menu {
		display: none;
		padding: 0px 0 30px 20px;
	}

	#masthead .open-menu {
		background-color: #212337;
		border-radius: 14px;
	}

	#masthead .open-menu li a.dropdown-item {
		color: #fff;
		position: relative;
		transition: 0.5s;
		font-size: 14px;
	}

	#masthead .open-menu li a.dropdown-item:before {
		content: "";
		width: 8px;
		height: 1px;
		background-color: #228EE6;
		display: block;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: 22px;
		opacity: 0;
		transition: 0.5s;
	}

	#masthead .open-menu li a.dropdown-item:hover::before {
		opacity: 1;
	}

	.open-menu .dropdown-item:hover {
		padding-left: 43px;
	}

	#masthead .open-menu:before {
		content: "";
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 6px solid #1e1e1e;
		position: absolute;
		top: -6px;
		right: 47px;
	}

	.open-menu .dropdown-item.active,
	.open-menu .dropdown-item:active {
		background-color: transparent;
	}

	.open-menu .dropdown-item:focus,
	.open-menu .dropdown-item:hover {
		background-color: transparent;
	}

	.side-top img {
		width: 200px;
	}

	.side-top .closebtn {
		position: absolute;
		right: 0;
		top: 10px;
		color: #878A9B;
		font-size: 24px;
		line-height: 1;
	}

	.home .dropdown-toggle.nav-link::after {
		border-top: 4px solid #ffffff !important;
		position: absolute;
		right: 20px;
		top: 30px;
	}

	.navbar-dark .dropdown-item {
		color: #fff;
	}

	.navbar-nav .dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.about-section h3 {
		font-size: 28px;
	}

	html {
		font-size: 90%;
	}

}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	div#main-nav.navbar-collapse #menu-main-menu {
		margin-top: 140px;
	}

	#masthead nav .green-btn {
		top: 5%;
	}

	.blog-section .feature-meta p,
	.blog-section .feature-meta ul {
		margin-bottom: 4px;
		margin-top: 0px;
	}

	.blog-section .feature-meta ul {
		vertical-align: sub;
	}

	.feature-meta {
		display: block;
	}

	.cta-section h2 {
		font-size: 50px;
	}

	.container {
		max-width: 100%;
	}

	.cta-buy-section .white-btn a.vc_general {
		padding-left: 22px !important;
		padding-right: 22px !important;
		font-size: 14px !important;
	}

	.aprende-careworks-section .aprende-row .vc_col-sm-8 {
		width: 56%;
	}

	.aprende-careworks-section .aprende-row .vc_col-sm-4 {
		width: 120px;
	}
}

@media (max-width: 991px) {
	.reccuring-cta {
		float: left;
		margin-top: 16px;
	}

	.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_0,
	.buy-now-section div#input_2_24 .gchoice.gchoice_2_24_1,
	section div#input_8_24 .gchoice.gchoice_8_24_0,
	section div#input_8_24 .gchoice.gchoice_8_24_1 {
		width: 100% !important;
		margin-top: 10px;
	}

	.buy-now-section div#input_2_24 {
		display: block;
	}

	.faqs-section {
		overflow: hidden;
		min-height: 700px;
	}

	#our-people {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.ministry-4.vc_col-sm-6:first-child {
		margin-top: -230px;
	}

	.ministry-3.vc_col-sm-6:first-child {
		margin-top: -27px;
	}

	.ministry-2.vc_col-sm-6:first-child {
		margin-top: 0px;
	}

	.ministry .vc_column-inner {
		padding: 20px 20px 0px !important;
	}

	section.vc_section.learn-kids-section:before {
		content: none;
	}

	section.vc_section.learn-kids-section .learn-more-row:before {
		content: "";
		background: url(/wp-content/uploads/2022/03/shutterstock_1319345675-min.jpg);
		position: absolute;
		display: block !important;
		background-position: right;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 400px;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 1;
	}

	.learn-kids-section .kids-content.vc_col-sm-6 {
		width: 100%;
		padding-top: 440px;
	}

	.just-family-3 .vc_col-sm-6:last-child {
		margin-top: -90px;
	}

	.just-family-4 .vc_col-sm-6:last-child {
		margin-top: -170px;
	}

	.just-family-2 .vc_col-sm-6:first-child {
		margin-top: -115px;
	}

	.just-family-section .vc_inner.vc_row-fluid .vc_col-sm-6 .vc_column-inner {
		padding: 20px;
	}

	.grief-works-location-section:before {
		height: 520px;
		-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
	}

	.grief-works-location-section {
		padding-top: 150px;
	}

	.grief-partner .wpb_text_column p {
		margin: 0;
	}

	.grief-location .locations-section>.vc_col-sm-12>.vc_column-inner {
		padding: 20px 15px 10px 15px;
	}

	.why-sponsorship-section .table {
		overflow: auto;
		display: block;
	}

	.why-sponsorship-section .table thead th {
		white-space: nowrap;
	}

	.aprende-row .vc_col-sm-6 .vc_btn3.vc_btn3-size-md {
		font-size: 14px !important;
	}

	.aprende-row .vc_col-sm-4 .vc_column-inner {
		padding-left: 0;
	}

	.aprende-careworks-section .aprende-row .vc_col-sm-4 .vc_column-inner {
		padding: 0;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:first-child {
		height: 295px;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child {
		margin-top: -50px;
		height: 330px;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child {
		height: 273px;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:last-child {
		height: 250px;
	}

	.programs-secrion:before {
		height: 70%;
		top: 180px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
	}

	.programs-secrion .vc_col-sm-3 .vc_column-inner {
		padding: 15px;
	}

	.programs-secrion .vc_row:first-child .vc_col-sm-3 {
		padding: 0 5px;
	}

	.what-adoption-section {
		padding-top: 60px;
		padding-bottom: 300px;
	}

	.feature-content+a {
		padding-top: 10px;
	}

	.blog-section .feature-meta p {
		margin-bottom: 10px;
	}

	.blog-section .feature-containers h3.feature-title {
		margin-top: 15px;
		margin-bottom: 6px;
	}

	.cta-support-section .white-btn a {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.cta-support-section h2 {
		font-size: 30px;
	}

	.cta-support-section .vc_row {
		padding: 30px;
	}

	.location-row .vc_column-inner {
		padding-top: 30px !important;
	}

	.location-row h4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.location-row .wpb_text_column {
		padding-left: 20px;
		margin-bottom: 30px;
		padding-right: 20px;
	}

	.history-sec .history-content.vc_col-sm-6 {
		width: 100%;
		padding: 450px 16px 0 !important;
	}

	.history-sec:before {
		content: none;
	}

	.history-sec .history-row:before {
		content: "";
		background: url(/wp-content/uploads/2022/03/shutterstock_663456385-min.jpg);
		display: block !important;
		top: 0;
		bottom: 0;
		position: absolute;
		left: 0;
		height: 400px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 99999;
	}

	.blog-section .feature-row {
		padding-bottom: 30px;
	}

	.blog-section .blog-containers .feature-row:before {
		left: -15px;
		right: -15px;
	}

	.blog-section .top-icon .aio-icon-header h3.aio-icon-title {
		margin: 12px 0 5px;
		font-size: 18px;
	}

	.blog-section .top-icon a.aio-icon-box-link {
		font-size: 14px;
	}

	.blog-section .blog-containers .feature-row img {
		height: 100px;
	}

	.blog-section .aio-icon-component {
		padding: 15px;
	}

	section.vc_section.cta-section.blog-section .vc_col-sm-6,
	section.vc_section.cta-section.blog-section .vc_col-sm-3 {
		padding: 0;
		padding-top: 30px;
	}

	.blog-row .vc_col-sm-6 {
		padding-top: 40px !important;
	}

	section.vc_section.cta-section.blog-section .vc_col-sm-6 {
		padding-right: 0px;
		padding-left: 0;
	}

	.program-section {
		padding-top: 50px !important;
		padding-bottom: 50px;
	}

	.program-section .vc_row.vc_column-gap-20 .vc_column_container {
		padding: 50px 10px;
	}
}

@media (min-width: 768px) and (max-width: 800px) {
	.ministry-2.vc_col-sm-6:last-child {
		margin-top: -200px;
	}

	.ministry-3.vc_col-sm-6:last-child {
		margin-top: -300px;
	}

	.ministry-3.vc_col-sm-6:first-child {
		margin-top: 0px;
	}

	.ministry-4.vc_col-sm-6:last-child {
		margin-top: -520px;
	}

	html:lang(es-ES) .ministry-3.vc_col-sm-6:nth-child(2) {
		margin-top: -400px;
	}

	html:lang(es-ES) .ministry-2.vc_col-sm-6:last-child {
		margin-top: -100px;
	}

	html:lang(es-ES) .ministry-4.vc_col-sm-6:nth-child(2) {
		margin-top: -390px;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:last-child {
		height: auto;
	}

	.aprende-two-section .aprende-row:nth-child(1) .vc_col-sm-6:first-child {
		height: auto;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:first-child {
		height: auto;
	}

	.aprende-two-section .aprende-row:nth-child(2) .vc_col-sm-6:last-child {
		margin-top: -70px;
		height: auto;
	}

	.just-family-2 .vc_col-sm-6:first-child {
		margin-top: -170px;
	}

	.just-family-3 .vc_col-sm-6:last-child {
		margin-top: 0px;
	}

	.just-family-4 .vc_col-sm-6:last-child {
		margin-top: -80px;
	}

	html[lang=es-ES] .just-family-2 .vc_col-sm-6:first-child {
		margin-top: -140px;
	}

	html[lang=es-ES] .column-count-3 ul {
		column-count: 2;
	}

	html[lang=es-ES] .just-family-3 .vc_col-sm-6:last-child {
		margin-top: -90px;
	}

	html[lang=es-ES] .just-family-4 .vc_col-sm-6:last-child {
		margin-top: -190px;
	}
}

@media only screen and (max-width: 960px) {
	html {
		font-size: 85%;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (min-width: 778px) {
	.banner-img {
		display: none !important
	}
}

@media (max-width: 777px) {
	#rev_slider_1_1_wrapper .ares .tp-bullet {
		width: 9px !important;
		height: 9px !important;
	}

/* 	rs-sbg-px {
		display: none !important;
	} */

	.tparrows.ares {
		display: none !important;
	}

	#rev_slider_1_1_wrapper .ares.tp-bullets {
		bottom: 100px;
	}
}

@media (min-width: 768px) {
	.programs-secrion .vc_row:first-child {
		display: flex;
	}

	.mobile-blog-posts {
		display: none !important;
	}

	.footer-top .col-md-4:first-child,
	.footer-bottom .col-md-2:first-child {
		padding-left: 0;
	}

	.footer-top {
		margin: 0 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header .top-bar, .top-bar {
    display: none;
	}
	.buy-now-section #gform_submit_button_8 {
		padding: 10px 20px !important;
		margin-top: 10px;
	}

	.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
		display: none;
	}

	.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
		display: block !important;
	}

	.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body h2.vc_custom_heading {
		font-size: 20px;
	}

	.events .modal-content .modal-body {
		padding: 0 20px 20px !important;
	}

	.events .modal-footer {
		padding-bottom: 34px !important;
		padding-left: 20px !important;
	}

	.events .modal-content .modal-body h3 {
		margin-bottom: 0 !important;
		font-size: 20px !important;
	}

	.events .modal-content .modal-body .excerpt p {
		font-size: 16px !important;
		line-height: 1.2 !important;
	}

	.events .modal-content .modal-body p {
		line-height: 1.4 !important;
		font-size: 14px;
	}

	.events .modal-content .modal-footer .red-btn a,
	.events .modal-footer .white-btn a {
		padding: 12px 16px !important;
		font-size: 14px !important;
	}

	.events .modal-content .modal-header {
		padding-bottom: 0 !important;
	}

	html:lang(es-ES) .ministry-4.vc_col-sm-6:nth-child(2) {
		margin-top: 0;
	}

	.single-post .breadcrumbs h1 {
		max-width: 95%;
		margin: auto;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.resources-section .ult_tabmenu li.ult_tab_li.book-tab a:before,
	.resources-section .ult_tabmenu li.ult_tab_li.video-tab a:before,
	.resources-section .ult_tabmenu li.ult_tab_li.other-tab a:before,
	.resources-section .ult_tabmenu li.ult_tab_li.document-tab a:before,
	.resources-section .ult_tabmenu li.ult_tab_li.brochure-tab a:before {
		width: 40px !important;
		height: 40px !important;
	}

	#single-blog .single-detail .single-title h4 {
		line-height: 1.2;
		font-size: 20px;
	}

	#single-blog .single-detail .single-content p {
		margin-bottom: 20px;
	}

	#single-blog .post-navigation .nav-title {
		font-size: 14px;
	}

	.post-navigation {
		margin-bottom: 20px;
	}

	.single-post #single-blog .row {
		margin: 40px 0;
	}

	.single-post #single-blog .single-content p {
		font-size: 14px;
	}

	.resources-section .ult-span-text {
		font-size: 14px !important;
	}

	.resources-section .ult_tabmenu li.ult_tab_li {
		padding: 0 0px 18px 45px !important;
	}

	.resources-section span.ult_tab_main.Both .aio-icon.none {
		display: none !important
	}

	.what-adoption-section:before {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.blue-bg-top {
		height: 480px;
	}

	.location-section {
		padding-top: 30px !important;
	}

	.history-sec .history-content.vc_col-sm-6 {
		padding: 320px 16px 0 !important;
	}

	.history-sec .history-row:before {
		height: 280px;
	}

	.ministries-sec {
		padding-bottom: 15px;
	}

	.what-support-section {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.what-support-section:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
	}

	.ministry-2.vc_col-sm-6:last-child {
		margin-top: 0;
	}

	.ministry-4.vc_col-sm-6:last-child {
		margin-top: 0;
	}

	.support-section .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
		position: absolute;
		bottom: 30px;
	}

	.support-section .vc_col-sm-4 .vc_column-inner:after {
		bottom: 0px;
		left: 18px;
		right: 18px;
	}

	.support-section .vc_col-sm-4 .vc_column-inner:before {
		top: 0px;
		left: 10px;
		right: 10px;
	}

	.search-cat {
		position: unset;
		width: 80%;
		margin-bottom: 30px;
	}

	.cat-search .category-list {
		width: 100%;
	}

	.buy-now-section .gfield_price {
		max-width: 160px !important;
	}

	.buy-now-section .gfield_price label.gfield_label {
		padding: 12px 16px !important;
		line-height: 1 !important;
	}

	.buy-now-section .gfield_price .ginput_container.ginput_container_total {
		padding: 10px !important;
	}

	.reccuring-cta {
		padding: 12px 20px;
		font-size: 16px;
	}

	.buy-now-section .gfield_price .ginput_container.ginput_container_total input {
		line-height: 1 !important;
		min-height: auto !important;
	}

	.buy-now-section #gform_submit_button_1,
	.buy-now-section #gform_submit_button_2 {
		padding: 12px 30px !important;
		line-height: 1 !important
	}

	.buy-now-section:before {
		-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
	}

	.buy-now-section input[type="text"],
	.buy-now-section input[type="email"],
	.buy-now-section input[type="tel"],
	.buy-now-section select,
	.buy-now-section input[type="number"] {
		padding: 8px !important;
		padding-left: 0 !IMPORTANT;
		padding-top: 0 !important;
		font-size: 16px !important;
	}

	.buy-now-section .inner-box,
	.buy-now-section .inner-box2 {
		padding: 15px 16px 20px;
	}

	.buy-now-section h2 {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
		padding: 30px 30px 10px;
		margin-top: 40px;
	}

	.pregnant-contact-section .vc_row {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.become-mom-form .submit-btn {
		text-align: left;
		margin-top: 20px;
	}

	.pregnant-contact-section:before {
		-webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
	}

	.pregnant-contact-section .become-mom-form {
		padding: 30px 25px 35px;
	}

	.pregnant-contact-section {
		padding-bottom: 250px;
		padding-top: 40px;
	}

	.expectant-section h3 {
		margin-top: 30px;
	}

	.pregnant-cta {
		padding-top: 30px !important;
		padding-bottom: 40px;
	}

	.pregnant-cta h2 {
		font-size: 32px;
	}

	.pregnant-cta .vc_btn3-container.white-btn.white-blue.vc_btn3-right {
		text-align: left;
		margin-top: 30px;
	}

	.expectant-section {
		padding-top: 40px !important;
	}

	.exp-one {
		padding-bottom: 60px;
	}

	#our-people .col-md-3 {
		width: 50%;
	}

	.ministry-4.vc_col-sm-6:first-child {
		margin-top: 0;
	}

	.ministry-3.vc_col-sm-6 {
		margin-top: 0 !important;
	}

	.ministry-section {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.learn-kids-section .learn-more-row {
		margin-left: 15px !important;
	}

	.how-child {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	body .how-child .red-btn {
		margin-bottom: 30px !important;
	}

	.what-kids-section:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
	}

	.what-kids-section .vc_btn3-container.white-btn.white-purple {
		margin-bottom: 30px !important;
	}

	.what-kids-section {
		padding-top: 40px;
		padding-bottom: 470px;
	}

	.just-family-2 .vc_col-sm-6,
	.just-family-3 .vc_col-sm-6,
	.just-family-4 .vc_col-sm-6 {
		margin-top: 0 !important;
	}

	.just-family-section:before {
		-webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
	}

	.facilitator-section,
	.what-just-section,
	.what-grief-work-section {
		padding-top: 40px !important;
	}

	.facilitator-section .column-count {
		column-count: 1;
		margin-bottom: 40px;
	}

	.my-family-learn-section .column-count {
		column-count: 1;
	}

	body .my-family-learn-section .red-btn.vc_btn3-container,
	body .what-just-section .red-btn.vc_btn3-container {
		margin-bottom: 40px !important;
	}

	.my-family-learn-section {
		padding-top: 40px !important;
		padding-bottom: 20px;
	}

	.blue-cta h2 {
		text-align: center !important;
		font-size: 26px;
		line-height: 1.2;
	}

	.blue-cta {
		padding-top: 40px !important;
		padding-bottom: 50px;
	}

	.blue-cta .white-btn.vc_btn3-container.vc_btn3-right {
		text-align: center;
		margin-top: 20px;
	}

	.grief-works-location-section .grief-ser .wpb_text_column {
		margin-bottom: 40px;
		column-count: 1;
	}

	.grief-works-location-section {
		padding-top: 100px;
	}

	.grief-works-location-section:before {
		-webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
	}

	.grief-works-location-section .white-btn.vc_btn3-container.vc_btn3-right {
		text-align: left;
		margin-bottom: 40px !important;
	}

	.white-btn a {
		padding: 12px 30px !important;
		line-height: 1 !important;
	}

	.what-grief-work-section .vc_row:first-child {
		display: grid;
	}

	.what-grief-work-section .vc_row:first-child .vc_col-sm-6:first-child {
		order: 2;
	}

	.what-grief-work-section .vc_row:first-child .vc_col-sm-6:last-child {
		order: 1;
		margin-bottom: 30px;
	}

	.what-grief-work-section .vc_row:last-child .vc_col-sm-6 {
		margin-bottom: 30px;
	}

	.cta-grief-section {
		margin-top: -170px;
	}

	.grief-location:before {
		top: 60px;
		-webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
	}

	.grief-location .locations-section .text-right {
		text-align: left !important;
		margin-bottom: 30px;
	}

	.grief-support-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	body .grief-section .red-btn {
		margin-bottom: 10px !important;
		margin-top: 0;
	}

	body .grief-section .red-btn:last-child {
		margin-bottom: 50px !important;
	}

	body .grief-section .red-btn:last-child a {
		padding: 12px 18px !important;
	}

	body .breakway-divorce-row-bottom .red-btn {
		margin-top: 0 !important;
		margin-right: 0 !important;

	}

	.gform_wrapper.gravity-theme .ginput_cardextras {
		display: block !important;
		flex-wrap: unset !important;
	}

	.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
		display: none !important
	}

	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
	}

	.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
		max-width: 100% !important;
		width: 100% !important;
	}

	body .breakway-divorce-row-bottom .red-btn a {
		padding: 12px 18px !important;
	}

	.red-btn.alt-btn-green a {
		margin-left: 0px;
	}

	.Forms-sec .vc_col-sm-4 {
		width: 100%;
	}

	.divorce-section .purple-btn {
		margin-bottom: 40px;
		margin-top: 0;
	}

	.divorce-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.grief-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.breakway-divorce-section {
		padding-bottom: 40px;
	}

	.why-sponsorship-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.locations-section.vc_custom_1648233980265 {
		margin: 0 15px !important;
	}

	.locations-section>.vc_col-sm-12>.vc_column-inner .vc_col-sm-6:last-child .vc_column-inner {
		padding-left: 15px;
	}

	.locations-section>.vc_col-sm-12>.vc_column-inner .vc_col-sm-6:first-child .vc_column-inner {
		padding-right: 15px;
	}

	.aprende-section:before {
		-webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
	}

	.counseling-esp-section {
		padding-top: 40px;
	}

	.counseling-esp-section .red-btn a.vc_general {
		margin-bottom: 30px;
	}

	.contact-form-sec .vc_row:first-child .vc_col-sm-4 {
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}

	.mission-sec.vc_custom_1648557320032 {
		padding-top: 40px !important;
	}

	.aprende-section.aprende-two-section .aprende-row .vc_col-sm-6 a {
		top: 0 !important;
	}

	.aprende-two-section .aprende-row .vc_col-sm-6 {
		height: 100% !important;
		margin-top: 0 !important;
	}

	.what-careworks-section {
		padding-bottom: 120px;
		padding-top: 40px;
	}

	.what-careworks-section:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	}

	.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper {
		display: grid;
	}

	.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper .sun-left {
		order: 2;
	}

	.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper .sun-right {
		margin-bottom: 15px;
	}

	.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper .sun-right h4,
	.camp-sunrise-col.wpb_column>.vc_column-inner>.wpb_wrapper .sun-left h4 {
		margin-bottom: 6px
	}

	.camp-sunrise-section {
		padding-top: 40px;
	}

	.camp-btn .white-btn a {
		padding: 12px 30px !important;
		line-height: 1;
	}

	.camp-sunrise-section .vc_col-sm-8 .vc_column-inner,
	.camp-sunrise-section .vc_col-sm-4 .vc_column-inner {
		padding-right: 15px;
		padding-left: 15px;
	}

	.cta-buy-section {
		margin-top: -170px;
	}

	.section-cont::before {
		-webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
	}

	.red1-btn {
		float: none !important;
		margin-top: 30px !important;
	}

	.section-cont .vc_row {
		padding: 30px;
		margin: 0 16px !important;
	}

	.faqs-section .vc_tta-panel-heading h4 a {
		padding: 14px 20px !important;
	}

	.faqs-section .vc_tta-panel-heading h4 {
		font-size: 18px;
	}

	.aprende-row .vc_col-sm-6 .vc_row h4 {
		margin-bottom: 10px;
		font-size: 24px;
		text-align: center !important;
	}

	.aprende-row .vc_col-sm-6 .vc_btn3-container {
		text-align: center;
	}

	.programs-secrion:before {
		height: 75%;
		top: 110px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	}

	.about-breakway-section {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.what-adoption-section .vc_row {
		display: grid;
	}

	.what-adoption-section .vc_row .vc_col-sm-6:first-child {
		order: 2;
	}

	.what-adoption-section .vc_row .vc_col-sm-6:last-child {
		order: 1;
		margin-bottom: 40px;
	}

	section.vc_section.banner-section {
		padding-top: 40px;
	}

	div#mobile-blog-slider {
		border-bottom: 1px solid #D8E1EA;
		margin-bottom: 40px;
	}

	.blog-section .mobile-blog-posts .slick-arrow {
		top: 26%;
	}

	.blog-section .mobile-blog-posts .feature-row {
		padding: 0 16px 40px;
	}

	.mobile-blog-posts .feature-img img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	section.vc_section.cta-section.blog-section .vc_col-sm-9 {
		margin-right: 16px;
		margin-bottom: 24px;
	}

	section.vc_section.cta-section.blog-section h2 {
		font-size: 32px;
	}

	.cta-section.blog-section .blog-row {
		display: none;
	}

	.cta-support-section .white-btn {
		margin-top: 30px;
	}

	.mission-section h3 {
		margin-bottom: 30px;
	}

	h3 {
		font-size: 32px !important;
	}

	.mission-sec.vc_custom_1648557320032 .vc_row {
		margin: 0;
	}

	.mission-section {
		padding-top: 0;
	}

	.footer-top .footer-3 {
		border-bottom: 2px solid #9596a43b;
		padding-bottom: 10px;
	}

	.footer-top {
		border: none;
		margin-bottom: 10px;
	}

	.footer-8 {
		padding-right: 0;
	}

	#colophon .site-info {
		font-size: 12px;
		text-align: center;
	}

	#colophon .crafted .widget p {
		font-size: 12px;
		text-align: center;
		margin-top: 6px;
	}

	.footer-bottom .col {
		width: 50%;
		flex: none;
		margin-bottom: 40px;
	}

	.footer-bottom .col:last-child {
		padding-left: 0;
	}

	.footer-top .footer-2 {
		margin-bottom: 40px;
	}

	.footer-bottom .widget-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.yellow-btn.support-btn {
		margin-top: 20px;
		padding: 10px 33px 10px 60px;
	}

	.footer-top .widget-title {
		font-size: 20px !important;
		margin-bottom: 15px;
	}

	.footer-top .footer-1 #zoom-social-icons-widget-2 {
		margin-bottom: 0;
	}

	.footer-top .footer-1 {
		border-bottom: 2px solid #9596a43b;
		margin-bottom: 30px;
	}

	#footer-widget {
		padding-top: 55px;
		padding-bottom: 0;
	}

	.cta-section.blog-section:after {
		content: none;
	}

	.cta-section .vc_row {
		z-index: 1;
	}

	.cta-section:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(360deg, #00000066, transparent);
		height: 50%;
	}

	.cta-section.vc_custom_1648122173761 {
		background-position: 25% 50% !important;
	}

	.cta-section p {
		font-size: 16px;
	}

	.cta-section h2 {
		font-size: 60px;
	}

	.cta-section {
		padding-top: 340px !important;
		padding-bottom: 60px;
	}

	section.vc_section.about-section.vc_section-has-fill:before {
		height: 180px;
	}

	.red-btn a {
		padding: 12px 30px !important;
		line-height: 1 !important;
	}

	.support-section {
		padding-bottom: 160px !important;
	}

	section.vc_section.about-section.vc_section-has-fill .vc_row:after {
		content: "";
		background: url(https://christianworks.agencypartner.com/wp-content/uploads/2022/03/shutterstock_1534635242-min.png);
		position: absolute;
		display: block !important;
		top: 0;
		left: 0;
		height: 345px;
		right: 0;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	section.vc_section.about-section.vc_section-has-fill:after {
		content: none;
	}

	.about-section p {
		font-size: 16px;
	}

	.about-section .vc_row {
		margin-top: -120px;
		padding-top: 345px;
		position: relative !important;
	}

	.tparrows.ares {
		bottom: 50px !important;
	}

	html {
		font-size: 80%;
	}

	.blog-section .aio-icon-component {
		padding: 80px 30px;
	}

	.blog-section .top-icon .aio-icon-header h3.aio-icon-title {
		margin: 12px 0 10px;
		font-size: 24px;
	}

	.blog-section .top-icon a.aio-icon-box-link {
		font-size: 16px;
	}

	.support-section .vc_col-sm-4 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
/* 	mobile lp start */
	.bluebg-lp {
    background-position: center !important;
}
	.greenbg-lp {
    background-position: top;
    margin-top: -100px;
}
	.cta-lp h2 {
    font-size: 30px !important;
}
	.cta-lp a {
    margin-top: 20px;
}
	.cta-lp {
    background-size: cover !important;
    border-radius: 20px !important;
    background-position: center center;
}
.faq-bl h4 {
    font-size: 16px !important;
}
	.headlp-btn {
    text-align: left !important;
}
	.lphead-text {
    font-size: 40px !important;
}
/* 	mobile lp end */
}

@media (min-width: 768px) {

	.blog-row .vc_col-sm-6 {
		width: 44%;
	}

	section.vc_section.cta-section.blog-section .vc_col-sm-3 {
		width: 28%;
	}
/* .dn-box {
    display: flex;
    flex-wrap: wrap;
}
	.dn-box .wpb_column {
    width: 50%;
} */
	.give-box .vc_column-inner {
    height: fit-content;
}
	.greenbg-lp {
    margin-top: -60px;
}
}

@media (min-width: 601px) {
	.hide-menu {
		display: none;
	}
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 600px) {
	.aprende-content {
		padding-top: 20px;
	}

	.contact-form-sec span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item .wpcf7-list-item-label:before {
		width: 1.3rem !important;
		height: 1.3rem !important;
		top: 0px !important;
	}

	.contact-form-sec span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item .wpcf7-list-item-label:after {
		top: 0px !important;
		width: 1.3rem !important;
		height: 1.3rem !important;
	}

	.mission-section {
		padding-top: 60px;
	}

	section.vc_section.cta-section.blog-section h2 {
		font-size: 30px;
	}

	.cta-section h2 {
		font-size: 50px;
	}

	.footer-3 .widget-title {
		width: 100%;
	}

	.footer-1 ul.zoom-social-icons-list {
		margin-top: 24px !important;
	}

	.page-id-1937 .buy-now-section .gfield_price .ginput_container.ginput_container_total {
		width: 88px;
		padding: 10px 0px 10px 6px;
	}

	.page-id-1937 .buy-now-section .gfield_price {
		margin-bottom: 10px;
	}

	.page-id-1937 .buy-now-section .gfield_price label.gfield_label {
		width: 130px;
		padding: 12px 9px !important;
	}

	.faqs-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.section-cont {
		padding-top: 20px;
	}

	.aprende-row .vc_col-sm-6 .vc_btn3.vc_btn3-size-md {
		font-size: 16px !important;
	}

	.aprende-section {
		padding-bottom: 250px;
	}

	.cta-support-section.aprende-cta {
		margin-top: -200px;
	}

	.contact-form-sec .vc_row:first-child .vc_col-sm-4 {
		width: 100%;
	}

	.what-careworks-section:before {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
	}

	.what-careworks-section {
		padding-bottom: 70px;
	}

	.grief-support-prog-section:before {
		top: -30px;
		-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	}

	.faqs-section .vc_tta-panel-body p {
		font-size: 16px;
	}

	.programs-secrion .aprende-row {
		padding-bottom: 30px;
	}

	.cta-support-section .white-btn {
		text-align: left !important;
	}

	section.vc_section.cta-section.blog-section .custom-border-btn a {
		padding: 0 0 6px 10px;
	}

	section.vc_section.cta-section.blog-section .vc_col-sm-9 .vc_column-inner {
		padding-right: 0;
	}

	.blog-section .mobile-blog-posts .slick-arrow {
		top: 19%;
	}

	.mobile-blog-posts .feature-img {
		height: 200px;
	}

	.blog-section .mobile-blog-posts h3.feature-title {
		font-size: 22px !important;
		margin-bottom: 10px;
	}

	.blog-section .mobile-blog-posts .feature-meta {
		display: block
	}

	.blog-section .mobile-blog-posts .feature-meta p,
	.blog-section .feature-meta ul {
		font-size: 14px;
		line-height: 1.2;
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.blog-section .feature-meta ul li {
		display: inline-block;
	}

	.blog-section .mobile-blog-posts .feature-meta p:nth-child(2),
	.blog-section .mobile-blog-posts .feature-meta p:nth-child(1) {
		display: inline-block;
	}

	.blog-section .mobile-blog-posts .feature-row .feature-content>.feature-content {
		font-size: 16px;
	}

	.breadcrumbs h1 {
		font-size: 40px;
		padding-top: 70px;
	}

	.breadcrumbs {
		height: 300px;
	}

	.top-bar {
		display: none;
	}

	header#masthead {
		margin-top: 30px;
		padding: 0 20px;
	}

	header#masthead .navbar-brand img {
		width: 200px;
	}

	.buy-now-section #gform_submit_button_3,
	.buy-now-section #gform_submit_button_7,
	.buy-now-section #gform_submit_button_8 {
		float: unset;
	}

	.page-id-1937 .buy-now-section .inner-box3,
	.page-id-6824 .buy-now-section .inner-box3 {
		display: flex;
		flex-wrap: wrap;
	}

	.page-id-1937 .buy-now-section #gform_submit_button_7,
	.page-id-6824 .buy-now-section #gform_submit_button_8 {
		order: 2;
	}
}

@media only screen and (max-width: 575px) {
	.program-section .vc_row.vc_column-gap-20 {
		margin-left: -15px;
		margin-right: -15px;
	}

	.about-section .wpb_single_image img {
		width: 35px;
	}

	.about-section .wpb_single_image {
		position: absolute;
		right: 15px;
		bottom: 50px;
	}

	.about-section .vc_row .vc_col-sm-7:first-child {
		padding: 46px 0px 30px 0px;
	}

	.about-section {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}
}

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

	div#main-nav.navbar-collapse #menu-main-menu,
	div#main-nav.navbar-collapse #menu-primary-menu {
		margin-top: 140px;
	}

	#masthead nav .green-btn {
		top: 7%;
	}

	.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_1,
	.buy-now-section .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice.gchoice_1_1_2 {
		width: 100%;
		margin-bottom: 6px;
	}

	.buy-now-section .vc_col-sm-12 .wpb_wrapper {
		padding: 20px 15px 0px;
	}

	.section-cont .vc_row textarea.wpcf7-textarea {
		height: 100px;
	}

	.faqs-section {
		min-height: 820px;
	}

	.how-child h3 {
		margin-bottom: 20px;
	}

	.learn-kids-section .kids-content.vc_col-sm-6 {
		padding-top: 300px;
	}

	section.vc_section.learn-kids-section .learn-more-row:before {
		height: 250px;
	}

	.section-cont .vc_row {
		padding: 30px 0;
	}

	.support-section .vc_col-sm-4 {
		opacity: .6;
		transition: all .3s
	}

	.support-section .vc_col-sm-4.slick-current.slick-active {
		opacity: 1;
	}

	.support-section {
		margin-top: -4px;
	}

	#rev_slider_1_1_wrapper .ares.tp-bullets {
		bottom: 60px;
	}

	html {
		font-size: 75%;
	}
}

@media (max-width: 1440px) {
	.aprende-section ul li {
		font-size: 18px !important;
	}
}

@media (max-width: 400px) {
	.resources-section .ult_tabmenu {
		padding-bottom: 20px !important;
	}

	.row-tabs .ult_tabs {
		display: block !important;
	}

	.row-tabs .ult_acord {
		display: none !important;
	}

	/* .resources-videos .col-md-6:nth-child(1), .resources-videos .col-md-6:nth-child(2), .resources-videos .col-md-6:nth-child(3), .resources-videos .col-md-6:nth-child(4) {
		display: block !important;
	} */
	.griefworks-my-learn.my-family-learn-section+.vc_row-full-width+.blue-cta {
		margin-top: -145px;
	}

	.reccuring-cta {
		margin-top: 5px;
	}

	.buy-now-section #field_submit {
		margin-left: 0;
		margin-top: 10px;
	}

	.minis-cont p {
		color: #24292e;
	}

	dt.video-tab.current a.ult_a .ult-span-text {
		font-size: 18px !important;
	}

	dt.current a.ult_a {
		padding: 10px;
	}

	.resources-brochure:before,
	.resources-section:before {
		content: none !important;
	}
}

/* @media (max-width: 375px) {
.banner-section .banner-heading {
font-size: 40px !important;
line-height: 1.1 !important;
}
.banner-section .banner-txt {
font-size: 16px !important;
line-height: 1.4 !important;
}
.banner-section .banner-btn {
width: 166px !important;
height: 51px !important;
padding: 16px 20px !important;
}
} */
a#loadMore {
	margin: auto;
	box-shadow: none;
}

.blockquote-wrapper {
	background-color: #56bd90;
	color: #fff;
	padding: 20px 35px;
	border-radius: 15px;
	transition: 0.3s ease;
}

.blockquote-wrapper:hover {
	background-color: #006548;
	border-radius: 35px;
}

.blockquote-wrapper p {
	font-size: 18px;
	font-style: italic;
	line-height: 1.5;
}

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

.vc_btn3-container.get-connected-btn.vc_btn3-inline a {
	display: block;
	width: 100% !important;
	background: transparent !important;
	border: 4px solid #fff !important;
	border-radius: 56px !important;
	color: #fff !important;
	padding: 25px 12px !important;
	font-size: 36px !important;
}

.vc_btn3-container.get-connected-btn.vc_btn3-inline a:hover {
	color: #000 !important;
	background: #fff !important;
}

#our-people .cat-name h2 {
	text-align: center;
	font-size: 34px;
}

#our-people .cat-name:first-child {
	display: none;
}

div#form-section-main {
	position: relative;
}

div#form-section-main::before {
	z-index: -1;
	content: "";
	background-color: #0066C7;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}

ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 30px;
}

ul.social li {
	width: 50px;
}

ul.social li a i {
	color: #fff;
	font-size: 20px;
}

.wpb_text_column.wpb_content_element.b1 h4,
.wpb_raw_code.wpb_content_element.wpb_raw_html.b1 h4 {
	color: #FFC629;
	font-size: 19px;
	font-weight: 600;
}

.wpb_text_column.wpb_content_element.b1 p {
	color: #fff;
}

.wpb_text_column.wpb_content_element.b2 h3 {
	color: #000;
}

.wpb_text_column.wpb_content_element.b2 p {
	color: #000;
}

.wpb_text_column.wpb_content_element.b2 {
	background: #fff;
	padding: 60px;
	border-radius: 20px;
}

.contact-form-sec.new-form-sec input.wpcf7-form-control.form-control,
.contact-form-sec.new-form-sec select.wpcf7-form-control.wpcf7-select.form-control {
	padding-bottom: 30px;
}

.contact-form-sec.new-form-sec p.contact-para {
	padding-top: 20px;
}

.contact-form-sec.new-form-sec p.reach-outline {
	font-size: 13px;
	padding-top: 11px;
}

.contact-form-sec.new-form-sec .red1-btn {
	margin-top: 80px;
}

.vc_btn3-container.purple-btn.c-u-btn.vc_btn3-inline a {
	background: #fff !important;
}

.c-u-btn a {
	background: #fff !important;
	border: 1px solid #D680B1 !important;
	color: #D680B1 !important;
}

.careerform h3 {
	font-size: 31px;
	text-align: center;
	color: #000;
	font-family: 'Futura-Book';
	margin-bottom: 40px;
}

.careerform input[type=text],
.careerform input[type=email],
.careerform input[type=tel] {
	font-size: 18px;
	height: 60px;
	margin-bottom: 30px;
}

.careerform textarea {
	height: 130px;
	resize: none;
	margin-bottom: 40px;
}

.careerform span {
	font-size: 19px;
	color: #000;
	font-family: 'Futura-Book';
}

.careerform input[type=file] {
	margin-top: 20px;
}

.careerform [type="file"] {
	/* Style the color of the message that says 'No file chosen' */
	color: #878787;
}

.careerform [type="file"]::-webkit-file-upload-button {
	background: #d7282f;
	border: 2px solid #ED1C1B;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	outline: none;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 1s ease;
}

.careerform [type="file"]::-webkit-file-upload-button:hover {
	background: #fff;
	border: 2px solid #535353;
	color: #000;
}

.apply-btn {
	margin-top: 23px;
}

div#all-jobs-posted-row {
	padding-top: 20%;
}

div#all-jobs-posted-row::before {
	content: "";
	background-color: #0066C7;
	width: 100%;
	bottom: 0;
	display: block;
	left: 0%;
	top: 20px;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 38%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 38%, 100% 100%, 0% 100%);
}

.single-jobs li {
	font-size: 18px;
}

/* New Forms Styling */

section.questionnaire-form {
	background: #fff;
	border-radius: 14px;
	padding: 40px;
	box-shadow: 0px 10px 40px #07080e2e;
}

section.questionnaire-form label {
	color: #000;
	font-weight: 500;
}

.questionnaire-form .wpcf7-list-item {
	width: 50%;
	margin: 3px 0;
}

.form-checkboxes.form-control {
	display: block;
	width: unset;
	border: none;
}

.form-checkboxes.form-control label {
	margin-bottom: 0;
}

[data-class="wpcf7cf_group"],
.wpcf7cf_remove,
.wpcf7cf_add {
	width: 50%;
}

section.questionnaire-form textarea {
	resize: none;
}

section.questionnaire-form .label_in_p {
	color: #000;
	margin-bottom: 0;
	font-family: unset;
	font-size: 16px;
	font-weight: 500;
}

section.questionnaire-form input[type="submit"] {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	border-color: #fd9d1a;
	background-color: #fd9d1a;
	border-radius: 40px;
	padding: 15.5px 40px;
	transition: 0.3s ease;
}

section.questionnaire-form input[type="submit"]:hover,
section.questionnaire-form input[type="submit"]:focus {
	box-shadow: 0px 5px 5px 0px #0000003d;
	background-color: #fff;
	color: #fd9d1a;
}


/* ------form css----- */
.intake-form {
	background: #fff;
	border-radius: 14px;
	padding: 65px;
	box-shadow: 0px 10px 40px #07080e2e;
}

.intake-form .family-orientatn {
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .family-orientatn .row {
	align-items: center;
}

.intake-form .family-orientatn label {
	width: 100%;
	font-weight: 700 !important;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .family-orientatn input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .family-orientatn h2 {
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.intake-form .family-orientatn p {
	font-family: 'Futura-Book';
	color: #000;
	text-align: center;
	font-size: 15px;
}

.intake-form .family-orientatn input:focus {
	border-color: #ff9e1a;
}

.intake-form .family-orientatn .row h4 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 28px;
	text-transform: capitalize;
}

.intake-form .family-orientatn .row .wpcf7-field-group {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.intake-form .family-orientatn .row .wpcf7-field-group .wpcf7-field-group-add {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 14px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .family-orientatn .row .wpcf7-field-group .wpcf7-field-group-remove {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 90px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .family-orientatn .row .wpcf7-field-group input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.intake-form .family-orientatn .row .wpcf7-field-group .wpcf7-field-group-add:focus {
	outline: none;
}

.intake-form .family-orientatn .row .wpcf7-field-group .wpcf7-field-group-remove:focus {
	outline: none;
}

.intake-form .family-orientatn .row .wpcf7-field-group input:focus {
	border-color: #ff9e1a;
	outline: none;
}

.intake-form .family-orientatn .row textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .family-orientatn .row textarea:focus {
	border-color: #fd9d1a;
}

.intake-form .family-orientatn .row span.form-control {
	border: 0px;
	padding-left: 0px;
}

.intake-form .family-orientatn .row .col-md-12 {
	font-weight: 700;
	font-family: 'Futura-Book';
}

.intake-form .family-orientatn .row span.wpcf7-list-item label {
	font-weight: 500;
}

.intake-form .adult-frm {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .adult-frm label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .adult-frm input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .adult-frm input:focus {
	border-color: #ff9e1a;
}

.intake-form .adult-frm .row h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 42px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.intake-form .adult-frm .row span.wpcf7-form-control-wrap {
	width: 100%;
}

.intake-form .adult-frm .row textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .adult-frm .row .wpcf7-checkbox {
	border: 0px;
	padding-left: 0px;
}

.intake-form .adult-frm .col-md-4 textarea {
	height: 80px;
}

.intake-form .child-frm {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .child-frm label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .child-frm input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .child-frm input:focus {
	border-color: #fe9d1a;
}

.intake-form .adult-frm .row textarea:focus {
	border-color: #fe9d1a;
}

.intake-form .child-frm h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 42px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.intake-form .child-frm textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .child-frm .wpcf7-checkbox {
	border: 0px;
	padding-left: 0px;
}

.intake-form .child-frm .col-md-12 p {
	font-family: 'Futura-Book';
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 16px;
}

.intake-form .child-frm .two-clmns label {
	width: 40%;
}

.intake-form .child-frm .two-clmns {
	display: flex;
	flex-wrap: wrap;
}

.intake-form .child-frm .two-clmns p {
	width: 100%;
	flex: 0 0 100%;
}

.intake-form .child-frm .two-clmns label .wpcf7-list-item {
	width: 23%;
}

.intake-form .teen-frm {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .teen-frm label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .teen-frm input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .teen-frm h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.intake-form .teen-frm .row {
	align-items: center;
	justify-content: center;
}

.intake-form .child-frm .row {
	align-items: center;
	justify-content: center;
}

.intake-form .teen-frm p {
	font-family: 'Futura-Book';
	color: #000;
	text-align: center;
	font-size: 15px;
}

.intake-form .teen-frm textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .teen-frm .wpcf7-checkbox {
	border: 0px;
	padding-left: 0px;
}

.intake-form .famlyagreemnt {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .famlyagreemnt h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

.intake-form .famlyagreemnt p {
	font-family: 'Futura-Book';
	color: #000;
	text-align: center;
	font-size: 15px;
}

.intake-form .famlyagreemnt label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .famlyagreemnt input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .famlyagreemnt .wpcf7-field-group {
	position: relative;
	margin-bottom: 20px;
}

.intake-form .famlyagreemnt .wpcf7-field-group .wpcf7-field-group-add {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .famlyagreemnt .wpcf7-field-group .wpcf7-field-group-remove {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 72px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .famlyagreemnt .wpcf7-field-group input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.intake-form .permisionfrm {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .permisionfrm h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

.intake-form .permisionfrm p {
	font-family: 'Futura-Book';
	color: #000;
	text-align: center;
	font-size: 15px;
}

.intake-form .famlyagreemnt .wpcf7-field-group .wpcf7-field-group-add:focus {
	outline: none;
}

.intake-form .famlyagreemnt .wpcf7-field-group .wpcf7-field-group-remove:focus {
	outline: none;
}

.intake-form .child-frm input:focus {
	border-color: #ff9e1a;
}

.intake-form .teen-frm textarea:focus {
	border-color: #fc9c1a;
}

.intake-form .famlyagreemnt .wpcf7-field-group input:focus {
	border-color: #fe9d1a;
}

.intake-form .permisionfrm label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .permisionfrm input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .permisionfrm .wpcf7-field-group {
	position: relative;
	margin-bottom: 20px;
}

.intake-form .permisionfrm .wpcf7-field-group .wpcf7-field-group-add {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .permisionfrm .wpcf7-field-group .wpcf7-field-group-add:focus {
	outline: none;
}

.intake-form .permisionfrm .wpcf7-field-group .wpcf7-field-group-remove {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 72px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .permisionfrm .wpcf7-field-group input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.intake-form .privcyexceptn {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .privcyexceptn h2 {
	width: 100%;
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

.intake-form .privcyexceptn h4 {
	font-size: 18px;
	text-align: center;
}

.intake-form .privcyexcept p {
	color: #000;
}

.intake-form .privcyexceptn p {
	color: #000;
	text-align: center;
	font-size: 15px;
}

.intake-form .privcyexceptn label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .privcyexceptn input:focus {
	border-color: #ff9e1a;
}

.intake-form .privcyexceptn input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .privcyexceptn .wpcf7-field-group {
	position: relative;
	margin-bottom: 20px;
}

.intake-form .privcyexceptn .wpcf7-field-group .wpcf7-field-group-add {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .privcyexceptn .wpcf7-field-group .wpcf7-field-group-add:focus {
	outline: none;
}

.intake-form .privcyexceptn .wpcf7-field-group .wpcf7-field-group-remove {
	border: solid 1px #ff9e1a;
	background: #ff9e1a;
	color: #fff;
	font-size: 13px;
	margin-top: 16px;
	border-radius: 4px;
	position: absolute;
	right: 72px;
	bottom: -16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.intake-form .privcyexceptn .wpcf7-field-group input {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, ;
}

.intake-form .privcyexceptn .wpcf7-field-group .wpcf7-field-group-remove:focus {
	outline: none;
}

.intake-form .sevnexception {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .sevnexception h2 {
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

.intake-form .sevnexception h4 {
	font-size: 18px;
	text-decoration: underline;
}

.intake-form .sevnexception p {
	font-size: 15px;
	color: #000;
}

.intake-form .authoriztn {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .authoriztn .row {
	justify-content: center;
}

.intake-form .authoriztn h3 {
	font-size: 18px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

.intake-form .authoriztn .col-md-4 p {
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.intake-form .authoriztn h2 {
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
}

.intake-form .authoriztn h4 {
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
	font-size: 18px;
}

.intake-form .authoriztn .col-md-12 p {
	color: #000;
	font-size: 15px;
}

.intake-form .authoriztn label {
	width: 100%;
	font-weight: 700;
	font-family: 'Futura-Book';
	margin-bottom: 14px;
}

.intake-form .authoriztn input {
	font-family: 'Futura-Book';
	font-size: 15px;
	margin-top: 10px;
}

.intake-form .authoriztn input:focus {
	border-color: #ff9e1a;
}

.intake-form .authoriztn .filblnk input {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 200px;
}

.intake-form .rulesafty {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .privcyexceptn .wpcf7-field-group input:focus {
	outline: none;
	border-color: #ff9e1a;
}

.intake-form .rulesafty .row {
	align-items: center;
	justify-content: center;
}

.intake-form .rulesafty .row h2 {
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
	width: 100%;
}

.intake-form .divrce {
	padding-top: 50px;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 25px;
}

.intake-form .divrce .row {
	align-items: center;
	justify-content: center;
}

.intake-form .divrce .row h2 {
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
	width: 100%;
}

.intake-form .divrce .row p {
	color: #000;
	font-size: 15px;
}

.intake-form .philosy {
	padding-top: 50px;
	padding-bottom: 25px;
}

.intake-form .philosy .row {
	align-items: center;
	justify-content: center;
}

.intake-form .philosy .row h2 {
	text-align: center;
	font-family: 'Suisse Int\'l';
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 14px;
	text-transform: capitalize;
	width: 100%;
}

.intake-form .philosy .row p {
	color: #000;
	font-size: 15px;
}

.intake-form .btn-sbmt {}

.intake-form .btn-sbmt input {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	border-color: #fd9d1a;
	background-color: #fd9d1a;
	border-radius: 40px;
	padding: 15.5px 40px;
	transition: 0.3s ease;
}

.intake-form .btn-sbmt input:hover {
	box-shadow: 0px 5px 5px 0px #0000003d;
	background-color: #fff;
	color: #fd9d1a;
}

.intake-form .adult-frm p.widt-ful {
	color: #212529;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Futura-Book';
	font-size: 15px;
}

.intake-form .adult-frm br {
	display: none;
}

.intake-form .child-frm br {
	display: none;
}

.intake-form .child-frm p.widt-ful {
	color: #212529;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Futura-Book';
	font-size: 15px;
	width: 100%;
}

.intake-form .teen-frm p.widt-ful {
	color: #212529;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: 'Futura-Book';
	font-size: 15px;
	width: 100%;
	text-align: left;
}

.intake-form .teen-frm br {
	display: none;
}

.wpcf7-response-output {
	border-color: #46b450 !important;
	border-radius: 5px;
	font-family: 'Futura-Book';
	font-weight: 700;
}

.intake-form .permisionfrm input:focus {
	border-color: #ff9e1a;
}

.intake-form .famlyagreemnt input:focus {
	border-color: #ff9e1a;
}

.intake-form .teen-frm input:focus {
	border-color: #ff9e1a;
}

.intake-form .child-frm textarea:focus {
	border-color: #ff9e1a;
}

.intake-form input[type=checkbox]:checked {
	accent-color: #ff9e1a;
}

.intake-form input[type="radio"] {
	accent-color: #ff9e1a;
}

.intake-form .family-orientatn .widt-ful {
	text-align: left;
	margin-bottom: 0px;
	color: #212529;
}

.intake-form .family-orientatn .row span.form-control label {
	margin-bottom: 0px;
}

.intake-form .adult-frm .row span.wpcf7-form-control-wrap label {
	margin-bottom: 0px;
}

.intake-form .famlyagreemnt .wpcf7-field-group input:focus {
	outline: none;
	border-color: #ff9e1a;
}

.intake-form .famlyagreemnt textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .famlyagreemnt textarea:focus {
	border-color: #ff9e1a;
}

.intake-form .permisionfrm textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .permisionfrm textarea:focus {
	border-color: #ff9e1a;
}

.intake-form .privcyexceptn textarea {
	height: 120px;
	resize: none;
	margin-top: 10px;
}

.intake-form .privcyexceptn textarea:focus {
	border-color: #ff9e1a;
}

@media screen and (max-width: 460px) {
	.intake-form {
		padding: 30px;
	}

	.intake-form .family-orientatn label {
		font-size: 15px;
	}

	.intake-form .family-orientatn .row .wpcf7-field-group .col-md-4 {
		width: 100%;
		flex: 0 0 100%;
	}

	.intake-form .family-orientatn .row .wpcf7-field-group {
		flex-wrap: wrap;
	}

	.intake-form .adult-frm label {
		font-size: 15px;
	}

	.intake-form .child-frm label {
		font-size: 15px;
	}

	.intake-form .teen-frm label {
		font-size: 15px;
	}

	.intake-form .famlyagreemnt ul {
		padding-left: 0px;
	}

	.intake-form .famlyagreemnt ul li {
		font-size: 15px;
	}

	.intake-form .permisionfrm label {
		font-size: 15px;
	}

	.intake-form .privcyexceptn label {
		font-size: 15px;
	}

	.intake-form .authoriztn label {
		font-size: 15px;
	}

	.intake-form .rulesafty p {
		color: #212529;
		text-align: center;
	}

	.intake-form .rulesafty ul {
		padding-left: 0px;
	}

	.intake-form .rulesafty ul li {
		font-size: 15px;
	}

	.intake-form .philosy ul {
		padding-left: 0px;
	}

	.intake-form .philosy ul li {
		font-size: 15px;
	}

	.intake-form .teen-frm .wpcf7-checkbox label {
		margin-bottom: 0px;
	}

	.intake-form .child-frm .wpcf7-checkbox label {
		margin-bottom: 0px;
	}
}
p.p-left {
    text-align: left !important;
    margin-bottom: 0px;
    margin-top: 25px;
}
section.questionnaire-form p {
    color: #000;
}

/* section.questionnaire-form span.wpcf7-form-control-wrap .form-control {
    border: 0px;
} */

section.questionnaire-form 
 .wpcf7-submit {
    margin-top: 38px;
}
.loctin-fields {
    align-items: center !important;
    justify-content: center;
    margin-bottom: 42px;
}

.loctin-fields .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loctin-fields .col-md-12 p {
    width: 100%;
    text-align: center !important;
    margin-top: 0px;
    font-size: 20px;
}
.intake-form .family-orientatn .uacf7_repeater_remove {
    font-size: 12px !important;
    position: absolute;
    right: 0px;
    top: 80px;
    background: #ff9e1a;
    color: #fff;
    border: 0px;
    border-radius: 4px;
}

.intake-form .family-orientatn .uacf7_repeater_sub_field {
    position: relative;
}

.intake-form .family-orientatn .uacf7_repeater_controls .uacf7_repeater_add {
    font-size: 12px;
    position: relative;
    top: -18px;
    background: #fa9b19;
    color: #fff;
    border-radius: 4px;
    border: 0px;
}

.intake-form .family-orientatn .uacf7_repeater_controls .uacf7_repeater_add:focus {
    outline: none;
}

.intake-form .family-orientatn .uacf7_repeater_remove:focus {
    outline: none;
}
button.uacf7_repeater_add {
    font-size: 12px;
    position: relative;
    top: -18px;
    background: #fa9b19;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

button.uacf7_repeater_remove {
    font-size: 12px!important;
    position: absolute;
    right: 0px;
    top: 80px;
    background: #ff9e1a;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.uacf7_repeater_sub_field {
    position: relative;
}
/* ----adoption form------ */
.adoptn-frm {
    background: #fff;
    border-radius: 14px;
    padding: 65px;
    box-shadow: 0 10px 40px #07080e2e;
}

.adoptn-frm h2 {
    text-align: center;
    font-size: 36px;
}

.adoptn-frm p {
    color: #000;
    text-align: center;
}

.adoptn-frm label {
    width: 100%;
    font-weight: 700!important;
    font-family: 'Futura-Book';
    margin-bottom: 14px;
}

.adoptn-frm input, .adoptn-frm select {
    font-family: 'Futura-Book';
    font-size: 15px;
    margin-top: 10px;
}

.adoptn-frm .wpcf7-checkbox {
    border: 0px;
}

.adoptn-frm input, .adoptn-frm .wpcf7-checkbox span.wpcf7-list-item.first {
    margin-left: 0px;
}

/* landing page start */
.page-id-9881 .breadcrumbs {
    display: none;
}
.blue-lp {
    color: #0071CE;
}
.white-lp {
    color: #fff;
}
.give-box .align-icon {
    text-align: left !important;
}
.give-box .aio-icon-header {
    text-align: left !important;
}
.give-box .aio-icon-description.ult-responsive {
    text-align: left !important;
}
.bluebg-lp {
    background-image: url(/wp-content/uploads/2024/12/Group-14339.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -250px;
    z-index: 0;
    padding-top: 250px;
    padding-bottom: 100px;
    background-size: cover;
	z-index: 1;

}
.dn-box h3.aio-icon-title.ult-responsive {
    text-align: left;
}
.dn-box .aio-icon-description.ult-responsive {
    text-align: left;
}
.dn-box .aio-icon-box {
    border-radius: 10px;
}
.dn-box .aio-icon-header {
    padding-top: 20px !important;
}
.greenbg-lp {
    background-image: url(https://www.christian-works.org/wp-content/uploads/2024/12/Group-14340.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-lp h2 {
    color: #FFC629;
    font-size: 40px;
}
.cta-lp p {
    color: #fff;
    font-size: 18px;
}
.cta-lp a {
    font-weight: bold;
}
.cta-lp {
    background-image: url(/wp-content/uploads/2024/12/Group-14338.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: -150px;
    background-color: transparent !important;
    border: none !important;
}
.bluebg2-lp {
    background-image: url(https://www.christian-works.org/wp-content/uploads/2024/12/Group-14341.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
	padding-bottom: 60px;
}
.bluebg2-lp a{
	font-weight: bold;
}
.page-id-9881 .main-header {
    display: none;
}
.give-box .vc_column-inner {
    height: 300px;
}
.faq-gr i.vc_toggle_icon {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}
.faq-gr i.vc_toggle_icon{
	visibility: hidden;
}
.faq-gr .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/Group-14317-1.png);
    background-size: cover;
    visibility: visible !important;
    height: 30px !important;
    width: 30px !important;
    background-color: transparent !important;
    border: none !important;
}
.faq-gr .vc_toggle_size_md.vc_toggle_active i.vc_toggle_icon::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/Group-14316.png);
    background-size: cover;
    visibility: visible;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
}
.faq-gr .vc_do_toggle {
    border-bottom: 1px solid #4A7775;
    padding-bottom: 20px;
}
.faq-gr h4 {
    font-size: 20px;
    color: #fff;
}
.faq-gr p {
    font-size: 18px;
    color: #fff;
}
.faq-gr .vc_toggle_content {
    margin-bottom: 0px;
}

.faq-bl i.vc_toggle_icon {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}
.faq-bl i.vc_toggle_icon{
	visibility: hidden;
}
.faq-bl .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/Down-Arrow-1.png);
    background-size: 10px;
    visibility: visible !important;
    height: 30px !important;
    width: 30px !important;
    background-color: transparent !important;
    border: none !important;
	background-repeat: no-repeat;
	    background-position: center left;
}
.faq-bl .vc_toggle_size_md.vc_toggle_active i.vc_toggle_icon::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/Icon-awesome-caret-down.png);
    background-size: 10px;
    visibility: visible;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: none;
	background-repeat: no-repeat;
	    background-position: center left;
}
.faq-bl .vc_toggle_title {
    border: 1px solid #0071CE;
    border-radius: 100px;
    padding: 20px 0px;
}
.faq-bl h4 {
    font-size: 20px;
}
.faq-bl p {
    font-size: 18px;
}
.ft-btn .fa-heart:before {
    color: red;
}
.ft-link a {
    color: #fff;
}
.page-id-9881 div#footer-widget {
    display: none;
}
.zind-lp{
	z-index:9;
}
.faq-bl .vc_toggle_title {
    padding-right: 60px !important;
}
@media only screen and (min-device-width: 767px) and (max-device-width: 1200px) {
	.dn-box {
    display: flex;
    flex-wrap: wrap;
}
	.dn-box .wpb_column {
    width: 50%;
}
}
/* landing page end */
span.tp-bullet-title {
    display: none;
}
@media screen and (min-width: 1920px) {
  rs-slide.f-slide rs-sbg {
    margin-top: 150px;
    margin-left: 150px;
}
}