/*!
Theme Name: healthyincite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: healthyincite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

healthyincite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/

/*@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*
Theme Name: Health Incite
Description: Custom theme for Healthy Incite website
Version: 1.0.0
Author:	Dariia Leliukh
Theme URI: https://www.upwork.com/fl/dariialelyukh
Author URI: https://www.upwork.com/fl/dariialelyukh
*/
@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/fontawesome-webfont.eot');
}
html, body {
	/* DEleting horizontal scrolling */
	overflow-x: hidden;
}

p{
	text-align: justify;
}
.text-w-image-section .text-right .subhead, .text-right .h2{
	text-align: right !important;
}
.text-w-image-section .h2{
	padding-top: 0;
	padding-bottom: 0;
}

a{
	color: #666666;
}
header a:hover{
	text-decoration:none;
}


section.home-banner{
	min-height: 300px;
	margin-top: 70px;
}
section.home-banner img{
	max-height: 750px;
	float: right;
	position: relative;
	top: -36px;
	right: -25%;
}
.card{
	border: none;
	background-color: transparent;
}
section.home-banner h1{
	font-weight: 700;
	margin-top: 40px;
}
section.home-banner p.text{
	font-size: large;
}
.btn-custom{
	color: #fff !important;
	border-color: #6bbae3;
	background-color: #6bbae3;
	padding: 9px 19px;
	min-width: 200px;
	min-height: 53px;
	border-radius: 30px;
	display: inline-block;
}
section.home-banner .button{
	text-align: left;
	padding-left: 0;
}
.btn-custom a{
	color: #fff;
	font-weight: 400;
}
.btn-custom:hover{
	border-color: #642E86;
	background-color: #642E86;
}
.btn-custom a:hover{
	color: #fff;
	text-decoration: none;
}
@media (max-width: 575px){
	.home-banner img{
		display: none;

	}
	section.home-banner{
		background-image: url(https://www.healthyincite.com/wp-content/uploads/2020/07/575x300px-header-banner.jpg);
		background-repeat: no-repeat;
	}
	section.home-banner .card{
		width: 75% !important;
	}
	section.home-banner .card p.text {
		color: #fff;
		font-size: 16px;
	}
	section.home-banner h1{
		font-size: 25px;
		margin-top: 0;
	}
	section.home-banner{
		margin-top: 25px;
	}
}
@media (max-width: 767px){
	section.home-banner h1{
		font-size: 25px;
		margin-top: 0;
	}
	.btn-custom{
		min-width: 180px;
	}
}
.two-col-cta-section .tile-inner img{
	height: 225px;
}
.tile-inner p.title{
	color: #000;
	font-size: 1.5em;
	font-weight: 500;
}
.two-col-cta-section{
	margin: 30px 0;
}
.two-col-cta-section h2{
	font-size: 2.2em;
	font-weight: 600;
	color: #642E86;
}
.two-col-cta-section .card a{
	padding: 15px 0;
	border-radius: 11px;
}
.two-col-cta-section .card a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 9px #0000001c;

}
@media (min-width: 576px){
	.featured-review-section img.big-image{
		max-height: 750px;
		float: right;
		position: relative;
		right: -25%;
	}
}
.featured-review-section p.title{
	color: #000;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 40px;
}
.double-quote{
	margin-bottom: 40px;
}
#carouselReviews{
	min-height: 200px;
}
.featured-review-section .carousel-inner .author{
	float: right;
	margin-top: 40px;
	font-size: 17px;
	font-weight: 500;
	color: #642E86;
}
#carouselReviews .review{
	font-size: 17px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #000;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6{
	padding-top: 30px;
	padding-bottom: 30px;
}
.featured-review-section{
	margin: 66px auto;
}
.text-w-image-section{
	margin-bottom: 100px;
}
.text-w-image-section .button{
	padding-left: 0;
	margin-top: 20px;
	padding-right: 0;
}
.text-w-image-section .subhead{
	text-transform: uppercase;
	color: darkgrey;
	font-size: 16px;
	font-weight: 500;
}
.img-right img{
	float:right;
}
@media (max-width: 991px){
	.img-right img{
		float: none;
	}
	.img-right {
		text-align:center;
	}
}


/*
-------------------------- Tiles Section
*/
.icons-section {
	margin: 50px auto;
}
.icons-section p.title {
	font-size: 40px;
	color: #000;
	font-weight: 600;
}
.tiles-section p.title{
	font-size: 2em;
	color: #004990;
	font-weight: 600;
}
.tiles-section .card-block{
	box-shadow: 0px 0px 9px #0000001c;
	background-color: white;
	border-radius: 11px;
	min-height: 135px;
	margin-top: 10px;
}
.tiles-section .tile-inner p{
	font-size: 1em;
}

.wp-block-columns .wp-block-column:nth-child(1){
	padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child{
	padding-right: 0;
}
.card a:hover{
	text-decoration: none;
}

/*
* ------------Icons Tiles Section
*/


.tile{
	box-shadow: 0px 8px 17px grey;
	background-color: white;
	/*width: 80%;*/
	border-radius: 11px;
	min-height: 300px;
	margin-top: 10px;
}
.icons-section p.title{
	font-size: 40px;
	color: #000;
	font-weight: 600;
}

.home-page .tile{
	width: 80%;
}
.icons-section .container:not(.full){
	width: 70%;
}
.icons-section .card-block{
	min-height: 135px;
	border: 2px solid #642E86;
	border-radius: 15px;

}
.icons-section .tile-inner{
	margin-top: 40px;
}
.tile-inner .text{
	padding: 0 20px;
}

@media screen and (max-width: 425px){
	.icons-section .container{
		width: 100%;
	}
	.home-page .tile{
		width: 90%;
		min-height: 222px;
		margin: 9px 0;
	}
}

@media screen and (min-width: 426px) and (max-width: 767px){
	.icons-section .container{
		width: 100%;
	}
	.home-page .tile{
		width: 90%;
		min-height: 290px;
		margin: 9px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.icons-section .container{
		width: 100%;
	}
	.home-page .tile{
		width: 95%;
		min-height: 300px;
		margin: 9px 0;
	}
}
@media screen and (min-width: 993px) and (max-width: 1400px){
	.icons-section .container:not(.full){
		width: 80%;
	}
}
@media screen and (min-width: 1401px) and (max-width: 1700px){
	.home-page .tile{
		width: 90%;
	}.home-page.icons-section .container:not(.full){
		 width: 70%;
	 }
}
@media screen and (min-width: 1701px){
	.home-page .tile{
		width: 80%;
	}.home-page.icons-section .container:not(.full){
		 width: 65%;
	 }
}
@media (max-width: 575px){
	.icons-section .card{
		width: 60%;
	}
}
@media (max-width: 450px){
	.icons-section .card{
		width: 75%;
	}
}
@media (max-width: 330px){
	.icons-section .card{
		width: 100%;
	}
}

.tile .tile-inner{
	align-items: center;
}
.tile-inner p{
	font-size: 1.5em;
	font-weight: 500;
	margin-top: 22px;
	padding: 0 15px;
	color: #642E86;
	width: 80%;
	text-align: center;
}
.tile a:hover{
	text-decoration: none;
}
.tile > .tile-inner{
	vertical-align: middle;
}
.icons-section .tile-inner img{
	/*width: 150px;*/
	height: 45px;
}

/*
----------------------- Circles
*/
.circle {
	margin: 36px 5px;
	display: inline-block;
	padding: 16px;
	text-align: center;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	/*border: 2px solid #1d2087;*/
	position: relative;
	z-index: 2;
	border: none;
	color: #666666;
	line-height: 50px;
	overflow: hidden;
}

.circle::before,
.circle::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.circle,
.circle::before,
.circle::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.circle:hover {
	cursor: pointer;
	background-color: #5c5eae !important;
}

.circle:hover p {
	color: #fff !important;
}
.circle::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.circle:hover::after {
	background: #5c5eae;
	border-radius: 50%;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

.circle a {
	text-decoration: none;
	color: #1d2087;
}

.circle h2 {
	font-size: 60px;
}

.circle h2 small {
	color: #1d2087;
}

.circle p {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
}
.circle .circle-title{
	margin-top: 50px;
	font-weight: 500;
	width: 60%;
	color: #000;
}
.circle:hover .circle-title {
	margin-top: 6px;
	margin-bottom: 14px;
	font-weight: 400;
	font-size: 24px;
}
.small-circles .circle:hover .circle-title {
	font-size: 21px;
	margin-top: 20px;
}

.circle .subhead{
	color: #000;
	margin-top: 42px;
}
.circle .btn-custom {
	min-height: 30px;
	min-width: 150px;
	text-transform: none;
}
.circle .btn-custom:hover{
	background-color: #5c5eae;
	border-color: #f5f5f5;
}
@media (min-width: 1200px){
	.container.small-circles {
		width: 75%;
	}
}
@media (max-width: 1199px){
	.container.small-circles {
		width: 80%;
	}
}
@media (max-width: 1024px){
	.container.small-circles {
		width: 100%;
	}
}
.container.big-circles,
.container.small-circles {
	padding: 0;
}
.circle-holder{
	padding: 0;
}
.small-circles .circle p {
	font-size: 21px;
}
.small-circles .circle-title{
	margin-top: 40px;
	min-height: 72px;
}
.small-circles .circle:hover .circle-title{
	min-height: 20px;
}
.small-circles .subhead{
	margin-top: 25px;
}
.circle-hybrid .circle-title{
	font-size: 27px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}
.circle-hybrid .btn-custom{
	border-color: #f5f5f5;
}

.short-info.text-hidden{
	opacity: 0;
	display: none;
	transition: all 0.5s;
}
.circle:hover .short-info.text-hidden{
	opacity: 1;
	display: block;
	font-size:small;
	margin-bottom: 0;
}
.circle:hover .subhead.text-hidden{
	opacity: 0;
	display: none;
}

.footer{
	background-color: #6bbae3;
	min-height: 50px;
}
.footer.footer-bottom{
	background-color: #009edc;
	min-height: 50px;
}
.footer.footer-bottom .container{
	padding: 14px;
}
.footer .container{
	padding: 44px 0;
	color: #fff;
}
.footer ul li{
	list-style: none;
	color: #fff;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	text-decoration: none;
	color: #642E86;
}
@media (max-width:767px){
	.footer{
		text-align:center;
	}
	.footer p {
		text-align:center;
	}
	.footer ul:nth-child(1) {
		margin-top: 15px;
	}

}
.footer .logo img{
	max-width: 225px;
}
.footer ul{
	margin-left:0;
	padding-left: 0;
}
.footer a.nav-link{
	padding: 0 !important;
}

.button p{
	text-align: center;
}

.menus{
	margin-top: 30px;
}
.footer .menu-title{
	font-size: 19px;
	font-weight: 500;
}
@media(max-width:991px){
	.socials, .socials p{
		text-align: center;
	}
}
@media(min-width:769px){
	.menus:nth-child(2){
		padding-left: 36px;
	}
}
.testimonials-section .author{
	text-align: right;
	font-weight: bold;
}

.no-touch .w-nav.type_desktop .menu-item-language:hover > a, .no-touch .w-nav-item.level_1:hover > .w-nav-anchor{
	color: #642E86 !important;

}


.l-section{
	padding-top: 0 !important;
}

.w-blog-post-meta-author{
	display: none !important;
}

.hi-profile .panel{
	height: 420px;
}

.hi-profile .custom_icon{
	right: 7px;
	top: 7px;
	width: 40px;
	height: 40px;
	font-size: 36px;
	cursor: pointer;
}
.hi-profile .custom_icon:hover{
	background-color: #6bbae3;
}
.hi-profile .glyphicon{
	position: absolute;
}
.custom_icon:hover{
	cursor: pointer;
}

.noImgMessage{
	text-align: center;
	height: 497px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 50%;
}

.hi-profile input[type="file"]{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.top-header{
	background-color: #6BBAE3;
	min-height: 40px;
}
.top-header i{
	color: #fff;
	font-size: 13px;
	opacity: 0.5;
}
.top-header a.email:hover i,
.top-header a.email:hover p{
	color: #642E86;
}
.top-header p{
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	padding-left: 5px;
	font-size: 13px;
}
.top-header .address{
	display: inline;
	margin-left: 20px;
	color: #fff;
}
.top-header .socials i{
	opacity: 1;
	font-size: 18px;
	padding-left: 12px;
}
.top-header .socials a:hover i{
	color: #642E86;
}

@media (max-width: 767px) {
	.top-header{
		display: none;
	}
}
/*.main-nav{
	width: 100%;
}
.main-nav .logo{
	max-width: 200px;
}
.main-nav.toggled #primary-menu{
	background-color: #6BBAE3;
}
.main-nav.toggled #primary-menu .nav-menu{
	padding: 20px;
}

.main-nav #primary-menu a{
	font-weight: 400;
	color: #fff;
}
.main-nav #primary-menu a:hover{
	color: #642E86;
}
.site-branding.home .main-nav #primary-menu a{
	color: #000000;
}
.site-branding.home .main-nav #primary-menu a:hover{
	color: #642E86;
	border-bottom: 1px solid #642E86;
	padding-bottom: 2px;
}
.main-nav.toggled #primary-menu a{
	 color: #fff;
 }
.site-branding{
	background-color: #6BBAE3;
}
.site-branding.fixed-top{
	background-color: #fff;
}
.site-branding.fixed-top .main-nav #primary-menu a{
	color: #000000;
}
.site-branding.fixed-top .main-nav #primary-menu a:hover{
	color: #642E86;
	border-bottom: 1px solid #642E86;
	padding-bottom: 2px;
}
.site-branding.home{
	background-color: #fff;
}*/
.entry-header{
	background-color: #6BBAE3;
}
.entry-header h1{
	margin: 0;
	color: #fff
}
.entry-header .container{
	padding: 50px 0 75px;
}
.widget-title{
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}
.widget ul{
	list-style: none;
	margin-left: 15px;
	padding-left: 0;

}
.widget_recent_entries ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before{
	position: absolute;
	left: 15px;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	opacity: 0.5;
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.site-main .container{
	margin-top: 100px;
	margin-bottom: 100px;
}
.post-excerpt{
	margin: 75px 0;
}
.post-excerpt:first-of-type{
	margin-top: 25px;
}
.blog .post-title{
	font-size: 19px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}
.post-excerpt a:hover{
	text-decoration: none;
	color: #642E86;
}
.post-excerpt .date{
	margin-bottom: 15px;
}
.post .content{
	padding-right: 25px;
}
.related-posts h2{
	color: #642E86;
}
.related-posts {
	margin-bottom: 50px;
}
.column-item-footer{
	display: none;
}
.pricingtable .column-item-body{
	font-size: 15px !important;
}
.pricingtable .column-2{
	z-index: 1;
}
.pricingtable .column-2 .column-item{
	background-color: #6bbae3!important;
}
.pricingtable .column-2 .column-item .column-item-data,
.pricingtable .column-2 .column-item span{
	color: #fff !important;
}
@media (max-width: 991px) {
	.pricingtable .column{
		width: 100% !important;
	}
}
input[type="file"]#fileToUpload{
	opacity: 1;
}
.modal-dialog{
	max-width: 80% !important;

}
.hi-profile .main{
	height: 507px;
	overflow: hidden;
}

.tip-text h6 {
	color: #5d5e5f;
	font-weight: 600;
	margin-top: 20px;
}

.drop-preloader {
	display: none;
	position: absolute;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='128px' height='16px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='%23FFFFFF' /%3E%3Cg%3E%3Cpath d='M-22.949-5.576l4.525,4.525L-41.051,21.576l-4.525-4.525Zm19.2,0L0.776-1.051-21.851,21.576l-4.526-4.525Zm19.2,0,4.525,4.525L-2.651,21.576l-4.525-4.525Zm19.2,0,4.525,4.525L16.549,21.576l-4.525-4.525Zm19.2,0,4.525,4.525L35.749,21.576l-4.526-4.525Zm38.4,0,4.525,4.525L74.149,21.576l-4.525-4.525Zm-19.2,0,4.525,4.525L54.949,21.576l-4.526-4.525Zm38.4,0,4.525,4.525L93.349,21.576l-4.526-4.525Zm19.2,0,4.525,4.525L112.549,21.576l-4.525-4.525Zm19.2,0,4.525,4.525L131.749,21.576l-4.525-4.525Z' fill='%23000000' fill-opacity='1'/%3E%3CanimateTransform attributeName='transform' type='translate' from='0 0' to='-19 0' dur='1080ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E%0A");
	width: calc(100% - 10px);
	height: calc(100% - 139px);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	background-color: #d3d3d396;
}
.archive .post-title{
	font-size: 19px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}
.post-type-archive-resource .card{
	padding: 0;
}
.post-type-archive-resource .card a:hover .card-body{
	color: #642E86;
}
.post-type-archive-resource .card-body{
	background-color: #6bbae3;
	color: #fff;
	border-radius: 0 0 15px 15px;
	text-transform: uppercase;
	font-size: 17px;
}
.post-type-archive-resource .card img{
	border-radius: 15px 15px 0 0;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
	.post-type-archive-resource .card img{
		height: 230px;
	}
}
@media (max-width: 500px) {
	.post-type-archive-resource .card img{
		height: auto;
	}
}
.post-type-archive-resource .category-tiles{
	margin-bottom: 50px;
}


/*
	resource library sidebar
*/

.resource-library-widget .resource-library-sidebar-title{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
}
.resource-library-widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.resource-library-widget ul li a{
	padding: 16px 16px 16px 0;
	border-bottom: 1px solid lightgrey;
}


/*Menu updated styles*/
.home .header-body{
	background: #fff;
}
.header-body{
	padding: 15px 0;
	position: relative;
	background: #6bbae3;
}
.header-body .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-header .logo img {
	width: auto;
	height: 100px;
}
.nav-holder{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.primary-navigation li {
	position: relative;
}
.primary-navigation, .primary-navigation .drop-holder ul {
	line-height: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-navigation a {
	font-size: 25px;
	line-height: 1;
	color: #fff;
}
.home .primary-navigation a,
.primary-navigation .drop-holder a{
	color: #000000;
}

.primary-navigation a:hover {
	color: #642E86;
	border-bottom: 1px solid #642E86;
}

.primary-navigation .opener-nav {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	vertical-align: top;
}
.primary-navigation .drop-holder {
	min-width: 200px !important;
}
.primary-navigation .drop-holder a{
	padding-left: 0;
}
.primary-navigation .drop-holder ul{
	background: white;
	border: 1px solid #6bbae3;
	min-width: 150px;
	border-radius: 13px;
}
.home .primary-navigation .drop-holder ul {
	color: #fff;
}
.is-active .nav-holder {
	display: block;
}

@media (min-width: 992px) {
	.primary-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.primary-navigation li {
		padding: 5px 0;
	}
	.primary-navigation a {
		font-size: 16px;
	}
	.primary-navigation .opener-nav {
		display: none;
	}
	.primary-navigation .drop-holder {
		position: absolute;
		z-index: 100;
		top: 100%;
		right: 0;
		visibility: hidden;
		min-width: 100%;
		padding-top: 10px;
		opacity: 0;
	}
	.primary-navigation li:hover > .drop-holder {
		visibility: visible;
		opacity: 1;
	}
	.home .primary-navigation .drop-holder ul {
		background: #6bbae3;
	}
	.primary-navigation .drop-holder ul {
		width: 100%;
		padding: 10px 15px;
		border-radius: 10px;
		background: #fff;
	}
}

.primary-navigation .opener-nav:after {
	position: absolute;
	top: 60%;
	left: 30%;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

@media (max-width: 991px) {
	.primary-navigation a{
		display: inline;
	}
	.home .primary-navigation a,
	.primary-navigation .drop-holder a{
		color: #fff;
	}
	.nav-holder {
		display: none;
	}
	.nav-holder {
		position: absolute;
		z-index: 100;
		top: 100%;
		right: 0;
		left: 0;
		overflow: hidden;
		padding: 20px 15px 40px;
		text-align: center;
		opacity: 0;
		border-radius: 0 0 10px 10px;
		background: #6bbae3;
	}
	.is-active .nav-holder {
		overflow: visible;
		opacity: 1;
	}
	.primary-navigation li{
		margin-top: 20px;
		text-align: left;
	}
	.primary-navigation li a{
		color: #fff;
	}
	.primary-navigation .drop-holder{
		margin-left: 50px;
	}
	.primary-navigation .drop-holder .slide-nav{
		background: none;
	}
}

button.hamburger {
	border: none;
	background-color: #6bbae3;
	border-radius: 5px;
	padding: 4px 8px 8px;
}
button.hamburger:focus {
	outline: none;
}
.hamburger:hover {
	opacity: 1;
}
.hamburger-box {
	border: none;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 30px;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	position: absolute;
	width: 40px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #fff;
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-delay: .13s;
	transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .13s;
	transition-duration: .13s;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger-inner::before, .hamburger-inner::after {
	display: block;
	content: '';
}
.hamburger--collapse .hamburger-inner::before {
	-webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
	transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
	transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.is-active .hamburger-inner {
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
	opacity: 0;
}

@media (min-width: 992px) {
	.hamburger {
		display: none;
	}
}

.full-width-section{
	position: relative;
	top: 0;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.full-width-section > * {
	display: inline-block;
	max-width: 99.99%;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}

@media (min-width: 1200px) {
	.full-width-section .container {
		max-width: 1140px;
		display: block;
	}
}

.landing-page-hero-section .right-side-image{
	padding: 0;
}

.landing-page-hero-section .right-side-image img{
	max-height: 600px;
}
.landing-page-hero-section .hero-info{
	padding: 0;
	background-position: right bottom;
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
}
.landing-page-hero-section .hero-info > * {
	max-width: 60%;
}
.landing-page-hero-section .hero-info .inner-text{
	position: relative;
}
.landing-page-hero-section .hero-info h2{
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	font-size: 3vw;
	color: #6BBAE3;
	padding-top: 0;
	padding-bottom: 0;
}
.landing-page-hero-section .hero-info .subhead{
	text-transform: capitalize;
	color: #000;
	font-size: 1.5vw;
	font-weight: 500;
}
.landing-page-hero-section .hero-info .description {

}

@media (min-width: 768px) {
	.landing-page-hero-section .hero-info > *{
		left: calc((100vw - 700px)/2);
		top: 10%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.landing-page-hero-section .hero-info > *{
		left: calc((100vw - 900px)/2);
		top: 25%;
		max-width: 42%;
	}
}
@media (min-width: 1200px) {
	.landing-page-hero-section .hero-info > *{
		left: calc((100vw - 1100px)/2);
		top: 17%;
		max-width: 33%;
	}
	.landing-page-hero-section .hero-info .description {
		font-size: larger;
	}
}

@media (max-width: 767px) {
	.landing-page-hero-section{
		max-width: 540px;
		margin: auto;
		position: unset;
		transform: unset;
		left: unset;
		width: 100%;
		top: unset;
	}
	.landing-page-hero-section .row{
		flex-direction: column-reverse;
	}
	.landing-page-hero-section .hero-info{
		background-image: none !important;
		margin-top: 30px;
	}
	.landing-page-hero-section .inner-text{
		position: unset;
		width: 100%;
		max-width: 100%;
	}
	.landing-page-hero-section .hero-info h2{
		font-size: 1.5em;
	}
	.landing-page-hero-section .hero-info .subhead{
		font-size: 1em;
	}
	.landing-page-hero-section .hero-info .description {

	}
}
@media (max-width: 576px) {
	.landing-page-hero-section .hero-info{
		padding: 30px;
	}
}


.page-template-page-fullwidth .entry-content{
	margin-top: 0;
}

.landing-page-cta-section .socials a{
	font-size: 20px;
	border-radius: 5px;
	padding: 10px;
	width: 10px;
	height: 10px;
}
.landing-page-cta-section .socials a:hover i{
	color: #642E86;
}
.landing-page-cta-section .heading{
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
}
.landing-page-cta-section .more {
	font-size: 1.1em;
}
.landing-page-cta-section .follow,
.landing-page-cta-section .more {
	border-right: 1px dashed grey;
}
@media (max-width: 767px){
	.landing-page-cta-section .follow,
	.landing-page-cta-section .more {
		border: none;
	}
}

#product-component-1639338114374{
	margin: auto !important;
}

/*
	Top Navigation
*/
.top-navigation a,
.top-navigation a:visited {
	color: #fff;
}
.top-navigation a:hover {
	color: #642E86;
	border-bottom: 1px solid #642E86;
}

@media (max-width: 991px) {
	.top-navigation {
		line-height: 1;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.top-navigation li{
		margin-top: 20px;
		text-align: left;
	}
	.top-navigation li a{

	}
	.top-navigation li a.nav-link{
		list-style: none;
		text-align: left;
		box-sizing: inherit;
		text-decoration: none;
		background-color: transparent;
		padding: 0.5rem 1rem;
		font-size: 25px;
		display: inline;
		padding: 0.5rem 1rem;
	}
}

.home .site-main .container {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.home .site-main .container {
		margin-top: 0;
	}
}
.hero-section.full-width-section{
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 100px 0;
	background-color: #00b0f08c;
	color: #fff;
}
/*.hero-section.full-width-section .hero-info,*/
.contact-form-section.full-width-section .contact-form-cta .inner-text {
	left: calc((100vw - 1140px) / 2);
}
.hero-section.full-width-section .hero-info {
	padding-left: 30px;
}

.contact-form-cta .inner-text,
.contact-form-section .contact-form{
	max-width: calc(1140px / 2);
}

@media (max-width: 767px){
	.hero-section.full-width-section {
		padding: 50px 0;
	}
	.hero-section.full-width-section .hero-info,
	.contact-form-section.full-width-section .contact-form-cta .inner-text {
		left: unset;
		max-width: 100vw;
		padding: 0 30px;
	}
	.hero-section.full-width-section{
		background-image: none !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	/*.hero-section.full-width-section .hero-info,*/
	.contact-form-section.full-width-section .contact-form-cta .inner-text {
		left: calc((100vw - 690px) / 2);
	}

	.contact-form-cta .inner-text,
	.contact-form-section .contact-form {
		max-width: calc(690px / 2);
	}
}
@media screen and (min-width: 993px) and (max-width: 1400px){
	/*.hero-section.full-width-section .hero-info,*/
	.contact-form-section.full-width-section .contact-form-cta .inner-text {
		left: calc((100vw - 930px) / 2);
	}
	.contact-form-cta .inner-text,
	.contact-form-section .contact-form {
		max-width: calc(930px / 2);
	}
}
.hero-section.full-width-section h2{
	color: #fff;
	text-transform: uppercase;
}
.secondary-btn{
	border-color: #642E86;
	background-color: #642E86;
	padding: 9px 19px;
	min-width: 200px;
	min-height: 53px;
	border-radius: 30px;
	display: inline-block;
}
.secondary-btn:hover{
	background-color: #fff;
	border-color: #642E86;
}
.secondary-btn a{
	color: #fff;
}
.secondary-btn:hover a{
	color: #642E86;
	text-decoration: none;
}

.contact-form-section{
	background-repeat: no-repeat;
	background-position: right center;
	margin: 100px 0;
	padding: 50px 0;
	color: #fff;
	background: linear-gradient(90deg, #00b0f08c 50%, #FFF 50%);
}

.contact-form-section h2{
	color: #fff;
}
.contact-form-section .description{
	font-size: 20px;
}

#form_contact-form input[type=text],
#form_contact-form input[type=password],
#form_contact-form input[type=email],
#form_contact-form input[type=number],
#form_contact-form input[type=url],
#form_contact-form input[type=tel],
#form_contact-form input[type=file],
#form_contact-form input[type=search],
#form_contact-form select,
#form_contact-form textarea
{
	border-radius: 0;
	border-color: #6bbbe3;
	box-shadow: none;
}
#form_contact-form input[type=text]:focus,
#form_contact-form input[type=password]:focus,
#form_contact-form input[type=email]:focus,
#form_contact-form input[type=number]:focus,
#form_contact-form input[type=url]:focus,
#form_contact-form input[type=tel]:focus,
#form_contact-form input[type=file]:focus,
#form_contact-form input[type=search]:focus,
#form_contact-form select:focus,
#form_contact-form textarea:focus
{
	border-color: #642E86;
	box-shadow: none;
}

#form_contact-form button{
	border-color: #6bbbe3;
	background-color: #6bbbe3;
	color: #fff;
	padding: 9px 19px;
	min-width: 200px;
	min-height: 53px;
	border-radius: 30px;
	display: inline-block;
}
#form_contact-form button:hover {
	border-color: #642E86;
	background-color: #642E86;
}

@media (max-width: 767px){
	.contact-form-section{
		background: #00b0f08c;
	}
	.contact-form-section .contact-form{
		left: unset;
		max-width: 100vw;
		padding: 0 30px;
	}
	.contact-form-section form fieldset{
		background-color: transparent !important;
	}
	#form_contact-form button{
		border-color: #642E86;
		background-color: #642E86;
	}
}
.book-cta {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.book-cta .book-item {
	display: flex;
	flex-direction: row;
	max-width: 700px;
}
.book-cta .card {
	margin-bottom: 50px;
}
.book-cta .book-info{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 7px 33px rgb(0 0 0 / 48%);
	margin-bottom: 3rem;
	margin-top: 3rem;

}
.book-cta .book-title{
	text-transform: uppercase;
	color: #6bbbe3;
	text-align: right;
	font-size: larger;
	font-weight: 600;
}

.book-cta .book-image img{
	height: 100%;
	object-fit: contain;
	max-width: 300px;
}

.book-buttons {
	max-width: 700px;
	text-align: center;
}
.book-buttons p{
	color: #fff !important;
	border-color: #6bbae3;
	background-color: #6bbae3;
	font-weight: 600;
	padding: 9px 19px;
	min-width: 200px;
	min-height: 53px;
	border-radius: 30px;
	display: inline-block;
	line-height: 2rem;
}
.book-buttons .shopify-buy-frame {
	margin: 0 auto;
}

.book-cta .icons-section.container {
	max-width: 960px;
	margin: 0 auto;
	display: block;
	background: #6bbae3;
	border-radius: 30px;
	color: #fff;
}
.book-cta .icons-section .card-block {
	min-height: 135px;
	border: none;
}
.book-cta .icons-section .card-block .tile-inner img {
	width: 90px;
	height: 90px;
}
.book-cta .icons-section .card-block .tile-inner .text{
	font-weight: 500;
	font-size: 17px;
	padding: 15px 0 15px;
}

@media (min-width: 576px) {
	.icons-section.container {
		max-width: 540px;
	}
}
@media (min-width: 768px){
	.icons-section.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.icons-section.container {
		max-width: 960px;
	}
}

.book-cta .bottom-cta {
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

/* temp page-id-3601 */
.page-id-3601 .site-main .container {
	margin-top: 0;
	margin-bottom: 0;
}
.page-id-3601 .entry-content {
	margin: 0;
}
.page-id-3601 .page {
	margin: 0;
}

@media (max-width: 606px) {
	.book-cta .book-info {
		border-radius: 20px;
	}
	.book-cta .book-item {
		flex-direction: column;
	}
	.book-cta .book-title {
		text-align: center;
	}
	.book-cta .book-image {
		text-align: center;
	}
	.book-cta .icons-section .card-block {
		min-height: unset;
		display: contents;
	}
	.book-cta .icons-section .card-block .tile-inner img {
		width: 50px;
		height: auto;
	}
}