/* # Genesis Framework
Theme Name: nfinite Custom Theme  
Theme URI: http://www.redsentence.co.uk  
Description: RedSentence custom child theme using the Genesis Framwork.  
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Version: 3.3.3.
Template: genesis
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


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

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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


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

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

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


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

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

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

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

body {
	
	background:#fff;
	background-size: 100% auto;
	color: #3B3A39;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #C8247A;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

a:hover,
a:focus {
	color: #3B3A39;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B7FB7;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

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

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

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

h3.has-text-align-left {
	width: 100%;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

u {
    text-underline-offset: 3px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3B3A39;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #fff;
	font-weight: 400;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #3B3A39;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #3B3A39;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 100%;
}

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

.site-container {
    overflow: hidden;
}


.site-header .wrap,
.footer-widgets .wrap,
.nav-primary .wrap,
.wp-block-columns,
.wp-block-group__inner-container,
figure.wp-block-image,
.wp-block-group > p,
 #gform_wrapper_1,
 .wp-block-latest-posts.is-grid,
 .wp-block-group > h2,
 .wp-block-group > h3,
 .error404 .site-inner .wrap {
	max-width: 1300px!important;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index: 5;
}

.nav-primary .wrap {
    z-index: 9999;
}


.site-header .wrap {
	max-width: 100%!important;
	padding: 10px 20px;
}


.nav-primary .wrap  {
	max-width: 100%!important;
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container p {
	max-width: 55%;
}

.wp-block-cover {
	padding:0!important;
}

.wp-block-cover__inner-container h1 {
	float: right;
}


.page-id-2052 .wp-block-cover__inner-container h1 {
	float: left;
}


.home .wp-block-cover__inner-container h1,
.home .wp-block-cover__inner-container p {
	margin-left: 45%;
}


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

	.wp-block-cover__inner-container h1,
	.wp-block-cover__inner-container p {
		max-width: 100%;
	}

	.home .wp-block-cover__inner-container h1,
	.home .wp-block-cover__inner-container p {
		margin-left: 0;
	}

}


.grid .wp-block-columns {
	margin-bottom: 30px;
}

.grid .wp-block-columns .wp-block-column {
    padding: 15px 15px 15px 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.grid .wp-block-columns.top .wp-block-column {
    justify-content: flex-start;
}

.border-white.wp-block-columns .wp-block-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.grid .wp-block-columns .wp-block-column p:last-child {
   margin: 0;
}

.grid .studies.wp-block-columns .wp-block-column {
    justify-content: flex-start;
}

.three-columns .wp-block-column {
    padding: 20px 0 0;
    display:flex;
    flex-direction: column;
}

.three-columns .wp-block-column h2,
.three-columns .wp-block-column p:not(.more) {
    padding: 0 20px;
}

.three-columns .wp-block-column .wp-block-image img,
.home .three-columns .wp-block-column .wp-block-image img {
    max-width: 350px;
    margin: 20px auto 40px
}

.three-columns .wp-block-column p.more.grad-blue,
.three-columns .wp-block-column p.more.grad-pink {
    margin: auto 0 0;
}


.three-columns .wp-block-column p.more.grad-blue a,
.three-columns .wp-block-column.background-shapes p.more.grad-pink a {
    display:block;
    border-radius:0;
    text-transform: none;
    letter-spacing:0;
    font-size: 16px;
    font-weight:400;
    background: linear-gradient(360deg, rgb(63, 130, 180) 0%, rgb(93, 173, 183) 100%);
   box-shadow:none;
}

.three-columns .wp-block-column p.more.grad-blue a:hover,
.three-columns .wp-block-column.background-shapes p.more.grad-pink a:hover {
    background: linear-gradient(135deg, rgb(112, 28, 106) 0%, rgb(198, 55, 117) 100%);
    box-shadow:none;
}

.three-columns .wp-block-column p.more.grad-pink a,
.three-columns .wp-block-column.background-shapes p.more.grad-blue a {
    display:block;
    border-radius:0;
    text-transform: none;
    letter-spacing:0;
    font-size: 16px;
    font-weight:400;
    background: linear-gradient(135deg, rgb(112, 28, 106) 0%, rgb(198, 55, 117) 100%);
    box-shadow:none;
}

.three-columns .wp-block-column p.more.grad-pink a:hover,
.three-columns .wp-block-column.background-shapes p.more.grad-blue a:hover {
     background: linear-gradient(360deg, rgb(63, 130, 180) 0%, rgb(93, 173, 183) 100%);
     box-shadow:none;
}

.shadow .wp-block-column:not(.no-shadow) {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.wp-block-columns.border-white {
    margin-bottom: 2em;
}

.wp-block-columns.border-white .wp-block-column:not(.no-border) {
    border: 5px solid #fff;
    padding: 30px 20px;
    border: 5px solid #fff;
    padding: 30px 20px;
    box-shadow: 7px 7px 0 #222;
    background: linear-gradient(270deg, rgb(28, 51, 97) 0%, rgb(63, 130, 180) 100%);
    background: rgb(28, 51, 97);
    background: rgb(63, 130, 180);
}

.wp-block-column.hexagon {
  height: 275px; 
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
  display:flex;
  align-items:center;
  padding: 30px;
}

.wp-block-column.hexagon p {
  margin: 0;
}

.wp-block-columns.hexagons {
  justify-content:center;
  margin: 30px auto;
}

.grid .col4 .wp-block-column:not(.has-background) {
    display: none;
}

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

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

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

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #3B3A39;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}



/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #3B3A39;
	outline: none!important;
}


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

.site-header {
	background: url(images/dots.svg) top center no-repeat #fff;
	background-size: auto 100% ;
	min-height: 160px;
}


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

.title-area {
	float: left;
	padding: 5px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #3B3A39;
}

.header-image .site-title > a {
	background: url(images/logo.svg) no-repeat left;
	float: left;
	min-height: 170px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.site-header .widget-area.header-widget-area {
    width: 700px;
    max-width: 700px;
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: flex-end;
}

.header-widget-area ul.genesis-nav-menu li.menu-item {
    display: block;
    padding:0;
}

section#nav_menu-2 ul li a {
    text-align: left;
}

.header-widget-area ul.genesis-nav-menu li.menu-item a {
    padding:10px 0;
    text-align:right;
    font-size:20px;
    color:#3B3A39;
}

.header-widget-area ul.genesis-nav-menu li.menu-item a:hover {
	color:#ccc;
}

.header-widget-area ul.genesis-nav-menu li.menu-item a .fas {
	color:#C8247A;
}

li#menu-item-792 a, 
li#menu-item-1520 a { 
    background: #3AAFB9;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

li#menu-item-792 a:hover,
li#menu-item-1520 a:hover {
    background:#C8247A!important;
}


li#menu-item-792 a .fas,
li#menu-item-1520 a .fas {
    color:#fff;
}

section#nav_menu-2 ul li a {
    padding-left:20px;
}

.padding-sides {
	padding: 0 10%;
}

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 24px;
}

li.social {
    float: right;
}

li.social a {
    padding: 13px;
    font-size: 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #1b90b7;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a{
	font-weight: bold;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 370px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: rgb(121,18,111);
    background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
	border-top: 0;
	padding: 10px 20px;
	position: relative;
	width: 370px;
	word-wrap: break-word;
	color:#fff;
}

.genesis-nav-menu .sub-menu a:hover {
	text-decoration: none;
	color:#1B7FB7;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

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

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

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

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


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background: rgb(121,18,111);
	background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
		font-weight: bold;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
	font-weight: bold;
}

.nav-primary .genesis-nav-menu a:hover {
	color:#1B7FB7;
}


.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1B7FB7;
	text-decoration: none;
}

.nav-primary ul#menu-main-menu.genesis-nav-menu > li:first-of-type a {
    padding-left: 0;
}

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

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

.entry-content code {
	background-color: #3B3A39;
	color: #ddd;
}

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

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3B3A39;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


div#cookie-law-info-bar {
    z-index: 9999999999;
   
}

.cli-style-v2 {
     font-size: 14px!important;
}

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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


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

.site-footer {
	line-height: 1;
	padding: 0 0 40px;
	text-align: center;
	padding-bottom: 20px;
}

section#text-2 {
    color: #fff;
}

section#text-2 a {
    color: #fff;
}

ul#menu-social-menu {
	margin-top: 20px;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets {
    background: linear-gradient(360deg, rgb(28, 51, 97) 0%, rgb(63, 130, 180) 100%);
    padding:  40px 0;
}

.site-footer {
    background: rgb(28, 51, 97);
    color:#fff;
    font-size: 14px;
}

.has-cookie-bar #catapult-cookie-bar {
    font-size: 14px;
}

button#catapultCookie {
    padding: 3px 10px;
    font-size: 14px;
}

.footer-widgets-1.footer-widget-area,
.footer-widgets-2.footer-widget-area,
.footer-widgets-3.footer-widget-area {
    width: 33%;
    display:inline-block;
    vertical-align:top;
}

.footer-widgets-2.footer-widget-area img {
	max-width: 250px!important;
	margin: 0 auto;
	display: block;
}

.footer-widgets-1.footer-widget-area {
	text-align: left;
}

.footer-widgets-1.footer-widget-area ul li {
	display:inline-block;
	margin:0 10px 0 0;
}

.footer-widgets-3.footer-widget-area {
	text-align: right;
}

.footer-widgets-4.footer-widget-area {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
}

.footer-widgets-4 ul.sub-menu {
    display: none;
}

.footer-widgets-4.footer-widget-area li.social {
    display: none;
}

.footer-widgets-4.footer-widget-area ul li {
    display:inline-block;
    margin: 10px;
}

.footer-widgets ul li a,
.site-footer a {
    color:#fff;
    text-decoration: none;
}

.footer-widgets ul li a:hover,
.site-footer a:hover {
    color:#C8247A;
    text-decoration: none;
}


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

.home .wp-block-columns,
.intro.wp-block-columns,
.intro {
	display:flex;
    align-items: center;
    justify-content: center;
}

.swap .wp-block-column:first-of-type figure {
    margin-top: 0;
    padding-top: 0;
}

.home .swap.wp-block-columns {
    align-items: flex-start;
    justify-content: center;
    margin-top: -30px;
        line-height: 1.8;
}

.home figure.wp-block-image,
.intro figure.wp-block-image {
    width: 100%;
    margin: 0;
}


.intro .wp-block-image img {
    max-width: 100%;
    width: 100%!important;
}

.wp-block-columns h1 {
    font-weight: 800;
    color:#1B7FB7;
}

.more a,
a.more,
input#gform_submit_button_1 {
    background: #3AAFB9;
    padding: 10px 20px;
    color: #fff;
    text-decoration:  none;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: 6px 6px #1B7FB7;
}

.more.large a {
	display:block;
}


.more.reverse a,
a.more.reverse {
    background: #fff;
    padding: 10px 20px;
    color: #4081b4;
    text-decoration:  none;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: 7px 7px 0 rgb(28, 51, 97);
    font-weight: bold;
}

.more.reverse a:hover,
a.more.reverse:hover {
	background: #4081b4;
    color: #fff;
    box-shadow: 7px 7px 0 rgb(28, 51, 97);
}


input#gform_submit_button_1 {
    background: #1B7FB7;
}

input#gform_submit_button_1:hover {
    background: #3AAFB9; 
}


#_form_624ED32656CCE_ ._submit {
	background: #3AAFB9!important;
}



.studies figure {
    margin: 0 auto 20px;
}

.studies-second figure {
    margin: 0 auto 20px;
}

.studies a,
.wp-block-columns.studies-second a {
	color:#222;
}

.studies a:hover,
.wp-block-columns.studies-second a:hover {
	color:#1d7fb8;
}

.studies.none .wp-block-column:nth-of-type(1),
.studies.none .wp-block-column:nth-of-type(4){
    background:none;
    box-shadow:none;
    padding:0;
}

.more a:hover,
a.more:hover {
    background: #1B7FB7;
    box-shadow: 6px 6px #555;
}

.quiz .more a {
	background: rgb(121,18,111);
    background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
    color:#fff;
}

.quiz .more a:hover {
	background: #fff;
   	color: #1B7FB7;
}

.studies.quiz  img {
    border-bottom: 10px solid #1B7FB7;
}

.studies.quiz .wp-block-column:nth-of-type(even) img {
    border-bottom: 10px solid #C8247A;
}

.studies  img {
    border-bottom: 10px solid #1B7FB7;
}

.studies .wp-block-column:nth-of-type(even) img {
    border-bottom: 10px solid #C8247A;
}

a.more.reverse {
    background: none;
   	border: 2px solid #fff;
   	color:#fff;
}


a.more.reverse:hover {
    color: #1B7FB7;
    background: #fff;
}

input#gform_submit_button_1 {
    margin: 0 auto;
    width: 30%;
    display: block;
}

ul.latest li {
    list-style-type: none;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align:center;
}

ul.latest li:nth-of-type(even) {
	background:#1B7FB7;
	color:#fff;
}

ul.latest li a {
    text-decoration: none;
    font-weight: bold;
    color:#1B7FB7;
    font-size: 22px;
}

ul.latest li img {
	border-bottom: 7px solid #C8247A;
}

ul.latest li:nth-of-type(even) img {
	border-bottom: 7px solid #fff;
}

ul.latest li a:hover {
	color:#222;
}

ul.latest li:nth-of-type(even) a {
	color:#fff;
}

ul.latest li:nth-of-type(even) a:hover {
	color:#222;
}

.latest .wp-block-latest-posts__post-author, 
.latest .wp-block-latest-posts__post-date {
    color:#1B7FB7;
}

ul.latest li:nth-of-type(even) .wp-block-latest-posts__post-author, 
ul.latest li:nth-of-type(even) .wp-block-latest-posts__post-date {
    color:#fff;
}

.studies .wp-block-column {
    list-style-type: none;
   background:#F7F7F7;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align:center;
    color:#3B3A39
}

.studies .wp-block-column h3,
.studies .wp-block-column h4 {
    color:#1d7fb8;
}

/*.studies .wp-block-column:nth-of-type(even) {
	background: #1d7fb8;
	color:#3B3A39;
}

.studies .wp-block-column:nth-of-type(even) h3,
.studies .wp-block-column:nth-of-type(even) h4 {
    color:#fff;
}
*/

.studies-second .wp-block-column {
    list-style-type: none;
   background:#fff ;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align:center;
    color:#F7F7F7;
}

/*.studies-second .wp-block-column h3,
.studies-second .wp-block-column h4 {
    color:#fff;
}*/

/*.studies-second .wp-block-column:nth-of-type(even) {
	background: #f7f7f7 ;
	color:#1B7FB7;
}*/

/*.studies-second .wp-block-column:nth-of-type(even) h3,
.studies-second .wp-block-column:nth-of-type(even) h4 {
    color:#1B7FB7;
}*/


.studies.quiz .wp-block-column:nth-of-type(odd) {
	background: #F7F7F7;
	color:#3B3A39;
}

.studies.quiz .wp-block-column:nth-of-type(odd) h3,
.studies.quiz .wp-block-column:nth-of-type(odd) h4 {
    color:#1B7FB7;
}

.studies.quiz .wp-block-column:nth-of-type(even) {
	background: #1B7FB7;
	color:#fff;
}

.studies.quiz .wp-block-column:nth-of-type(even) h3,
.studies.quiz .wp-block-column:nth-of-type(even) h4 {
    color:#fff;
}

.studies.second .wp-block-column:nth-of-type(even) {
    list-style-type: none;
   background:#1B7FB7 ;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align:center;
    color:#fff;
}

.studies.second .wp-block-column:nth-of-type(even) h3 {
    color:#fff;
}

.studies.second .wp-block-column:nth-of-type(odd) {
	background: #F7F7F7;
	color:#3B3A39;
}

.studies.second .wp-block-column:nth-of-type(odd) h3 {
    color:#1B7FB7;
}

#gform_wrapper_1 {
    text-align: center;
}

.gform_wrapper form {
    text-align: center;
}

.gform_wrapper span.gform_description {
    max-width: 400px;
    margin: 0 auto;
}

.gform_wrapper h3.gform_title {
    margin-bottom: 30px;
    text-align:center;
}

#gform_fields_1 input,
#gform_fields_1 textarea {
    background: #3AAFB9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border:none;
}

#gform_fields_1 textarea {
	color:#fff;
}


#testimonials,
#gform_wrapper_1 {
	text-align:center;
	padding: 40px 0;
	position: relative;
}

#testimonials .wrap {
	max-width: 1000px;
}

#testimonials .wrap > h2 {
	text-align: left;
	margin-bottom: 40px;
}

#testimonials:after {
    content: '';
    display: block;
    width: 300px;
    height: 250px;
    background: url(images/pinkgrad.svg) center center no-repeat;
    opacity: 1;
    position: absolute;
    z-index: -1;
    right: -350px;
    top: -100px;
}

/*#gform_wrapper_1:after {
	content: '';
    display: block;
    width: 380px;
    height: 250px;
    background: url(images/bluedots2.svg) center center no-repeat;
    opacity: 1;
    position: absolute;
    z-index: -1;
    right: -320px;
    top: -70px;
}*/

#testimonials:before {
    content: '';
    display: block;
    width: 350px;
    height: 250px;
    background: url(images/pinkdots2.svg) center center no-repeat;
    opacity: 1;
    position: absolute;
    z-index: -1;
    left: -250px;
    top: 200px;
}

#testimonials h3 {
	margin-bottom: 50px;
}

#testimonials a.more {
	margin-top: 50px;
}

.single-quote {
    padding: 0 80px 50px;
}

.single-quote .fas {
	color:#C8247A;
}

.single-quote {
    padding: 0 80px 50px;
}

#testimonials .slick-prev:before, 
#testimonials .slick-next:before {
    color: #ccc;
}

#testimonials button.slick-next,
#testimonials button.slick-prev {
    top:15%
}

#testimonials button.slick-next {
    right:25px;
}

#testimonials button.slick-prev {
    left: 25px;
}

.post-password-form input[type="submit"] {
    background: #3AAFB9;
    border-radius: 5px;
    padding: 10px 25px;
    margin-top: 10px;
}

.post-password-form input[type="submit"]:hover {
    background: #C8247A;
}

/* # Services tab
---------------------------------------------------------------------------------------------------- */

#services-tabs ul {
    margin:0;
    overflow: hidden;
}

#services-tabs ul li {
    list-style-type: none;
    display: inline-block;
    background: #ddd;
    border-radius: 3px 5px 0 0 ;
    -webkit-border-radius:  3px 5px 0 0;
    position: relative;
    z-index:4;
    margin-right:10px;
}

#services-tabs ul li:nth-of-type(2) {
	z-index: 3;
}

#services-tabs ul li:nth-of-type(3) {
	z-index: 2;
}

#services-tabs ul li:nth-of-type(4) {
	z-index: 1;
}

#services-tabs ul li:after {
	content: '';
    position: absolute;
    right: -21px;
    display: block;
    width: 60px;
    height: 60px;
    background: #ddd;
    top: 13px;
    transform: rotate(55deg);
    z-index: 1;
    box-shadow: 9px 0 5px rgba(0,0,0,0.2);
}

#services-tabs ul li.active,
#services-tabs ul li:hover {
	background: rgb(121,18,111);
}

#services-tabs ul li.active {
	z-index: 5;
}

#services-tabs ul li.active:after,
#services-tabs ul li:hover:after {
	background: rgb(121,18,111);
}

#services-tabs ul li a {
	color:#222222;
	text-decoration: none;
	position: relative;
    z-index:2;
    display:block;
	padding: 10px;
    outline: none;
    font-size: 15px;
}

#services-tabs ul li.active a,
#services-tabs ul li:hover a {
	color:#fff;
	text-decoration: none;
}

#services-content {
    background: rgb(121,18,111);
    background: linear-gradient(180deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
    overflow: hidden;
    /*padding: 20px;*/
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

#services {
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 10px;
    color: #fff;
}

.one-third.first.logo {
    padding-right: 10px;
}

.service .logo img {
    padding-right: 15px;
}

#services-content .service.active {
    display:flex;
    align-items: center;
    justify-content: center;
}

.multi #services-tabs ul li#tab-3.active,
.multi #services-tabs ul li#tab-3:hover,
.multi #services-tabs ul li#tab-3.active:after, 
.multi #services-tabs ul li#tab-3:hover:after {
     background: #024899; 
}

.multi #content-3 {
	background: linear-gradient(180deg, #024899 0%, #1B2746 100%);
}

.multi #services-tabs ul li#tab-4.active,
.multi #services-tabs ul li#tab-4:hover,
.multi #services-tabs ul li#tab-4.active:after, 
.multi #services-tabs ul li#tab-4:hover:after {
    background: #3AAFB9;
}

.multi #content-4 {
	background: linear-gradient(180deg, #3AAFB9 0%, #3C8EBA 100%);
}

#services-content .service {
    display: none;
    font-size: 20px;
    padding: 40px;
}

span.gform_description {
    text-align: center;
}

li#field_1_5 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

div#input_1_5 > div {
    margin: 0 auto;
}

.single-post #post-content a {
    text-decoration: underline;
}

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

#blog-header {
	padding: 50px 0;
	width: 100%;
}

#the-post {
	padding: 0 0 50px;
}

.single-post ol li strong {
    color: #1B7FB7;
    margin: 10px 0;
}

.single-post strong {
    color: #1B7FB7;
}

.single-post #post-content ul {
    margin: 20px 0 20px 20px
}

.single-post #post-content ul li {
    list-style-type: disc;
}

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

#hex-1 {
    width: 250px;
    height: 215px;
    position: absolute;
    top: 500px;
    right: 50px;
}

.home #hex-1 {
	top: 700px;
}

.home figure.wp-block-image {
    margin-bottom: 0;
}

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

#faqs {
    margin:  40px auto;
    max-width: 800px;
    color: #fff;
}

.single-faq {
    margin-bottom:  5px;
}

.question {
	background: linear-gradient(90deg, #024899 0%, #1B2746 100%);
    padding: 10px;
    
}

.answer {
    background: rgb(121,18,111);
    background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
    max-height:0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;

}

.active .answer {
	max-height:9999px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
	margin:  5px 0 0;
}

.answer .inner {
	padding: 10px;
}

.answer p:last-of-type {
    margin:0;
}

.single-faq h3 {
    color:#fff;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin:0;
    cursor:pointer;
}

.wp-block-group.narrow {
    max-width: 800px;
    margin: 0 auto;
}

.single-faq h3:after {
    content:'\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top:0;
    right:5px;
    display:block;
    font-size: 16px
}

.single-faq.active h3:after {
    content:'\f077';
}

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

.page-child .site-inner .wrap {
    max-width: 1300px;
}

.logo .wp-block-image {
    margin: 0;
    max-width: 90%;
}

blockquote.wp-block-quote {
    background: rgb(121,18,111);
    background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
    color: #fff;
    margin: 0;
    padding: 20px;
    border-radius: 3px;
}

blockquote::before {
    display: none;
}

blockquote p:last-of-type {
    margin: 0;
}


.wp-block-columns.studies {
/*    max-width: 900px;*/
    margin:  0 auto;
}

.wp-block-columns.studies-second {
/*    max-width: 900px;*/
    margin:  0 auto;
}


.wp-block-columns.studies.quiz {
	max-width: 100%;
}

.wp-block-columns.studies h2 {
    font-size: 20px;
    margin: 30px 0;
}

.wp-block-columns.studies img.wp-image-159 {
    margin-top: 13px;
}

blockquote.wp-block-quote {
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto;
}

blockquote.wp-block-quote:before {
    content: '';
    width: 60px;
    height: 60px;
    position:  absolute;
    top: 0;
    left: -75px;
    background: url('images/66.jpg') center center no-repeat;
    display: block;
}

blockquote.wp-block-quote:after {
    content: '';
    width: 60px;
    height: 60px;
    position:  absolute;
    bottom: 0;
    right: -75px;
    background: url('images/99.jpg') center center no-repeat;
    display: block;
}

.hexes .single-quote {
    width: 600px!important;
    height: 600px;
    margin: 0 auto;
    background: url(images/box1.jpg) center center no-repeat;
    background-size: 100%;
    padding: 0;
    color: #fff;
    padding: 80px 140px;
}

.hexes .single-quote h4 {
	color:#fff;
}

#testimonials.hexes:before,
#testimonials.hexes:after {
	display: none;
}

#testimonials.hexes {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: visible;
}

#testimonials.hexes .slick-list {
	 overflow: visible;
}

.hexes .slick-slide:nth-of-type(even) .single-quote {
    background: url(images/box2.jpg) center center no-repeat;
    background-size: 100%;
}

.quote-inner {
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#testimonials.hexes button.slick-next, 
#testimonials.hexes button.slick-prev {
    top: 50%;
    margin-top: -5px;
}

.one-third.first.logo {
    text-align: center;
    padding: 30px 0;
}

.wp-block-columns .more {
    margin-top: 30px;
}

.page-id-14 #gform_wrapper_1 {
    padding-top: 0;
    margin-top: 0;
}

.page-id-1523 .site-inner,
.page-id-1523 .site-inner .wrap {
    max-width: 100%;
}

.page-id-1523 .site-inner .wrap {
    padding: 0 5%;
}

.page-id-14 .intro {
	margin-bottom:0;
}

.home .wp-block-image.logo img, 
.intro .wp-block-image.logo img {
    max-width: 130px;
   }

   div#quotes-slider {
    overflow: hidden;
}

.home figure.wp-block-image.logo {
    margin: 0;
    text-align: center;
}

.single-post .site-inner .wrap {
	max-width: 800px;
	
}

.single-post .site-inner .wrap h2 {
    margin: 30px 0;
}

.single-post .wrap.intro {
	max-width: 800px;
	padding: none;
}


@media only screen and (max-width: 850px) { 
	.single-post .wrap.intro {
		max-width: 800px;
		padding: 0 2%;	
}
}

.page-id-373 .entry-content h2 {
    font-size: 26px;
    margin: 15px 0;
}

ol.ol1 { 
	counter-reset: item 
}

ol li { 
	display: block;
	margin-bottom: 5px;
}

ol li ol li {
	display: list-item;
}

.entry-content ol ol {
    margin-bottom: 30px;
    margin-top:10px;
}

ol.ol1 > li:before { 
    content: counters(item, ".") " "; 
    counter-increment: item 
}

ol.ol1 ol,
.entry-content ol ol > li {
	list-style-type: lower-alpha;
}

._form-thank-you:after {
    content: '😉';
    margin-left: 10px;
}

section#categories-3 {
    background: #C8247A;
    padding:20px;
    margin-top:185px
}

section#categories-3 li {
    border:none;
}

section#categories-3 li a {
    color:#fff;
}

section#categories-3 li a:hover {
    font-weight: bold;
}

section#categories-3 h4.widget-title.widgettitle {
    color:#fff;
}

.case-studies-img-hex {
    display: flex;
	justify-content: left;
}

.case-studies-title {
	text-align: left;
	padding-top: none;
}

@media only screen and (max-width: 781px) {
	
	.case-studies-title {
		text-align: center;
	}
	
}

@media only screen and (max-width: 600px) {
	.case-studies-img-hex {
    	display: flex;
		justify-content: center;
		
	}
	
	.case-studies-img-hex img {
		padding-right: 0;
	}
	
}




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

#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4  {
    max-width: 800px;
    margin: 0 auto;
}

p.gf_progressbar_title {
    display: none;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    display: none!important
}

#gform_wrapper_2 .gform-body.gform_body,
#gform_wrapper_3 .gform-body.gform_body,
#gform_wrapper_4 .gform-body.gform_body,
#gform_wrapper_5 .gform-body.gform_body {
    text-align: left;
    font-size: 20px;
}

#gform_wrapper_2 .gform_wrapper.gravity-theme .gfield_label,
#gform_wrapper_3 .gform_wrapper.gravity-theme .gfield_label,
#gform_wrapper_4 .gform_wrapper.gravity-theme .gfield_label,
#gform_wrapper_5 .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
}

#gform_wrapper_2 .gform_wrapper.gravity-theme .gfield_radio label,
#gform_wrapper_3 .gform_wrapper.gravity-theme .gfield_radio label,
#gform_wrapper_4 .gform_wrapper.gravity-theme .gfield_radio label,
#gform_wrapper_5 .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 20px;
}

input#gform_next_button_2_9,
input#gform_next_button_3_9,
input#gform_next_button_4_9,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button:hover,
input#gform_submit_button_2,
input#gform_submit_button_3,
input#gform_submit_button_4,
input#gform_submit_button_5 {
    background: #C8247A!important;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}


.gform_page_footer .gform_previous_button,
input#gform_next_button_2_9:hover,
input#gform_next_button_3_9:hover,
input#gform_next_button_4_9:hover,
.gform_page_footer .gform_next_button:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover,
input#gform_submit_button_5:hover {
    background: #3AAFB9!important;
    padding: 10px 20px;
    color: #fff!important;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}


.low,
.medium,
.high {
	display:none;
}

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

#graph {
	margin-top: 30px;
	border-left: 3px solid #222;
	border-bottom: 3px solid #222;
	width: 230px;
	height:200px;
	position:relative;
}

.graph-line {
	background:#ccc;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 40px;
}

#dcol {
	background:#a8323a;
}

#icol {
	background:#ebd61e;
	left:60px;
}

#scol {
	background:#39bd8f;
	left:110px;
}

#ccol {
	background:#0d5eba;
	left: 160px;
}

#key {
    margin-top: 30px;
}

#key h2 {
    font-size:20px;
}

#key p {
    margin-bottom:5px;
}

.lion h2,
h4.lion,
.lion strong {
	color:#a8323a;
}

.peacock h2,
h4.peacock,
.peacock strong {
	color:#ebd61e;
	left:60px;
}

.tortoise h2,
h4.tortoise,
.tortoise strong {
	color:#39bd8f;
}

.owl h2,
h4.owl,
.owl strong {
	color:#0d5eba;
}

.results h4 {
	display:inline-block;
	margin-right:10px;
}

.page-template-template_animal_results .site-inner {
	margin-top: 40px;
	max-width: 1300px;
	padding-left: auto;
	padding-right: auto;
}

@media only screen and (max-width: 1200px) {
   .page-template-template_animal_results .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.wrap.results {
    display: flex;
    align-items: center;
    margin: 10px 0 50px;
}

.wp-block-columns.lion.show,
.wp-block-columns.peacock.show,
.wp-block-columns.owl.show,
.wp-block-columns.tortoise.show {
	display:flex;
}


.wp-block-columns.lion,
.wp-block-columns.peacock,
.wp-block-columns.owl,
.wp-block-columns.tortoise {
	display:none;
}

.post-1456 .entry-content {
    display: flex;
    flex-direction: column;
}

.pos-1 {
	order:10;
}

.pos-2 {
	order:9;
}

.pos-3 {
	order:8;
}

.pos-4 {
	order:7;
}

.pos-5 {
	order:6;
}

.pos-6 {
	order:5;
}

.pos-7 {
	order:4;
}

.pos-8 {
	order:3;
}

.pos-9 {
	order:2;
}

.pos-10 {
	order:1;
}

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

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


	.site-inner,
	.wrap,
	.site-header .wrap {
		max-width: 100%;
	}

	.footer-widgets .wrap, 
	.wp-block-columns, 
	.wp-block-group__inner-container {
	    padding-left: 5%;
	    padding-right: 5%;
	}

	.site-inner .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}



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

	#services-tabs ul li a {
	    font-size: 14px;
	}

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


}



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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	#services-tabs ul li {
	    width: 100%;
	    border-radius: 3px;
	    margin-bottom: 5px;
	}

	#services-tabs ul li:after {
	    display: none;
	}

}

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


	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.genesis-nav-menu a {
	    padding: 15px 12px;
	}

	#hex-1 {
    	top: 400px;
    	width: 150px;
    	height: 125px;
	}


}

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

	.wp-block-columns .wp-block-column {
	    flex-basis: 100%!important;
	}

	.home .entry-content,
	.page-id-14 .entry-content,
	.page-id-6 .entry-content {
		padding-top: 20px;
	}

	body.home {
		background:none;
		background: #fff;
	}

	.wp-block-latest-posts.columns-3 li {
    	width: 100%!important;
    	margin: 0 0 30px!important;
	}

	figure.wp-block-image img,
	figure.wp-block-image {
	    max-width: 400px;
	    margin:  0 auto 30px;
	}

	.wp-block-spacer.mobile {
		display: none;
	}

	.wp-block-columns.studies > div {
	    margin-bottom: 50px;
	    margin-left: 0;
	}

	#services-content .service.active, 
	#services-content .service {
	    padding: 20px!important;
	}

}

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

	nav.nav-primary {
		display: none;
	}

	.widget-area.footer-widgets-1.footer-widget-area,
	.widget-area.footer-widgets-2.footer-widget-area,
	.widget-area.footer-widgets-3.footer-widget-area {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px
	}

	.site-header .widget-area.header-widget-area {
	   display:block;
	}


	section#nav_menu-2 {
	    padding: 10px;
	}

	#media_image-3 {
	    margin: 0 auto 30px;
	    text-align: center;
	}

	.sidr ul li.social {
	    padding: 5px;
	    margin-left: 20px;
	    float: left;
	        margin-top: 30px;
	}

	.sidr ul li.social a {
	    display:block;
	    padding: 10px;
	    background:#fff;
	    width: 40px;
	    height: 40px;
	    color:#C8247A;
	    line-height: 20px;
	    text-align:center;
	}

	.sidr ul li ul {
	    padding-left: 20px;
	}

	.sidr ul li ul li a:before {
	    content:'-';
	    margin-right: 10px;
	}

.hexes p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom:5px
}

.hexes .single-quote h4 {
    font-size: 14px;
    margin:0;
}

article.post-10.page.type-page.status-publish.entry {
    margin-bottom: 0;
}

	.hexes .single-quote {
	    width: 340px!important;
	    height: 340px;
	    padding: 20px 70px;
	}

	#testimonials.hexes {
		padding-bottom: 60px;
	}

	#testimonials.hexes button.slick-prev {
	    left: 0;
	}

	#testimonials.hexes button.slick-next {
	    right: 5px;
	}

	#testimonials.hexes button.slick-next, #testimonials.hexes button.slick-prev {
	    top: 50%;
	    margin-top: 0;
	}

}

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

	.wp-block-columns.swap img,
	 .intro .wp-block-image img {
	    padding-right: 60px;
	}




}


.home .wp-block-image img.wp-image-1190 {
    width:125px!important;
    margin: 0 auto!important;
}

.home figure.wp-block-image {
    text-align: center;
}


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

	.content-sidebar-wrap {
    display: flex;
    flex-direction: column;
}

	section#categories-3 {
    margin-top: 30px;
}

.home .wp-block-image img.wp-image-1190 {
    width: 125px!important;
}

main.content {
    order: 2;
}

aside.sidebar.sidebar-primary.widget-area {
    order: 1;
}

.wp-block-latest-posts.is-grid {
    margin-left: 0;
}

	.title-area {
	    width:  100%;
	    text-align: center;
	}

	.header-image .site-title > a {
	    background-position: center center;
	}

	#sidr-left-link {
	    position:  absolute;
	    display: block;
	    font-size: 24px;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    right: 10px;
	    top: 10px;
	}

	section#nav_menu-2 {
	    width:  100%;
	}

	.site-header .widget-area.header-widget-area {
	    width: 100%;
	    margin-top: 0;
	}
	.header-widget-area ul.genesis-nav-menu {
	    text-align:center;
	}

	.header-widget-area ul.genesis-nav-menu li.menu-item {
	    width:auto;
	    margin:0 5px;
	    display: inline-block;
	}

	.header-widget-area ul.genesis-nav-menu li.menu-item a {
	    font-size: 16px;
	}

	h1 {
		font-size: 26px;
	}

	.one-half,
	.one-half.first {
	    width: 100%;
	    margin:  0 0 20px;
	}

	#services-content .service.active,
	#services-content .service {
	    flex-direction: column;
	    font-size: 16px;
	    text-align:center;
	    padding: 0;
	}

	#testimonials:before {
		left: -330px;
	}

	#gform_wrapper_1:after {
		right: -300px;
	}

	.single-quote {
    	padding: 0 50px 50px;	
	}

	#hex-1 {
		display: none;
	}

	figure.wp-block-image img, figure.wp-block-image {
		width: 100%;
		max-width: 100%;
	}

	#gform_wrapper_1 {
		padding-top: 0;
	}

	.more a, a.more, input#gform_submit_button_1 {
    	display: block;
    	text-align:center;
    	width: 100%;
	}
/*
	section#nav_menu-2 {
	    background: linear-gradient(90deg, rgba(121,18,111,1) 0%, rgba(219,0,98,1) 100%);
	}*/

	section#nav_menu-2 a,
	section#nav_menu-2 a .fas {
	    color:#fff;
	}

	.swap .wp-block-column:nth-of-type(2) {
	    order: 1;
	    padding-bottom: 30px;
	}

	.swap .wp-block-column:nth-of-type(1) {
	    order: 2;
	}

	figure.wp-block-image img, figure.wp-block-image {
		margin-bottom:0;
	}

	div#popmake-785 {
    width: 94%!important;
    left: 3%!important;
    top: 50px!important;
}
	
	img.wp-image-1190 {
    max-width: 250px!important;
    margin: 0 auto!important;
}

figure.wp-block-image.size-full.is-resized {
    text-align: center;
}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

textarea#input_1_4 {
    display: block;
}

.purple-hex {
	position: relative;
	
	&:after {
		content: "";
		position: absolute;
		width: 200px;
		height: 200px;
		background: url('images/purple_hex.svg') center center no-repeat;
		background-size: 200px;
	}
}

.purple-hex-top-left {	
	&:after {
		top: 90px;
		left: -50px;
		z-index: -1;
	}
}

.purple-hex-top-right {	
	&:after {
		top: -100px;
		right: -50px;
		z-index: 9;
	}
}

.blue-hex {
	position: relative;
	
	&:after {
		content: "";
		position: absolute;
		width: 400px;
		height: 400px;
		background-image: url('images/blue-hex.svg');
		background-size: cover;
	}
}

.blue-hex-bottom-right {
	&:after {
		bottom: 0;
		right: -150px;
		z-index: 1;
	}
}

.purple-spot-hex {
	position: relative;
	
	&:before {
		content: "";
		position: absolute;
		width: 400px;
		height: 400px;
		background-image: url('images/purple-spot-hex.svg');
		background-size: cover;
	}
}

.purple-spot-hex-bottom-right {	
	&:before {
		bottom: 20px;
		right: -100px;
		z-index: -1;
	}
}

.hex-with-spots {
	position: relative;
	
	&:before {
		content: "";
		position: absolute;
		width: 400px;
		height: 400px;
		background-image: url('images/hex-and-spots.svg');
		background-size: cover;
	}
}

.hex-with-spots-top-left {	
	&:before {
		top: 90px;
		left: -200px;
		z-index: -1;
	}
}

.white-dots-teal-hex-left {
	position: relative;
	
	&:before {
		content: "";
		position: absolute;
		width: 500px;
		height: 400px;
		background: url('images/white_dots_teal_hex.svg') right center no-repeat;
		background-size: auto 100%;
	}
}

.white-dots-teal-hex-left {	
	&:before {
		top: 90px;
		left: -450px;
		z-index: 1;
	}
}

.teal-hex-row {
	position: relative;
	
	&:before {
		content: "";
		position: absolute;
        width: 650px;
        height: 400px;
        background: url(images/teal-hex-row.svg) right center no-repeat;
        background-size: auto 100%;
	}
}

.teal-hex-row-bottm-left {	
	&:before {
		bottom: 0px;
		left: -300px;
		z-index: -1;
	}
}

.overlap {
	position: relative;
	z-index: 10;
}


.wp-block-column.white_hex {
    width: 300px;
    height: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: url(images/white_hex_drop-shadow.svg) center center no-repeat;
    background-size: cover;
	margin: 45px;
}

.white-dots-pink-hex:before {
	content:"";
	width: 400px;
	height: 400px;
	display: block;
	background: url(images/pink_hex_white_dots.svg) center center no-repeat;
	position: absolute;
	top: 30px;
    left: -300px;
    background-size: 100% auto;
}

.white-dots,
.pink-hex-left,
.wp-block-group,
.white-dots-purple-hex {
	position:relative;
}

.white-dots:before {
	content:"";
	width: 400px;
	height: 300px;
	display: block;
	background: url(images/white_dots.svg) center center no-repeat;
	position: absolute;
	top: 0;
    right: -300px;
    background-size: 100% auto;
}


.wp-block-group__inner-container {
    position: relative;
    z-index: 2;
}

.page-id-2054 .three-columns .wp-block-column {
    padding-top: 0;
}


.quote-box figure.wp-block-image.size-full {
    margin: 0;
}

.quote-box .wp-block-columns {
    margin: 0;
}

.quote-box .wp-block-columns .wp-block-columns p {
    margin: 0;
}

.pink-hex-left:before {
	content:"";
	width: 200px;
	height: 200px;
	display: block;
	background: url(images/pink_hex.svg) center center no-repeat;
	position: absolute;
	top: 150px;
    left: -150px;
    background-size: 100% auto;
}


.purple-dots-right:after {
	content:"";
	width: 400px;
	height: 500px;
	display: block;
	background: url(images/pink_dots.svg) center center no-repeat;
	position: absolute;
	top: 400px;
    right: -300px;
    background-size: 100% auto;
}

.purple-dots-left:before {
	content:"";
	width: 400px;
	height: 500px;
	display: block;
	background: url(images/pink_dots.svg) center center no-repeat;
	position: absolute;
	top: 400px;
    left: -300px;
    background-size: 100% auto;
}

.teal-hex:after {
	content:"";
	width: 200px;
	height: 300px;
	display: block;
	background: url(images/teal_hex.svg) center center no-repeat;
	position: absolute;
	top: 50px;
    right: -175px;
    background-size: 100% auto;
}

.white-dots-purple-hex:after {
	content:"";
	width: 400px;
	height: 500px;
	display: block;
	background: url(images/white_dots_purple_hex.svg) center center no-repeat;
	position: absolute;
	top: -100px;
    right: -325px;
    background-size: 100% auto;
}

figure.wp-block-image.size-full img {
    width: 100%;
}

.wp-block-group.three-columns.shadow.purple-hex.purple-hex-top-left .background-shapes {
	position: relative;
	overflow:hidden;
    box-shadow: 0 0 0 10px #4081b4;
}

.wp-block-group.three-columns.white-dots-teal-hex .background-shapes {
    box-shadow: 0 0 0 10px #701c6a;
    	position: relative;
	overflow:hidden;
}


.background-shapes:after {
    /*content: "";*/
    background: url(images/hex-and-spots.svg) top center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 200px;
    height: 180px;
    background-size: 200px auto;
    z-index: 1;
    opacity: 0.3;
}

.background-shapes:before {
    content: "";
    background: url(images/purple-spot-hex.svg) center center no-repeat;
    position: absolute;
    left: -50px;
    top: 140px;
    display: block;
    width: 250px;
    height: 250px;
    background-size: 250px auto;
    z-index: 1;
    opacity: 0.3;
}

.background-shapes > * {
    position: relative;
    z-index: 2;
}


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

	.blue-hex:after,
	.purple-spot-hex:before,
	.white-dots:before,
	.purple-dots-right:after,
	.teal-hex:after  {
        width: 200px;
        height: 200px;
        right: -100px;
        background-size: 100% auto!important;
        background-repeat: no-repeat;
	}

    .hex-with-spots:before,
    .white-dots-teal-hex-left:before,
    .white-dots-pink-hex:before,
    .purple-dots-left:before,
    .pink-hex-left:before {
        width: 200px;
        height: 200px;
        left: -150px;
        background-size: 100% auto!important;
        background-repeat: no-repeat;
    }


	.teal-hex:after,
	.white-dots:before {
		right: -150px;
	}

	.purple-hex:after {
        width: 100px;
        height:100px;
        background-size: 100px;
    }

    .white-dots-purple-hex:after {
	    width: 300px;
	    top: -150px;
	}

}


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

	.blue-hex:after,
	.purple-spot-hex:before,
	.white-dots:before,
	.purple-dots-right:after,
	.teal-hex:after  {
        right: -150px;
	}

	.wp-block-column.white_hex {
    	background: none;
    	padding: 0;
    	width: auto;
    	height: auto;
	}

}


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

	.teal-hex:after {
		display: none;
	}

	.grid .wp-block-columns .wp-block-column {
	    padding:0;
	}

	.grid .wp-block-columns .wp-block-column.has-background {
	    padding: 40px 30px;
	}

	.page-id-2047 .grid .wp-block-columns,
	.page-id-2054 .grid .wp-block-columns,
	.page-id-2056 .grid .wp-block-columns  {
		margin-bottom: 30px;
	}

	.wp-block-column.no-shadow.is-layout-flow.wp-block-column-is-layout-flow {
    	display: none;
	}

	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	    flex-basis: 40px!important;
	}

	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]:nth-of-type(2) {
	    flex-basis: calc(100% - 40px)!important;
	}

	.three-columns .wp-block-column {
	    padding: 0 20px 20px;
	}


		.hex-with-spots:before,
    .white-dots-teal-hex-left:before,
    .white-dots-pink-hex:before,
    .purple-dots-left:before,
    .pink-hex-left:before,
    #testimonials:before {
        display: none;
    }

    .wp-block-columns.border-white.no-mar-bot.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    	margin-bottom: 30px;
	}

	.page-id-373 .site-container #faqs,
		.page-id-373 .site-container .site-inner  {
    	padding: 0 20px;
	}

	.page-id-373 .site-container #faqs #faqs {
		padding: 0;
	}

}


.ti-widget span,
.ti-widget strong {
    color: #fff!important;
}

.wp-block-cover {
    align-items: flex-end!important;
    padding-bottom: 0!important;
}

.wp-block-cover__inner-container h1, .home .wp-block-cover__inner-container p {
    margin: 0 0 0 45%;
    max-width: 55%;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    text-align:right;
}

.wp-block-cover__inner-container h1 {
	color:#4081B4;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    padding: 0;
}


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

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

	.wp-block-cover__inner-container h1, .home .wp-block-cover__inner-container p,
	.home .wp-block-cover__inner-container h1, .home .wp-block-cover__inner-container p {
	    margin-left: 0;
	    max-width: 100%;
	    text-align: center;
	}

	.wp-block-cover__inner-container h1,
	.home .wp-block-cover__inner-container h1 {
	    padding-bottom:0;
	    font-size:30px!important;
	}

	.home img.wp-block-cover__image-background.wp-image-2381.size-large {
	    object-fit: contain;
	    height: 100%!important;
	    width: auto;
	    max-width: 800%!important;
	    left: -200px;
	}

	img.wp-block-cover__image-background.wp-image-2410.size-large {
	    object-fit: contain;
	    height: 100% !important;
	    width: auto;
	    max-width: 800% !important;
	    left: -400px;
	}

	.ti-widget.ti-goog {
	    max-width: 320px;
	}

	.home-quiz .wp-block-column {
	    order: 2;
	}

	.home-quiz .wp-block-column.graphic {
	    order: 1;
	}

	.post-2052 .wp-block-cover.is-light {
	    min-height: 200px!important;
	    height: 30vh;
	}

	.wp-block-cover {
    	padding: 0!important;
	}

	.post-2052 .wp-block-cover__inner-container h1 {
	    padding: 5px 5%;
	    font-size: 22px!important;
	}


	.wp-block-cover__inner-container h1 {
	    padding: 5px 5%;
	    font-size: 26px!important;
	    text-align: left;
	}

	.site-footer {
	    font-size: 12px;
	    line-height: 1.6;
	    padding: 0 5% 10px;
	}

	.wp-block-column.white_hex {
    	margin: 0;
	}

}

.wp-block-latest-posts__featured-image img {
	margin-bottom: 12px;
}

.studies  img {
    border-bottom: 7px solid #1B7FB7;
	padding: 0 2px 4px 2px
}

.studies .wp-block-column:nth-of-type(even) img {
    border-bottom: 7px solid #C8247A;
	padding: 0 2px 4px 2px
}

.studies-second  img {
    border-bottom: 7px solid #1B7FB7;
	padding: 0 2px 4px 2px
}

.studies-second .wp-block-column:nth-of-type(even) img {
    border-bottom: 7px solid #C8247A;
	padding: 0 2px 4px 2px
}


.wp-block-latest-posts.is-grid li {
	padding: 0 15px 15px 15px;
}

.studies .wp-block-column:nth-of-type(odd) h4,
.studies .wp-block-column:nth-of-type(odd) h3 a,
.wp-block-columns.studies-second .wp-block-column:nth-of-type(odd) h3 a {
	color: #1d7fb8;
}

.studies .wp-block-column:nth-of-type(even) h4,
.studies .wp-block-column:nth-of-type(even) h3 a,
.wp-block-columns.studies-second .wp-block-column:nth-of-type(even) h3 a  {
	color: #c8247a;
}

.studies .wp-block-column:nth-of-type(odd) h3 a:hover ,
.studies .wp-block-column:nth-of-type(even) h3 a:hover,
.studies-second .wp-block-column:nth-of-type(odd) h3 a:hover ,
.studies-second .wp-block-column:nth-of-type(even) h3 a:hover {
	color:#222;
}

.studies-second .wp-block-column:nth-of-type(even) h4 {
	color: #c8247a;
}

/*.cs-study-column {
	height: 570px;
}*/

/* ------------------------------------- */
/* New Header 
/* ------------------------------------- */


li#menu-item-792.signup-cta a,
li#menu-item-1834.workshops-cta a,
li#menu-item-2729.quizzes-cta a {
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	 padding: 20px;
	 line-height:1.2;
    color: #fff;
    border-radius: 0;
}

li#menu-item-2729.quizzes-cta a {
	padding: 10px 20px;
	height: 160px;
}

li#menu-item-792.signup-cta,
li#menu-item-1834.workshops-cta,
li#menu-item-2729.quizzes-cta {
    position: relative;
    width: 100%;
    padding: 20px 0;
    display: block;
    border-radius: 0;
    background: none;
}

li#menu-item-2729.quizzes-cta  {
	width: 60%;
	margin-left: 10%;
}

li#menu-item-792.signup-cta a {
    background: #C63775;
    text-align: left;
}

li#menu-item-2729.quizzes-cta a {
    background: #3AAFB9;
    text-align: left;
}

li#menu-item-1834.workshops-cta a {
	text-align: right;
	background:#4081B4
}


li#menu-item-792.signup-cta a:after {
    content: "";
    background: url(images/news.png);
    background-size: cover;
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    transition: all 0.25s ease-in-out;
    right: -10px;
    top: 0;
}


li#menu-item-1834.workshops-cta a:after {
    content: "";
    background: url(images/time.png);
    background-size: cover;
    display: block;
    width: 90px;
    height: 90px;
    left: -10px;
    top: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;

}

li#menu-item-2729.quizzes-cta a:after {
    content: "";
    background: url(images/quiz.png);
    background-size: cover;
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    right: -52%;
    top: 30px;    
    transition: all 0.25s ease-in-out;
}

ul#menu-header-menu {
    columns: 2;
    max-height: 220px;
}

li#menu-item-792.signup-cta a {
    box-shadow: 6px 6px 0 #9A2559;
}

li#menu-item-1834.workshops-cta a {
 	box-shadow: 6px 6px 0 #104065;
}

li#menu-item-2729.quizzes-cta a {
	 box-shadow: 6px 6px 0 #266069;
}

li#menu-item-792.signup-cta a:hover,
li#menu-item-1834.workshops-cta a:hover,
li#menu-item-2729.quizzes-cta a:hover {
	box-shadow: 6px 6px 0 #555;
}

li#menu-item-792.signup-cta a:hover:after,
li#menu-item-1834.workshops-cta a:hover:after {
	width: 110px;
    height: 110px;
    transition: all 0.15s ease-in-out;
    top: -10px;
}

li#menu-item-1834.workshops-cta a:hover:after {
	left: -20px;
}

li#menu-item-792.signup-cta a:hover:after {
	right: -20px;
}

li#menu-item-2729.quizzes-cta a:hover:after {
	width: 160px;
    height: 160px;
    transition: all 0.15s ease-in-out;
    top: 20px;
    right: -57%;  
}

ul.wp-block-list.sales-list {
    margin-bottom: 0;
    font-size: 18px;
        margin-left: 28px;
}

ul.wp-block-list.sales-list li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left:7px;
}

ul.wp-block-list.sales-list li:before {
    content:"";
    display:block;
    width: 25px;
    height:20px;
    background: url('images/tick.svg') center center no-repeat;
    position: absolute;
    background-size: cover;
    left:-26px;
    top: 5px;
}


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

	.page-id-2052 .wp-block-group.light-blue-box.shadow.grid h3.has-text-align-left {
	    min-height: 8.64rem;
	}

	.page-id-2056 .wp-block-columns.wp-container-core-columns-is-layout-9d6595d7 h3.wp-block-heading {
    	font-size: 2rem;
    	min-height: 7.2rem;
	}

}

.wp-block-group.purple-dots-right .more.large a {
    display: inline-block;
}



.wp-block-columns.border-white.reverse .wp-block-column:not(.no-border) {
    background: #fff;
    border: 5px solid rgb(63, 130, 180);
}

.wp-block-columns.border-white.reverse h3,
.wp-block-columns.border-white.reverse ul li {
    color:rgb(63, 130, 180)!important;
}

.entry-content :where(.wp-block-columns.is-layout-flex) {
    gap: 3em;
}

.wp-block-columns.border-white.left-align .wp-block-column:not(.no-border) {
    align-items: flex-start;
    text-align: left;
}


.wp-block-columns.vert-center .wp-block-column {
    align-items: center;
    display: flex;
    justify-content: center;
}

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

	.wp-block-columns, 
	.wp-block-group__inner-container, 
	figure.wp-block-image, 
	.wp-block-group > p, 
	#gform_wrapper_1, 
	.wp-block-latest-posts.is-grid, 
	.wp-block-group > h2,
	.wp-block-group > h3,
	 .error404 .site-inner .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wp-block-columns .wp-block-columns {
				padding-left: 0;
		padding-right: 0;
	}

}

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

	.site-header .widget-area.header-widget-area {
    	width: 600px;
    	max-width: 600px;
	}

	li#menu-item-792.signup-cta a, 
	li#menu-item-1834.workshops-cta a, 
	li#menu-item-2729.quizzes-cta a {
		font-size: 14px;
	}

}


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

	.site-header .widget-area.header-widget-area {
	    margin: 0 auto;
	    display: block;
	    float:  none;
	}

	.title-area {
	    display: block;
	    margin: 0 auto;
	    float: none;
	}

}

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

	.site-header {
		background: url(images/dots.svg) top right no-repeat #fff;
		background-size: auto 150px;
	}

	ul#menu-header-menu {
	    columns: 1;
	    max-height:99999px;
	}

	.site-header .widget-area.header-widget-area {
	    width: 100%;
	}

	li#menu-item-2729.quizzes-cta,
	.header-widget-area ul.genesis-nav-menu li.menu-item {
		margin-left:0;
	}


}


.grid .wp-block-columns .wp-block-column:not(.no-shadow) {
    box-shadow: 7px 7px 0 rgb(28,51,97);
}

.mobile {
	display: none!important;
}

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

	.desktop {
		display: none!important;
	}

	.mobile {
		display: block!important;
	}

	li#menu-item-792.signup-cta a, li#menu-item-1834.workshops-cta a, li#menu-item-2729.quizzes-cta a {
	    padding: 10px;
	}

	li#menu-item-792.signup-cta, li#menu-item-1834.workshops-cta, li#menu-item-2729.quizzes-cta {
	    padding: 7px 0;
	}

	li#menu-item-792.signup-cta a:after {
	    width: 70px;
	    height: 70px;
	    top: -10px;
	}

	li#menu-item-1834.workshops-cta a:after {
	    width: 70px;
	    height: 70px;
	    top: -10px;
	}

	li#menu-item-2729.quizzes-cta {
	    width: 100%;
	}

	li#menu-item-2729.quizzes-cta a {
	    height: auto;
	}

	li#menu-item-2729.quizzes-cta a:after {
	    right: 10px;
	    width: 70px;
	    height: 70px;
	    top: -10px;
	}

	.header-widget-area ul.genesis-nav-menu li.menu-item {
	    margin: 0;
	}

	section#nav_menu-2 {
	    padding: 0;
	}

	.header-image .site-title > a {
	    min-height: 120px;
	    background-position: left center;
	}

	.site-inner {
	    margin-top: -10px;
	}

	.home .site-inner {
		margin-top: -20px;
	}

	.home .entry-content,
	.page-id-14 .entry-content,
	.page-id-6 .entry-content {
		padding-top: 0;
	}

	header.site-header {
	    z-index: 999;
	    position: relative;
	    background-color: none;
	    background: url(images/dots.svg) top right no-repeat;
	}

	.page-id-2047 .wp-block-column.no-border {
		display: none!important;
	}

	li#menu-item-1834.workshops-cta a {
	    text-align: left;
	}

	li#menu-item-1834.workshops-cta a:after,
	li#menu-item-1834.workshops-cta a:hover:after {
	    /*left: auto;
	    right: 3px;
	    width: 40px;
	    height: 40px;
	    top: 5px;*/
	     display: none;
	}

	li#menu-item-792.signup-cta a:after,
	li#menu-item-792.signup-cta a:hover:after {
	    /*width: 40px;
	    height: 40px;
	    top: 5px;
	    right: 0;*/
	     display: none;
	}

	li#menu-item-2729.quizzes-cta a:after,
	li#menu-item-2729.quizzes-cta a:hover:after {
	    /*width: 40px;
	    height: 40px;
	    top: 5px;
	    right: 5px;*/
	     display: none;
	}

	li#menu-item-2729.quizzes-cta br:first-of-type {
	    display: none;
	}

	li#menu-item-792.signup-cta a, li#menu-item-1834.workshops-cta a, li#menu-item-2729.quizzes-cta a {
	    padding: 5px;
	}

	li#menu-item-792.signup-cta, li#menu-item-1834.workshops-cta, li#menu-item-2729.quizzes-cta {
	    width: 33%;
	}

	ul#menu-header-menu {
	    display: flex;
	    gap: 10px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	li#menu-item-792.signup-cta a, li#menu-item-1834.workshops-cta a, li#menu-item-2729.quizzes-cta a {
	    font-size: 14px;
	    font-weight: normal;
	    text-align: center;
	}

	.wp-block-spacer {
	    max-height: 40px !important;
	}

	.quote-box .wp-block-columns .wp-block-columns .wp-block-column:first-of-type,
	.purple-hex:after {
    	display: none;
	}

	.wp-block-columns.quoter .wp-block-column:nth-of-type(2) {
    	display: none!important;
	}

	.home .wp-block-cover .wp-block-cover__image-background {
	    object-fit: unset;
	    max-width: 400%;
	    width: auto;
	    left: -60px;
	    top: -50px;
	}

	.wp-block-cover{
	    min-height: 55vh !important;
	}

	.entry-content :where(.wp-block-columns.is-layout-flex) {
    	gap: 30px;
	}

	figure.wp-block-gallery.has-nested-images {
	    margin: 0;
	}

	.mobnone {
		display: none;
	}

	.wp-block-columns.border-white {
		margin-bottom: 0;
	}

	.no-border {
    	height: 0;
	}

	.page-id-1757 .wp-block-columns.quoter .wp-block-column:nth-of-type(2) {
	    display: block!important;
	}

	.studies .wp-block-column h4,
	.studies-second .wp-block-column h4,
	.studies.quiz .wp-block-column h3, 
	.studies.quiz .wp-block-column h4 {
	    margin-top: 20px;
	}

	.studies .wp-block-column a,
	.studies-second .wp-block-column a {
	    font-size: 18px;
	    text-decoration: none;
	}
	
	.about-hero img {
		width: 350% !important;
        left: -125% !important;
}
	
	.entry-content > p,
	.entry-content > h2,
	.entry-content > h3,
	#post-content p,
	#post-content h2,
	#post-content h3,
	.single-post .wrap.intro{
    padding: 0 20px;
}
	
	.single-post figure.wp-block-image.size-full img {
    	width: 100%;
		height: auto !important;
	}
	
	li#menu-item-792.signup-cta a, 
li#menu-item-1834.workshops-cta a, 
li#menu-item-2729.quizzes-cta a {
    font-size: 0;
}

li#menu-item-792.signup-cta a:before {
    content: 'Hints & Tips';
    font-size: 14px;
}

li#menu-item-1834.workshops-cta a:before {
    content: 'Workshops';
    font-size: 14px; 
}

li#menu-item-2729.quizzes-cta a:before {
    content: 'Quizzes';
    font-size: 14px;
}
	
	.wp-block-columns.border-white.margin-bottom {
		margin-bottom: 30px;
	}

		.wp-block-cover.is-light.bespoke-banner {
		min-height: 45vh !important;
	}
	
	#blog-header .wrap.intro {
		flex-direction: column;
		text-align:center;

	}

	#blog-header .wrap.intro .one-half {
		width:100%;
		margin:0;
	}
	
	.wp-block-columns .wp-block-group p,
	.wp-block-columns .wp-block-group h2,
	.wp-block-columns .wp-block-group h3 {
		padding-left: 0;
		padding-right: 0;
	}


}


	.studies .wp-block-column a,
	.studies-second .wp-block-column a {
	    font-size: 18px;
	    text-decoration: none;
	}



@media only screen and (max-width: 850px) {
	
	#post-content h2 {
		padding: 0;
	}
	
	#post-content p {
		padding: 0;
	}
	
	#post-content h3 {
		padding: 0
	}
	
}

.page-template-template_results h1 {
	padding: 0 3%
}

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

	.page-template-template_results h1 {
		padding: 0 9%;
	}
	
}