/*
Theme Name: Cain Watters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cain-watters
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cain Watters is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.elementor-text-editor ul ul {
	margin: 1em 0 1em 33px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

/*Used to be 37.5em*/
@media screen and (min-width: 51.875em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

.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: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	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;
}

/*--------------------------------------------------------------
# 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;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
	max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.gfield{
	min-height: 55px;
}
.gform_body{
	position: relative;
}
.ginput_container{
	position: relative;
}
.gform_body .error{
	position: absolute;
	font-size: 0.8rem;
	color: #ff0000;
}


.wps_related_posts {
	grid-column-gap: 30px;
	grid-row-gap: 35px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-columns: repeat(3,1fr);
	display: grid;
}
.wps_related_posts .elementor-post__title {
	font-size: 18px;
	margin: 0;
}
.wps_related_posts .elementor-post__title {
	color: #00295b;
	font-size: 13px;
	line-height: 1.1em;
}
.wps_related_posts .elementor-post__title a {
	color: #00295b;
	font-size: 13px;
	line-height: 1.1em;
}
.wps_related_posts .elementor-post__thumbnail__link {
	margin-right: 20px;
	width: 30%;
}
.wps_related_posts .elementor-post__thumbnail {
	padding-bottom: calc( 0.77 * 100% );
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	overflow: hidden;
}
.wps_related_posts .elementor-post__thumbnail img {
	height: 100%;
	width: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%,-50%);
	-ms-transform: scale(1.01) translate(-50%,-50%);
	transform: scale(1.01) translate(-50%,-50%);
	max-height: none;
	max-width: none;
	display: block;
}

@media (max-width: 768px) {
	.wps_related_posts article {
		display: block !important;
	}
	.wps_related_posts .elementor-post__thumbnail__link {
		margin-right: auto;
		margin-bottom: 20px;
		display: block;
	}
	.wps_related_posts .elementor-post__text {
		width: 100%;
		display: block;
	}
}

/* Services Page */
body.page-id-4680 .slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider .slickslide-container {
	min-height: 400px;
}
body.page-id-4680 .slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider .slickslide-container h2 {
}
@media (min-width: 1200px) {
	#post-4680 > div.expanded.flexible-background.content-section > div.row.text-wrapper {
		padding-left: 60px;
	}
}

#post-4680  div:nth-child(6) > div > div > p {
	text-align: center;
	max-width: 794px;
	margin: auto;
}

#post-4680  div.expanded.flexible-background.content-section {
	background: #fff;
	padding-top: 0;
	margin: -20px 0 30px;
}
#post-4680  div.expanded.flexible-background.content-section a {
	font-weight: normal;
	text-decoration: underline;
	color: #002f54;
}

#post-4680  div.expanded.flexible-background.content-section a:hover {
	font-weight: normal;
}

#post-4680  div.together {
	background: url(https://www.cainwatters.com/wp-content/uploads/2019/11/bg-inthistogether.jpg);
	min-height: 450px;
	background-size: cover;
	background-position: center top;
	padding-top: 55px;
}

#post-4680  div.together > div {
	max-width: 794px;
	margin: auto;
}
#post-4680  div.together h6 {
	margin-bottom: 9%;
}

#post-4680  div.slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider > div > div > div {
	background-position: center center;
}

@media (max-width: 600px) {

	#post-4680  div.slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider > div > div > div {
		background-position: 54% center;
		background-size: auto 100%;
	}
	body.page-id-4680 .slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider .slickslide-container {
		min-height: 360px;
		padding: 0 40% 0 30px;
	}
	body.page-id-4680 .slickslider.slider-static-hero.hero-small-new.slick-initialized.slick-slider .slickslide-container h2 {
		margin-top: 30px;
		margin-left: 0;
		color: #000;
		line-height: 1.2em;
	}

}

/* Orthodontic Practice Comparison Page */
#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-2.columns {
	display: none;
}

#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-10.columns,
#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-12.columns {
	width: 100%;
}

#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-10.columns > h6,
#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-12.columns > h6 {
	font-size: 30px;
	font-weight: 400;
}

#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-10.columns > p,
#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-12.columns > p {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 22px;
}

#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-10.columns > ul,
#post-4893 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-12.columns > ul {
	font-size: 20px;
}

#post-4893 > div.expanded.flexible-background.content-section > div.row.text-wrapper > div:nth-child(2) > p {
	font-size: 22px;
	font-weight: 300;
	margin-top: 30px;
}

#post-4893 > div.expanded.flexible-background.content-section > div.row.text-wrapper > div:nth-child(2) > ul > li {
	margin: 10px 0;
}

#post-4893 .flexible-background {
	background: #fff;
	color: #000;
}
#post-4893 #hero8426 .slickslide-container {
	padding: 180px 20px;
}

#post-4893 .orthodontic-report-questions-title {
	margin: 20px auto 0;
}

@media (min-width: 768px) {
	#post-4893 .slickslider .slickslide-container {
		padding: 180px 20px 160px;
	}
	#post-4893 .slickslider .slickslide-container > h2 {
		font-size: 60px;
	}
	#post-4893 .slickslider .slickslide-container > h2,
	#post-4893 .slickslider .slickslide-container > h3 {
		max-width: 60%;
	}
}

/* Orthodontic Questions Section */
.orthodontic-report-questions-title {
	text-align: center;
	max-width: 768px;
	margin: auto;
}

.orthodontic-report-questions {
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
	margin: 30px auto;
}

.orthodontic-report-questions div {
	color: #fff;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: calc(33% - 10px);
	padding: 20px;
	padding-left: 10px;
}

.orthodontic-report-questions div:first-child {
	background: #56bbc1;
}

.orthodontic-report-questions div:nth-child(2) {
	background: #367f93;
}

.orthodontic-report-questions div:nth-child(3) {
	background: #002e53;
}

.orthodontic-report-questions div ul {
	max-width: 60%;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 10px;
}

.orthodontic-report-questions div img {
	width: 33%;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.orthodontic-report-questions {
		flex-direction: column;
		align-items: center;
	}

	.orthodontic-report-questions div {
		margin: 10px 20px;
		width: calc(100% - 40px);
		max-width: 400px;
	}
}

/* Financial Success Section */
.financial-success {
	padding: 0 0 20px 0;
}
.financial-success .svg-desktop {
	display: none;
	position: relative;
}
.financial-success .svg-mobile {
	position: relative;
}
.financial-success .svg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	color: #0e2f56;
	font-size: 1.2rem;
	line-height: 1;
}
.financial-success .svg-overlay > div {
	height: 20%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 35% 15% 7%;
	cursor: pointer;
}
.financial-success .svg-overlay .step-title {
	font-size: 1.5rem;
}

.financial-success .step-descriptions {
	margin-top: 15px;
	display: none;
}
.financial-success .step-descriptions > div {
	display: none;
}
.financial-success .step-descriptions > div.active {
	display: block;
	background: #0e2f56;
	color: #fff;
	padding: 20px;
	max-width: 370px;
	margin: auto;
}
.financial-success .step-descriptions .desc-title,
.financial-success .svg-mobile .svg-overlay > div > div[class*=desc] .desc-title {
	text-transform: uppercase;
	font-size: 1.5rem;
}

.financial-success .svg-desktop svg g.active path.st1,
.financial-success .svg-mobile svg g.active path.st3 {
	fill: #0e2f56;
}
.financial-success svg g[class*=group] > polygon,
.financial-success svg g[class*=group] > polyline {
	display: none;
}
.financial-success svg g[class*=group].active > polygon,
.financial-success svg g[class*=group].active > polyline {
	display: block;
	fill: #40B2B5;
}

.financial-success .svg-mobile .svg-overlay > div {
	position: relative;
}
.financial-success .svg-mobile .svg-overlay > div > div[class*=desc]:last-child {
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	right: 0;
	background: #0e2f56;
	color: #fff;
	padding: 24px 20px 20px;
	z-index: 2;
	display: none;
}
.financial-success .svg-mobile .svg-overlay .close {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 20px;
}
.financial-success .svg-mobile .svg-overlay > div > div[class*=desc].active {
	display: block;
}

@media (min-width: 767px) {
	.financial-success .svg-desktop {
		display: block;
	}
	.financial-success .svg-mobile {
		display: none;
	}
	.financial-success .svg-overlay {
		flex-direction: row;
	}
	.financial-success .svg-overlay > div {
		width: 20%;
		height: 100%;
		padding: 13% 10px 7%;
	}
	.financial-success .step-descriptions {
		display: block;
	}
	.financial-success .svg-overlay {
		font-size: .9rem;
	}
	.financial-success .svg-overlay .step-title {
		font-size: 1.2rem;
	}
}
@media (min-width: 900px) {
	.financial-success .svg-overlay {
		font-size: 1.2rem;
	}
	.financial-success .svg-overlay .step-title {
		font-size: 1.5rem;
	}
}

.contact-background .details .info-repeater .small-2.columns {
	text-align: center;
}
div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div:nth-child(2) > div.small-2.columns > img {
	margin-left: -25px;
}

.page-id-6688 .flexible-background,
.page-id-466 .flexible-background,
.page-id-4768 .flexible-background {
	background:#fff !important;
	color:#333 !important;
}
.page-id-6688 .flexible-background h3,
.page-id-466 .flexible-background h3,
.page-id-4768 .flexible-background h3{
	color:#002f54 !important;
}

.nxtstp-right span {
	color: #002f54 !important;
	font-weight: bold;
	margin-bottom: -15px;
	display: block;
}

.slickslide-container.light .nxtstp-right a.button,
#post-4768 > div:nth-child(10) > div > div > div > div > h3 > div > a.button {
	color: #2199e8;
	background-color: #fff;
	opacity: 1;
	border-color: #2199e8;
	margin-top: 25px;
	padding: 15px 10px;
}
#post-4768 > div:nth-child(10) > div > div > div > div > h3 > div > a.button {
	margin-top: 10px !important;
}

.slickslide-container.light .nxtstp-right a:hover.button,
#post-4768 > div:nth-child(10) > div > div > div > div > h3 > div > a:hover.button{
	color: #fff;
	opacity: 1;
	background-color: #2199e8;
}

.nxtstp-left {
	font-size: 3rem;
}

@media (min-width: 768px) {
	.nxtstp-right {
		width: 50%;
		float: right;
	}

	.nxtstp-left {
		width: 40%;
		position: absolute;
		top: 30%;
		font-size: 4rem;
	}
}

.nxtstp-right .button, .nxtstp-left .button {
	margin-top: 10px;
}

@media (max-width: 767px) {

	#post-4768 > div:nth-child(15) > div > div > div {
		background-image: url("https://cainwatterstag.wpengine.com/wp-content/uploads/2019/12/mobile-nextstep-bg.jpg") !important;
		padding-top: 250px;
	}

	#post-4768 > div:nth-child(10) > div > div > div {
		background-image: url("https://cainwatterstag.wpengine.com/wp-content/uploads/2019/12/mobile-tellusmore-bg.jpg") !important;
		padding-bottom: 250px;
		background-position: bottom;
	}

	#post-466 > div:nth-child(12) > div > div > div {
		background-image: url("https://cainwatterstag.wpengine.com/wp-content/uploads/2019/12/mobile-unique-bg.jpg") !important;
		padding-bottom: 250px;
		background-position: bottom;
	}
}

/* #post-466 > div:nth-child(3) > div > div > div > div {
	background: #fff;
	max-width: 610px;
	margin-left: 10%;
	border-radius: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
} */

#post-466 > div:nth-child(3) > div > div > div > div > h3,
#post-466 > div:nth-child(12) > div > div > div > div > h3{
	margin-bottom: 0;
}

#post-4768 > div:nth-child(6) {
	padding-bottom: 46px !important;
}

#post-4768 > div:nth-child(18) > div.row.text-wrapper > div > ul > li,
#post-4768 > div:nth-child(20) > div.row.text-wrapper > div > ul > li {
	margin-bottom: 60px;
	padding-left: 20px;
	margin-top: 20px;
}

#post-466 > div:nth-child(12) > div.row.text-wrapper > div:nth-child(2) > p:nth-child(2) > img {
	width: 70%;
}

#post-466 > div:nth-child(12) > div.row.column > h3 {
	margin-bottom: 30px;
}

#post-466 > div.row.text-center.icon-text > div {
	padding: 0 0 80px;
	margin-top: -10px;
}

#post-466 > div:nth-child(12) > div > div > div > div {
	padding: 120px 20px;
}

#post-466 > div:nth-child(12) > div.row.column > h3 {
	margin-top: 70px;
	margin-bottom: 40px;
}

#post-466 > div:nth-child(14) > div.row.column {
	margin-bottom: 40px;
	margin-top: 40px;
}

#post-466 > div:nth-child(12) > div.row.text-wrapper > div:nth-child(1) > ul {
	list-style: none;
	margin-left: 18px;
}

#post-466 > div:nth-child(12) > div.row.text-wrapper > div:nth-child(1) > ul > li {
	position: relative;
}

#post-466 > div:nth-child(12) > div.row.text-wrapper > div:nth-child(1) > ul > li::before {
	content: ' ';
	position: absolute;
	left: -12px;
	top: 11px;
	width: 5px;
	height: 5px;
	background-color: #8de0e3;
	border-radius: 50%;
}


/* HDYPC Contact - New Landing Page */
#post-4968 .contact-background {
	background-position: center;
}
#post-4968 .contact-background .small-2.columns {
	display: none;
}
@media screen and (min-width: 51.875em) {
	#post-4968 .contact-background .small-10.columns {
		font-size: 21px;
		font-weight: 200;
	}
	#post-4968 .contact-background .small-10.columns h6 {
		font-size: 30px;
		font-weight: 200;
	}
	#post-4968 .contact-background .details {
		padding: 40px 55px;
	}
}

#post-4968 .expanded.flexible-background.content-section {
	background: #fff;
	color: #000;
}

#post-4968 .slickslider.slider-static-hero.hero-large-new.slick-slider h3 {
	max-width: 60%;
}

#post-4968 .expanded.content-section.text-center.two-ctas {
	text-align: left;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns {
	margin: 20px;
	padding: 0;
	background: #56bbc1;
	color: #fff;
}

#post-4968 .expanded.content-section.text-center.two-ctas .columns .dot {
	color: #89e0e5;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns h5 {
	padding: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns p {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
}

#post-4968 .expanded.content-section.text-center.two-ctas .columns:first-child {
	background: #367f93;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns:first-child h5 {
	font-size: 1.6em;
	background: #56bbc1;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns:first-child p {
	font-size: 1.4em;
	padding: 1.5em;
	max-width: 290px;
	margin: auto;
	min-height: 280px;
}


#post-4968 .expanded.content-section.text-center.two-ctas .columns:nth-child(2) {
	background: #002e53;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns:nth-child(2) h5 {
	font-size: 1.6em;
	background: #367f93;
}
#post-4968 .expanded.content-section.text-center.two-ctas .columns:nth-child(2) p {
	font-size: 1.4em;
	padding: 1.5em;
	max-width: 290px;
	margin: auto;
	min-height: 280px;
}

#post-4968 .expanded.content-section.text-center.two-ctas .columns {
	width: calc(100% - 40px);
}

#post-4968 .expanded.flexible-background.content-section .text-wrapper .columns:first-child {
}
#post-4968 .expanded.flexible-background.content-section .text-wrapper .columns:first-child p {
	font-size: 130%;	
}
#post-4968 .expanded.flexible-background.content-section .text-wrapper .columns:first-child a.button {
	background: #55bdc2;
	color: #fff;
	border: none;
}
#post-4968 .expanded.flexible-background.content-section .text-wrapper .columns:nth-child(2) img {
	max-width: 335px;
	margin: auto;
	display: block;
}
#post-4968 .slickslider.hero-large-new.slick-slider a.button {
	background: transparent !important;
	border: 1px solid #fff !important;
}

@media screen and (min-width: 51.875em) {
	#post-4968 .expanded.flexible-background.content-section .text-wrapper .columns:nth-child(2) img {
		max-width: 435px;
	}

	#post-4968 .expanded.content-section.text-center.two-ctas .columns {
		width: calc(50% - 40px);
	}
	#post-4968 .expanded.content-section.text-center.two-ctas .columns p {
	}
}

#post-4968 .expanded.content-section.text-center.two-ctas .button {
	display: none;
}

@media (max-width: 768px) {

	li.parentLi {
		display: none !important;
	}

}

.page-id-5352 .hero-large-new > div > div > div > div > h3 {
	max-width: 65%;
}
.page-id-5352 .hero-large-new .slick-slide {
	padding-bottom: 160px;
	padding-top: 100px;
}
#post-5352 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details > div > div.small-2.columns {
	display: none !important;
}
#post-5352 > div.expanded.contact-background.content-section.contact > div > div.small-12.medium-pull-5.medium-7.columns.details {
	background: #fff;
}

#post-5352 .contact p {
	margin-bottom: 20px;
}
#post-5352 .contact h6 {
	margin-bottom: 40px;
	font-size: 30px;
	text-transform: none;
	font-weight: 500;
	line-height: 1.2;
}
#post-5352 .contact .author {
	font-size: 1rem;
	text-transform: none;
	font-weight: normal;
	margin-top: 15px;
}
#post-5352 .contact .small-10.columns {
	width: 100%;
}

#post-5352 .slickslide-container.dark a.button {
	color: #fff;
	background-color: #26438D;
	opacity: 1;
	border-color: #002f54;
}

.graph-section {
	max-width: 750px;
	text-align: center;
	margin: auto;
	padding: 20px 30px;
}

.spotlight-section {
	background: #eeffff;
	padding-top: 40px;
	color: #002F54;
}
.spotlight-section h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px;
}
.spotlight-section-inner {
	max-width: 800px;
	margin: auto;
}
.spotlight-section-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 748px;
	padding: 0 40px;
	margin: auto;
}
.spotlight-section-1 .info {
	width: calc(50% - 10px);
}
.spotlight-section-1 .big {
	color: #04B0B0;
	font-size: 1.9em;
	line-height: 1.1;
	margin-bottom: 20px;
}
.spotlight-section-1 .bigger {
	font-size: 2.8em;
}
.spotlight-section-1 .img-container {
	width: calc(50% - 10px);
}
.spotlight-section-1 .img-container img {

}

.spotlight-section-2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 40px;
}
.spotlight-section-2 .img-container {

}
.spotlight-section-2 .img-container img {

}
.spotlight-section-2 .watch-now {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.spotlight-section-2 .watch-now > a {
	margin-right: 15px;
	min-width: 50px;
	max-width: 40%;
}
.spotlight-section-2 .watch-now > div {

}

@media (max-width: 768px) {
	.spotlight-section-1 {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.spotlight-section-1 .info {
		margin-bottom: 40px;
	}
	.spotlight-section-1 .info,
	.spotlight-section-1 .img-container {
		width: 100%;
	}
	.spotlight-section-2 {
		flex-direction: column-reverse;
		align-items: center;
	}
	.spotlight-section-2 .img-container {
		max-width: 400px;
	}
}

.testimonial-item {
	text-align: center;
	font-family: "Lato", sans-serif;
	padding: 50px 0 20px;
}
.testimonial-item .slide {
	padding: 50px;
}
.testimonial-item .slide {
	padding: 50px;
}
.testimonial-item .title {
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 1;
}
.testimonial-item .body {
	font-size: 15px;
	font-weight: 400;
	line-height: 2em;
	text-align: left;
	position: relative;
	z-index: 1;
}
.testimonial-item .meta-data {
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	padding-top: 20px;
}
.testimonial-item .slick-dots {
	/* padding-top: 25px; */
	top: 100%;
	bottom: auto;
}
.testimonial-item .read-more {
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #569CE1;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.testimonial-item .read-more:after {
	background-image: url(/wp-content/uploads/2021/11/Vector-2.svg);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
	content: ' ';
	width: 20px;
	height: 10px;
}
.testimonial-item .read-more.active:after {
	transform: rotate(180deg);
	transition: 0s all;
	top: -20px;
	bottom: unset;
}

.slick-dots li img:nth-child(1) {
	display: block;
}

.slick-dots li img:nth-child(2) {
	display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
	display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
	display: block;
}

.slick-dots > li:first-child:last-child {display: none;}

@media (max-width: 768px) {
	.testimonial-item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.testimonial-item .title {
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	.testimonial-item .meta-data {
		padding-bottom: 50px;
	}
	.testimonial-item .title:before {
		background-image: url(/wp-content/uploads/2021/11/left-quotation.svg);
		background-repeat: no-repeat;
		background-size: 150px 150px;
		position: absolute;
		left: calc(50% - 75px);
		top: -10%;
		z-index: 0;
		content: ' ';
		width: 150px;
		height: 150px;
		display: block;
	}
}

@media (min-width: 768px) {
	.testimonial-item .body:before {
		background-image: url(/wp-content/uploads/2021/11/left-quotation.svg);
		background-repeat: no-repeat;
		background-size: 125px 125px;
		position: absolute;
		left: -3%;
		top: -25%;
		z-index: 0;
		content: ' ';
		width: 125px;
		height: 125px;
		display: block;
	}
	.testimonial-item .body:after {
		background-image: url(/wp-content/uploads/2021/11/right-quotation.svg);
		background-repeat: no-repeat;
		background-size: 125px 125px;
		position: absolute;
		right: -2%;
		bottom: -25%;
		z-index: -1;
		content: ' ';
		width: 125px;
		height: 125px;
		display: block;
	}
}

/* Landing Page */
.columns-arrows {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.columns-arrows > * {
	margin: 0;
}
.columns-arrows img {
	width: 60px;
}
.columns-arrows h4 {
	text-transform: none;
	color: #989898;
	margin-right: 20px;
	font-size: 30px;
	line-height: 32px;
	width: 175px;
	text-align: right !important;
}

body.page-id-5709 .post-5709 .expanded:nth-child(1) .row {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 830px) {
	body.page-id-5709 .post-5709 .expanded:nth-child(1) > .row > .columns:nth-child(2) {
		background: #fff !important;
	}
}
body.page-id-5709 .post-5709 .expanded:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(1) {
	width: 0;
}
@media (min-width: 1277px) {
	body.page-id-5709 .post-5709 .expanded:nth-child(1) {
		height: calc(100vh - 160.38px);
		display: flex;
		align-items: center;
	}
	body.page-id-5709 .post-5709 .expanded:nth-child(1) > .row > .columns:nth-child(2) {
		height: auto !important;
		padding: 40px 20px 0;
	}
}

body.page-id-5709 .post-5709 .expanded:nth-child(3) {
	background: #fff;
	padding-top: 50px;
}

body.page-id-5709 .post-5709 .row:nth-child(6) {
	padding-bottom: 30px;
}

body.page-id-5709 .content-section .row h3 {
	color: #002F54;
	text-align: center;
	margin-bottom: 75px;
}

body.page-id-5709 .info-repeater:nth-child(1) {
	margin-bottom: 15px;
}

body.page-id-5709 .info-repeater:nth-child(1) .columns h6 {
	color: #3696C4;
	font-size: 0.8em;
	line-height: 0.8em;
	margin-bottom: 20px;
}

body.page-id-5709 .info-repeater:nth-child(2) .columns {
	font-size: 17px;
}

body.page-id-5709 .info-repeater:nth-child(2) .columns h6 {
	margin-bottom: 20px;
	text-transform: none;
	font-size: 18px;
}

.info-repeater {
	width: auto;
}

body.page-id-5709 .info-repeater .columns:nth-child(1) {
	padding: 0;
	height: 0;
}

body.page-id-5709 .info-repeater .columns:nth-child(2) {
	width: auto;
	padding: 0 40px;
}

.info-repeater .contact-left-title {
	font-size: 40px;
	font-weight: 300;
}

.info-repeater .contact-left-title .line-1 {
	background-color: rgba(36,198,220,1);
	background-image: linear-gradient(90deg, rgba(36,198,220,1), rgba(81,74,157,1));
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.info-repeater .contact-left-title .line-2 {
	background-color: rgba(36,198,220,1);
	background-image: linear-gradient(270deg, rgba(36,198,220,1), rgba(81,74,157,1));
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.overhead-collections {
	display: flex;
	flex-direction: row;
	max-width: 900px;
	margin: 20px auto 75px;
}

.overhead-collections .left-collections, .overhead-collections .right-overhead {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;

}

.overhead-collections .left-collections {
	width: 50%;
}

.overhead-collections .right-overhead {
	width: 50%;
}

.overhead-collections .left-collections:before, .overhead-collections .right-overhead:before {
	content: " ";
	display: inline-block;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	border-radius: 9999px;
}

.overhead-collections .left-collections:before {
	background-color: #C5EDEE;
}

.overhead-collections .right-overhead:before {
	background-color: #1C3E8A;
}

@media (max-width: 420px) {
	.overhead-collections .left-collections:before, .overhead-collections .right-overhead:before {
		margin-right: 0;
	}
}

body.page-id-5709 .post-5709 .expanded:nth-child(5) .row:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
@media (max-width: 829px) {
	body.page-id-5709 .post-5709 .expanded:nth-child(5) .row:nth-child(2) .columns:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (min-width: 830px) {

}

.image-first .block-container .overlay {
	display: none;
}
.image-first .block-container:hover .overlay {
	display: block;
}

.icon-text a.inline-button-oc {
	color: #002F54;
	font-size: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: right;
}

.icon-text a.inline-button-oc:hover {
	font-weight: 400;
	color: #002F54;
}

.icon-text a.inline-button-oc:hover:after {
	transform: translateX(20px);
}

.icon-text a.inline-button-oc:after {
	content: " ";
	margin-left: 20px;
	display: inline-block;
	width: 40px;
	height: 30px;
	background-image: url(/wp-content/uploads/2022/03/arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .3s all;
}

body.page-id-5709 .slider-static-hero .slick-slide {
	background-position: top right;
}

body.page-id-5709 .slider-static-hero .slickslide-container {
	min-height: 850px;
}

@media (min-width: 51.875em) {
	body.page-id-5709 .slider-static-hero .slickslide-container h2.hero-content-headline {
		font-size: 65px;
	}
}

body.page-id-5709 .slider-static-hero .slickslide-container h3 {
	max-width: 60.75%;
	line-height: 2em;
	margin-bottom: 75px;
}
@media (max-width: 991px) {
	body.page-id-5709 .slider-static-hero .slickslide-container h3 {
		max-width: auto;
	}
}
@media (max-width: 1106px) {
	body.page-id-5709 .info-repeater:nth-child(2) .columns h6 {
		font-size: 16px;
	}
	body.page-id-5709 .info-repeater:nth-child(2) .columns {
		font-size: 15px;
	}
}
@media (max-width: 1009px) {
	body.page-id-5709 .info-repeater:nth-child(2) .columns h6 {
		font-size: 14px;
	}
	body.page-id-5709 .info-repeater:nth-child(2) .columns {
		font-size: 13px;
	}
}

/* Home Hero */
body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format {
	position: relative;
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 {
	display: flex;
	flex-direction: column;
	margin-left: 100px;
	margin-top: 75px;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1,
body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
	background-color: rgba(36,198,220,1);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
	font-size: 125%;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1 {
	background-image: linear-gradient(90deg, rgba(36,198,220,1) -25%, rgba(81,74,157,1) 175%);
	margin-left: 30px;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
	background-image: linear-gradient(270deg, rgba(36,198,220,1) -75%, rgba(81,74,157,1) 125%);
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub,
body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2-sub {
	font-weight: 500;
	font-size: 50%;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub {
	margin-left: 400px;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h3 {
	position: absolute;
	left: 0;
	top: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 150%;
	background-image: url(/wp-content/uploads/2022/03/new-report-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 25px 200px 25px 100px;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button {
	margin-left: 100px
		/* border: none;
		width: auto;
		position: absolute;
		left: 50%;
		bottom: 0;
		color: #fff;
		text-transform: none;
		font-size: 150%;
		font-weight: 500;
		opacity: 1;
		max-width: none;
		padding: 25px 100px 25px 100px;
		width: 50%;
		background-image: url(/wp-content/uploads/2022/03/ocr-bg.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left;
		background-color: #0000;
		text-align: left;
		overflow: hidden; */
}
/* body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button:hover {
background-color: #0000 !important;
}

body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button:after {
content: ">";
margin-left: 20px;
transition: .3s all;
} */
body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button:hover:after {
	transform: translateX(20px);
}

@media (max-width: 1250px) {
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
		font-size: 125%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub {
		margin-left: 400px;
	}
}
@media (max-width: 1040px) {
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
		font-size: 100%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub {
		margin-left: 310px;
	}
	/* body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button {
	font-size: 110%;
} */
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h3 {
		font-size: 125%;
	}
}
@media (max-width: 829px) {
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 {
		margin-top: 50px;
		margin-left: 50px;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1 {
		margin-left: 0;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub {
		margin-left: 0;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
		font-size: 150%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2-sub {
		font-size: 75%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h3 {
		padding: 10px 40px 10px 20px;
		font-size: 100%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button {
		margin-left: 50px !important;
		/* padding: 10px 20px 10px 40px;
		font-size: 75%;
		width: 65%;
		left: 35%; */
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h3 {
		font-size: .8rem;
	}
}
@media (max-width: 500px) {
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2 {
		font-size: 125%;
	}
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-1-sub,
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2 .line-2-sub {
		font-size: 65%;
	}
	/* body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button {
	font-size: .8rem;
	width: 378px;
	max-width: 100%;
	right: 0;
	left: auto;
} */
}
@media (max-width: 388px) {
	body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format h2, body.page-id-2 .post-2 .slickslider .slick-slide .new-template-format a.button {
		margin-left: 0 !important;
	}
}

/* Pediatrics 2022 Homepage Slider */
.slick-slide .slickslide-container.pediatrics-report-2022 {

}

.slick-slide .slickslide-container.pediatrics-report-2022 h2 {
	max-width: 600px;
	font-size: 55px;
	font-weight: 400;
	line-height: 1em;
	background: rgb(26,41,128);
	background: linear-gradient(130deg, rgba(26,41,128,1) 0%, rgba(32,189,255,1) 125%);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

.slick-slide .slickslide-container.pediatrics-report-2022 h3 {
	color: #059DA3;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.1em;
	max-width: 450px;
}

.slick-slide .slickslide-container.pediatrics-report-2022 a.button {
	background-color: #001F58 !important;
}

.slick-slide .slickslide-container.pediatrics-report-2022 a.button:hover {
	background-color: #002f54 !important;
}

@media (max-width: 829px) {
	.slick-slide .slickslide-container.pediatrics-report-2022 h2 {
		font-size: 40px;
	}

	.slick-slide .slickslide-container.pediatrics-report-2022 h3 {
		font-size: 20px;
		max-width: 350px;
	}
	body.home .slickslider .slick-list .slick-track .slick-slide:nth-child(2) {
		background-position: right center !important;
	}
}

@media (max-width: 500px) {
	.slick-slide .slickslide-container.pediatrics-report-2022 h2 {
		font-size: 30px;
		max-width: 400px;
	}

	.slick-slide .slickslide-container.pediatrics-report-2022 h3 {
		max-width: 235px;
	}
}

/* Pediatrics Report 2022 Landing Page */
/* Contact Form */
body.page-id-5784 #main div:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(1) {
	width: 0 !important;
}

body.page-id-5784 #main div:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(2) {
	width: 100% !important;
}

body.page-id-5784 #main div:nth-child(1) .row .columns:nth-child(2) .row .columns h6 {
	font-size: 60px;
	line-height: 1.05em;
	font-weight: 400;
	background: rgb(26,41,128);
	background: linear-gradient(135deg, rgba(26,41,128,1) 0%, rgba(32,189,255,1) 125%);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

.row .columns .form-sub-heading {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	color: #059DA3;
	margin-bottom: 40px;
	display: block;
}

@media (max-width: 992px) {
	body.page-id-5784 #main div:nth-child(1) .row .columns:nth-child(2) .row .columns h6 {
		font-size: 40px;
	}
}
/* Quick Look */
body.page-id-5784 #main div:nth-child(3) .row .columns h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	line-height: 1em;
}

#main .content-section .row .quick-look-pd2022 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#main .content-section .row .quick-look-pd2022 p:nth-child(1) {
	font-size: 36px;
	line-height: 1.1em;
	text-align: center;
}

#main .content-section .row .quick-look-pd2022 p:nth-child(2) {
	text-align: center;
}

#main .content-section .row .quick-look-pd2022 p img {
	margin-top: 75px;
	margin-bottom: 20px;
}

@media (min-width: 830px) {
	#main .content-section .row .quick-look-pd2022 p img {
		max-width: 80%;
	}
}

#main .content-section .row .quick-look-pd2022 p a {
	color: #002F54 !important;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.1em;
}

#main .content-section .row .quick-look-pd2022 p a:hover {
	color: #002F54 !important;
	font-weight: 400;
}

#main .content-section .row .quick-look-pd2022 p a:after {
	content: " ";
	display: inline-block;
	margin-left: 15px;
	background-image: url(/wp-content/uploads/2022/04/arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 40px;
	height: 30px;
	transition: .3s all ease-in-out;
}
#main .content-section .row .quick-look-pd2022 p a:hover:after {
	transform: translateX(10px);
}

@media (max-width: 829px) {
	body.page-id-5784 #main div:nth-child(3) .row .columns h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#main .content-section .row .quick-look-pd2022 p:nth-child(1) {
		font-size: 18px;
	}
	#main .content-section .row .quick-look-pd2022 p a {
		font-size: 18px;
	}
	#main .content-section .row .quick-look-pd2022 p a:after {
		width: 20px;
		height: 15px;
	}
	#main .content-section .row .quick-look-pd2022 p img {
		margin-top: 20px;
	}
}

/* CPA Insight */
body.page-id-5784 #main div:nth-child(4) {
	background-color: #EFEFEF;
	width: 100%;
	max-width: initial;
	margin: 0;
	display: flex;
	justify-content: center;
}

body.page-id-5784 #main div:nth-child(4) .content-section {
	max-width: 75rem;
	display: grid;
	grid-template-columns: 30% 70%;
	padding-bottom: 0;
}

body.page-id-5784 #main div:nth-child(4) .content-section img {
	grid-row-start: 1;
	grid-row-end: 3;
	padding-bottom: 0;
	align-self: end;
}

body.page-id-5784 #main div:nth-child(4) .content-section h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-image: url(/wp-content/uploads/2022/04/double-left-quote.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

body.page-id-5784 #main div:nth-child(4) .content-section p {
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

body.page-id-5784 #main div:nth-child(4) .content-section p .quote-content-pd22 {
	line-height: 2.25em;
}

@media (max-width: 1024px) {
	body.page-id-5784 #main div:nth-child(4) .content-section img {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 829px) {
	body.page-id-5784 #main div:nth-child(4) .content-section {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	body.page-id-5784 #main div:nth-child(4) .content-section img {
		display: none;
	}
	body.page-id-5784 #main div:nth-child(4) .content-section h2 {
		padding-top: 25px;
	}
}

/* Questions */
body.page-id-5784 #main div:nth-child(5) {
	background-color: #fff;
}

body.page-id-5784 #main div:nth-child(5) .row:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#main .content-section .row h2.two-col-title-pd2022 {
	text-align: center;
	max-width: 375px;
	margin-left: auto;
}

#main .content-section .row ul.two-col-list-pd2022 {
	color: #474747;
	width: 100%;
	margin-bottom: 35px;
}

#main .content-section .row ul.two-col-list-pd2022 li {
	margin: 25px 0;
}

@media (max-width: 829px) {
	body.page-id-5784 #main div:nth-child(5) .row:nth-child(2) .columns {
		display: flex;
		justify-content: center;
	}
	#main .content-section .row h2.two-col-title-pd2022 {
		margin: 0 0 20px;
		max-width: 500px;
		font-size: 28px;
	}
	#main .content-section .row ul.two-col-list-pd2022 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto;
	}
	#main .content-section .row ul.two-col-list-pd2022 li {
		margin: 10px 0;
	}
}

@media (max-width: 500px) {
	#main .content-section .row ul.two-col-list-pd2022 {
		display: block;
	}
}

/* About CWA */
body.page-id-5784 #main .slickslider .slick-list .slickslide-container {
	min-height: auto;
	height: 40vw;
	max-height: 750px;
}

body.page-id-5784 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
	color: #fff;
	font-size: 66px;
	line-height: 1em;
	font-weight: 300;
}

body.page-id-5784 #main .slickslider .slick-list .slickslide-container h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	max-width: 700px;
	margin-bottom: 40px;
}

body.page-id-5784 #main .slickslider .slick-list .slickslide-container a.button {
	background-color: #26438D;
	color: #fff;
	border-color: #26438D;
	opacity: 1;
}

body.page-id-5784 #main .slickslider .slick-list .slickslide-container a.button:hover {
	background-color: #203979;
	border-color: #203979;
}

@media (max-width: 1280px) {
	body.page-id-5784 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
		font-size: 50px;
	}
	body.page-id-5784 #main .slickslider .slick-list .slickslide-container h3 {
		font-size: 18px;
		max-width: 530px;
	}
}

@media (max-width: 829px) {
	body.page-id-5784 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
		font-size: 32px;
	}
	body.page-id-5784 #main .slickslider .slick-list .slickslide-container h3 {
		font-size: 16px;
		max-width: 470px;
	}
	body.page-id-5784 #main .slickslider .slick-list .slickslide-container {
		max-height: auto;
		min-height: 400px;
	}
}






/* HDYPC 2021 Homepage Slider */
.hdypc-2021.row.slickslide-container h2 {
	text-transform: initial;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 400;
}

.hdypc-2021.row.slickslide-container h3 {
	font-size: 32px;
	line-height: 1.1;
	position: relative;
	z-index: 3;
	font-weight: 400;
}

.hdypc-2021.row.slickslide-container h3:before {
	content: " ";
	margin-left: -35px;
	margin-bottom: -25px;
	background-image: url(/wp-content/uploads/2022/06/hdypc-2021-number.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 800px;
	height: 150px;
	z-index: 2;
}

.hdypc-2021.row.slickslide-container h3 .content {
	margin-left: 415px;
}

.hdypc-2021.row.slickslide-container div.pretext {
	color: #02275C !important;
	font-size: 24px;
	line-height: 1.1;
	max-width: 350px;
	margin-top: -10px;
}

@media (max-width: 1230px) {
	.hdypc-2021.row.slickslide-container {
		padding-left: 35px;
	}
}

@media (max-width: 1024px) {
	.hdypc-2021.row.slickslide-container h2 {
		font-size: 28px;
	}

	.hdypc-2021.row.slickslide-container h3 {
		font-size: 28px;
	}

	.hdypc-2021.row.slickslide-container h3:before {
		height: 140px;
	}

	.hdypc-2021.row.slickslide-container h3 .content {
		margin-left: 390px;
	}

	.hdypc-2021.row.slickslide-container div.pretext {
		font-size: 20px;
		max-width: 300px;
	}
	.hdypc-2021:not(.row) {
		background-position-x: right !important;
	}
}

@media (max-width: 829px) {
	.hdypc-2021.row.slickslide-container h2 {
		font-size: 24px;
	}

	.hdypc-2021.row.slickslide-container h3 {
		font-size: 24px;
	}

	.hdypc-2021.row.slickslide-container h3:before {
		height: 120px;
	}

	.hdypc-2021.row.slickslide-container h3 .content {
		margin-left: 330px;
	}

	.hdypc-2021.row.slickslide-container div.pretext {
		font-size: 18px;
		max-width: 250px;
	}
}
@media (max-width: 600px) {
	.hdypc-2021.row.slickslide-container h2 {
		max-width: 200px;
	}
	.hdypc-2021.row.slickslide-container h3:before {
		height: 60px;
		margin-left: -15px;
		margin-bottom: -15px;
	}
	.hdypc-2021.row.slickslide-container h3 .content {
		margin-left: 125px;
	}
}









/* Landing Page */
body.page-id-5835 #main article.page .expanded:nth-child(1) {
	background-position: center left;
}
body.page-id-5835 #main article.page .expanded:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(1) {
	width: 0;
	padding: 0;
}
body.page-id-5835 #main article.page .expanded:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(2) {
	width: 100%;
}
body.page-id-5835 #main article.page .expanded:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(2) h6 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 400;
	text-transform: initial;
}

body.page-id-5835 #main article.page .columns.details {
	background: #ffffff;
}

.practices-nationwide {
	width: 100%;
	max-width: 375px;
}
.get-to-find-out {
	font-size: 20px;
	line-height: 1.1;
	text-transform: initial;
	color: #02275C;
	font-weight: bold;
	margin-bottom: 40px;
}
body.page-id-5835 #main article.page .expanded:nth-child(1) .row .columns:nth-child(2) .row .columns:nth-child(2) p:not(:nth-child(2)) {
	margin-bottom: 20px;
}


/* List Section */
body.page-id-5835 #main article.page .expanded:nth-child(3) {
	background: none;
}
body.page-id-5835 #main article.page .expanded:nth-child(3) .row:nth-child(2) {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: stretch;
}
body.page-id-5835 #main article.page .expanded:nth-child(3) .row:nth-child(2) .columns {
	float: none;
}
.hdypc-custom-bg-left,
.hdypc-custom-bg-right {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hdypc-custom-bg-left {
	background-image: url(/wp-content/uploads/2022/06/hdypc-left-column-list.svg);
	padding-bottom:50px;
	padding-right: 5%;
}
.hdypc-custom-bg-right {
	background-image: url(/wp-content/uploads/2022/06/hdypc-right-column-list.svg);
	padding-right: 5%;
}
.hdypc-custom-bg-left h3,
.hdypc-custom-bg-right h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	max-width: 200px;
}
.hdypc-custom-bg-left ul,
.hdypc-custom-bg-right ul {
	list-style-image: none;
	list-style-type: initial;
	color: #fff;
}
.hdypc-custom-bg-left h3 {
	padding-bottom: 20px;
	margin-top: 5px;
}
.hdypc-custom-bg-right h3 {
	padding-bottom: 40px;
}
@media (max-width: 829px) {
	body.page-id-5835 #main article.page .expanded:nth-child(3) .row:nth-child(2) {
		flex-direction: column;
		align-items: center;
		align-content: center;
	}
	body.page-id-5835 #main article.page .expanded:nth-child(3) .row:nth-child(2) .columns {
		margin-bottom: 20px;
	}
	.hdypc-custom-bg-left,
	.hdypc-custom-bg-right {
		height: 45vw;
	}
}
@media (max-width: 575px) {
	.hdypc-custom-bg-left,
	.hdypc-custom-bg-right {
		height: 75vw;
	}
}

/* Graph Section */
body.page-id-5835 #main article.page .expanded:nth-child(5) .row .columns h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
}
body.page-id-5835 #main article.page .expanded:nth-child(5) .row .columns p {
	text-align: center;
}
.hdypc-graph {
	margin-right: 120px;
}
.columns a.hdypc-link {
	color: #02275C;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
}

.columns a.hdypc-link:hover {
	color: #02275C;
}

@media (max-width: 1024px) {
	body.page-id-5835 #main article.page .expanded:nth-child(1) {

	}
	.hdypc-graph {
		margin-right: 0;
	}
}

/* About Us Section */
body.page-id-5835 #main .slickslider .slick-list .slickslide-container {
	min-height: auto;
	height: 40vw;
	max-height: 750px;
}

body.page-id-5835 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
	color: #fff;
	font-size: 66px;
	line-height: 1em;
	font-weight: 300;
}

body.page-id-5835 #main .slickslider .slick-list .slickslide-container h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.7em;
	font-weight: 300;
	max-width: 700px;
	margin-bottom: 40px;
}

body.page-id-5835 #main .slickslider .slick-list .slickslide-container a.button {
	background-color: #26438D;
	color: #fff;
	border-color: #26438D;
	opacity: 1;
}

body.page-id-5835 #main .slickslider .slick-list .slickslide-container a.button:hover {
	background-color: #203979;
	border-color: #203979;
}

@media (max-width: 1280px) {
	body.page-id-5835 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
		font-size: 50px;
	}
	body.page-id-5835 #main .slickslider .slick-list .slickslide-container h3 {
		font-size: 18px;
		max-width: 530px;
	}
}

@media (max-width: 829px) {
	body.page-id-5835 #main .slickslider .slick-list .slickslide-container .hero-content-headline {
		font-size: 32px;
	}
	body.page-id-5835 #main .slickslider .slick-list .slickslide-container h3 {
		font-size: 16px;
		max-width: 470px;
	}
	body.page-id-5835 #main .slickslider .slick-list .slickslide-container {
		max-height: auto;
		min-height: 400px;
	}
}