/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Gotham";
	src: url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("fonts/Gotham-Black.woff2") format("woff2"), url("fonts/Gotham-Black.woff") format("woff"), url("fonts/Gotham-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Book";
	src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham Narrow Ultra";
	src: url("fonts/GothamNarrow-Ultra.eot");
	src: url("fonts/GothamNarrow-Ultra.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Ultra.woff2") format("woff2"), url("fonts/GothamNarrow-Ultra.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?6o3rgl");
	src: url("fonts/icomoon.eot?6o3rgl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?6o3rgl") format("truetype"), url("fonts/icomoon.woff?6o3rgl") format("woff"), url("fonts/icomoon.svg?6o3rgl#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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-arrow:before {
	content: "\e906";
}

.icon-quote-close:before {
	content: "\e903";
}

.icon-quote-open:before {
	content: "\e904";
}

.icon-plus:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.main-menu,
.about-list,
.slick-dots,
.social-links,
.text-about .card-list,
.team-list,
.services-list,
ul:not([class]):not([id]),
.focus-areas-list,
.clients-list,
.case-stadies-list,
.tag-list,
.results-list,
.awards-list,
.awards-name-list,
.blockquote-list,
.position-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main .container:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.services-list > li:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: rgba(52, 52, 52, .6);
	background: #fff;
	font: 20px/1.5 "Gotham Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.5em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.5em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 16px 22px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: transparent;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #343434;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #343434;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #343434;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #343434;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #343434;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#content {
	float: left;
	width: 70%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 25%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 50px;
}

.search-form input[type="search"] {
	width: 100%;
	margin-bottom: 10px;
}

.post-password-form input {
	float: left;
	height: 50px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form,
.post-password-form,
.search-form {
	background-color: #efe6de;
	padding: 20px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-left: 27px;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #f37160;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #f37160;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #7fc0b1;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 50px;
}

h3,
.h3 {
	font-size: 36px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #f37160;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	background-color: #fff;
	padding: 40px 0 10px;
	position: relative;
	z-index: 9999;
}

#header .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}

.sticky-wrap.fixed-position #header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

.logo a {
	display: inline-block;
	vertical-align: top;
}

.logo img {
	width: 100%;
}

.nav-holder {
	width: 100%;
}

.nav-active .nav-holder {
	left: 0;
}

.nav {
	padding-bottom: 100px;
}

.main-menu > li {
	margin-bottom: 25px;
	position: relative;
}

.main-menu > li.active .opener:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.main-menu > li:hover .drop-holder {
	opacity: 1;
	visibility: visible;
}

.main-menu > li a:hover,
.main-menu > li .opener:hover {
	color: #f37160;
}

.main-menu > li.active > a {
	color: #f37160;
}

.main-menu > li a,
.main-menu > li span.opener {
	color: #231f20;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.main-menu > li .opener {
	cursor: pointer;
	padding: 5px 0;
	position: relative;
}

.main-menu > li .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "\e906";
	font-family: "icomoon";
	font-size: 24px;
	color: #f7b644;
	right: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-menu .drop-holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	padding-top: 16px;
}

.main-menu .drop-holder ul:not([class]):not([id]) li {
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: normal;
}

.main-menu .drop-holder ul:not([class]):not([id]) li:before {
	content: none;
}

.nav-opener {
	width: 46px;
	height: 35px;
	display: block;
	position: relative;
}

.nav-opener:before,
.nav-opener:after {
	background-color: #282727;
	position: absolute;
	top: 18px;
	left: 20%;
	right: 20%;
	height: 2.6px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 11px;
}

.nav-opener:after {
	top: 21px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body p {
	letter-spacing: .15px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:focus,
button:focus,
input:focus {
	outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	font-weight: 500;
}

h1,
.h1 {
	letter-spacing: -1.82px;
	line-height: 1;
}

h2,
.h2 {
	letter-spacing: -2px;
	line-height: 1;
}

h3,
.h3 {
	letter-spacing: -1px;
	line-height: 1.17;
}

h4,
.h4 {
	line-height: 1.5;
	letter-spacing: normal;
}

.lowercase {
	text-transform: lowercase;
}

.container {
	margin: 0 auto;
	max-width: 1366px;
	padding: 0 20px;
}

.btn,
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	background-color: #f37160;
	border-radius: 23.5px;
	font-size: 16px;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	letter-spacing: .17px;
	min-width: 168px;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.btn:hover,
.comment-form input:hover[type="submit"],
.post-password-form input:hover[type="submit"],
.search-form input:hover[type="submit"],
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background-color: #7fc0b1;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea,
.jcf-select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 12px;
	font-size: 18px;
	height: 50px;
	padding: 16px 22px;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
.jcf-select:focus {
	border-color: transparent;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.jcf-select::-webkit-input-placeholder {
	color: #343434;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
.jcf-select::-moz-placeholder {
	opacity: 1;
	color: #343434;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
.jcf-select:-moz-placeholder {
	color: #343434;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.jcf-select:-ms-input-placeholder {
	color: #343434;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
.jcf-select.placeholder {
	color: #343434;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	border-radius: 23.5px;
	border: none;
}

textarea {
	height: 95px;
	resize: none;
	padding: 9px 20px;
}

.jcf-select {
	background-color: #fff;
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.jcf-select.jcf-focus {
	border-color: transparent !important;
}

.jcf-select .jcf-select-text {
	color: #343434;
	font-size: 18px;
	line-height: 14px;
	margin: 0 35px 0 0;
}

.jcf-select .jcf-select-opener {
	background-color: transparent;
	position: absolute;
	width: 50px;
}

.jcf-select .jcf-select-opener:after,
.jcf-select .jcf-select-opener:before {
	width: 10px;
	height: 2px;
	background-color: #829196;
	content: "";
	position: absolute;
	top: 50%;
}

.jcf-select .jcf-select-opener:before {
	right: 25px;
	-webkit-transform: translateY(-50%) rotate(36deg);
	-ms-transform: translateY(-50%) rotate(36deg);
	transform: translateY(-50%) rotate(36deg);
}

.jcf-select .jcf-select-opener:after {
	right: 18px;
	-webkit-transform: translateY(-50%) rotate(-36deg);
	-ms-transform: translateY(-50%) rotate(-36deg);
	transform: translateY(-50%) rotate(-36deg);
}

.jcf-select-drop .jcf-select-drop-content {
	border-radius: 12px;
	overflow: hidden;
	border: none;
}

.jcf-list ul:not([class]):not([id]) li {
	padding-left: 0;
}

.jcf-list ul:not([class]):not([id]) li:before {
	display: none;
}

.jcf-list .jcf-option {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	cursor: pointer;
	font-size: 18px;
	padding: 18px 20px;
}

.intro-section,
.hero-section {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
}

.intro-section h1,
.hero-section h1 {
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.intro-section {
	padding: 72px 15px;
	min-height: 479px;
	text-align: center;
	position: relative;
}

.intro-section .scroll-arrow {
	width: 60px;
	height: 40px;
	color: #f7b644;
	bottom: 53px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.intro-section .scroll-arrow:hover {
	color: #7fc0b1;
}

.intro-section .scroll-arrow i {
	font-size: 24px;
}

.intro-section h1 {
	text-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.hero-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 275px;
	position: relative;
}

.hero-section .container {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	text-shadow: none;
}

.hero-section.careers-intro:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .3;
	background-color: #d8d8d8;
	mix-blend-mode: multiply;
}

.about {
	padding: 47px 0 0;
}

.about-list > li {
	border-bottom: solid 2px #e3e3e3;
	margin-bottom: 45px;
	padding-bottom: 29px;
}

.about-list > li:nth-child(odd) h2 {
	color: #7fc0b1;
}

.about-list > li:nth-child(even) h2 {
	color: #f7b644;
}

.about-list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 80px;
}

.about-list > li .btn-holder {
	margin-top: 48px;
}

.about-list.careers-list > li {
	border-bottom: 2px solid #e3e3e3;
	position: relative;
	padding-bottom: 41px;
}

.about-list.careers-list > li:before {
	width: 44px;
	height: 32px;
	background-color: #fff;
	bottom: -16px;
	color: #f7b644;
	font-size: 26px;
	content: "\e907";
	font-family: "icomoon";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 36px;
	text-align: center;
}

.about-list.careers-list > li:last-of-type {
	border: none;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.about-list.careers-list > li:last-of-type:before {
	content: none;
}

.about-list.careers-list > li:last-of-type h2 {
	color: #f37160;
}

.about-list.careers-list h2 {
	margin-bottom: 31px;
}

.focus-areas {
	padding: 104px 0 0;
	position: relative;
}

.focus-areas:before {
	background-color: #bea48d;
	content: "";
	height: 375px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.focus-areas .container {
	position: relative;
	z-index: 1;
}

.focus-areas h2 {
	color: #fff;
	margin-bottom: 33px;
}

.masonry-holder {
	margin: 0 -11px;
}

.grid-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover !important;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 353px;
	padding: 15px;
	margin-bottom: 11px;
	position: relative;
	width: 100%;
}

.grid-item h3 {
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 1;
}

.grid-item .text-content {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: #7fc0b1;
	bottom: 0;
	color: #fff;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding: 15px;
	z-index: 9999;
}

.grid-item .text-content p {
	margin-bottom: 0;
}

.grid-item .btn,
.grid-item .comment-form input[type="submit"],
.comment-form .grid-item input[type="submit"],
.grid-item .post-password-form input[type="submit"],
.post-password-form .grid-item input[type="submit"],
.grid-item .search-form input[type="submit"],
.search-form .grid-item input[type="submit"],
.grid-item .navigation .next,
.navigation .grid-item .next,
.grid-item .navigation .prev,
.navigation .grid-item .prev,
.grid-item .navigation-comments .next,
.navigation-comments .grid-item .next,
.grid-item .navigation-comments .prev,
.navigation-comments .grid-item .prev {
	max-width: 168px;
	margin: 25px auto 0;
}

.grid-item .btn:hover,
.grid-item .comment-form input:hover[type="submit"],
.comment-form .grid-item input:hover[type="submit"],
.grid-item .post-password-form input:hover[type="submit"],
.post-password-form .grid-item input:hover[type="submit"],
.grid-item .search-form input:hover[type="submit"],
.search-form .grid-item input:hover[type="submit"],
.grid-item .navigation .next:hover,
.navigation .grid-item .next:hover,
.grid-item .navigation .prev:hover,
.navigation .grid-item .prev:hover,
.grid-item .navigation-comments .next:hover,
.navigation-comments .grid-item .next:hover,
.grid-item .navigation-comments .prev:hover,
.navigation-comments .grid-item .prev:hover {
	background-color: #f7b644;
}

.grid-item .btn-open {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.grid-item .btn-open:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: rgba(127, 192, 177, .3);
	bottom: 0;
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
}

.testimonials {
	padding: 31px 0 50px;
	text-align: center;
}

.testimonials h2 {
	color: #f37160;
	margin-bottom: 46px;
}

.blockquote-slider {
	padding-top: 93px;
}

.blockquote-slider:before {
	color: #7fc0b1;
	content: "\e904";
	font-family: "icomoon";
	font-size: 45px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

blockquote {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1.75;
}

blockquote .blockquote-text p:only-child:after {
	content: "\201D";
}

blockquote .blockquote-text p:only-child:before {
	content: "\201C";
}

blockquote .blockquote-text p:only-child:first-child:after {
	content: "\201D";
}

blockquote .blockquote-text p:only-child:first-child:before {
	content: "\201C";
}

blockquote .blockquote-text p:first-child:before {
	content: "\201C";
}

blockquote .blockquote-text p:last-child:after {
	content: "\201D";
}

blockquote p {
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #6b6b6b;
}

blockquote cite {
	font-style: normal;
	display: block;
	padding-top: 50px;
}

blockquote cite:after {
	top: 12px;
}

blockquote cite:before {
	content: "-";
}

.border-decor {
	position: relative;
}

.border-decor:after {
	background-color: #7fc0b1;
	border-radius: 2px;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	height: 5px;
	width: 80px;
}

.slick-dots {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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-top: 20px;
}

.slick-dots li {
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 10px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
	background-color: #f37160;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	font-size: 0;
	background-color: #efe6de;
	border-radius: 50%;
	padding: 0;
}

.subscribe-section {
	background-color: #efe6de;
	padding: 62px 0 88px;
}

.subscribe-section .container {
	max-width: 716px;
}

.subscribe-section .heading {
	text-align: center;
}

.subscribe-section h2 {
	color: #f7b644;
	margin-bottom: 20px;
}

.subscribe-section strong {
	color: #343434;
	display: block;
	margin-bottom: 48px;
	letter-spacing: .15px;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	padding: 0 15px;
}

.subscribe-form {
	margin-bottom: 53px;
}

.subscribe-form input[type="email"] {
	margin-bottom: 20px;
}

.subscribe-form input[type="submit"] {
	padding: 15px;
	width: 100%;
}

.social-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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 -12px;
}

.social-links li {
	margin: 0 12px 12px;
}

.social-links li a {
	width: 60px;
	height: 60px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f37160;
	border-radius: 50%;
	font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

.social-links li a:hover {
	background-color: #7fc0b1;
}

.social-links li a .icon-linkedin {
	font-size: 30px;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.form-row [class^="col-"] {
	padding: 0 12px 20px;
	width: 100%;
}

.contact-form input[type="submit"] {
	padding: 15px;
	width: 100%;
}

.text-about {
	padding: 35px 0 60px;
}

.text-about h2 {
	margin-bottom: 35px;
}

.text-about .text-holder {
	max-width: 902px;
	margin: 0 auto 57px;
}

.text-about p {
	margin-bottom: 30px;
}

.text-about .card-list {
	text-align: center;
}

.text-about .card-list li {
	color: #fff;
	min-height: 600px;
	padding: 56px 16px;
	position: relative;
}

.text-about .card-list li.triangle-decor:before {
	content: "";
	border: 98px solid transparent;
	border-right: 98px solid #de6758;
	border-bottom: 98px solid #de6758;
	right: 0;
	bottom: 0;
	position: absolute;
}

.text-about .card-list li.circle-decor:before {
	width: 188px;
	height: 188px;
	background-color: #69b6a4;
	border-radius: 0 100% 0 0;
	content: "";
	left: 0;
	bottom: 0;
	position: absolute;
}

.text-about .card-list li.rectangle-decor:before {
	width: 188px;
	height: 188px;
	background-color: #b69a81;
	content: "";
	right: 0;
	bottom: 0;
	position: absolute;
}

.text-about .card-list li:last-child:after {
	display: none;
}

.text-about .card-list h3 {
	color: #fff;
	margin-bottom: 28px;
}

.text-about .card-list .text-holder {
	line-height: 1.6;
	margin-bottom: 0;
	max-width: 1021px;
	position: relative;
	z-index: 1;
}

.text-about .card-list p {
	margin-bottom: 0;
}

.plus-decor {
	position: relative;
}

.plus-decor:after {
	color: #f7b644;
	border-radius: 2px;
	bottom: -47px;
	font-size: 63px;
	content: "\e907";
	font-family: "icomoon";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
}

.bg-corall {
	background-color: #f37160;
}

.bg-green {
	background-color: #7fc0b1;
}

.bg-beige {
	background-color: #bea48d;
}

.primary-categories {
	padding-bottom: 27px;
}

.primary-categories h2,
.primary-categories .text-holder {
	max-width: 1132px;
	margin: 0 auto;
}

.primary-categories h2 {
	text-align: center;
	padding-bottom: 45px;
	max-width: 1132px;
	margin: 0 auto 80px;
}

.primary-categories h2:after {
	background-color: #f37160;
	bottom: 0;
}

.primary-categories .img-holder {
	margin: 0 -11px 40px;
}

.primary-categories .grid-item {
	margin-bottom: 11px;
}

.team {
	padding: 33px 0;
}

.team h2 {
	max-width: 1136px;
	margin: 0 auto 66px;
}

.team .team-holder {
	max-width: 830px;
	margin: 0 auto;
}

.team-list li {
	padding-bottom: 43px;
}

.team-list .photo {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	margin-bottom: 34px;
}

.team-list .photo:hover {
	opacity: .8;
}

.team-list .photo img {
	width: 100%;
}

.team-list h3 {
	font-size: 48px;
	letter-spacing: -.8px;
	line-height: 1;
	margin-bottom: 8px;
}

.team-list h3 a {
	color: #3f474d;
}

.team-list h3 a:hover {
	color: #7fc0b1;
}

.team-list .position {
	color: #f37160;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 24px;
	display: block;
	line-height: 1.67;
}

.services {
	padding: 24px 0;
}

.services-list > li {
	padding-bottom: 46px;
	margin-bottom: 58px;
	position: relative;
}

.services-list > li:last-child {
	border-bottom: none;
	margin-bottom: 21px;
}

.services-list > li:last-child:before {
	display: none;
}

.services-list .subtitle {
	color: #282727;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	display: block;
	padding-bottom: 30px;
}

.services-list p {
	margin-bottom: 30px;
}

.services-list .text-holder {
	margin-bottom: 45px;
}

.services-list picture {
	display: block;
	margin-top: 46px;
}

.services-list picture img {
	max-width: 295px;
}

ul:not([class]):not([id]) li {
	font-size: 20px;
	color: #f37160;
	line-height: 2;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	padding-left: 28px;
	position: relative;
}

ul:not([class]):not([id]) li:before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	content: "";
	background-color: #f37160;
	left: 2px;
	top: 18px;
	position: absolute;
}

.divider {
	border-bottom: 2px solid #e3e3e3;
	position: relative;
}

.divider:before {
	width: 44px;
	height: 32px;
	background-color: #fff;
	bottom: -16px;
	color: #f7b644;
	font-size: 26px;
	content: "\e907";
	font-family: "icomoon";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 36px;
	text-align: center;
}

.focus-areas-list {
	padding: 57px 0 0;
}

.focus-areas-list li {
	padding-bottom: 27px;
	margin-bottom: 67px;
}

.focus-areas-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 18px;
}

.focus-areas-list li:last-child:before {
	display: none;
}

.focus-areas-list .text-holder {
	max-width: 1172px;
	margin: 0 auto;
}

.focus-areas-list .position-list li {
	margin-bottom: 17px;
}

.focus-areas-list .position-list li:last-child {
	border-bottom: 2px solid #e3e3e3;
}

.clients {
	padding: 32px 0 67px;
}

.clients h2 {
	margin-bottom: 54px;
	padding-bottom: 65px;
}

.clients-list li a {
	color: #282727;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
}

.clients-list li a:hover {
	color: #7fc0b1;
}

.case-stadies-list > li h3,
.case-stadies-list > li .tag-list {
	position: relative;
	z-index: 1;
}

.case-stadies-list > li a {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 500px;
	padding: 50px;
	position: relative;
}

.case-stadies-list > li a:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
}

.case-stadies-list > li a:hover:after {
	opacity: 1;
}

.case-stadies-list > li a:hover h3 {
	color: #f7b644;
}

.case-stadies-list h3 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-align: center;
}

.tag-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}

.tag-list li {
	padding: 0 10px;
	position: relative;
}

.tag-list li:before {
	width: 5px;
	height: 5px;
	background-color: #f7b644;
	border-radius: 50%;
	content: "";
	left: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tag-list li:last-child:before {
	display: none;
}

.tag-list li span {
	color: #f7b644;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.case-detail .container {
	max-width: 1172px;
}

.case-detail .hero-section {
	color: #fff;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 334px;
	font-weight: 500;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.case-detail .hero-section .container {
	width: 100%;
}

.case-detail .hero-section .heading {
	max-width: 805px;
}

.case-detail .hero-section h1 {
	margin-bottom: 17px;
}

.case-detail .hero-section p {
	margin-bottom: 28px;
}

.case-detail .description-block {
	background-color: #555252;
	color: #fff;
	padding: 50px 0;
}

.case-detail .full-screen-block .img-holder {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	min-height: 281px;
}

.case-detail .full-screen-block .text-holder {
	background-color: #f37160;
	color: #fff;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	padding: 66px 20px 54px;
}

.case-detail .text-description + .text-description {
	padding: 0;
}

.case-detail .text-description {
	padding: 37px 0 0;
}

.case-detail .text-description h3 {
	margin-bottom: 22px;
	padding-right: 50px;
}

.case-detail .text-description .text {
	margin-bottom: 55px;
}

.case-detail .text-description .text:last-child {
	margin-bottom: 46px;
}

.results {
	padding-top: 10px;
}

.results h3 {
	color: #fff;
	margin-bottom: 47px;
}

.results-list li {
	border-top: 5px solid #fff;
	padding-top: 50px;
	margin-bottom: 48px;
}

.results-list strong {
	display: block;
	line-height: 1.6;
	letter-spacing: .13px;
	margin-bottom: 28px;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.results-list .count-item {
	font-size: 120px;
	font-family: "Gotham Narrow Ultra", "Arial", "Helvetica Neue", "Helvetica", serif;
	line-height: 1;
	letter-spacing: normal;
	margin-bottom: 0;
}

.navigation-single {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 53px 0;
	max-width: 1410px;
	margin: 0 auto;
}

.navigation-single .next,
.navigation-single .prev {
	background-color: transparent;
	max-width: none;
	float: none;
	position: relative;
	padding: 0 60px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: 1;
}

.navigation-single .next:hover a,
.navigation-single .prev:hover a {
	color: #f7b644;
}

.navigation-single .next a,
.navigation-single .prev a {
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 33px;
	font-weight: 500;
	color: #7fc0b1;
	letter-spacing: -.55px;
	line-height: 1;
	padding: 0;
	position: relative;
}

.navigation-single .next a:before,
.navigation-single .prev a:before {
	content: "\e906";
	font-family: "icomoon";
	font-size: 24px;
	display: block;
	color: #f7b644;
	position: absolute;
	left: -34px;
	top: 8px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.navigation-single .prev a:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navigation-single .next a:before {
	left: auto;
	right: -36px;
}

.navigation-single .project-name {
	color: #bbb;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	display: block;
	margin-top: 11px;
	font-weight: 700;
}

.awards {
	padding-top: 35px;
	text-align: center;
}

.awards .heading {
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #282727;
	padding-bottom: 23px;
	margin-bottom: 55px;
}

.awards .heading h2 {
	margin-bottom: 20px;
}

.awards h2 {
	font-size: 35px;
	line-height: 1.14;
	letter-spacing: -.49px;
}

.awards h2 a {
	color: #7fc0b1;
}

.awards h2 a:hover {
	color: #f37160;
}

.awards-list strong,
.awards-list a,
.awards-name-list strong,
.awards-name-list a {
	color: #282727;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.awards-logo {
	display: block;
	margin: 0 auto 37px;
}

.awards-logo.prsa {
	max-width: 235px;
}

.awards-logo.expertise {
	max-width: 150px;
}

.awards-list > li {
	margin-bottom: 58px;
}

.awards-list > li:last-child {
	border: none;
	margin-bottom: 9px;
}

.awards-list > li:last-child:before {
	display: none;
}

.awards-list > li:last-child h2 {
	margin: 0;
}

.awards-list > li h2 {
	margin: 0 40px;
}

.awards-list .category-holder a:hover,
.awards-list .clients-holder a:hover {
	color: #f37160;
}

.awards-list .clients-holder {
	margin-bottom: 30px;
}

.category:after {
	color: #282727;
	content: ",";
}

.category:last-child:after {
	display: none;
}

.awards-name-list {
	padding: 21px 0 46px;
}

.articles .container {
	max-width: 1176px;
}

.blog-article {
	margin-bottom: 40px;
}

.blog-article h3 {
	font-size: 35px;
	line-height: 1.14;
	letter-spacing: -.49px;
	margin-bottom: 48px;
}

.blog-article h3 a {
	color: #7fc0b1;
}

.blog-article h3 a:hover {
	color: #f37160;
}

.blog-article .blog-img {
	position: relative;
}

.blog-article .blog-img .lazy {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.blog-article .blog-img .lazy.loaded {
	opacity: 1;
}

.blog-article .blog-img img {
	width: 100%;
}

.blog-img {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
	padding-top: 85%;
	margin: 0 -20px 22px;
}

.date {
	display: block;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #282727;
	margin-bottom: 23px;
}

.blog-detail {
	padding-bottom: 33px;
}

.blog-detail .container {
	max-width: 1060px;
}

.blog-detail .position-title {
	color: #f37160;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 24px;
	display: block;
	line-height: 1.67;
	margin-bottom: 15px;
}

.blog-detail .blog-img {
	margin-bottom: 34px;
}

.single-team .blog-detail .blog-img {
	background-position: top center;
}

.blog-detail h1 {
	margin-bottom: 34px;
}

.single-team .blog-detail h1 {
	margin-bottom: 8px;
}

.blog-detail .blog-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-detail .blog-text p {
	margin-bottom: 30px;
}

.blog-detail .blog-text strong {
	display: block;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blog-detail .date {
	font-size: 20px;
}

.share-block .title {
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #282727;
	display: block;
	margin-bottom: 18px;
}

.share-block .social-links {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 36px;
}

.share-block .social-links li {
	width: 60px;
	height: 60px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f37160;
	border-radius: 50%;
	font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.share-block .social-links li:hover {
	background-color: #7fc0b1;
}

.contact .text-block {
	background-color: #d1b8a2;
	color: #fff;
	padding: 53px 15px 23px 20px;
}

.contact .text-block h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 27px;
}

.contact .wpcf7 {
	background-color: #efe6de;
}

.contact .contact-form {
	padding: 42px 20px 49px;
}

.fixed-page .parallax-mirror {
	opacity: 0;
}

.parallax-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.parallax-block picture {
	opacity: 0;
	position: absolute;
	left: -9999px;
	top: 0;
}

.grid-item .lazy {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.grid-item .lazy.loaded {
	opacity: 1;
}

.grid-item .lazy img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallax-slider {
	left: 0;
}

.blockquote-list {
	position: relative;
	padding: 100px 0;
	text-align: center;
}

.blockquote-list:before,
.blockquote-list:after {
	color: #7fc0b1;
	content: "\e904";
	font-family: "icomoon";
	font-size: 45px;
	position: absolute;
	left: 50%;
}

.blockquote-list:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 25px;
}

.blockquote-list:after {
	bottom: 25px;
	top: auto;
	-webkit-transform: translateX(-50%) scale(-1, 1);
	-ms-transform: translateX(-50%) scale(-1, 1);
	transform: translateX(-50%) scale(-1, 1);
}

.blockquote-list li {
	margin-bottom: 27px;
	padding-bottom: 50px;
}

.blockquote-list blockquote cite {
	padding-top: 45px;
}

.sub-title {
	display: block;
	font-size: 20px;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	color: #d1b8a2;
	margin-bottom: 18px;
}

.position-list {
	width: 100%;
	padding-top: 13px;
}

.position-list h4 {
	color: #343434;
	font-size: 16px;
	letter-spacing: .17px;
	margin-bottom: 14px;
	font-weight: 700;
}

.position-list li {
	text-align: center;
	border: 2px solid #e3e3e3;
	border-radius: 9px;
	padding: 20px;
	margin-bottom: 17px;
}

.position-list li .btn,
.position-list li .comment-form input[type="submit"],
.comment-form .position-list li input[type="submit"],
.position-list li .post-password-form input[type="submit"],
.post-password-form .position-list li input[type="submit"],
.position-list li .search-form input[type="submit"],
.search-form .position-list li input[type="submit"],
.position-list li .navigation .next,
.navigation .position-list li .next,
.position-list li .navigation .prev,
.navigation .position-list li .prev,
.position-list li .navigation-comments .next,
.navigation-comments .position-list li .next,
.position-list li .navigation-comments .prev,
.navigation-comments .position-list li .prev {
	max-width: 168px;
}

.careers {
	padding: 47px 0 0;
}

.careers .container {
	max-width: 1406px;
}

.careers-detail {
	padding: 28px 0 124px;
}

.careers-detail .container {
	max-width: 1066px;
}

.careers-detail a:not([class]):not([id]) {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	position: relative;
	border-bottom: 1px solid currentColor;
}

.careers-detail a:not([class]):not([id]):hover {
	border-color: transparent;
}

.careers-detail .back-btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #282727;
	font-weight: 500;
	font-family: "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	margin-bottom: 31px;
}

.careers-detail .back-btn:hover {
	color: #f37160;
}

.careers-detail .back-btn:before {
	content: "< ";
}

.careers-detail .heading-holder h3 {
	margin-bottom: 30px;
}

.careers-detail ul:not([class]):not([id]) {
	margin-bottom: 40px;
}

.careers-detail ul:not([class]):not([id]) li {
	color: rgba(52, 52, 52, .6);
	letter-spacing: .15px;
	font-family: "Gotham Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding-left: 38px;
}

.careers-detail ul:not([class]):not([id]) li:before {
	background-color: rgba(52, 52, 52, .6);
	left: 14px;
	top: 14px;
}

.careers-detail h4 {
	color: #343434;
	letter-spacing: .15px;
	margin-bottom: 28px;
	font-weight: 700;
}

.careers-detail .btn-holder + .sub-title {
	margin-bottom: 28px;
}

.careers-detail p {
	margin-bottom: 30px;
}

.text-primary {
	color: #f37160;
}

#footer {
	background-color: #00634a;
	padding: 38px 0 97px;
}

#footer.contact-footer {
	padding: 45px 0;
}

#footer.contact-footer .address-holder {
	margin-bottom: 0;
}

#footer h2 {
	color: #7fc0b1;
	margin-bottom: 38px;
}

#footer address {
	color: #fff;
}

#footer .logo {
	margin-bottom: 20px;
}

#footer .form-holder {
	margin-bottom: 74px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f37160;
}

#footer .wpcf7-response-output {
	color: #fff;
	margin: 0;
}

address {
	font-style: normal;
	margin-bottom: 0;
}

@media (min-width: 560px) {
	.team-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.team-list li {
		padding: 0 20px 43px;
		width: 50%;
	}
}

@media (min-width: 560px) and (max-width: 766px) {
	.team-list h3 {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	.search-form input[type="search"] {
		width: 40%;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.logo {
		width: 243px;
	}

	.main-menu > li .opener:after {
		right: 14px;
	}

	h1,
	.h1 {
		font-size: 65px;
	}

	h2,
	.h2 {
		font-size: 55px;
	}

	.intro-section .scroll-arrow {
		bottom: 60px;
	}

	.hero-section {
		min-height: 400px;
	}

	.hero-section.careers-intro h1 {
		padding-bottom: 31px;
	}

	.about-list > li {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-list > li h2 {
		width: 40%;
	}

	.about-list .text-holder {
		max-width: 677px;
		margin: 0 0 0 auto;
		width: 60%;
	}

	.about-list.careers-list > li:before {
		content: none;
	}

	.focus-areas:before {
		height: 500px;
	}

	.focus-areas .heading {
		margin-bottom: 29px;
		max-width: 520px;
	}

	.focus-areas .heading .btn-holder {
		text-align: center;
	}

	.masonry-holder {
		max-width: 1160px;
		margin: 0 auto;
	}

	.grid-item {
		margin: 0 9px 16px;
		width: calc(50% - 18px);
	}

	.grid-item:nth-child(1) {
		margin-top: 107px;
	}

	.subscribe-form {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.subscribe-form input[type="email"] {
		margin-bottom: 0;
		width: calc(100% - 195px);
	}

	.subscribe-form input[type="submit"] {
		margin-left: 27px;
		width: auto;
	}

	.social-links li a {
		width: 128px;
		height: 128px;
		font-size: 82px;
	}

	.social-links li a .icon-linkedin {
		font-size: 68px;
	}

	.form-row .col-6 {
		width: 50%;
	}

	.text-about {
		text-align: center;
	}

	.text-about .card-list li {
		min-height: 450px;
	}

	.text-about .card-list li.triangle-decor:before {
		border: 225px solid transparent;
		border-right: 225px solid #de6758;
		border-bottom: 225px solid #de6758;
	}

	.text-about .card-list li.circle-decor:before {
		width: 21.9%;
		height: 100%;
	}

	.text-about .card-list li.rectangle-decor:before {
		height: auto;
		bottom: 0;
		top: 0;
		width: 225px;
	}

	.text-about .card-list .text-holder {
		line-height: 1.67;
	}

	.primary-categories .text-holder {
		text-align: center;
	}

	.primary-categories .img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 40px;
	}

	.primary-categories .grid-item {
		margin: 0;
		min-height: 455px;
		width: 50%;
	}

	.team {
		padding: 54px 0;
	}

	.team h2 {
		text-align: center;
	}

	.services-list .subtitle {
		padding-top: 16px;
	}

	.services-list h2,
	.services-list ul:not([class]):not([id]) {
		float: left;
		width: 40%;
	}

	.services-list .text-holder,
	.services-list picture,
	.services-list .subtitle {
		float: right;
		padding-left: 20px;
		width: 60%;
	}

	.focus-areas-list li {
		text-align: center;
	}

	.focus-areas-list .position-list li {
		margin-bottom: 27px;
	}

	.clients h2 {
		text-align: center;
	}

	.clients-list {
		-webkit-column-count: 2;
		column-count: 2;
		padding: 0 30px;
	}

	.clients-list li {
		padding-right: 30px;
	}

	.case-stadies-list > li a {
		min-height: 463px;
	}

	.case-detail .full-screen-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.case-detail .full-screen-block .img-holder,
	.case-detail .full-screen-block .text-holder {
		width: 50%;
	}

	.results-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.results-list li {
		margin: 0 20px;
		width: calc(50% - 40px);
	}

	.results-list li:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.results-list li:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.results-list strong {
		min-height: 129px;
		margin-bottom: 10px;
	}

	.navigation-single {
		padding: 53px 50px;
	}

	.navigation-single {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.navigation-single .next,
	.navigation-single .prev {
		padding: 0;
		max-width: 48%;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.navigation-single .next {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
	}

	.navigation-single .prev {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: left;
	}

	.navigation-single .next {
		margin: 0 0 0 auto;
	}

	.awards-logo.prsa {
		max-width: 330px;
	}

	.articles {
		padding-top: 40px;
	}

	.blog-article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-article .blog-text {
		padding-left: 33px;
		width: 50%;
	}

	.blog-article .blog-img {
		width: 50%;
	}

	.blog-img {
		margin: 0;
		padding-top: 50%;
	}

	.single-team .blog-detail .blog-img {
		max-width: 400px;
		max-height: 450px;
		padding-top: 48%;
	}

	.share-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 42px;
	}

	.share-block .social-links {
		margin: 0 -12px;
	}

	.share-block .social-links li {
		margin: 0 12px;
	}

	.share-block .social-links li a {
		width: 60px;
		height: 60px;
	}

	.share-block .social-links li a i {
		font-size: 34px;
	}

	.contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact .text-block,
	.contact > .contact-form,
	.contact .wpcf7 {
		width: 50%;
	}

	.blockquote-list {
		padding: 160px 0;
	}

	.blockquote-list:before,
	.blockquote-list:after {
		font-size: 80px;
	}

	.position-list li {
		text-align: left;
		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;
		padding: 40px 54px 38px 57px;
		margin-bottom: 27px;
	}

	.position-list li .text {
		max-width: calc(100% - 168px);
		padding-right: 15px;
	}

	.careers-detail {
		padding-bottom: 78px;
		padding-top: 93px;
	}

	.careers-detail .heading-holder {
		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;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 43px;
	}

	.careers-detail .heading-holder h3 {
		max-width: calc(100% - 168px);
		padding-right: 10px;
		margin-bottom: 0;
	}

	.careers-detail .heading-holder .btn,
	.careers-detail .heading-holder .comment-form input[type="submit"],
	.comment-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .post-password-form input[type="submit"],
	.post-password-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .search-form input[type="submit"],
	.search-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .navigation .next,
	.navigation .careers-detail .heading-holder .next,
	.careers-detail .heading-holder .navigation .prev,
	.navigation .careers-detail .heading-holder .prev,
	.careers-detail .heading-holder .navigation-comments .next,
	.navigation-comments .careers-detail .heading-holder .next,
	.careers-detail .heading-holder .navigation-comments .prev,
	.navigation-comments .careers-detail .heading-holder .prev {
		max-width: 168px;
	}

	.careers-detail ul:not([class]):not([id]) {
		margin-bottom: 21px;
	}

	.careers-detail ul:not([class]):not([id]) li {
		line-height: 1.667;
	}

	.careers-detail .text-holder {
		margin-bottom: 50px;
	}

	.careers-detail .text-holder .btn-holder {
		padding-top: 65px;
	}

	#footer .container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		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;
	}

	#footer .address-holder {
		margin-bottom: 6px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 40%;
	}

	#footer .form-holder {
		margin: 0 0 0 auto;
		max-width: 529px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 60%;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 28px 0;
	}

	#header .logo {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0;
	}

	.main-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-menu.right-menu {
		margin: 0 0 0 auto;
	}

	.main-menu.right-menu > li:last-child .drop-holder {
		right: 0;
		left: auto;
	}

	.main-menu > li {
		margin: 0 15px;
	}

	.main-menu > li:first-child {
		margin-left: 0;
	}

	.main-menu > li:last-child {
		margin-right: 0;
	}

	.main-menu > li a.btn,
	.main-menu > li .navigation a.next,
	.navigation .main-menu > li a.next,
	.main-menu > li .navigation a.prev,
	.navigation .main-menu > li a.prev,
	.main-menu > li .navigation-comments a.next,
	.navigation-comments .main-menu > li a.next,
	.main-menu > li .navigation-comments a.prev,
	.navigation-comments .main-menu > li a.prev,
	.main-menu > li span.opener.btn,
	.main-menu > li .navigation span.opener.next,
	.navigation .main-menu > li span.opener.next,
	.main-menu > li .navigation span.opener.prev,
	.navigation .main-menu > li span.opener.prev,
	.main-menu > li .navigation-comments span.opener.next,
	.navigation-comments .main-menu > li span.opener.next,
	.main-menu > li .navigation-comments span.opener.prev,
	.navigation-comments .main-menu > li span.opener.prev {
		background-color: transparent;
		min-width: auto;
		padding: 0;
		vertical-align: baseline;
	}

	.main-menu > li .opener {
		padding: 0;
	}

	.main-menu > li .opener:after {
		display: none;
	}

	.main-menu .drop-holder {
		position: absolute;
		left: 0;
		top: 100%;
		background: #f37160;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		padding: 10px 8px;
		width: 140px;
		text-align: left;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li {
		padding: 0;
		margin-bottom: 10px;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li a {
		color: #fff;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li a:hover {
		color: #000;
	}

	.nav-opener {
		display: none;
	}

	body {
		font-size: 24px;
		line-height: 1.67;
	}

	h1,
	.h1 {
		font-size: 110px;
		letter-spacing: -4px;
	}

	h2,
	.h2 {
		font-size: 100px;
		letter-spacing: -4.55px;
	}

	h3,
	.h3 {
		font-size: 65px;
		line-height: 1.08;
		letter-spacing: -2px;
	}

	h4,
	.h4 {
		font-size: 38px;
		line-height: 1.26;
	}

	textarea {
		margin-bottom: 10px;
	}

	.intro-section {
		padding: 80px 0;
		min-height: 600px;
	}

	.intro-section .scroll-arrow i {
		font-size: 20px;
	}

	.about {
		padding: 100px 0 0;
	}

	.about-list > li {
		margin-bottom: 110px;
		padding-bottom: 96px;
	}

	.about-list > li:last-child {
		margin-bottom: 115px;
	}

	.about-list.careers-list > li {
		padding-bottom: 55px;
		margin-bottom: 65px;
	}

	.focus-areas {
		padding: 109px 0 0;
	}

	.focus-areas:before {
		height: 800px;
	}

	.focus-areas h2 {
		margin-bottom: 55px;
	}

	.masonry-holder {
		margin-top: -100px;
	}

	.grid-item {
		min-height: 560px;
	}

	.grid-item:nth-child(1) {
		margin-top: 213px;
	}

	.grid-item h3 {
		font-size: 32px;
		line-height: 1.25;
		letter-spacing: .2px;
	}

	.grid-item .text-content {
		line-height: 1.33;
		padding: 60px 38px;
	}

	.grid-item .btn-open:hover:before {
		opacity: 1;
	}

	.testimonials {
		padding: 54px 0 213px;
	}

	.blockquote-slider {
		padding: 24px 115px 0;
	}

	.blockquote-slider:before {
		font-size: 110px;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: -186px;
	}

	.blockquote-slider:after {
		bottom: 24px;
		color: #7fc0b1;
		content: "\e903";
		font-family: "icomoon";
		font-size: 110px;
		position: absolute;
		right: -58px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	blockquote {
		font-size: 27px;
		line-height: 1.63;
	}

	blockquote cite {
		padding-top: 61px;
	}

	blockquote cite:after {
		top: 20px;
	}

	.slick-dots {
		margin-top: 55px;
	}

	.subscribe-section {
		padding: 74px 0 82px;
	}

	.subscribe-section strong {
		margin-bottom: 29px;
	}

	.social-links {
		margin: 0 -25px;
	}

	.social-links li {
		margin: 0 25px 25px;
	}

	.social-links li a .icon-facebook {
		font-size: 78px;
	}

	.social-links li a .icon-instagram {
		font-size: 76px;
	}

	.text-about {
		padding: 104px 0 0;
	}

	.text-about h2 {
		margin-bottom: 72px;
	}

	.text-about .text-holder {
		margin-bottom: 114px;
	}

	.text-about p {
		margin-bottom: 40px;
	}

	.text-about .card-list li {
		min-height: auto;
		padding-bottom: 98px;
	}

	.plus-decor:after {
		bottom: -53px;
	}

	.primary-categories {
		padding: 99px 0 198px;
	}

	.primary-categories h2 {
		padding-bottom: 73px;
		margin-bottom: 70px;
	}

	.primary-categories .img-holder {
		margin-bottom: 100px;
	}

	.primary-categories .grid-item {
		width: 33.33%;
	}

	.team {
		padding: 108px 0 26px;
	}

	.team-list {
		margin: 0 -53px;
	}

	.team-list li {
		padding: 0 53px 53px;
	}

	.services {
		padding: 74px 0;
	}

	.services-list > li {
		padding-bottom: 103px;
		margin-bottom: 105px;
	}

	.services-list h2 {
		margin-bottom: 71px;
	}

	.services-list .subtitle {
		padding-top: 114px;
		padding-bottom: 76px;
	}

	.services-list p {
		margin-bottom: 40px;
	}

	.services-list picture {
		margin-top: -37px;
	}

	.services-list picture img {
		max-width: 490px;
	}

	ul:not([class]):not([id]) li {
		font-size: 24px;
		line-height: 1.67;
	}

	ul:not([class]):not([id]) li:before {
		width: 6px;
		height: 6px;
		left: 4px;
		right: 17px;
	}

	.focus-areas-list {
		padding: 94px 0 125px;
	}

	.focus-areas-list li {
		padding-bottom: 50px;
		margin-bottom: 94px;
	}

	.focus-areas-list li h2 {
		margin-bottom: 40px;
	}

	.clients {
		padding: 116px 0 176px;
	}

	.clients h2 {
		margin-bottom: 91px;
		padding-bottom: 86px;
	}

	.clients-list {
		-webkit-column-count: 3;
		column-count: 3;
		padding: 0 114px;
	}

	.clients-list li {
		padding-right: 50px;
	}

	.clients-list li a {
		font-size: 24px;
		line-height: 1.67;
	}

	.case-stadies-list h3 {
		font-size: 60px;
	}

	.tag-list li {
		padding: 0 18px;
	}

	.tag-list li:before {
		width: 8px;
		height: 8px;
	}

	.tag-list li span {
		font-size: 28px;
	}

	.case-detail .hero-section {
		min-height: 800px;
		padding-bottom: 143px;
	}

	.case-detail .hero-section .heading {
		font-size: 42px;
		line-height: 1.08;
	}

	.case-detail .hero-section h1 {
		margin-bottom: 42px;
	}

	.case-detail .hero-section p {
		letter-spacing: -.4px;
	}

	.case-detail .description-block {
		padding: 96px 0 105px;
	}

	.case-detail .full-screen-block .img-holder {
		min-height: 600px;
	}

	.case-detail .full-screen-block .text-holder {
		font-size: 28px;
		line-height: 1.43;
		letter-spacing: .18px;
	}

	.case-detail .text-description + .description-block {
		margin-top: 112px;
	}

	.case-detail .text-description {
		padding: 87px 0 0;
	}

	.case-detail .text-description h3 {
		font-size: 60px;
	}

	.case-detail .text-description .text {
		margin-bottom: 73px;
	}

	.results {
		padding-bottom: 97px;
		padding-top: 33px;
	}

	.results h3 {
		font-size: 60px;
		margin-bottom: 43px;
	}

	.results-list {
		margin: 0 -104px;
	}

	.results-list li {
		margin: 0 104px;
		padding-top: 44px;
		width: calc(50% - 208px);
	}

	.results-list strong {
		font-size: 28px;
		line-height: 1.43;
		letter-spacing: .18px;
	}

	.results-list .count-item {
		font-size: 160px;
	}

	.navigation-single {
		padding: 100px 80px 80px;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		font-size: 60px;
		margin-bottom: 15px;
	}

	.navigation-single .next a:before,
	.navigation-single .prev a:before {
		font-size: 45px;
		left: -65px;
	}

	.navigation-single .next a:before {
		left: auto;
		right: -65px;
	}

	.navigation-single .project-name {
		font-size: 28px;
		letter-spacing: .18px;
		margin-left: 0;
	}

	.awards {
		padding-top: 97px;
	}

	.awards .heading {
		margin-bottom: 85px;
		padding-bottom: 60px;
	}

	.awards .heading h2 {
		line-height: 1.08;
		letter-spacing: -2px;
		margin-bottom: 44px;
	}

	.awards h2 {
		font-size: 65px;
		line-height: 1.08;
		letter-spacing: -2px;
	}

	.awards-list strong,
	.awards-name-list strong {
		line-height: 1.67;
		letter-spacing: .15px;
	}

	.awards-logo {
		margin: 0 auto 40px;
	}

	.awards-logo.prsa {
		margin-bottom: 108px;
	}

	.awards-logo.expertise {
		max-width: 330px;
	}

	.awards-list > li {
		padding-bottom: 7px;
		margin-bottom: 68px;
	}

	.awards-list > li:last-child h2 {
		margin-bottom: 12px;
	}

	.awards-list > li h2 {
		margin-bottom: 12px;
	}

	.awards-list .clients-holder {
		margin-bottom: 60px;
	}

	.articles {
		padding: 87px 0 126px;
	}

	.blog-article .blog-text {
		padding-left: 60px;
	}

	.blog-article h3 {
		font-size: 38px;
		line-height: 1.24;
		margin-bottom: 40px;
	}

	.blog-img {
		padding-top: 46.6%;
	}

	.date {
		margin-bottom: 28px;
	}

	.blog-detail {
		padding: 96px 0 163px;
	}

	.blog-detail .blog-img {
		padding-top: 68%;
		margin-bottom: 32px;
	}

	.single-team .blog-detail .blog-img {
		padding-top: 45.8%;
		max-width: 450px;
	}

	.blog-detail .blog-text p {
		margin-bottom: 40px;
	}

	.blog-detail .blog-text {
		margin-bottom: 40px;
	}

	.blog-detail .date {
		margin-bottom: 23px;
	}

	.contact .text-block {
		padding: 60px 30px;
	}

	.contact .text-block h1 {
		font-size: 100px;
		line-height: 1.1;
		letter-spacing: -3px;
	}

	.contact .contact-form {
		padding: 60px 30px;
	}

	.blockquote-list {
		padding-bottom: 175px;
		padding-top: 259px;
	}

	.blockquote-list:before,
	.blockquote-list:after {
		font-size: 110px;
	}

	.blockquote-list:before {
		top: 37px;
	}

	.blockquote-list:after {
		bottom: 81px;
	}

	.blockquote-list li {
		padding-bottom: 84px;
		margin-bottom: 95px;
	}

	.blockquote-list blockquote p {
		margin-bottom: 44px;
	}

	.sub-title {
		font-weight: 700;
		font-size: 24px;
		font-weight: 700;
		letter-spacing: .15px;
		margin-bottom: 28px;
	}

	.position-list {
		padding-top: 58px;
	}

	.position-list h4 {
		font-size: 24px;
	}

	.careers {
		padding: 126px 0;
	}

	.careers-detail .back-btn {
		margin-bottom: 57px;
	}

	.careers-detail ul:not([class]):not([id]) li:before {
		top: 17px;
	}

	.careers-detail h4 {
		font-size: 24px;
		margin-bottom: 18px;
	}

	.careers-detail .btn-holder + .sub-title {
		margin-bottom: 53px;
	}

	.careers-detail p {
		margin-bottom: 40px;
	}

	.careers-detail .text-holder {
		margin-bottom: 80px;
	}

	#footer {
		padding: 62px 0 136px;
	}

	#footer.contact-footer {
		padding: 97px 0;
	}

	#footer h2 {
		margin-bottom: 47px;
	}

	#footer address {
		line-height: 1.33;
	}

	#footer .logo {
		margin-bottom: 46px;
		width: 212px;
	}

	#footer .form-holder {
		margin: 0 32px;
		width: calc(60% - 64px);
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 28px 0 22px;
	}

	.nav-holder {
		padding: 0 40px;
	}

	.main-menu.right-menu > li:last-child .drop-holder {
		left: 50%;
		right: auto;
	}

	.main-menu > li {
		margin: 0 22.5px;
		padding-bottom: 9px;
	}

	.main-menu .drop-holder {
		width: 170px;
		padding: 42px 10px 17px 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li {
		margin-bottom: 30px;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li a {
		font-size: 14px;
		letter-spacing: 1.08px;
	}

	.focus-areas .heading .btn-holder {
		padding-left: 67px;
	}

	.services-list .text-holder,
	.services-list picture,
	.services-list .subtitle {
		padding-left: 142px;
	}

	.case-detail .full-screen-block .text-holder {
		padding: 120px 150px 88px;
	}

	.single-team .blog-detail .blog-img {
		padding-top: 44.2%;
	}

	.contact .text-block {
		padding: 60px;
	}

	.contact .contact-form {
		padding: 60px;
	}
}

@media (min-width: 1440px) {
	.contact .text-block {
		padding: 149px 126px 149px 126px;
	}

	.contact .contact-form {
		padding: 188px 150px 188px 126px;
	}
}

@media (min-width: 1600px) {
	.nav-holder {
		padding: 0;
	}

	.main-menu .drop-holder {
		width: 240px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.nav-holder {
		-webkit-transition: left .3s ease-in-out;
		transition: left .3s ease-in-out;
		background-color: #fff;
		height: calc(100vh - 85px);
		overflow-y: auto;
		overflow-x: hidden;
		padding: 30px 20px;
		position: absolute;
		left: 100%;
		top: 100%;
		z-index: 9999;
	}

	.main-menu > li a.btn,
	.main-menu > li .navigation a.next,
	.navigation .main-menu > li a.next,
	.main-menu > li .navigation a.prev,
	.navigation .main-menu > li a.prev,
	.main-menu > li .navigation-comments a.next,
	.navigation-comments .main-menu > li a.next,
	.main-menu > li .navigation-comments a.prev,
	.navigation-comments .main-menu > li a.prev,
	.main-menu > li span.opener.btn,
	.main-menu > li .navigation span.opener.next,
	.navigation .main-menu > li span.opener.next,
	.main-menu > li .navigation span.opener.prev,
	.navigation .main-menu > li span.opener.prev,
	.main-menu > li .navigation-comments span.opener.next,
	.navigation-comments .main-menu > li span.opener.next,
	.main-menu > li .navigation-comments span.opener.prev,
	.navigation-comments .main-menu > li span.opener.prev {
		color: #fff;
		font-size: 16px;
		letter-spacing: .17px;
		margin-top: 12px;
		min-width: 189px;
	}

	.main-menu > li .opener {
		display: block;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li:last-of-type {
		padding-bottom: 0;
	}

	.main-menu .drop-holder ul:not([class]):not([id]) li.active > a {
		color: #f37160;
	}

	.text-about h2 br {
		display: none;
	}

	.navigation-single .next a:before,
	.navigation-single .prev a:before {
		top: 6px;
	}

	.blog-detail h1 {
		font-size: 35px;
		line-height: 1.14;
		letter-spacing: -.49px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.about-list > li h2 br {
		display: none;
	}

	.about-list > li .btn-holder {
		text-align: center;
	}

	.focus-areas .heading {
		text-align: center;
		margin-bottom: 79px;
	}

	.grid-item .text-content {
		font-size: 16px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		position: fixed;
		padding: 45px 15px;
	}

	.navigation-single .next {
		padding-bottom: 53px;
		margin-bottom: 40px;
	}

	.navigation-single .next:after {
		background-color: #f7b644;
		border-radius: 2px;
		bottom: 0;
		content: "";
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		position: absolute;
		height: 5px;
		width: 80px;
	}

	.careers-detail .heading-holder .btn,
	.careers-detail .heading-holder .comment-form input[type="submit"],
	.comment-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .post-password-form input[type="submit"],
	.post-password-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .search-form input[type="submit"],
	.search-form .careers-detail .heading-holder input[type="submit"],
	.careers-detail .heading-holder .navigation .next,
	.navigation .careers-detail .heading-holder .next,
	.careers-detail .heading-holder .navigation .prev,
	.navigation .careers-detail .heading-holder .prev,
	.careers-detail .heading-holder .navigation-comments .next,
	.navigation-comments .careers-detail .heading-holder .next,
	.careers-detail .heading-holder .navigation-comments .prev,
	.navigation-comments .careers-detail .heading-holder .prev {
		display: none;
	}

	.careers-detail .text-holder .btn-holder {
		text-align: center;
		padding-top: 55px;
	}
}
