/*
Theme Name: Tenk Advisors
Description: WordPress Theme for Tenk Advisors
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?agun74");
	src: url("fonts/icomoon.eot?agun74#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?agun74") format("truetype"), url("fonts/icomoon.woff?agun74") format("woff"), url("fonts/icomoon.svg?agun74#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-community:before {
	content: "\e900";
	color: #19aaba;
}

.icon-linkedin:before {
	content: "\e901";
	color: #fff;
}

.icon-rocket:before {
	content: "\e902";
	color: #19aaba;
}

.icon-syringe:before {
	content: "\e903";
	color: #19aaba;
}

.icon-twitter:before {
	content: "\e904";
	color: #fff;
}

/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

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

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

h2 {
	font-size: 1.5em;
	margin: .83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: .83em;
	margin: 1.67em 0;
}

h6 {
	font-size: .75em;
	margin: 2.33em 0;
}

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

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p,
pre {
	margin: 1em 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace,serif;
	_font-family: "courier new",monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

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

small {
	font-size: 75%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu,
ol,
ul {
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
}

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

.clear {
	clear: both;
}

.clearfix:after,
.container:after,
.row:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
	content: "";
	display: block;
	clear: both;
}

html,
body {
	height: 100%;
}

html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: "Assistant", sans-serif;
	color: #022d40;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

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

.text-center {
	text-align: center;
}

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

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.media-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.media-container iframe,
.media-container object,
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.sprite {
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn,
a.btn {
	background: #19aaba;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	border: 0 none;
	border-radius: 10px;
	font-family: "Assistant", sans-serif, "Assistant", sans-serif;
}

a {
	color: #19aaba;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:link {
	outline: none;
}

a:hover,
a:focus {
	color: #19aaba;
	text-decoration: none;
}

.el-centered {
	margin: 0 auto;
	display: block;
}

.el-block {
	display: block;
}

.no-style {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.el-iblock,
.inline-boxes {
	font-size: 0;
}

.el-iblock li,
.inline-box {
	display: inline-block;
	vertical-align: top;
}

.bgr-style {
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: cover !important;
}

.bgr-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-upper {
	text-transform: uppercase !important;
}

.main-color {
	color: #19aaba;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.widget {
	margin-bottom: 1.5rem;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */

ul ul,
ul ol {
	margin: 0;
}

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

ul > ul > li {
	list-style-type: circle;
}

ol ol,
ol ul {
	margin: 0;
}

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

ol > ol > li {
	list-style-type: lower-alpha;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form textarea,
.comment-form input:not([type="submit"]) {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	height: 40px;
	padding: 0 15px;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.5rem;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5rem 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5rem;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	background: #19aaba;
	color: #fff;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #19aaba;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	background: #000;
	color: #fff;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

.navigation-single {
	margin-bottom: 1.5rem;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #022d40;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

/* Begin Images */

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	border: 1px solid #19aaba;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.5rem;
	text-align: center;
}

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

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.5rem;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mejs-container {
	margin-bottom: 1.5rem;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

blockquote {
	margin: 0 0 1.2em;
}

blockquote cite {
	display: block;
	padding-top: 5px;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

/* Galleries */

.widget .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.gallery-item {
	max-width: 50%;
	margin: 0;
	padding: 0 10px 1.5em;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	box-shadow: none;
	background: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	filter: opacity(60%);
}

.gallery-item img {
	-webkit-transition: filter .3s ease-in;
	transition: filter .3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

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

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

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.widget_search .search-form {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

.widget_search .search-form input {
	height: 40px;
	float: left;
	width: calc(100% - 110px) !important;
}

.widget_search .search-form button {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	border: 0 none;
	height: 42px;
	width: 70px;
	float: right;
	padding: 0 15px;
}

.widget .jcf-select {
	max-width: 320px !important;
	width: 100% !important;
	margin: 0 auto !important;
}

.entry .jcf-select {
	border: 1px solid #19aaba !important;
}

.entry .jcf-select .jcf-select-text {
	font-size: 20px !important;
}

.entry .search-form button[type=submit] {
	height: 42px;
}

p,
.content-editor,
ul {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 15px;
	font-family: "Assistant", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Assistant", sans-serif;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1.2;
}

h1 {
	font-size: 63px;
}

h2 {
	font-size: 53px;
}

h3 {
	font-size: 48px;
	font-weight: 700;
}

h4 {
	font-size: 40px;
}

h5 {
	font-size: 35px;
}

h6 {
	font-size: 30px;
	font-weight: 700;
}

.subtitle {
	font-size: 27px;
	color: #19aaba;
	font-weight: 700;
	display: block;
	margin-bottom: -6px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="text"] {
	border: 1px solid #19aaba;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border-radius: 3px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="text"]:focus {
	outline: 0;
}

textarea {
	border: 1px solid #19aaba;
	width: 100%;
	padding: 15px;
	resize: none;
	border-radius: 3px;
}

textarea:focus {
	outline: 0;
}

label {
	display: block;
	border: 0 none;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	color: #19aaba;
}

input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset] {
	box-sizing: border-box;
	font-family: "Assistant", sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 400;
	color: #fff;
	background: #022d40;
	border: 0 none;
	padding: 9px 15px;
	border-radius: 3px;
}

input[type=submit]:focus,
input[type=reset]:focus,
button[type=submit]:focus,
button[type=reset]:focus {
	outline: 0;
}

label sup {
	color: #19aaba;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #19aaba;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #19aaba;
}

.container {
	width: 94%;
	margin: 0 auto;
	max-width: 1470px;
}

.page-wrap {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.main-footer {
	display: table-row;
	height: 1px;
}

.wp-wrap {
	padding: 27px 0 60px;
}

.wp-left {
	width: 72%;
	padding: 0 36px;
}

.wp-right {
	width: 27.9%;
}

.menu-button {
	position: absolute;
	width: 27px;
	height: 27px;
	display: none;
	right: 3%;
	top: 33px;
	z-index: 97;
}

.menu-button:before,
.menu-button:after,
.menu-button span {
	background: #19aaba;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.menu-button:before,
.menu-button:after {
	content: "";
	top: 0;
}

.menu-button:after {
	top: 16px;
}

.menu-button.active span {
	opacity: 0;
}

.menu-button:hover {
	opacity: .9;
}

.menu-button.active:after,
.menu-button.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	left: 0;
	right: 0;
}

.menu-button.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-big {
	border-radius: 14px;
	display: inline-block;
	text-align: center;
	padding: 20px 20px 29px;
}

.btn-big span {
	display: block;
	font-size: 24px;
}

.btn-big span.btn-title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 3.5px;
}

.btn-big-2 {
	border-radius: 14px;
	display: block;
	text-align: center;
	padding: 38px 20px 43px;
	max-width: 548px;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 3.5px;
}

.btn-medium {
	display: inline-block;
	color: white;
	min-width: 360px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	padding: 27px 5px 30px;
	letter-spacing: 1.8px;
	border: 2px solid #19aaba;
	background-color: #19aaba;
}

.btn-medium:hover,
.btn-medium:focus,
.btn-medium:active {
	background-color: transparent;
	color: #19aaba;
}

.btn-medium-2 {
	display: block;
	color: white;
	max-width: 549px;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	border-radius: 11px;
	padding: 18px 25px 24px;
	letter-spacing: 2.6px;
	border: 2px solid #19aaba;
	background-color: #19aaba;
}

.btn-medium-2:hover,
.btn-medium-2:focus,
.btn-medium-2:active {
	background-color: transparent;
	color: #19aaba;
}

.btn-small {
	display: inline-block;
	color: white;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 7px;
	padding: 12px 20px 15px;
	letter-spacing: 1.8px;
	border: 2px solid #19aaba;
	background-color: #19aaba;
	min-width: 247px;
}

.btn-small:hover,
.btn-small:focus,
.btn-small:active {
	background-color: transparent;
	color: #19aaba;
}

.btn-second-color {
	background-color: #022d40;
	color: white;
	border: 2px solid #022d40;
}

.btn-second-color:hover,
.btn-second-color:focus,
.btn-second-color:active {
	background-color: transparent;
	color: #022d40;
}

.btn-main-color {
	background-color: #19aaba;
	color: white;
	border: 2px solid #19aaba;
}

.btn-main-color:hover,
.btn-main-color:focus,
.btn-main-color:active {
	background-color: transparent;
	color: #19aaba;
}

.btn-white-color {
	background-color: white;
	color: #19aaba;
	border: 2px solid white;
}

.btn-white-color:hover,
.btn-white-color:focus,
.btn-white-color:active {
	background-color: transparent;
	color: white;
}

.btn-yellow-color {
	background-color: #fbde5f;
	color: #022d40;
	border: 2px solid #fbde5f;
}

.btn-yellow-color:hover,
.btn-yellow-color:focus,
.btn-yellow-color:active {
	background-color: transparent;
	color: #19aaba;
}

.nav-menu {
	float: right;
}

.nav-menu > li {
	display: inline-block;
	padding: 0 10.3px;
	font-size: 23px;
	color: #022d40;
	position: relative;
}

.nav-menu > li:last-of-type {
	padding: 0 0 0 37px;
	position: relative;
}

.nav-menu > li:last-of-type:before {
	content: "|";
	display: inline-block;
	position: absolute;
	left: 11px;
	font-weight: 600;
}

.nav-menu a {
	font-weight: 600;
	color: #022d40;
	-webkit-transition: none;
	transition: none;
}

.nav-menu li a::after {
	display: block;
	content: attr(title);
	font-weight: 800;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.nav-menu li:hover > a,
.nav-menu li.current-menu-item > a {
	color: #12a9b9;
}

.nav-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nav-menu ul li {
	list-style-type: none;
}

.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100%;
	width: 240px;
	background: rgba(255, 255, 255, .75);
	display: none;
}

.nav-menu .sub-menu li {
	font-size: 23px;
	color: #022d40;
	display: block;
	text-align: left;
	position: relative;
}

.nav-menu .sub-menu > li a {
	display: block;
	padding: 10px 15px;
	position: relative;
}

.nav-menu .sub-menu ul {
	position: absolute;
	top: 0;
	left: 240px;
	background: rgba(255, 255, 255, .75);
	width: 240px;
	display: none;
}

.nav-menu .sub-menu li.menu-item-has-children:hover > a {
	font-weight: 800;
}

.nav-menu .sub-menu a span {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-menu > li:nth-last-of-type(-n + 3) .sub-menu ul {
	left: inherit;
	right: 240px;
}

.show-plus {
	display: inline-block;
	margin-left: 5px;
}

.no-touch .nav-menu li:hover > .sub-menu {
	display: block;
}

.touch .nav-menu li.active .sub-menu {
	display: block;
}

.main-header {
	position: fixed;
	background-color: rgba(255, 255, 255, .75);
	top: 0;
	width: 100%;
	padding: 17px 0;
	z-index: 100;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.main-header.active {
	background-color: white;
}

.main-header .logo {
	float: left;
}

.main-header .logo img {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.main-header .main-nav {
	float: right;
	padding-top: 50px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sticky-header {
	background-color: white;
	padding: 5px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sticky-header .logo img {
	height: 70px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sticky-header .main-nav {
	padding-top: 25px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-footer {
	margin: 0;
	padding: 0 18px 0 0;
	position: relative;
}

.nav-footer li {
	list-style: none;
	font-size: 23px;
	font-weight: 600;
	text-align: right;
	line-height: 1.25;
}

.nav-footer:after {
	display: inline-block;
	content: "";
	width: 1px;
	background-color: white;
	position: absolute;
	top: 9px;
	bottom: 2px;
	right: 0;
}

.login-link {
	font-size: 20px;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	padding: 30px 0 30px 18px;
}

.social-share {
	margin: 0;
	padding: 0;
}

.social-share li {
	list-style: none;
	display: inline-block;
	padding: 0 12px;
	vertical-align: top;
}

.social-share li a {
	display: inline-block;
}

.social-share li a:hover {
	opacity: .8;
}

.main-footer {
	color: white;
	background-color: #022d40;
}

.main-footer a {
	color: white;
}

.main-footer a:hover {
	color: #19aaba;
}

.main-footer p {
	font-size: 24px;
}

.main-footer .inner-footer {
	padding: 32px 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-footer .footer-logo {
	padding: 0 0 0 26px;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.main-footer .footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 34px 0 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-footer .footer-links .footer-links-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer .copyright {
	font-weight: 700;
	font-family: "Lato", sans-serif;
	text-align: center;
	padding: 0 31px 0 10px;
}

.main-footer .copyright p {
	margin-bottom: 14px;
}

.main-footer .footer-share {
	text-align: center;
	padding: 0 4px 8px;
}

.main-footer .footer-share p {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.hero {
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	position: relative;
}

.hero .hero-inner {
	width: 100%;
	position: absolute;
	top: 53.1%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage-hero {
	min-height: 943px;
	padding: 170px 0 112px;
}

.homepage-hero h1 {
	font-size: 197px;
	font-weight: 200;
	letter-spacing: 5px;
	line-height: 1;
	margin-bottom: -15px;
}

.homepage-hero h2 {
	font-size: 58px;
	font-weight: 400;
}

.difference-hero {
	min-height: 1063px;
	padding: 170px 0 27px;
}

.difference-hero .hero-inner {
	top: 57%;
}

.difference-hero h1 {
	font-size: 110px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: -10px;
}

.difference-hero img {
	opacity: .16;
	margin: 0 auto;
}

.join-team-hero {
	padding: 422px 0 112px;
}

.join-team-hero h1 {
	font-size: 138px;
	font-weight: 700;
	letter-spacing: 4.5px;
	margin-bottom: 50px;
	color: #022d40;
}

.join-team-hero .intro {
	text-align: left;
	font-size: 42px;
	max-width: 91%;
	margin: 0 auto 46px;
	color: #022d40;
}

.join-team-hero .btn-medium-2 {
	margin: 0 auto;
}

.join-team-hero .testimonial-single-box {
	max-width: 750px;
	margin: 66px auto 32px;
	text-align: center;
}

.join-team-hero .testimonial-single-box p {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: white;
}

.join-team-hero .testimonial-single-box img {
	margin-top: 13px;
}

.find-team-hero {
	padding: 419px 0 134px;
}

.find-team-hero h1 {
	font-size: 185px;
	font-weight: 700;
	letter-spacing: 4.7px;
	margin-bottom: 14px;
}

.find-team-hero .intro {
	text-align: left;
	font-size: 42px;
	max-width: 91%;
	margin: 0 auto 58px;
}

.find-team-hero .btn-medium-2 {
	margin: 0 auto;
}

.find-team-hero .testimonial-single-box {
	max-width: 1180px;
	margin: 77px auto 32px;
	text-align: center;
}

.find-team-hero .testimonial-single-box p {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 39px;
	color: white;
}

.find-team-hero .testimonial-single-box img {
	margin-top: 5px;
}

.case-study-hero {
	min-height: 677px;
	padding: 170px 0 112px;
}

.case-study-hero .hero-inner {
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	bottom: 10%;
}

.case-study-hero h4 {
	font-size: 50px;
	color: #00a8b9;
	font-weight: 700;
	margin-bottom: -23px;
	letter-spacing: 1px;
}

.case-study-hero h1 {
	font-size: 110px;
	font-weight: 700;
}

.blog-single-hero {
	padding: 287px 0 116px;
}

.blog-single-hero .container {
	max-width: 1344px;
}

.blog-single-hero h1 {
	font-weight: 700;
	line-height: 1.1;
}

.resources-hero {
	padding: 405px 0 100px;
}

.resources-hero h1 {
	font-size: 200px;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 53px;
}

.resources-hero h3 {
	font-size: 45px;
}

.choose-path-section {
	padding: 4px 0 62px;
}

.choose-path-section h2 {
	margin-bottom: 48px;
	color: #19a8b8;
}

.two-cols-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1330px;
	margin: 0 auto;
}

.two-cols-btn .two-cols-btn-item {
	width: 41.3%;
	margin-bottom: 20px;
}

.two-cols-btn .two-cols-btn-item .btn-big {
	display: block;
}

.about-us-home-section {
	padding: 168px 0 350px;
	margin-bottom: -358px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

.about-us-home-section .section-header {
	max-width: 1144px;
	margin: 0 auto 50px;
	text-align: center;
}

.about-us-home-section .section-header h3 {
	margin-bottom: 28px;
}

.about-us-home-section .section-header p {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 31px;
}

.about-us-home-section .section-header p:last-of-type {
	font-weight: 400;
}

.icon-block {
	text-align: center;
}

.icon-block .icon-holder {
	min-height: 120px;
	margin-bottom: 20px;
}

.icon-block .icon-holder .icon {
	font-size: 91px;
	display: block;
}

.icon-block .icon-holder .icon.icon-community {
	padding-top: 7px;
}

.icon-block .icon-holder .icon.icon-rocket {
	font-size: 108px;
}

.icon-block .icon-holder .icon.icon-syringe {
	font-size: 74px;
	padding-top: 15px;
}

.home-services-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 1425px;
	margin: 0 auto;
}

.home-services-wrapper .home-services-item {
	width: 29%;
}

.home-customers {
	padding: 169px 0 195px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	color: white;
}

.home-customers h5 {
	letter-spacing: 2.5px;
}

.customers-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1265px;
	margin: 0 auto;
}

.customers-wrapper .customers-item {
	padding: 0 10px;
}

.our-value-section {
	padding: 34px 0 57px;
}

.our-value-section h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 63px;
}

.our-value-section h3 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 4px;
}

.our-value-section p {
	font-size: 41px;
	letter-spacing: 3px;
	max-width: 800px;
}

.our-value-item {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
}

.our-value-item.left-text {
	padding-left: 100px;
	background-position: top right;
}

.our-value-item.left-text .img-holder {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.our-value-item.right-text {
	padding-right: 60px;
	background-position: top left;
}

.our-value-item.right-text .text-holder {
	text-align: right;
}

.our-value-item.right-text p {
	float: right;
}

.our-value-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 94%;
	max-width: 1477px;
	margin: 0 auto;
}

.our-value-wrap .img-holder {
	width: 50%;
}

.our-value-wrap .text-holder {
	width: 50%;
}

.main-color-section {
	margin-bottom: 36px;
}

.main-color-section h3 {
	color: #19aaba;
	margin-bottom: 12px;
}

.main-color-section p {
	margin-bottom: 25px;
}

.main-color-section .text-holder {
	padding-top: 94px;
}

.main-color-section .btn-medium {
	border: 2px solid #19aaba;
	background-color: #19aaba;
}

.main-color-section .btn-medium:hover,
.main-color-section .btn-medium:focus,
.main-color-section .btn-medium:active {
	background-color: white;
	color: #19aaba;
}

.second-color-section h3 {
	color: #022d40;
	margin-bottom: 27px;
}

.second-color-section p {
	margin-bottom: 35px;
}

.second-color-section .btn-medium {
	border: 2px solid #022d40;
	background-color: #022d40;
	padding-left: 16px;
	padding-right: 16px;
}

.second-color-section .btn-medium:hover,
.second-color-section .btn-medium:focus,
.second-color-section .btn-medium:active {
	background-color: white;
	color: #022d40;
}

.second-color-section .our-value-wrap .img-holder {
	width: 33%;
	text-align: right;
}

.second-color-section .our-value-wrap .text-holder {
	width: 67%;
	padding-top: 23px;
}

.third-color-section h3 {
	color: #eb3152;
	margin-bottom: 27px;
}

.third-color-section p {
	margin-bottom: 42px;
}

.third-color-section .btn-medium {
	border: 2px solid #eb3152;
	background-color: #eb3152;
}

.third-color-section .btn-medium:hover,
.third-color-section .btn-medium:focus,
.third-color-section .btn-medium:active {
	background-color: white;
	color: #eb3152;
}

.ceo-guide-section {
	margin-bottom: 56px;
}

.yellow-back-section {
	padding: 131px 0 133px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.yellow-back-section h4 {
	font-weight: 700;
	margin-bottom: 5px;
}

.yellow-back-section p {
	font-family: "Lato", sans-serif;
	line-height: 1.24;
	margin-bottom: 34px;
}

.yellow-back-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.yellow-back-wrapper .img-holder {
	width: 42.3%;
	text-align: right;
}

.yellow-back-wrapper .text-holder {
	width: 53.5%;
	padding-left: 30px;
}

.intro-text-section {
	background-color: #022d40;
	color: white;
	text-align: center;
	padding: 89px 0 150px;
}

.intro-text-section .container {
	max-width: 1235px;
}

.intro-text-section h2 {
	font-size: 60px;
	font-weight: 700;
	max-width: 830px;
	margin: 0 auto 43px;
}

.intro-text-section p {
	font-size: 36px;
}

.quality-section {
	padding: 425px 0 120px;
}

.quality-section .btn-holder {
	position: relative;
	margin-left: 37px;
	top: 42px;
}

.overflow-quality {
	overflow-x: hidden;
	padding-top: 300px;
	margin-top: -300px;
}

.quality-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 87px 0 150px;
	position: relative;
}

.quality-wrapper h2 {
	font-size: 90px;
	font-weight: 700;
	color: white;
	letter-spacing: 2.2px;
	margin-bottom: 27px;
	line-height: 1;
}

.quality-wrapper p {
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.quality-wrapper ul {
	padding: 0 0 0 37px;
	line-height: 1.24;
	letter-spacing: 1.8px;
}

.quality-wrapper ul li {
	margin-bottom: 30px;
}

.quality-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quality-wrapper .img-holder .quality-img {
	position: absolute;
}

.quality-wrapper .text-holder {
	width: 60%;
	position: relative;
	z-index: 2;
}

.quality-wrapper.fast-section .img-holder {
	width: 35%;
}

.quality-wrapper.fast-section .img-holder .quality-img {
	left: -415px;
	top: -219px;
}

.quality-wrapper.fast-section .text-holder {
	width: 60%;
}

.quality-wrapper.experience-section {
	padding: 143px 0 101px;
}

.quality-wrapper.experience-section .img-holder {
	width: 30%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.quality-wrapper.experience-section .img-holder .quality-img {
	right: -26px;
	bottom: 0;
}

.quality-wrapper.experience-section .text-holder {
	width: 70%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.quality-wrapper.experience-section h2 {
	margin-bottom: 16px;
}

.quality-wrapper.experience-section p {
	margin-bottom: 32px;
}

.quality-wrapper.easy-section {
	padding: 107px 0 56px;
	margin-top: 134px;
}

.quality-wrapper.easy-section .img-holder {
	width: 28%;
}

.quality-wrapper.easy-section .img-holder .quality-img {
	left: -62px;
	bottom: 37px;
}

.quality-wrapper.easy-section .text-holder {
	width: 72%;
}

.quality-wrapper.easy-section h2 {
	margin-bottom: 10px;
	max-width: 760px;
}

.join-team-section {
	padding: 18px 0 30px;
}

.join-team-section .container {
	max-width: 1448px;
}

.join-team-section h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 33px;
}

.join-team-cols-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
}

.join-team-cols-wrapper .join-team-col-item {
	width: 33.3333333333%;
	padding: 0 15px;
	text-align: center;
}

.join-team-cols-wrapper h6 {
	color: #19aaba;
	margin: 0 auto 9px;
	max-width: 366px;
}

.join-team-cols-wrapper p {
	line-height: 1.24;
}

.join-team-cols-wrapper .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -12px;
	min-height: 259px;
}

.join-team-cols-wrapper .img-holder img {
	display: block;
	margin: 0 auto;
}

.how-it-works-section {
	padding: 46px 0;
}

.how-it-works-section h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 95px;
}

.step-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin: 0 auto 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.step-wrapper h3 {
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 700;
}

.step-wrapper p {
	line-height: 1.24;
}

.step-wrapper .step-number {
	color: white;
	font-weight: 800;
}

.step-wrapper .step-number .step-text {
	font-size: 69px;
	letter-spacing: 5px;
}

.step-wrapper .step-number .step-counter {
	font-size: 335px;
	line-height: .78;
}

.step-one-wrapper {
	max-width: 1170px;
	padding: 77px 120px 49px 147px;
}

.step-one-wrapper .step-number {
	width: 322px;
}

.step-one-wrapper .step-number .step-text {
	display: inline-block;
	vertical-align: middle;
}

.step-one-wrapper .step-number .step-counter {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -23px;
	top: -14px;
}

.step-one-wrapper .text-holder {
	width: calc(100% - 324px);
}

.step-two-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1353px;
	padding: 47px 151px 43px 114px;
	margin-bottom: 70px;
}

.step-two-wrapper .step-number {
	width: 223px;
	text-align: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.step-two-wrapper .step-number .step-text {
	display: block;
}

.step-two-wrapper .step-number .step-counter {
	display: block;
	position: relative;
	left: 11px;
	top: -29px;
}

.step-two-wrapper .text-holder {
	width: calc(100% - 252px);
	text-align: right;
}

.step-three-wrapper {
	max-width: 1114px;
	padding: 64px 95px 88px 78px;
}

.step-three-wrapper .step-number {
	width: 355px;
	margin-right: -30px;
}

.step-three-wrapper .step-number .step-text {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -28px;
	left: 25px;
}

.step-three-wrapper .step-number .step-counter {
	display: inline-block;
	vertical-align: middle;
}

.step-three-wrapper .text-holder {
	width: calc(100% - 357px);
	padding-top: 5px;
}

.keep-up-section {
	padding: 0 0 100px;
}

.keep-up-section .container {
	max-width: 1325px;
}

.keep-up-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.keep-up-wrapper .text-holder {
	text-align: right;
	width: 48.5%;
	margin-bottom: 12px;
}

.keep-up-wrapper .button-holder {
	width: 48.5%;
}

.keep-up-wrapper h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 0;
}

.keep-up-wrapper p {
	line-height: 1.24;
}

.from-admin-section {
	margin-bottom: 46px;
}

.from-admin-section .yellow-back-section {
	padding: 155px 0 104px;
}

.from-admin-section .yellow-back-wrapper .img-holder {
	width: 38.7%;
}

.from-admin-section .yellow-back-wrapper .text-holder {
	width: 61%;
}

.find-team-section {
	padding: 113px 0 40px;
}

.find-team-section h2 {
	font-size: 80px;
	font-weight: 700;
	color: #19aaba;
	margin-bottom: 32px;
}

.find-team-cols-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.find-team-cols-wrapper .find-team-col-item {
	width: 26.9%;
	padding: 0 22px;
	text-align: center;
}

.find-team-cols-wrapper .find-team-col-item:first-of-type h4 {
	color: #19aaba;
}

.find-team-cols-wrapper .find-team-col-item:nth-of-type(2) h4 {
	color: #eb3152;
}

.find-team-cols-wrapper .find-team-col-item:nth-of-type(3) h4 {
	color: #022d40;
}

.find-team-cols-wrapper h4 {
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
}

.find-team-cols-wrapper .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 277px;
	margin-bottom: 29px;
}

.how-it-works-2-section {
	padding: 46px 0 44px;
}

.how-it-works-2-section h2 {
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 52px;
}

.how-it-works-2-section .step-one-wrapper {
	max-width: 1114px;
	padding: 72px 104px 88px 109px;
	margin-bottom: 40px;
}

.how-it-works-2-section .step-two-wrapper {
	max-width: 1273px;
	padding: 61px 134px 22px 112px;
	margin-bottom: 101px;
}

.how-it-works-2-section .step-two-wrapper .text-holder {
	width: calc(100% - 233px);
	padding-top: 20px;
}

.how-it-works-2-section .step-three-wrapper {
	max-width: 1171px;
	padding: 52px 101px 111px 116px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.how-it-works-2-section .step-three-wrapper .text-holder {
	padding-top: 13px;
}

.ensuring-success-section {
	padding: 0 0 130px;
}

.ensuring-success-section .keep-up-wrapper .text-holder {
	width: 47%;
	margin-bottom: 9px;
}

.ensuring-success-section .keep-up-wrapper h2 {
	font-weight: 600;
}

.customer-story-section {
	margin-bottom: 68px;
}

.customer-story-section .yellow-back-section {
	padding: 115px 0 184px;
}

.customer-story-section .yellow-back-section .container {
	max-width: 1330px;
}

.customer-story-section .yellow-back-section p {
	margin-bottom: 20px;
}

.customer-story-section .yellow-back-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customer-story-section .yellow-back-wrapper .img-holder {
	width: 23.2%;
	text-align: center;
	margin-bottom: 17px;
}

.customer-story-section .yellow-back-wrapper .text-holder {
	width: 61%;
}

.testimonial-style-1-section {
	padding: 82px 0 37px;
}

.testimonial-style-1-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1112px;
	padding: 88px 86px 99px 148px;
}

.testimonial-style-1-wrapper .img-holder {
	width: 30%;
	text-align: center;
	margin-bottom: 25px;
}

.testimonial-style-1-wrapper .text-holder {
	width: 70%;
	padding-left: 16px;
}

.testimonial-style-1-wrapper p {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #000;
}

.testimonial-style-1-wrapper p.author {
	font-weight: 400;
}

.case-study-section h2,
.contact-text h2 {
	font-size: 51px;
	color: #19aaba;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1.3px;
	max-width: 1323px;
	margin: 0 auto 12px;
}

.case-study-entry {
	padding: 209px 0 260px;
	margin-bottom: -277px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	text-align: center;
}

.case-study-entry .container {
	max-width: 1350px;
}

.case-study-entry h3 {
	font-weight: 700;
	margin-bottom: 28px;
}

.case-study-entry p {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 31px;
}

.testimonial-style-2-section {
	padding: 168px 0 152px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-bottom: 6px;
}

.testimonial-style-2-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-style-2-wrapper .img-holder {
	width: 245px;
	margin-bottom: 12px;
}

.testimonial-style-2-wrapper .text-holder {
	width: 53.5%;
	padding-left: 24px;
	padding-left: 24px;
}

.testimonial-style-2-wrapper .img-circle {
	border-radius: 50%;
	display: block;
	width: 219px;
	height: 219px;
	border: 6px solid white;
	background-repeat: no-repeat;
	background-position: top center;
}

.testimonial-style-2-wrapper h4 {
	font-weight: 700;
	margin-bottom: 2px;
}

.testimonial-style-2-wrapper p {
	font-family: "Lato", sans-serif;
	line-height: 1.24;
	margin-bottom: 34px;
	color: white;
}

.entry {
	max-width: 1107px;
	margin: 0 auto;
}

.entry .post-img {
	width: 100%;
	margin-bottom: 73px;
}

.entry p {
	font-size: 30px;
	margin-bottom: 58px;
}

.wp-right aside {
	text-align: center;
	padding: 64px 30px 152px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: 80px;
}

.widget h3 {
	font-size: 35px;
	color: #19aaba;
	font-weight: 700;
	margin-bottom: 12px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
	margin-bottom: 15px;
}

.widget ul li a {
	color: #022d40;
}

.widget ul li a:hover {
	color: #19aaba;
}

.blog-filter-list {
	margin: 18px 0 82px 6px;
	padding: 0;
}

.blog-filter-list li {
	list-style: none;
	display: inline;
	font-size: 35px;
	font-weight: 700;
	padding-right: 39px;
	cursor: pointer;
}

.blog-filter-list li.current,
.blog-filter-list li:hover {
	text-decoration: underline;
}

.blog-posts {
	margin: 0 -3%;
}

.blog-posts .blog-post-block {
	width: 44%;
	margin: 0 3%;
	margin-bottom: 40px;
}

.blog-post-block img {
	width: 100%;
}

.blog-post-block h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}

.blog-post-block h4 a {
	color: inherit;
}

.blog-post-block h4 a:hover {
	color: #19aaba;
}

.blog-post-block h6 {
	font-size: 14px;
	font-weight: 400;
	color: #19aaba;
	margin-bottom: 2px;
}

.blog-post-block p {
	font-size: 20px;
	margin-bottom: 7px;
}

.blog-post-block .more-link {
	font-size: 14px;
	font-weight: 400;
	color: #19aaba;
}

.blog-post-block .more-link:hover {
	text-decoration: underline;
}

.blog-post-block .more-link:after {
	content: ">";
	display: inline-block;
	padding: 0 3px;
	position: relative;
	top: 1px;
}

.blog-section .show-more-btn-holder {
	padding: 33px 0 18px;
}

.show-more-btn {
	font-size: 35px;
	font-weight: 700;
}

.show-more-btn:hover {
	color: #022d40;
}

.show-more-btn:after {
	content: ">";
	display: inline-block;
	position: relative;
	top: 3px;
}

.about-hero {
	min-height: 1040px;
	padding: 170px 0 80px;
	background-position: bottom center !important;
	position: relative;
}

.about-hero h1 {
	font-size: 225px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 150px;
}

.about-hero h2 {
	font-size: 60px;
	font-weight: 700;
}

.about-hero h5 {
	font-weight: 400;
}

.about-hero .eagle {
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-text {
	padding: 75px 0 25px;
}

.about-text .container {
	max-width: 1250px;
}

.about-text p {
	font-size: 35px;
}

.about-text h2 {
	font-weight: 700;
}

.leadership {
	padding-top: 180px;
	margin-bottom: 150px;
	background: url(images/bgr_leadership_top.png) no-repeat top center;
	background-size: 100% auto;
}

.leadership .leadership-middle-bgr {
	background: url(images/bgr_leadership_middle.png) repeat-y;
	background-size: 100% auto;
}

.leadership .leadership-bottom-bgr {
	background: url(images/bgr_leadership_bottom.png) no-repeat bottom center;
	background-size: 100% auto;
	padding-bottom: 190px;
}

.leadership h2 {
	font-size: 70px;
	font-weight: 700;
}

.leader-boxes-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1330px;
	margin: 0 auto;
}

.leader-box {
	width: 21%;
	margin: 0 2%;
}

.leader-box .thumb {
	margin: 0 auto 20px;
	border-radius: 100%;
	width: 204px;
	height: 204px;
	overflow: hidden;
	background: #fff;
}

.leader-box .thumb .thumb-border {
	position: relative;
}

.leader-box .thumb .thumb-border:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	width: 194px;
	height: 194px;
	border-radius: 100%;
	border: 1px solid #efefef;
}

.leader-box .thumb img {
	margin: 11px auto 0;
	width: 182px;
	height: 182px;
	border-radius: 100%;
}

.leader-box h3 {
	font-size: 24px;
	color: #022d40;
	margin-bottom: 0;
}

.leader-box h4 {
	font-size: 14px;
	color: #00a8b9;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.leader-box .profile-social-links {
	margin-bottom: 10px;
}

.leader-box p {
	font-size: 20px;
	max-width: 204px;
	margin: 0 auto 20px;
}

.leader-box span.why {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-hero {
	min-height: 943px;
	padding: 170px 0 112px;
}

.contact-hero h1 {
	font-size: 185px;
	font-weight: 700;
}

.contact-text {
	padding: 120px 0;
}

.contact-text h2 {
	font-size: 53px;
	font-weight: 600;
}

.contact-entry {
	padding: 220px 0 120px;
}

.form-style {
	max-width: 980px;
	margin: 0 auto;
}

.form-style input[type="text"],
.form-style input[type=email] {
	display: block;
	border: 0 none;
	margin-bottom: 21px;
	padding: 0 20px;
	height: 67px;
	font-size: 27px;
	font-weight: 700;
	border-radius: 10px;
}

.form-style input[type="submit"] {
	padding: 38px 140px 43px;
	margin: 10px auto 0;
	background: #fbde5f;
	font-size: 48px;
	font-weight: 700;
	border-radius: 14px;
	color: #022d40;
	border: 2px solid transparent;
}

.form-style input[type="submit"]:hover {
	border: 2px solid #fbde5f;
	background: transparent;
	color: #19aaba;
}

.form-style textarea {
	border: 0 none;
	margin-bottom: 21px;
	padding: 20px;
	height: 105px;
	font-size: 27px;
	font-weight: 700;
	border-radius: 10px;
}

.form-style textarea.small-textarea {
	height: 67px;
	padding: 10px 20px;
}

.form-style label {
	padding: 0;
	margin-bottom: 0;
}

.form-style .jcf-select .jcf-select-text {
	color: #022d40 !important;
	font-size: 24px !important;
	margin: 0 !important;
}

.form-style .jcf-select .jcf-select-opener {
	right: 15px !important;
}

.contact-single-page {
	padding: 0;
}

.contact-single-page input[type="submit"] {
	margin-top: 60px;
}

/* Landing page id 2288 */
.page-id-2288 .entry {
	max-width: 1200px;
	margin-top: 7.9vw;
}
.page-id-2288 .wpb_text_column.triangle-text {
	padding-top: 60%;
}
.page-id-2288 .vc_col-sm-12 {
	float: none;
}
.page-id-2288 .key-findings h4 {
    font-weight: 700;
    color: #0E3749;
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 22px;
}
.page-id-2288 .key-findings p {
	font-size: 16px;
}
.page-id-2288 .wpb_single_image {
	height: 100px;
}
.page-id-2288 .blurb-1 p, .page-id-2288 .blurb-2 p, .page-id-2288 .blurb-3 p {
	font-size: 20px;
	margin-bottom: 1.5rem;
	font-weight: 700;
}
.page-id-2288 .key-findings h3 {
	margin-top: 0;
	font-size: 27px;
	font-weight: 400;
}
#yellow-btn button {
	background-color: #FBDE5F;
	color: #000 !important;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 20px 40px;
	transition: .3s all;
	font-weight: 700;
}
#yellow-btn button:hover {
	box-shadow: 0 5px 10px 1px #ccc;
	transform: translateY(-3px);
	background-color: #FBDE5F;
	color: #000 !important;	
}
.page-id-2288 .contact-section {
	padding-top: 100px !important;
}
.page-id-2288 .wpb_text_column.triangle-text h3 {
	color: #EB3152;
	font-weight: 700;
	font-size: 2.34375vw;
	margin: 0;
}

.page-id-2288 .landing-1::after {
	height: 76%;
}

.page-id-2288 .landing-1 {
	background-image: url(/wp-content/uploads/2019/06/10k_HeaderBackground-v1.png);
	background-position: bottom;
}
.page-id-2288 .dpsp-networks-btns-wrapper li {
	margin: 0 0 10px;
}

#dpsp-floating-sidebar {
	display: none;
}
.page-id-2288 #dpsp-floating-sidebar {
	display: block;
}
.page-id-2288 .media-container {
	height: 100%;
	padding: unset;
}

.page-id-2288 .media-container iframe, .page-id-2288 .media-container object,.page-id-2288 .media-container embed {
	position: relative;
	min-height: 500px;
}

@media (min-width: 769px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1201px) {
	/* Gallery Columns */

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

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

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

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

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

@media only screen and (max-width: 1600px) {
	.leadership {
		background-size: auto;
	}
}

@media only screen and (max-width: 1440px) {
	/* Gallery Columns */

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

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

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

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

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

	.nav-menu > li {
		font-size: 20px;
		padding: 0 8px;
	}

	.nav-menu .sub-menu li {
		font-size: 20px;
	}

	.main-header .logo img {
		font-size: 18px;
		height: 70px;
	}

	.main-header .main-nav {
		padding-top: 25px;
	}

	.nav-footer li {
		font-size: 20px;
	}

	.login-link {
		font-size: 18px;
		padding: 25px 0 25px 18px;
	}

	.social-share li {
		padding: 0 7px;
	}

	.social-share li img {
		width: 30px;
	}

	.main-footer p {
		font-size: 20px;
	}

	.main-footer .footer-logo {
		padding: 0;
	}

	.main-footer .footer-logo img {
		width: 120px;
	}

	.homepage-hero h1 {
		font-size: 170px;
	}

	.homepage-hero h2 {
		font-size: 50px;
	}

	.find-team-hero h1 {
		font-size: 144px;
		letter-spacing: 3px;
	}

	.resources-hero h1 {
		font-size: 130px;
		letter-spacing: 4px;
	}

	.our-value-item.left-text {
		padding-left: 60px;
	}

	.quality-wrapper.fast-section .img-holder .quality-img {
		left: -715px;
	}

	.quality-wrapper.experience-section .img-holder .quality-img {
		right: -126px;
	}

	.quality-wrapper.easy-section .img-holder .quality-img {
		left: -180px;
	}

	.find-team-cols-wrapper .find-team-col-item {
		width: 33%;
		padding: 0 10px;
	}

	.about-hero h1 {
		font-size: 160px;
	}

	.leadership .leadership-bottom-bgr {
		background-size: auto;
	}
	
	.page-id-2288 .entry {
		margin-top: 109px;
	}
	.page-id-2288.logged-in .entry {
		margin-top: 76px;
	}
	.page-id-2288 .contact-section input[type="submit"],
	.page-id-2288 #yellow-btn button {
		font-size: 17px;
		padding: 17px 35px;
	}
	.page-id-2288 .wpb_text_column.triangle-text {
		padding-top: 13%;
	}
	.page-id-2288 .key-findings {
		padding-top: 50px !important;
		padding-bottom: 25px !important;
	}
	.page-id-2288 .contact-section .contact-row h2,
	.page-id-2288 .key-findings h2,
	.page-id-2288 .contact-section h2 {
		font-size: 40px;
	}
	.page-id-2288 .key-findings h3 {
		font-size: 25px;
	}
	.page-id-2288 .key-findings h4 {
		font-size: 21px;
	}
	.page-id-2288 .key-findings p {
		margin-bottom: 45px;
	}
	.page-id-2288 .key-findings .wpb_single_image {
		margin-bottom: 30px;
	}
	.page-id-2288 .key-findings #yellow-btn {
		margin-top: -10px;
	}
	.page-id-2288 .contact-section::before {
		height: 40%;
	}
	.page-id-2288 .contact-section {
		padding-top: 80px !important;
	}
	.page-id-2288 .contact-section .free-assesment p {
		max-width: 1050px;
		margin: 0 auto 25px;
		font-size: 24px;
	}
	.page-id-2288 .contact-section .wpb_content_element {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1200px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}

	img.alignleft,
	img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}

	.btn-big-2 {
		padding: 20px 30px 25px;
		font-size: 35px;
	}

	.nav-menu > li {
		font-size: 18px;
	}

	.nav-menu .sub-menu {
		width: 200px;
	}

	.nav-menu .sub-menu li {
		font-size: 18px;
	}

	.nav-menu .sub-menu ul {
		left: 200px;
		width: 200px;
	}

	.nav-menu > li:nth-last-of-type(-n + 3) .sub-menu ul {
		right: 200px;
	}

	.nav-footer li {
		font-size: 18px;
	}

	.login-link {
		font-size: 16px;
		padding: 22px 0 22px 18px;
	}

	.main-footer p {
		font-size: 18px;
	}

	.homepage-hero h1 {
		font-size: 140px;
	}

	.homepage-hero h2 {
		font-size: 42px;
	}

	.difference-hero {
		min-height: 900;
	}

	.difference-hero h1 {
		font-size: 80px;
		margin-bottom: -5px;
	}

	.difference-hero img {
		max-width: 756px;
	}

	.join-team-hero h1 {
		font-size: 100px;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}

	.join-team-hero .intro {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.find-team-hero h1 {
		font-size: 120px;
		letter-spacing: 3px;
	}

	.find-team-hero .intro {
		font-size: 35px;
		margin-bottom: 35px;
	}

	.case-study-hero h4 {
		font-size: 40px;
	}

	.case-study-hero h1 {
		font-size: 90px;
	}

	.resources-hero h1 {
		font-size: 100px;
		letter-spacing: 3px;
		margin-bottom: 45px;
	}

	.two-cols-btn .two-cols-btn-item {
		width: 45%;
	}

	.quality-wrapper h2 {
		font-size: 70px;
	}

	.quality-wrapper p {
		font-size: 35px;
	}

	.about-hero {
		padding: 80px 0;
		min-height: 800px;
	}

	.about-hero h1 {
		font-size: 160px;
	}

	.about-hero .eagle {
		display: none;
	}

	.contact-hero h1 {
		font-size: 120px;
	}

	.form-style input[type="submit"] {
		padding: 20px 30px 25px;
		font-size: 35px;
	}
	.page-id-2288 .contact-section input[type="submit"],
	.page-id-2288 #yellow-btn button {
		font-size: 16px;
		padding: 15px 25px;
	}
	.page-id-2288 .key-findings {
		padding-top: 35px !important;
		padding-bottom: 15px !important;
	}
	.page-id-2288 .contact-section .contact-row h2,
	.page-id-2288 .key-findings h2,
	.page-id-2288 .contact-section h2 {
		font-size: 36px;
	}
	.page-id-2288 .key-findings h3 {
		font-size: 23px;
	}
	.page-id-2288 .key-findings h4 {
		font-size: 20px;
		line-height: 1.1;
	}
	.page-id-2288 .key-findings p {
		margin-bottom: 30px;
	}
	.page-id-2288 .key-findings .wpb_single_image {
		margin-bottom: 20px;
	}
	.page-id-2288 .key-findings #yellow-btn {
		margin-top: -20px;
	}
	.page-id-2288 .contact-section::before {
		height: 35%;
	}
	.page-id-2288 .contact-section {
		padding-top: 60px !important;
	}
	.page-id-2288 .contact-section .free-assesment p {
		max-width: 960px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1100px) {
	.page-id-2288 .landing-1::after {
		height: 80%;
	}
}

@media only screen and (max-width: 1025px) {
	#wpadminbar {
		display: none;
	}

	.main-footer .inner-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-footer .footer-logo {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.main-footer .footer-links {
		padding: 0 0 30px;
		width: 100%;
	}

	.main-footer .copyright {
		padding: 0 0 20px;
		width: 100%;
	}

	.main-footer .footer-share {
		padding: 0;
		width: 100%;
	}

	.quality-section {
		padding: 50px 0 0;
	}

	.quality-wrapper {
		padding: 0 0 150px;
	}

	.quality-wrapper .img-holder {
		text-align: center;
		margin-bottom: 30px;
	}

	.quality-wrapper .img-holder .quality-img {
		position: relative;
	}

	.quality-wrapper.fast-section .img-holder {
		width: 100%;
	}

	.quality-wrapper.fast-section .img-holder .quality-img {
		left: 0;
		top: 0;
	}

	.quality-wrapper.fast-section .text-holder {
		width: 100%;
	}

	.quality-wrapper.experience-section {
		padding: 0 0 101px;
	}

	.quality-wrapper.experience-section .img-holder {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.quality-wrapper.experience-section .img-holder .quality-img {
		left: 0;
		top: 0;
	}

	.quality-wrapper.experience-section .text-holder {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.quality-wrapper.easy-section {
		margin-top: 0;
		padding: 0 0 250px;
	}

	.quality-wrapper.easy-section .img-holder {
		width: 100%;
	}

	.quality-wrapper.easy-section .img-holder .quality-img {
		left: 0;
		top: 0;
	}

	.quality-wrapper.easy-section .text-holder {
		width: 100%;
	}

	.quality-wrapper.easy-section h2 {
		max-width: 100%;
	}

	.blog-filter-list li {
		font-size: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 992px) {
	p,
	.content-editor,
	ul {
		font-size: 20px;
	}

	h1 {
		font-size: 53px;
	}

	h2 {
		font-size: 48px;
	}

	h3 {
		font-size: 40px;
	}

	h4 {
		font-size: 35px;
	}

	h5 {
		font-size: 33px;
	}

	h6 {
		font-size: 27px;
	}

	.grid-tl-nofloat {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 1.5rem !important;
	}

	.grid-tl-nofloat:last-child {
		margin-bottom: 0 !important;
	}

	.wp-left {
		padding: 0;
	}

	.menu-button {
		display: block;
	}

	.btn-big {
		padding: 10px 20px 19px;
	}

	.btn-big span {
		font-size: 20px;
	}

	.btn-big span.btn-title {
		font-size: 30px;
		letter-spacing: 2px;
	}

	.btn-big-2 {
		padding: 10px 30px 15px;
		font-size: 25px;
	}

	.btn-medium {
		padding: 15px 20px 19px;
		font-size: 20px;
		letter-spacing: 1px;
	}

	.btn-medium-2 {
		padding: 15px 25px 19px;
		font-size: 30px;
		letter-spacing: 1.5px;
	}

	.btn-small {
		font-size: 20px;
		letter-spacing: 1px;
	}

	.nav-menu {
		width: 100%;
		height: calc(100vh - 100px);
		max-height: 320px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.nav-menu > li {
		display: block;
		font-size: 22px;
		padding: 5px 10px;
	}

	.nav-menu > li:last-of-type {
		padding: 5px 10px;
	}

	.nav-menu > li:last-of-type:before {
		display: none;
	}

	.nav-menu .sub-menu {
		position: inherit;
		left: inherit;
		right: inherit;
		width: 100%;
		padding-left: 20px;
	}

	.nav-menu .sub-menu li {
		font-size: 22px;
	}

	.nav-menu .sub-menu > li a {
		padding: 5px 0;
	}

	.nav-menu .sub-menu ul {
		position: inherit;
		top: inherit;
		width: 100%;
		left: inherit;
		padding-left: 20px;
	}

	.nav-menu .sub-menu a span {
		position: relative;
		right: inherit;
		top: 1px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-left: 10px;
	}

	.nav-menu > li:nth-last-of-type(-n + 3) .sub-menu ul {
		right: inherit;
	}

	.main-header {
		padding: 5px 0;
	}

	.main-header .logo {
		float: none;
	}

	.main-header .main-nav {
		float: none;
		display: none;
		padding: 0;
		-webkit-transition: none;
		transition: none;
		padding-top: 15px;
	}

	.sticky-header .main-nav {
		-webkit-transition: none;
		transition: none;
		padding-top: 15px;
	}

	.homepage-hero {
		min-height: 700px;
		padding: 100px 0 80px;
	}

	.homepage-hero h1 {
		font-size: 100px;
		margin-bottom: 0;
	}

	.homepage-hero h2 {
		font-size: 38px;
	}

	.difference-hero {
		min-height: 700px;
	}

	.difference-hero h1 {
		font-size: 60px;
	}

	.difference-hero img {
		max-width: 572px;
	}

	.join-team-hero {
		padding: 300px 0 100px;
	}

	.join-team-hero h1 {
		font-size: 80px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}

	.join-team-hero .intro {
		font-size: 31px;
		margin-bottom: 25px;
	}

	.join-team-hero .testimonial-single-box p {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.find-team-hero {
		padding: 300px 0 100px;
	}

	.find-team-hero h1 {
		font-size: 94px;
		letter-spacing: 2px;
	}

	.find-team-hero .intro {
		font-size: 31px;
		margin-bottom: 25px;
	}

	.find-team-hero .testimonial-single-box p {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.case-study-hero {
		min-height: 600px;
		padding: 100px 0 80px;
	}

	.case-study-hero h4 {
		font-size: 35px;
		margin-bottom: -15px;
	}

	.case-study-hero h1 {
		font-size: 70px;
	}

	.resources-hero {
		padding-top: 350px;
	}

	.resources-hero h1 {
		font-size: 80px;
		letter-spacing: 2px;
	}

	.resources-hero h3 {
		font-size: 40px;
	}

	.about-us-home-section .section-header p {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.icon-block .icon-holder {
		min-height: auto;
	}

	.home-services-wrapper .home-services-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.our-value-section h2 {
		font-size: 52px;
	}

	.our-value-section h3 {
		font-size: 48px;
		letter-spacing: 3px;
	}

	.our-value-section p {
		font-size: 32px;
		letter-spacing: 2px;
		max-width: 100%;
	}

	.our-value-item.left-text {
		padding-left: 0;
	}

	.our-value-item.left-text .img-holder {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.our-value-item.right-text {
		padding-right: 0;
	}

	.our-value-wrap .img-holder {
		width: 100%;
		text-align: center;
	}

	.our-value-wrap .text-holder {
		width: 100%;
		margin-bottom: 50px;
	}

	.main-color-section .text-holder {
		padding-top: 30px;
	}

	.second-color-section .our-value-wrap .img-holder {
		width: 100%;
		text-align: center;
	}

	.second-color-section .our-value-wrap .text-holder {
		width: 100%;
	}

	.intro-text-section {
		padding: 30px 0 40px;
	}

	.intro-text-section h2 {
		font-size: 52px;
		margin-bottom: 30px;
	}

	.intro-text-section p {
		font-size: 30px;
	}

	.quality-wrapper h2 {
		font-size: 60px;
		letter-spacing: 1px;
	}

	.quality-wrapper p {
		font-size: 30px;
		letter-spacing: .5px;
		margin-bottom: 20px;
	}

	.quality-wrapper ul li {
		margin-bottom: 10px;
	}

	.quality-wrapper.experience-section p {
		margin-bottom: 20px;
	}

	.join-team-section h2 {
		font-size: 52px;
	}

	.join-team-cols-wrapper .join-team-col-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.join-team-cols-wrapper .img-holder {
		display: block;
		min-height: auto;
		margin: 0;
	}

	.how-it-works-section h2 {
		font-size: 52px;
		margin-bottom: 60px;
	}

	.step-wrapper {
		margin: 0 auto 30px;
	}

	.step-wrapper h3 {
		font-size: 52px;
	}

	.step-wrapper .step-number .step-text {
		font-size: 53px;
		letter-spacing: 4px;
	}

	.step-wrapper .step-number .step-counter {
		font-size: 250px;
	}

	.step-one-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 77px 80px 49px;
	}

	.step-one-wrapper .step-number {
		width: 247px;
	}

	.step-one-wrapper .text-holder {
		width: calc(100% - 249px);
	}

	.step-two-wrapper {
		padding: 47px 77px 43px 54px;
		margin-bottom: 40px;
	}

	.step-two-wrapper .step-number {
		width: 170px;
	}

	.step-two-wrapper .step-number .step-counter {
		left: 6px;
	}

	.step-two-wrapper .text-holder {
		width: calc(100% - 186px);
	}

	.step-three-wrapper {
		padding: 47px 70px 60px 40px;
	}

	.step-three-wrapper .step-number {
		width: 257px;
		margin-right: 0;
	}

	.step-three-wrapper .step-number .step-text {
		top: -21px;
	}

	.step-three-wrapper .text-holder {
		width: calc(100% - 275px);
		padding-top: 0;
	}

	.keep-up-section {
		padding: 0 0 60px;
	}

	.keep-up-wrapper .text-holder {
		width: 100%;
		text-align: center;
	}

	.keep-up-wrapper .button-holder {
		width: 100%;
	}

	.keep-up-wrapper .button-holder .btn-big-2 {
		margin: 0 auto;
	}

	.keep-up-wrapper h2 {
		font-size: 52px;
	}

	.find-team-section h2 {
		font-size: 67px;
	}

	.find-team-cols-wrapper .find-team-col-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.find-team-cols-wrapper .img-holder {
		min-height: auto;
		display: block;
	}

	.how-it-works-2-section h2 {
		font-size: 67px;
		margin-bottom: 40px;
	}

	.how-it-works-2-section .step-one-wrapper {
		padding: 77px 80px 49px;
		margin-bottom: 20px;
	}

	.how-it-works-2-section .step-two-wrapper {
		padding: 47px 77px 43px 54px;
		margin-bottom: 40px;
	}

	.how-it-works-2-section .step-two-wrapper .text-holder {
		width: calc(100% - 186px);
		padding-top: 0;
	}

	.how-it-works-2-section .step-three-wrapper {
		padding: 47px 70px 60px 40px;
	}

	.ensuring-success-section {
		padding: 0 0 60px;
	}

	.ensuring-success-section .keep-up-wrapper .text-holder {
		width: 100%;
	}

	.testimonial-style-1-wrapper {
		padding: 77px 80px;
	}

	.testimonial-style-1-wrapper p {
		font-size: 26px;
	}

	.case-study-section h2,
	.contact-text h2 {
		font-size: 44px;
	}

	.case-study-entry {
		padding-top: 150px;
	}

	.case-study-entry p {
		font-size: 30px;
	}

	.entry .post-img {
		margin-bottom: 40px;
	}

	.entry p {
		font-size: 25px;
		margin-bottom: 40px;
	}

	.wp-right aside {
		margin-top: 20px;
	}

	.about-hero h1 {
		font-size: 96px;
		margin-bottom: 80px;
	}

	.about-hero h2 {
		font-size: 48px;
	}

	.leadership h2 {
		font-size: 53px;
	}

	.leader-box {
		width: 48%;
		margin: 0 1% 50px;
	}

	.contact-hero h1 {
		font-size: 96px;
	}

	.contact-text h2 {
		font-size: 48px;
	}

	.contact-entry {
		padding: 150px 0 80px;
	}

	.form-style input[type="submit"] {
		padding: 10px 30px 15px;
		font-size: 30px;
	}
	
	.page-id-2288 .key-findings .wpb_row {
		display: -webkit-flex;
		display: -webkit-box;
		display: ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page-id-2288 .key-findings .vc_col-sm-2 {
		width: 33.33%;
		margin-bottom: 20px;
	}
	.page-id-2288 .contact-section::before {
		height: 38%;
	}
	.page-id-2288 .contact-section {
		padding-top: 80px !important;
	}
	.page-id-2288 .contact-section h2,
	.page-id-2288 .key-findings h3 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-2288 .vc_row.cta-1 {
		padding-bottom: 60px;
	}
	.page-id-2288 .contact-section .vc_col-sm-6 .vc_column-inner,
	.page-id-2288 .key-findings .wpb_row,
	.page-id-2288 .contact-section .free-assesment p {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-2288 .contact-section .free-assesment {
		margin-bottom: 0;
	}
	.page-id-2288 .contact-section .free-assesment .vc_column-inner {
		padding-bottom: 180px;
	}
	.page-id-2288 .contact-section .vc_col-sm-6 {
		width: 100%;
		padding: 0 15px;
	}
	.page-id-2288 .contact-section .contact-row h2,
	.page-id-2288 .contact-section .wpb_content_element {
		text-align: center;
	}
	.page-id-2288 .contact-section .wpb_single_image {
		height: auto;
	}
	.page-id-2288 .contact-section .contact-row h2 br {
		display: none;
	}
	.page-id-2288 .contact-section img {
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}

	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}

	.grid-t-nofloat {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 1.5rem !important;
	}

	.grid-t-nofloat:last-child {
		margin-bottom: 0 !important;
	}

	.find-team-hero h1 {
		font-size: 77px;
	}

	.home-customers {
		background-size: auto 100%;
		background-position: center right;
		padding: 200px 0 170px;
	}

	.home-customers h5 {
		margin-bottom: 30px;
	}

	.customers-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.customers-wrapper .customers-item {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.our-value-section {
		padding: 34px 0 10px;
	}

	.ceo-guide-section {
		margin-bottom: 0;
	}

	.yellow-back-section {
		background-size: auto 100%;
		padding: 100px 0 170px;
	}

	.yellow-back-wrapper .img-holder {
		width: 100%;
		text-align: center;
	}

	.yellow-back-wrapper .text-holder {
		width: 100%;
		padding-left: 0;
	}

	.quality-wrapper {
		background-size: auto 100%;
	}

	.quality-wrapper.easy-section {
		padding: 0 0 120px;
	}

	.step-wrapper {
		text-align: center;
		background-size: auto 100%;
	}

	.step-one-wrapper .step-number {
		width: 100%;
	}

	.step-one-wrapper .step-number .step-counter {
		top: 0;
		left: -12px;
	}

	.step-one-wrapper .text-holder {
		width: 100%;
	}

	.step-two-wrapper .step-number {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.step-two-wrapper .step-number .step-counter {
		top: -14px;
		left: 4px;
		margin-bottom: -14px;
	}

	.step-two-wrapper .text-holder {
		width: 100%;
		text-align: center;
	}

	.step-three-wrapper .step-number {
		width: 100%;
	}

	.step-three-wrapper .step-number .step-text {
		top: -15px;
		left: 18px;
	}

	.step-three-wrapper .text-holder {
		width: 100%;
	}

	.from-admin-section .yellow-back-wrapper .img-holder {
		width: 100%;
	}

	.from-admin-section .yellow-back-wrapper .text-holder {
		width: 100%;
	}

	.how-it-works-2-section .step-two-wrapper .text-holder {
		width: 100%;
	}

	.how-it-works-2-section .step-three-wrapper .text-holder {
		padding-top: 0;
	}

	.customer-story-section .yellow-back-wrapper .img-holder {
		width: 100%;
		margin-bottom: 30px;
	}

	.customer-story-section .yellow-back-wrapper .text-holder {
		width: 100%;
	}

	.testimonial-style-1-wrapper {
		text-align: center;
		background-size: auto 100%;
	}

	.testimonial-style-1-wrapper .img-holder {
		width: 100%;
	}

	.testimonial-style-1-wrapper .text-holder {
		width: 100%;
		padding-left: 0;
	}

	.testimonial-style-2-section {
		background-size: auto 100%;
		padding: 100px 0 100px;
		background-position: right;
		margin-bottom: 20px;
	}

	.testimonial-style-2-wrapper .img-holder {
		width: 100%;
		margin: 0 auto 20px;
	}

	.testimonial-style-2-wrapper .text-holder {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.testimonial-style-2-wrapper .img-circle {
		margin: 0 auto;
	}

	.about-hero {
		min-height: 600px;
	}

	.about-text {
		padding: 50px 0 25px;
	}

	.leadership {
		margin-top: -100px;
		margin-bottom: 50px;
		padding-top: 180px;
	}

	.leadership .leadership-bottom-bgr {
		padding-bottom: 130px;
	}

	.contact-hero {
		min-height: 600px;
		padding: 100px 0 80px;
	}

	.contact-text {
		padding: 80px 0 30px;
	}

	.contact-entry {
		padding: 120px 0 45px;
	}

	.form-style input[type="text"],
	.form-style input[type=email] {
		font-size: 18px;
	}

	.form-style textarea {
		font-size: 18px;
	}

	.form-style .jcf-select .jcf-select-text {
		font-size: 18px !important;
	}
	.page-id-2288 .contact-section .free-assesment .vc_column-inner {
		padding-bottom: 120px;
	}
	.page-id-2288 .wpb_text_column.triangle-text h3	{
		font-size: 20px;
	}
	.page-id-2288 .wpb_text_column.triangle-text {
		padding-top: 10%;
	}	
	.page-id-2288 .landing-1::after {
		height: 79%;
	}	
}

@media only screen and (max-width: 667px) {
	#wp-calendar {
		width: 100%;
	}

	.comment-form textarea,
	.comment-form input:not([type="submit"]) {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}

	p,
	.content-editor,
	ul {
		font-size: 18px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 46px;
	}

	h3 {
		font-size: 38px;
	}

	h4 {
		font-size: 33px;
	}

	h5 {
		font-size: 30px;
	}

	h6 {
		font-size: 24px;
	}

	.grid-ml-nofloat {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 1.5rem !important;
	}

	.grid-ml-nofloat:last-child {
		margin-bottom: 0 !important;
	}

	.wp-wrap {
		padding: 27px 0;
	}

	.btn-medium {
		min-width: auto;
		width: 100%;
	}

	.btn-medium-2 {
		padding: 12px 25px 15px;
		font-size: 24px;
		letter-spacing: 1px;
	}

	.homepage-hero h1 {
		font-size: 70px;
	}

	.homepage-hero h2 {
		font-size: 30px;
	}

	.homepage-hero h2 {
		font-size: 25px;
	}

	.difference-hero h1 {
		font-size: 40px;
		margin-bottom: 0;
	}

	.difference-hero img {
		max-width: 387px;
	}

	.join-team-hero {
		padding: 200px 0 70px;
	}

	.join-team-hero h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.join-team-hero .intro {
		font-size: 24px;
	}

	.join-team-hero .testimonial-single-box {
		margin: 15px auto;
	}

	.join-team-hero .testimonial-single-box p {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.join-team-hero .testimonial-single-box img {
		margin: 0;
	}

	.find-team-hero {
		padding: 250px 0 70px;
	}

	.find-team-hero h1 {
		font-size: 60px;
	}

	.find-team-hero .intro {
		font-size: 24px;
	}

	.find-team-hero .testimonial-single-box {
		margin: 15px auto;
	}

	.find-team-hero .testimonial-single-box p {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.find-team-hero .testimonial-single-box img {
		margin: 0;
	}

	.case-study-hero h4 {
		font-size: 25px;
		margin-bottom: -8px;
	}

	.case-study-hero h1 {
		font-size: 50px;
	}

	.resources-hero {
		padding: 300px 0 70px;
	}

	.resources-hero h1 {
		font-size: 60px;
		margin-bottom: 30px;
		letter-spacing: 1px;
	}

	.resources-hero h3 {
		font-size: 32px;
	}

	.two-cols-btn .two-cols-btn-item {
		width: 100%;
	}

	.our-value-section h2 {
		font-size: 48px;
	}

	.our-value-section h3 {
		font-size: 42px;
		letter-spacing: 1.5px;
	}

	.our-value-section p {
		font-size: 24px;
		letter-spacing: 1px;
	}

	.our-value-wrap .text-holder {
		margin-bottom: 30px;
	}

	.intro-text-section h2 {
		font-size: 44px;
		margin-bottom: 15px;
	}

	.intro-text-section p {
		font-size: 24px;
	}

	.quality-wrapper h2 {
		font-size: 50px;
		letter-spacing: normal;
	}

	.quality-wrapper p {
		font-size: 24px;
		letter-spacing: normal;
		margin-bottom: 15px;
	}

	.quality-wrapper.experience-section p {
		margin-bottom: 15px;
	}

	.join-team-section h2 {
		font-size: 48px;
	}

	.how-it-works-section {
		padding: 10px 0;
	}

	.how-it-works-section h2 {
		font-size: 48px;
		margin-bottom: 30px;
	}

	.step-wrapper {
		margin: 0 auto 10px;
	}

	.step-wrapper h3 {
		font-size: 44px;
	}

	.step-wrapper .step-number .step-text {
		font-size: 46px;
		letter-spacing: 3px;
	}

	.step-wrapper .step-number .step-counter {
		font-size: 180px;
	}

	.step-one-wrapper {
		padding: 77px 20px 49px;
	}

	.step-two-wrapper {
		padding: 77px 20px 49px;
		margin-bottom: 20px;
	}

	.step-three-wrapper {
		padding: 54px 20px 57px;
	}

	.keep-up-section {
		padding: 0 0 30px;
	}

	.keep-up-wrapper h2 {
		font-size: 48px;
	}

	.from-admin-section .yellow-back-section {
		padding: 100px 0;
	}

	.find-team-section {
		padding: 50px 0 10px;
	}

	.find-team-section h2 {
		font-size: 50px;
	}

	.how-it-works-2-section {
		padding: 10px 0;
	}

	.how-it-works-2-section h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}

	.how-it-works-2-section .step-one-wrapper {
		padding: 77px 20px 49px;
		margin-bottom: 10px;
	}

	.how-it-works-2-section .step-two-wrapper {
		padding: 77px 20px 49px;
		margin-bottom: 20px;
	}

	.how-it-works-2-section .step-three-wrapper {
		padding: 54px 20px 57px;
	}

	.ensuring-success-section {
		padding: 0 0 30px;
	}

	.customer-story-section {
		margin-bottom: 10px;
	}

	.testimonial-style-1-section {
		padding: 30px 0 0;
	}

	.testimonial-style-1-wrapper {
		padding: 70px 20px 100px;
	}

	.testimonial-style-1-wrapper p {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.case-study-section h2,
	.contact-text h2 {
		font-size: 40px;
	}

	.case-study-entry {
		padding-top: 100px;
		margin-bottom: -230px;
	}

	.case-study-entry h3 {
		margin-bottom: 15px;
	}

	.case-study-entry p {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.entry .post-img {
		margin-bottom: 20px;
	}

	.entry p {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.blog-filter-list {
		margin: 0 0 40px 0;
	}

	.blog-filter-list li {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		padding: 0;
	}

	.blog-posts {
		margin: 0;
	}

	.blog-posts .blog-post-block {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.about-hero h1 {
		font-size: 50px;
		margin-bottom: 120px;
	}

	.about-hero h2 {
		font-size: 46px;
	}

	.about-text p {
		font-size: 24px;
	}

	.leadership h2 {
		font-size: 48px;
	}

	.leader-box {
		width: 100%;
		margin: 0 0 50px;
	}

	.leader-box p {
		font-size: 18px;
	}

	.leader-box span.why {
		font-size: 18px;
	}

	.contact-hero h1 {
		font-size: 50px;
	}

	.contact-text h2 {
		font-size: 46px;
	}
	.page-id-2288 .key-findings .vc_col-sm-2 {
		width: 50%;
	}
	.page-id-2288 .vc_custom_1560369082106 {
		margin-top: 25px !important;
	}	
	.page-id-2288 .landing-1 h1, .page-id-2288 .landing-1 h2 {
		max-width: 300px;
		margin: 0 auto 10px;
	}	
}

@media only screen and (max-width: 568px) {
	.page-id-2288 .key-findings .vc_col-sm-2 {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 20px;
		display: block;
	}
	.page-id-2288 .key-findings .vc_col-sm-2 .vc_column-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	/* .page-id-2288 .contact-section .contact-row h2,
	.page-id-2288 .key-findings h2,
	.page-id-2288 .contact-section h2 {
		font-size: 25px;
	}
	.page-id-2288 .key-findings h3 {
		font-size: 21px;
	}
	.page-id-2288 .key-findings h4 {
		margin-top: 0px;
		font-size: 18px;
	}
	.page-id-2288 .key-findings p {
		margin-bottom: 0px;
	}
	.page-id-2288 .key-findings .wpb_single_image {
		height: 70px;
	}
	.page-id-2288 .key-findings .wpb_single_image img {
		width: 60px;
	}
	.page-id-2288 .key-findings .wpb_content_element {
		margin-bottom: 25px;
	}
	.page-id-2288 .key-findings .wpb_single_image {
		margin-bottom: 15px;
	} */
	.page-id-2288 .key-findings #yellow-btn {
		margin-top: -15px;
	}
	.page-id-2288 .contact-section h2,
	.page-id-2288 .contact-section .vc_col-sm-6 .vc_column-inner,
	.page-id-2288 .key-findings .wpb_row,
	.page-id-2288 .contact-section .free-assesment p {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-id-2288 .key-findings h3,
	.page-id-2288 .contact-section .free-assesment p {
		font-size: 18px;
	}
	.page-id-2288 .contact-section .free-assesment .vc_column-inner {
		padding-bottom: 100px;
		padding-top: 40px
	}
	.page-id-2288 .blurb-1 p, .page-id-2288 .blurb-2 p, .page-id-2288 .blurb-3 p {
		font-size: 14px;
	}	
}

@media only screen and (max-width: 480px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}

	.grid-m-nofloat {
		width: 100% !important;
		float: none !important;
		margin: 0 auto 1.5rem !important;
	}

	.grid-m-nofloat:last-child {
		margin-bottom: 0 !important;
	}

	.nav-footer {
		padding: 0 10px 0 0;
	}

	.login-link {
		padding: 22px 0 22px 10px;
	}

	.homepage-hero h1 {
		font-size: 50px;
	}

	.difference-hero h1 {
		font-size: 30px;
	}

	.difference-hero img {
		max-width: 293px;
	}

	.contact-text h2 br {
		display: none;
	}

	.contact-entry {
		padding: 90px 0 35px;
	}
	.page-id-2288 .contact-section {
		padding-top: 40px !important;
	}
	/* .page-id-2288 .contact-section .contact-row h2,
	.page-id-2288 .key-findings h2,
	.page-id-2288 .contact-section h2 {
		font-size: 22px;
	} */
	.page-id-2288 .contact-section input[type="text"], 
	.page-id-2288 .contact-section input[type="email"] {
		font-size: 16px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 320px) {
	.difference-hero h1 {
		font-size: 25px;
	}

	.difference-hero img {
		max-width: 247px;
	}
	.page-id-2288 .key-findings .wpb_row {
		display: block;
	}
	.page-id-2288 .key-findings .vc_col-sm-2 {
		max-width: 100%;
		margin: 0 auto 10px;
	}
}

@media only screen and (max-width: 270px) {
	.difference-hero img {
		display: none;
	}
}

@media screen and (min-width: 35.5em) {
	.pure-g > div > div {
		padding: 0em 1em 0em 1em;
	}
	.pure-g > div > div > .entry > p {
		margin-bottom: 45px;
		font-size: 20px;
	}
	.pure-g > div > div > .entry > p:first-of-type {
		font-size: 24px;
		text-align: center;
	}
}

@media screen and (min-width: 48em) {
	.pure-g > div > div {
		padding: 0em 3em 0em 3em;
	}
	.pure-g > div > div > .entry > p {
		margin-bottom: 45px;
		font-size: 24px;
	}
	.pure-g > div > div > .entry > p:first-of-type {
		font-size: 30px;
		text-align: center;
	}
}

@media screen and (min-width: 64em) {
	.pure-g > div > div {
		padding: 0em 0em 0em 2em;
	}
	.pure-g > :last-child > section {
		padding: 0em 2em 0em 1em;
	}
	.pure-g > div > div > .entry > p {
		margin-bottom: 45px;
		font-size: 20px;
	}
	.pure-g > div > div > .entry > p:first-of-type {
		font-size: 24px;
		text-align: center;
	}
}

@media screen and (min-width: 80em) {
	.pure-g > div > div {
		padding: 0em 0em 0em 5em;
	}
	.pure-g > :last-child > section {
		padding: 0em 6em 0em 6em;
	}
	.pure-g > div > div > .entry > p {
		margin-bottom: 45px;
		font-size: 24px;
	}
	.pure-g > div > div > .entry > p:first-of-type {
		font-size: 30px;
		text-align: center;
	}
}

.pure-g > :last-child > section > div {
	background-color: #19AABA;
	padding: 3em 0em 2em 0em;
	margin-bottom: 45px;
}

.wpcf7 br{display:none}
.customMainContainer {
	margin-top: 8.5rem;
}