/*
	Theme Name: AdoptHelp
	Theme URI: https://www.adopthelp.com
	Description: A mobile responsive HTML5 theme custom built for Adoption Info.
	Author: Protos Designs
	Author URI: https://protosdesigns.com
	Version: 1.4.0

	Tags: one-column, two-columns, custom-menu, featured-images, flexible-header, footer-widgets, four-columns, full-width-template, post-formats, sticky-post, theme-options, translation-ready

	Template: genesis
	Template Version: 2.5

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: adopthelp
*/

/* # Table of Contents

- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- 
- Plugins
	- Gravity Forms
	- Simple Social Icons
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Primary (Header) Navigation
	- Secondary Navigation
	- Tertiary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
- Sidebars
- Footer Widgets
- Site Footer
- Page Content
	- Contact Page
	- Policies Page
- Posts
	- Archive
	- Single
- Custom Styles
	- 
- Media Queries
	- Retina Display
	- Max-width: 1800px
	- Max-width: 1600px
	- Max-width: 1280px
	- Max-width: 1200px
	- Max-width: 1024px
	- Max-width: 960px
	- Max-width: 812px
	- Max-width: 768px
		- Max-width: 667px
		- Max-width: 568px
		- Max-width: 480px
	- Max-width: 360px
*/


/* # Fonts
---------------------------------------------------------------------------------------------------- */


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#111}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination:before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.wrap::before,
.page-header::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
/*.widget:after,*/
.wrap::after,
.page-header::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: rgb(255,255,255);
	color: rgb(29,61,85);
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.genesis-nav-menu > li > .sub-menu > li:first-child > a::before,
.genesis-nav-menu .menu-item-has-children::before {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:		all 0.1s ease-in-out;
	-o-transition:		all 0.1s ease-in-out;
	transition:			all 0.1s ease-in-out;
}

::selection {
	background-color: #3e3e3e;
	color: rgb(255,255,255);
}

a {
	color: rgb(29,61,85);
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus {
	color: rgb(32,53,139);
}

p {
	margin: 0 0 16px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\f10d";
	display: block;
	font-family: 'adopthelp';
	height: 0;
	left: -24px;
	position: relative;
	top: -10px;
}

cite {
	display: block;
	padding-left: 24px;
}

cite::before {
	content: "-";
	display: block;
	height: 0;
	left: -24px;
	position: relative;
}

/* ## Headings
--------------------------------------------- */

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	margin: 0 0 12px;
}

h1 {
	font-size: 34px;
	font-size: 3.4rem;
}

h2 {
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

h2,
h3 {
	color: rgb(29,61,85);
}

.entry-content h2 {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1280px;
	width: 1280px;
}

.gallery-item {
	line-height: 0;
	margin: 0;
	text-align: center;
}

.gallery-caption {
	display: none;
}

.gallery-columns-1 .gallery-item {
x	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
x	width: 33%;
}

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

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

.gallery-columns-6 .gallery-item {
x	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
x	width: 14.2857%;
}

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

.gallery-columns-9 .gallery-item {
x	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
}

.gallery img {
	border: 0px solid rgb(100,100,100);
	height: auto;
	padding: 0px;
}

.gallery img:hover,
.gallery img:focus {
	border: 0px solid rgb(180,180,180);
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: rgb(255,255,255);
	border: 0px solid rgb(57,180,213);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 0px solid rgb(121,203,225);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="email"],
input[type="text"] {
	font-size: 15px;
	font-size: 1.5rem;
}

::-moz-placeholder {
	color: rgb(32,53,139);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: rgb(32,53,139);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background: none;
	border: 2px solid rgb(255,255,255);
	color: rgb(255,255,255);
	cursor: pointer;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 14px 24px 18px;
	text-decoration: none;
	text-transform: capitalize;
	width: auto;
	line-height: 1;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	border: 2px solid rgb(255,255,255);
	color: rgb(255,255,255);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.entry-content .button:hover,
.entry-content .button:focus,
.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.ah-blue .button:hover,
.ah-blue .button:focus,
.light-blue .button:hover,
.light-blue .button:focus,
.medium-blue .button:hover,
.medium-blue .button:focus,
.text-block.light-blue a.button:hover,
.text-block.medium-blue a.button:hover {
	background-color: rgb(57,180,213);
	border-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
.medium-blue .button:hover,
.medium-blue .button:focus {
	background-color: rgb(121,203,225);
}

.button {
	background-color: rgb(251,79,79);
	display: inline-block;
}

.ah-blue .button,
.light-blue .button,
.medium-blue .button,
.white .button,
.text-block.light-blue a.button,
.text-block.medium-blue a.button {
	background-color: rgb(251,79,79);
	color: rgb(255,255,255);
}

.button.sm {
	padding: 10px 16px 12px;
	font-size: 22px;
	font-size: 2.2rem;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #e6e6e6;
}

thead {
	background-color: rgb(50, 107, 201);
	color: rgb(255, 255, 255);
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #e6e6e6;
	padding: 6px 0;
}

th {
	font-weight: 600;
	text-transform: capitalize;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: rgb(255,255,255);
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1740px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.adopthelp-home .site-inner {
	padding-top: 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
	width: 850px;
}

.content-sidebar .content,
.topbar-content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 280px;
}

.sidebar-content .sidebar-primary,
.sidebar-topbar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	margin-bottom: 40px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.archive-description {
}

.author-box {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 0 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	width: 50%;
}

input[type="search"] {
	border: 1px solid rgb(0, 48, 87);
	border-radius: 0px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 16px 48px 16px 24px;
}

.search-form input[type="submit"] {
	background: none !important;
	border: none;
		color: rgb(29,61,85);
	line-height: 1;
	font-family: 'adopthelp';
	font-size: 2.2rem;
	height: 28px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 28px;
}

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus {
}

/* ## Titles
--------------------------------------------- */

.archive-title,
.entry-title,
.page-title {
	color: rgb(29,61,85);
	font-size: 56px;
	font-size: 5.6rem;
	margin-bottom: 30px;
	padding: 0 40px;
	text-align: center;
}

.blog .content .archive-description,
.category .content .archive-description,
.tag .content .archive-description {
	grid-column: 1 / 4;
}

.archive .entry .entry-title,
.blog .entry .entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 .4em 0;
	text-align: left;
}

.entry .entry-title {
}

.single .entry .entry-title {
	font-size: 40px;
	font-size: 4rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: rgb(29,61,85);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: rgb(32,53,139);
}

.widget-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.footer-widgets .widget-title {
	border-bottom: 2px solid rgb(51,141,221);
	color: rgb(255,255,255);
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	padding-bottom: 26px;
	text-transform: uppercase;
}

.page-contact-us .entry-title,
.page-contact-us .entry {
	margin-bottom: 0;
}
.page-contact-us .contact .entry-title,
.contact .wrap .entry-title {
	color: rgb(255,255,255);
}

.search .entry .entry-title {
	text-align: left;
	font-size: 2rem;
	margin-bottom: 12px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.aligncenter {
	text-align: center;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.more-link {
	display: block;
	margin-top: 16px;
}

.more-link::after {
	content: "\f105";
	font-family: 'adopthelp';
	padding-left: 10px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1003;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #eee solid 0px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header { /* top position always called from lib/js/main.js */
	background-color: rgb(29,61,85);
	border-bottom: 0px solid rgb(29,61,85);
	position: fixed;
	width: 100%;
	z-index: 1001;
}

.site-header > .wrap {
	margin: 12px auto 6px;
	max-width: 100%;
	padding: 0 20px;
	-webkit-transition: margin 0.2s ease-in-out;
	-moz-transition: margin 0.2s ease-in-out;
	-ms-transition: margin 0.2s ease-in-out;
	-o-transition: margin 0.2s ease-in-out;
	transition: margin 0.2s ease-in-out;
}

.site-header > .wrap {-webkit-animation:fix 1ms 1} /* Safari bug fix on transitions */
@-webkit-keyframes fix{100%{opacity:1}}

.site-header.narrow > .wrap {
	margin: 6px auto 0;
}

.site-header.narrow > .wrap .site-title a {
x	min-height: 92px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-bottom: -20px;
	width: 400px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	margin: 0;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: rgb(255,255,255);
	text-decoration: none;
}

.site-title > a {
	display: block;
	margin: 0;
	min-height: 120px;
	text-indent: -9999px;
	width: 100%;
	background-size: contain !important;
	background: no-repeat 0px 0px;
	background-image: url("../adopthelp/images/logo-adoption-info.svg");
x	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 284'%3E %3Cpath id='help-sb' d='M 942.1166 41.8616 L 942.1166 140.7384 L 933.8101 140.7384 L 933.8101 41.8616 L 942.1166 41.8616 L 942.1166 41.8616 ZM 845.7958 48.7166 L 845.7958 140.7384 L 836.6919 140.7384 L 836.6919 97.3675 L 790.106 97.3675 L 790.106 140.7384 L 781.0033 140.7384 L 781.0033 48.7166 L 790.106 48.7166 L 790.106 89.4522 L 836.6919 89.4522 L 836.6919 48.7166 L 845.7958 48.7166 L 845.7958 48.7166 ZM 991.8602 71.9263 C 1011.6515 71.9263 1019.5745 86.6862 1019.5745 107.1196 C 1019.5745 127.0284 1010.3298 142.3134 991.8602 142.3134 C 981.3048 142.3134 974.9764 137.9719 970.8794 129.2694 L 970.6163 129.2694 L 970.6163 168.4206 L 962.301 168.4206 L 962.301 73.5012 L 970.6163 73.5012 L 970.0919 85.7673 L 970.3541 85.7673 C 972.4633 82.0722 977.6108 71.9263 991.8602 71.9263 L 991.8602 71.9263 ZM 990.5386 135.1957 C 1006.3738 135.1957 1010.4707 120.1734 1010.4707 107.1196 C 1010.4707 94.0662 1006.3738 79.0435 990.5386 79.0435 C 975.7638 79.0435 970.6163 94.8638 970.6163 107.1196 C 970.6163 119.3758 975.7638 135.1957 990.5386 135.1957 L 990.5386 135.1957 ZM 891.1802 71.9263 C 910.1841 71.9263 917.976 87.2112 917.976 105.272 L 917.976 109.4922 L 871.9241 109.4922 C 871.9241 123.7271 879.5741 135.1957 894.0876 135.1957 C 900.1627 135.1957 909.0033 132.6919 912.9594 130.1882 L 912.9594 138.6281 C 907.1465 141.0006 899.6276 142.3134 893.4312 142.3134 C 871.1278 142.3134 862.8115 127.2907 862.8115 107.1196 C 862.8115 86.5551 874.1653 71.9263 891.1802 71.9263 L 891.1802 71.9263 ZM 871.9241 102.3749 L 908.8624 102.3749 C 908.8624 90.6436 904.1188 79.0435 891.7153 79.0435 C 879.443 79.0435 871.9241 91.2997 871.9241 102.3749 L 871.9241 102.3749 ZM 946.1533 37.8233 L 942.1166 37.8233 L 933.8101 37.8233 L 929.7732 37.8233 L 929.7732 41.8616 L 929.7732 140.7384 L 929.7732 144.7767 L 933.8101 144.7767 L 942.1166 144.7767 L 946.1533 144.7767 L 946.1533 140.7384 L 946.1533 41.8616 L 946.1533 37.8233 L 946.1533 37.8233 ZM 849.8325 44.6783 L 845.7958 44.6783 L 836.6919 44.6783 L 832.655 44.6783 L 832.655 48.7166 L 832.655 85.4139 L 794.1429 85.4139 L 794.1429 48.7166 L 794.1429 44.6783 L 790.106 44.6783 L 781.0033 44.6783 L 776.9663 44.6783 L 776.9663 48.7166 L 776.9663 140.7384 L 776.9663 144.7767 L 781.0033 144.7767 L 790.106 144.7767 L 794.1429 144.7767 L 794.1429 140.7384 L 794.1429 101.4057 L 832.655 101.4057 L 832.655 140.7384 L 832.655 144.7767 L 836.6919 144.7767 L 845.7958 144.7767 L 849.8325 144.7767 L 849.8325 140.7384 L 849.8325 48.7166 L 849.8325 44.6783 L 849.8325 44.6783 ZM 991.8602 67.888 C 984.0328 67.888 978.5176 70.5548 974.6453 73.7763 L 974.6492 73.6738 L 974.8296 69.4629 L 970.6163 69.4629 L 962.301 69.4629 L 958.264 69.4629 L 958.264 73.5012 L 958.264 168.4206 L 958.264 172.4589 L 962.301 172.4589 L 970.6163 172.4589 L 974.6531 172.4589 L 974.6531 168.4206 L 974.6531 140.9597 C 979.106 144.6056 984.7601 146.3516 991.8602 146.3516 C 1001.9436 146.3516 1010.2559 142.2769 1015.9003 134.5686 C 1020.9443 127.6786 1023.6113 118.1868 1023.6113 107.1196 C 1023.6113 95.4864 1021.1938 86.1987 1016.4246 79.5147 C 1010.9211 71.7995 1002.6561 67.888 991.8602 67.888 L 991.8602 67.888 ZM 990.5386 131.1574 C 977.9991 131.1574 974.6531 116.0474 974.6531 107.1196 C 974.6531 98.1917 977.9991 83.0817 990.5386 83.0817 C 1003.6761 83.0817 1006.434 96.1539 1006.434 107.1196 C 1006.434 118.0858 1003.6761 131.1574 990.5386 131.1574 L 990.5386 131.1574 ZM 891.1802 67.888 C 872.1006 67.888 858.7747 84.0208 858.7747 107.1196 C 858.7747 132.4189 871.0824 146.3516 893.4312 146.3516 C 900.3953 146.3516 908.4633 144.825 914.484 142.3671 L 916.9963 141.3418 L 916.9963 138.6281 L 916.9963 130.1882 L 916.9963 122.8546 L 910.801 126.7755 C 907.5999 128.802 899.601 131.1574 894.0876 131.1574 C 882.4363 131.1574 877.323 122.6515 876.2035 113.5304 L 917.976 113.5304 L 922.0128 113.5304 L 922.0128 109.4922 L 922.0128 105.272 C 922.0128 94.8584 919.5853 85.9413 914.9937 79.4852 C 909.5975 71.8981 901.3632 67.888 891.1802 67.888 L 891.1802 67.888 ZM 876.3317 98.3366 C 877.7804 90.41 883.3912 83.0817 891.7153 83.0817 C 901.2922 83.0817 903.9156 92.2344 904.5978 98.3366 L 876.3317 98.3366 L 876.3317 98.3366 Z' fill='%230070d4'/%3E %3Cpath id='help-w' d='M 781.0033 48.7166 L 781.0033 140.7384 L 790.106 140.7384 L 790.106 97.3675 L 836.6919 97.3675 L 836.6919 140.7384 L 845.7958 140.7384 L 845.7958 48.7166 L 836.6919 48.7166 L 836.6919 89.4522 L 790.106 89.4522 L 790.106 48.7166 L 781.0033 48.7166 ZM 908.8624 102.3749 L 871.9241 102.3749 C 871.9241 91.2997 879.443 79.0435 891.7153 79.0435 C 904.1188 79.0435 908.8624 90.6436 908.8624 102.3749 ZM 912.9594 138.6281 L 912.9594 130.1882 C 909.0033 132.6919 900.1627 135.1957 894.0876 135.1957 C 879.5741 135.1957 871.9241 123.7271 871.9241 109.4922 L 917.976 109.4922 L 917.976 105.272 C 917.976 87.2112 910.1841 71.9263 891.1802 71.9263 C 874.1653 71.9263 862.8115 86.5551 862.8115 107.1196 C 862.8115 127.2907 871.1278 142.3134 893.4312 142.3134 C 899.6276 142.3134 907.1465 141.0006 912.9594 138.6281 ZM 933.8101 41.8616 L 933.8101 140.7384 L 942.1166 140.7384 L 942.1166 41.8616 L 933.8101 41.8616 ZM 990.5386 79.0435 C 1006.3738 79.0435 1010.4707 94.0662 1010.4707 107.1196 C 1010.4707 120.1734 1006.3738 135.1957 990.5386 135.1957 C 975.7638 135.1957 970.6163 119.3758 970.6163 107.1196 C 970.6163 94.8638 975.7638 79.0435 990.5386 79.0435 ZM 962.301 73.5012 L 962.301 168.4206 L 970.6163 168.4206 L 970.6163 129.2694 L 970.8794 129.2694 C 974.9764 137.9719 981.3048 142.3134 991.8602 142.3134 C 1010.3298 142.3134 1019.5745 127.0284 1019.5745 107.1196 C 1019.5745 86.6862 1011.6515 71.9263 991.8602 71.9263 C 977.6108 71.9263 972.4633 82.0722 970.3541 85.7673 L 970.0919 85.7673 L 970.6163 73.5012 L 962.301 73.5012 Z' fill='%23ffffff'/%3E %3Cpath id='adopt-sb' d='M 547.7108 41.8616 L 547.7108 140.7384 L 530.5638 140.7384 L 530.5638 133.0858 L 530.3016 133.0858 C 525.0239 139.678 517.7672 142.3134 509.4509 142.3134 C 488.6006 142.3134 480.9512 125.1808 480.9512 106.5946 C 480.9512 87.8772 488.6006 71.2598 509.4509 71.2598 C 518.2924 71.2598 524.4888 74.2988 529.7665 80.7501 L 530.0297 80.7501 L 530.0297 41.8616 L 547.7108 41.8616 L 547.7108 41.8616 ZM 514.3354 128.6034 C 526.0735 128.6034 529.8986 116.216 529.8986 106.5946 C 529.8986 97.1048 525.4172 84.9698 514.0634 84.9698 C 502.5888 84.9698 499.4198 97.4986 499.4198 106.5946 C 499.4198 115.9533 502.7199 128.6034 514.3354 128.6034 L 514.3354 128.6034 ZM 438.8564 48.7166 L 475.0165 140.7384 L 454.5595 140.7384 L 446.6375 119.6484 L 409.2961 119.6484 L 401.2524 140.7384 L 382.1176 140.7384 L 418.0057 48.7166 L 438.8564 48.7166 L 438.8564 48.7166 ZM 414.5745 105.1409 L 441.5002 105.1409 L 428.1684 67.1811 L 427.9063 67.1811 L 414.5745 105.1409 L 414.5745 105.1409 ZM 750.6555 53.6027 L 750.6555 72.8451 L 766.3597 72.8451 L 766.3597 85.7673 L 750.6555 85.7673 L 750.6555 117.3971 C 750.6555 123.2021 752.2404 128.6034 758.9718 128.6034 C 762.1404 128.6034 765.1682 127.9473 767.0161 126.7657 L 767.5502 140.7384 C 763.8562 141.7884 759.7593 142.3134 754.4816 142.3134 C 740.6245 142.3134 732.9744 133.7523 732.9744 120.3046 L 732.9744 85.7673 L 719.9156 85.7673 L 719.9156 72.8451 L 732.9744 72.8451 L 732.9744 59.2663 L 750.6555 53.6027 L 750.6555 53.6027 ZM 684.8145 71.2598 C 705.6642 71.2598 713.3142 87.8772 713.3142 106.5946 C 713.3142 125.1808 705.6642 142.3134 684.4213 142.3134 C 676.8915 142.3134 670.6952 140.4757 664.4891 132.9547 L 664.226 132.9547 L 664.226 168.4206 L 646.5438 168.4206 L 646.5438 72.8451 L 663.4385 72.8451 L 663.4385 82.4661 L 663.7006 82.4661 C 667.6577 75.8738 674.3891 71.2598 684.8145 71.2598 L 684.8145 71.2598 ZM 679.929 128.6034 C 691.546 128.6034 694.8457 115.9533 694.8457 106.5946 C 694.8457 97.4986 691.6771 84.9698 680.1922 84.9698 C 668.8483 84.9698 664.357 97.1048 664.357 106.5946 C 664.357 116.216 668.1821 128.6034 679.929 128.6034 L 679.929 128.6034 ZM 597.0623 71.2598 C 617.2565 71.2598 632.6877 84.8386 632.6877 107.2512 C 632.6877 126.7657 619.6279 142.3134 597.0623 142.3134 C 574.6365 142.3134 561.5679 126.7657 561.5679 107.2512 C 561.5679 84.8386 577.0089 71.2598 597.0623 71.2598 L 597.0623 71.2598 ZM 597.0623 128.6034 C 610.6562 128.6034 614.2191 116.4783 614.2191 105.1409 C 614.2191 94.7322 608.6782 84.9698 597.0623 84.9698 C 585.5872 84.9698 580.0463 94.9949 580.0463 105.1409 C 580.0463 116.3471 583.6092 128.6034 597.0623 128.6034 L 597.0623 128.6034 ZM 551.7477 37.8233 L 547.7108 37.8233 L 530.0297 37.8233 L 525.9927 37.8233 L 525.9927 41.8616 L 525.9927 71.8242 C 521.3073 68.7083 515.8945 67.2215 509.4509 67.2215 C 489.0776 67.2215 476.9142 81.9406 476.9142 106.5946 C 476.9142 117.5041 479.3821 126.8785 484.0502 133.704 C 489.7099 141.9782 498.4933 146.3516 509.4509 146.3516 C 516.0602 146.3516 521.7725 144.8403 526.5269 141.8446 L 526.5269 144.7767 L 530.5638 144.7767 L 547.7108 144.7767 L 551.7477 144.7767 L 551.7477 140.7384 L 551.7477 41.8616 L 551.7477 37.8233 L 551.7477 37.8233 ZM 514.3354 124.5651 C 503.981 124.5651 503.4567 109.5957 503.4567 106.5946 C 503.4567 103.658 503.9681 89.008 514.0634 89.008 C 523.3958 89.008 525.8617 100.5116 525.8617 106.5946 C 525.8617 108.4338 525.5383 124.5651 514.3354 124.5651 L 514.3354 124.5651 ZM 441.6072 44.6783 L 438.8564 44.6783 L 418.0057 44.6783 L 415.2476 44.6783 L 414.2448 47.2491 L 378.3567 139.2709 L 376.2096 144.7767 L 382.1176 144.7767 L 401.2524 144.7767 L 404.0333 144.7767 L 405.0242 142.1778 L 412.0765 123.6867 L 443.8419 123.6867 L 450.7804 142.1586 L 451.764 144.7767 L 454.5595 144.7767 L 475.0165 144.7767 L 480.9408 144.7767 L 478.7736 139.261 L 442.6134 47.2392 L 441.6072 44.6783 L 441.6072 44.6783 ZM 420.2715 101.1026 L 428.0374 78.9908 L 435.8032 101.1026 L 420.2715 101.1026 L 420.2715 101.1026 ZM 754.6925 48.0693 L 749.4245 49.7567 L 731.7435 55.4203 L 728.9375 56.3189 L 728.9375 59.2663 L 728.9375 68.8068 L 719.9156 68.8068 L 715.8787 68.8068 L 715.8787 72.8451 L 715.8787 85.7673 L 715.8787 89.8056 L 719.9156 89.8056 L 728.9375 89.8056 L 728.9375 120.3046 C 728.9375 136.3708 738.7252 146.3516 754.4816 146.3516 C 760.0007 146.3516 764.5048 145.8025 768.6541 144.6228 L 771.7054 143.7553 L 771.5842 140.5841 L 771.0499 126.6114 L 770.7809 119.5661 L 764.8419 123.3633 C 763.9066 123.9613 761.7285 124.5651 758.9718 124.5651 C 757.2678 124.5651 754.6925 124.5651 754.6925 117.3971 L 754.6925 89.8056 L 766.3597 89.8056 L 770.3965 89.8056 L 770.3965 85.7673 L 770.3965 72.8451 L 770.3965 68.8068 L 766.3597 68.8068 L 754.6925 68.8068 L 754.6925 53.6027 L 754.6925 48.0693 L 754.6925 48.0693 ZM 684.8145 67.2215 C 677.1841 67.2215 671.5743 69.4166 667.4753 72.396 L 667.4753 68.8068 L 663.4385 68.8068 L 646.5438 68.8068 L 642.5069 68.8068 L 642.5069 72.8451 L 642.5069 168.4206 L 642.5069 172.4589 L 646.5438 172.4589 L 664.226 172.4589 L 668.2629 172.4589 L 668.2629 168.4206 L 668.2629 141.9087 C 673.8954 145.7029 679.4648 146.3516 684.4213 146.3516 C 705.0414 146.3516 717.3511 131.4892 717.3511 106.5946 C 717.3511 81.9406 705.1882 67.2215 684.8145 67.2215 L 684.8145 67.2215 ZM 679.929 124.5651 C 668.7172 124.5651 668.3939 108.4338 668.3939 106.5946 C 668.3939 100.5116 670.8597 89.008 680.1922 89.008 C 690.2972 89.008 690.8087 103.658 690.8087 106.5946 C 690.8087 109.5957 690.2845 124.5651 679.929 124.5651 L 679.929 124.5651 ZM 597.0623 67.2215 C 573.787 67.2215 557.531 83.6822 557.531 107.2512 C 557.531 118.0478 561.2466 127.8659 567.9928 134.8965 C 575.1835 142.3908 585.2354 146.3516 597.0623 146.3516 C 608.9482 146.3516 619.0394 142.3918 626.246 134.9004 C 633.0031 127.8758 636.7245 118.0567 636.7245 107.2512 C 636.7245 95.3661 632.7596 85.2354 625.2595 77.9531 C 618.1318 71.0325 608.1174 67.2215 597.0623 67.2215 L 597.0623 67.2215 ZM 597.0623 124.5651 C 586.3353 124.5651 584.0832 114.0021 584.0832 105.1409 C 584.0832 99.149 586.8173 89.008 597.0623 89.008 C 606.7464 89.008 610.1822 97.6987 610.1822 105.1409 C 610.1822 118.0301 605.7678 124.5651 597.0623 124.5651 L 597.0623 124.5651 Z' fill='%230070d4'/%3E %3Cpath id='adopt-w' d='M 428.1684 67.1811 L 441.5002 105.1409 L 414.5745 105.1409 L 427.9063 67.1811 L 428.1684 67.1811 ZM 418.0057 48.7166 L 382.1176 140.7384 L 401.2524 140.7384 L 409.2961 119.6484 L 446.6375 119.6484 L 454.5595 140.7384 L 475.0165 140.7384 L 438.8564 48.7166 L 418.0057 48.7166 ZM 514.3354 128.6034 C 502.7199 128.6034 499.4198 115.9533 499.4198 106.5946 C 499.4198 97.4986 502.5888 84.9698 514.0634 84.9698 C 525.4172 84.9698 529.8986 97.1048 529.8986 106.5946 C 529.8986 116.216 526.0735 128.6034 514.3354 128.6034 ZM 530.5638 133.0858 L 530.5638 140.7384 L 547.7108 140.7384 L 547.7108 41.8616 L 530.0297 41.8616 L 530.0297 80.7501 L 529.7665 80.7501 C 524.4888 74.2988 518.2924 71.2598 509.4509 71.2598 C 488.6006 71.2598 480.9512 87.8772 480.9512 106.5946 C 480.9512 125.1808 488.6006 142.3134 509.4509 142.3134 C 517.7672 142.3134 525.0239 139.678 530.3016 133.0858 L 530.5638 133.0858 ZM 597.0623 128.6034 C 583.6092 128.6034 580.0463 116.3471 580.0463 105.1409 C 580.0463 94.9949 585.5872 84.9698 597.0623 84.9698 C 608.6782 84.9698 614.2191 94.7322 614.2191 105.1409 C 614.2191 116.4783 610.6562 128.6034 597.0623 128.6034 ZM 597.0623 71.2598 C 577.0089 71.2598 561.5679 84.8386 561.5679 107.2512 C 561.5679 126.7657 574.6365 142.3134 597.0623 142.3134 C 619.6279 142.3134 632.6877 126.7657 632.6877 107.2512 C 632.6877 84.8386 617.2565 71.2598 597.0623 71.2598 ZM 664.357 106.5946 C 664.357 97.1048 668.8483 84.9698 680.1922 84.9698 C 691.6771 84.9698 694.8457 97.4986 694.8457 106.5946 C 694.8457 115.9533 691.546 128.6034 679.929 128.6034 C 668.1821 128.6034 664.357 116.216 664.357 106.5946 ZM 646.5438 72.8451 L 646.5438 168.4206 L 664.226 168.4206 L 664.226 132.9547 L 664.4891 132.9547 C 670.6952 140.4757 676.8915 142.3134 684.4213 142.3134 C 705.6642 142.3134 713.3142 125.1808 713.3142 106.5946 C 713.3142 87.8772 705.6642 71.2598 684.8145 71.2598 C 674.3891 71.2598 667.6577 75.8738 663.7006 82.4661 L 663.4385 82.4661 L 663.4385 72.8451 L 646.5438 72.8451 ZM 732.9744 85.7673 L 732.9744 120.3046 C 732.9744 133.7523 740.6245 142.3134 754.4816 142.3134 C 759.7593 142.3134 763.8562 141.7884 767.5502 140.7384 L 767.0161 126.7657 C 765.1682 127.9473 762.1404 128.6034 758.9718 128.6034 C 752.2404 128.6034 750.6555 123.2021 750.6555 117.3971 L 750.6555 85.7673 L 766.3597 85.7673 L 766.3597 72.8451 L 750.6555 72.8451 L 750.6555 53.6027 L 732.9744 59.2663 L 732.9744 72.8451 L 719.9156 72.8451 L 719.9156 85.7673 L 732.9744 85.7673 Z' fill='%23ffffff'/%3E %3Cpath id='logo-sb' d='M 273.6644 10.0603 C 286.8873 10.0603 298.212 20.7539 299.2503 34.4713 C 300.3 48.6052 290.0057 60.6091 276.2501 61.2957 C 275.8509 61.315 275.4552 61.3248 275.059 61.3248 C 261.8267 61.3248 250.4646 50.6179 249.4553 36.9143 C 248.3953 22.7705 258.6995 10.7667 272.4551 10.0903 C 272.8602 10.0701 273.2628 10.0603 273.6644 10.0603 ZM 323.9862 24.7394 L 351.6792 42.4467 L 315.2969 82.2038 L 357.7045 108.3613 L 349.8929 140.9908 L 302.308 104.0406 L 332.5444 184.8867 L 306.3449 224.2598 L 264.3005 95.7319 L 185.1976 88.9173 L 190.3147 55.9753 L 220.1371 59.1553 L 285.7771 65.4143 L 323.9862 24.7394 ZM 152.5698 67.5247 L 184.5821 89.816 L 142.1341 152.4997 L 205.2609 253.0018 L 168.8987 266.1055 L 129.9933 184.9877 L 141.1953 261.7251 L 103.0971 271.2351 L 97.9603 189.3588 L 10.3495 164.7457 L 51.7577 146.0485 L 109.7881 153.8726 L 152.5698 67.5247 ZM 93.5987 98.8725 C 106.8122 98.8725 118.1458 109.5666 119.1846 123.283 C 120.2238 137.4169 109.9301 149.4207 96.1843 150.107 C 95.7842 150.1262 95.3879 150.136 94.9913 150.136 C 81.7599 150.136 70.3983 139.4385 69.3891 125.726 C 68.3296 111.5818 78.6234 99.5784 92.3894 98.9021 C 92.795 98.8823 93.1965 98.8725 93.5987 98.8725 ZM 273.6644 -0.0349 C 273.0987 -0.0349 272.5251 -0.0211 271.9594 0.007 C 262.6945 0.4625 254.2087 4.5461 248.0647 11.5051 C 241.7437 18.6647 238.6633 27.9569 239.3912 37.669 C 239.7475 42.5064 241.0371 47.0775 243.0703 51.2006 L 221.1517 49.1109 L 191.3845 45.9363 L 181.8191 44.9164 L 180.3422 54.425 L 177.5195 72.5972 L 158.3354 59.2387 L 148.7266 52.5478 L 143.5272 63.0413 L 122.9568 104.5597 C 116.4491 95.0107 105.633 88.7768 93.5987 88.7768 C 93.0324 88.7768 92.4583 88.7906 91.8926 88.8187 C 82.6267 89.2737 74.1405 93.3559 67.998 100.3129 C 61.6775 107.4715 58.5975 116.7647 59.3249 126.4803 C 59.6024 130.2474 60.4456 133.8529 61.7647 137.2108 L 53.106 136.043 L 50.2405 135.6571 L 47.6055 136.8465 L 6.1972 155.5437 L -0.3886 158.5161 L -0.3886 172.2157 L 7.6209 174.4652 L 88.3367 197.1415 L 93.0245 271.8671 L 93.7834 283.9651 L 105.5403 281.0301 L 143.6385 271.5201 L 152.5013 269.3077 L 151.1816 260.266 L 149.5529 249.1085 L 159.7994 270.472 L 163.7427 278.6945 L 172.3192 275.6037 L 208.6813 262.5 L 220.4761 258.2498 L 213.8062 247.6306 L 154.1837 152.7073 L 190.2255 99.4837 L 256.7845 105.2173 L 296.7534 227.3999 L 298.2103 231.8475 L 313.4189 231.8475 L 314.7465 229.8538 L 340.9459 190.4807 L 343.805 186.1836 L 341.997 181.3493 L 324.2296 133.8435 L 343.7045 148.9658 L 356.0635 158.563 L 359.7076 143.3422 L 367.5193 110.7127 L 369.2209 103.6043 L 363.0015 99.7682 L 330.9803 80.017 L 359.1232 49.2637 L 367.2281 40.4069 L 357.1147 33.9404 L 329.4216 16.233 L 322.3659 11.7215 L 316.6313 17.8257 L 308.1407 26.865 C 303.9392 11.3272 289.913 -0.0349 273.6644 -0.0349 ZM 233.0348 119.6987 L 243.4098 141.324 L 224.3657 150.521 L 213.9807 128.8962 L 233.0348 119.6987 ZM 237.7576 106.2096 L 228.649 110.6062 L 209.5949 119.8037 L 200.5213 124.1836 L 204.8839 133.2677 L 215.2688 154.8925 L 219.6472 164.0102 L 228.7534 159.6125 L 247.7976 150.4156 L 256.8654 146.0366 L 252.5086 136.956 L 242.1335 115.3307 L 237.7576 106.2096 ZM 193.2211 138.9411 L 203.5756 160.5561 L 184.5319 169.7634 L 174.1567 148.1282 L 193.2211 138.9411 ZM 197.9519 125.4554 L 188.8412 129.8456 L 169.7769 139.0328 L 160.6992 143.4072 L 165.0575 152.4948 L 175.4326 174.13 L 179.8105 183.2594 L 188.9236 178.853 L 207.9673 169.6456 L 217.0237 165.2672 L 212.6768 156.1934 L 202.3224 134.5785 L 197.9519 125.4554 ZM 253.8653 164.6549 L 264.5228 186.8856 L 244.4492 196.5874 L 233.7715 174.3469 L 253.8653 164.6549 ZM 217.9067 182.0093 L 228.5642 204.24 L 208.4906 213.9423 L 197.8129 191.7012 L 217.9067 182.0093 ZM 258.5921 151.1673 L 249.4819 155.561 L 229.3882 165.2529 L 220.3115 169.6308 C 213.5195 172.9065 213.5234 172.9153 213.5234 172.9153 L 193.4296 182.6073 L 184.3529 186.9852 L 188.7156 196.0718 L 199.3933 218.3128 L 203.7726 227.4353 L 212.8813 223.0323 L 232.9549 213.33 L 239.7214 210.0598 L 239.7312 210.0795 L 248.8394 205.6774 L 268.913 195.9761 L 277.9738 191.5967 L 273.6225 182.52 L 262.9651 160.2894 L 258.5921 151.1673 Z' fill='%230070d4'/%3E %3Cpath id='logo-w' d='M 119.1846 123.283 C 118.1142 109.149 106.1149 98.2252 92.3894 98.9021 C 78.6234 99.5784 68.3296 111.5818 69.3891 125.726 C 70.4284 139.8496 82.4484 150.7734 96.1843 150.107 C 109.9301 149.4207 120.2238 137.4169 119.1846 123.283 ZM 299.2503 34.4713 C 298.1805 20.3373 286.1905 9.414 272.4551 10.0903 C 258.6995 10.7667 248.3953 22.7705 249.4553 36.9143 C 250.4946 51.028 262.5142 61.9617 276.2501 61.2957 C 290.0057 60.6091 300.3 48.6052 299.2503 34.4713 ZM 51.7577 146.0485 L 10.3495 164.7457 L 97.9603 189.3588 L 103.0971 271.2351 L 141.1953 261.7251 L 129.9933 184.9877 L 168.8987 266.1055 L 205.2609 253.0018 L 142.1341 152.4997 L 184.5821 89.816 L 152.5698 67.5247 L 109.7881 153.8726 L 51.7577 146.0485 ZM 323.9862 24.7394 L 285.7771 65.4143 L 220.1371 59.1553 L 190.3147 55.9753 L 185.1976 88.9173 L 264.3005 95.7319 L 306.3449 224.2598 L 332.5444 184.8867 L 302.308 104.0406 L 349.8929 140.9908 L 357.7045 108.3613 L 315.2969 82.2038 L 351.6792 42.4467 L 323.9862 24.7394 ZM 203.5756 160.5561 L 193.2211 138.9411 L 174.1567 148.1282 L 184.5319 169.7634 L 203.5756 160.5561 ZM 243.4098 141.324 L 233.0348 119.6987 L 213.9807 128.8962 L 224.3657 150.521 L 243.4098 141.324 ZM 228.5642 204.24 L 217.9067 182.0093 L 197.8129 191.7012 L 208.4906 213.9423 L 228.5642 204.24 ZM 264.5228 186.8856 L 253.8653 164.6549 L 233.7715 174.3469 L 244.4492 196.5874 L 264.5228 186.8856 Z' fill='%23ffffff'/%3E %3C/svg%3E");
}

.site-description {
	float: right;
	font-size: 24px;
	font-size: 2.4rem;
}

.site-header .header-cta {
	background-color: rgb(244,118,73);
	border: 2px solid rgb(255,255,255);
	border-radius: 0;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	margin: 0;
	margin-top: 2px;
	padding: 14px 16px;
	text-transform: uppercase;
	text-wrap: none;
	float: right;
}
.site-header .header-cta i {
	margin-right: 5px;
}

/* ### Header Contact Icons Mobile */
.site-header .header-ctm {
	display: none;
	float: right;
	line-height: 1;
}
.site-header .header-ctm a {
	background-color: rgb(252,143,60);
	border: 0px solid;
	border-radius: 36px;
	color: rgb(255,255,255);
	display: inline-block;
	font-size: 22px;
	margin-top: 4px;
	margin-right: 18px;
	padding: 8px;
	height: 40px;
	width: 40px;
}
.site-header .header-cta:hover,
.site-header .header-ctm a:hover {
	background-color: rgb(141,214,230);
	color: rgb(29,61,85);
}
.site-header .header-ctm a:last-child {
	margin: 0;
}
.site-header .header-ctm .icon-mobile-alt {
	margin: 0 0.15em;
}
.site-header .header-ctm .icon-phone {
	margin-left: -.05em;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 900px;
}

/* ## Top Bar
--------------------------------------------- */

.top-bar {
	background-color: rgb(255,255,255);
	color: rgb(57,180,213);
	height: 40px;
	max-height: 40px;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1002;
}

.top-bar .wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 4px 4px 0;
}

.top-bar h3 {
	color: rgb(29,61,85);
	float: left;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
x	padding-left: 20%;
x	width: 80%;
	width: 100%;
}

.top-bar a {
	color: rgb(244,118,73);
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0;
}

.top-bar h3 .phone {
	letter-spacing: 0.06em;
}

.top-bar .nav-social {
	float: right;
	line-height: 1;
	width: 20%;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: rgb(255,255,255);
	display: block;
	padding: 14px 28px;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .current-menu-item > a {
	color: rgb(220,242,248);
	text-shadow: 1px 2px 0px rgb(32,53,139);
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 300px;
	z-index: 1003;
}

.genesis-nav-menu.sf-js-enabled .sub-menu {
	display: none;
}

.genesis-nav-menu > li > .sub-menu {
	padding-top: 1px;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	color: rgb(29,61,85);
	font-size: 15px;
	font-size: 1.5rem;
	padding: 12px 30px 12px 20px;
	position: relative;
	width: 300px;
	text-transform: capitalize;
	text-shadow: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	background: rgb(29,61,85);
	color: rgb(255,255,255);
	text-shadow: none;
}

.genesis-nav-menu .sub-menu li:last-child > a {
	border-bottom: none;
}

.genesis-nav-menu > li > .sub-menu {
	margin-top: -10px;
	padding-top: 10px;
}

.genesis-nav-menu > li > .sub-menu > li:first-child > a::before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgb(255,255,255);
	content: "";
	margin-top: -18px;
	position: absolute;
	-webkit-transition:	border 0.1s ease-in-out;
	-moz-transition:	border 0.1s ease-in-out;
	-ms-transition:		border 0.1s ease-in-out;
	-o-transition:		border 0.1s ease-in-out;
	transition:			border 0.1s ease-in-out;
}

.genesis-nav-menu > li > .sub-menu > li:first-child > a:hover::before,
.genesis-nav-menu > li > .sub-menu > li:first-child > a:focus::before {
	border-bottom-color: rgb(29,61,85);
}

.genesis-nav-menu .menu-item-has-children::before {
	content: "\f105";
	color: rgb(255,255,255);
	cursor: pointer;
	float: right;
	font-family: 'adopthelp';
	line-height: 1;
	padding: 19px 15px 0;
	position: relative;
	right: 0;
	z-index: 9999;
}

.genesis-nav-menu > .menu-item-has-children::before {
	display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	border-left: 1px solid rgb(255,255,255);
	margin: -55px 0 0 299px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Primary (Header) Navigation
--------------------------------------------- */

.site-header .nav-primary {
	float: left;
	margin: 17px 20px 0 26px;
	text-align: left;
	text-transform: uppercase;
}

.site-header .nav-primary > .wrap {
	padding: 0;
}

.site-header .genesis-nav-menu {
	font-size: 18px;
	font-size: 1.8rem;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(239,239,239);
	font-size: 11px;
	font-size: 1.1rem;
	position: fixed;
	text-align: right;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 1002;
}

.nav-secondary .genesis-nav-menu a {
	padding: 10px;
}

/* ## Tertiary Navigation
--------------------------------------------- */

.nav-tertiary { /* top position always called from lib/js/main.js */
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 40px;
	position: fixed;
	text-align: center;
	-webkit-transition:	margin 0.2s ease-in-out;
	-moz-transition:	margin 0.2s ease-in-out;
	-ms-transition:		margin 0.2s ease-in-out;
	-o-transition:		margin 0.2s ease-in-out;
	transition:			margin 0.2s ease-in-out;
	width: 100%;
	z-index: 99;
}

.nav-tertiary:focus {
	z-index: 1002;
}

.nav-tertiary.narrow {
	margin-top: 0;
}

.nav-tertiary .genesis-nav-menu {
	margin: 0 auto;
	max-width: 1200px;
}

/* ## Copyright Navigation
--------------------------------------------- */

.nav-copyright {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	text-align: center;
}

.nav-copyright .genesis-nav-menu a {
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 8px 10px;
	vertical-align: middle;
}

.nav-copyright .genesis-nav-menu a:hover,
.nav-copyright .genesis-nav-menu a:focus {
	color: rgb(32,53,139);
	text-shadow: none;
}

.nav-copyright ul.menu > li:after {
	color: rgb(255, 255, 255);
	font-size: 0.9em;
}

.nav-copyright ul.menu > li:last-child:after {
	display: none;
}

/* ## Responsive Navigation
--------------------------------------------- */

#mobile-genesis-nav-primary {
	height: 36px;
	position: relative;
	top: 0 !important;
}

.menu-toggle {
	border: 2px solid rgb(255,255,255);
	line-height: 20px;
	padding: 6px 8px 12px;
	position: relative;
	z-index: 1000;
}

	.nav-primary .screen-reader-text {
		clip: unset;
		color: rgb(255,255,255);
		font-size: 7px;
		font-weight: 400;
		height: auto !important;
		width: auto !important;
		position: absolute !important;
		left: 0;
		top: 82%;
		visibility: visible;
		width: 100% !important;
	}
	.nav-primary .sub-menu-toggle .screen-reader-text {
		display: none;
	}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px;
	text-align: center !important;
	visibility: hidden;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	border: 0px solid rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: normal;
	line-height: 1.2;
	width: auto !important;
	z-index: 1000;
}

.menu-toggle.nav-tertiary,
.menu-toggle.nav-tertiary:hover,
.menu-toggle.nav-tertiary:focus {
	background-color: #f7f7f7 !important;
	border-bottom: 1px solid #e7e7e7;
	position: fixed;
	z-index: 1001;
}

.menu-toggle:before,
.menu-toggle.activated:before {
	color: rgb(255,255,255);
	content: "\f0c9";
	font-family: 'adopthelp';
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	margin: 0;
	padding: 6px 4px 12px;
}

.sub-menu-toggle {
	background: transparent;
	border: none;
	float: right;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 99;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none !important;
}

.sub-menu-toggle:before {
	color: rgb(255,255,255);
	content: "\f107";
	display: inline-block;
	font-family: 'adopthelp';
	line-height: 1;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 5px 6px 5px 8px;
	-webkit-font-smoothing: antialiased;
}

.menu-toggle:hover::before,
.menu-toggle:focus::before,
.sub-menu-toggle:hover::before,
.sub-menu-toggle:focus::before {
	color: rgb(32,53,139);
}

.menu-toggle:hover::before,
.menu-toggle:focus::before {
	background-color: rgb(57,180,213);
}

.sub-menu-toggle.activated:before {
	content: "\f106";
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
		position: relative;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul > li::before {
	padding-right: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: rgb(17,17,17);
	color: rgb(230,230,230);
}

.content .entry-content {
	padding: 0 40px;
}

.page .content .entry-content {
	padding: 0 40px;
}

.entry-image,
.post-image {
	line-height: 0;
	margin: 0 0 20px;
	text-align: center;
}

.archive .entry .entry-image img,
.blog .entry .entry-image img { /* x */
	width: 100%;
}

.entry-image.alignleft,
.post-image.alignleft {
	margin: 0 40px 30px;
}

.entry-image.alignright,
.post-image.alignright {
	margin: 0 40px 30px;
}

.entry-image.alignnone {
	display: block;
}

.featured-content a.alignnone {
	margin-bottom: 30px;
	width: 100%;
}

.featured-content .entry-image {
	margin-bottom: 0;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	padding: 0 40px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid rgb(239,239,239);
	margin: 18px 0 0;
	padding: 32px 40px 8px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.single .entry-header .entry-meta {
	text-align: center;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
		float: left;
	width: 100%;
}

.post-navigation {
	margin: 40px auto;
	max-width: 1280px;
	text-align: center;
	width: 100%;
}

.post-navigation .wrap {
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	width: 100%;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.post-navigation a,
.post-navigation a {
	background-color: rgb(255,255,255);
	border: 2px solid rgb(29,61,85);
	color: rgb(29,61,85);
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 10px 18px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.post-navigation a:hover,
.post-navigation a:focus {
	background: rgb(29,61,85);
	border: 2px solid rgb(29,61,85);
	color: rgb(255,255,255);
}

.archive-pagination .active a,
.post-navigation .active a {
	background: rgb(29,61,85);
	border: 2px solid rgb(29,61,85);
	color: rgb(255,255,255);
}

.post-navigation .third {
	margin: 0;
	width: 33.333333%;
}

.archive-pagination .pagination-next a::before,
.archive-pagination .pagination-previous a::after,
.post-navigation .pagination-next a::after,
.post-navigation .pagination-previous a::before {
	font-family: 'adopthelp';
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

.archive-pagination .pagination-next a::before,
.post-navigation .pagination-next a::after {
	content: "\f105";
}

.post-navigation .pagination-next a::after {
	padding-left: 4px;
}

.archive-pagination .pagination-previous a::after,
.post-navigation .pagination-previous a::before {
	content: "\f104";
}

.post-navigation .pagination-previous a::before {
	padding-right: 4px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: rgb(29,61,85);
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding-bottom: 4px;
	padding-top: 58px;
}

.footer-widgets > .wrap {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
	max-width: 1640px;
}

.footer-widgets,
.footer-widgets a {
	color: rgb(255,255,255) !important;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: rgb(255,255,255) !important;
}

.footer-widgets li {
	font-weight: 200;
	padding-bottom: 12px;
}
.footer-widgets li::before {
}

.footer-widgets .widget {
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: center;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-4 {
	width: 19.513%;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 29.27%;
}

#menu-footer-pregnant,
#menu-footer-adopting {
	-moz-column-count: 2;
	-moz-column-gap: 1%;
	-webkit-column-count: 2;
	-webkit-column-gap: 1%;
	column-count: 2;
	column-gap: 1%;
-webkit-column-rule-width: 2px;
	-moz-column-rule-width: 2px;
		column-rule-width: 2px;
-webkit-column-rule-style: solid;
	-moz-column-rule-style: solid;
		column-rule-style: solid;
-webkit-column-rule-color: rgb(51,141,221);
	-moz-column-rule-color: rgb(51,141,221);
		column-rule-color: rgb(51,141,221);
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: rgb(29,61,85);
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 20px 0 80px;
	text-align: center;
}

.site-footer p {
	color: rgb(255,255,255);
	margin-bottom: 0;
}

.site-footer a {
	color: rgb(255,255,255);
}

.site-footer .back-top {
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .back-top a {
	display: block;
	margin: 0 auto;
	width: 12em;
}

.site-footer .nav-copyright {
}

.site-footer .creds {
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

.site-footer .site-dev {
	font-size: 12px;
	font-size: 1.2rem;
}

/* # Flexible Content
---------------------------------------------------------------------------------------------------- */

.flexible-content .site-inner {
	max-width: none;
	padding: 0px 0 0 0;
}

.flexible-content .content .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.page-fc .row > div {
	text-align: justify;
}

/* Image Block */
.image-block,
.page-fc .image-block {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
}
.image-block img,
.page-fc .image-block img {
	width: 100%;
	vertical-align: top;
}

/* Text Block */
.text-block {
	margin: 0 auto;
	text-align: center;
}

.home .text-block,
.home .text-list,
.page-fc .text-block,
.page-fc .text-list {
	padding-top: 40px;
	padding-bottom: 60px;
}
.text-list .wrap {
	padding-left: 20px;
	padding-right: 20px;
}

.text-block:first-of-type {
	font-size: 18px;
	font-size: 1.8rem;
		padding-top: 0px;
}

.text-block .text-wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 40px;
	padding-right: 40px;
}

.text-block:first-of-type .text-wrap {
}

.text-block .entry-title,
.text-list .entry-title {
	font-size: 40px;
	font-size: 4rem;
	margin-top: 0;
}

.text-block .section-content .section-subheading {
	text-align: center;
}

.text-block .section-content {
	margin: 0 auto;
x	text-align: justify;
}

.page-fc .text-block.medium .section-content p {
	margin-bottom: 14px;
}

.page-fc .text-block.narrow .section-content p {
	margin-bottom: 0;
}

.page-fc .text-repeater {
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
}

.page-fc .text-repeater .entry-title {
	font-size: 3.6rem;
}

.text-repeater .wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 40px;
	padding-right: 40px;
}

.text-block-rep {
x	margin-bottom: 60px;
	margin-bottom: 20px;
}

.text-repeater .text-block-rep .sub-heading {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
x	text-align: center;
	text-align: left;
}

.text-repeater.white .text-block-rep .sub-heading {
	color: rgb(13,145,234);
}

.text-repeater .text-block-rep .sub-heading::after { /* delte line */
}

.text-repeater.white .text-block-rep .sub-heading::after {
	border-bottom: 1px solid rgb(32,53,139);
}

.text-block-rep .section-content {
	font-size: 1.5rem;
	text-align: justify;
}

.text-block-rep ul.list > li::before {
}

.page-fc .text-block.nopad,
.page-fc .text-list.nopad {
	padding: 0;
}

.page-fc .text-block.nopadtop,
.page-fc .text-list.nopadtop {
	padding-top: 0px;
}

.page-fc .text-block.nopadbtm,
.page-fc .text-list.nopadbtm {
	padding-bottom: 0px;
}

.page-fc .text-block.medium {
	padding-top: 20px;
	padding-bottom: 10px;
}

.page-fc .text-block.narrow {
	padding-top: 20px;
	padding-bottom: 1px;
}

.page-fc .text-block.noshd {
	padding: 0;
}

.text-block-rep:last-of-type {
	margin-bottom: 0;
}

.page-fc .text-block .button {
	font-size: 1.8rem;
}

.page-fc .row .entry-title,
.fc-page .row .entry-title {
	margin: 0 0 0.2em;
	padding: 0;
	font-size: 36px;
	font-size: 3.6rem;
}


/* # Flexible Content Sections
---------------------------------------------------------------------------------------------------- */

/* ## 
--------------------------------------------- */

.text-list ul.list {
	column-count: 2;
	column-gap: 1%;
	line-height: 2em;
	text-align: left;
}

.text-list .text-wrap,
.page-contact-us .text-list .text-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.page-contact-us .text-list ul.list {
	column-count: 1;
	column-gap: 1;
	font-size: 20px;
	font-size: 2rem;
}


/* # Page Content
---------------------------------------------------------------------------------------------------- */

/* ## Contact Page
--------------------------------------------- */

.page-contact-us .content {
	padding-top: 20px;
}

.page-contact-us .text-block:first-of-type {
	padding-bottom: 10px;
}

.page-contact-us .text-list {
	margin-bottom: 40px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.page-contact-us .text-list .entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 14px;
}

.page-contact-us .text-list ul.list {
	font-size: 24px;
	font-size: 2.4rem;
}

.page-contact-us .text-list ul.list li {
	margin-bottom: 0;
}

.page-contact-us .contact .wrap .entry-title {
	font-size: 40px;
	font-size: 4rem;
	margin-bottom: 20px;
	margin-top: 0;
}

.page-contact-us .contact .section-subheading {
	font-weight: 400;
	margin-bottom: 40px;
}

.page-thank-you-child-placement-inquiry .site-inner {
	padding-top: 40px;
}

.page-thank-you-child-placement-inquiry .entry-content,
.page-thank-you-adoptive-parent-inquiry .entry-content,
.page-thank-you-general-inquiry .entry-content {
	text-align: center;
}

.policies .text-wrap {
	max-width: 1200px;
}

.page-policies .entry-content {
	margin: 0 auto 40px;
	max-width: 1280px;
}

.text-block.policies h3,
.page-contact-us .policies h3,
.page-privacy-policy .entry-content h3 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 6px;
	padding-bottom: .4em;
}

.page-contact-us .policies h4,
.page-privacy-policy .entry-content h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 6px;
}

.text-block.policies {
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 30px;
	text-align: left;
}

.text-block.policies .section-content {
	text-align: left;
}

/* ## 404 Page
--------------------------------------------- */

.not-found li {
	margin-bottom: 20px;
}


/* # Forms
---------------------------------------------------------------------------------------------------- */

/* ## Contact Form
--------------------------------------------- */

.content .contact {
	background-color: rgb(29,61,85);
	color: rgb(255,255,255);
	padding-bottom: 60px;
	padding-top: 50px;
}

.contact .wrap,
.home .content .contact .wrap {
	padding-left: 140px;
	padding-right: 140px;
}

.contact .gform_wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.contact-us .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.contact .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.contact-us .gform_wrapper .top_label .gfield_label,
.contact .gform_wrapper .top_label .gfield_label,
.contact-us .gform_wrapper .gfield_label,
.contact .gform_wrapper .gfield_label {
	display: none;
}
.contact .gform_wrapper #field_1_7 .gfield_label,
.contact .gform_wrapper #field_2_7 .gfield_label {
	color: rgb(255,255,255);
	display: block;
}

body .contact .gform_wrapper ul li.gfield {
	margin-top: 22px;
	padding-top: 0;
}

.contact .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	color: rgb(29,61,85) !important;
x	color: rgb(244,118,73);
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 2.2;
	padding: 10px 10px 10px 20px;
		height: 68px;
}

.contact .gform_wrapper ul.gform_fields li.gfield,
.contact .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 0;
}

.contact .gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 20px;
}
.contact .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-left: 20px;
}

.contact .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
.contact .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin: 0;
}

.contact .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
	margin-right: 20px;
}
.contact .gform_wrapper .ginput_complex .ginput_left {
	padding-right: 20px;
}

.contact .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin-left: -20px;
	padding-left: 20px;
	margin-right: 0;
	padding-right: 0px;
}

.contact #field_1_1 {
	margin-top: 0;
}

/* City */
.contact #input_1_4_3 {
	margin-top: 22px;
}
/* Zip */
.contact #input_1_4_5 {
	margin-top: 12px;
}
/* Due Date */
.contact #field_1_8 .gfield_label,
.contact #field_2_8 .gfield_label {
	display: unset;
}
.contact #input_1_8,
.contact #input_2_8 {
	width: calc(100% - 0px);
}

.contact .gform_wrapper textarea {
	padding: 6px 14px;
}

.home .contact .gform_wrapper textarea.small {
	height: 68px;
}

.contact .gform_wrapper select,
.contact .gform_wrapper textarea {
	color:	rgb(29,61,85) !important;
x	color:	rgb(244,118,73);
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	opacity: 1;
}
.contact .gform_wrapper select,
.contact .gform_wrapper.gf_browser_gecko select {
	height: 68px;
	padding: 8px 12px 8px 12px;
}

.contact input::placeholder,
.contact input::-moz-placeholder,
.contact input::-webkit-input-placeholder,
.contact textarea::placeholder,
.contact textarea::-moz-placeholder {
	color: rgb(29,61,85) !important;
x	color: rgb(244,118,73) !important;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	opacity: 1;
}

.contact .top_label div.ginput_complex.ginput_container.gf_name_has_1 {
	width: calc(100% + 0px);
}

.contact div.ginput_container_name span {
	padding-right: 0px;
	margin-right: 0px;
}

.contact .gform_wrapper .gform_footer {
	margin-bottom: 24px;
	padding: 12px 0 11px;
	text-align: center;
}

.contact .gform_wrapper .gform_footer input.button,
.contact .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 30px;
	font-size: 3rem;
	margin: 0;
	padding: 18px 40px 20px;
	width: 43.65%;
}

.contact .gform_wrapper .gform_footer input.button,
.contact .gform_wrapper .gform_footer input[type="submit"] {
	background-color: rgb(244,118,73);
	margin-right: 0;
}
.contact .gform_wrapper .gform_footer input.button:hover {
	background-color: rgb(141,214,230);
	color: rgb(29,61,85);
}

.contact .section-subheading,
.contact h3.section-subheading,
.contact h3.section-subheading a {
	color: rgb(29,61,85);
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
	text-align: center;
}
.contact .section-subheading {
	color: rgb(255,255,255);
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin: 0 auto;
	max-width: 1100px;
}
.contact .section-subheading a {
	font-weight: 500;
}
.contact .section-subheading a.phone {
	color: rgb(141,214,230);
}
.contact .section-subheading a.phone:hover,
.contact .section-subheading a.phone:focus {
	color: rgb(244,118,73);
}

/* radio buttons */
.contact .gform_wrapper ul.gfield_radio li input[type="radio"] {
	display: none;
}

.contact .gform_wrapper ul.gfield_radio li,
.home .contact .gform_wrapper ul.gfield_radio li,
.contact .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	margin-bottom: 0;
	width: 48% !important;
}
.contact .gform_wrapper ul.gfield_radio li:first-child,
.home .contact .gform_wrapper ul.gfield_radio li:first-child {
	margin-right: 4% !important;
}
.contact .gform_wrapper ul.gfield_radio li:nth-child(2) {
	margin-bottom: 0;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.contact .gform_wrapper .top_label li ul.gfield_radio,
.home .contact .gform_wrapper .top_label li ul.gfield_radio {
	display: flex;
	line-height: 1;
	margin: 0 !important;
	width: calc(100% + 0px);
}

.contact .gform_wrapper ul.gfield_radio li label {
	background-color: rgb(255,255,255);	
	border: 0px solid rgb(57,180,213);
	color: rgb(32,53,139);
	cursor: pointer;
	display: block;
	float: none;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 500;
	height: 100%;
	line-height: 1.2;
	max-width: 100%;
	margin: 0px auto;
	padding: 12px 2px;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 100%;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
}
.contact .gform_wrapper ul.gfield_radio li label#label_1_7_0 {
	padding: 10px 24px;
}

.contact .gform_wrapper ul.gfield_radio li label:hover {
	background: rgb(141,214,230);
	color: rgb(29,61,85);
}
.contact .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	background: rgb(38,149,174);
	color: rgb(255,255,255);
	font-weight: 500;
}

.contact .gform_wrapper .address_line_1 input {
	margin-bottom: 20px;
}


/* ## Contact Page Form
--------------------------------------------- */

.page-contact-us .text-block .section-content {
    text-align: center;
}

.page-contact-us .gform_wrapper .address_line_1 input,
.page-contact-us .gform_wrapper .address_line_2 input {
	margin-bottom: 20px;
}

.contact .gform_wrapper .ginput_complex.ginput_container_address .ginput_left.address_city {
	margin-bottom: 20px;
	margin-right: 0px;
	padding-right: 0px;
	width: 100%
}

.contact .gform_wrapper .ginput_complex.ginput_container_address .ginput_right.address_state {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 20px;
}

.contact .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
	margin-right: 0px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 0px !important;
}

.page-contact-us .contact .gform_wrapper textarea.small {
	height: 180px;
}


/* # Posts - News / Blog
---------------------------------------------------------------------------------------------------- */

/* ## Archive
--------------------------------------------- */

.blog .content,
.category .content,
.tag .content {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
}

.archive-posts .entry,
.blog .entry {
	background-color: rgba(239,239,239,0.3);
	margin-bottom: 0;
}

/* ## Single Posts
--------------------------------------------- */

.archive-testimonials .site-inner,
.single-testimonial .site-inner,
.single-post .site-inner {
	max-width: 1280px;
}

.single-post .entry img {
	height: auto;
	max-width: 100%;
}

/* ## Display Posts Shortcode
--------------------------------------------- */

.display-posts-listing {
	max-width: 1200px;
	margin: 0 auto;
}

.listing-item {
	margin-bottom: 60px;
	text-align: left;
}

.listing-item .image {
	display: block;
}

.listing-item .image img {
	margin-bottom: 20px;
}

.listing-item .title {
	margin-bottom: 10px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
	display: block;
	color: rgb(29,61,85);
}

.listing-item .content {
	float: none;
}

.excerpt-dash {
	display: none;
}

/* # Custom Styles
---------------------------------------------------------------------------------------------------- */

ul.list > li::before,
ol.list > li::before {
	font-size: 10px;
	font-size: 1rem;
}

ul.list li {
	font-weight: 500;
	list-style-type: disc;
	margin-bottom: .6em;
	margin-left: .8em;
}
ol.list li {
	font-weight: 500;
	list-style-type: decimal;
	margin-bottom: .6em;
	margin-left: .8em;
}

.text-block .section-content ul.list,
.text-repeater .section-content ul.list {
	margin-left: 20px;
}
.text-block .section-content ul.list.col,
.text-repeater .section-content ul.list.col {
	column-count: 2;
	margin-bottom: 20px;
}

ul.blist > li {
	margin-bottom: 1em;
	padding-left: 2em;
}

.blist li::before {
	color: rgb(34,83,163);
	content: "\f111";
	font-family: 'adopthelp';
	font-size: .8em;
	margin-bottom: 1em;
	margin-left: -28px;
	padding-right: 1em;
}

/* Backgrounds */ 
.ahblue,
.ah-blue {
	background-color: rgb(29,61,85);
}

.light-blue {
	background-color: rgb(141,214,230);
x	background-color: rgb(121,203,225);
}

.medium-blue {
	background-color: rgb(38,149,174);
x	background-color: rgb(57,180,213);
}

.dark-blue {
	background-color: rgb(32,53,139);
}

.white {
	background-color: rgb(255,255,255);
}

/* Heading Colors */
.ah-blue a,
.ah-blue p,
.ah-blue ul,
.ah-blue h1,
.ah-blue h2,
.ah-blue h3,
.ah-blue h4,
.ah-blue h5,
.ah-blue h6 {
	color: rgb(255,255,255);
}
.light-blue a,
.light-blue p,
.light-blue ul,
.light-blue h1,
.light-blue h2,
.light-blue h3,
.light-blue h4,
.light-blue h5,
.light-blue h6,
.medium-blue a,
.medium-blue p,
.medium-blue ol,
.medium-blue ul,
.medium-blue h1,
.medium-blue h2,
.medium-blue h3,
.medium-blue h4,
.medium-blue h5,
.medium-blue h6,
.medium-blue .section-content {
	color: rgb(29,61,85);
}

.text-block.light-blue a, 
.text-block.medium-blue a,
.text-repeater.light-blue a,
.text-repeater.medium-blue a {
	font-weight: 600;
	color: rgb(29,61,85);
}
.text-block.light-blue a:hover,
.text-block.medium-blue a:hover,
.text-repeater.light-blue a:hover,
.text-repeater.medium-blue a:hover {
	color: rgb(251,79,79);
}

.ah-blue .text-block-rep .section-content {
	color: rgb(255,255,255);
}

.white p {
	color: rgb(29,61,85);
}

.white ol,
.white ul,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color: rgb(29,61,85);
}

p.pink {
	color: rgb(251,79,79);
}

/* ## Misc Styles
--------------------------------------------- */

.em {
	font-style: italic;
}

.bold,
.strong {
	font-weight: 600;
}

.small {
	font-size: 90%;
}

.caps {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

hr,
.hr {
	background-color: rgb(187,187,187);
	border: none;
	clear: both;
	display: block;
	height: 2px;
	margin: 1em 0 1em;
}

/* Admin Error Visibility */
body.admin-bar .top-bar {
x	background-color: rgba(32,53,139,.6) !important;
	top: 32px;
}
body.admin-bar .site-header {
x	background-color: rgba(0,112,212,.6) !important;
	top: 72px !important;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

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

	.site-header .nav-primary a {
		padding: 14px 24px;
	}

	.testimonials .wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

}

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

	.site-header .nav-primary {
		margin: 10px 20px 0 20px;
	}

	.site-header .nav-primary a {
		padding: 14px 22px;
	}

	.site-header .header-cta {
		font-size: 22px;
		font-size: 2.2rem;
	}

}

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

	.title-area {
x		margin-bottom: -20px;
		width: 340px;
	}
	.site-title > a {
		background-position-y: 0px;
		min-height: 98px;
	}

	.site-header .nav-primary a {
		padding: 14px 20px;
	}

	.site-header .header-cta {
		font-size: 21px;
		font-size: 2.1rem;
	}

}

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

	.site-header .nav-primary a {
		padding: 14px 18px;
	}

}

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

	.site-header .nav-primary {
		margin: 8px 14px 0 20px;
	}
	.site-header .nav-primary a {
		padding: 14px 14px;
	}

	.site-header .header-cta {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

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

	.site-header .genesis-nav-menu {
		font-size: 17px;
		font-size: 1.7rem;
	}

}

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

	.title-area {
		width: 255px;
	}
	.site-title > a {
		min-height: 90px;
	}

	.site-header .nav-primary {
		margin: 6px 14px 0 20px;
	}

	.testimonials .wrap { /* max-width no pad */
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media only screen and (max-width: 1340px) { /* 1336px */

	.title-area {
		width: 280px;
	}
	.site-title > a {
		min-height: 85px;
	}

	.site-header .nav-primary {
		margin: 6px 12px 0 12px;
	}
	.site-header .nav-primary a {
	}

	.site-header .header-cta {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 14px 14px;
	}

}

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

	.site-header .header-cta {
		display: none;
	}
	.site-header .header-ctm {
		display: unset;
		display: inline-block;
	}

	/* Footer */
	.footer-widgets {
		padding-bottom: 40px;
	}
	.footer-widgets .wrap {
		padding-left: 40px;
		padding-right: 40px;
	}

	.footer-widgets-1,
	.footer-widgets-4 {
		width: 48%;
	}
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	.footer-widgets-2 { /* pregnant */
		order: 3;
	}
	.footer-widgets-3 { /* adopting */
		order: 4;
	}
	.footer-widgets-4 { /* info */
		order: 2;
	}

}

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

	.site-header .header-ctm a {
		font-size: 19px;
		margin-right: 10px;
		padding: 6px;
		height: 32px;
		width: 32px;
	}

}

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

	.title-area {
		width: 260px;
	}
	.site-title > a {
		min-height: 80px;
	}
	.site-header .genesis-nav-menu {
		font-size: 16px;
		font-size: 1.6rem;
	}

	/* Contact */
	.contact .wrap,
	.home .content .contact .wrap {
		padding-left: 80px;
		padding-right: 80px;
	}
	.contact .gform_wrapper ul.gfield_radio li {
		width: 100% !important;
	}

}

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

	.site-header .nav-primary {
		margin: 4px 12px 0 12px;
	}
	.site-header .nav-primary a {
		padding: 14px 9px;
	}

	.site-header .header-ctm a {
		font-size: 18px;
		margin-right: 12px;
		height: 30px;
		width: 30px;
	}

	/* Testimonials Carousel */
	.testimonials {
		padding-bottom: 60px;
		padding-top: 40px;
	}

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 24px;
		font-size: 2.4rem;
	}

}

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

	.title-area {
		width: 250px;
	}
	.site-title > a {
		min-height: 78px;
	}

	.site-header .nav-primary {
		margin: 2px 12px 0 12px;
	}
	.site-header .genesis-nav-menu {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.site-header .nav-primary a {
		padding: 14px 9px;
	}

}

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

	.site-header .genesis-nav-menu {
		font-size: 14px;
		font-size: 1.4rem;
	}

	/* Testimonials Carousel */
	.testimonials .testimonial-excerpt {
		font-size: 22px;
		font-size: 2.27rem;
	}

}

@media only screen and (max-width: 1024px) { /* iPad h / iPad Pro v */

	.top-bar {
			min-height: 36px;
			height: 36px;
	}

	.site-header > .wrap {
		padding: 0 16px;
	}

	.site-title > a {
		min-height: 72px;
	}

	.nav-secondary,
	.nav-tertiary {
		position: absolute !important;
		top: 36px !important;
	}

	.genesis-nav-menu .menu-item-has-children::before {
		display: none;
	}

	/* ### Responsive Menu */

	.site-header .nav-primary {
		margin: 20px 0 8px 0;
			width: 100%;
	}

	.nav-header,
	.nav-primary,
	.nav-tertiary {
		display: none;
		padding: 1px 0 0 !important;
		position: relative;
	}

	.nav-tertiary .genesis-nav-menu > li > .sub-menu,
	.site-header .genesis-nav-menu > li > .sub-menu {
		margin-top: 0;
		padding-top: 0;
	}

	.nav-tertiary .genesis-nav-menu > li > .sub-menu > li:first-child > a:before,
	.site-header .genesis-nav-menu > li > .sub-menu > li:first-child > a:before {
		display: none;
	}

	.nav-primary.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		margin-bottom: 22px !important;
		margin-left: 20px !important;
		margin-top: 0 !important;
		padding: 0px !important;
	}

	.nav-tertiary .genesis-nav-menu .menu-item,
	.site-header .genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: left;
	}

	.nav-tertiary .genesis-nav-menu .menu-item a,
	.site-header .genesis-nav-menu .menu-item a {
		border-top: 1px solid rgb(32,53,139);
		font-size: 17px;
		font-size: 1.7rem;
		margin: 0 0 1px 0;
		padding: 11px 55px 11px 20px;
		width: 100%;
	}
	
	.site-header .genesis-nav-menu .menu-item:first-child a,
	.nav-tertiary .genesis-nav-menu .menu-item:first-child a {
		border: none;
	}

	.nav-tertiary .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.nav-tertiary .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.site-header .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.site-header .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.nav-tertiary .genesis-nav-menu > .menu-item-has-children > a:after,
	.site-header .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.nav-tertiary .genesis-nav-menu .sub-menu,
	.site-header .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.nav-tertiary .genesis-nav-menu .sub-menu .sub-menu,
	.site-header .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.nav-tertiary .genesis-nav-menu .sub-menu a,
	.site-header .genesis-nav-menu .sub-menu a {
		background: none !important;
		border: none;
		border-top: 0px solid #e7e7e7 !important;
		color: rgb(255,255,255);
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: normal;
		padding-left: 40px;
	}

	.nav-tertiary .genesis-nav-menu .sub-menu a:hover,
	.nav-tertiary .genesis-nav-menu .sub-menu a:focus,
	.nav-tertiary .genesis-nav-menu .sub-menu .current-menu-ancestor > a,
	.nav-tertiary .genesis-nav-menu .sub-menu .current-menu-item > a,
	.site-header .genesis-nav-menu .sub-menu a:hover,
	.site-header .genesis-nav-menu .sub-menu a:focus,
	.site-header .genesis-nav-menu .sub-menu .current-menu-ancestor > a,
	.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
		color: rgb(32,53,139);
	}

	.nav-tertiary .genesis-nav-menu .sub-menu .sub-menu a,
	.site-header .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 60px;
	}

	/* ### AdoptHelp Custom Styles */

	.site-header .header-ctm {
		float: none;
		position: absolute;
		right: 16px;
	}

	.site-header .header-call,
	.site-header .header-sms {
		font-size: 22px;
		font-size: 2.2rem;
		height: 36px;
		padding: 5px 4px;
		width: 36px;
	}
	.site-header .header-sms {
		padding-left: 7px;
	}

	/* Page Links */
	.home .pregnant-program .menu li,
	.home .adoptive-parents-program .menu li,
	.page-links .menu li {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.page-links .menu li.single-parent {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.home .pregnant-program .menu li a,
	.home .adoptive-parents-program .menu li a,
	.page-links .menu li a {
		padding: 18px 2px 20px;
	}

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* Footer */
	.footer-widgets > .wrap {
		justify-content: center;
	}

}

@media only screen and (max-width: 990px) { /* large tablet styles */

	/* Globals */
	.archive-title,
	.entry-title,
	.page-title {
		font-size: 50px;
		font-size: 5.0rem;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	/* Posts / News */
	.archive-video-success-stories .content,
	.blog .content,
	.category .content,
	.tag .content {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 40px;
	}

	.blog .content .archive-description,
	.category .content .archive-description,
	.tag .content .archive-description,
	.archive-video-success-stories .content .archive-description {
		grid-column: 1 / 3;
	}

	/* Contact */
	.contact input::placeholder,
	.contact input::-moz-placeholder,
	.contact input::-webkit-input-placeholder,
	.contact textarea::placeholder,
	.contact textarea::-moz-placeholder,
	.contact .gform_wrapper select {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.contact .gform_wrapper select {
		min-height: 58px;
		padding: 14px 10px 14px 20px;
	}
	.contact .gform_wrapper ul.gfield_radio li label#label_1_7_0 {
		padding: 10px 28px;
	}

}

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

	.text-block .entry-title,
	.text-list .entry-title {
		font-size: 36px;
		font-size: 3.6rem;
		padding: 0;
	}

}

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

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 21px;
		font-size: 2.1rem;
	}

}

@media only screen and (max-width: 812px) { /* iPhone x/xs h */

	.top-bar h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	/* Globals */
	.page-fc .text-block,
	.page-fc .text-list {
		padding-bottom: 30px;
	}

	.archive-title,
	.entry-title,
	.page-title {
		font-size: 50px;
		font-size: 5.0rem;
	}

	.single .entry .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.text-block .entry-title,
	.text-list .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
		padding: 0;
	}

	/* Testimonials Carousel */
	.testimonials .entry-title,
	.home .testimonials .entry-title {
		margin: 0 0 12px;
	}
	.testimonials .testimonial-excerpt {
		font-size: 21px;
		font-size: 2.1rem;
	}
	.testimonials .testimonial-excerpt h4 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.text-block .wrap,
	.text-block .text-wrap,
	.text-list .wrap,
	.text-repeater .wrap {
		padding: 0 40px;
	}

	/* DPS */
	.listing-item,
	.page .content .post-summary,
	.page .content .display-posts-listing .post-summary {
		margin-bottom: 40px;
	}
	.listing-item .title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* Page Links */
	.page-links .menu {
		margin-bottom: 0px;
	}
	.home .pregnant-program .menu li,
	.home .adoptive-parents-program .menu li,
	.page-links .menu li {
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 14px;
		width: 49%;
	}
	.page-links .menu li a {
		padding: 12px 2px 14px;
	}

	/* Pages */
	.text-block-rep {
		margin-bottom: 30px;
	}
	.page-fc .text-repeater .entry-title {
		font-size: 2.6rem;
		padding: 0;
	}
	.page-fc .text-repeater .text-block-rep .sub-heading {
		font-size: 20px;
		font-size: 2.0rem;
	}

	/* Contact */
	.content .contact {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.contact .wrap .entry-title {
		font-size: 40px;
		font-size: 4.0rem;
		margin-top: 0;
		padding: 0;
	}

	.contact input::placeholder,
	.contact input::-moz-placeholder,
	.contact input::-webkit-input-placeholder,
	.contact textarea::placeholder,
	.contact textarea::-moz-placeholder {
		font-size: 20px;
		font-size: 2rem;
	}
	.contact .gform_wrapper select,
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.contact .gform_wrapper ul.gfield_radio li label#label_1_7_0 {
		padding: 10px 20px;
	}
	.contact .gform_wrapper .gform_footer input.button,
	.contact .gform_wrapper .gform_footer input[type="submit"] {
		font-size: 24px;
		font-size: 2.4rem;
		max-width: 360px;
		padding: 14px 20px 16px;
		width: 80%;
	}
	.contact .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1 !important;
		min-height: unset !important;
	}
	.contact .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
	.contact .gform_wrapper select,
	.contact .gform_wrapper textarea {
		font-size: 20px;
		font-size: 2.0rem;
		height: 58px;
		padding: 8px;
	}
	.contact .gform_wrapper.gf_browser_gecko select {
		height: unset;
		padding: 8px;
	}
	.gform_wrapper select {
		line-height: 1.5;
		padding: 12px 10px 14px 20px;
	}

	.top-bar h3 {
		padding-left: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 768px) { /* iPad mini v */

	.top-bar h3 {
		padding-left: 0;
		width: 100%;
	}
	.top-bar .nav-social {
		display: none;
	}

	/* Globals */
	.archive-title,
	.entry-title,
	.page-title {
		padding: 0 20px;
	}

	.archive .entry .entry-title,
	.blog .entry .entry-title {
		font-size: 20px;
		font-size: 2.0rem;
	}

	/* Posts / News */
			.blog .content,
			.category .content,
			.tag .content {
				grid-template-columns: repeat(2, 1fr);
				padding: 0 40px;
			}

	.blog .content .archive-description,
	.category .content .archive-description,
	.tag .content .archive-description {
		grid-column: 1 / 3;
	}

}

@media only screen and (max-width: 736px) { /* iPhone 6/7/8 plus h */

	/* Globals */
	.archive-title,
	.entry-title,
	.page-title {
		font-size: 38px;
		font-size: 3.8rem;
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 668px) { /* 667 iPhone 6/7/8 h ~ 650px */

	.site-title > a {
		min-height: 68px;
	}
	.menu-toggle {
		margin-bottom: 20px !important;
	}

	.text-list ul.list {
		column-count: 1;
		line-height: 1.2em;
	}

	/* Pregnant */
	.subpage-links,
	.pregnant-services {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* Page Links */
	.home .adoptive-parents-program .menu li.menu-item-298 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Contact Icons */
	.contact-icons .row .email h5,
	.contact-icons .row h5 {
		font-size: 16px;
		font-size: 1.65rem;
	}

	/* Contact */
		.contact .wrap,
		.home .content .contact .wrap {
			padding-left: 60px;
			padding-right: 60px;
		}
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Footer */
	#menu-footer-pregnant,
	#menu-footer-adopting {
		column-count: 2;
	}

}

@media only screen and (max-width: 642px) { /* 640 */

	.top-bar h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	/* Testimonials Carousel */
	.testimonials {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.testimonials .testimonial-excerpt h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	/* Contact */
	.contact .wrap,
	.home .content .contact .wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contact .gform_wrapper .top_label li.gfield.gf_left_half,
	.contact .gform_wrapper .top_label li.gfield.gf_right_half,
	.contact .gform_wrapper .ginput_complex.ginput_container_address .ginput_right.address_state,
	.contact .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
		padding: 0;
	}

}

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

	.text-block .section-content ul.list.col {
		column-count: 1;
	}

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 16px;
		font-size: 1.6rem;
	}

}

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

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.contact .gform_wrapper ul.gfield_radio li label#label_1_7_0 {
		padding: 10px 16px;
	}

	.top-bar {
x		height: 36px;
	}
	.top-bar h3 {
		font-size: 15px;
		font-size: 1.5rem;
	}

}

@media only screen and (max-width: 490px) { /* 490px phones */

	/* Page Links */
	.page-links .menu li {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 10px;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 479px) { /* 490px phones */

	.site-header > .wrap {
		padding: 0 8px;
	}
	.title-area {
		width: 240px;
	}
	.site-title > a {
		min-height: 70px;
	}

	/* Globals */
		.archive-title,
		.entry-title,
		.page-title {
			font-size: 34px;
			font-size: 3.4rem;
			margin-bottom: 20px;
		}

		.page-fc .text-block,
		.page-fc .text-list {
			padding-top: 30px;
			padding-bottom: 30px;
		}

	.text-block .entry-title,
	.text-list .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.text-block .section-subheading {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.page-fc .text-block:first-of-type {
		font-size: 16px;
		font-size: 1.6rem;
		padding-top: 0px;
	}

	/* Page Links */
	.page-links .menu li {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 10px;
		width: 100%;
	}

	/* post-nav */
	.post-navigation .wrap {
		flex-direction: column;
		padding-left: 60px;
		padding-right: 60px;
	}
	.post-navigation .third {
		width: 100%;
	}
	.post-navigation .pagination-previous.alignleft,
	.post-navigation .pagination-next.alignright {
		float: none;
		width: 100%;
	}
	.post-navigation .pagination-previous.alignleft a,
	.post-navigation .pagination-next.alignright a {
		margin-bottom: 20px;
		width: 100%;
	}
	.post-navigation .pagination-next.alignright a {
		margin-bottom: 40px;
	}
	.post-navigation .third:nth-child(1) {
		order: 1;
	}
	.post-navigation .third:nth-child(2) {
		order: 3;
	}
	.post-navigation .third:nth-child(3) {
		order: 2;
	}

	/* Testimonials Carousel */
	.testimonials .entry-title {
		font-size: 37px;
		font-size: 3.7rem;
		padding: 0;
	}
	.testimonials .testimonial-excerpt {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.testimonials .testimonial-excerpt h4 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	/* Contact Icons */
		.flexible-content .content .contact-icons .row {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
				-ms-flex-direction: column;
					flex-direction: column;
		}
		.flexible-content .content .contact-icons .row > div {
			margin: 0 auto 20px;
			padding: 0;
			text-align: center;
			width: 80%;
		}
		.flexible-content .content .contact-icons .row > div:last-child {
			margin-bottom: 0;
		}
		.flexible-content .content .contact-icons .row a {
		}

.contact-icons .text-wrap {
	padding-left: 40px;
	padding-right: 40px;
}
.contact-icons .text-wrap h3 {
	margin: 0;
}
.adopting-contact.contact-icons .fa-2x {
	font-size: 1.4em;
}
.contact-icons .fa-envelope {
	vertical-align: -4px;
}
	.contact-icons .row .phone {
		margin-bottom: 0;
	}

	/* Pages */
	.subpage-links .subpage-blocks {
		grid-template-columns: repeat(1, 1fr);
	}

	/* Posts / News */
	.archive-video-success-stories .content,
	.blog .content,
	.category .content,
	.tag .content {
		grid-template-columns: repeat(1, 1fr);
		padding-left: 20px;
		padding-right: 20px;
	}

	.blog .content .archive-description,
	.category .content .archive-description,
	.tag .content .archive-description {
		grid-column: 1 / 1;
	}

	/* Contact */
	.contact .gform_wrapper ul.gfield_radio li label {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.contact .gform_wrapper ul.gfield_radio li label#label_1_7_0 {
	}

.content .contact {
	padding-bottom: 40px;
	padding-top: 30px;
}

	/* Footer */
	.footer-widgets-1,
	.footer-widgets-4 {
		width: 100%;
	}
	#menu-footer-pregnant,
	#menu-footer-adopting {
		column-count: 1;
	}
	.site-footer {
		font-size: 14px;
		font-size: 1.4rem;
	}

}

@media only screen and (max-width: 440px) { /*   */

	.title-area {
		width: 210px;
	}
	.site-title > a {
		min-height: 64px;
	}

	.menu-toggle {
		margin-bottom: 12px !important;
		margin-left: 14px !important;
	}

}

@media only screen and (max-width: 415px) { /* iphone x v 414px */

	.site-header > .wrap {
		margin-top: 10px;
	}
	.title-area {
		width: 190px;
	}
	.site-title > a {
		min-height: 56px;
	}

	.menu-toggle {
		margin-bottom: 10px !important;
	}

	/* Global */
	.text-block .entry-title,
	.text-list .entry-title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.text-block .section-subheading {
		font-size: 19px;
		font-size: 1.9rem;
	}

		.text-list ul.list,
		.page-adopthelp-services .text-list ul.list {
			column-count: 1;
			line-height: 1.2em;
		}

	/* Pregnant / Adopting */
	/* Contact Icons */
	.contact-icons .text-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-icons h3 {
		font-size: 21px;
		font-size: 2.1rem;
		margin: 0;
	}
	.contact-icons.adopting-contact .fas,
	.contact-icons.adopting-contact .fa-envelope {
		display: none;
	}

	/* Contact */
	.contact .wrap .entry-title {
		font-size: 32px;
		font-size: 3.2rem;
	}	
	.contact .section-subheading {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.contact input::placeholder,
	.contact input::-moz-placeholder,
	.contact input::-webkit-input-placeholder,
	.contact textarea::placeholder,
	.contact textarea::-moz-placeholder {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

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

	.title-area {
		width: 180px;
	}

	.menu-toggle::before,
	.menu-toggle.activated::before {
		padding: 4px 6px 10px;
	}
	#mobile-genesis-nav-primary {
		height: 32px;
	}

	.site-header .header-call,
	.site-header .header-sms {
		font-size: 19px;
		font-size: 1.9rem;
		width: 32px;
		height: 30px;
		padding: 3px 0;
		width: 30px;
	}

}

@media only screen and (max-width: 376px) { /* iPhone X v 375px */

	.top-bar {
x		height: 36px;
	}
	.top-bar h3 {
x		font-size: 17px;
x		font-size: 1.7rem;
	}

	.site-header {
		top: 36px !important;
	}
	.title-area {
		width: 170px;
	}
	.site-title > a {
		min-height: 50px;
	}

	/* Globals */
	.archive-title,
	.entry-title,
	.page-title {
		font-size: 30px;
		font-size: 3.0rem;
		padding: 0;
	}

	/* Testimonials Carousel */
	.testimonials-carousel .slick-arrow {
		font-size: 8px;
		font-size: 8rem;
		top: 38%;
	}

	/* Contact */
	.contact .wrap .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

	/* Footer */
	.footer-widgets {
		padding-bottom: 20px;
		padding-top: 50px;
	}
	.footer-widgets .widget {
		padding: 0;
	}
	.footer-widgets .widget-area {
		margin-bottom: 20px;
	}
	.footer-widgets .widget-area:last-child {
		margin-bottom: 0;
	}

	.site-footer p,
	.site-footer .creds,
	.site-footer .site-dev {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

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

	.title-area {
		width: 160px;
	}

	/* Globals */
	.content .entry-title {
		padding: 0;
	}
	.single .entry .entry-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

	/* Contact */
	.contact .wrap .entry-title {
		font-size: 30px;
		font-size: 3.0rem;
		padding: 0;
	}
	.contact input::placeholder,
	.contact input::-moz-placeholder,
	.contact input::-webkit-input-placeholder,
	.contact textarea::placeholder,
	.contact textarea::-moz-placeholder,
	.contact .gform_wrapper select {
		font-size: 18px;
		font-size: 1.8rem;
	}

}

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

	.title-area {
		width: 140px;
		margin-bottom: 0;
	}
	.site-title > a {
		min-height: 40px;
	}

}

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

	.title-area {
		width: 130px;
	}

}

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

	.top-bar h3 {
x		font-size: 16px;
x		font-size: 1.6rem;
	}

}

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

	.top-bar h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.title-area {
		width: 116px;
	}

}

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

	.title-area {
		width: 110px;
	}

}

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

	.top-bar h3 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.title-area {
		width: 220px;
	}
	.site-header .header-ctm {
		display: none !important;
	}

}

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

	.nav-header,
	.nav-primary {
		display: block !important;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none !important;
		visibility: hidden !important;
	}

}
