/*
Theme Name: Legacy Tree
Description: Custom theme created for LegacyTree using the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Version: 2.0.1
Template: genesis
Template Version: 3.0
*/

/* Table of Contents
	- HTML5 Reset
	- Defaults
		- Float Clearing
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Page Types
		- Titles
	- Widgets
		- Featured Content
		- Lead Form
	- Site Header
		- Logo
		- Widget Area
		- Promo Banner
	- Site Navigation
		- Primary Navigation & Mega Menu
		- Language Switcher
	- Content Area
		- Homepage
		- WooCommerce & Cart
		- Entries
		- Pagination
		- Comments
		- Lists
		- Mobile Only
	- Blog
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
	- Gutenberg Blocks
	- Staff Email Signatures
	- Affiliate Landing
	- eBook Landing
	- Consultations Landing
	- Legacy Code from templates

	Translated pages (no longer in use, can be removed from css):
		9868    /pt-br
		8758    /es
		/es/myheritage-user       13584
		/pt-br/myheritage-user    13587
		/da/myheritage-user       13399
		/nb/myheritage-user       13030
		/sv/myheritage-user       12824
		/ru/myheritage-user       30824
		9684  /es/myheritage-2
		10507  /pt-br/myheritage-2

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms (reset)
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*
END - HTML5 Reset
---------------------------------------------------------------------------------------------------- */

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

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

.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-header:after, .site-inner:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
}

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

html {
	font-size: 100%; /* 16px browser default */
	overflow-x: hidden;
}
body {
	background-color: #fff;
	color: #666;
	font-family: 'Figtree', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
	-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;
}

::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #de7037;
	text-decoration: none;
}
a:hover {
	color: #333;
}
p {
	margin: 0 0 1.2rem;
	padding: 0;
}
.wp-block-themeisle-blocks-advanced-columns p {
	color: #666;
}
.entry-content p {
	line-height: 1.4rem;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0 0 1.2em 0;
}
blockquote, blockquote::before {
	color: #999;
}
blockquote {
	margin: 4rem 4rem 2.4rem;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.FAQs .entry a {
	border-bottom: 1px solid #c3c3c3;
	color: #4b4b4b;
}

.homepage-intro-text {
	font-size: 20px;
	margin-bottom: 50px;
}
.homepage-intro-text.no-margin-bottom {
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
	.homepage-intro-text {
		font-size: 1em;
		margin-bottom: 20px;
	}
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Petrona', serif;
	color: #33B1BA;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1.6rem;
}
h1 {
	font-size: 2.8rem;
}
h2 {
	font-size: 2.2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
}
.single-post .post .entry-content h2 {
	font-size: 1.8rem;
}
.single-post .post .entry-content h1,
.single-post .post .entry-content h2,
.single-post .post .entry-content h3,
.single-post .post .entry-content h4,
.single-post .post .entry-content h5 {
	color: #4B4B4B;
}
.single-post .post .entry-content p {
	margin-bottom: 21px;
}
.underline {
	text-decoration: underline;
}
.dotted {
	border-bottom: 1px dotted #333;
}

.FAQs .entry-content h1,
.FAQs .entry-content h2,
.FAQs .entry-content h3,
.FAQs .entry-content h4,
.FAQs .entry-content h5 {
	font-family: 'Figtree', Arial, sans-serif;
	color: #4B4B4B;
	font-size: 21px;
	font-weight: 500;
}

.research h2 {
	font-size: 16px !important;
	margin-bottom: 22px;
}

.privacy .entry-content h2,
.privacy .entry-content h3,
.privacy .entry-content h4,
.privacy .entry-content h5,
.terms .entry-content h2,
.terms .entry-content h3,
.terms .entry-content h4,
.terms .entry-content h5 {
	font-family: 'Figtree', Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

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

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

/* Vimeo Embed */
iframe.lt-embed-video {
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 767px) {
	iframe.lt-embed-video {
		height: 360px;
	}
}
@media screen and (max-width: 375px) {
	iframe.lt-embed-video {
		height: 200px;
	}
}


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

.wpcf7-form-control {
    box-sizing: border-box;
}

input:not([type="checkbox"]),
select,
textarea {
	background-color: #FFF;
	border: 1px solid #cfcfcf;
	color: #444540;
	padding: .4rem .4rem .4rem;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: initial;
	line-height: initial;
}
textarea.goal,
textarea.message {
	height: 48px;
	padding: 4px 4px 3px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
#place_order {
	-moz-box-shadow: inset 0 0 5px 5px #939b29;
	-webkit-box-shadow: inset 0 0 5px 5px #939b29;
	box-shadow: inset 0 0 5px 5px #939b29;
	border: 1px solid #939b29;
	width: auto;
	line-height: 38px;
	display: block;
	font-size: 1.4rem;
	color: #fff;
	background-color: #ABB23D;
	padding: 0.5rem 2.4rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: none;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Petrona', serif;
	text-align: center;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.orange-button {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
}
/* Complianz buttons */
button.cmplz-btn {
	-webkit-box-shadow: initial;
	box-shadow: initial;
}

/* Contact Form 7 */
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item.first {
	margin-right: 20px;
}

/* Custom CF7 Loader Animation */
.wpcf7 .wpcf7-spinner {
	display: none;
}

/* google recaptcha */
.grecaptcha-badge {
	visibility: hidden;
}

.hide-hack,
.hidden-fields {
	display: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th, td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 0.6rem 0;
}

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

/* Site Containers
--------------------------------------------- */
.wrap,
.site-inner {
    max-width: 960px;
    margin: 0 auto;
}
.site-inner {
	padding-top: 1rem;
}
.section-whd-full-width .site-inner {
	max-width: 100%;
}
.content-width {
	width: 960px;
}
.site-header .wrap {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin: auto;
	min-height: 90px;
}
.page .entry {
	padding: 0;
}
.flex-centered {
	justify-content: center;
}

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

/* Content */

.content {
	float: right;
	width: 942px;
}
.content-sidebar .content {
	float: left;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 34%;
	margin-top: 6px;
}

/* Column Classes
--------------------------------------------- */

/* Flip / change order of Guten columns on mobile */
@media (max-width: 768px) {
	.reverse-on-mobile {
		flex-direction: column-reverse;
	}
}


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

/* Page Types
--------------------------------------------- */
.center {
	margin: auto;
}

.search-form {
	height: 40px;
	position: relative;
	width: 100%;
}
.search-form input[type="submit"] {
	background: url("images/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	height: 24px;
	left: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999em;
	top: 11px;
	width: 24px;
	z-index: 99;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.searchform input[type="s"], .search-form input[type="search"] {
	-moz-box-shadow: inset 0 0 10px 2px #cecece;
	-webkit-box-shadow: inset 0 0 10px 2px#cecece;
	box-shadow: inset 0 0 10px 2px #cecece;
	background: #f2f2f2;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	padding-left: 45px;
}
/* Search Results page */
.search .content .search-form {
	width: 50%;
    margin: auto;
}
@media screen and (max-width: 767px) {
	.search .content .search-form {
		width: 100%;
	}
}
.search .content .search-form input[type="search"] {
	padding: 10px;
}
.search .content .search-form input[type="submit"] {
	right: 10px;
	left: unset;
	top: 24px;
	cursor: pointer;
}

/* post */
.page-template-blog-php .content,
.single-format-standard .content {
	width: 61.7%;
}
.post .entry-title {
	text-align: left;
	font-size: 2.2rem !important;
	line-height: 2.5rem !important;
	margin-bottom: 2rem;
}
.post .entry-title a {
	color: #34B2BB;
}
.page-template-blog-php .content .archive-pagination:first-of-type {
	display: none;
}
.page-template-blog-php .post .entry-footer {
	display: none;
}
.page-template-blog-php .content .archive-pagination:after {
	background-color: #ebebeb;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    margin-top: -70px;
	z-index: -1;
}
.page-template-blog-php .content .archive-pagination a {
	text-transform: uppercase;
}
.page-template-blog-php .entry {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.page-template-blog-php .genesis-grid-4 {
	border-bottom: none;
}
.page-template-blog-php a.blog-more-link {
	background-color: #abb23d;
	border: 1px solid #939b29;
	box-shadow: 0 0 5px 5px #939b29 inset;
	color: #fff;
	display: inline-block;
	font-family: 'Petrona', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	padding: 0.5rem 2.4rem;
}

.entry-meta {
	display: none;
}
.prev-next-navigation .previous {
	float: left;
}
.prev-next-navigation .previous a {
	margin-left: 5px;
}
.prev-next-navigation .next {
	float: right;
}
.prev-next-navigation .next a {
	margin-left: 5px;
}
.entry-comments-link {
	display: none;
}
/* Still Have Questions? footer CTA */
.entry-content .question {
	margin: 20px 0 40px 0;
}

.page-template-customPage .learn-button {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	padding: 0.4rem 3.4rem;
	font-size: 20px;
	max-width: 355px;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
}
.page-template-customPage .learn-button:hover {
	background: #de7037;
}

/* questions cta - bottom of page */
.page .entry-content .question h3,
.question h3 {
	font-size: 32px;
	font-weight: normal;
	font-family: 'Petrona', serif;
	color: #33b1ba;
	display: inline-block;
	margin-bottom: 0;
}
.page .entry-content .question p,
.question p {
	font-size: 25px;
	margin-bottom: 0;
	display: inline-block;
	line-height: 21px;
}
.question a {
	border-bottom: 1px solid #c3c3c3;
	color: #4b4b4b !important;
}
.bottom-inner .question {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

/* contact page */
.contact .wpcf7-form .left {
	float: left;
	width: 48%;
	margin-bottom: 10px;
}
.contact .wpcf7-form .right {
	float: right;
	width: 48%;
	margin-bottom: 10px;
	text-align: left;
}
.contact .wpcf7-form .full {
	margin-bottom: 10px;
}
.order .full {
	margin-bottom: 10px;
}
.contact .wpcf7-form .full label {
	white-space: nowrap;
}
.contact .wpcf7-form .wpcf7-list-item.first .wpcf7-list-item-label {
	margin-right: 51px;
}
.contact .wpcf7-form .wpcf7-radio .wpcf7-list-item {
	float: left;
	margin: 0;
}
.contact .wpcf7-form .contact-button {
	margin-left: 0;
	float: left;
}
.contact .first_column {
	padding: 20px 0;
}
.contact .first_column .ezcol-one-half {
	width: 50%;
	margin-right: 0;
}
.contact .first_column .ezcol.ezcol-one-half.ezcol-last {
	border-left: 1px dashed #ddd;
	width: 50%;
}
.contact .second_column .ezcol.ezcol-one-half {
	width: 58%;
	margin-right: 0;
}
.contact .second_column .ezcol.ezcol-one-half.ezcol-last {
	width: 38%;
	margin-top: 4%;
}
.contact .wpcf7 {
	padding: 15px 25px;
}

/* /research-process */
.research .site-inner {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.research #inner .column p {
	max-width: 942px;
	margin: auto;
}
.research #inner .column {
	background: url(images/small_logo.png) no-repeat center top 25px;
	padding: 82px 0 20px;
}
.research #inner .column1 {
	background: none;
	padding: 20px 0 20px;
}
.research #inner .column:nth-child(2n) {
	background-color: #ebebeb;
}

.sc-tooltip {
	position:relative;
	border-bottom: 1px dashed #000;
}
.sc-tooltip:before {
	content: attr(data-desc);
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left: 120px;
	width: 260px;
	padding: 10px;
	border-radius: 10px;
	background: #de7037;
	color: #fff;
	text-align: center;
	display: none;
}
.sc-tooltip:after {
	content: "";
	position: absolute;
	left: 89px;
	top: 50%;
	transform: translateY(-50%);
	border: 18px solid #de7037;
	border-color: transparent #de7037 transparent transparent; /* OK */
	height: 30px;
	display: none;
}
.sc-tooltip:hover:before,
.sc-tooltip:hover:after {
	display:block;
}

/* team photo on various homepages */
.team-image,
.full-width-image {
	margin: auto;
    width: 100%;
	display: block;
}

/* /always-growing-learning */
.thanks_tagline h3 {
	text-align: center;
	font-size: 3em;
}
.thanks p {
	font-size: 21px;
	line-height: 28px;
}
.default-form .left {
	float: left;
	width: 49%;
	margin-bottom: 13px;
}
.default-form .right {
	float: right;
	width: 49%;
	margin-bottom: 13px;
}
.default-form .full {
	margin-bottom: 10px;
	margin-top: 2px;
}
.default-form .full label {
	font-size: 16px;
	display: block;
}
.default-form .full.checkbox label {
	display: inline-block;
	white-space: normal;
}
.default-form .wpcf7-radio .wpcf7-list-item {
	float: left;
}
.default-form .wpcf7-list-item.first .wpcf7-list-item-label {
	margin-right: 51px;
}
.default-form .wpcf7-radio .wpcf7-list-item {
	float: left;
	margin: 0;
}
.page .default-form .default-button {
	border: none;
	background: url(images/submit_application.png) no-repeat;
	height: 59px;
	margin-left: -5px;
	margin-top: -5px;
	text-indent: -9999em;
	width: 229px;
	float: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.growing {
	max-width: 463px;
	margin: 0 auto;
}
.growing-container {
	background: none repeat scroll 0 0 #ebebeb;
	margin: 0 -9999px;
	padding: 30px 9999px;
}



/* ************************************************************************************************* */



img.centered, .aligncenter {
	display: block;
	margin: 0 auto 2.4rem;
}
img.alignnone {
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft, .wp-caption.alignleft {
	margin: 0 2.4rem 2.4rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 0 0 2.4rem 2.4rem;
}
.wp-caption-text {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.entry-title {
	color: #34B2BB;
	text-align: center;
	font-weight: normal;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.entry-title {
		margin-top: 1.4rem;
	}
}
.widget-title {
	font-size: 1.2rem;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}
.archive-title {
	font-size: 2rem;
	margin-bottom: 2.4rem;
}

/* Meet The Team page */
.featured-inner.lt-leaves::before {
	content: "";
	position: absolute;
	top: -40px;
    left: 20%;
    width: 150px;
    height: 150px;
	background-image: url(/wp-content/themes/legacytree/images/lt_leaves.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 99;
}
@media screen and (max-width: 768px) {
	.featured-inner.lt-leaves::before {
		display: none;
	}
}
.featured-inner.lt-leaves .wp-block-group__inner-container {
	margin: auto;
}

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

/* Featured Content - Sidebar
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 2rem;
}
.featured-content .entry-title {
	line-height: 1rem !important;
	border: none;
	text-align: left;
	margin: 0;
}
.featured-content .entry-title a {
	border: none;
	font-size: 1rem;
}


/* Lead Form - Sidebar
--------------------------------------------- */

.sidebar section.widget_custom_html,
.sidebar.mini-cf7 {
	background-color: #fefef6;
    border: 1px solid #e6e6b9;
	padding: 8px;
}
.sidebar .wpcf7 p {
	margin: 0;
}
.sidebar .wpcf7 input:not([type="checkbox"]),
.sidebar .wpcf7 select,
.sidebar .wpcf7 textarea {
	margin-top: 16px;
	box-sizing: border-box;
}
.sidebar .wpcf7 input:not([type="checkbox"])::placeholder {
	padding-left: 4px;
}
.sidebar .wpcf7 .lt-form-acceptance {
	margin: 10px 0 0 0;
}
.sidebar .wpcf7 .consultation-button {
	width: 100%;
	font-size: 1.2rem;
	padding: 0.5rem 0;
	margin-top: 10px !important;
}
.sidebar .wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0 0;
}


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

.site-header {
	background-color: #fdffe7;
	z-index: 999;
}
.fixed-header {
	position: relative;
	display: flex;
    flex-direction: column;
	width: 100%;
	z-index: 9999;
}
@media screen and (max-width: 767px) {
	.fixed-header {
		position: fixed;
		flex-direction: column-reverse;
	}
}
.title-area {
	float: left;
}

/* Logo */
.site-header .custom-logo {
	max-width: 235px;
}

/* Widget Area - Top Bar
--------------------------------------------- */
.header-right .get-started,
#menu-mobile .get-started {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	float: left;
	padding: 0.2rem 1.85rem;
	font-size: 1.2em;
}
.header-right .get-started {
	float: right;
}
.header-right #phone-header {
	display: inline;
}
.header-right .phone_header {
	float: left;
	margin-right: 30px;
	margin-top: 7px;
	font-size: 21px;
	color: grey;
}
.phone_header.mobile {
	background: url(/wp-content/uploads/contact_icon.webp) no-repeat;
	background-size: cover;
	width: 40px;
	float: right;
	height: 40px;
	margin-right: 8px;
}
#menu-mobile, .phone_header.mobile {
	display: none;
}

/* Promo Banner
--------------------------------------------- */
.promo-banner {
	display: none;
	height: 0;
	font-size: 1em;
	line-height: 3em;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.promo-banner a {
	width: 100%;
	text-align: center;
	text-decoration: underline;
}
.promo-banner .close {
	margin-left: auto;
	cursor: pointer;
	width: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}


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


.mobile-menu {
	background: none repeat scroll 0 0 #34b2bb;
	border: medium none;
	cursor: pointer;
	display: none;
	float: right;
	height: 37px;
	width: 42px;
	text-align: center;
}
.lines:before {
	top: 6px;
}
.lines:before, .lines:after {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0.28571rem;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25px;
}
.lines:after {
	top: -6px;
}
.lines:before, .lines:after {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0.28571rem;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 25px;
}
.lines {
	background: none repeat scroll 0 0 #fff;
	border-radius: 0.28571rem;
	display: inline-block;
	height: 3px;
	position: relative;
	width: 25px;
	margin-top: 18px;
}



/* Primary Navigation & Mega Menu
--------------------------------------------- */
.nav-primary {
	background: url(images/menu.jpg) repeat-x;
	background-size: contain;
	height: 40px;
}
#mega-menu-primary {
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#mega-menu-primary {
		flex-direction: column;
		justify-content: normal;
		align-items: center;
	}
}
#mega-menu-primary .carticon a {
	visibility: hidden !important;
}
#mega-menu-primary .carticon a:before {
    content: "\f174";
    font-family: 'Dashicons' !important;
    font-size: 1.7em !important;
    color: #fff !important;
	visibility: initial;
	margin: 0 !important;
}
@media screen and (max-width: 767px) {
	#mega-menu-primary .carticon a:before {
		filter: invert();
	}
}
.mega-menu-toggle button {
	box-shadow: none;
	-webkit-box-shadow: none;
}
/* Language Switcher
--------------------------------------------- */
.nav-primary .menu-item-language {
	width: 160px;
}
.nav-primary .menu-item-language.right-aligned {
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.nav-primary .menu-item-language {
		margin-top: 20px;
		width: 90%;
	}
}
.lt-lang-switch {
	text-align: center;
	font-size: 15px !important;
}
.lt-lang-switch a {
	text-decoration: none;
	color: #34b2bb;
	padding: 0;
	text-align: center;
}
.lt-lang-switch ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.lt-lang-switch li {
  	color: #34b2bb;
    background: white;
    display: block;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    height: 40px;
	box-shadow: 0 0 0 1px rgba(200, 200, 200, 0.50) inset;
}
.lt-lang-switch li span {
  	color: #34b2bb;
	line-height: 40px;
}
.lt-lang-switch li a:hover,
.lt-lang-switch li a:focus-within {
	color: #D6DE88;
}
.lt-lang-switch li:hover,
.lt-lang-switch li:focus-within {
  cursor: pointer;
}
.lt-lang-switch li:focus-within a {
  outline: none;
}
.lt-lang-switch ul li ul {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}
.lt-lang-switch ul li:hover > ul,
.lt-lang-switch ul li:active > ul,
.lt-lang-switch ul li:focus-within > ul,
.lt-lang-switch ul li ul:hover,
.lt-lang-switch ul li ul:active,
.lt-lang-switch ul li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
}
.lt-lang-switch ul li ul li {
  clear: both;
  width: 100%;
}


/*
Content Area (below fixed nav)
---------------------------------------------------------------------------------------------------- */
.site-container {
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.site-container {
		padding-top: 140px;
	}
}

/*
Homepage US 2024 and International
---------------------------------------------------------------------------------------------------- */

/* first section full width */
.page-template-homepage_us_2024 .site-header .wrap,
.page-template-homepage_us_2024 .nav-primary .wrap,
.page-template-homepage_2 .site-header .wrap,
.page-template-homepage_2 .nav-primary .wrap {
	max-width: 960px;
}

@media only screen and (min-width: 767px) {
	.site-inner.homepage-2024,
	.spanish-homepage.homepage-2024 {
		width: 95%;
		max-width: 1200px;
		padding: 0 20px;
		margin: 0 auto;
	}
}

.homepage-2024 h1 {
	width: 100%;
	margin: 3rem 0;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.homepage-2024 h1 {
		font-size: 28px;
		line-height: 30px;
		margin: 1rem 0;
	}

	.homepage-2024 .embed-video {
		padding-bottom: 51%;
	}
}

/* make Cloudflare embed video responsive */
.homepage-2024 .embed-video {
	position: relative;
	padding-bottom: 38%;
	height: 0;
	overflow: hidden;
}

.homepage-2024 .embed-video iframe,
.homepage-2024 .embed-video object,
.homepage-2024 .embed-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 434px; /* prevent letterboxing */
}

@media only screen and (max-width: 767px) {
	.homepage-2024 .embed-video {
		padding-bottom: 0;
		height: auto;
	}
}
/* END make Cloudflare video responsive */

@media only screen and (min-width: 767px) {
	/* dont collapse the form */
	.page-id-88111 .homepage-2024 .lead-form {
		min-width: 398px;
	}
}
/* END first section full width */

.homepage-2024 .wpcf7 .left {
	float: left;
	width: 46%;
	margin-bottom: 10px;
}

.homepage-2024 .wpcf7 .right {
	float: right;
	width: 46%;
	margin-bottom: 10px;
	text-align: left;
}

@media only screen and (max-width: 398px) {
	.homepage-2024 .wpcf7 .right {
		width: 100%;
		text-align: left;
	}

	.homepage-2024 .wpcf7 .left {
		width: 100%;
	}
}

.homepage-2024 .wpcf7-form #contact-button,
.homepage-2024 #consultation-button {
	display: flex;
	flex-direction: inherit;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px !important;
	font-size: 1em;
	gap: 0.4em;
}

.homepage-2024 .wpcf7 .consultation-button {
	float: left;
	min-width: 184px; /* accommodate "sending..." text */

}

.homepage-2024 .bbb {
	float: right;
}

.homepage-2024 div.wpcf7-validation-errors {
	display: none !important;
}

.homepage-2024 div.wpcf7-mail-sent-ok {
	display: none !important;
}

/*
Homepage (pre 2024)
---------------------------------------------------------------------------------------------------- */
#consultation {
	background: url(images/hand_and_leaf.jpg);
	background-repeat: no-repeat;
	background-position: 110% 100% !important;
	padding: 1rem 0 2rem 0;
}
#consultation h1 {
	font-weight: normal;
	word-spacing: -2px;
	margin-bottom: .4rem;
	width: 480px;
}
#consultation-form {
	width: 462px;
	float: left;
}
#consultation-form #consultation-info {
	margin-bottom: 1rem;
}
/* testing translated WC experience */
.woocommerce-page #consultation-form {
	width: 100%;
}
.wpcf7-form p,
#consultation-form p {
	margin-bottom: 0;
}
#consultation-form .left {
	float: left;
	width: 46%;
	margin-bottom: 10px;
}
#consultation-form .right {
	float: right;
	width: 46%;
	margin-bottom: 10px;
	text-align: left;
}
.wpcf7-form #contact-button,
#consultation-form #consultation-button {
	display: flex;
    flex-direction: inherit;
	justify-content: space-between;
    align-items: center;
	margin-left: -5px;
	margin-top: 15px !important;
}

.wpcf7-form #contact-button .contact-button,
#consultation-form #consultation-button .consultation-button,
.homepage-2024 #consultation-button .consultation-button {
	float: left;
	min-width: 300px; /* accommodate "sending..." text */
	max-width: 300px;
	font-size: 1.2em;
}
@media screen and (max-width: 767px) {
	#consultation-form #consultation-button .consultation-button,
	.homepage-2024 .wpcf7 .consultation-button {
		width: 100%;
	}
}
#consultation-form .bbb {
	float: right;
}
div.wpcf7-validation-errors {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	display: none !important;
}
/* globe graphic */
.expertise-section-2 img.size-full,
.about-map img.size-full {
	margin-bottom: 0;
}
.featured-homepage,
.featured-inner,
.hire-the-team-homepage {
	background: linear-gradient(to bottom, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
 	display: table;
	width: 100%;
	min-height: 80px;
}


.team-landscape, .team-cta {
	background: #eaeaea;
}
.team-cta {
	padding: 40px 0;
}
.team-cta .button {
	max-width: 200px;
	text-align: center;
}
.featured-homepage h2,
.featured-inner h2,
.hire-the-team-homepage h2,
.apply-heading {
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	line-height: 2.5em;
}
@media screen and (max-width: 767px) {
	.featured-inner h2 {
		line-height: 3.5em;
	}
}
/* areas */
.areas .site-inner {
	padding-bottom: 47px;
	padding-top: 28px;
}
.areas p {
	text-align: center;
	line-height: 21px;
}

.testimonial_homepage {
	padding: 0 10.5%;
	background: url("images/quota.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
}
#team_listing {
	padding: 24px 0;
	background-color: #ebebeb;
}
.page-template-homepage_2 #team_listing .learn-button {
	margin-top: 44px;
	max-width: 419px;
}
#team_listing .site-inner {
	padding-top: 0;
	max-width: 964px;
	padding-bottom: 20px;
}
#team_listing .box {
	width: 33.3333%;
	display: block;
	float: left;
}
#team_listing .box ul {
	padding-left: 11px;
}
#team_listing .box ul li {
	list-style: none;
	line-height: 21px;
	color: #898989;
}
#team_listing .boxes ul {
	padding-left: 11px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
#team_listing .boxes ul li {
	list-style: none;
	line-height: 21px;
	color: #898989;
}
#team_listing h3 {
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
/* inner page */
hr {
	border: 1px solid #33b1ba;
	box-sizing: content-box;
	height: 0;
}

.default.family .download {
    background: url(images/download_only.png) 0 0 /100% no-repeat;
    display: inline-block;
    height: 58px;
    margin: 0 auto 10px;
    max-width: 277px;
    border-bottom: none;
    text-indent: -9999em;
    padding: 18px 117px;
}
.default.family, .bottom-inner.family {
	text-align: center;
}
.bottom-inner {
	background-color: #ebebeb;
	padding-bottom: 10px
}
.bottom-inner.family h2 {
	color: #34B2BB;
}
.bottom-inner.family ul {
	padding-bottom: 28px;
}
.bottom-inner.family ul li {
	list-style: none;
}
.bottom-inner.discoveries {
	margin-bottom: 0;
	padding-bottom: 0;
}
.bottom-inner.discoveries h2 {
	text-align: center;
	font-family: 'Petrona', serif;
	font-weight: normal;
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: inherit;
}
.case .entry-content a {
	color: #666;
	border-bottom: 1px solid #c3c3c3;
}
.bottom-inner #consultation {
	background: none repeat scroll 0 0 #fff;
	margin: 10px 0 0;
}
.bottom-inner #consultation-form {
	background: none;
	width: 100%;
	float: none;
}
.bottom-inner #consultation-info {
	background: none;
	border-bottom: none;
	padding-bottom: 0;
}
.bottom-inner #consultation div.wpcf7 {
	margin: 0 auto;
	max-width: 462px;
	padding: 0 0 20px;
}
.bottom-inner.site-inner {
	padding: 0;
}
.bottom-inner ul li a {
	color: #4b4b4b;
	border-bottom: 1px solid #c3c3c3;
}
.genealogists {
	padding-top: 0;
}
.genealogists .left {
	float: left;
	width: 442px;
}
.genealogists .left .links li {
	list-style: none;
}
.genealogists .left .links a {
	display: block;
	color: #898989;
	border: none;
}
.genealogists .left .links {
	margin-bottom: 28px;
}
.genealogists .left .download {
	margin-top: 14px;
}
.genealogists .left .download h3 {
	color: #34B2BB;
}
.genealogists .left .download li {
	list-style: none;
}
.genealogists .right {
	float: right;
	width: 442px;
}
.site-container .genealogists .feedback_button {
	background: url("images/feedback.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	float: left;
	height: 59px;
	margin-left: -5px;
	margin-top: -5px;
	text-indent: -9999em;
	width: 179px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.affiliate-logo-table,
.affiliate-logo-table .item {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    max-width: 900px;
    margin: auto;
}
.affiliate-logo-table .item {
	width: 160px;
	height: 160px;
}
.affiliate-logo-table .item img {
    max-height: 100%;
    max-width: 100%;
}

/*
WooCommerce & Cart
---------------------------------------------------------------------------------------------------- */
.woocommerce .login {
	width: 400px;
}
.woocommerce #rememberme {
	width: auto;
}
.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
	list-style: none;
}
.woocommerce #payment ul.payment_methods li input[type="radio"],
.woocommerce #payment ul.payment_methods li label {
	cursor: pointer;
}
/* Up Sells on Product page */
.woocommerce .up-sells {
	clear: both;
	border-top: 1px solid #ccc;
}
.woocommerce .up-sells h2 {
	padding-top: 20px;
}
/* Cross sells on Cart page */
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2 {
    font-size: 1.5rem;
}
.woocommerce .cross-sells a.add_to_cart_button {
	font-size: 0.9rem;
}
.woocommerce .woocommerce-billing-fields {
	margin-bottom: 1rem;
}
.woocommerce form .form-row-first {
	width: 45% !important;
}
@media only screen and (min-width: 880px) {
	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 29% !important;
	}
	.woocommerce .cart-collaterals .cross-sells h2.woocommerce-loop-product__title {
		display: inline-table;
		min-height: 80px;
	}
	.woocommerce ul.products li,
	.woocommerce-page ul.products li {
		clear: initial !important;
		margin-right: 3% !important;
	}
}
.subscription-suboption {
	display:none !important;
}
.product-purchase-option .subscription-option-selected {
	background-image: none;
	cursor: auto;
}
.product-purchase-option .subscription-suboptions li {
	cursor: auto;
}
.add_to_cart_button {
	background-color:#d8e08a !important;
}
.wc-block-grid_product-title  {
	color: #2d969d;
	font-size: 32px;
}
ul.wc-block-grid__products {
  	list-style: none !important;
	float:left;
 }
.wc-block-grid__product {
  list-style: none !important;
}
.checkout-button {
	background-color: #2d969d !important;
}
span.posted_in {
	display:none;
}
.product-payment-plan-options input[type="checkbox"] {
	margin:6px !important;
}
button.single_add_to_cart_button {
	background-color:#2d969d !important;
}
.single-product a.get-started {
	background-color:#De7037 !important;
	color:#ffffff !important;
	font-weight: 400;
	font-family: 'Petrona', serif;
	font-size: 20px !important;
	padding:16px 28px 16px 28px !important;
}
.product-purchase-option-label {
	margin-right: 5px;
	font-size: 14px !important;
	font-weight: initial !important;
}
#coupon_code {
	min-width: 120px;
    padding: 8px;
}
.woocommerce-cart-form .coupon label {
    display: none;
}
.product-purchase-option {
	padding: 15px 15px !important;
}
.woocommerce-SavedPaymentMethods-saveNew {
	display:none !important;
	visibility:hidden !important;
}
div.cross-sells {
	clear: both;
}
.product-purchase-options-title {
	margin-top: 14px;
}
.woocommerce ul:not(.woocommerce-error),
.woocommerce .wcpa_form_outer {
	margin: 0;
	padding: 0;
}
.woocommerce div.product div.summary {
	margin-bottom: 0 !important;
}
.woocommerce .woocommerce-order .wc-item-meta li,
.woocommerce .woocommerce-order-details .wc-item-meta li {
    list-style-type: none;
}
.woocommerce-product-details__short-description ul {
	margin-left: 14px !important;
}
.woocommerce .product-purchase-options .product-purchase-options-title {
	margin-top: 0;
	font-weight: bold;
}
.woocommerce .product-purchase-options {
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 18px;
	width: 100%;
	max-width: initial;
	box-sizing: border-box;
}
.woocommerce .product-purchase-option {
	border: none;
	margin-top: 10px !important;
	box-shadow: none !important;
	background-color: initial !important;

}
.woocommerce .quantity input {
	line-height: 22px;
}
.woocommerce.single-product .quantity {
	display: none;
}

/* Custom Product Addons plugin */
.woocommerce .wcpa_wrap {
	padding: 0;
}
.woocommerce .wcpa_field label,
.woocommerce .wcpa_checkbox label {
	gap: 5px;
}
.woocommerce .wcpa_form_outer {
	margin-top: 1em;
}
.woocommerce .wcpa_form_outer .wcpa_field_wrap {
	padding: 10px !important;
	border: 1px solid lightgrey;
	border-radius: 5px;
}
.woocommerce .wcpa_form_outer .wcpa_field_wrap .wcpa_field_label {
	font-weight: bold;
}
.woocommerce .wcpa_tooltip_icon {
	color: #34B2BB;
	border: 1px solid #34B2BB;
	height: 16px;
    width: 16px;
    margin-top: 0;
}
.woocommerce .wcpa_price_summary {
	display: none;
}
.woocommerce-cart .wcpa_cart_meta li,
.woocommerce-checkout-review-order-table .wcpa_cart_meta li {
	list-style-type: none;
}
.woocommerce-cart .wcpa_cart_meta li > *,
.woocommerce-checkout-review-order-table .wcpa_cart_meta li > * {
    display: inline-block;
	margin: 0 !important;
}
.woocommerce-cart .wcpa_cart_meta li > * p,
.woocommerce-checkout-review-order-table .wcpa_cart_meta li > * p {
  	margin: 0 !important;
}
.woocommerce-cart .cart_totals .shop_table th {
	width: 50% !important;
}
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-checkout-review-order-table .cart_totals .shop_table td,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-cart-form .product-subtotal,
.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}
.woocommerce-checkout-review-order-table .product-total {
	width: 180px;
}
.woocommerce-cart-form .product-subtotal small,
.woocommerce-checkout-review-order-table .product-total small {
	float: left;
}
.woocommerce-checkout-review-order-table .future-payments small {
	display: block;
}
/* make payment options fields the same style as product addons */
.woocommerce.single-product .wcpa_section_body .lt_wcpa_gift_field .wcpa_field_desc,
.woocommerce.single-product .product-purchase-options .product-purchase-options-title,
.woocommerce.single-product .product-purchase-options .subscription-option-selected,
.woocommerce.single-product .product-purchase-options label {
	color: #424242;
    font-size: 14px;
}
.woocommerce.single-product .wcpa_section_body .lt_wcpa_gift_field .wcpa_field_desc {
	font-weight: bold;
}
.woocommerce.single-product .product-purchase-options label {
	display: inline-flex;
}
.woocommerce.single-product .product-purchase-options input[type="radio"] {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.woocommerce.single-product .product-purchase-option label {
	padding: 0;
}
.woocommerce.single-product .product-purchase-option-label {
	padding-left: 5px;
}
.woocommerce.single-product .product-purchase-option .subscription-option-selected {
	background-image: none !important;
	border-top: none !important;
	background-color: lightyellow;
	font-weight: normal;
}
.woocommerce.single-product .product-purchase-option .subscription-option-selected #split-payment-accept-terms-container {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce.single-product .product-purchase-option .subscription-option-selected #split-payment-accept-terms-checkbox {
	width: var(--wcpacheckwidth);
	height: var(--wcpacheckheight);
	cursor: pointer;
}
.woocommerce.single-product .product-purchase-option input[type="radio"] {
	margin: 0 10px;
}
/* checkout - validation decoration */
.woocommerce-invalid label:before {
	content: "!";
	color: white;
	background-color: var(--wc-red);;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transform: translate(-20%, -10%);
	margin-left: -15px;
}
/* checkout - remove item  */
.checkout-remove-item {
	float: left;
}
.wcpa_cart_meta,
.product-payment-plan-meta {
	font-weight: normal;
	text-transform: none;
}
.payment_method_checkcommerce .checkcommerce-field-container {
	display: flex;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
	justify-content: left;
}
@media screen and (max-width: 767px) {
	.payment_method_checkcommerce .checkcommerce-field-container {
		flex-direction: column;
		align-items: flex-start;
	}
}
.payment_method_checkcommerce .checkcommerce-field-container div {
	margin: 0 2.7em 0 0;
	padding: 0;
}
.payment_method_checkcommerce .checkcommerce-field-container input,
.payment_method_checkcommerce .checkcommerce-field-container select {
	padding: 0.75rem;
	background-color: #fff;
	border-radius: 5px;
	transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}
.payment_method_checkcommerce label,
.payment_method_stripe_sepa label {
	display: flex;
	line-height: 1.5;
}
.payment_method_checkcommerce .input-radio,
.payment_method_stripe_sepa .input-radio {
	float: left !important;
	margin-top: 6px !important;
}
.payment_method_checkcommerce .lt-ach-helper,
.payment_method_stripe_sepa .lt-ach-helper {
	display: block;
	font-size: 0.85em;
}

/* END - WooCommerce & Cart */


/* landing-page */
/* campaign offer and affiliate banner */
.landing-top-wrapper {
	background-image: url('images/NGS_lp_F-background.png');
	background-repeat: no-repeat;
	background-size: 100% 150px;
	text-align: center;
	padding: 1rem 0 1rem 0;
}
.landing-top-wrapper .site-inner {
	padding-bottom: 0;
}
.landing-top-wrapper h2 {
	font-size: 1.6rem;
	color: #de6f37 !important;
	margin: 10px auto;
}
.landing-top-wrapper p {
	margin: 10px auto;
}
.landing-top-wrapper a {
	text-decoration: underline;
}
.landing-top-wrapper img,
.landing-top-wrapper a img {
	display: block;
	margin: 10px auto;
	float: none !important;
}

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

.entry {
	background-color: #fff;
	border-radius: 3px;
	padding: 0 0 1.4rem;
}
.page-template-homepage-php .sc-tooltip-wrapper,
.page-template-ladingpage-php .sc-tooltip-wrapper {
	margin-left: 44px;
}
.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 2.6rem;
}
.entry-content ol,
.entry-content ul {
	margin-left: 4rem;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.discoveries {
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}
.discovery_image img {
	margin-bottom: 0;
}
.discovery_image {
	margin-bottom: 12px;
}
.discoveries .content {
	min-height: 4rem;
    margin-bottom: 1rem;
}
.price-table {
	width: 100%
}
.price-table .right {
	float: right;
	width: 720px;
	margin-top: 14px;
}
.price-table .right .box > h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1px;
	height: 31px;
	line-height: 31px;
	font-size: 18px;
}
.price-table .right #box1 > h3 {
	background: #abb23d;
}
.price-table .right #box2 > h3 {
	background: #de7037;
}
.price-table .right #box2 {
	-moz-box-shadow: 0 0 5px 5px #dde1af;
	-webkit-box-shadow: 0 0 5px 5px #dde1af;
	box-shadow: 0 0 5px 5px #dde1af;
}
.price-table .right #box3 > h3 {
	background: #34b2bb;
}
.price-table .right .box {
	float: left;
	width: 220px;
	margin-left: 20px;
	position: relative;
}
.price-table .right .box_content {
	background: #949494;
	-moz-box-shadow: inset 0 0 5px 5px #888;
	-webkit-box-shadow: inset 0 0 5px 5px#888;
	box-shadow: inset 0 0 5px 5px #888;
	text-align: center;
	min-height: 275px;
}
.price-table .right .box .popular {
	position: absolute;
	left: 0;
	right: 0;
	top: -26px;
	margin: 0 auto;
	display: block;
	height: 26px;
	width: 140px;
}
.price-table .right .box .popular span {
	background: #dde1af;
	display: inline-block;
	padding: 0 13px;
	font-size: 14px;
	height: 26px;
	line-height: 31px;
}
.price-table .right .box_content ul li {
	list-style: none;
	color: #fff;
}
.price-table .right #boxes {
	padding-top: 20px;
}
.price-table .right .box_content .price:before {
	content: "$";
	font-size: 23px;
	line-height: 38px;
	vertical-align: top;
}
.price-table .right .box_content .price:after {
	content: "/hr";
	font-size: 23px;
	line-height: 38px;
	vertical-align: bottom;
}
.price-table .right .box_content .price {
	font-size: 48px;
	color: #fff;
	height: 50px;
	line-height: 52px;
}
.price-table .right .box_content .price .plus_sign {
	display: none;
}
.price-table .right .boxes .see_all {
	color: #f15123;
	display: block;
	margin: 15px auto 0;
	text-align: center;
	text-transform: uppercase;
}
.price-table .right .box_content .limit_time {
	font-size: 25px;
}
.price-table .right .box_content .save {
	font-size: 16px;
	color: #4b4b4b;
	background: #d7df89;
	max-width: 130px;
	margin: 6px auto 0;
	line-height: 24px;
}
.price-table .right .box_content .buy_now span {
	-moz-box-shadow: inset 0 0 5px 5px #27a1ab;
	-webkit-box-shadow: inset 0 0 5px 5px #27a1ab;
	box-shadow: inset 0 0 5px 5px #27a1ab;
	border: 1px solid #8bcfd5;
	max-width: 180px;
	line-height: 38px;
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #fff;
	background: #34b2bb;
}
.price-table .right .box_content .buy_now {
	-moz-box-shadow: 0 0 15px 5px #888;
	-webkit-box-shadow: 0 0 15px 5px #888;
	box-shadow: 0 0 15px 5px #888;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	max-width: 180px;
	width: 100%;
}
.price-table .right .box_content .start {
	padding-top: 16px;
}
.price-table .right .box_content .green_button {
	-moz-box-shadow: 0 0 15px 5px #888;
	-webkit-box-shadow: 0 0 15px 5px #888;
	box-shadow: 0 0 15px 5px #888;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	max-width: 110px;
	width: 100%;
}
.price-table .right #box2 .box_content .green_button {
	max-width: 90px;
}
.price-table .right .box_content .green_button > span {
	-moz-box-shadow: inset 0 0 5px 5px #d0d47d;
	-webkit-box-shadow: inset 0 0 5px 5px #d0d47d;
	box-shadow: inset 0 0 5px 5px #d0d47d;
	border: 1px solid #dedfb5;
	max-width: 110px;
	line-height: 18px;
	display: block;
	font-size: 12px;
	color: #000;
	background: #d0d47d;
	text-align: center;
}
.all_package .green_button {
	margin: -10px auto 10px;
	display: block;
	max-width: 90px;
}
.all_package .green_button > span {
	border: 2px solid #dedfb5;
	line-height: 18px;
	display: block;
	font-size: 12px;
	color: #000;
	background: #d0d47d;
	max-width: 90px;
	text-align: center;
}
.price-table .right #box2 .box_content .green_button > span {
	max-width: 90px;
	z-index: 99;
}
.price-table .right .box_content .desc, .price-table .right .box_content .desc-1 {
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	max-width: 180px;
	line-height: 14px;
	width: 100%;
}
.price-table .right .box_content .desc span, .price-table .right .box_content .desc-1 span {
	font-size: 14px;
}
.price-table .right .box_content .desc-1 {
	bottom: 54px;
}
.price-table .right .box_content .desc, .price-table .right .box_content .desc-1 {
	text-align: center;
}
.price-table .left {
	float: left;
	width: 220px;
	padding-top: 31px;
}
.price-table .left h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.price-table .left ul {
	padding-left: 13px;
}
.price-table .left li {
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
.price-table .left .sponsored {
	margin-top: 15px;
}
.price-table .left .sponsored .apg {
	margin-right: 20px;
}
/* Pagination
--------------------------------------------- */

.archive-pagination, .entry-pagination {
	margin: 2rem 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	font-size: 0.8rem;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #f15123;
}
.entry-pagination a {
	border-bottom: 1px solid #ddd;
}
/* Comments
--------------------------------------------- */
.entry-comments {
	margin-top:2rem;
}
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 4rem;
}
.comment-respond, .entry-pings {
	padding: 1rem 0 1rem 0;
}
.comment-respond a, .entry-comments a {
	border-bottom: 1px solid #ddd;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-comments .comment-author .comment-author-name {
	font-weight: bold;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 1.2rem;
}
.comment-list li, .ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 1rem;
	padding: 1rem;
}
.comment-list li li {
	margin-right: -3.2rem;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}
li.comment li.comment {
    background-color: #e6e6e6;
}
.comment .avatar {
	display: none;
}
.entry-pings .reply {
	display: none;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 1.4rem;
	padding: 2.4rem;
}
/* Lists & Bullets
--------------------------------------------- */
ul.green-leaf {
	list-style-type: none;
	padding: 0;
	margin: 1em 0;
}
ul.green-leaf li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	list-style-type: none !important;
}
ul.green-leaf li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(-34px, -50%);
	width: 30px;
	height: 30px;
	background-size: 30px;
	background-image: url(/wp-content/themes/legacytree/images/lt_leaves.png);
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	ul.green-leaf {
		width: 90%;
		margin: auto;
	}
	ul.green-leaf li::before {
		top: 15px;
	}
}

/* Mobile Only (hide-on-mobile, show-on-mobile)
--------------------------------------------- */
.mobile-only {
	display: none !important;
}
.desktop-only {
	display: block;
}
@media screen and (max-width: 768px) {
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none;
	}
	.margin-bottom-none {
		margin-bottom: 0 !important;
	}
}

/*
Blog (2023)
--------------------------------------------------------------------------------------------------- */
/* hide page title */
.post-85405 header {
	display: none;
}
.blog-nav {
    margin-bottom: 40px;
    margin-top: -1rem;
}
.blog-nav .wp-block-search__button {
	width: 60px;
    padding-left: 0;
    padding-right: 0;
}
.blog-nav .category-selection select {
	padding: 10px;
}
.blog-nav .wp-block-group__inner-container {
	margin: auto;
}
/* mobile responsive nav */
@media screen and (max-width: 820px) {
	.blog-nav {
		padding: 1em !important;
	}
}
@media screen and (max-width: 1000px) {
	.blog-nav .content-width {
		width: 100%;
	}
	.blog-nav .wp-block-group {
		flex-wrap: wrap !important;
	}
	.blog-nav h1 {
		order: 1;
		flex-basis: 100%;
		text-align: center;
		margin: 1em 0 !important;
	}
	.blog-nav .category-selection,
	.blog-nav form.wp-block-search {
		order: 2;
		flex-basis: 48%;
	}
}
@media screen and (max-width: 425px) {
	.blog-nav .category-selection,
	.blog-nav form.wp-block-search {
		flex-basis: 100%;
	}
	.blog-nav form.wp-block-search {
		order: 3;
	}
}

/* Featured post */
.wp-block-themeisle-blocks-posts-grid .o-featured-container img {
	height: 350px !important;
	object-position: top;
}
/* 3-col post matrix */
.o-posts-grid-columns-3 {
	margin-bottom: 20px;
}
.o-posts-grid-columns-3 .o-posts-grid-post-image img,
.archive article img,
.search article img {
	min-height: 320px;
	object-fit: cover;
	width: 100%;
}
.blog-products ul.wc-block-grid__products {
	margin: 0;
	float: unset;
}
.blog-products .wc-block-grid__products {
	justify-content: space-between;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
	max-width: 28%;
}
/* line clamping */
.o-posts-grid-post-description,
.archive article .entry-summary {
	width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-read-more {
	font-style: italic;
}

/* Archive pages in 3-col layout */
.archive .category-title,
.archive .archive-pagination,
.search .category-title,
.search .archive-pagination {
	text-align: center;
	margin: 1em;
}
@media screen and (max-width: 768px) {
	.archive .category-title,
	.archive .archive-pagination,
	.search .category-title,
	.search .archive-pagination {
		margin: 0.1em;
	}
}
@media screen and (min-width: 768px) {
	.archive.full-width-content .content,
	.search.full-width-content .content {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 30px;
	}
	.archive.full-width-content .content .category-header,
	.archive.full-width-content .content .archive-pagination,
	.search.full-width-content .content .category-header,
	.search.full-width-content .content .archive-pagination {
		grid-column: 1 / span 3;
	}
}
.archive article h5,
.search article h5 {
	font-size: 1.1rem !important;
	line-height: 1.25em !important;
	margin-top: 0 !important;
}
/* Author box */
.lt-blog-author-box {
	display: flex;
	background-color: #fefef6;
	border: 1px solid #e6e6b9;
	padding: 0.5em
}
@media screen and (max-width: 768px) {
	.lt-blog-author-box {
		display: block;
	}
}
.entry-footer .lt-blog-author-box-heading {
	margin-top: 2em;
}
.lt-blog-author-box .lt-blog-author-box-image {
	width: 150px;
	margin-right: 20px;
	flex-shrink: 0;
}
.lt-blog-author-box .lt-blog-author-box-name {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.lt-blog-author-box .lt-blog-author-box-description {
	font-size: 0.9em;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
}
.sidebar article img {
	max-width: 75px;
}

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

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 4rem 0 1.6rem;
}
.footer-widgets-1, .footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 4rem;
}
.footer-widgets-1, .footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}
.footer-widgets a:hover {
	color: #ddd;
}
.footer-widgets .widget {
	margin-bottom: 2.4rem;
}
.footer-widgets .widget-title {
	color: #fff;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
/*
Pagination
---------------------------------------------------------------------------------------------------- */
.page-template-blog-php .archive-pagination li a:hover, .page-template-blog-php .archive-pagination li.active a {
	background-color: #abb23d;
	background-image: none;
	box-shadow: 0 0 5px 5px #939b29 inset;
	webkit-filter: brightness(80%);
	filter: brightness(80%);
}
.page-template-blog-php .archive-pagination li a {
	background-color: #abb23d;
	background-image: none;
	box-shadow: 0 0 5px 5px #939b29 inset;
}
.page-template-blog-php .archive-pagination li {
	padding-right: 3px;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #abb23e;
	color: #fff;
	font-size: 1.5rem;
	padding: 3.2rem 0;
	text-align: center;
}
.site-footer .menu {
	margin: 0 auto !important;
}

.site-footer .menu li {
	border-right: 1px solid #fff;
	display: block;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	height: 14px;
	line-height: 14px;
}
.site-footer .menu li a {
	font-size: 18px;
}
.site-footer .menu li:last-child {
	border-right: medium none;
	margin-right: 0;
	padding-right: 0;
}
/* menu-footer-menu-v2-container is on /es and /pt-br
*  menu-footer-menu-spanish-container is on /es/research-projects
*  menu-footer-menu-v2-es-container is from WPML on /es/genealogy-research
*/
.menu-footer-menu-container,
.menu-footer-menu-v2-container,
.menu-footer-menu-v2-es-container,
.menu-footer-menu-spanish-container,
.menu-footer-menu-portuguese-brazil-container {
	display: flex;
	height: 14px;
	margin-bottom: 29px;
}
.site-footer a {
	color: #fff;
}
.site-footer p {
	margin-bottom: 0;
}
#phone-footer {
	display: inline-block;
	font-size: 24px;
	height: 18px;
	line-height: 18px;
	padding-right: 14px;
}
.site-footer .email-footer {
	display: inline-block;
	font-size: 24px;
	height: 18px;
	line-height: 18px;
}
.rights-wrapper {
	margin-top: 22px;
}
.rights-wrapper a, .rights-wrapper p {
	display: inline-block;
	font-size: 16px;
}
.rights-wrapper .terms-footer {
	margin-right: 21px;
}
  
.rights-wrapper .privacy {
	margin-right: 21px;
}
#social-icon-footer {
	margin: 0 auto 15px;
}
#footer-callout {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#footer-callout {
		margin-bottom: 30px;
	}
}
#footer-callout .footer-callout-text {
	font-size: 1em;
}
.mm-ismenu {
	background: none repeat scroll 0 0 #6d6e70;
	color: rgba(255, 255, 255, 0.6);
}
.sponsor {
	display: inline;
}
.box-title {
	display: none;
}
/* background setup */
.background {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fullscreen, .content-a {
	width: 100%;
	min-height: 100%;
}
.fullscreen.wwd {
	height: 636px;
}

.wwa_wrapper, .wwd_wrapper {
	padding: 10px 0 0;
	line-height: 21px;
}
.aog_wrapper {
	/* background: url("images/featured-homepage.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0); */
	background: #1195a2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExOTVhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzI1OWVhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM0YjNiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc5JSIgc3RvcC1jb2xvcj0iIzI1OWVhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTk1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1195a2), color-stop(24%, #259ea9), color-stop(50%, #2EAAB3), color-stop(79%, #259ea9), color-stop(100%, #1195a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1195a2', endColorstr='#1195a2', GradientType=0 ); /* IE6-8 */
	display: block;
	padding: 10px 0;
	width: 100%;
	color: #fff;
}
.wwa_wrapper h2, .aog_wrapper h2, .wwd_wrapper h2 {
	color: #34b2bb;
	font-size: 47.5px;
	font-weight: normal;
	line-height: 55px;
	text-align: center;
}
.aog_wrapper h2, .aog_wrapper h3 {
	color: #fff;
}
.aog_wrapper h2 {
	font-size: 38px;
}
.aog_wrapper h3 {
	font-size: 18px;
}
.aog_wrapper ul {
	margin: 0 auto;
	max-width: 350px;
	;
}
.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
	height: 100%;
	overflow: hidden;
}
/* content centering styles */
.content-a {
	display: table;
}
.first_column {
	background-color: #ebebeb;
}
.page-template-homepage-php .first_column {
	padding-bottom: 20px;
}
.first_column .ezcol-two-fifth h2 {
	font-size: 18px;
	margin-bottom: 0;
}
.first_column .ezcol-two-fifth p {
	line-height: 21px;
}
.first_column .ezcol-three-fifth h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.first_column .ezcol-three-fifth a span {
	color: #666;
}
.first_column .ezcol-three-fifth p {
	line-height: 21px;
}
.first_column .ezcol-three-fifth ul {
	padding-left: 11px;
}
.first_column .ezcol-three-fifth ul li {
	line-height: 21px;
}
.second_column {
	padding: 20px 0 0;
}
.second_column .ezcol-one-half h2 {
	margin-bottom: 14px;
	line-height: 38px;
	font-weight: normal;
	font-size: 32px;
}
.second_column .ezcol-one-half p {
	line-height: 21px;
}
.mmt:hover h4 {
	color: #ABB23D;
}
.mmt h4 {
	font-weight: normal;
}
.mmt_container .mmt_row:last-child .mmt {
	left: auto !important;
}
.mmt_member_img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal h5 {
	font-weight: normal;
	color: #abb23d;
}
.reveal-modal > h4 {
	display: none;
}
.reveal-modal > h6 {
	display: none;
}
.reveal-modal ul {
	margin-left: 20px;
	float: left;
	width: 50%;
}
.reveal-modal img {
	width: 220px;
}
.mmt_bio_picture {
	display: none;
}
div.wpcf7 img.ajax-loader {
	float: left;
}
label[for='sre'] {
	margin-bottom: 10px;
	margin-left: 1px;
	display: block;
}
.subscribe-form-field {
	margin-bottom: 10px;
}
label[for='subscribe-reloaded'] {
	background: none repeat scroll 0 0 #34B2BB;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 10px;
	padding: 16px 16px 16px 32px;
	text-shadow: none;
	text-transform: uppercase;
}
label[for='subscribe-reloaded'] a {
	color: #4b4b4b;
}
#google_adwords, .google_adwords {
	display: none;
}
#modalWindow .subscribeButton {
	height: 30px;
	line-height: 30px;
	padding: 0 2.4rem;
}
.opt-out .left label {
	display: block;
}
.order {
	max-width: 700px;
	margin: 0 auto 20px;
}
.order label {
	font-size: 16px;
}
.order .full.reference {
	margin-top: 25px;
}
.media > .pull-left {
	margin-right: 10px;
	display: none;
}
.pull-left {
}
.pull-left img {
	width: 100%;
}
table.cart-table.table {
	margin-bottom: 2rem;
}
table.cart-table > tbody > tr > td.product .media .media-body {
	vertical-align: top;
	width: 100%;
}
#product h4 {
	margin: 0 0 25px;
}
#product .project, #product .split_payment, #product .chart, #product .discount {
	margin-bottom: 15px;
	display: table-row;
	border-bottom: 1px solid #33b1ba;
}
.split_payment_total_text {
	border-top: 1px solid #33b1ba;
}
#product .split_payment label, #product .chart label {
	line-height: 20px;
}
#coupon_wrapper {
	float: left;
	margin-right: 28px;
	padding-right: 45px;
	width: 336px;
	margin-top: 10px;
	margin-bottom: 30px;
}
#coupon_wrapper > a {
	border: 3px solid #de7037;
	padding: 10px;
}
#product .coupon {
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	color: #808080;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	display: none;
}
#product .coupon .wrapper {
	padding: 0 12%;
	width: 100%;
}
#product .coupon p {
	color: #999999;
	margin-bottom: 9px;
}
.input-group {
	display: table;
}
.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
	display: table-cell;
}
.input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.couponcode {
	display: table-cell;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03) inset;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #d8d8d8;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #555555;
	font-size: 13px;
	height: 26px;
	line-height: 1.42857;
	padding: 3px 5px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#product .summary {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 5px 20px 0 20px;
	width: 100%;
	min-height: 74px;
}
#product .summary dl dt, #product .summary dl dd {
	line-height: 2em;
}
#product .summary dl dt {
	float: left;
	text-align: left;
}
#product .dl-horizontal dt {
	clear: left;
	float: left;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 160px;
	font-weight: bold;
	line-height: 1.42857;
}
#product .summary dl dd {
	text-align: right;
	margin-left: 180px;
}
#product .billing_info, #product .shipping_info {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
#product textarea {
	margin-bottom: 21px;
}
#product input[type="radio"] {
	vertical-align: super;
}
#payment {
	background: #f6f5f8 !important;
	margin-bottom: 100px;
}
.credit_card {
	margin: 25px 0 25px 0;
}
.echeck {
	display: none;
	margin: 25px 0 25px 0;
}
.echeck p {
	margin-bottom: 0;
}
.echeck .full {
	margin-bottom: 10px;
	margin-top: 2px;
}
.split_payment, .chart {
	font-size: 16px;
	line-height: 16px;
	padding-top: 16px;
}
#product .display_none {
	display: none;
}

.left_product {
	display: table-cell;
	width: 100%;
	padding: 25px 45% 25px 0;
}
.right_product {
	display: table-cell;
	position: relative;
}
.text-right {
	text-align: right;
}
#discount_remove {
	margin-left: 8px;
}
.right_product div {
	width: 100px;
	text-align: right;
	padding-right: 20px;
}
.product h4 {
	text-transform: capitalize;
}
.right_product .per_hour_input {
	left: -250px;
	position: absolute;
	width: 250px;
}
.right_product .per_hour_input span {
	display: inline-block;
}
.right_product .per_hour_input input[type="text"] {
	width: 100px;
}
#custom_value {
	margin-left: 10px;
	width: 100px;
}
#add-pay-value {
	margin-left: 5px;
	width: 100px;
  margin-top: 5px;
}

iframe[name="google_conversion_frame"] {
	display: none;
}
.page #colorbox, .page #cboxOverlay, .page #cboxWrapper {
	z-index: 99;
}
.page .sc-tooltip-wrapper img, .single .sc-tooltip-wrapper img {
	margin-bottom: 10px;
}
.page .sc-tooltip-wrapper span, .single .sc-tooltip-wrapper span {
	padding: 10px 10px 0;
	text-align: center;
	display: block;
	max-width: 370px;
}
.page .sc-tooltip-wrapper .first-line, .single .sc-tooltip-wrapper .first-line {
	padding-top: 0;
}
.page .sc-tooltip-wrapper .second-line, .single .sc-tooltip-wrapper .second-line {
	font-size: 12px;
	line-height: 12px;
	padding: 0;
}
.note_product {
	font-size: 13px;
	line-height: 15px;
}
.page-template-package-php .site-inner {
	padding-top: 2.5rem;
}
.page-template-family-php .entry-header h1 {
	margin: 1.6rem 0 !important;
}
/* About */
.rw .site-inner {
	padding: 35px 0 20px;
}
#about-team {
	background: #EAEAEA;
	padding: 35px 0;
	/*visibility: hidden;  removed Jan 2021 broken /about page slider */
}
#about-team .avatar-wrapper {
	max-width: 204px;
	float: left;
}
.team-content-wrapper {
	max-width: 720px;
	float: right;
}
.team-content-wrapper a {
	color: #ABB23D;
}
.team-content-wrapper .team-content {
	line-height: 21px;
}
.team-content-wrapper ul {
	padding-left: 20px;
}
.avatar-wrapper .team-bxslider a {
	display: block;
}
.avatar-slider {
	border: 2px solid #fff;
}
.avatar-wrapper .team-bxslider a img {
	display: block;
	margin: 0;
}
#about-team .bxslider-controls {
	width: 60px;
	height: 22px;
	margin: 17px 0 0 70px;
	display: block;
	position: relative;
}
#about-team .bxslider-controls a {
	width: 23px;
	height: 22px;
	background: url(images/bxslider-nav.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
}
#about-team .bxslider-controls .pull-left a {
	background-position: 0 0;
	left: 0;
}
#about-team .bxslider-controls .pull-right a {
	background-position: -37px 0;
	right: 0;
}
.page-template-about .bottom-inner.discoveries {
	padding: 0;
}
.page-template-about .entry-header {
	margin-top: 1rem;
}
.about-map {
	background: #fbfbef;
}
.about-map .site-inner {
	padding: 26px 0 4px;
}
.about-map p {
	font-size: 19px;
}
/* Highlights match.css*/
.client_exp {
	padding-bottom: 56px;
}
.client_exp .site-inner {
	padding-top: 22px;
	font-size: 18px;
}
.client_exp .learn-button, .expertise-section-2 .learn-button, .page-template-services .learn-button, #team_listing .learn-button {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	padding: 0.4rem 3.4rem;
	font-size: 20px;
	max-width: 419px;
	margin: 50px auto 0;
	text-align: center;
	line-height: 42px;
}
/* Specific Page */
.page-id-3660 .global.button.blue {
	padding: 0 48px;
}
/*Expertise*/
.expertise-section-1 .site-inner {
	padding-top: 38px;
	text-align: center;
	padding-bottom: 14px;
}
.expertise-section-2 .site-inner {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 55px;
}
.expertise-section-2 .site-inner h3 {
	color: #4A4A4A;
	font-size: 18px;
	font-family: 'Figtree', Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.expertise-section-2 .site-inner .reviews .desktop {
	margin: 0 auto;
	padding: 0 100px;
	position: relative;
	quotes: "“" "”" "‘" "’";
}
.expertise-section-2 .site-inner .reviews .desktop:before,
.expertise-section-2 .site-inner .reviews .desktop:after {
	color: #dadada;
	position: absolute;
	font-size: 80px;
	-ms-transform: rotate(-25deg); /* IE 9 */
	-webkit-transform: rotate(-25deg); /* Safari */
	transform: rotate(-25deg);
}
.expertise-section-2 .site-inner .reviews .desktop:before {
	content: open-quote;
	left: 25px;
	top: -24px;
}
.expertise-section-2 .site-inner .reviews .desktop:after {
	content: close-quote;
	right: 5px;
	top: -24px;
	-ms-transform: rotate(-25deg); /* IE 9 */
	-webkit-transform: rotate(-25deg); /* Safari */
	transform: rotate(-25deg);
}
.expertise-section-2 .site-inner .reviews .desktop .ttshowcase_rl_quote > p {
	font-size: 18px;
	line-height: 24px;
}
.expertise-section-2 .site-inner .reviews .mobile .client-container {
	flex-direction: column;
}
.expertise-section-2 .site-inner .reviews .mobile .match-padding .client-query {
	padding: 35px 25px 8px 25px;
}
.expertise-section-2 .site-inner .reviews .mobile .match-padding .client-query:before,
.expertise-section-2 .site-inner .reviews .mobile .match-padding .client-query:after {
	top: -15px;
}
.expertise-section-1 ul {
	margin: 0 auto 21px;
	max-width: 355px;
	line-height: 21px;
}
.expertise-section-1 ul li {
	text-align: left;
}
.expertise-section-1 .site-inner h3 {
	color: #4a4a4a;
	font-size: 18px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.expertise-section-2 {
	background: none repeat scroll 0 0 #fbfbef;
}
.expertise-section-2 .learn-button {
	font-size: 21px;
	margin-top: 0;
	max-width: 419px;
}
.page-template-expertise #consultation-form {
	float: right;
	border-top: 10px solid #33b2bb;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: #f2f2f2;
	width: 455px;
}
.page-template-expertise #consultation-form .expertise-form {
	padding: 0 24px 24px;
}
.page-template-expertise #consultation-form h3 {
	margin-top: 19px;
	text-align: center;
	color: #34B2BB;
	font-size: 33px;
	font-weight: normal;
	margin-bottom: 17px;
}
.page-template-expertise #consultation-form .left {
	width: 194px;
	margin-bottom: 13px;




}
.page-template-expertise #consultation-form .right {
	width: 194px;
	margin-bottom: 13px;
}
.page-template-expertise #consultation-form input[type=text], .page-template-expertise #consultation-form input[type=email], .page-template-expertise #consultation-form input[type=tel], .page-template-expertise #consultation-form input[type=text], .page-template-expertise #consultation-form select, .page-template-expertise #consultation-form textarea {
	background-color: #fff;
	padding-top: .5rem;
}
.page-template-expertise #consultation-form textarea {
	height: 76px;
}
.page-template-expertise #consultation-form input[type=submit] {
	padding: 0.5rem 5.5rem;
}
.page-template-expertise #consultation-form .wpcf7-list-item.first .wpcf7-list-item-label {
	margin-right: 30px;
}
/* Services */
.page-template-services .learn_more_wrapper {
	padding-top: 23px;
	padding-bottom: 33px;
}
.page-template-services .st-pusher {
	max-width: 610px;
	position: relative;
}
.page-template-services .st-pusher .entry {
	padding: 0 0 1.1rem;
}
.page-template-services .st-pusher .entry-title {
	margin-top: 1.1rem;
}
.page-template-services .st-pusher .lt_leaves, .page-template-affiliate .st-pusher .affiliate_leaves {
	position: absolute;
	top: 24px;
	left: -217px;
}
.services-section-1 {
	background-color: #ebebeb !important;
	padding-top: 33px;
	padding-bottom: 0;
}
.services-section-1 .services-left h3 {
	color: #8C9627;
	font-size: 16px;
	margin: 0 0 .1rem;
}
.services-section-1 .services-right h3 {
	font-size: 17px;
	margin: 0 0 .1rem;
}
.services-section-1 .services-right p {
	margin: 0 0 .1rem;
	line-height: 20px;
}
.services-section-1 .services-left ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.services-section-1 .services-left p {
	line-height: 21px;
}
.services-section-1 .services-left ul li {
	margin-left: 20px;
}
.services-section-1 .services-left a {
	text-decoration: underline;
	color: #4b4b4b;
}
.services-section-2 {
	padding-bottom: 1em;
	padding-top: 2em;
}
.services-section-2 .site-inner {
	max-width: 770px;
}
.services-section-2 .site-inner p {
	text-align: center;
}
.googleadservices img {
	display: none;
}
/*Affiliate*/
.page-template-affiliate .st-pusher {
	max-width: 600px;
	position: relative;
}
.page-template-affiliate .st-pusher .affiliate_leaves {
	position: absolute;
	top: 30px;
	left: -180px;
	max-width: 200px;
}
.page-template-affiliate .st-pusher .entry {
	padding-bottom: 0;
}
.page-template-services .entry {
	padding: 0 0 1.1rem;
}
.affiliate-section-1 {
	background-color: #fbfbef;
	padding-top: 11px;
	padding-bottom: 30px;
}
.affiliate-section-1 .site-inner {
	max-width: 570px;
}
.affiliate-section-1 .site-inner p {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 0;
}
.affiliate-section-1 .site-inner .button {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	padding: 0.4rem 3.4rem;
	font-size: 20px;
	max-width: 198px;
	margin: 21px auto 0;
	text-align: center;
	line-height: 42px;
}
.affiliate-section-3 .site-inner {
	padding-top: 26px;
}
.affiliate-section-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.affiliate-section-4 .site-inner {
	padding-top: 38px;
}
.affiliate-section-4 .affiliate-banners {
	display: inline-block;
}
.affiliate-section-4 span.caption {
	display: block;
	text-align: center;
}
/* christmas_coupon */
.christmas_coupon {
	padding-top: 10px;
}
.christmas_coupon_myheritage {
	background: #FFFFF2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.christmas_coupon img, .christmas_coupon_myheritage img {
	margin-bottom: 0;
}
.special-header .alignleft {
	text-align: left !important;
}
/*Inheritance*/
#chart_inheritance td {
	text-align: center;
}
#chart_inheritance input {
	width: auto;
	display: inline;
}
.page-id-10576 ol > li > ul {
	display : inline;
}
.page-id-10576 ol {
	list-style: none;
	counter-reset: numList;
	padding: 0 0 0 26px;
}
.page-id-10576 ol > li {
	margin-right: 44px;
	position: relative
}
.page-id-10576 ol > li:before {
	counter-increment: numList;
	content: counter(numList);
	float: left;
	position: absolute;
	left: -28px;
	font-family: 'Figtree', Arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background: #abb23d;
	padding: 1px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
/*Inheritance*/
.single-post .post-4345 .expertise-form {
	padding-bottom: 25px;
}

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

@media only screen and (max-width: 960px) {
	.special-header .alignleft {
		text-align: left !important;
	}
	#about-team .bxslider-controls {
		margin: 17px 0 0 60px;
	}
	#about-team .avatar-wrapper {
		max-width: none;
		width: 22%;
	}
	.team-content-wrapper {
		max-width: none;
		width: 75%;
	}
	.site-inner, .wrap {
		max-width: 960px;
		padding: 0 41px;
	}
	.header-image .site-header .wrap {
		background-position: left 41px top 5px;
		padding: 0 41px;
	}
	.site-header .widget-area {
		width: 50%;
	}
	#consultation {
		padding-bottom: 1rem;
	}
	#how_it_works .right {
		margin-right: 0;
		width: 548px;
	}
	.price-table .right {
		width: 100%;
	}
	.price-table .right .box {
		margin: 0 1.1%;
		width: 31%;
	}
	.price-table .left ul {
		float: left;
		margin-right: 20px;
	}
	.price-table .left .sponsored {
		margin-top: 11px;
	}
	.price-table .left .sponsored .apg {
		margin-right: 2.1%;
		display: inline-block;
	}
	.price-table .left {
		width: 100%;
	}
	.price-table .left ul {
		width: 30.4%;
	}
	/*.site-inner {*/
	/*	padding-top: 2rem;*/
	/*}*/
	.page .entry-content .question, .question {
		white-space: normal;
		text-align: center;
	}
	.default-form .full label {
		white-space: normal;
	}
}
@media only screen and (max-width: 959px) and (min-width: 769px) {
	#consultation.bg-manage {
		background-size: 350px;
		background-position: 100% 216px !important;
	}
}

@media only screen and (max-width: 934px) and (min-width: 769px) {
	#how_it_works .left {
		width: 35.8%;
	}
	#how_it_works .right {
		width: 62.2%;
	}
	.fullscreen.wwd {
		height: 380px;
	}
}

@media only screen and (max-width: 768px) {
	.site-inner, .wrap {
		max-width: 766px;
	}

	#consultation {
		background: none;
	}
	#consultation h1 {
		font-size: 39px;
		line-height: 40px;
		width: 420px;
	}
	#consultation-form p {
		font-size: 14px;
		max-width: 400px;
		margin-bottom: 10px;
	}
	#consultation-form label {
		font-size: 14px;
	}
	#consultation-form .left {
		width: 181px;
	}
	#consultation-form .right {
		width: 181px;
	}
	#consultation-form {
		width: 378px;
	}
	#consultation-form .wpcf7-list-item.first .wpcf7-list-item-label {
		margin-right: 25px;
	}
	#consultation-form .apg {
		width: 45px;
		margin-right: 10px;
		margin-top: 4px;
	}
	#consultation-form img.ajax-loader {
		float: left;
		margin-left: -2px;
		margin-top: 14px;
		width: 10px;
	}
	#consultation-form .bbb {
		width: 78px;
		margin-top: 2px;
	}
	.featured-homepage h2,
	.featured-inner h2,
	.featured-listing h2,
	.featured-collection h2 {
		font-size: 1.5rem;
	}
	.fullscreen.wwd {
		height: 290px;
	}
	.row-fluid .col-mmt-12, .row-fluid .col-mmt-2, .row-fluid .col-mmt-3, .row-fluid .col-mmt-4, .row-fluid .col-mmt-6 {
		float: left;
		margin: 0 1%;
		width: 48%;
	}
	.mmt h4 {
		min-height: 48px;
	}
	.reveal-modal ul {
		width: 100%;
	}
	.reveal-modal img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	#product .order_total {
		float: none;
		width: 100% !important;
	}
	.left_product {
		padding: 10px 10% 10px 0;
	}
	#product .summary dl dd {
		margin-left: 150px;
	}

}

@media only screen and (max-width: 819px) {
	.page-template-services .st-pusher .lt_leaves,
	.page-template-affiliate .st-pusher .affiliate_leaves {
		display: none;
	}
	.affiliate-section-1 {
		padding-top: 26px;
	}
	.wrap {
		padding: 0 20px;
	}
	.site-inner {
		padding: 0 20px 20px;
	}
	/* menu-footer-menu-v2-container is on /es and /pt-br */
	.menu-footer-menu-container,
	.menu-footer-menu-v2-container,
	.menu-footer-menu-v2-es-container {
		display: none;
	}
	#team .site-inner {
		padding: 20px;
	}
	#how_it_works .left {
		width: 35.8%;
	}
	#how_it_works .right {
		width: 62.2%;
	}
	.header-right .get-started {
		font-size: 18px;
	}
	.site-header .widget-area {
		width: 34%;
	}
	.title-area {
		width: 190px;
	}
	.header-image .site-header .wrap {
		background: url("images/logo-mobile.png") no-repeat scroll left 20px top 13px / 190px auto rgba(0, 0, 0, 0);
		padding: 0 20px;
		border-bottom: 1px solid #35b1af;
	}
	.mobile-menu, .phone_header.mobile {
		display: block;
	}
	.header-right {
		display: none;
	}
	@media only screen and (max-width: 768px) {
		#consultation-info {
			background: url("images/hand_and_leaf-mobile.jpg") no-repeat scroll right -2px bottom 0 / 220px auto rgba(0, 0, 0, 0);
			border-bottom: 1px solid #dadada;
		}
		.page-template-nonavlanding #consultation-info {
			background: none;
			border-bottom: none;
		}
	}
	@media only screen and (max-width: 470px){
		#consultation-info {
			background-position-x: center !important;
		}
	}
	#consultation-info p {
		line-height: 19px;
	}
	#consultation div.wpcf7 {
		margin-top:30px;
	}
	#consultation-form .left {
		width: 48%;
	}
	#consultation-form .right {
		width: 48%;
	}
	.sponsor {
		float: right;
		margin-left: 20px;
	}
	.header-image .site-title a {
		min-height: 73px;
	}
	.header-image .site-header .widget-area {
		padding: 2rem 0 1.6rem;
	}
	#consultation-form {
		width: 100%;
	}
	#consultation-form img.ajax-loader {
		width: 16px;
	}
	#consultation-form .apg {
		margin-left: 0;
		margin-right: 9px;
	}
	#consultation-form label {
		display: block;
	}
	.featured-homepage,
	.featured-inner,
	.featured-listing,
	.featured-collection {
		height: 80px;
	}
	.featured-homepage h2,
	.featured-inner h2,
	.featured-listing h2,
	.featured-collection h2,
	.hire-the-team-homepage h2 {
		letter-spacing: unset;
		font-size: 1.4rem;
		padding: 0 5px;
	}

	#menu-mobile .get-started {
		padding: 4px 10%;
	}
	#menu-mobile .get-started span.left {
		margin-left: -10px;
	}
	.price-table .right .box_content .buy_now {
		margin: 0 10px;
	}
	.bottom-inner #consultation {
		padding: 10px 14px 0;
	}
	.entry {
		padding-top: initial;
	}
	.single-post .blog-campaign-banner {
		padding-top: 1.8rem;
	}
	.contact .wpcf7-form .right, .default-form .right {
		width: 100%;
	}
	.contact .wpcf7-form .left, .default-form .left {
		width: 100%;
	}
	.contact .wpcf7-form label {
		display: block;
	}
	.page-template-blog-php .entry {
		padding-top: 1.8rem;
	}
	.sidebar-primary {
		padding-top: 1.8rem;
	}
	.page-template-blog-php .alignleft {
		float: none;
	}
	.price-table .right .box_content .limit_time {
		font-size: 18px;
	}
	.expertise-section-2 .site-inner .reviews {
		padding: 0;
	}
	.expertise-section-2 .site-inner .reviews .mobile {
		display: block !important;
	}
	.expertise-section-2 .site-inner .reviews .desktop {
		display: none;
	}
	.expertise-section-2 .site-inner {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.services-section-1 .services-left ul {
		-moz-column-count: 1;
	}
}

@media only screen and (max-width: 650px) and (min-width: 480px) {
	.price-table .right #box1 .box_content .desc, .price-table .right #box1 .box_content .desc-1 {
		text-align: center;
	}
	.price-table .right #box1 .box_content .desc-1 {
		bottom: 38px;
		width: 140px;
	}
	.price-table .right .box_content .price::before {
		font-size: 16px;
		line-height: 43px;
	}
	.price-table .right .box_content .price {
		font-size: 36px;
	}
}

@media only screen and (max-width: 610px) {
	#about-team .bxslider-controls {
		margin: 17px auto 0;
	}
	#consultation-info {
		padding-bottom: 25px;
	}
	#team_listing .boxes ul {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	#team_listing .box {
		width: 100%;
	}
	.page-template-blog-php .content, .single-format-standard .content {
		width: 100%;
	}
	.sidebar-primary {
		width: 100%;
	}
	.sidebar .widget {
		padding: 10px;
	}
	.comment-respond, .entry-pings {
		margin-bottom: 0;
		padding: 1rem 1rem 0;
	}
}

@media only screen and (min-width: 480px) {
	.price-table .right #box2 .box_content .desc,
	.price-table .right #box2 .box_content .desc-1,
	.price-table .right #box3 .box_content .desc,
	.price-table .right #box3 .box_content .desc-1 {
		text-align: center;
	}
}
@media screen and (min-width: 769px) and (max-width:849px) {
	.entry-content #homepage #consultation {
		background-position: 100% 296px;
		background-size: 273px;
	}
}

@media screen and (min-width: 768px) and (max-width:960px) {
	#homepage #consultation,.page-template-genealogygems #consultation {
    	background-position: 100% 216px;
    	background-size: 349px;
	}
}
@media screen and (min-width: 480px) and (max-width:768px) {
	.page-template-contact_2 .first_column .contact-info h3 {
		float: none;
	}
	.contact .first_column .contact-info span.time,
	.contact .first_column .contact-info span.fax {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.christmas_coupon_myheritage {
		background: #fff;
	}
	.team-content-wrapper {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#about-team .avatar-wrapper {
		float: none;
		margin: 0 auto;
		max-width: 204px;
		width: auto;
	}
	#consultation-info p {
		width: 51%;
	}
	.price-table .right .box_content .start {
		display: none;
	}
	.price-table .right .box {
		width: 100%;
	}
	.price-table .right .box_content {
		height: 100px;
		border-left: 1px solid #fff;
		text-align: unset;
		padding-top: 16px;
		min-height: 68px;
	}
	#team_listing .boxes ul {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.price-table .right .box {
		height: 100px;
		margin-bottom: 32px;
		padding-left: 16px;
		margin-left: 0;
		margin-right: 0;
	}
	.price-table .right #box1 {
		background: none repeat scroll 0 0 #abb23e;
	}
	.price-table .right #box2 {
		background: none repeat scroll 0 0 #de6f37;
	}
	.price-table .right #box3 {
		background: none repeat scroll 0 0 #33b2bb;
	}
	.price-table .right .box_content h3 {
		color: #fff;
		font-size: 17px;
		font-weight: normal;
		padding-left: 18px;
		float: left;
	}
	.price-table .right .box_content .buy_now span {
		text-align: center;
		width: 155px;
	}
	.price-table .right .box_content .buy_now {
		left: auto;
		right: 2px;
		top: 15px;
		width: 155px
	}
	.price-table .right .box_content .desc, .price-table .right .box_content .desc-1 {
		bottom: 25px;
		right: 14px;
		left: auto;
	}
	.price-table .right #box1 .box_content .desc,  .price-table .right #box1 .box_content .desc-1 {
		width: 152px;
	}
	.price-table .right .box_content .desc-1 {
		bottom: 12px;
	}
	.price-table .right .box_content .desc span, .price-table .right .box_content .desc-1 span {
		font-size: 12px;
	}
	.price-table .right .box_content .price:before {
		font-size: 18px;
		line-height: 40px;
	}
	.price-table .right #box1 .box_content h3:after {
		content: ": 3.5 hrs";
	}
	.price-table .right #box2 .box_content h3:after {
		content: ": 20+ hrs";
	}
	.price-table .right #box3 .box_content h3:after {
		content: ": 10+ hrs/mo";
	}
	.price-table .right .box_content .price {
		font-size: 40px;
		height: auto;
		left: 34px;
		position: absolute;
		top: 45px;
	}
	.price-table .right .box_content .limit_time {
		display: none;
		font-size: 18px;
		left: 34px;
		position: absolute;
		top: 31px;
	}
	.price-table .right .box_content .save {
		float: right;
		font-size: 13px;
		line-height: 17px;
		margin-right: 231px;
		padding: 2px 6px;
		text-align: center;
		width: 69px;
		margin-top: 0;
	}
	.price-table .right .box .popular {
		left: 16px;
		top: -23px;
		right: auto;
	}
	.price-table .right .box .popular span {
		font-size: 12px;
		height: 20px;
		line-height: 22px;
		padding: 0 9px;
	}
	.price-table .left .sponsored .apg {
		margin-right: 0;
	}
	.price-table .left ul {
		width: auto;
	}
	.bottom-inner.discoveries h2 {
		font-size: 27px;
		font-weight: normal;
		text-align: center;
	}
	.price-table .right {
		margin-top: 0;
	}
	.price-table .right .boxes .see_all {
		margin: 30px auto 0;
	}

	.price-table .right #box3 {
		margin: 0;
	}
	.price-table .right .box_content .green_button {
		bottom: 14px;
		left: auto;
		max-width: 160px;
		right: 115px;
		display: none;
	}
	.price-table .right #box2 .box_content .price .plus_sign {
		display: block;
		font-size: 20px;
		font-weight: bold;
		left: 110px;
		position: absolute;
		top: -9px;
	}
	.price-table .right #box3 .box_content .price .plus_sign {
		display: block;
		font-size: 20px;
		font-weight: bold;
		left: 60px;
		position: absolute;
		top: -9px;
	}
	#join_team {
		width: 100%;
		float: left;
		height: auto;
	}
	#join_team .left {
		width: 48%;
	}
	#join_team .right {
		width: 48%;
	}
	#coupon_wrapper {
		margin-right: 0;
		padding-right: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 470px) {
	#consultation h1 {
		width: 100%;
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 1rem;
	}
	#consultation-info p {
		width: 100%;
	}
	#consultation-info {
		padding-bottom: 220px;
	}
	.page-template-nonavlanding #consultation-info {
		padding-bottom: 0;
	}
	#consultation-form .full label {
		white-space: normal;
	}
	.sponsor {
		float: left;
		width: 100%;
	}
	#consultation-form .bbb {
		float: left;
	}
	.sponsor {
		display: none;
	}
}

@media only screen and (max-width: 456px) {
	#join_team .left {
		width: 100%;
		float: none;
		text-align: center;
	}
	#join_team .right {
		width: 100%;
	}
	.page-template-services .st-pusher .lt_leaves,  .page-template-affiliate .st-pusher .affiliate_leaves {
		width: 85px;
	}
	#phone-footer {
		border-right: medium none;
		padding-right: 0;
	}

}

@media only screen and (max-width: 430px) {
.price-table .right .box_content .buy_now {
	width: 100px;
}
.price-table .right .box_content .buy_now span {
	width: 100px;
}
}

@media only screen and (max-width: 398px) {
	.price-table .left .sponsored {
		float: left;
		margin-top: 11px;
		width: 100%;
	}
	.price-table .left .sponsored .apg {
		margin-right: 4%;
	}
	.site-header .widget-area {
		width: 95px;
	}
	.price-table .right .box_content {
		height: 118px;
	}
	.price-table .right .box {
		height: 118px;
	}
	.price-table .right .box_content .price {
		top: 30px;
	}
	.price-table .right .box_content .desc,  .price-table .right .box_content .desc-1 {
		left: 38px;
		top: 80px;
		right: auto;
	}
	.price-table .right .box_content .desc-1 {
		top: 92px;
	}
	.price-table .right .box_content .green_button {
		bottom: auto;
		width: 100px;
		right: 12px;
		top: 59px;
	}
	.price-table .right #box2 .box_content .green_button,  .price-table .right #box3 .box_content .green_button {
		max-width: 100px;
	}
	.price-table .right #box2 .box_content .green_button > span,  .price-table .right #box3 .box_content .green_button span {
		max-width: 100px;
	}
	#consultation-form .right {
		width: 100%;
		text-align: left;
	}
	#consultation-form .left {
		width: 100%;
	}

}

@media only screen and (max-width: 360px) {
	.price-table .right .box_content .buy_now {
		top: 40px;
	}
	.price-table .right #box2 .box_content .green_button,  .price-table .right #box3 .box_content .green_button {
		top: 85px;
	}
	.header-image .site-header .wrap {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 320px) {
	#consultation-form .wpcf7-list-item.first .wpcf7-list-item-label {
		margin-right: 82px;
	}
	#consultation-form .right {
		width: 100%;
	}
	#consultation-form .left {
		width: 100%;
	}
	#consultation-form .apg {
		width: auto;
	}
	#consultation-form .bbb {
		margin-top: 2px;
		width: auto;
	}
	.fullscreen.wwd {
		height: 150px;
	}
	.row-fluid .col-mmt-12, .row-fluid .col-mmt-2, .row-fluid .col-mmt-3, .row-fluid .col-mmt-4, .row-fluid .col-mmt-6 {
		float: none;
		width: 100%;
	}
	.mmt h4 {
		min-height: unset;
	}
	.page .entry-content .question p {
		font-size: 18px;
	}

}

@media screen and (min-width: 769px) {
	.rwdline {
		display: inline;
	}
	.reverserwdline {
		display: block;
	}
}

.post-7641 {
	padding: 0 0 0 !important;
}

/* Projects Landing */
.site-inner.st-pusher.new-project-pusher {
	max-width: 100%;
}
.site-inner.st-pusher.new-project-pusher {
	max-width: 100%;
	padding: 37px 0 20px;
}
.services-section-1.new-pro-temp-1.new-pro-temp, .services-section-1.new-pro-temp-2.new-pro-temp {
	background: #fff none repeat scroll 0 0;
	padding: 0;
}
.featured-inner.custom-green-gra {
	background: #97a02d;
	background: -moz-linear-gradient(top, #97a02d 0%, #abb23e 50%, #abb23e 100%);
	background: -webkit-linear-gradient(top, #97a02d 0%, #abb23e 50%, #abb23e 100%);
	background: linear-gradient(to bottom, #97a02d 0%, #abb23e 50%, #abb23e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97a02d', endColorstr='#abb23e', GradientType=0);
}
.featured-inner.custom-green-gra > h2, .featured-homepage.new-pro-temp.additional > h2 {
	position: relative;
}
.new-pro-temp {
	text-align: center;
}
.grey-b {
	background: #ebebeb;
	padding: 2rem 0 2rem 0;
}
.white-b {
	background: #FFF;
	padding: 2rem 0 0.8rem 0;
}
.grey-b p:not(:last-of-type),
.white-b p:not(:last-of-type) {
	margin: 0;
}
.buy-cust > a {
	background: #34b2bb none repeat scroll 0 0;
	border: 1px solid #8bcfd5;
	box-shadow: 0 0 5px 5px #27a1ab inset;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 38px;
	padding: 11px 50px;
}
.buy-cust {
	display: block;
	margin-bottom: 17px;
	margin-top: 17px;
}
.greet {
	background: #d0d47d none repeat scroll 0 0;
	border: 2px solid #dedfb5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 17px;
	text-align: center;
}
ul.head-cust {
	padding-bottom: 0;
}
.site-inner-abc h5,
.site-inner-abc h4 {
	color: #97a02d;
}
.head-cust > li {
	color: #33b1ba;
	display: inline-block;
	font-family: 'Figtree', Arial, sans-serif;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 6px;
}
.head-cust > li:last-child {
	color: #4b4b4b;
}
.services-section-1.our-packages {
	padding-top: 0;
	background-color: #FFF;

}
.services-section-2.new-pro-temp-4.new-pro-temp {
	padding-bottom: 0;
}
.featured-homepage.new-pro-temp.new-pro-temp-5 > h2 {
	background: -moz-linear-gradient(top, #d25423 37%, #de6f37 100%);
	background: -webkit-linear-gradient(top, #d25423 37%, #de6f37 100%);
	background: linear-gradient(to bottom, #d25423 37%, #de6f37 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d25423', endColorstr='#de6f37', GradientType=0);
}
.bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 {
	background: transparent none repeat scroll 0 0;
}
.cent-img {
	margin: 1.2em 0 1.2em 0;
	display: inline-block;
}
@media screen and (min-width:768px) and (max-width:990px){
	.leave-abs.leave-abs-2 > img {
		left: 9%;
	}
	.ezcol.ezcol-one-half.ezcol-last.text-center.right-leadership {
		width: 47% !important;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.row .five-grid {
		width: 17%;
	}

	.site-inner > .row {
		padding-left: 25px;
		padding-right: 25px;
	}
	.row  .four-grid {
		width: 21.5%;
	}
}
@media screen and (min-width:768px) and (max-width:961px){
	.default.family > #inner > .download-family-tree-btn {
		width: 100%;
		position: relative;
	}
		.download-family-tree-btn  .align-left-width {
		float: none;
		width: auto;
		display: inline-block;
	}
	.row-apply.download-family-tree-btn {
		width: 100%;
	}
	.download-family-tree-btn .align-right-width {
		float: none;
		width: auto;
		display: inline-block;
		position: absolute;
		margin-left: 6px;
	}
}
@media screen and (max-width: 767px) and (min-width: 479px) {
	.page-template-expertise #consultation-form .left,.page-template-expertise #consultation-form .right{
    width: 48%;
}
	}
@media screen and (max-width:479px){
	.page-template-expertise #consultation-form .left,.page-template-expertise #consultation-form .right{
    width: 100%;
}
	}
@media screen and (max-width:767px){
	#consultation-info .form-manage {
    width: 100%;
    float: none;
}
	.page-template-expertise #consultation-form{
    width: 100%;
}
.ctcc-left-side {
    width: 89%;
}

.default.family > #inner > .download-family-tree-btn {
    width: 100%;
    position: relative;
}
	.download-family-tree-btn  .align-left-width {
    float: none;
    width: auto;
    display: inline-block;
}
.row-apply.download-family-tree-btn {
    width: 100%;
}
.download-family-tree-btn .align-right-width {
    float: none;
    width: auto;
    display: inline-block;
    position: absolute;
    margin-left: 6px;
}

	p.para-width {
    width: 100%;}
	.apply-wrapper .banner-img > img{width:100%;}
	.apply-wrapper .one-third-apply {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.apply-wrapper  .one-half-apply-thirty {
    float: none;
    width: 100%;
}
.apply-wrapper  .row-one-half .benefit-list {
    padding-left: 0;
}
.apply-wrapper  .benefit-list > li {
    margin-bottom: 9px;
}
.apply-wrapper.apply-culture .one-half-apply-seventy {
    padding-right: 0;
}

.apply-wrapper  .one-half-apply-seventy {
    width: 100%;
}
.row-style .left-style {
    float: none;
    width: 100%;
}
.right-style { margin-bottom: 0;}
.row-style{padding-left:15px; padding-right:15px;}
.row-style .right-style {
    float: none;
    width: 100%;
    border: none;
    padding-left: 0;
}
	/*my css 2-10-17*/
.leave-abs.leave-abs-2 > img {
    left: 2%;
    top: -130px;
    width: 95px;
} 
.site-inner-abc .leave-abs > img {
    left: 3%;
    top: -100px;
    width: 100px;
}
.site-inner > .row {
    padding-left: 25px;
    padding-right: 25px;
}
.row .five-grid,.row .four-grid {
    float: none;
    margin-right: 0;
    width: 100%;
}
.featured-inner.custom-green-gra > h2 > span::before,.featured-homepage.new-pro-temp.additional > h2 > span::before{display:none;}
.new-project-pusher > .content-sidebar-wrap > main > article {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
	}

/* services page pricing button */
.view-pric {
	padding: 20px 0 40px;
	text-align: center;
  	font-family: 'Libre Baskerville', serif;
}
.view-pric > a {
	background: #de7037 none repeat scroll 0 0;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	color: #fff;
	font-size: 1.4rem;
	padding: 10px 30px;
	cursor: pointer;
}
/*services*/
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: " ";
    display: table;
}
*::after, *::before {
    box-sizing: border-box;
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: " ";
    display: table;
}
.five-grid {
    float: left;
    margin-right: 24px;
    width: 17.5%;
}
.four-grid {
    float: left;
    margin-right: 24px;
    width: 22.5%;
}
.site-inner > .row {
    margin-bottom: 22px;
}
.row > .five-grid:last-child {
    margin-right: 0;
}
.four-grid > .wp-image-6011 {
    margin-top: 26px;
}
.leave-abs {
    position: relative;
}
.leave-abs > img {
    left: 24%;
    position: absolute;
    top: -100px;
    width: 150px;
}
@media screen and (min-width:1024px) {
	.site-inner-abc .leave-abs > img {
		left: 12%;
	}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.site-inner-abc .leave-abs > img {
		left: 30px;
	}
}
@media screen and (max-width:767px) {
	.site-inner-abc .leave-abs {
    	display: none;
	}
}
/*checklist*/
.page-id-14413 header.entry-header {
    display: none;
}
.page-id-14413 .entry-content > p {
    line-height: 0;
    margin-bottom: 0;
}
.page-id-14413 .site-footer > .wrap #menu-footer-menu.menu li{margin-top:13px; margin-bottom:13px;}
.page-id-14413 iframe{border:none;}
/*checklist*/ 
.right-style h3 {
    font-weight: bold;
    margin-top: 0;
    color: #34B2BB;
    margin-bottom: 5px;
    font-size: 21px;
}
.divider-section > span {
    color: #7b7777;
    font-size: 15px;
    font-weight: bold;
}
.toll-free {
    margin-top: 20px;
}
.multiple-span strong {
    color: #000;
    font-size: 17px;
}
.social-share ul li {
    display: inline-block;
}
.social-share ul li a i {
    font-size: 20px;
    padding-top: 11px;
}
.social-share ul li a {
    background: #34B2BB;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    display: block;
    width: 42px;
    text-align: center;
    height: 43px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.reviewed {
    margin: 19px 0 11px 0;
}
.social-share ul {
    padding-left: 0 !important;
  margin-left: 0 !important;
}
.reviewed > i {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.right-style {
    border-left: 2px solid #34B2BB;
   padding-left: 33px;
   margin-bottom: 41px;
}
.social-share ul li a:hover {
    background:rgba(53, 178, 187, 0.82);
  	color:#fff;
}
.row-style {
    margin-top:50px;
	margin-bottom:50px;
}
.row-style {
    margin-right: -15px;
    margin-left: -15px;
}
.row-style:after, .row-style:before {
    display: table;
    content: " ";
}
.row-style:after {
    clear: both;
}
.left-style {
    text-align: center;
    float: left;
    width: 18%;
}
.right-style {
    float: left;
    width: 82%;
}
.grey-bg {
    background: #ebebeb;
} 
/*Date: 31-10-17*/ 
.page-template-family-php .ancestral_quest > h3 {
    display: none;
}
.call-currency-popup {
    float: right;
}
/*my custom modal*/
.modal__container iframe{border:none;}
.modal { display: none; }
.modal--show,
.modal--hide { display: flex; } /* classes fired by js for animation control */

/* This is on the wrapper for the whole modal */
.modal--align {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.modal__container {
    position: relative;
    width: 100%;
    max-width: 410px;
    max-height: 380px;
    padding: 20px;
	background: #fff;
	margin: 40px auto 0;
	-webkit-box-shadow: 0 6px 4px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 6px 4px 0 rgba(0,0,0,0.4);
	box-shadow: 0 6px 4px 0 rgba(0,0,0,0.4);
}

/* The .modal__close class is used in js but is modified '--x' here */
.modal__close--x {
  font-size: 30px; /* this is only because we use unicode for the X in this case */
  position: absolute;
  top: 3px;
  right: 10px;
}

/* As there is no href to avoid the hash being added to the URL when clicked we add a pointer */
/* This 'x' is hidden from screen readers as there is an accessible close button in the modal */
.modal__close--x:hover {
  cursor: pointer;
}

/* Animations */
/* Open */
.modal.modal--show {
  animation: modal-open 0.3s;
}

@keyframes modal-open {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

/* Close */
.modal.modal--hide {
  animation: modal-close 0.3s;
}

@keyframes modal-close {
  0%    { opacity: 1; }
  100%  { opacity: 0; }
}
.modal-custom-size {
    max-width: 703px;
    max-height: 64vh;
    overflow-y: scroll;
} 
.access-style {
    font-weight: bold;
	cursor: pointer;
}
.modal-trigger.access-currency.access-style:hover{
	-moz-box-shadow:none ;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
/*my custom modal*/
.genealogy-chart {
    text-align: center;
    background: #EBEBEB;
}
form#form {
    display: none;
}
.white-bg {
    background: #fff;
}
.bottom-inner.family.white-bg {
    padding: 30px 0 18px 0;
}
.genealogy-chart.grey-bg > :first-child {
    padding-top: 32px;
}
.genealogy-chart.grey-bg > :last-child {
    padding-bottom: 32px;
}
.title-styling-bg {
    background: #34B3BA;
    color: #fff;
    margin-top: 40px;
    padding: 8px 11px;
    font-size: 26px;
    margin-bottom: 30px;
}
.bottom-inner.family.white-bg {
    padding: 30px 0 18px 0;
}
button.cbcurrencyconverter_calculate {
    margin-top: 10px;
    display: inline-block;
}

.cbcurrencyconverter_form_fields:nth-child(4) {
    margin-bottom: 8px;
}
.cbcurrencyconverter_result.cbcurrencyconverter_result_shortcode {
    margin-bottom: 0;
}
.modal-trigger.access-currency.access-style {
    background: #34b3bb;
    color: #fff !important;
    padding: 1.5px 0 0 0;	
    -webkit-box-shadow: 0 0 4px 0.5px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 0 4px 0.5px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 4px 0.5px rgba(0,0,0,0.4) inset;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 11px;
    vertical-align: -11px;
}
.center-align{text-align:center;}
.apply-heading {
    color: #34B3BA;
    display: block;
}
.banner-img > img {
    width: 73%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.banner-img {
    margin-bottom: 21px;
}
.para-space > img {
    width: 22px;
    margin-right: 6px;
    vertical-align: -5px;
}
p.para-space {
    margin-bottom: 5px;
    margin-top: 36px;
}
.row-apply::after {
   clear: both;
}
.row-apply:after, .row-apply:before {
    display: table;
    content: " ";
}
.streched-wrapper {
    background: #EBEBEB;
	padding: 0 10px;
}
.apply-wrapper {
    padding-top: 30px;
    padding-bottom: 35px;
}
.one-third-apply {
    float: left;
    width: 30%;
    display: block;
	padding: 10px;
}
.one-third-apply > p,.apply-benefit > p{
    margin-bottom: 0;
}
.apply-heading {
    color: #34B3BA;
    display: block;
    font-size: 27px;
}

.icon-apply > img {
    width: 74px;
}
.streched-wrapper > .apply-heading {
    margin-bottom: 47px;
}
.one-half-apply-thirty {
    width: 25%;
}
.one-half-apply{display:block; float:left;}
.one-half-apply-seventy {
    width: 74%;
}
.row-one-half {
    margin-top: 28px;
}

.row-one-half .benefit-list {
    text-align: left;
    padding-left: 37px;
    margin-bottom: 0;
}
.benefit-list > li > img {
    width: 30px;
}
.benefit-list > li {
    list-style: none !important;
}
.benefit-list > li > img {
    width: 25px;
    list-style: none;
    margin-right: 5px;
    vertical-align: middle;
}
.apply-culture .one-half-apply-seventy {
    padding-right: 72px;
}
.apply-culture {
    margin-bottom: 40px;
}
.apply-culture  .row-one-half {
    margin-top: 0;
}
.change-lives {
    padding-top: 0;
}
p.para-width {
    width: 86%;
    margin: 0 auto;
}
.change-lives .apply-heading {
    margin-bottom: 10px;
}
.icon-apply {
    margin-bottom: 21px;
}
.apply-benefit .one-half-apply > img {
    position: relative;
    top: -24px;
}
span.care-c {
    color: #34B2BB;
}
.apply-culture .one-half-apply-thirty.one-half-apply img {
    padding-top: 34px;
}
.apply-culture .one-half-apply-seventy.one-half-apply > p:last-child,.apply-culture .one-half-apply-seventy.one-half-apply > p:nth-child(4){
    margin-bottom: 0;
}
 .apply-culture .one-half-apply-seventy.one-half-apply > p:nth-child(5){margin-bottom: 0;}
  .apply-culture .one-half-apply-seventy.one-half-apply > p:nth-child(3){margin-bottom: 0;}
  
  .default.family > #inner > p:first-child {
    margin-bottom: 8px;
}

.align-right-width {
    float: left;
    width: 36%;
}
.align-left-width {
    float: left;
    width: 88%;
}
.row-apply.download-family-tree-btn {
    width: 29%;
    margin: 0 auto;
}
.align-right-width {
    float: left;
    width: 12%;
}
.family-date {
    margin: 0 auto;
    text-align: center;
} 
.align-left-width > p:first-child {
    margin-bottom: 9px;
} 
.expand-open-positions {
    text-align: left;
} 
.expand-open-positions > .collapseomatic {
    color: #f15123;
    font-weight: bold;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	display:table;
	background-position: left 6px;
	padding-bottom: 0;
	margin:0 auto;
}
.expand-open-positions > .collapseomatic:hover{color:#333;}
.open-positions .job-description {
    color: #333;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 65px;
}
.apply-now > a {
    text-transform: uppercase;
    font-weight: bold;
    color: #34B3BA;
    font-size: 1.6rem;
}
.small-text {
    font-size: 14px;
}
.expand-open-positions p {
    margin-bottom: 16px;
}
.expand-open-positions ul li {
    list-style: inside;
}
.expand-open-positions .small-italic {
    font-style: italic;
    font-size: 15px;
}
.expand-open-positions .collapseomatic_content {
    margin-top: 12px;
}
.expand-open-positions .anchor-url {
    color: #34B3BA;
}

.open-positions.apply-wrapper.center-align {
    padding-top: 5px;
    padding-bottom: 5px;
}
.genealogy-research > .site-inner > .apply-heading {
    margin-bottom: 40px;
} 
.apply-now {
    margin-bottom: 28px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.fixed-header > nav > .wrap{width:942px;}
}

#consultation > .cns-info{width:100%;}
#consultation.consultation-parent {
    background: transparent;
}
.consultation-parent #consultation-info p a.global.button {
    color: #fff;
} 
.ctcc-inner *{
	font-family: 'Figtree', Arial, sans-serif;
}
.text-center{text-align:center;}
.yellow-bold {
    color: #eca806;
    font-weight: normal;
}
.content-section {
    padding-top: 34px;
}
.main-leadership {
    padding-bottom: 34px;
} 
.img-divider img {
    width: 70%;
}
.img-divider {
    margin-bottom: 20px;
}
.ezcol.ezcol-one-half.ezcol-last.text-center.right-leadership {
    border-left: 5px solid #34b3bb;
}
.ezcol.ezcol-one-half.ezcol-last.text-center.right-leadership {
    padding-left: 21px;
    width: 50.8%;
}
.ezcol.ezcol-one-half.text-center.left-diff {
    width: 45.5%;
    margin-right: 3%;
}
.Cherokee-font{
	font-family:'Libre Baskerville', serif;
}
.Cherokee-font.text-center.req-consultation {
    margin: 20px 0 35px 0;
}
.our-story > .featured-inner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
@media only screen and (max-width: 479px) {
 	.content-section .ezcol.ezcol-one-half.ezcol-last.text-center.right-leadership {
    	border-left:none;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {

	.ezcol.ezcol-one-half.ezcol-last.text-center.right-leadership {
		border-left: 3px solid #34b3bb;
	}
	.ezcol.ezcol-one-half.text-center.left-diff {
		margin-right: 3%;
		width: 47% !important;
	}
}

.stretch-heading .featured-inner{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.form-manage {
    margin-bottom: 86px;
    width: 462px;
    float: left;
}
#consultation .consult-form-100 {
    width: 100%;
    float: none;
}
#consultation-info .stretch-heading.margin-top-11 .company-para {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 28px;
    margin-bottom: 0;
}

.page-template-genealogygems #consultation {
    background-position: 110% 24%;
}

/********************************************************************************
 *
 ************ BELOW - code added by Windy Hill Developers ***********************
 *
********************************************************************************/

/* Common to all pages *********************************************************/
.nav-primary #menu-primary-navigation-menu #menu-item-26507 {
	visibility: visible;
}

#text_icl-8 {
	display: none;
}


/* for pages using Template: homepage_6 and homepage_2.php */
.myheritage-template-h2,
.page-template-homepage_2 .site-inner h2 {
	text-align: center;
}
.myheritage-template-h2 > div > iframe {
	display: block;
	margin: 10px auto 40px auto;
}

/* Footer menu */
#menu-item-16771 {
	border-right: none;
}

/* Home page Spanish and Portuguese */
.page-id-9868 #phone-footer,
.page-id-8758 #phone-footer {
	display: none;
}

/* Forensic Research Order Form - /order-forensic page */
.page-id-19204 #product .order .media-body .note_products .left_product .note_product {
	min-width: 160px;
}

.page-id-19204 #product > div.order > div:nth-child(24) {
	display: none;
}


/* Forensic Probate Research page */
.page-id-12747 .site-container > .site-inner {
	max-width: 1200px;
}

.page-id-12747.page-template-nonavlanding #consultation-form {
	float: right;
	margin-right: 130px;
}

.page-id-12747.page-template-nonavlanding #consultation {
	background-position: 100px 6px !important;
	background-size: 460px !important;
}

/* Highlights page */
.page-id-6037 .client_exp a.learn-button {
	padding: 4px 10px;
	max-width: 300px;
}

/* Press page */
.page-id-9878 .entry-content #inner {
	padding-bottom: 20px;
}

/* About Page */
.page-id-5999 #consultation-form h3,
.page-id-5999 .site-inner.main-leadership h3 {
	font-weight: 400;
}

/* Careers page ( /apply page ) */
.page-id-16619 .open-positions .apply-heading {
	margin-bottom: 12px;
}

.page-id-16619 .open-positions .job-description {
	margin-bottom: 0;
	font-size: 16px;
}

.page-id-16619 .open-positions .row-one-half {
	margin-top: 12px;
	padding: 0 20px;
}

.page-id-16619 .open-positions div:nth-child(3) {
	margin-top: 28px;
}

.page-id-16619 .question p {
	padding: 12px 0 !important;
	font-size: 18px !important;
	display: block !important;
}
.page-id-16619 .wpcf7-form {
	width: 60%;
	margin: auto;
}
@media only screen and (max-width: 480px) {
	.page-id-16619 .wpcf7-form {
		width: 100%;
	}
}

/* MyHeritage page - /myheritage  */
body.page-id-4429 #menu-item-wpml-ls-3-en {
	display: none;
}

body.page-id-4429 #wpcf7-f1108-p4429-o1 > form > div.full.last {
	display: none;
}

/* /genealogygems  page */
.page-id-11344 #section-8-right > a {
	font-size: 21px;
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	padding: 4px 34px;
	margin: 20px auto;
	text-align: center;
	line-height: 22px;
	color: #fff;
	border-radius: 0;
	text-shadow: none;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
}

/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
.page-id-31308.page-template-nonavlanding #consultation,
.page-id-30608.page-template-nonavlanding #consultation,
.page-id-30790.page-template-nonavlanding #consultation,
.page-id-30805.page-template-nonavlanding #consultation,
.page-id-30811.page-template-nonavlanding #consultation,
.page-id-30816.page-template-nonavlanding #consultation,
.page-id-30821.page-template-nonavlanding #consultation,
.page-id-30837.page-template-nonavlanding #consultation,
.page-id-30841.page-template-nonavlanding #consultation,
.page-id-30850.page-template-nonavlanding #consultation,
.page-id-30859.page-template-nonavlanding #consultation,
.page-id-30871.page-template-nonavlanding #consultation,
.page-id-30882.page-template-nonavlanding #consultation,
.page-id-30893.page-template-nonavlanding #consultation,
.page-id-30915.page-template-nonavlanding #consultation,
.page-id-30904.page-template-nonavlanding #consultation,
.page-id-51459.page-template-nonavlanding #consultation,
.page-id-54349.page-template-nonavlanding #consultation {
	background: url("https://www.legacytree.com/wp-content/uploads/leaf-on-glass.jpg") !important;
	background-position: 108% 20px !important;
	background-size: 50% !important;
	background-repeat: no-repeat !important;
	padding-top: 40px !important;
	padding-bottom: 80px !important;
}

.page-id-31308.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30608.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30790.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30805.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30811.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30816.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30821.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30837.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30841.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30850.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30859.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30871.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30882.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30893.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30915.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-30904.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-51459.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img,
.page-id-54349.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(1) div.icon-apply img {
	width: 102px;
}

.page-id-31308.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30608.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30790.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30805.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30811.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30816.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30821.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30837.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30841.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30850.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30859.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30871.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30882.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30893.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30915.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-30904.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-51459.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img,
.page-id-54349.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(2) div.icon-apply img {
	width: 115px;
}

.page-id-31308.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30608.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30790.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30805.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30811.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30816.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30821.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30837.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30841.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30850.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30859.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30871.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30882.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30893.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30915.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-30904.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-51459.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img,
.page-id-54349.page-template-nonavlanding .site-container .services-section .site-inner div.row-apply div:nth-child(3) div.icon-apply img {
	width: 110px;
}

.page-id-31308.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30608.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30790.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30805.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30811.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30816.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30821.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30837.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30841.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30850.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30859.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30871.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30882.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30893.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30915.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-30904.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-51459.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img,
.page-id-54349.page-template-nonavlanding .site-container .services-section .site-inner .entry-content .default #inner > p > img {
	max-width: 180px;
	top: -6px !important;
}

/* /dna-consultation, /myheritage-dna-consultation, /23andme-dna-consultation, /ftdna-dna-consultation */
.section-1-dna-consultation {
	max-width: 942px;
	margin: 0 auto;
}

.section-1-dna-consultation p {
	padding: 0 10px;
}

.calendly-section-1-b .calendly-inline-widget {
	height: 550px !important;
}

.section-2-dna-consultation {
	height: 87px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	background: linear-gradient(rgb(17, 149, 162) 0%, rgb(37, 158, 169) 24%, rgb(46, 170, 179) 50%, rgb(37, 158, 169) 79%, rgb(17, 149, 162) 100%);
}

.section-2-dna-consultation h2 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.4px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.section-3-dna-consultation {
	max-width: 942px;
	margin: 0 auto;
	padding-top: 6px;
}

.section-3-dna-consultation p {
	padding: 0 10px;
}

/* cta button */
.page-id-27204 #section-8-right > a {
	font-size: 21px;
	background: none repeat scroll 0 0 #de7037;
	padding: 4px 34px;
	margin: 20px auto;
	text-align: center;
	line-height: 22px;
	color: #fff;
	cursor: pointer;
}

/**********************************************************************/
/* /es/myheritage-user       13584 */
/* /pt-br/myheritage-user    13587 */
/* /da/myheritage-user       13399 */
/* /nb/myheritage-user       13030 */
/* /sv/myheritage-user       12824 */
/* /ru/myheritage-user       30824 */
/**********************************************************************/

/* /uk-contact-us */
.page-id-33463 nav {
	height: 35px;
}

.page-id-33463 nav .wrap {
	display: none;
}

.page-id-33463 #text_icl-5 > div > div > a.mobile-menu {
	display: none;
}

.page-id-33463 .menu-footer-menu-container {
	display: none;
}

.page-id-33463 footer .rights-wrapper {
	display: block;
}

.page-id-33463 footer .rights-wrapper .center-items-feb-2019 {
	display: inline-block;
	padding-bottom: 10px;
}

.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a {
	padding-right: 20px;
	border-right: 1px solid #fff;
	height: 14px;
	display: block;
	line-height: 14px;
	margin-right: 20px;
	float: left;
}

.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
	padding-left: 50px;
}

.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a.privacy {
	border-right: none;
}

.page-id-33463 .menu-footer-menu-container {
	display: none;
}

.page-id-33463 .page-template-contact_2 .first_column .ezcol.ezcol-one-half.ezcol-last {
	border-left: 1px dashed #c7c7c7;
}

.page-id-33463 .menu-footer-menu-container {
	display: none;
}

/* disable href in logo */
.page-id-33463 header .title-area .site-title {
	display: none;
}

.page-id-33463 header .title-area {
	height: 101px;
}

/*  /order *********************************************************/
.page-id-2239 #product > div.order > div:nth-child(24) {
	display: none;
}
/* /order 6 equal payments styling */
.page-id-2239 #split-6-wrapper {
	display: none !important;
}

/* /uk-order *******************************************************/
.page-id-33471 footer .rights-wrapper {
	display: block;
}

.page-id-33471 #product > div.order > div:nth-child(24) {
	display: none;
}

.page-id-33471 footer .rights-wrapper .center-items-feb-2019 {
	display: inline-block;
	padding-bottom: 10px;
}

.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a {
	padding-right: 20px;
	border-right: 1px solid #fff;
	height: 14px;
	display: block;
	line-height: 14px;
	margin-right: 20px;
	float: left;
}

.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
	padding-left: 50px;
}

.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a.privacy {
	border-right: none;
}

.page-id-33471 .menu-footer-menu-container {
	display: none;
}
.page-id-34540 .menu-footer-menu-container {
	display: none;
}
.page-id-34540 footer .rights-wrapper {
	display: block;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 {
	display: inline-block;
	padding-bottom: 10px;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a {
	padding-right: 20px;
	border-right: 1px solid #fff;
	height: 14px;
	display: block;
	line-height: 14px;
	margin-right: 20px;
	float: left;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
	padding-left: 50px;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a.privacy {
	border-right: none;
}

.page-id-33471 #payment div span:nth-child(4) {
	display: none;
}

.page-id-33471 #payment > span:nth-child(2) {
	display: none;
}
/* /uk-order 6 equal payments styling */

/*.page-id-33471 #product > div.order > table > tbody > tr > td > div > div.media-body > div:nth-child(14) {*/
/*	border: none;*/
/*}*/
.page-id-33471 #split-6-wrapper {
	display: none !important;
}

/* /sweepstakes */
.page-id-11225 #cf_widget-34129_1 {
	margin: 0 auto;
}

/* /uk-thanks-order */
.page-id-34540 .menu-footer-menu-container {
	display: none;
}
.page-id-34540 footer .rights-wrapper {
	display: block;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 {
	display: inline-block;
	padding-bottom: 10px;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a {
	padding-right: 20px;
	border-right: 1px solid #fff;
	height: 14px;
	display: block;
	line-height: 14px;
	margin-right: 20px;
	float: left;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
	padding-left: 50px;
}

.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a.privacy {
	border-right: none;
}

/* /ca-order */

/* /ca-order 6 equal payments styling */

/*.page-id-58932 #product > div.order > table > tbody > tr > td > div > div.media-body > div:nth-child(14) {*/
/*	border: none;*/
/*}*/
.page-id-58932 #split-6-wrapper {
	display: none !important;
}

/* /au-order */

/* /au-order 6 equal payments styling */

.page-id-65794 #split-6-wrapper {
	display: none !important;
}

/* /pt-br/projects page */
.page-id-36565 .menu-footer-menu-v2-pt-br-container {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.page-id-36565  footer > div > div:nth-child(3) {
	display: none;
}

.page-id-36565 #menu-mobile {
	display: none;
}

.page-id-36565 .fixed-header > nav > div {
	display: none;
}

.page-id-36565 .fixed-header > nav {
	height: 87px;
}

.page-id-40042 #pt-br-projects-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}

.page-id-36565 #wpcf7-f9225-o1 > form {
	max-width: 502px;
	margin: 20px auto;
	padding: 40px 20px;
	text-align: left;
}

.page-id-36565 #wpcf7-f9225-o1 > form > p:nth-child(3) {
	display: none;
}

.page-id-36565 #wpcf7-f9225-o1 > form .left {
	float: left;
	max-width: 221px;
	margin-bottom: 10px;
	padding-right: 4px;
}

.page-id-36565 #wpcf7-f9225-o1 > form .right {
	float: right;
	max-width: 221px;
	margin-bottom: 10px;
	padding-left: 4px;
}

.page-id-36565 #wpcf7-f9225-o1 > form > div.full {
	margin-bottom: 10px;
}

.page-id-36565 #consultation-button > input {
	float: left;
}

.page-id-36565 #consultation-button > div.sponsor {
	float: right;
}

.page-id-36565 #text_icl-7 > div > div > div {
	display: none;
}

.page-id-36565 .rights-wrapper a.terms-footer,
.page-id-36565 .rights-wrapper a.privacy {
	display: none;
}

.page-id-36565 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2,
.page-id-40042 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 87px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1195a2), color-stop(24%, #259ea9), color-stop(50%, #2EAAB3), color-stop(79%, #259ea9), to(#1195a2));
	background: -webkit-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	background: -o-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	background: linear-gradient(to bottom, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	display: table;
}

.page-id-36565 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2 > span,
.page-id-40042 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2 > span {
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -0.4px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-transform: none;
}

.page-id-40042 #wpcf7-f9225-o1 > form {
	margin-top: 20px;
}

/* /es/projects page */
.page-id-36569 .menu-footer-menu-v2-es-container {
	width: 680px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.page-id-36569  footer > div > div:nth-child(3) {
	display: none;
}

.page-id-36569 #menu-mobile {
	display: none;
}

.page-id-36569 .fixed-header > nav > div {
	display: none;
}

.page-id-36569 .fixed-header > nav {
	height: 87px;
}

.page-id-36569 .fixed-header .widget-area.header-widget-area {
	display: none;
}

.page-id-36569 #wpcf7-f8846-o1 > form {
	max-width: 502px;
	margin: 20px auto;
	padding: 40px 20px;
	text-align: left;
}

.page-id-36569 #wpcf7-f8846-o1 > form > p:nth-child(3) {
	display: none;
}

.page-id-36569 #wpcf7-f8846-o1 > form .left {
	float: left;
	max-width: 221px;
	margin-bottom: 10px;
	padding-right: 4px;
}

.page-id-36569 #wpcf7-f8846-o1 > form .right {
	float: right;
	max-width: 221px;
	margin-bottom: 10px;
	padding-left: 4px;
}

.page-id-36569 #wpcf7-f8846-o1 > form > div.full {
	margin-bottom: 10px;
}

.page-id-36569 #consultation-button > input {
	float: left;
}

.page-id-36569 #consultation-button > div.sponsor {
	float: right;
}

.page-id-36569 #text_icl-7 > div > div > div {
	display: none;
}

.page-id-36569 .rights-wrapper a.terms-footer,
.page-id-36569 .rights-wrapper a.privacy {
	display: none;
}

.page-id-36569 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 87px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1195a2), color-stop(24%, #259ea9), color-stop(50%, #2EAAB3), color-stop(79%, #259ea9), to(#1195a2));
	background: -webkit-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	background: -o-linear-gradient(top, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	background: linear-gradient(to bottom, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%);
	display: table;
}

.page-id-36569 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h2 > span {
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -0.4px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	text-transform: none;
}

.page-id-36569 #wpcf7-f8846-o1 > form {
	padding-top: 0;
}

.page-id-58722 .services-section-2 {
	padding-top: 0;
}

.page-id-58722 .featured-homepage.new-pro-temp.additional {
	display: none !important;
}

.page-id-58722 div.featured-homepage.new-pro-temp.new-pro-temp-5 {
	display: table;
}

/* /es/projects-myheritage */
.page-id-40040 #wpcf7-f39882-o1 > form {
	max-width: 502px;
	margin: 20px auto;
	padding: 40px 20px;
	text-align: left;
}

.page-id-40040 #wpcf7-f39882-o1 > form > p:nth-child(3) {
	display: none;
}

.page-id-40040 #wpcf7-f39882-o1 > form .left {
	float: left;
	max-width: 221px;
	margin-bottom: 10px;
	padding-right: 4px;
}

.page-id-40040 #wpcf7-f39882-o1 > form .right {
	float: right;
	max-width: 221px;
	margin-bottom: 10px;
	padding-left: 4px;
}

.page-id-40040 #wpcf7-f39882-o1 > form > div.full {
	margin-bottom: 10px;
}

.page-id-40040 #consultation-button > input {
	float: left;
}

.page-id-40040 #consultation-button > div.sponsor {
	float: right;
}

.page-id-40040 .menu-footer-menu-v2-es-container {
	 width: 680px;
	 margin: 0 auto;
	 padding-bottom: 40px;
 }

.page-id-40040  footer > div > div:nth-child(3) {
	display: none;
}

.page-id-40040 #menu-mobile {
	display: none;
}

.page-id-40040 .fixed-header > nav > div {
	display: none;
}

.page-id-40040 .fixed-header > nav {
	height: 87px;
}

.page-id-40040 .rights-wrapper a.terms-footer,
.page-id-40040 .rights-wrapper a.privacy {
	display: none;
}

.page-id-40040  #wpcf7-f39882-o1 > form {
	padding-top: 10px;
}

/* /pt-br/projects-myheritage */
.page-id-39889 #wpcf7-f39879-o1 > form {
	max-width: 502px;
	margin: 20px auto;
	padding: 40px 20px;
	text-align: left;
}

.page-id-39889 #wpcf7-f39879-o1 > form > p:nth-child(3) {
	display: none;
}

.page-id-39889 #wpcf7-f39879-o1 > form .left {
	float: left;
	max-width: 221px;
	margin-bottom: 10px;
	padding-right: 4px;
}

.page-id-39889 #wpcf7-f39879-o1 > form .right {
	float: right;
	max-width: 221px;
	margin-bottom: 10px;
	padding-left: 4px;
}

.page-id-39889 #wpcf7-f39879-o1 > form > div.full {
	margin-bottom: 10px;
}

.page-id-39889 #consultation-button > input {
	float: left;
}

.page-id-39889 #consultation-button > div.sponsor {
	float: right;
}

.page-id-39889 #text_icl-7 > div > div > div {
	display: none;
}

.page-id-39889 .menu-footer-menu-v2-pt-br-container {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.page-id-39889  footer > div > div:nth-child(3) {
	display: none;
}

.page-id-39889 #menu-mobile {
	display: none;
}

.page-id-39889 .fixed-header > nav > div {
	display: none;
}

.page-id-39889 .fixed-header > nav {
	height: 87px;
}

.page-id-39889 #text_icl-7 > div > div > div {
	display: none;
}

.page-id-39889 .rights-wrapper a.terms-footer,
.page-id-39889 .rights-wrapper a.privacy {
	display: none;
}

.page-id-39889 #wpcf7-f39879-o1 > form {
	padding-top: 10px;
}

.page-id-39523 #hess-top-content-right > img {
	padding-left: 80px;
	position: relative;
	top: -8px;
}

/* /uk-products */

.page-id-34076 #menu-mobile {
	display: none;
}

.page-id-34076 .fixed-header > nav > div {
	display: none;
}

.page-id-34076 .fixed-header > nav {
	height: 87px;
}

.page-id-34076 .fixed-header .widget-area.header-widget-area {
	display: none;
}

/* /live page  -  hide ajax spinner */
.page-id-10532 #default-button > span {
	display: none;
}
.page-id-10532 #wpcf7-f10531-p10532-o1 > form > p:nth-child(6) > input {
	display: none;
}
.page-id-10532 #wpcf7-f10531-p10532-o1 > form > p:nth-child(6) {
	margin-bottom: 0;
}

/* Currency Calculator popup on /order and /uk-order */
.page-id-2239 .flex.align-center.align-vert.modal.modal--align.modal--show span.select2.select2-container.select2-container--default,
.page-id-33471 .flex.align-center.align-vert.modal.modal--align.modal--show span.select2.select2-container.select2-container--default {
	display: none;
}

.page-id-2239 .select2-hidden-accessible,
.page-id-33471 .select2-hidden-accessible {
	clip-path: none !important;
	-webkit-clip-path: none !important;
	width: 90% !important;
	height: 30px !important;
	position: inherit !important;
	padding-left: 4px !important;
}

/* /abundantgenealogy page */

.page-id-11347 #section-8-right > a {
	font-size: 21px;
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	padding: 4px 34px;
	margin: 20px auto;
	text-align: center;
	line-height: 22px;
	color: #fff;
	border-radius: 0;
	text-shadow: none;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
}

/* /resubscribe-special-offer page */
.page-id-61604 .resub-wrapper img {
	display: inline-block;
}

.page-id-61604 .resub-wrapper #wpcf7-f61711-p61604-o1 {
	display: inline-block;
}

.page-id-61604 .resub-wrapper form button {
	margin-top: 20px;
}


/* /genetic-genealogy-dna */

.page-id-30608 #menu-primary-navigation-menu .menu-item a, #menu-primary-navigation-menu .menu-item-language {
	display: block;
}

.page-id-30608 #genetic-genealogy-dna-a {
	padding: 4px 0;
	display: block;
	color: white;
}

/* homepage and clones, Areas of Expertise using circle images */
.areas-expertise-circles-wrapper {
	display: block;
	margin-top: 40px;
}

.areas-expertise-circles-wrapper .areas-expertise-circles-img {
	display: inline-block;
	width: 32%;
	margin: 0 auto;
}

.areas-expertise-circles-wrapper .areas-expertise-circles-img a img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 700px) {
	.areas-expertise-circles-wrapper .areas-expertise-circles-img {
		display: block;
		width: 60%;
		margin: 0 auto 40px auto;
	}
	.areas .site-inner-areas {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 460px) {
	.areas-expertise-circles-wrapper .areas-expertise-circles-img {
		margin: 0 auto 20px auto;
	}
}

/* homepage and clones, Our Genealogist Team using Why Choose section */
.site-inner-hand-picked {
	max-width: 1240px;
}

.genealogist-team-why-choose-wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding-left: 41px;
	padding-right: 41px;
	text-align: left;
}

.genealogist-team-why-choose-wrapper a {
	background: none repeat scroll 0 0 #de7037;
	border: 1px solid #d05323;
	box-shadow: 0 0 10px 2px #d05323 inset;
	-moz-box-shadow: 0 0 10px 2px #d05323 inset;
	-webkit-box-shadow: 0 0 10px 2px #d05323 inset;
	max-width: 419px;
	margin: 20px auto 30px auto;
	text-align: center;
	line-height: 42px;
}

.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-title p {
	color: #ABB23D;
	font-weight: 700;
	font-size: 18px;
	padding-left: 7px;
}

.genealogist-team-why-choose-reasons .genealogist-team-why-choose-text span {
	color: #ABB23D;
	font-weight: 700;
}

.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-box {
	width: 48%;
	display: inline-block;
	min-height: 104px;
}

.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-box.odd-box {
	float: right;
}

.genealogist-team-why-choose-box .genealogist-team-why-choose-text {
	display: inline-block;
	width: calc(100% - 60px);
}

.genealogist-team-why-choose-box .genealogist-team-why-choose-icon {
	display: inline-block;
	width: 40px;
	float: left;
	margin-right: 20px;
}

.genealogist-team-why-choose-box .genealogist-team-why-choose-icon img {
	padding-top: 5px;
}

.page-id-4429 #team_listing > .boxes.site-inner > ul {
	max-width: none;
}

@media only screen and (max-width: 901px) {
	.genealogist-team-why-choose-reasons .genealogist-team-why-choose-text p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 670px) {
	.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-title p {
		padding-left: 30px;
	}
	.genealogist-team-why-choose-reasons .genealogist-team-why-choose-text p {
		font-size: 18px;
	}
	.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-box {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-box.odd-box {
		float: none;
	}
	.genealogist-team-why-choose-wrapper {
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
	}
}

@media only screen and (max-width: 360px) {
	.genealogist-team-why-choose-wrapper .genealogist-team-why-choose-title p {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 320px) {
	.genealogist-team-why-choose-wrapper a {
		font-size: 15px;
	}
}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*** Media Queries ***************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/





@media only screen and (max-width: 1350px) {
	/* Forensic Probate Research page */
	.page-id-12747 .services-section .apply-wrapper.center-align.streched-wrapper.genealogy-research .site-inner.wider_columns {
		max-width: 80%;
	}
}

@media only screen and (max-width: 1100px) {
	/* Forensic Probate Research page */
	.page-id-12747 .services-section .apply-wrapper.center-align.streched-wrapper.genealogy-research .site-inner.wider_columns {
		max-width: 86%;
	}

	.page-id-12747.page-template-nonavlanding #consultation-form {
		float: right;
		margin-right: 40px;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content {
		width: 80%;
		float: right;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img {
		left: -67px !important;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(1) p {
		margin-bottom: 0;
	}
}

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

	/* Forensic Probate page */
	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 30px 50px !important;
		background-size: 390px !important;
	}

	/* /myheritage/              4429  */
	.myheritage-template-h2 > h2 {
		font-size: 39px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding article,
	.page-id-13587.page-template-nonavlanding article,
	.page-id-13399.page-template-nonavlanding article,
	.page-id-13030.page-template-nonavlanding article,
	.page-id-12824.page-template-nonavlanding article,
	.page-id-30824.page-template-nonavlanding article {
		padding: 0 10px;
	}

	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 100% 210px!important;
	}


	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 100% 110px!important;
	}

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 100% 160px !important;
	}

	/* common to all pages using Template: No Nav Landing Feb 2019 Template */
	#consultation.consultation-feb2019 {
		background-size: 48%;
		background-position: 100% 210px !important;
	}

	/* /hesstravel */
	.page-id-39523 #hess-top-content-wrapper {
		padding: 0 20px;
	}

	.page-id-58736 .site-container > .site-inner {
		padding: 0 10px 0 10px;
	}
}

@media only screen and (max-width: 960px) {
	/* Home page */
	 .page-id-13045 #consultation {
		 background-position: 100% 203px;
		 background-size: 349px;
	 }

	.page-id-13033 #consultation {
		background-position: 100% 203px;
		background-size: 349px;
	}

	.page-id-12813 #consultation {
		background-position: 100% 252px;
		background-size: 349px;
	}

	.page-id-14393 #consultation {
		background-position: 100% 300px;
		background-size: 349px;
	}

	/* Forensic Probate Research page */
	.page-id-12747 .services-section .apply-wrapper.center-align.streched-wrapper.genealogy-research .site-inner.wider_columns {
		max-width: 100%;
		padding: 20px 10px 0 10px;
	}

	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 10px 50px !important;
		background-size: 380px !important;
	}

	.page-id-12747.page-template-nonavlanding #consultation-form {
		 float: right;
		 margin-right: 10px;
	 }

	/* /dna-consultation page */
	.section-2-dna-consultation {
		margin-bottom: 12px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 104% 270px !important;
		background-size: 46% !important;
		padding-top: 30px !important;
		padding-bottom: 40px !important;
	}


	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 104% 180px !important;
	}

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 104% 220px !important;
	}

	.page-id-30824.page-template-nonavlanding #consultation{
		background-position: 104% 250px !important;
	}

	/* /uk-contact-us page */
	.page-id-33463 .site-container .first_column .site-inner .ezcol.ezcol-one-half {
		width: 100%;
	}

	.page-id-33463 .site-container .first_column .site-inner .ezcol.ezcol-one-half.ezcol-last {
		padding-top: 60px;
	}

	.page-id-33463 .site-container .second_column .site-inner .ezcol.ezcol-one-half {
		width: 100%;
	}

	.page-id-33463 .site-container .second_column .site-inner .ezcol.ezcol-one-half h4 {
		padding-left: 10%;
	}

	.page-id-33463 .site-container .second_column .site-inner .ezcol.ezcol-one-half iframe {
		border: 0;
		margin: 0 auto;
		display: block;
	}

	.page-id-33463 .site-container .second_column .site-inner .ezcol.ezcol-one-half.ezcol-last {
		width: 100%;
		padding-left: 10%;
		padding-top: 50px;
	}

	/* /hesstravel */
	.page-id-39523 #hess-top-content-wrapper {
		margin-top: 20px;
	}

	/* https://www.legacytree.com/23andme */
	.page-id-27204 #menu-item-wpml-ls-3-en {
		margin-left: 20px;
		float: none;
	}

	/* /uk landing page */
	.page-id-33457 #consultation.consultation-feb2019 {
		background-position: 106% 330px !important;
		background-size: 44%;
	}

	.page-id-58736 .site-container > .site-inner {
		padding: 0 10px 0 60px;
	}

	.page-id-58736 #consultation {
		background-position: 100% 230px !important;
		background-size: 349px;
	}
}

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

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding #consultation,
	.page-id-30608.page-template-nonavlanding #consultation,
	.page-id-30790.page-template-nonavlanding #consultation,
	.page-id-30805.page-template-nonavlanding #consultation,
	.page-id-30811.page-template-nonavlanding #consultation,
	.page-id-30816.page-template-nonavlanding #consultation,
	.page-id-30821.page-template-nonavlanding #consultation,
	.page-id-30837.page-template-nonavlanding #consultation,
	.page-id-30841.page-template-nonavlanding #consultation,
	.page-id-30850.page-template-nonavlanding #consultation,
	.page-id-30859.page-template-nonavlanding #consultation,
	.page-id-30871.page-template-nonavlanding #consultation,
	.page-id-30882.page-template-nonavlanding #consultation,
	.page-id-30893.page-template-nonavlanding #consultation,
	.page-id-30915.page-template-nonavlanding #consultation,
	.page-id-30904.page-template-nonavlanding #consultation,
	.page-id-51459.page-template-nonavlanding #consultation,
	.page-id-54349.page-template-nonavlanding #consultation {
		background-position: 100% 140px !important;
		background-size: 40% !important;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		padding-top: 0 !important;
	}
}

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

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 100% 230px !important;
		background-size: 349px;
		padding: 24px 0 42px 0 !important;
		margin: 0!important;
	}
}

@media only screen and (max-width: 917px) {
	.calendly-section-1-b .calendly-inline-widget {
		height: 880px !important;
	}

	.section-2-dna-consultation {
		margin-bottom: 10px;
		padding-top: 28px;
		height: 118px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 104% 240px !important;
		background-size: 44% !important;
	}

	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 104% 146px !important;
	}

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 104% 196px!important;
	}
}

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

	/* Forensic Probate Research page */
	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 20px 90px !important;
		background-size: 340px !important;
	}

	/* Contact Us page */
	.page-id-6081 .first_column .ezcol.ezcol-one-half {
		width: 100%;
	}
	.page-id-6081 .first_column .ezcol.ezcol-one-half.ezcol-last {
		width: 100%;
		margin-top: 30px;
	}
	.page-id-6081 .first_column .ezcol.ezcol-one-half.ezcol-last > div:nth-child(3){
		float: left !important;
		padding-top: 10px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 104% 290px!important;
		background-size: 40%!important;
	}

	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		 background-position: 104% 198px !important;
	 }

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 104% 250px!important;
	}

	.page-id-30824.page-template-nonavlanding #consultation{
		background-position: 104% 267px!important;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 104% 230px !important;
		background-size: 310px;
	}

}

@media only screen and (max-width: 877px) {
	.calendly-section-1-b .calendly-inline-widget {
		height: 908px !important;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 104% 280px !important;
		background-size: 300px !important;
	}
}

@media only screen and (max-width: 860px) {
	/* Home page */
	.page-id-13045 #consultation {
		background-position: 100% 252px;
		background-size: 300px;
	}

	.page-id-13033 #consultation {
		background-position: 100% 252px;
		background-size: 300px;
	}

	.page-id-12813 #consultation {
		background-position: 100% 302px;
		background-size: 300px;
	}

	.page-id-14393 #consultation {
		 background-position: 100% 343px;
		 background-size: 300px;
	 }

	/* Forensic Probate Research page */
	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 10px 90px !important;
		background-size: 300px !important;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 106% 340px!important;
		background-size: 38%!important;
	}

	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 104% 240px !important;
	}

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 104% 286px!important;
	}

	/* https://www.legacytree.com/23andme */
	.page-id-27204 #consultation {
		background-position: 100% 256px !important;
		background-size: 300px !important;
	}

	.page-id-27204 #section-8-left > img {
		width: 300px !important;
		height: 170px !important;
	}

	.page-id-27204 #section-8-right {
		padding-top: 30px !important;
	}

	.page-id-27204 .not-ready-to-commit {
		height: 340px !important;
	}
}

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

	/* https://www.legacytree.com/23andme */
	.page-id-27204 .featured-homepage h2,
	.page-id-27204 .not-ready-to-commit > div > h2 > span,
	.page-id-27204 .featured-inner h2 {
		font-size: 32px !important;
	}

}

@media only screen and (max-width: 836px) {
	/* /genealogygems page */
	.page-id-11344 .not-ready-to-commit-inner h2 span {
		font-size: 26px !important;
	}
	.page-id-11344 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-top: 30px !important;
	}
	/* /abundantgenealogy page */
	.page-id-11347 .not-ready-to-commit-inner h2 span {
		font-size: 26px !important;
	}
	.page-id-11347 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-top: 30px !important;
	}

	/* /23andme page */
	.page-id-27204 .not-ready-to-commit-inner h2 span {
		font-size: 26px !important;
	}
	.page-id-27204 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-top: 30px !important;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 104% 320px !important;
		background-size: 260px !important;
	}
}

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

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding #consultation,
	.page-id-30608.page-template-nonavlanding #consultation,
	.page-id-30790.page-template-nonavlanding #consultation,
	.page-id-30805.page-template-nonavlanding #consultation,
	.page-id-30811.page-template-nonavlanding #consultation,
	.page-id-30816.page-template-nonavlanding #consultation,
	.page-id-30821.page-template-nonavlanding #consultation,
	.page-id-30837.page-template-nonavlanding #consultation,
	.page-id-30841.page-template-nonavlanding #consultation,
	.page-id-30850.page-template-nonavlanding #consultation,
	.page-id-30859.page-template-nonavlanding #consultation,
	.page-id-30871.page-template-nonavlanding #consultation,
	.page-id-30882.page-template-nonavlanding #consultation,
	.page-id-30893.page-template-nonavlanding #consultation,
	.page-id-30915.page-template-nonavlanding #consultation,
	.page-id-30904.page-template-nonavlanding #consultation,
	.page-id-51459.page-template-nonavlanding #consultation,
	.page-id-54349.page-template-nonavlanding #consultation {
		background-position: 100% 140px !important;
		background-size: 36% !important;
	}

	/* https://www.legacytree.com/23andme */
	.page-id-27204 #consultation {
		background-position: 100% 296px !important;
		background-size: 260px !important;
	}

	.page-id-27204 .featured-homepage h2,
	.page-id-27204 .not-ready-to-commit > div > h2 > span,
	.page-id-27204 .featured-inner h2 {
		font-size: 32px !important;
	}

	.page-id-27204 #consultation h1,
	.page-id-27204 .areas h2 {
		font-size: 40px;
	}

	.page-id-27204 .not-ready-to-commit {
		height: 360px !important;
	}
}

@media only screen and (max-width: 800px) {
	/* Forensic Probate Research page */
	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 10px 120px !important;
		background-size: 270px !important;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content {
		width: 70%;
		float: right;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img {
		left: 0 !important;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 106% 360px!important;
		background-size: 36%!important;
	}

	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 104% 266px !important;
	}

	.page-id-13030.page-template-nonavlanding #consultation{
		background-position: 104% 330px!important;
		background-size: 34%!important;
	}

}

@media only screen and (max-width: 773px) {
	/* /genealogygems  page */
	.page-id-11344 .not-ready-to-commit {
		height: 400px !important;
	}
}

/* Home page */
.home #consultation {
	padding: 1rem 0;
}

@media only screen and (max-width: 768px) {
	 .page-id-13033 #consultation,
	 .page-id-13045 #consultation,
	 .page-id-12813 #consultation,
	 .page-id-14393 #consultation {
		 background-size: 300px;
		 background-position-y: 100% !important;
		 background-position-x: 100% !important;
		 border-bottom: none !important;
		 padding-bottom: 25px !important;
		 padding-top: 120px !important;
	 }

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		padding-top: 80px !important;
	}

	.page-id-12747.page-template-nonavlanding #consultation {
		background-position: 50px 160px !important;
		background-size: 270px !important;
	}

	/* About Page - We're Recommended section */
	.row .five-grid, .row .four-grid {
		float: left;
		margin-right: 10px;
		margin-left: 20px;
		width: 40%;
		padding: 0 60px;
	}

	.page-id-5999 .site-container .rw > div:nth-child(2) {
		padding-top: 0;
	}

	/* Contact Us page */
	.page-id-6081 .post-6081 .entry-header h1 {
		margin-top: 90px;
	}
	.page-id-6081 .first_column .ezcol.ezcol-one-half {
		width: 100% !important;
	}
	.page-id-6081 .first_column .ezcol.ezcol-one-half.ezcol-last {
		width: 100% !important;
		margin-top: 30px;
	}
	.page-id-6081 .first_column .ezcol.ezcol-one-half.ezcol-last > div:nth-child(3){
		float: left !important;
		padding-top: 10px;
	}

	/* https://www.legacytree.com/23andme */
	.page-id-27204 #consultation {
		background-position: 94% 266px !important;
		background-size: 260px !important;
	}

	.page-id-27204 .featured-homepage h2,
	.page-id-27204 .not-ready-to-commit > div > h2 > span,
	.page-id-27204 .featured-inner h2 {
		font-size: 30px;
	}

	.page-id-27204 #consultation h1,
	.page-id-27204 .areas h2 {
		font-size: 40px;
	}

	.page-id-27204 .not-ready-to-commit {
		height: 360px !important;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding #consultation,
	.page-id-30608.page-template-nonavlanding #consultation,
	.page-id-30790.page-template-nonavlanding #consultation,
	.page-id-30805.page-template-nonavlanding #consultation,
	.page-id-30811.page-template-nonavlanding #consultation,
	.page-id-30816.page-template-nonavlanding #consultation,
	.page-id-30821.page-template-nonavlanding #consultation,
	.page-id-30837.page-template-nonavlanding #consultation,
	.page-id-30841.page-template-nonavlanding #consultation,
	.page-id-30850.page-template-nonavlanding #consultation,
	.page-id-30859.page-template-nonavlanding #consultation,
	.page-id-30871.page-template-nonavlanding #consultation,
	.page-id-30882.page-template-nonavlanding #consultation,
	.page-id-30893.page-template-nonavlanding #consultation,
	.page-id-30915.page-template-nonavlanding #consultation,
	.page-id-30904.page-template-nonavlanding #consultation,
	.page-id-51459.page-template-nonavlanding #consultation,
	.page-id-54349.page-template-nonavlanding #consultation {
		 background-position: 90% 120px !important;
		 background-size: 36% !important;
		 padding-top: 90px !important;
	 }

	.page-id-31308.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30608.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30790.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30805.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30811.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30816.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30821.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30837.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30841.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30850.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30859.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30871.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30882.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30893.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30915.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-30904.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-51459.page-template-nonavlanding .services-section .one-third-apply,
	.page-id-54349.page-template-nonavlanding .services-section .one-third-apply {
		float: none;
		width: 100%;
	}

	.page-id-31308.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30608.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30790.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30805.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30811.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30816.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30821.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30837.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30841.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30850.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30859.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30871.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30882.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30893.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30915.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30904.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-51459.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-54349.page-template-nonavlanding .services-section .apply-wrapper > .site-inner {
		max-width: 100%;
	}

	/* /dna-consultation and clones */
	.section-3-dna-consultation {
		padding: 6px 20px;
	}

	/* /myheritage/              4429  */
	h2.myheritage-template-h2-2,
	.section-2-dna-consultation h2 {
		font-size: 39px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 94% 320px!important;
		background-size: 36%!important;
	}

	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation {
		background-position: 104% 240px !important;
	}

	.page-id-13030.page-template-nonavlanding #consultation {
		background-position: 100% 240px !important;
	}


	/* /pt-br/myheritage-user    13587 */
	.page-id-13587.page-template-nonavlanding #consultation {
		background-position: 94% 260px!important;
		background-size: 36%!important;
	}

	.page-id-33463 .site-container .first_column .site-inner .ezcol.ezcol-one-half {
		width: 100% !important;
	}

	.page-id-33463 .site-container .second_column .site-inner .ezcol.ezcol-one-half {
		width: 100% !important;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 104% 300px !important;
		background-size: 260px !important;
	}
}

@media only screen and (max-width: 760px) {
	.page-id-36569 .site-footer .menu-footer-menu-v2-es-container {
		width: 610px;
	}
	.page-id-36569 #menu-footer-menu-v2-es  a {
		font-size:17px;
	}
	.page-id-36569 #menu-footer-menu-v2-es  li {
		margin-right: 10px;
		padding-right: 10px;
	}
	/* /es/projects-myheritage */
	.page-id-40040 .site-footer .menu-footer-menu-v2-es-container {
		width: 610px;
	}
	.page-id-40040 #menu-footer-menu-v2-es  a {
		font-size:17px;
	}
	.page-id-40040 #menu-footer-menu-v2-es  li {
		margin-right: 10px;
		padding-right: 10px;
	}
}

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

	/* Main Menu */

	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		border-top: none;
		color: white;
	}

	/* Home Page */
	.site-footer .menu-footer-menu-spanish-container,
	.site-footer .menu-footer-menu-portuguese-brazil-container {
		display: none;
	}

	.page-id-13033 #consultation,
	.page-id-13045 #consultation,
	.page-id-12813 #consultation,
	.page-id-14393 #consultation {
		background: url(//www.legacytree.com/wp-content/themes/legacytree/images/hand_and_leaf.jpg);
		background-position: right top !important;
		background-repeat: no-repeat;
		background-size: 246px;
		background-position-y: 0 !important;
		background-position-x: 90% !important;
		border-bottom: none !important;
		padding-bottom: 0 !important;
		padding-top: 28px !important;
	}

	.page-id-14393 #consultation {
		background-position: 90% 19px !important;
	}

	.page-id-13033 #consultation-info,
	.page-id-13045 #consultation-info,
	.page-id-12813 #consultation-info,
	.page-id-14393 #consultation-info {
		background: none !important;
		border-bottom: none;
		padding-bottom: 0;
	}

	.page-id-13033 #wpcf7-f12829-p13033-o1,
	.page-id-13045 #wpcf7-f13050-p13045-o1,
	.page-id-12813 #wpcf7-f12821-p12813-o1,
	.page-id-14393 #wpcf7-f14390-p14393-o1 {
		border-top: 1px solid #dadada !important;
		margin-top: 52px !important;
	}

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		background-position: 50% 29% !important;
	}

	.page-id-12747 #wpcf7-f19386-p12747-o1 {
		padding-top: 400px !important;
	}

	.page-id-12747 #wpcf7-f19386-p12747-o1 > form > p:nth-child(3) {
		padding: 0 !important;
		margin-right: 0 !important;
	}

	.page-id-12747 #consultation-info > h1 {
		width: 90% !important;
		text-align: center;
		margin: 0 auto;
		padding-top: 20px;
	}

	.page-id-12747 #consultation-info > p {
		width: 90% !important;
		text-align: center;
		max-width: 90% !important;
		margin: 0 auto;
		padding-top: 20px;
	}

	.page-id-12747 .site-inner {
		padding-bottom: 0;
	}

	/* About Page - Our Story section */
	#inner .our-story .site-inner.main-leadership {
		padding-bottom: 0;
	}

	/* Contact Us page */
	.page-id-6081 .post-6081 .entry-header h1 {
		margin-top: 20px;
	}
	.page-id-6081 .post-6081 .entry-content #inner p {
		margin-bottom: 0;
	}

	.page-id-27204 .featured-homepage h2,
	.page-id-27204 .not-ready-to-commit > div > h2 > span,
	.page-id-27204 .featured-inner h2 {
		font-size: 26px !important;
	}

	.page-id-27204 #consultation h1,
	.page-id-27204 .areas h2 {
		font-size: 34px;
	}

	.page-id-27204 .not-ready-to-commit {
		height: 360px !important;
	}

	/*** MyHeritage page - /myheritage  *************************************/

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding #consultation,
	.page-id-30608.page-template-nonavlanding #consultation,
	 .page-id-30790.page-template-nonavlanding #consultation,
	 .page-id-30805.page-template-nonavlanding #consultation,
	 .page-id-30811.page-template-nonavlanding #consultation,
	 .page-id-30816.page-template-nonavlanding #consultation,
	 .page-id-30821.page-template-nonavlanding #consultation,
	 .page-id-30837.page-template-nonavlanding #consultation,
	 .page-id-30841.page-template-nonavlanding #consultation,
	 .page-id-30850.page-template-nonavlanding #consultation,
	 .page-id-30859.page-template-nonavlanding #consultation,
	 .page-id-30871.page-template-nonavlanding #consultation,
	 .page-id-30882.page-template-nonavlanding #consultation,
	 .page-id-30893.page-template-nonavlanding #consultation,
	 .page-id-30915.page-template-nonavlanding #consultation,
	 .page-id-30904.page-template-nonavlanding #consultation,
	 .page-id-51459.page-template-nonavlanding #consultation,
	 .page-id-54349.page-template-nonavlanding #consultation {
		 background-position: 90% -40px !important;
		 background-size: 36% !important;
		 padding-top: 40px !important;
		 padding-bottom: 0 !important;
	  }

	.page-id-31308.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30608.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30790.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30805.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30811.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30816.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30821.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30837.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30841.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30850.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30859.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30871.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30882.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30893.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30915.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30904.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-51459.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-54349.page-template-nonavlanding #consultation #consultation-info > h1 {
		padding-left: 20px;
	}

	.page-id-31308.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30608.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30790.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30805.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30811.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30816.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30821.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30837.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30841.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30850.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30859.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30871.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30882.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30893.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30915.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30904.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-51459.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-54349.page-template-nonavlanding #consultation #consultation-info > p {
		padding-left: 20px;
	}

	/* /dna-consultation page */
	.section-2-dna-consultation {
		height: 110px;
		background: linear-gradient(rgb(17,149,162) 0%,rgb(37,158,169) 24%,rgb(37,158,169) 50%,rgb(37,158,169) 79%,rgb(17,149,162) 100%);
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 80% 0 !important;
		background-size: 26% !important;
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}

	.page-id-13584.page-template-nonavlanding .site-container,
	.page-id-13587.page-template-nonavlanding .site-container,
	.page-id-13399.page-template-nonavlanding .site-container,
	.page-id-13030.page-template-nonavlanding .site-container,
	.page-id-12824.page-template-nonavlanding .site-container,
	.page-id-30824.page-template-nonavlanding .site-container {
		padding-top: 72px;
	}

	.page-id-13584.page-template-nonavlanding .site-container .site-inner,
	.page-id-13587.page-template-nonavlanding .site-container .site-inner,
	.page-id-13399.page-template-nonavlanding .site-container .site-inner,
	.page-id-13030.page-template-nonavlanding .site-container .site-inner,
	.page-id-12824.page-template-nonavlanding .site-container .site-inner,
	.page-id-30824.page-template-nonavlanding .site-container .site-inner {
		padding: 20px 20px 0 20px !important;
	}

	.page-id-13584.page-template-nonavlanding .site-container .services-section,
	.page-id-13587.page-template-nonavlanding .site-container .services-section,
	.page-id-13399.page-template-nonavlanding .site-container .services-section,
	.page-id-13030.page-template-nonavlanding .site-container .services-section,
	.page-id-12824.page-template-nonavlanding .site-container .services-section,
	.page-id-30824.page-template-nonavlanding .site-container .services-section {
		padding-top: 0 !important;
	}

	/* /uk-contact-us page */
	.page-id-33463 .site-container {
		padding-top: 120px !important;
	}

	.page-id-33463 .site-container .site-inner article header h1 {
		font-size: 36px !important;
	}

	/* /pt-br/projects page */
	.page-id-36565 header > div > div.widget-area.header-widget-area {
		display: none;
	}
	/* /es/projects-myheritage */
	.page-id-40040 header > div > div.widget-area.header-widget-area {
		display: none;
	}
	/* /pt-br/projects-myheritage */
	.page-id-39889 header > div > div.widget-area.header-widget-area {
		display: none;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation {
		background-position: 104% 300px !important;
		background-size: 260px !important;
		padding: 0 0 42px 10px !important;
	}

}

@media only screen and (max-width: 747px) {
	/* /genealogygems page */
	.page-id-11344 #section-8-left > img {
		margin-bottom: 50px;
	}
	/* /abundantgenealogy page */
	.page-id-11347 #section-8-left > img {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 746px) {
	/* Home page */
	.page-id-12813 #consultation {
		background-position-y: 0 !important;
		background-size: 246px;
	}

	.page-id-14393 #consultation {
		background-position-y: 59px !important;
		background-size: 246px;
	}
}

@media only screen and (max-width: 731px) {
	/* Home page */
	.page-id-12813 #consultation {
		background-position-y: 40px !important;
		background-size: 246px;
	}
}

@media only screen and (max-width: 708px) {
	.page-id-13045 #consultation {
		background-position-y: 40px !important;
	}
}

@media only screen and (max-width: 697px) {
	/* /genealogygems page */
	.page-id-11344 #section-8-left > img {
		margin-bottom: 70px;
	}
	/* /abundantgenealogy page */
	.page-id-11347 #section-8-left > img {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 690px) {
	/* /genealogygems page */
	.page-id-11344 .not-ready-to-commit-inner h2 span {
		font-size: 22px !important;
	}
	.page-id-11344 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-right: 10px !important;
	}
	.page-id-11344 #section-8-right {
		padding-top: 30px !important;
	}
	/* /abundantgenealogy page */
	.page-id-11347 .not-ready-to-commit-inner h2 span {
		font-size: 22px !important;
	}
	.page-id-11347 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-right: 10px !important;
	}
	.page-id-11347 #section-8-right {
		padding-top: 30px !important;
	}

	/* /23andme page */
	.page-id-27204 .not-ready-to-commit-inner h2 span {
		font-size: 22px !important;
	}
	.page-id-27204 #section-8-left > img {
		padding: 0 40px 0 90px !important;
		width: 300px !important;
		height: 175px !important;
		margin-right: 10px !important;
	}
	.page-id-27204 #section-8-right {
		padding-top: 30px !important;
	}
}

@media only screen and (max-width: 668px) {
	/* Home page */
	.page-id-14393 #consultation {
		background-position-y: 78px !important;
		background-size: 246px;
	}
	/* /23andme */
	.page-id-27204 .not-ready-to-commit {
		height: 380px !important;
	}
	.page-id-27204 #section-8-left > img {
		margin-bottom: 40px;
	}
	.page-id-27204 #section-8-left > img {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 663px) {
	/* /23andme page */
	.page-id-27204 #section-8-left > img {
		margin-bottom: 50px;
	}

	/* /apply */
	#wpcf7-f29556-p16619-o1 > form > div.left {
		width: 100%;
		margin-bottom: 20px;
	}

	#wpcf7-f29556-p16619-o1 > form > div.right {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}
}

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

	.page-id-13033 #consultation-info > h1,
	.page-id-13045 #consultation-info > h1,
	.page-id-12813 #consultation-info > h1,
	.page-id-14393 #consultation-info > h1 {
		font-size: 32px;
	}

	.page-id-13045 #consultation {
		background-position-y: 0 !important;
	}

	.page-id-12813 #consultation {
		background-position-y: 0 !important;
		background-size: 246px;
	}

	.page-id-14393 #consultation {
		background-position-y: 38px !important;
		background-size: 246px;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img {
		padding-left: 10px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 80% 30px !important;
		background-size: 30% !important;
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
}

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

	/* /es/projects */
	.page-id-36569 .site-footer .menu-footer-menu-v2-es-container {
		width: 260px;
		margin: 0 auto;
		padding-bottom: 26px;
	}
	.page-id-36569 .site-footer .menu-footer-menu-v2-es {
		width: 230px;
	}
	.page-id-36569 .site-footer .menu li {
		padding: 0 0 22px 0;
		margin: 0;
		float: none;
		border-right: none;
	}
	/* /es/projects-myheritage */
	.page-id-40040 .site-footer .menu-footer-menu-v2-es-container {
		width: 260px;
		margin: 0 auto;
		padding-bottom: 26px;
	}
	.page-id-40040 .site-footer .menu-footer-menu-v2-es {
		width: 230px;
	}
	.page-id-40040 .site-footer .menu li {
		padding: 0 0 22px 0;
		margin: 0;
		float: none;
		border-right: none;
	}
	/* /pt-br/projects-myheritage */
	.page-id-39889 .site-footer .menu-footer-menu-v2-pt-br-container {
		width: 260px;
		margin: 0 auto;
		padding-bottom: 26px;
	}
	.page-id-39889 .site-footer .menu-footer-menu-v2-pt-br {
		width: 230px;
	}
	.page-id-39889 .site-footer .menu li {
		padding: 0 0 22px 0;
		margin: 0;
		float: none;
		border-right: none;
	}

}

@media only screen and (max-width: 630px) {
	/* /23andme */
	.page-id-27204 #section-8-left > img {
		margin-top: 40px !important;
	}
}

@media only screen and (max-width: 621px) {
	/* Home page */
	.page-id-14393 #consultation {
		background-position-y: 78px !important;
		background-size: 246px;
	}
}

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

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 30% !important;
	}

	.page-id-12747 #wpcf7-f19386-p12747-o1 {
		padding-top: 330px !important;
	}

	/* About Page - We're Recommended section */
	.row .five-grid, .row .four-grid {
		float: left;
		margin-right: 10px;
		margin-left: 0;
		width: 44%;
		padding: 0 26px;
	}

	/* /23andme */
	.page-id-27204 #section-8-left > img {
		width: 230px !important;
		height: 170px !important;
		padding: 0 40px 0 20px !important;
	}

}

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

	.page-id-12813 #consultation {
		background-position-y: 40px !important;
		background-size: 246px;
	}
}

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

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 80% 10px !important;
		background-size: 30% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width: 595px) {
	/* Home page */
	.page-id-14393 #consultation {
		background-position-y: 97px !important;
		background-size: 246px;
	}
}

@media only screen and (max-width: 593px) {
	/* /genealogygems page */
	.page-id-11344 #section-8-left > img {
		margin-bottom: 90px;
	}
	/* /abundantgenealogy page */
	.page-id-11347 #section-8-left > img {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 590px) {
	.page-id-13045 #consultation {
		background-position-y: 40px !important;
	}
	/* /genealogygems page */
	.page-id-11344 #section-8-left > img {
		float: none !important;
		margin: 30px auto 10px auto !important;
		padding: 0 50px !important;
		display: block;
		width: 220px !important;
		height: 128px !important;
	}
	.page-id-11344 #section-8-right {
		text-align: center;
	}
	/* /abundantgenealogy page */
	.page-id-11347 #section-8-left > img {
		float: none !important;
		margin: 30px auto 10px auto !important;
		padding: 0 50px !important;
		display: block;
		width: 220px !important;
		height: 128px !important;
	}
	.page-id-11347 #section-8-right {
		text-align: center;
	}

	/* /23andme page */
	.page-id-27204 .not-ready-to-commit > .not-ready-to-commit-inner > h2 > span{
		font-size: 22px !important;
	}
	.page-id-27204 #section-8-left > img {
		float: none !important;
		margin: 30px auto 10px auto !important;
		padding: 0 50px !important;
		display: block;
		width: 220px !important;
		height: 128px !important;
	}
	.page-id-27204 #section-8-right {
		text-align: center;
	}
}

@media only screen and (max-width: 587px) {
	.page-id-13033 #consultation {
		background-position-y: 19px !important;
	}

	.page-id-14393 #consultation {
		background-position-y: 97px !important;
	}

	.page-id-12813 #consultation {
		background-position-y: 40px !important;
		background-size: 246px;
	}

	.page-id-13045 #consultation {
		background-position-y: 40px !important;
	}
}

@media only screen and (max-width: 580px) {
	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 33% !important;
	}
}

@media only screen and (max-width: 568px) {
	.page-id-13033 #consultation,
	.page-id-13045 #consultation {
		background-position-y: 40px !important;
	}

	.page-id-14393 #consultation {
		background-position-y: 78px !important;
	}

	.page-id-12813 #consultation {
		background-position-y: 40px !important;
		background-size: 246px;
	}
}

@media only screen and (max-width: 546px) {
	.page-id-13033 #wpcf7-f12829-p13033-o1,
	.page-id-13045 #wpcf7-f13050-p13045-o1,
	.page-id-12813 #wpcf7-f12821-p12813-o1,
	.page-id-14393 #wpcf7-f14390-p14393-o1 {
		padding: 23px 0 0 0;
	}

	.page-id-16619 #wpcf7-f29556-p16619-o1 > form {
		margin: 0 10px 10px 10px;
	}

	.page-id-16619 #wpcf7-f29556-p16619-o1 > form > div.left {
		float: none !important;
		width: auto !important;
	}

	.page-id-16619 #wpcf7-f29556-p16619-o1 > form > div.right {
		float: none !important;
		width: auto !important;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content {
		width: 60%;
		float: right;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img {
		padding-left: 20px;
		padding-top: 30px;
	}
}

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

	/* /uk-contact-us */
	.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
		padding-left: 0;
	}

	.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 10px;
		margin-right: 10px;
	}

	/* /uk-thanks-order */
	.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
		padding-left: 0;
	}

	.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 10px;
		margin-right: 10px;
	}

	/* /uk-order *************************************/
	.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a:nth-child(2) {
		padding-left: 0;
	}

	.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 10px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 540px) {
	/* Home Page */
	.page-id-13033 #consultation,
	.page-id-13045 #consultation,
	.page-id-12813 #consultation {
		background-size: 210px;
		background-position-y: 76px !important;
	}

	.page-id-14393 #consultation {
		background-size: 210px;
		background-position-y: 114px !important;
	}

	/* /uk landing page  */
	.page-id-33457 #consultation-info h1,
	.page-id-33457 #consultation-info p {
		max-width: 100%;
		width: 100%;
	}

	/* /randylindsay landing page */
	.page-id-58736 #consultation-info {
		background-position-x: center !important;
		padding-bottom: 240px;
	}

	.page-id-58736 #consultation-info h1,
	.page-id-58736 #consultation-info p {
		max-width: 100%;
		width: 100%;
	}

	.page-id-58736 #consultation {
		padding: 0 0 42px 0;
	}
}

@media only screen and (max-width: 520px){
	/* /23andme */
	.page-id-27204 #consultation h1, .page-id-27204 .areas h2 {
		font-size: 34px;
	}
	.page-id-27204 .featured-homepage h2, .page-id-27204 .not-ready-to-commit > div > h2 > span, .page-id-27204 .featured-inner h2 {
		font-size: 26px !important;
	}
}

@media only screen and (max-width: 499px) {
	/* /pt-br/projects page */
	.page-id-36565 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h3 {
		padding: 0 20px;
	}
	.page-id-36565 #wpcf7-f9225-o1 > form .left {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}

	.page-id-36565 #wpcf7-f9225-o1 > form .right {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}
	/* /es/projects page */
	.page-id-36569 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h3 {
		padding: 0 20px;
	}
	.page-id-36569 #wpcf7-f8846-o1 > form .left {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}

	.page-id-36569 #wpcf7-f8846-o1 > form .right {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}
	/* /es/projects-myheritage */
	.page-id-40040 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h3 {
		padding: 0 20px;
	}
	.page-id-40040 #wpcf7-f39882-o1 > form .left {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}

	.page-id-40040 #wpcf7-f39882-o1 > form .right {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}
	/* /pt-br/projects-myheritage */
	.page-id-39889 .site-container .bottom-inner.discoveries.new-pro-temp.new-pro-temp-6 > h3 {
		padding: 0 20px;
	}
	.page-id-39889 #wpcf7-f39879-o1 > form .left {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}

	.page-id-39889 #wpcf7-f39879-o1 > form .right {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.page-id-13033 #consultation,
	.page-id-13045 #consultation,
	.page-id-12813 #consultation {
		background-position-y: 94px !important;
	}

	.page-id-14393 #consultation {
		background-size: 210px;
		background-position-y: 152px !important;
	}

	.page-id-13033 .aligncenter.wp-image-12704,
	.page-id-13045 .aligncenter.wp-image-12704,
	.page-id-12813 .aligncenter.wp-image-12704,
	.page-id-14393 .aligncenter.wp-image-12704 {
		margin-bottom: 0 !important;
	}

	.page-id-13033 .services-section .services-section-1 .site-inner,
	.page-id-10045 .services-section .services-section-1 .site-inner,
	.page-id-12813 .services-section .services-section-1 .site-inner,
	.page-id-14393 .services-section .services-section-1 .site-inner {
		padding-bottom: 0 !important;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 88% 10px !important;
		background-size: 30% !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

}

@media only screen and (max-width: 476px) {
	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 34% !important;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30608.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30790.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30805.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30811.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30816.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30821.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30837.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30841.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30850.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30859.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30871.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30882.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30893.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30915.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-30904.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-51459.page-template-nonavlanding .services-section .apply-wrapper > .site-inner,
	.page-id-54349.page-template-nonavlanding .services-section .apply-wrapper > .site-inner {
		padding: 0;
	}
}

@media only screen and (max-width: 470px) {
	/* Home Page */
	.page-id-13033 #consultation,
	.page-id-13045 #consultation,
	.page-id-12813 #consultation {
		background-position: top center !important;
		background-size: 230px;
		background-position-y: 172px !important;
		border-bottom: none;
	}

	.page-id-14393 #consultation {
		background-position: top center !important;
		background-size: 230px;
		background-position-y: 210px !important;
		border-bottom: none;
	}

	.page-id-13033 #wpcf7-f12829-p13033-o1,
	.page-id-13045 #wpcf7-f13050-p13045-o1,
	.page-id-12813 #wpcf7-f12821-p12813-o1,
	.page-id-14393 #wpcf7-f14390-p14393-o1 {
		margin-top: 262px !important;
		border-top: none;
	}

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 32% !important;
		background-size: 260px !important;
	}

	.page-id-12747 .post-12747 .entry-content #consultation-info {
		padding-bottom: 10px;
	}

	/* Highlights page */
	.page-id-6037 .discoveries h2 {
		min-height: 43px;
	}

	#inner > div > div.discoveries {
		margin-bottom: 40px;
		border-bottom: 1px solid black;
	}

	#inner > div > div.discoveries.second > p:nth-child(4) {
		margin-bottom: 26px !important;
	}


	#inner > div > div.discoveries > p.content {
		margin-bottom: 20px;
	}

	#inner > div.ezcol > div.discoveries > p.content {
		min-height: 40px;
	}

	/* Hire a Genetic Genealogist /genetic-genealogy-dna-2 */
	.page-id-31308.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30608.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30790.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30805.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30811.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30816.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30821.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30837.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30841.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30850.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30859.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30871.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30882.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30893.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30915.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-30904.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-51459.page-template-nonavlanding #consultation #consultation-info > p,
	.page-id-54349.page-template-nonavlanding #consultation #consultation-info > p {
		max-width: 300px;
	}

	.page-id-31308.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30608.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30790.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30805.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30811.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30816.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30821.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30837.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30841.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30850.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30859.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30871.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30882.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30893.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30915.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-30904.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-51459.page-template-nonavlanding #consultation #consultation-info > h1,
	.page-id-54349.page-template-nonavlanding #consultation #consultation-info > h1 {
		max-width: 200px;
	}

	.page-id-31308.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30608.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30790.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30805.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30811.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30816.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30821.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30837.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30841.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30850.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30859.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30871.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30882.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30893.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30915.page-template-nonavlanding #consultation #consultation-info,
	.page-id-30904.page-template-nonavlanding #consultation #consultation-info,
	.page-id-51459.page-template-nonavlanding #consultation #consultation-info,
	.page-id-54349.page-template-nonavlanding #consultation #consultation-info {
		padding-bottom: 20px;
	}

	/* /dna-consultation page */
	.calendly-section-1-b .calendly-inline-widget {
		height: 920px!important;
	}

	/* /myheritage/              4429  */
	h2.myheritage-template-h2-2,
	.myheritage-template-h2 h2 {
		font-size: 28px;
	}

	/* /es/myheritage-user       13584 */
	/* /pt-br/myheritage-user    13587 */
	/* /da/myheritage-user       13399 */
	/* /nb/myheritage-user       13030 */
	/* /sv/myheritage-user       12824 */
	/* /ru/myheritage-user       30824 */
	.page-id-13584.page-template-nonavlanding #consultation,
	.page-id-13587.page-template-nonavlanding #consultation,
	.page-id-13399.page-template-nonavlanding #consultation,
	.page-id-13030.page-template-nonavlanding #consultation,
	.page-id-12824.page-template-nonavlanding #consultation,
	.page-id-30824.page-template-nonavlanding #consultation {
		background-position: 50% 140px !important;
		background-size: 60% !important;
	}

     .page-id-13584.page-template-nonavlanding .wpcf7,
     .page-id-13587.page-template-nonavlanding .wpcf7,
     .page-id-13399.page-template-nonavlanding .wpcf7,
     .page-id-13030.page-template-nonavlanding .wpcf7,
     .page-id-12824.page-template-nonavlanding .wpcf7,
     .page-id-30824.page-template-nonavlanding .wpcf7 {
	     margin-top: 86%;
     }

	.page-id-13584.page-template-nonavlanding #consultation-info,
	.page-id-13587.page-template-nonavlanding #consultation-info,
	.page-id-13399.page-template-nonavlanding #consultation-info,
	.page-id-13030.page-template-nonavlanding #consultation-info,
	.page-id-12824.page-template-nonavlanding #consultation-info,
	.page-id-30824.page-template-nonavlanding #consultation-info {
		padding-bottom: 20px !important;
	}
	.page-id-27204 #consultation {
		padding-top: 20px;
	}
}

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

	/* Contact Us page */
	.page-id-6081 .first_column .ezcol.ezcol-one-half.ezcol-last > div:nth-child(3){
		display: none;
	}

	/* /uk-contact-us page */
	.page-id-33463 .site-container .first_column .site-inner .ezcol.ezcol-one-half.ezcol-last > div:nth-child(3) > img {
		height: 220px !important;
	}

	.page-id-33463 .site-container .first_column .site-inner article header h1 {
		font-size: 36px !important;
	}
}

@media only screen and (max-width: 432px) {
	.page-id-13033 #consultation,
	.page-id-12813 #consultation {
		background-position-y: 191px !important;
	}

	.page-id-13045 #consultation {
		background-position-y: 172px !important;
	}

	.page-id-14393 #consultation {
		background-position-y: 210px !important;
	}
}

@media only screen and (max-width: 428px) {
	.page-id-13045 #consultation {
		background-position-y: 191px !important;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content {
		width: 50%;
		float: right;
	}

	.page-id-31308.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30608.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30790.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30805.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30811.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30816.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30821.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30837.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30841.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30850.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30859.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30871.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30882.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30893.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30915.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-30904.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-51459.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img,
	.page-id-54349.page-template-nonavlanding .services-section .site-inner > .entry-content > div:nth-child(3) img {
		padding-left: 20px;
		padding-top: 60px;
	}

}

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

	/* /uk-contact-us */
	.page-id-33463 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 6px;
		margin-right: 6px;
		font-size: 15px;
	}

	.page-id-33463 footer .rights-wrapper p.rights {
		font-size: 15px;
	}
	
	.page-id-33463 .site-container {
		padding-top: 120px !important;
	}

	.page-id-33463 .site-container .first_column .site-inner .ezcol.ezcol-one-half.ezcol-last>div:nth-child(3)>img {
		height: 180px !important;
	}

	.page-id-33463 .site-container .site-inner article div#inner > p {
		font-size: 1.4rem;
	}

	/* /uk-thanks-order */
	.page-id-34540 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 6px;
		margin-right: 6px;
		font-size: 15px;
	}

	.page-id-34540 footer .rights-wrapper p.rights {
		font-size: 15px;
	}

	/* /uk-order *************************************/
	.page-id-33471 footer .rights-wrapper .center-items-feb-2019 a {
		padding-right: 6px;
		margin-right: 6px;
		font-size: 15px;
	}

	.page-id-33471 footer .rights-wrapper p.rights {
		font-size: 15px;
	}
}

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

	/* /dna-consultation page */
	.section-1-dna-consultation > ul > li {
		font-size: 14px !important;
	}

	.section-2-dna-consultation {
		padding-top: 0;
		height: 70px;
		margin-bottom: 0;
	}

	.section-2-dna-consultation > h2 {
		padding-top: 14px;
	}

	.calendly-section-1-b p {
		height: 0 !important;
		margin: 0 !important;
	}

	.calendly-section-1-b .calendly-inline-widget {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 401px) {
	.page-id-14393 #consultation {
		background-position-y: 240px !important;
	}
}

@media only screen and (max-width:398px) {
	/* Home Page */
	.page-id-13033 #consultation,
	.page-id-13045 #consultation,
	.page-id-12813 #consultation,
	.page-id-14393 #consultation {
		background-position-y: 210px !important;
	}

	.page-id-14393 #consultation {
		background-position-y: 259px !important;
	}

	.page-id-13033 #wpcf7-f12829-p13033-o1,
	.page-id-13045 #wpcf7-f13050-p13045-o1,
	.page-id-12813 #wpcf7-f12821-p12813-o1,
	.page-id-14393 #wpcf7-f14390-p14393-o1 {
		margin-top: 281px !important;
	}

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 28% !important;
		background-size: 250px !important;
	}
}

@media only screen and (max-width: 393px) {
	.page-id-12813 #consultation {
		background-position-y: 240px !important;
	}

	/* /dna-consultation page */
	.section-1-dna-consultation > ul > li {
		font-size: 16px;
	}
}

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

	/* Forensic Probate Research page */
	.page-id-12747 .post-12747 .entry-content #consultation {
		background-position: 50% 30% !important;
		background-size: 250px !important;
	}

}

.entry-content .wc-block-grid ul {
  list-style: none !important;
 }

/********************************************************************************
 *
 ************ ABOVE - code added by Windy Hill Developers ***********************
 *
********************************************************************************/

/* MOVED FROM CUSTOMIZER */
h4.widget-title {
	margin-bottom: 8px !important;
}

.entry-summary p {
	margin-bottom:5px !important;
}

li.product-purchase-option {
	margin: 0 !important;
  	padding: 0 !important;
}
figcaption {text-align:center;}

.single-product .related {
	display:none !important;
}

.cc-accept-all {
	background-color:#33b3bc !important;
}

p.wp-caption-text {
	word-wrap: break-word;
}

.page-template-nonavlanding .services-section {
    padding-top: 30px !important;
}

 .page-template-nonavlanding .services-section-1 {
    padding-top: 0 !important;
}

 .page-template-nonavlanding .button_extra_style {
    background: #ebebeb !important;
    padding-bottom: 60px !important;
	 margin: 0 !important;
}

.page-template-nonavlanding h3.apply-heading.first_one_h3 {
    margin-top: 34px;
}

.page-template-nonavlanding #consultation {
	background-size: 50% !important;
	background: url(/wp-content/uploads/shutterstock_259679003.jpg) no-repeat;
}
@media only screen and (max-width: 819px) {
	.page-template-nonavlanding #consultation {
		background: none;
	}
}
.page-template-nonavlanding .wider_section {
	width: 100%;
    max-width: 100% !important;
    text-align: left;
    padding-top: 30px;
}

.page-template-nonavlanding .expertise-section-2 .site-inner {
    display: none;
}

/********************* END - Moved from customizer */

/* GetResponse Form Styling */
div.grwf2-wrapper.wf2-embedded {
	z-index: 99 !important;
}

/* SERVICES PAGE */
.services-wrapper{
    max-width: 948px;
    margin:0 auto;
}
.services-container{
    overflow: hidden;
    margin: 0 -1%;
}
.services-query {
    display: block;
    float: left;
    width: 48%;
    background-color: #f0f0f0;
}
.services-query img {
    display: block;
}
.services-query img.alignnone {
	margin-bottom: 0;
}
.match-margin .services-query {
    margin: 0.5em;
	padding: 1em;
}
.match-padding .services-query .thumb {
    float: left;
    margin-right: 4%;
    width: 21%
}
.match-padding .services-query .desc {
    float: right;
    width: 75%;
}
.match-padding .services-query .desc p {
    margin-bottom: 0;
}
.match-padding .services-query .family,
.match-padding .services-query .records {
    white-space: nowrap;
    line-height: 21px;
}
.match-padding .services-query .desc a {
    margin-top: 10px;
    display: block;
}
.match-border-box .services-query {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 948px) {
    .services-wrapper{
        padding: 0 20px;
    }
    .match-padding .services-query .family,
    .match-padding .services-query .records{
        white-space: normal;
    }
}
@media only screen and (max-width: 640px) {
    .match-margin .services-query{
        width: 99%;
    }
}
/* END SERVICES PAGE */


/* styles for Expertise section boxes on homepage and /familytreedna and others */
.areas-list {
    max-width: 948px;
    margin:0 auto;
}
.areas-container {
    overflow: hidden;
    margin: 0 -1%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.areas-inner {
    display: block;
    float: left;
    width: 31%;
    background: #f0f0f0;
    color: #DE7037;
    text-align: center;
}
.areas-inner img {
    display: block;
    max-width: 100%;
}
.match-margin .areas-inner {
    margin: 1%;
}
.match-padding .areas-inner {
    padding: 17px 10px;
}
.match-border-box .areas-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
    .match-margin .areas-inner{
        width: 48%;
    }
}
@media only screen and (max-width: 370px) {
    .match-margin .areas-inner{
        width: 99%;
    }
}
/* END Expertise section boxes */

/* styles for Highlights section boxes  */
.client-wrapper {
    max-width: 948px;
    margin:0 auto;
}
.client-container {
    overflow: hidden;
    margin: 0 -1%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.client-query {
    display: block;
    float: left;
    width: 48%;
    background-color: #f0f0f0;
    position: relative;
    quotes: "“" "”" "‘" "’";
}
.client-query:before,.client-query:after {
    color: #dadada;
    position: absolute;
    font-size: 80px;
    -ms-transform: rotate(-24deg); /* IE 9 */
    -webkit-transform: rotate(-24deg); /* Safari */
    transform: rotate(-24deg);
 }
.client-query:before {
    content: open-quote;
    left: 23px;
    top: 9px;
}
.client-query:after {
    content: close-quote;
    right: 17px;
    top: 8px;
    -ms-transform: rotate(-21deg); /* IE 9 */
    -webkit-transform: rotate(-21deg); /* Safari */
    transform: rotate(-21deg);
}
.client-query img {
    display: block;
    max-width: 100%;
}
.match-margin .client-query {
    margin: 0.5%;
}
.match-padding .client-query {
    padding:35px 60px 8px 60px;
}
.match-border-box .client-query {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.client-query .author .name{
    color: #ABB23D;
    font-size: 19px;
    line-height: 19px;
}
.client-query p{
    line-height: 21px;
}
.client-query .author .social-review{
    margin-bottom: 20px
}
@media only screen and (max-width: 948px) {
    .client-wrapper{
        padding: 0 20px;
    }
}
@media only screen and (max-width: 819px) {
    .match-margin .client-query{
        width: 99%;
        margin: 1.5% 0;
    }
}

/* styles for Affiliate section boxes  */
.affiliate-wrapper {
    max-width: 938px;
    margin:0 auto;
}
.affiliate-container {
    overflow: hidden;
    margin: 0 -1%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.affiliate-query {
    display: block;
    float: left;
    width: 48%;
    background-color: #f0f0f0;
    position: relative;
    quotes: "“" "”" "‘" "’";
}
.affiliate-query:before,.affiliate-query:after {
    color: #dadada;
    position: absolute;
    font-size: 80px;
    -ms-transform: rotate(-24deg); /* IE 9 */
    -webkit-transform: rotate(-24deg); /* Safari */
    transform: rotate(-24deg);
 }
.affiliate-query:before {
    content: open-quote;
    left: 23px;
    top: 9px;
}
.affiliate-query:after {
    content: close-quote;
    right: 17px;
    top: 8px;
    -ms-transform: rotate(-21deg); /* IE 9 */
    -webkit-transform: rotate(-21deg); /* Safari */
    transform: rotate(-21deg);
}
.affiliate-query img {
    display: block;
    max-width: 100%;
}
.match-margin .affiliate-query {
    margin: 1%;
}
.match-padding .affiliate-query {
    padding: 37px 64px 29px;
}

.match-border-box .affiliate-query {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.affiliate-query .author .name{
    color: #ABB23D;
    font-size: 19px;
    line-height: 19px;
}
.affiliate-query p{
    line-height: 21px;
}
.affiliate-query .author .social-review{
    margin-bottom: 20px
}
.match-border-box .affiliate-query {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 948px) {
    .affiliate-wrapper{
        padding: 0 20px;
    }
    .match-padding .affiliate-query .family,
    .match-padding .affiliate-query .records{
        white-space: normal;
    }
}
@media only screen and (max-width: 640px) {
    .match-margin .affiliate-query{
        width: 99%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* END Affiliate section boxes */

.lt-form-acceptance {
	margin-top: 10px;
}
.lt-form-acceptance .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.lt-form-acceptance span.wpcf7-form-control-wrap {
	display: block;
}

/* ------------------------------------------------------------- */
/* GUTENBERG BLOCKS */
/* ------------------------------------------------------------- */

/* BLOCKS DEMO */
.page-id-82079 .sidebar,
.page-id-82079 #about-team,
.page-id-82079 .team-landscape,
.page-id-82079 .featured-inner,
.gb-block-post-grid-excerpt .simplesocialbuttons {
	display: none;
}


/* Allow full width for certain blocks (note alignwide and alignfull, where the later matches the editor experience) */
.wp-block-group.alignwide,
.wp-block-themeisle-blocks-advanced-columns.alignfull {
	width: 100vw !important;
    position: relative;
    left: calc(-50vw + 50%);
}
.wp-block-group.alignwide.lt-leaves,
.wp-block-group.alignwide.blog-nav {
	display: flex;
}
.wp-block-themeisle-blocks-advanced-columns.alignfull .innerblocks-wrap {
	max-width: 960px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.wp-block-themeisle-blocks-advanced-columns.alignfull .innerblocks-wrap {
		padding: 0 1em;
	}
}

/* general button style */
.wp-block-button__link {
	font-family: 'Libre Baskerville', serif !important;
	background: #de7037 none repeat scroll 0 0 !important;
	border: 1px solid #d05323 !important;
	box-shadow: 0 0 10px 2px #d05323 inset !important;
	color: #fff !important;
	font-size: 20px !important;
	padding: 10px 30px !important;
	cursor: pointer !important;
}
.wp-block-button__link:hover {
	filter: brightness(90%);
}

/* consult booking */
.consultation-box {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	padding: 20px;
}
.consultation-box h5 {
	min-height: 50px;
}
.consultation-box .consult-time:before,
.consultation-box .consult-cost:before {
	font-family: 'Dashicons';
	font-size: 1.2em;
    padding-right: 6px;
	vertical-align: sub;
}
.consultation-box .consult-cost:before {
	content: "\f174";
}
.consultation-box .consult-time:before {
	content: "\f469";
}

/* Elite 250 landing page */
.elite250-banner {
	background-size: cover;
	min-height: 300px;
    background-position: center;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.elite250-banner h2 {
	color: #fff;
	margin: 0;
	font-size: 2.2em;
}
.elite250-banner h3 {
	color: #fff;
	margin-top: 20px;
}
.elite250-banner .elite250-cta {
	padding: 12px;
    background: #34b3bc;
    border-radius: 20px;
    display: block;
    width: fit-content;
    margin: auto;
}
.elite250-banner .elite250-cta a,
.elite250-banner .elite250-cta a:hover,
.elite250-banner .elite250-cta a:visited {
	padding: 20px 0;
	color: #fff;
	font-size: 1.2em;
}

/* ------------------------------------------------------------- */
/* Staff Email Signatures
/* ------------------------------------------------------------- */
.staff-email-signature tbody,
.staff-email-signature td {
	border: none;
	padding: 0;
}
.staff-email-signature .staff-name {
	margin-bottom: 20px;
	margin-top: 0 !important;
}
.staff-email-signature .staff-role {
	margin-bottom: 20px !important;
}
table.staff-email-signature,
.staff-email-signature table {
	margin: 0;
	width: fit-content;
	line-height: initial;
}
.staff-email-signature p {
	line-height: 16px;
	margin: 5px 0;
}
.staff-email-signature img {
	display: block !important;
}
.staff-email-signature img.alignnone {
	margin: 0 !important;
}

/* ------------------------------------------------------------- */
/* Affiliate Landing (e.g. /germany-unlocked)
/* ------------------------------------------------------------- */
.page-template-affiliate-landing .affiliate-landing-heading {
	font-family: 'Libre Baskerville', serif;
	padding: 3em 0;
}
.page-template-affiliate-landing .affiliate-landing-heading h1 {
	margin: 0;
}
.page-template-affiliate-landing .site-inner {
	padding-top: 0;
}
.page-template-affiliate-landing .site-inner .wpcf7 {
	max-width: 600px;
	margin: auto auto 3em;
}
.page-template-affiliate-landing .site-inner .wpcf7 input:not([type="submit"]),
.page-template-affiliate-landing .site-inner .wpcf7 select,
.page-template-affiliate-landing .site-inner .wpcf7 textarea {
	border: 1px solid #33b1ba;
	border-radius: 10px;
	padding: 0.6rem;
}
.page-template-affiliate-landing .site-inner .wpcf7 input[type="submit"] {
	-webkit-box-shadow: inset 0 0 5px 5px #33b1ba;
    box-shadow: inset 0 0 5px 5px #33b1ba;
    border: none;
	border-radius: 10px;
	background-color: #33b1ba;
	cursor: pointer;
	min-width: 340px; /* accommodate long button text */
	margin: 20px auto 0 auto;
}
.page-template-affiliate-landing .site-inner .wpcf7 .track-newsletter-popup {
	text-align: center;
}
.page-template-affiliate-landing .site-inner .wpcf7 .left {
	float: left;
    width: 46%;
    margin-bottom: 10px;
}
.page-template-affiliate-landing .site-inner .wpcf7 .right {
	float: right;
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
}
@media screen and (max-width: 600px) {
	.page-template-affiliate-landing .site-inner .wpcf7 .left,
	.page-template-affiliate-landing .site-inner .wpcf7 .right {
		float: none;
		width: 100%;
	}
}
.page-template-affiliate-landing .site-inner .wpcf7 .lt-form-acceptance span.wpcf7-form-control-wrap {
	display: inline;
	margin-left: 1em;
}
.page-template-affiliate-landing .site-inner .wpcf7 .sponsor {
	display: none;
}

/* ------------------------------------------------------------- */
/* eBook Landing
/* ------------------------------------------------------------- */

.page-template-ebook-download .site-inner .wpcf7 input:not([type="submit"]),
.page-template-ebook-download .site-inner .wpcf7 select,
.page-template-ebook-download .site-inner .wpcf7 textarea {
	border: 1px solid #33b1ba;
	border-radius: 10px;
	padding: 0.6rem;
}

.page-template-ebook-download .site-inner .wpcf7 input[type="submit"] {
	-webkit-box-shadow: inset 0 0 5px 5px #de7037;
	box-shadow: inset 0 0 5px 5px #de7037;
	border: none;
	border-radius: 10px;
	background-color: #de7037;
	cursor: pointer;
	width: 100%;
}

.circle-highlight-effect {
	position: relative;
	width: 30%;
}

@media screen and (max-width: 600px) {
	.circle-highlight-effect {
		width: 50%;
	}
}
.circle-highlight-effect:before {
	content: "";
	left: -1.5em;
	top: -0.1em;
	border-width: 3px;
	border-style: solid;
	border-color: #d05323;
	position: absolute;
	border-right-color: transparent;
	width: 100%;
	height: 110%;
	transform: rotate(2deg);
	opacity: 0.7;
	border-radius: 50%;
	padding: 0.1em 0.25em;
}

.circle-highlight-effect:after {
	content: "";
	left: -1.5em;
	top: .1em;
	padding: 0.1em 0.25em;
	border-width: 3px;
	border-style: solid;
	border-color: #d05323;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	width: 100%;
	height: 110%;
	transform: rotate(-1deg);
	opacity: 0.7;
	border-radius: 50%;
}

/* ------------------------------------------------------------- */
/* Consultations Landing
/* ------------------------------------------------------------- */

.client-experiences .client-experiences-box {
	display: flex;
	flex-direction: column;
	padding: 30px 30px 30px 60px;
	margin: 0;
}

.client-experiences .client-experiences-box p:first-child {
	color: #abb23d;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.client-experiences .client-experiences-box::before {
	content: '\201C';
	left: -40px;
	top: 40px;
	color: #dadada;
	position: relative;
	font-size: 80px;
	line-height: 0;
	width: fit-content;
}

.client-experiences .client-experiences-box p:first-child::after {
		content: '\201C';
		right: 25px;
		top: -25px;
		color: #dadada;
		position: relative;
		font-size: 80px;
		line-height: 0;
		width: fit-content;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 106%;
		height: 0;
		display: block;
		text-align: left;
}

/* pricing info */
.top-border-orange {
	border-top: 1px solid #de7037;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	text-wrap: nowrap;
}


/* ------------------------------------------------------------- */
/* Legacy Code from templates
/* ------------------------------------------------------------- */

/* generic-page-template.php */
.page-template-generic-page-template .section-whd-full-width .site-inner {
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.site-container.section-whd-full-width {
		padding-top: 140px !important;
	}
}
.cf-cpt-bg-image {
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cf-cpt-hidden {
	display: none;
}

#section-6-wrapper-cf-cpt {
	max-width: 80%;
	margin: 0 auto;
}



.mega-close {
	display: none !important;
}

/* AffiliateWP */
body[class*="slug-affiliate"] input:not([type="checkbox"]) {
	width: initial;
}
body[class*="slug-affiliate"] #affwp-url,
body[class*="slug-affiliate"] #affwp-campaign {
	width: 100%;
}
#affwp-affiliate-dashboard-tabs {
	text-align: center;
}

/* Gradient Heading Bars */
.gradient-heading-bar-teal,
.gradient-heading-bar-orange,
.gradient-heading-bar-green {
	align-items: center;
	width: 100% !important;
	min-height: 80px !important;
	width: 100vw !important;
	position: relative;
	left: calc(-50vw + 50%);
}
.gradient-heading-bar-teal {
	background: linear-gradient(to bottom, #1195a2 0%, #259ea9 24%, #2EAAB3 50%, #259ea9 79%, #1195a2 100%) !important;
}
.gradient-heading-bar-orange {
	background: linear-gradient(to bottom, #d05323 0%, #de7037 24%, #eb8c4b 50%, #de7037 79%, #d05323 100%) !important;
}
.gradient-heading-bar-green {
	background: linear-gradient(to bottom, #7a8e2f 0%, #9cac39 24%, #abb23d 50%, #9cac39 79%, #7a8e2f 100%) !important;
}
css
:where(.gradient-heading-bar-teal, .gradient-heading-bar-orange, .gradient-heading-bar-green),
:where(.gradient-heading-bar-teal, .gradient-heading-bar-orange, .gradient-heading-bar-green) :where(h1,h2,h3,h4,h5,h6,a,button,svg) {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}