/*
Theme Name: Creativeans
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Gopinath
Author URI: https://wordpress.org/
Description: Creativeans is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	/*outline: thin dotted;*/
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	/*outline: thin dotted;*/
}

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

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	/*outline: thin dotted;
	outline-offset: -1px;*/
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.footer-newsletter .wpcf7-submit:hover::before,
.footer-newsletter .wpcf7-submit:focus::before
{
	width: auto !important;
}

.footer-newsletter .wpcf7-submit
{
	float: right !important;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	/*margin-bottom: 0;*/
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	/*outline: thin dotted;*/
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

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

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

.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%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 21px;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

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

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 4.5455%;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

a, button { outline:none !important; }

@font-face { font-family: 'Gilroy'; src: url('./fonts/Gilroy-Regular.eot'); src: url('./fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Gilroy-Regular.woff2') format('woff2'), url('./fonts/Gilroy-Regular.woff') format('woff'), url('./fonts/Gilroy-Regular.ttf') format('truetype'), url('./fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg'); font-weight: normal; font-style: normal; font-display:swap; }
@font-face { font-family: 'Gilroy'; src: url('./fonts/Gilroy-Medium.eot'); src: url('./fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/Gilroy-Medium.woff2') format('woff2'), url('./fonts/Gilroy-Medium.woff') format('woff'), url('./fonts/Gilroy-Medium.ttf') format('truetype'), url('./fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg'); font-weight: 500; font-style: normal; font-display:swap; }
@font-face { font-family: 'Gilroy'; src: url('./fonts/Gilroy-Bold.eot'); src: url('./fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/Gilroy-Bold.woff2') format('woff2'), url('./fonts/Gilroy-Bold.woff') format('woff'), url('./fonts/Gilroy-Bold.ttf') format('truetype'), url('./fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg'); font-weight: bold; font-style: normal; font-display:swap; }
@font-face { font-family: 'Gilroy'; src: url('./fonts/Gilroy-Light.eot'); src: url('./fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Gilroy-Light.woff2') format('woff2'), url('./fonts/Gilroy-Light.woff') format('woff'), url('./fonts/Gilroy-Light.ttf') format('truetype'), url('./fonts/Gilroy-Light.svg#Gilroy-Light') format('svg'); font-weight: 300; font-style: normal; font-display:swap; } 
@font-face { font-family: 'Gilroy'; src: url('./fonts/Gilroy-Heavy.eot'); src: url('./fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('./fonts/Gilroy-Heavy.woff2') format('woff2'), url('./fonts/Gilroy-Heavy.woff') format('woff'), url('./fonts/Gilroy-Heavy.ttf') format('truetype'), url('./fonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg'); font-weight: 900; font-style: normal; font-display:swap; }

body { background:#fff; width:100%; margin:0 auto; padding:0; color:#000; font-family: 'Gilroy'; font-weight:normal; font-size:16px; line-height:1.2; overflow-y:auto; scroll-behavior:smooth; }
body:not(.custom-background-image):before, body:not(.custom-background-image):after { height:0 !important; }
.site {  margin:0 !important  }
.site-inner { padding:0 !important; width:100%; max-width:inherit; }
.wp-custom-logo .site-title,.site-info { display:none !important; }
.site-footer { padding:0 !important; }
body .site-header { padding:0; position: fixed; width: 100%; float: left; top: 0; z-index:99; }
.wp-custom-logo .site-header-main { justify-content:space-between; }
.site-header-main .site-branding { margin:0; }
.no-sidebar .content-bottom-widgets { margin:0 !important; }
.widget { border:none !important; margin:0 !important; font-size:inherit; letter-spacing:0 !important; padding:0; line-height:inherit; }
.site-content { width:100%; padding:0; }
.content-area { width:100%; margin:0; }
.content-area .site-main { margin-bottom:0; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { background:#fff; width:100%; margin:0 auto; padding:0; color:#000; font-family: 'Gilroy'; font-weight:normal; font-size:16px; line-height:1.2; overflow-y:auto; scroll-behavior:smooth; }
body.nav-active { overflow-y:hidden; padding-right:17px; }
.pdg-top { padding-top:40px; }
.mgr-top { margin-top:-40px; }
.viewport { position: relative; float: left; width: 100%;  background: #fff; z-index: 2; } 
img { max-width:100%; margin:0 auto; display: block; vertical-align: middle; height:auto; }
.main-menu { float:left; width:100%; position:relative; }
.header-menu { float:left; width:100%; list-style:none; display:flex; align-items:center; justify-content:space-between; padding:0; margin:0; }
.header-menu li { float:left; padding:0 20px; }
.header-menu li a { color:#fff; font-weight:700; font-size:18px; text-decoration:none; } 
.header-menu li.current-menu-item a { color:#fff; }
.mainmenu { float:right; position:fixed; top:50px; right:40px; z-index:99; perspective: 200px; transition: opacity .4s cubic-bezier(.165,.84,.44,1);  mix-blend-mode: difference; transform: translateZ(0px); overflow:hidden; display:flex; align-items:center; height:54px; }
.navbar {  height:1; visibility:visible; opacity:1; transition:.2s ease; width:50px; padding:0; float:right; display:block; } 

/* Logo Part */
.mainlogo { float:left; width:auto; height:54px; padding:0px; position:fixed; left:40px; top:55px; z-index:99; perspective: 200px; transition: opacity .4s cubic-bezier(.165,.84,.44,1);  mix-blend-mode: difference; transform: translateZ(0px); overflow:hidden; }
.mainlogo a { position:relative; }
.scroll-cut {  opacity:1; width:280px; }
.scroll-active { position:absolute; left:-51px; height:54px; top:0; }


/*** MAIN MENU ***/
.dots { width:52px; height:12px; float:left; right:0; cursor:pointer; display:flex; justify-content:space-between; }  
.dots-icon { background:#fff; width:11px; height:11px; border-radius:50%; float:left; }
.dots:hover .dots-icon { animation:bounce .6s; }
.dots .dots-icon:nth-child(2){ animation-delay:.1s; }
.dots .dots-icon:nth-child(3){ animation-delay:.2s; }   
@keyframes bounce { 0%,100%{ transform:translate(0); } 25%{ transform:translateY(2px); } 50%{ transform:translateY(-20px);  } }
.navbar-toggler.show .navbar-toggler-icon { background:#fff; transition:all .8s ease; }
.navbar-toggler.show .navbar-toggler-icon { transition:all .8s ease; margin:0 }
.nav-active .dots-icon:nth-child(1) { transform:translateX(21px); transition:all .8s ease; opacity:0; }
.nav-active .dots-icon:nth-child(3) { transform:translateX(-20px); transition:all .8s ease; opacity:0; } 
.nav-active .dots:hover  .dots-icon { animation:none; } 
.menu-dots { position:absolute; right:-160px; /*-52px */}

/* Menu Popup */
.menu-model { float:left; width:100vw; position:fixed; height:100vh; z-index:98; display: flex; flex-wrap: wrap; align-content: center; top:0; left:0; transform: translateX(100%) translateY(-100%);display: -webkit-flex; -webkit-align-content: center; align-items:center; }
.menu-model:before { content: ""; width: 1em; height: 1em; background-color: #fff; border-radius: 50%; position: absolute; bottom: -.5em; left: calc(100% + 5em); will-change: width, height; transition: transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), height .25s cubic-bezier(0.04, -0.1, 0.29,0.98); transition-duration: 1s; }  
.menufixed {  margin:0 auto; width:100%; padding:10%; }
body.nav-active .menu-model { -webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%); }
body.nav-active .menu-model:before { width: 100vmax; height: 100vmax; transform: translate3d(-10vh, -50vh, 0) scale(4); transition-duration: 1s; }
.navbar-nav  { float:left; width:100%; list-style:none; padding:0; margin:0; margin-top: 10px; display:flex; flex-direction: column; justify-content:flex-start; }
.navbar-nav li  { float:left; text-align:left; position:relative; opacity:0; -webkit-transform: translate(100px, 0%); transform: translate(100px, 0%); -webkit-transition: opacity .5s ease, -webkit-transform .5s ease; transition: opacity .5s ease, -webkit-transform .5s ease; transition: opacity .5s ease, transform .5s ease; transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
.bottom-menu { float:left; width:100%; margin-top:10px; }
.bottom-social-menu {  float:left; width:50%; display:flex; align-items:center; height:40px; justify-content:flex-end; color:#fff; font-size:1em; font-weight:600; opacity:0; -webkit-transform: translate(100px, 0%); transform: translate(100px, 0%); -webkit-transition: opacity .2s ease, -webkit-transform .3s ease; transition: opacity .2s ease, -webkit-transform .3s ease; transition: opacity .2s ease, transform .3s ease; transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease; }
.bottom-main-menu {  float:left; width:50%; display:flex; align-items:center; justify-content:flex-start; height:40px;  color:#fff; font-size:1em; font-weight:600; opacity:0; -webkit-transform: translate(100px, 0%); transform: translate(100px, 0%); -webkit-transition: opacity .2s ease, -webkit-transform .3s ease; transition: opacity .2s ease, -webkit-transform .3s ease; transition: opacity .2s ease, transform .3s ease; transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease; }
.bottom-main-menu a { color:#000; font-size:1em; font-weight:600; text-decoration:none; margin-right:20px; }
.white .bottom-main-menu a { color:#fff; }
.bottom-social-menu a { color:#000; font-size:1em; font-weight:600; text-decoration:none; }
.bottom-social-menu { color:#000; }
.white .bottom-social-menu { color:#fff; }
.white .bottom-social-menu a { color:#fff; }
.bottom-social-menu span { margin:0 20px; }
.bottom-social-menu img { max-width:30px; }
.header-menu { width:100%; }
.menu-cut { display:flex; }
body.nav-active .navbar-nav li,body.nav-active .bottom-social-menu ,body.nav-active .bottom-main-menu  { opacity: 1; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease, color .3s ease; transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; }
body.nav-active .navbar-nav li:nth-child(0) { -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
body.nav-active .navbar-nav li:nth-child(1) { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
body.nav-active .navbar-nav li:nth-child(2) { -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
body.nav-active .navbar-nav li:nth-child(3) { -webkit-transition-delay: 1s; transition-delay: 1s; }
body.nav-active .navbar-nav li:nth-child(4) { -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
body.nav-active .navbar-nav li:nth-child(5) { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
body.nav-active .navbar-nav li:nth-child(6) { -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }
body.nav-active .navbar-nav li:nth-child(7) { -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }
body.nav-active .navbar-nav li:nth-child(8) { -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }
body.nav-active .bottom-main-menu  { -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }
body.nav-active .bottom-social-menu { -webkit-transition-delay: 1.7s; transition-delay: 1.7s; }
.navbar-nav li  a { color:#000; font-size:3.5em; font-weight:900; letter-spacing:1px; text-decoration:none; }
.white .navbar-nav li  a { color:#fff; }
.navbar-toggle .icon-bar { background:#fff; }
.navbar-collapse.collapse { padding-right:0; padding-left:0; }
.navbar-nav > li > a { text-align:center; margin: 10px 0 0; float:left; }
.nav > li > a:hover, .nav > li > a:focus { background:none; }
.navbar-nav li ul.sub-menu { display:none !important; list-style:none; margin:0; padding:0; background:none; float:left; position:inherit; top:auto; z-index: 111; padding-top:0px; width:100%; }
.navbar-nav li ul.sub-menu li { float:left; width:100%; padding:8px 10px 0 10px; text-align:left; color:#e9571c; background:none;  }
.navbar-nav li ul.sub-menu li:last-child { padding-bottom:10px;  }
.navbar-nav li  ul.sub-menu li a { color:#575756; font-size:12px; text-decoration:none; }
.navbar-nav li  ul.sub-menu li a:hover { color:#e9571c; }
.navbar-toggle { margin:0; padding:2px 15px 0 0; }
.navbar-nav li a { border-bottom:2px solid transparent; }
.navbar-nav li:hover > a { border-bottom:2px solid #000; }
.header-menu li:hover > a { border-bottom:1px solid #fff; }
/* Footer */
footer { padding:60px 0px; background:#000 !important; min-height:100vh; float:left; width:100%; position:relative; z-index:3; display:flex; align-items:center; }
.footer-content { float:left; width:100%;  }
.footer-content span { float:left; width:100%; padding:0 15px; color:#fff; font-size:5em; font-weight:900; line-height:1; letter-spacing:.5px; }
.footer-section { float:left; }
.footer-section  h4 { float:left; width:100%; color:#fff; font-size:1em; margin:0 0 8px; font-weight:700; letter-spacing:0; }
.footer-section  p { float:left; width:100%; color:#fff; font-size:1em; margin:0; }
.footer-section  p a { text-decoration:none; font-weight:600; color:#fff; }
.gap-section  { margin:0 0 60px; }
.section-gap  { margin-bottom:80px; }
.footer-address  h4 { float:left; width:100%; color:#fff; font-size:14px; margin:0 0 12px; font-weight:700; letter-spacing:0; }
.footer-address  address { float:left; width:100%; color:#fff; font-size:14px; margin:0; min-height:80px; line-height:1.5; font-style:normal; } 
.footer-address  p { float:left; width:100%; color:#fff; font-size:14px; margin:0; } 
.footer-address  button { float:left; color:#fff; font-size:14px; margin:15px 0 0; background:transparent; border:none; font-weight:700; padding:0; outline:none; text-transform:inherit; line-height:inherit; letter-spacing:inherit; font-family: 'Gilroy';  }
.footer-companies-details { float:left; width:100%; margin-bottom:15px; }
.footer-companies-details h4 { float:left; width:100%; color:#fff; font-size:14px; margin:0 0 12px; font-weight:700; }
.footer-companies-details  p { float:left; width:100%; color:#969CA4; font-size:14px; margin:0 0 12px;  } 
.footer-companies-details  a { float:left; color:#fff; font-size:14px; margin:0 0 8px; text-decoration:none; font-weight:700; } 
.footer-copy { float:left; width:100%; }
.footer-copy h4 { float:left; width:100%; color:#fff; font-size:12px; margin:0 0 5px; font-weight:400; letter-spacing:0; text-transform:inherit; font-family: 'Gilroy'; }
.footer-copy h4 a { color:#fff; text-decoration:none; }
.footer-social { float:left; width:100%; color:#575756; font-size:14px; }
.footer-social a { color:#575756; text-decoration:underline; float:left; width:100%; margin-bottom:5px; }
.footer-links { float:left; width:100%; color:#575756; font-size:14px; }
.footer-links a { color:#575756; text-decoration:none; float:left; width:100%;  margin-bottom:10px; }
.footer-text { float:left; width:100%; margin-bottom:20px; }
.footer-text h4 { float:left; width:100%; color:#575756; font-size:12px;  margin-bottom:5px; }
.footer-text p { float:left; width:100%; color:#575756; font-size:12px; margin-bottom:0px; font-style:normal; }
.footer-text p a { color:#575756; text-decoration:none; }
.footer-companies { float:left; width:100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.footer-newsletter { float:left; width:100%; }
.footer-newsletter form { float:left; width:100%; }
.footer-newsletter form { float:left; width:100%; display:flex; align-items:start; flex-wrap:wrap; } 
.footer-newsletter p { float:left; margin:0; position:relative; width:100%; }
.footer-newsletter label { float:left; margin:0 0 10px; position:relative; width:100%; }
.footer-newsletter .wpcf7-form-control-wrap { float:left; width:100%; }
.footer-newsletter form .wpcf7-form-control-wrap input { float:left; width:100%; background:transparent; border:none; padding:9px 15px 9px 0; font-size:14px; outline:none; color:#969CA4; font-weight:400; border-bottom:1px solid #969CA4; font-family: 'Gilroy'; }
.footer-newsletter form .wpcf7-form-control-wrap input.wpcf7-not-valid { border-bottom:1px solid red; }
.footer-newsletter form.sent .wpcf7-form-control-wrap input { border-bottom:1px solid green; }
.footer-newsletter form .wpcf7-form-control-wrap textarea { float:left; width:100%; background:transparent; border:none; padding:9px 15px 9px 0; font-size:14px; outline:none; color:#969CA4; font-weight:400; max-height:80px; resize:none; border-bottom:1px solid #969CA4; font-family: 'Gilroy'; }
.footer-newsletter form .wpcf7-form-control-wrap textarea.wpcf7-not-valid { border-bottom:1px solid red; }
.footer-newsletter form.sent .wpcf7-form-control-wrap textarea { border-bottom:1px solid green; }
.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder { color:#969CA4; font-size:1em; font-family: 'Gilroy'; }
.footer-newsletter .wpcf7-submit { float:left; background:transparent; border:1px solid transparent; padding:0; font-size:14px; font-weight:700; color:#969CA4; outline:none; cursor:pointer; transition: all .6s; display: flex; align-items:center; font-family: 'Gilroy'; line-height:14px; }
.footer-newsletter .wpcf7-submit:hover { color:#fff; }
.button-label { float:right; width:auto; text-align:right; }
.arrow { width: 45px; float:left; margin-left:10px; height: 3px; background:#969CA4; transition: all 0.2s; position:relative; border-radius:0 10px 10px 0; }
.arrow:after,.arrow:before { content:''; background-color: #969CA4; height: 3px; left: calc(100% - 14px); position: absolute; width: 12px; transition:all .2s; }
.arrow:after { transform: rotate(40deg);  transform-origin: bottom right; }
.arrow:before { transform: rotate(-40deg); transform-origin: top right; }
.wpcf7-submit:hover .arrow, .wpcf7-submit:hover .arrow:after,.wpcf7-submit:hover .arrow:before { background:#fff; transition-delay:.2s; }
.wpcf7-submit::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #fff;  -webkit-transition: width 0.6s;  -moz-transition: width 0.6s; transition: width 0.6s; text-align:left;  }
.wpcf7-submit:hover::before, .wpcf7-submit:focus::before { width:42px; }
div.wpcf7 .ajax-loader { display:none; }
span.wpcf7-not-valid-tip { float:left; width:100%; margin:4px 0 0; font-size:12px; display:none; }
footer div.wpcf7-response-output { float:left; width:100%; font-size:12px; border:none !important; padding:0 !important; margin:15px 0 0 !important; color:#fff; }
.resources-content div.wpcf7-response-output { float:left; width:100%; font-size:12px; border:none !important; padding:0 !important; margin:15px 0 0 !important; color:#000; }
div.wpcf7-response-output.wpcf7-validation-errors { color:red; display:none !important; }
div.wpcf7-response-output.wpcf7-mail-sent-ok { color:green; }
.fixed-division-wrapper {  position: fixed; right:62px; bottom: 30px; z-index: 10; perspective: 200px; transition: opacity .4s cubic-bezier(.165,.84,.44,1);  mix-blend-mode: difference; transform: translateZ(0px);  }
.fixed-division-wrapper ul  { padding: 0; margin: 0; list-style: none; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.fixed-division-wrapper ul li  { margin: 10px 0 0; }	
.fixed-division-wrapper ul li a { text-decoration:none; color:#fff; }
.fixed-division-wrapper ul li a .js-replace__item--active { color:#000; }	
.fixed-division-wrapper ul li a i {	 font-size:15px; transition: .5s ease-in-out; }
footer section { background:transparent !important; min-height:auto; }

/* Home */
.full-content { float:left; width:100%; }
.scroll-container { float:left; width:100%;  }
.cursor { position: fixed; top: 0; left: 0; z-index:101; }
.cursor-play-button { position:absolute; top:0; left:0; width: 90px; height: 90px; border-radius: 50%; background: hsla(0,0%,100%,.4); margin-top: -80px; margin-left: -45px; opacity: 0; -webkit-transform: scale(.8) translateZ(0); transform: scale(.8) translateZ(0); transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); pointer-events: none; }
.cursor-play-button:after { content: ""; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -5px; width: 0; height: 0; border-color: transparent transparent transparent #fff; border-style: solid; border-width: 10px 0 10px 13px; }
.play .cursor-play-button { opacity: 1; -webkit-transform: scale(1) translateZ(0); transform: scale(1) translateZ(0); transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); }
.cursor-stop-button { position:absolute; top:0; left:0; width: 90px; height: 90px; border-radius: 50%; background: hsla(0,0%,100%,.4); margin-top: -80px; margin-left: -45px; opacity: 0; -webkit-transform: scale(.8) translateZ(0); transform: scale(.8) translateZ(0); transition: opacity .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1); transition: opacity .3s cubic-bezier(.165,.84,.44,1),transform .3s cubic-bezier(.165,.84,.44,1),-webkit-transform .3s cubic-bezier(.165,.84,.44,1); pointer-events: none; }
.cursor-stop-button:after, .cursor-stop-button:before { content: ""; position: absolute; top: 50%; left: 50%; margin-left: -12px; width: 24px; height: 1px; background: #fff; -webkit-transform: rotate(45deg) translateZ(0); transform: rotate(45deg) translateZ(0); }
.cursor-stop-button:after { -webkit-transform: rotate(-45deg) translateZ(0); transform: rotate(-45deg) translateZ(0); }
.stop .cursor-stop-button { opacity: 1; -webkit-transform: scale(1) translateZ(0); transform: scale(1) translateZ(0); transition: opacity .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1); transition: opacity .6s cubic-bezier(.165,.84,.44,1),transform .6s cubic-bezier(.165,.84,.44,1); transition: opacity .6s cubic-bezier(.165,.84,.44,1),transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1); }
.sticky-side-bar {  writing-mode: tb-rl;  position: fixed; left:55px; z-index:8; font-weight: 600; font-size: .75em; font-family: 'Gilroy'; color:#fff; text-transform:uppercase; letter-spacing:2.5px; perspective: 200px; transition: opacity .4s cubic-bezier(.165,.84,.44,1);  mix-blend-mode: difference; transform: translateZ(0px); height:100vh; display:flex; justify-content:center; }
.scrollbar {  writing-mode: tb-rl;  position: fixed; left:55px; z-index:8; font-weight: 600; font-size: .75em; font-family: 'Gilroy'; color:#f5f5f5; text-transform:uppercase; bottom:30px; letter-spacing:1px; perspective: 200px; transition: opacity .4s cubic-bezier(.165,.84,.44,1);  mix-blend-mode: difference; transform: translateZ(0px); }
.scrollbar.scroll-change { cursor:pointer; }
.scrollbar span { height:70px; width:3px; background:#e2e2e2; margin:10px 0; position:relative;  }
.scrollbar span:after { content:''; width:3px; background:#e2e2e2; position:absolute; transform: rotate(-40deg); bottom: -3px; right: 6px; transition: all 1s; }
.scroll-change.scrollbar span:after { height:20px; transition: all 1s; }
.scrollbar span:before { content:''; width:3px; background:#e2e2e2; position:absolute; transform: rotate(40deg); bottom: -3px; right: -6px; transition: all 1s; }
.scroll-change.scrollbar span:before { height:20px; transition: all 1s; }
.rotate-bar { transform: rotate(-180deg); display:flex; align-items:center; width:19px; overflow:hidden; }
section { float:left; width:100%; position:relative; min-height:100vh; z-index:2; background:#fff; }
.section { background:#fff; }
.yellow { background-color:#fcff5a; }
.red { background-color:#e41b3f; }
.dark { background-color:#000; }
.gray { background-color:#efefef; min-height:auto; }
.minheight { min-height:auto; }
.section-padding { padding:80px 0; }
.banner-home { z-index:3; }
.parallax-video { /*position:fixed;*/ }
.section-wipes { margin-top:100vh; float:left; width:100%; overflow:hidden; }
.scrollmagic { float:left; width:100%; overflow:hidden; height:100%; }
.parallax-wipe { float:left; width:100%; height:100%; position:inherit; z-index:3; overflow:hidden; }
.section-background { background-image:url('../images/recognitions-bg.png'); background-position:center; background-repeat:no-repeat; background-size:cover; min-height:auto; }
.careers-background { background-position:center; background-repeat:no-repeat; background-size:cover; min-height:100vh; float:left; width:100%; display:flex; align-items:center; background-color:#999; background-blend-mode:multiply; }
.product-banner-background { float:right; width:100%; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover; height:100vh; position:absolute; z-index:0; overflow:hidden; transition: all 1s ease 0s; }
.section-title { float:left; width:100%; min-height:100vh; display:flex; align-content:center; flex-wrap:wrap; }
.section-title { float:left; width:100%; min-height:100vh; display:flex; align-content:center; flex-wrap:wrap; }
.section-title h6 { float:left; width:100%; font-size:1.125em; font-weight:500; color:#000; margin:0 0 30px; }
.section-title h2 { float:left; width:100%; font-size:3.5em; font-weight:700; color:#000; margin:0 0 30px; text-decoration:none; }
.section-title h2 span.words { float:left; width:100%; }
.section-title a { float:left; width:100%; font-size:1em; font-weight:700; color:#000; margin:0; text-decoration:none; }
.red .section-title h2 { color:#c4b5b2; }
.video-wrapper { float:left; width:100%; position:relative; display:flex; align-items:center; justify-content:center; height:100vh; overflow:hidden; }
.works-video-height { height:100vh; }
.header-video video { position: absolute; top: 50%; left: 50%; min-width: 102%; min-height: 100%; width: auto; height: auto; z-index: 0; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
.header-video svg { width: 100%; position:absolute; top: 0; left: 0; height: 100%; }
.header-video svg text { font-weight: 900; text-transform: uppercase; font-size: 80px; }
.header-video svg rect { fill: #fff; }
.header-video svg > rect { -webkit-mask: url(#mask); mask: url(#mask); }
.pause { position:absolute; width:100px; height:100px; background:#000; color:#fff; border:none; outline:none; z-index:2; font-weight:700; font-size:1.125em; border-radius:50%; outline:none !important; cursor:pointer; }
.works-container { float:left; width:100%; min-height:100vh; display:flex; align-content:center; flex-wrap:wrap; }
.works-container h2 { float:left; width:100%; font-size:5em; font-weight:700; text-align:center; margin:0 0 40px; }
.cta-button { float:left; width:100%; display: flex; justify-content: center; }
.home-banner { float:left; width:100%; height:100vh; display:flex; align-content:center; flex-wrap:wrap; overflow:hidden; position:relative; }
.home-banner h2 { float:left; line-height:1.2; font-weight:900; display:flex; position:absolute; justify-content:center; color:#fff; flex-wrap:wrap; flex-direction:column; transform-origin: center bottom 0px; top:22%; left:40%; -webkit-transform: translate(-25%,0%); -o-transform: translate(-25%,0%); transform: translate(-25%,0%); align-items:center; }
.home-banner h2 p { margin:0; }
.home-banner h2 span.we { float:left; font-size: 4em; transform-origin: center bottom 0px; position:relative; transform:translateX(0%); }
.home-banner h2 span.build { float:left; font-size: 4em; transform-origin: center center 0px; position:relative; transform:translateX(0%); }
.home-banner h2 span.brand { float:left; font-size: 4em; transform-origin: center top 0px; position:relative; transform:translateX(0%); }
/*.home-banner h2 span::after { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #000; animation: a-ltr-after 1s cubic-bezier(.77,0,.18,1) forwards; transform: translateX(-101%); }
.home-banner h2 span::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #000; animation: a-ltr-before 1s cubic-bezier(.77,0,.18,1) forwards; transform: translateX(0); }
.home-banner h2 span:nth-of-type(1)::before, .home-banner h2 span:nth-of-type(1)::after { animation-delay: 0s; }
.home-banner h2 span:nth-of-type(2)::before, .home-banner h2 span:nth-of-type(2)::after { animation-delay: .5s; }
.home-banner h2 span:nth-of-type(3)::before, .home-banner h2 span:nth-of-type(3)::after { animation-delay: 1s; }
@keyframes a-ltr-after { 0% {transform: translateX(-100%)} 100% {transform: translateX(101%)} }
@keyframes a-ltr-before { 0% {transform: translateX(0)} 100% {transform: translateX(200%)} }*/

.fullwidth { position:fixed; width:100%; float:left; height:100vh; background:#000; z-index:100; top:0; left:0; opacity:0; visibility:hidden; }
body.active { padding-left:17px; overflow-y: hidden; }
.fullwidth.active { transform: matrix(1, 0, 0, 1, 0, 0); transition-duration: .4s; opacity:1; visibility:visible; right:17px; }
.popupvideo { float:left; width:100%; }
#popup { width:100vw; height:100vh; }
.section-left-aniamtion { float:left; width:100%; height:100%; overflow:hidden; }
/* SERVICES */
.services-banner { float:left; width:100%; font-size:4em; min-height:100vh; display: flex; align-items: center; font-weight:700; }
.services-banner p { float:left; width:70%; margin:0; }
.services-tab-container { float:left; width:100%; min-height:100vh; padding:80px 0; display:flex; align-items:center; } 
.services-tab-container .nav { float:left; width:50%; border:0; list-style:circle;  }
.services-tab-container .nav-item { float:left; width:100%;  margin:0 0 30px; }
.services-tab-container .nav-tabs .nav-link { float:left; width:100%; color:rgba(255,255,255,.6); flex-wrap:wrap;  }
.services-tab-container .nav-tabs .nav-link h2 { float:left; width:100%; font-size:2em; font-weight:700; margin:0px; display:flex; align-items:center; } 
.services-tab-container .nav-tabs .nav-link h2 i { font-size:.5em; font-style:normal; margin:0 15px 0 0;  } 
.services-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { color:#fff; background:none; border-color:transparent; }
.services-tab-container .nav-tabs .nav-link:hover { color:#fff; background:none; border-color:transparent; }
.services-tab-container .tab-content { float:left; width:50%; padding-right:5%; }
.services-tab-container .tab-content .tab-pane { float:left; width:100%; }
.mission-content { float:left; width:100%; color:#fff; }
.mission-content h2 { float:left; width:100%; color:#fff; font-size:2em; font-weight:700; margin:0 0 30px; }
.mission-content p { float:left; width:100%; color:#fff; font-size:1em; font-weight:500; margin:0 0 15px; line-height:1.5; font-family: 'Crimson Text', serif; }
.services-links { float:left; width:100%; }
.services-links img { margin:0 15px 0 0;  }
.clients-list { float:left; width:100%; display:flex; align-content:center; padding:150px 0 0; flex-wrap:wrap; min-height:80vh; } 
.clients-list-title { float:left; width:100%; font-size:2.5em; font-weight:700; text-align:center; margin:0 0 60px; } 
.client-thumb { float:left; width:16.66%; padding:1%; margin-bottom:50px; }
#clients-carousel .carousel-item { min-height:260px; flex-wrap: wrap; } 
.works-carousel-list { float:left; width:100%; display:flex; align-content:center; padding:80px 0; flex-wrap:wrap; }
.services-works-container { float:left; width:100%;display:flex; align-content:center; flex-wrap:wrap; }
.services-works-container h2 { float:left; width:100%; font-size:4em; font-weight:700; text-align:center; margin:0 0 30px; }
.show-neighbors { overflow: hidden; margin:0 0 60px; }
.show-neighbors .carousel-indicators { margin-right: 25%; margin-left: 25%; }
.show-neighbors .carousel-control-prev, .show-neighbors .carousel-control-next { background: rgba(255, 255, 255, 0.3); width: 25%; z-index: 11; }
.show-neighbors .carousel-inner { width: 150%; left: -25%; }
.show-neighbors .carousel-item-next:not(.carousel-item-left),.show-neighbors .carousel-item-right.active { -webkit-transform: translate3d(33%, 0, 0); transform: translate3d(33%, 0, 0); }
.show-neighbors .carousel-item-prev:not(.carousel-item-right), .show-neighbors .carousel-item-left.active { -webkit-transform: translate3d(-33%, 0, 0); transform: translate3d(-33%, 0, 0); } 
.show-neighbors .item__third { float: left; position: relative; width: 32%; }
.show-neighbors .item__third:nth-child(2) { margin:0 2%; }


/* Learn */
.learn-container { float:left; width:100%; display:flex; align-items:center; align-content:center; flex-wrap:wrap; min-height:100vh; }
.grants-container { float:left; width:100%; display:flex; align-items:center; align-content:center; flex-wrap:wrap; min-height:65vh; }
.grants-section { min-height:calc(100vh - 246px); }
.learn-banner { float:left; width:55%; font-size:4em; font-weight:700; padding-right:3%; }
.learn-banner p { margin:0;  }
.learn-content { float:left; width:45%; font-size:1em; font-weight:500; line-height:1.5; font-family: 'Crimson Text', serif; }
.learn-content h4 { float:left; width:100%; font-size:1.5em; font-weight:700; line-height:1.5; color:#919191; letter-spacing:2px; text-transform:uppercase; font-family: 'Gilroy'; margin-bottom:30px; }
.testimonial-carousel-section { float:left; width:80%; }
.testimonial-section { float:left; width:100%; display:flex; flex-wrap:wrap; align-items:center; min-height:100vh; }
.carousel-testimonial-list { float:left; width:100%; }
.carousel-testimonial-content { float:left; width:100%; font-size:2em; font-weight:700; line-height:1.2; min-height:240px; }
.carousel-testimonial-title { float:left; width:100%; font-size:.825em; font-weight:700; line-height:1.5;  }
.learn-tab-container { float:left; width:100%; background:#fff;  }
.learn-tab-container .tab-content { float:left; width:100%; background:#fff;  }
.learn-content-tab { float:left; width:100%; display:flex; align-items:center; flex-wrap:wrap; }
.learn-content-section { float:left; width:50%; }
.learn-content-image { float:left; width:50%; padding:50px; }
.learn-content-section h2 { float:left; width:100%; color:#000; font-size:2.5em; font-weight:700; margin-bottom:30px; }
.learn-content-section p { float:left; width:100%; color:#000; font-size:1em; font-weight:500; margin:0 0 20px; line-height:1.5; font-family: 'Crimson Text', serif; }
.links { display:flex; align-items:center; color:#000 !important; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none !important; float:left; }
.links img { margin:0 15px 0 0;  }
.links-white { display:flex; align-items:center; color:#fff !important; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none !important; float:left; }
.links-white img { margin:0 15px 0 0;  }

/** Grants **/
.grants-tab-container { float:left; width:100%; background:#fff; } 
.grants-tab-container .nav.nav-pills { width:100%; max-width:80%; margin:0 auto; padding:100px 0 80px; align-items:center; justify-content:space-between; }
.grants-tab-container .nav-item { float:left; width:31%;  }
.grants-tab-container .nav-pills .nav-link { float:left; width:100%; color:rgba(0,0,0,.3); flex-wrap:wrap; padding:0; }
.grants-tab-container .nav-pills .nav-link h2 { float:left; font-size:1.5em; font-weight:700; margin:0 0 10px; position:relative; }
.grants-tab-container .nav-pills .nav-link.active h2:before { content:''; position:absolute; width:100%; height:3px; bottom:-10px; left:0; background:#000; }
.grants-tab-container .nav-pills .nav-link p { float:left; width:100%; font-size:1em; font-weight:500; margin:0; font-family: 'Crimson Text', serif; }
.grants-tab-container .nav-pills .nav-link.active, .grants-tab-container .nav-pills .show > .nav-link { color:#000; background-color:transparent; }
.grants-tab-container .tab-content { float:left; width:100%; }
.grants-tab-container .tab-content .tab-pane { float:left; width:100%; }

section.edg { min-height:auto; }
.about-edg { float:left; width:100%; display:flex; flex-wrap:wrap; align-items:center; }
.about-edg-section { float:left; width:50%; padding:50px 5% 50px 0; }
.about-edg-section h2 { float:left; width:100%; font-size:1.5em; font-weight:700; color:#919191; letter-spacing:2px; text-transform:uppercase; margin:0 0 30px; }
.about-edg-section p { float:left; width:100%; font-size:1em; font-weight:500; line-height:1.5; font-family: 'Crimson Text', serif; }
.about-edg-image { float:left; width:50%; padding:50px; }
.about-edg-image img { margin:0; }
.edg-tab-container { float:left; width:100%; padding:80px 0; display:flex; align-items:flex-start; } 
.edg-tab-container .nav { float:left; width:50%; border:0; list-style:circle;  }
.edg-tab-container .nav-item { float:left; width:100%;  margin:0 0 20px; }
.edg-tab-container .nav-tabs .nav-link { float:left; width:100%; color:rgba(255,255,255,.6); flex-wrap:wrap;  }
.edg-tab-container .nav-tabs .nav-link h2 { float:left; width:100%; font-size:1.5em; font-weight:700; margin:0px; display:flex; align-items:center; } 
.edg-tab-container .nav-tabs .nav-link h2 i { font-size:.5em; font-style:normal; margin:0 15px 0 0;  } 
.edg-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { color:#fff; background:none; border-color:transparent; }
.edg-tab-container .nav-tabs .nav-link:hover { color:#fff; background:none; border-color:transparent; }
.edg-tab-container .tab-content { float:left; width:50%; padding-right:5%; }
.edg-tab-container .tab-content h2 { float:left; width:100%; color:#fff; font-size:2.5em; font-weight:700; margin-bottom:30px; }
.edg-tab-container .tab-content .tab-pane { float:left; width:100%; }
.edg-tab-content { float:left; width:100%; font-size:1em; font-weight:500; color:#fff; font-family: 'Crimson Text', serif; }
.edg-tab-content a { font-weight:700; color:#fff; text-decoration:underline; }

/** WORKS DETAILS**/
section { float:left; width:100%; position:relative; min-height:100vh; z-index:2; background:#fff; }
.blue { background:#00529b; }
.details-home-banner { padding:100px 0; }
.blue-gradient { background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,82,155,1) 50%); padding:80px 0; margin-bottom:200px; }
.section-background-image { min-height:100vh; background-position:center; background-repeat:no-repeat; background-size:cover; }
.section-height { display:flex; align-items:center; }
.works-details-banner { float:left; width:100%; display:flex; align-content:center; flex-wrap:wrap; height:calc(100vh - 200px); }
.works-details-banner h6 { float:left; width:100%; color:#fff;  font-size:1.25em; font-weight:bold; margin:0; text-transform:uppercase; letter-spacing:3.85px; }
.works-details-banner h1 { float:left; width:90%; color:#fff;  font-size:5em; font-weight:700; margin:40px 0 0; line-height:1.2; }
.work_scope { float:left; width:100%; font-size:1.125em; font-weight:bold; margin:120px 0 0; color:#fff; }
.work_scope p { margin:0 0 30px; }
.work_scope ul { float:left; width:100%; padding:0; list-style:none; margin:0; }
.work_scope ul li { float:left; margin:0 30px 15px 0; }
.work_scope ul li a { color:#fff; text-decoration:none; }
.work_scope ul li a:hover { text-decoration:underline; }
.works-details-barnd { float:left; width:100%; height:100vh; display:flex; align-items:center; }
.works-details-brand-logo {  float:left; width:100%; padding:0px;/*padding:60px 60px;*/ background:#f7f7f7; margin:80px 0; }
.works-details-brand {  float:left; width:100%; background:#fff; text-align:center;  }
.works-about-branding { float:left; width:100%; padding:80px 0; display:flex; align-items:center; justify-content:space-between; min-height:100vh; flex-wrap:wrap; }
.about-branding-title { float:left; width:45%; }
.about-branding-title h2 { float:left; width:100%; font-weight:700; font-size:2.5em; text-transform:uppercase; margin-bottom:50px; }
.about-branding-title p { float:left; width:100%; font-family: 'Crimson Text', serif; font-weight:500; font-size:1.125em; line-height:1.5; margin:0; }
.about-branding-content { float:left; width:45%; }
.about-branding-content h2 { float:left; width:100%; font-weight:700; font-size:1.125em; text-transform:capitalize; margin-bottom:20px; }
.about-branding-content p { float:left; width:100%; font-family: 'Crimson Text', serif; font-weight:400; font-size:1em; line-height:1.5; }
.revolution-logo { float:left; width:100%; padding:80px 0; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;  }
.revolution-details { float:left; width:100%; display:flex; flex-wrap:wrap; min-height:100vh; } 
.revolution-image { float:left; width:50%; display:flex; flex-wrap:wrap; align-items:center; }
.revolution-details-works .revolution-image { align-items:unset; }
.revolution-image img { width:100%; }
.revolution-details-works .revolution-image img { object-fit:cover; object-position:right; }
.revolution-content { float:left; width:50%; padding:2% 5%; display:flex; flex-wrap:wrap; align-content:center; } 
.revolution-content h2 { float:left; width:100%; font-weight:700; font-size:2.5em; text-transform:uppercase; margin-bottom:50px; color:#fff; }
.revolution-content p { float:left; width:100%; font-family: 'Crimson Text', serif; font-size:1em; line-height:1.5; color:#fff; margin:0; }
.design-details { float:left; width:100%; position:relative; }
.design-details-content { float:left; width:45%; padding:80px 0; margin:0 5% 0 0; position:relative; transform-style: preserve-3d; backface-visibility: hidden; overflow-y:auto; max-height:100vh; }
.design-details-content.sticky { position: -webkit-sticky; position: sticky; }
.design-details-content.abs { position:relative; }
.design-details-content h2 { float:left; width:100%; font-weight:700; font-size:2.5em; margin-bottom:40px; }
.design-details-content p { float:left; width:100%; font-family: 'Crimson Text', serif; font-size:1em; line-height:1.2; margin:0 0 10px; }
.design-details-content h4 { float:left; width:100%; font-size:1.25em; line-height:1.2; }
.design-details-image { float:left; width:50%;  padding:80px 0; }
.design-details-gallery { float:left; width:100%; margin-bottom:40px; }
.design-details-gallery:last-child {  margin-bottom:0px; }
.works-testimonial { float:left; width:100%; padding:80px 0; }
.works-testimonial-title { float:left; width:60%;  }
.works-testimonial-title h3 { float:left; width:100%; color:#fff; font-weight:700; font-size:2.5em; margin:0;  }
.works-testimonial-title p { float:left; width:100%; color:#fff; font-weight:700; font-size:1.25em; margin:30px 0 0;  }

.parallaxParent { height: 100vh; overflow: hidden; position:relative; }
.parallaxParent > .parallex-scroll { background-repeat:no-repeat; background-position:center; background-size:cover; float:left; width:100%; height:100%;  position:absolute; top:0; background-attachment:fixed; } 

.container { max-width:80% !important; }
.carouselContainer { float:left; width:100%; margin-bottom:60px; }
.carousel-related { float:left; width:100%; }
.carousel-cell { width: 66%; height: auto; margin-right: 10px;  border-radius: 5px; max-width:560px; overflow:hidden; padding:40px;  }
.carousel-overlay { position:absolute; width:100%; height:100%; background:rgba(0,0,0,.3); top:0; bottom:0; display:flex; left:0; right:0; transition: all .8s; }
.carousel-overlay a { padding:15%; color:#fff; text-decoration:none; }
a.post-thumbnail:hover, a.post-thumbnail:focus { opacity:1; }
.carousel-overlay a h5 { font-size:1em; font-weight:700; text-transform:uppercase; letter-spacing: 1.4px; margin:0 0 40px; }
.carousel-overlay a h2 { font-size:2em; font-weight:700; letter-spacing: 1px; }
.carousel-cell img { transform:translateZ(0) scale(1); transition: -webkit-transform 1.2s cubic-bezier(.215,.61,.355,1); transition: transform 1.2s cubic-bezier(.215,.61,.355,1); transition: transform 1.2s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.2s cubic-bezier(.215,.61,.355,1); }
.carousel-cell:hover img { transform:translateZ(0) scale(1.1); transition: -webkit-transform 1.2s cubic-bezier(.215,.61,.355,1); transition: transform 1.2s cubic-bezier(.215,.61,.355,1); transition: transform 1.2s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.2s cubic-bezier(.215,.61,.355,1); }
.landing-wrapper { width: 99.9%; height: 500px; margin:20px auto 80px; padding:0; position: relative; overflow:hidden; cursor:pointer; } 
.landing-inner-content { width: 3980px; height: 500px; } 
.box { position: relative; width: 480px; height: 480px; margin: 20px 20px 0 0; float: left; overflow:hidden; } 
.box:last-of-type { margin-right:0px !important; } 
.box-content { background: #000; position: absolute; top:0; left:0; z-index: 999; }
.box-content:hover .carousel-overlay { opacity:0; visibility:hidden; transition: all .8s; }
.box-content img { width: 100%; }
/* Text Spliting */
.line { display:block; overflow: hidden; line-height:1.2; }
.splitting .word, .splitting .char { display: inline-block; }
.splitting .char { position: relative; } 
.splitting .char::before,.splitting .char::after { content: attr(data-char); position: absolute; top: 0; left: 0; visibility: hidden; transition: inherit; user-select: none; }
.splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2); }
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total)); }
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center)); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center))); }
.splitting .char { opacity: 0; } 
.splitting.show .char { animation: slideUp .4s cubic-bezier(0.5,0,0.1,1) both; animation-delay: calc(1s * var(--char-percent)); opacity: 1; } 
@keyframes slideUp { 0% { opacity: 0; -webkit-transform: translate3d(0px, 100px, 1px); transform: translate3d(0px, 50px, 1px); } 100% { opacity: 1;     -webkit-transform: translate3d(0, 0, 1px); transform: translate3d(0, 0, 1px); } }

/* ABOUT SECTION */
.works-tab-container { float:left; width:100%; margin:100px 0 0; } 
.works-tab-container .nav { float:left; width:100%; margin:0; }
.works-tab-container .nav-item { float:left; margin-right:40px;  }
.works-tab-container .nav-pills .nav-link { float:left; width:100%; color:rgba(0,0,0,.3); flex-wrap:wrap; padding:0; }
.works-tab-container .nav-pills .nav-link h2 { float:left; font-size:2.5em; font-weight:700; position:relative; }
/* .works-tab-container .nav-pills .nav-link h2 i { font-style:normal; font-size:.75em;  }
 .works-tab-container .nav-pills .nav-link.last-menu h2 { float:right; text-align:right; } */
.works-tab-container .nav-pills .nav-link.active h2:before { content:''; position:absolute; width:100%; height:3px; bottom:-10px; left:0; background:#000; }
.works-tab-container .nav-pills.line .nav-link.active h2:before { background:transparent; }
.works-tab-container .nav-pills .nav-link.last-menu.active h2:before { right:0; left:auto; } 
.works-tab-container .nav-pills .nav-link p { float:left; width:100%; font-size:1em; font-weight:500; margin:0; font-family: 'Crimson Text', serif; }
.works-tab-container .nav-pills .nav-link.last-menu p { float:right; text-align:right; }
.works-tab-container .nav-pills .nav-link.active, .works-tab-container .nav-pills .show > .nav-link { color:#000; background-color:transparent; }
.works-tab-container .tab-content { float:left; width:100%; }
.works-tab-container .tab-content .tab-pane { float:left; width:100%; }
.clients { float:left; width:100%; padding:120px 0 0px; }
.collaboration { float:left; width:100%; padding:120px 0 0px; }
.clients-categories { float:left; width:100%; }
.collaboration-categories { float:left; width:100%; }
.clients-categories ul { float:left; width:100%; list-style:none; padding:0; margin:0 0 30px; }
.collaboration-categories ul { float:left; width:100%; list-style:none; padding:0; margin:0 0 30px; }
.clients-categories li { float:left; width:auto; margin:0 20px 20px 0; font-size:1em; font-weight:500; color:#797979; cursor:pointer;  }
.collaboration-categories li { float:left; width:auto; margin:0 20px 20px 0; font-size:1em; font-weight:500; color:#797979; cursor:pointer;  }
.categories li { font-weight:600; }
.clients-categories li.active { color:#000; font-weight:600; }
.collaboration-categories li.active { color:#000; font-weight:600; }
.clients-list-items { float:left; width:100%; display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.collaboration-list-items { float:left; width:100%; display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.client-list { float:left; width:48%; position:relative; margin:0 0 50px; } 
.client-list .pimage { float:left; width:100%; } 
.client-list .pimage img { width:100%; height:auto; } 
.collaboration-list { float:left; width:48%; position:relative; margin:0 0 4%; }
.collaboration-list .pimage { float:left; width:100%; } 
.collaboration-list .pimage img { width:100%; height:auto; }
.clients-title { float:left; width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; top:0; display:flex; padding:40px; }
.client-list:hover .clients-title { opacity:0; visibility:hidden; transition:all .8s; }
.clients-title { float:left; width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; top:0; display:flex; padding:40px; }
.collaboration-title { float:left; width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; top:0; display:flex; padding:40px; }
.collaboration-list:hover .collaboration-title { opacity:0; visibility:hidden; transition:all .8s; }
.clients-title a { text-decoration:none; width:100%; height:100%; }
.collaboration-title a { text-decoration:none; width:100%; height:100%; }
.clients-title h6 { color:#fff; text-decoration:none; font-size:1.2em; font-weight:700; margin:30px 0 0; letter-spacing:1px; }
.collaboration-title h6 { color:#fff; text-decoration:none; font-size:1.2em; font-weight:700; margin:30px 0 0; letter-spacing:1px; }
.clients-title h2 { color:#fff; text-decoration:none; font-size:2.2em; font-weight:700; margin:40px 0 0; }
.collaboration-title h2 { color:#fff; text-decoration:none; font-size:2.2em; font-weight:700; margin:40px 0 0; }
.about-mission-tab-container { float:left; width:100%; min-height:100vh; padding:80px 0; display:flex; align-items:center; flex-wrap:wrap; } 
.about-mission-tab-container .nav { float:left; width:40%; border:0; margin:0; }
.about-mission-tab-container .nav-item { float:left; width:100%; margin:0 0 30px; }
.about-mission-tab-container .nav-tabs .nav-link { float:left; width:100%; color:rgba(255,255,255,.6); flex-wrap:wrap; }
.about-mission-tab-container .nav-tabs .nav-link h2 { float:left; width:100%; font-size:2.5em; font-weight:700; margin:0; } 
.about-mission-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { color:#fff; background:none; border-color:transparent; }
.about-mission-tab-container .nav-tabs .nav-link:hover { color:#fff; background:none; border-color:transparent; }
.about-mission-tab-container .tab-content { float:left; width:60%; }
.about-mission-tab-container .tab-content .tab-pane { float:left; width:100%; }
.mission-content { float:left; width:100%; color:#fff; }
.mission-content img { margin:0 0 16px; }
.business-part { float:left; width:100%; min-height:100vh; padding:80px 0; display:flex; align-items:center; flex-wrap:wrap; align-content:center; }
.business-title { float:left; width:100%; display:flex; align-items:center; flex-wrap:wrap; margin:0 0 120px; }
.business-title h2 { float:left; width:50%; font-size:2.5em; font-weight:700; margin:0; }
.business-title h3 { float:left; width:80%; font-size:2.5em; font-weight:700; margin:0; }
.business-title h6 { float:left; width:50%; font-size:1em; font-weight:500; line-height:1.5; margin:0; font-family: 'Crimson Text', serif; }
.business-title h6 p { margin:0; }
.business-modal { float:left; width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; }
.approach-content { float:left; width:100%; display:flex; flex-wrap:wrap; padding:80px 0 150px; }
.branding .approach-image { float:left; width:40%; padding-left:3%; }
.approach-image { float:left; width:40%; }
.approach-image img { max-width:300px; border-radius:50%; }
.approachImage img { max-width:100%; border-radius:0%; }
.branding .approach-image img { margin-top:30px; max-width:100%; border-radius:0; }
.approach-title { float:left; width:60%; }
.approach-title h2 { float:left; width:100%; font-size:2em; font-weight:700; margin:0 0 20px; color:#919191; text-transform:uppercase; }
.approach-image h4 { float:left; width:100%; font-size:1em; font-weight:600; margin:0; color:#000; line-height:32px; }
.approach-title span.arrow-btn { float:left; width:100%; margin:20px 0 0; }
.approach-title p { float:left; width:80%; font-size:1em; font-weight:500; margin:0; line-height:1.5; font-family: 'Crimson Text', serif; }
.approach-title h1 { float:left; width:80%; font-size:2.5em; font-weight:700; margin:0; margin-bottom:20px; }
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error { display:none !important; }
.about-approach { float:left; width:100%; }
.carousel { float:left; width:100%; }
.slider-carousel .carousel-indicators { position:relative; top:auto; bottom:0; width:100%; margin:0; height:auto; float:left; display:flex; justify-content:space-between; }
.slider-carousel .carousel-indicators li { text-indent:1px; width:auto; margin:0; height:auto; background-color:transparent !important; }
.slider-carousel .carousel-indicators li:before,.slider-carousel .carousel-indicators li:after  { content:none; }
.carousel-underline { float:left; width:100%; text-align:center; display:flex; }
.slider-carousel .carousel-indicators li:nth-child(n) .carousel-underline { justify-content:center; }
.slider-carousel .carousel-indicators li:first-child .carousel-underline { justify-content:flex-start; }
.slider-carousel .carousel-indicators li:last-child .carousel-underline { justify-content:flex-end; }
.carousel-indicators li .line-btm::before { content:''; width:calc(100% - 15px); height:3px; position:absolute; background:transparent; bottom:-4px; left:15px; }
.carousel-indicators li .line-btm { float:left; color:#000; font-size:.75em; font-weight:600; text-align:center; bottom:20px; cursor:pointer; position:relative; }
.carousel-indicators li .line-btm { font-size:1em; }
.carousel-indicators li.active .line-btm::before { background:#fff; }
.branding .carousel-indicators li.active .line-btm::before { background:#000; }
.carousel-approach-list { float:left; width:40%; } 
.about-approach-title { float:left; width:100%; color:#fff; font-size:2em; font-weight:700; margin-bottom:30px; } 
.branding .about-approach-title { color:#000; } 
.about-approach-content { float:left; width:100%; color:#fff; font-size:1em; font-weight:500; font-family: 'Crimson Text', serif; } 
.branding .about-approach-content { color:#000; }
.slider-carousel .carousel-item { width:100%; float:left; height:100%; background:#000; align-items:flex-start; justify-content:space-between;  }
.branding .slider-carousel .carousel-item { width:100%; float:left; height:100%; background:#fff; align-items:flex-start; justify-content:space-between;  }
.slider-carousel .carousel-item .carousel-approach-list:nth-child(1) { opacity:1; }
.slider-carousel .carousel-item .carousel-approach-list:nth-child(2) { opacity:.3; }
.slider-carousel .carousel-item:last-child .carousel-approach-list:nth-child(2) { opacity:0; }
.slider-carousel .carousel-inner { margin:5% 0; }
.carousel-item.active, .carousel-item-next, .carousel-item-prev { display:flex; }
.slider-carousel .carousel-inner .carousel-item-left.active,.slider-carousel .carousel-inner .carousel-item-prev { transform: translateX(-50%); }
.slider-carousel .carousel-inner .carousel-item-right.active,.slider-carousel .carousel-inner .carousel-item-next { transform: translateX(50%); }
.slider-carousel .carousel-inner .carousel-item-right, .slider-carousel .carousel-inner .carousel-item-left {  transform: translateX(0); }
.accreditation { float:left; width:100%; display:flex; flex-wrap:wrap; padding:80px 0; }
.accreditation-image { float:left; width:50%; }
.accreditation-image img { max-width:400px; margin:0; }
.accreditation-content { float:left; width:50%; }
.accreditation-content h2 { float:left; width:100%; letter-spacing:2px; font-size:1.25em; font-weight:700; color:#919191; text-transform:uppercase; margin:0 0 10px;  }
.accreditation-content p { float:left; width:100%; font-size:1em; font-weight:500; line-height:1.5; margin:0; font-family: 'Crimson Text', serif; }
.recognition { float:left; width:100%; background:#fff; margin:80px 0; padding:80px 0; background: rgb(255,255,255); background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 80%); background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 80%); background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 80%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000",GradientType=1); }
.recognition-title { float:left; width:30%;  }
.recognition-title h2 { float:left; width:100%; font-size:2.5em; font-weight:700; margin-bottom:20px; }
.recognition-carousel-section { float:left; width:50%; padding:0 0 0 4%; }
.recognition-section { float:left; width:100%; display:flex; flex-wrap:wrap; }
.carousel-recognition-list { float:left; width:100%; min-height:160px; }
.carousel-recognition-content { float:left; width:100%; font-size:1em; font-weight:500; line-height:1.5; font-family: 'Crimson Text', serif;   }
.carousel-recognition-content p { margin:0; }
.carousel-recognition-title { float:left; width:100%; font-size:1em; font-weight:700; line-height:1.5; margin-top:10px;  }
.about-awards-tabs { float:left; width:100%; padding:80px 0 0; background:#efefef; }
.about-awards-tabs .nav { float:left; width:100%; display:flex; justify-content:space-between; margin:0; }
.about-awards-tabs .nav li { float:left; position:relative; display:flex; justify-content:center; }
.about-awards-tabs .nav-tabs .nav-link,.about-awards-tabs .nav-tabs .nav-link.active { padding:5px 0; background:none; border:transparent; color:#000; font-size:1em; font-weight:600; } 
.about-awards-tabs .nav-tabs .nav-link.active span { position:relative; float:left; }
.about-awards-tabs .nav-tabs .nav-link.active span:after { content:''; position:absolute; width:auto; height:4px; background:#000; bottom:-9px; left:16px; right:0; }
.about-awards-tab-container .tab-content { padding:80px 0; float:left; width:100%; background:#fff;  }
.awards-content { float:left; width:100%; color:#000;  }
.awards-content h2 { float:left; width:100%; color:#000; font-size:2em; font-weight:700; margin-bottom:40px; }
.about-awards-content { float:left; width:100%; }
.about-awards-content ul { float:left; width:50%; padding:0 0 0 18px; margin:0; }
.about-awards-content ul li { float:left; width:100%; color:#000; font-size:1em; font-weight:500; margin-bottom:10px; font-family: 'Crimson Text', serif; }
.publications-content  { float:left; width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; }
.publications-list  { float:left; width:15%; position:relative; margin:0 0 2%; transition:.3s; }
.publications-content h2 { float:left; width:100%; color:#000; font-size:2em; font-weight:700; margin-bottom:40px; }
.publications-hover { float:left; width:100%; height:100%; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,.8); display:flex; align-content:center; flex-wrap:wrap; }
.publications-hover h6 { float:left; width:100%; color:#fff; font-size:1em; font-weight:700; margin:0 0 6px; text-align:center; }
.publications-hover p { float:left; width:100%; color:#fff; font-size:1em; font-weight:500; margin:0px; text-align:center; font-family: 'Crimson Text', serif; }
.publications-list:hover .publications-hover  { opacity:0; transition:.3s; }
.resources-list-items { float:left; width:100%; column-count:2; column-gap:4%; }
.autoHeight { min-height:auto; }
.resources-section { float:left; width:100%; margin:0 0 150px; }
.resocure-banner-image { float:left; width:100%; }
.resocure-banner-image img { width:100%; }
.resource-title-content { float:left; position:absolute; bottom:50px; padding:0 60px; width:80%; }
.resources-image { float:left; width:100%; margin-bottom:60px; position:relative; overflow:hidden; height:80vh; }
.resources-date { float:left; width:100%; font-size:1.2em; font-weight:700; margin: 30px 0px; text-transform: uppercase; }
.resources-title { float:left; width:100%; font-size:2em; font-weight:700; line-height:1.8; }
.resources-title span { background:#fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff; padding:20px 0; max-width:70%; }
.resources-content { float:left; width:100%; }
.resources-content h2 { float:left; width:80%; font-size:2em; font-family: 'Crimson Text', serif; font-weight:700; margin:0 10% 20px; }
.resources-content h1 { float:left; width:80%; font-size:2.5em; font-family: 'Crimson Text', serif; font-weight:700; margin:0 10% 20px; }
.resources-content > p { float:left; width:80%; font-size:1.2em; font-family: 'Crimson Text', serif; margin:0 10% 20px; text-align:justify; }
.resources-content h3 { float:left; width:80%; font-size:1.2em; margin:0 10% 20px; }
.resources-content ol { float:left; width:100%; font-size:1.2em; padding:0 10% 20px; margin:0 0 0 16px; }
.resources-content ol li { float:left; width:100%; margin:0 0 15px; }
.resources-content .wpcf7 { float:left; width:80%; margin:0 10% 20px; }
.resources-content a { color:#000; text-decoration:underline; }
.addtoany_content { float:left; width:100%; margin:40px 0 0 !important; }
.addtoany_header { float:left; width:100%; color:#7f7f7f; font-weight:700; font-size:1.2em; }
.perv-next-posts { float:left; width:100%; margin:0 0 100px; }
.prev-posts { float:left; width:50%; text-align:left; }
.next-posts { float:right; width:50%; text-align:right; display:flex; justify-content:flex-end; }

.resources-list { float:left; width:100%; position:relative; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; margin-bottom:8%;  }  
.resources-list-title { float:left; width:100%; background:#efefef; padding:40px; }
.resources-list .resources-image { float:left; width:100%; height:auto; } 
.arrow-left-common { float:left; padding:20px; background:#fff; -webkit-box-decoration-break: clone; box-decoration-break: clone; box-shadow: 20px 0 0 #ffffff, -20px 0 0 #ffffff; }
.services-arrow { width:100%; }
.resources-list .resources-image img { max-height:100%; width:auto; }
.resources-list .resources-image { margin-bottom:0; }
.resources-list-title .resources-date { float:left; width:100%; font-size:.825em; font-weight:700; margin: 10px 0px; text-transform: uppercase; }
.resources-list-title .resources-title { float:left; width:100%; font-size:1.5em; font-weight:700; margin:0 0 20px; padding:0; background:transparent; line-height:1.2; }
.resources-list-title .resources-content { float:left; width:100%; font-size:.825em; line-height:1.5; font-family: 'Crimson Text', serif; margin:0 0 20px;  }  
.resources-list-title .resources-content p,.resources-list-title .resources-content ul,.resources-list-title .resources-content h3,.resources-list-title .resources-content h2,.resources-list-title .resources-content h1 { display:none;  }  
.resources-list-title .resources-content p:first-child { display:block; width:100%; margin:0 0 20px; }  
.resources-list-title a { float:left; width:100%; font-size:1em; font-weight:700; color:#000; text-decoration:none; }
.header-video { position:relative; width:100%; float:left; height:100%; }
.video-overlay { position:absolute; top:0; left:0; width:100%; height:100vh; background: rgb(255,255,255); color:#fff; font-weight:700; font-size:40em; text-transform:uppercase; display:flex; align-items:center; justify-content:center; }      


a.arrow-gray { display:flex; align-items:center; color:#919191; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:19px; float:left; }
.arrow-gray::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #000;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; text-align:left; padding-left:80px; }
.arrow-gray:hover::before, .arrow-gray:focus::before { width:100%; -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.arrow-right-gray { width: 70px; float:left; margin-right:10px; height: 3px; background:#919191; position:relative; border-radius:0 10px 10px 0;  }
.arrow-right-gray:before { content:''; position:absolute; width:0; background:#000; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; left:0; }
.arrow-gray:hover .arrow-right-gray:before { width:100%; transition-delay:0s; }
.arrow-right-gray .arrow-top,.arrow-right-gray .arrow-bottom { background-color:#919191; height: 3px; position:absolute; left: calc(100% - 20px); width: 20px; }
.arrow-right-gray .arrow-top { transform: rotate(40deg);  transform-origin: bottom right; }
.arrow-right-gray .arrow-bottom { transform: rotate(-40deg); transform-origin: top right; }
.arrow-right-gray .arrow-top:before,.arrow-right-gray .arrow-bottom:before { content:''; position:absolute; width:0; background:#000; height:100%;  -webkit-transition: width 0.1s;  -moz-transition: width 0.1s; transition: width 0.1s; transition-delay:.2s; right:0; }
.arrow-gray:hover .arrow-right-gray .arrow-top:before,.arrow-gray:hover .arrow-right-gray .arrow-bottom:before { width:100%; transition-delay:.1s; }

a.arrow-white { display:flex; align-items:center; color:#919191; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:19px; float:left; }
.arrow-white::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #fff;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; text-align:left; padding-left:80px; }
.arrow-white:hover::before, .arrow-white:focus::before { width:100%; -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.arrow-right-white { width: 70px; float:left; margin-right:10px; height: 3px; background:#919191; position:relative; border-radius:0 10px 10px 0;  }
.arrow-right-white:before { content:''; position:absolute; width:0; background:#fff; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.arrow-white:hover .arrow-right-white:before { width:100%; transition-delay:0s; }
.arrow-right-white .arrow-top,.arrow-right-white .arrow-bottom { background-color:#919191; height: 3px; position:absolute; left: calc(100% - 20px); width: 20px; }
.arrow-right-white .arrow-top { transform: rotate(40deg);  transform-origin: bottom right; }
.arrow-right-white .arrow-bottom { transform: rotate(-40deg); transform-origin: top right; }
.arrow-right-white .arrow-top:before,.arrow-right-white .arrow-bottom:before { content:''; position:absolute; width:0; background:#fff; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.arrow-white:hover .arrow-right-white .arrow-top:before,.arrow-white:hover .arrow-right-white .arrow-bottom:before { width:100%; transition-delay:.1s; }

.arrow-darkgray { display:flex; align-items:center; color:#969CA4; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:1.2; float:left; }
.arrow-darkgray::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #fff;  -webkit-transition: width 0.4s;  -moz-transition: width 0.4s; transition: width 0.4s; text-align:left; padding-left:80px; }
.arrow-darkgray:hover::before, .arrow-darkgray:focus::before { width:100%; -webkit-transition: width 0.4s;  -moz-transition: width 0.4s; transition: width 0.4s; transition-delay:.6s; }
.arrow-right-darkgray { width: 70px; float:left; margin-right:10px; height: 3px; background:#969CA4; position:relative; border-radius:0 10px 10px 0;  }
.arrow-right-darkgray:before { content:''; position:absolute; width:0; background:#fff; height:100%;  -webkit-transition: width 0.4s;  -moz-transition: width 0.4s; transition: width 0.4s; transition-delay:.6s; }
.arrow-darkgray:hover .arrow-right-darkgray:before { width:100%; transition-delay:0s; }
.arrow-right-darkgray .arrow-top,.arrow-right-darkgray .arrow-bottom { background-color:#969CA4; height: 3px; position:absolute; left: calc(100% - 20px); width: 20px; }  
.arrow-right-darkgray .arrow-top { transform: rotate(40deg);  transform-origin: bottom right; }
.arrow-right-darkgray .arrow-bottom { transform: rotate(-40deg); transform-origin: top right; }
.arrow-right-darkgray .arrow-top:before,.arrow-right-darkgray .arrow-bottom:before { content:''; position:absolute; width:0; background:#fff; height:100%;  -webkit-transition: width 0.1s;  -moz-transition: width 0.1s; transition: width 0.1s; transition-delay:.5s; }
.arrow-darkgray:hover .arrow-right-darkgray .arrow-top:before,.arrow-darkgray:hover .arrow-right-darkgray .arrow-bottom:before { width:100%; transition-delay:.5s; }

a.left-arrow-gray { display:flex; align-items:center; color:#919191; font-size:1em; font-weight:700; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:1.2; float:left; }
.left-arrow-gray::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #000;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; text-align:left; padding-left:80px; }
.left-arrow-gray:hover::before, .left-arrow-gray:focus::before { width:100%; -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.4s; }
.arrow-left-gray { width: 70px; float:left; margin-right:10px; height: 3px; background:#919191; position:relative; border-radius:0 10px 10px 0;  }
.arrow-left-gray:before { content:''; position:absolute; width:0; background:#000; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.left-arrow-gray:hover .arrow-left-gray:before { width:100%; transition-delay:.2s; }
.arrow-left-gray .arrow-top,.arrow-left-gray .arrow-bottom { background-color:#919191; height: 3px; position:absolute; left:0px; width: 20px; }
.arrow-left-gray .arrow-top { transform: rotate(40deg);  transform-origin: bottom left; }
.arrow-left-gray .arrow-bottom { transform: rotate(-40deg); transform-origin: top left; }
.arrow-left-gray .arrow-top:before,.arrow-left-gray .arrow-bottom:before { content:''; position:absolute; width:0; background:#000; height:100%;  -webkit-transition: width 0.1s;  -moz-transition: width 0.1s; transition: width 0.1s; transition-delay:.2s; }
.left-arrow-gray:hover .arrow-left-gray .arrow-top:before,.left-arrow-gray:hover .arrow-left-gray .arrow-bottom:before { width:100%; transition-delay:.2s; }

a.right-arrow-gray { display:flex; align-items:center; color:#919191; font-size:1em; font-weight:700; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:1.2; float:left; }
.right-arrow-gray::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #000;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; text-align:left; transition-delay:.2s; }
.right-arrow-gray:hover::before, .right-arrow-gray:focus::before { width:100%; -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:0s; }
.arrow-re-gray { width: 70px; float:left; margin-left:10px; height: 3px; background:#919191; position:relative; border-radius:0 10px 10px 0;  }
.arrow-re-gray:before { content:''; position:absolute; width:0; background:#000; left:0; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:0s; }
.right-arrow-gray:hover .arrow-re-gray:before { width:100%; transition-delay:.2s; }
.arrow-re-gray .arrow-top,.arrow-re-gray .arrow-bottom { background-color:#919191; height: 3px; position:absolute; left:calc(100% - 20px); width: 20px; }
.arrow-re-gray .arrow-top { transform: rotate(35deg);  transform-origin: bottom right; }
.arrow-re-gray .arrow-bottom { transform: rotate(-35deg); transform-origin: top right; }
.arrow-re-gray .arrow-top:before,.arrow-re-gray .arrow-bottom:before { content:''; position:absolute; width:0; left:0; background:#000; height:100%;  -webkit-transition: width 0.1s;  -moz-transition: width 0.1s; transition: width 0.1s; }
.right-arrow-gray:hover .arrow-re-gray .arrow-top:before,.right-arrow-gray:hover .arrow-re-gray .arrow-bottom:before { width:100%; transition-delay:.2s; }

a.big-arrow-white { display:flex; align-items:center; color:#BFBFBF; font-size:35px; font-weight:700; text-decoration:none; text-transform:uppercase; position:relative; height:35px; overflow:hidden; font-family: 'Gilroy'; line-height:35px; float:left; }
.big-arrow-white::before { content:attr(data-hover); position: absolute; top: 0; overflow: hidden; width: 0; color: #fff;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; text-align:left; transition-delay:0s; padding-left:110px; }
.big-arrow-white:hover::before, .big-arrow-white:focus::before { width:100%; -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.arrow-big-gray { width: 100px; float:left; margin-right:10px; height: 5px; background:#BFBFBF; position:relative; border-radius:0 10px 10px 0;  }
.arrow-big-gray:before { content:''; position:absolute; width:0; background:#fff; left:0; height:100%;  -webkit-transition: width 0.2s;  -moz-transition: width 0.2s; transition: width 0.2s; transition-delay:.2s; }
.big-arrow-white:hover .arrow-big-gray:before { width:100%; transition-delay:0s; }
.arrow-big-gray .arrow-top,.arrow-big-gray .arrow-bottom { background-color:#BFBFBF; height: 5px; position:absolute; left:calc(100% - 40px); width: 40px; }
.arrow-big-gray .arrow-top { transform: rotate(35deg);  transform-origin: bottom right; }
.arrow-big-gray .arrow-bottom { transform: rotate(-35deg); transform-origin: top right; }
.arrow-big-gray .arrow-top:before,.arrow-big-gray .arrow-bottom:before { content:''; position:absolute; width:0; left:0; background:#fff; height:100%;  -webkit-transition: width 0.1s;  -moz-transition: width 0.1s; transition: width 0.1s; transition-delay:.2s; }
.big-arrow-white:hover .arrow-big-gray .arrow-top:before,.big-arrow-white:hover .arrow-big-gray .arrow-bottom:before { width:100%; transition-delay:.1s; }


.business-modal-section { float:left; width:30%; }
.business-image { float:left; width:100%; margin-bottom:20px; }
.business-model-title { float:left; width:100%; margin-bottom:10px; font-size:1.25em; font-weight:600; text-align:center; }
.business-content { float:left; width:100%; margin-bottom:0px; font-size:1em; font-weight:500; font-family: 'Crimson Text', serif; text-align:center; }
.business-image img { max-width:200px; border-radius:50%; }
.business-four-section { float:left; width:22%; } 
.business-four-section .business-image img { max-width:100%; border-radius:0%; }
.business-four-section .business-content p { margin:0; }
.sectionTop { margin-top:150px; }

.about-careers-tab-container { float:left; width:100%; min-height:100vh; padding:80px 0; display:flex; align-items:flex-start; } 
.about-careers-tab-container .nav { float:left; width:50%; border:0; }
.about-careers-tab-container .nav-item { float:left; width:100%; }
.about-careers-tab-container .nav-item:first-child { margin:0 0 250px; }
.about-careers-tab-container .nav-tabs .nav-link { float:left; width:100%; color:rgba(255,255,255,.6); flex-wrap:wrap; }
.about-careers-tab-container .nav-tabs .nav-link h2 { float:left; width:100%; font-size:2.5em; font-weight:700; margin:0; } 
.about-careers-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { color:#fff; background:none; border-color:transparent; }
.about-careers-tab-container .nav-tabs .nav-link:hover { color:#fff; background:none; border-color:transparent; }
.about-careers-tab-container .tab-content { float:left; width:50%; }
.about-careers-tab-container .tab-content .tab-pane { float:left; width:100%; }
.careers-content { float:left; width:100%; color:#fff; }

#accordion { float:left; width:100%; }
#accordion-careers { float:left; width:100%; }
#accordion .card:last-child { padding-bottom:0px; }
#accordion-careers .card:last-child { padding-bottom:0px; }
.card { background:transparent; padding-bottom:50px;  }
.card-header { background-color:transparent; border-radius: 0; border-bottom: 1px solid #4b4b4b; padding:0; }
.card-header a { color:#fff; font-size:1em; font-weight:700; padding: 15px 0; width:100%; float:left; }
.card-header a:before { content:"\f175"; position:absolute; right:0; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
    text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.card-body { float:left; width:100%; padding:15px 0 0; }
.card-body h4 { float:left; width:100%; margin:0 0 15px; font-size:1em; padding:10px 0 5px; }
.card-body p { float:left; width:100%; margin:0 0 15px; font-size:1em; font-weight:500; font-family: 'Crimson Text', serif; color:rgba(255,255,255,.6); }
.card-body p strong { float:left; width:100%; font-family: 'Gilroy'; color:rgba(255,255,255,1); padding:10px 0 30px; }
.card-body ul { float:left; width:100%; margin:0 0 10px 16px; }
.card-body li { float:left; width:100%; margin:0 0 5px; font-size:1em; font-weight:500; font-family: 'Crimson Text', serif; color:rgba(255,255,255,.6); }

.values-list { float:left; width:100%; display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.values-image { float:left; width:47%; }
.values-content { float:left; width:47%; }
.values-quote { float:left; width:100%; } 
.values-quote i { float:left; width:100%; font-size:1em; font-weight:700; font-style:normal; padding:20px 0 10px; }
.values-quote p { float:left; width:100%; font-size:3em; font-weight:500; line-height:1.2; margin:0 0 30px; font-family:'Gilroy'; } 
.values-quote strong { font-weight:700; } 
.values-title { float:left; width:100%; font-size:1em; font-weight:700; }
.arrow-control { float:left; width:100%; margin: 20px 0 0; position:relative; }
.modal.show .close { width: 40px; height: 40px; position: absolute; right: 0; top: 0; z-index: 9; background: #fff !important; opacity: 1; padding: 12px; }
.modal.show .modal-body { padding: 0px; }
.modal.show .modal-body iframe { margin: 0px; }
#pinContainer { width: 100%; height: 100%; overflow: hidden; }
.panelf { height: 100%; width: 100%; }
.privacy-container { float:left; width:100%; }
.privacy-title { float: left; width: 100%; font-size: 4em; font-weight: 700; display:flex; align-items:center; min-height:60vh; }
.privacy-content { float: left; width: 100%; padding-bottom:80px; }
.privacy-content p { float: left; width: 100%; font-size: 1em; font-weight:500; font-family: 'Crimson Text', serif; color:#000; margin:0 0 25px; }
.privacy-content ul { float: left; width: 100%; margin:0 0 15px 16px; }
.privacy-content li { float: left; width: 100%; font-size: 1em; font-weight:500; font-family: 'Crimson Text', serif; color:#000; margin:0 0 10px; }
.privacy-content p a { color:#000; text-decoration:underline; }
.privacy-content h4 { float: left; width: 100%; font-size: 1.5em; font-weight:700; color:#000; margin:10px 0 15px; }
.home-how-we-do { padding:150px 0; }
.home-how-we-do-image { float:left; width:50%; padding-left:4%; }
.home-how-we-do-content { float:left; width:100%; display:flex; flex-wrap:wrap; }
.home-how-we-do-title { float:left; width:50%; padding-right:4%; }
.home-how-we-do-title h2 { float:left; width:100%; font-size:2em; font-weight:700; margin:0 0 20px; color:#919191; text-transform:uppercase; }
.home-how-we-do-image h4 { float:left; width:100%; font-size:1.25em; font-weight:600; margin:0; color:#000; }
.home-how-we-do-title span.arrow-btn { float:left; width:100%; margin:20px 0 0; }
.home-how-we-do-title p { float:left; width:100%; font-size:1em; font-weight:500; margin:0; line-height:1.5; font-family: 'Crimson Text', serif; }


/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input { background:transparent; border:none; border-bottom: 1px solid #919191; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font-size:14px; font-family:'Gilroy'; font-weight:500; }
#mc_embed_signup input:placeholder { font-size:.825em; font-family:'Gilroy'; font-weight:500; }
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup .button {clear:both; background-color:transparent; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #919191; cursor: pointer; display: inline-block; font-size:1em; font-weight: 700; height: 32px; line-height: 32px; margin: 0; padding: 0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; letter-spacing:0; } 
button.arrow-gray { display:flex; align-items:center; color:#919191; font-size:1em; font-weight:700; margin:15px 0 0; text-decoration:none; text-transform:uppercase; position:relative; height:19px; overflow:hidden; font-family: 'Gilroy'; line-height:19px; float:left; background:transparent; padding:0; }
#mc_embed_signup .button:hover {background-color:transparent;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; }
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}


#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border-bottom:1px solid #e85c41;}
.form-btn { float:left; width:100%; position:relative; }
.page-id-10 .business-part { padding:0px 0 80px; }
.home-how-we-do-image h4 { margin:0 0 20px; }
.home-how-we-do-image img { max-width:60%; }
.edg-tab-container > h2 { display:none; }
.desktop { display:flex !important; }
.mobile { display:none !important; }
.desktop-slider { display:block;}
.mobile-slider { display:none;}
.error-404 { display:flex; align-items:center; justify-content:center; flex-direction:column; }
.error-404 .page-header h1 { float:left; width:100%; text-align:center; font-size:4em; margin-bottom:30px; }
.error-404 .page-header h2 { margin-bottom:40px; } 
.resources-section button.wpcf7-submit {
    float: left;
    background: 0 0;
    border: 1px solid transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #969ca4;
    outline: none;
    cursor: pointer;
    transition: all .6s;
    display: flex;
    align-items: center;
    font-family: 'Gilroy';
    line-height: 14px;
    position:relative;
}
.resources-section .wpcf7-submit:before {
    color:#000;
}
.resources-section .button-label {
    float:left;
}
.resources-section button.wpcf7-submit .arrow {
    margin:0 0px 0 10px;
}
.resources-section .wpcf7-submit:hover .arrow,.resources-section .wpcf7-submit:hover .arrow:after,.resources-section .wpcf7-submit:hover .arrow:before {
    background-color:#000;
}
.resources-content .wpcf7-form-control-wrap,.resources-content .wpcf7 label { float:left; width:100%; margin-bottom:0; }
.resources-content .wpcf7 p { margin:0 0 20px;  float:left; width:100%; }

.caption-title {
    float:left;
    width:100%;
    margin-top:5px;
    color:#919191;
    font-weight:bold;
}
#clients-carousel .carousel-inner {
    display:flex;
    flex-wrap:wrap;
}
#container { 
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0; 
}
#canvas {
	
}




@font-face {
      font-family: 'swiper-icons';
      src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
      font-weight: 400;
      font-style: normal;
    }
    :root {
      --swiper-theme-color: #007aff;
    }
	.swiper-container {
        width: 100%;
        height: 414px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        float:left;
    }
    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }
    .box-content {
        width:100%;
        float:left;
    }
    .swiper-container-android .swiper-slide, .swiper-wrapper {
        transform: translate3d(0px, 0, 0);
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color,var(--swiper-theme-color));
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 10px;
        left: auto;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
        right: auto;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 22px;
        text-transform: none!important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1;
        font-weight:bold;
        color:#fff;
    }
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
    }
	.testimonial-container {
    float: left;
    width: 100%;
	}
	.testimonial-content {
    float: left;
    width: 100%;
    padding-bottom: 80px;
	}
    .testimonial-title {
    float: left;
    width: 100%;
    font-size: 4em;
    font-weight: 700;
    display: flex;
    align-items: center;
    min-height: 60vh;
    }
	.testimonial-content p {
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Crimson Text',serif;
    color: #000;
    margin: 0 0 25px;
	}
	.testimonial-content h4 {
    float: left;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    margin: 10px 0 15px;
	}
	.testimonial-content ul {
    float: left;
    width: 100%;
    margin: 0 0 15px 16px;
	}
	.testimonial-content li {
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Crimson Text',serif;
    color: #000;
    margin: 0 0 10px;
	}
	.testimonial-content p a {
    color: #000;
    text-decoration: underline;
	}
.works-tab-container ul.nav.nav-pills li
{
	position: relative;
}
.works-tab-container ul.nav.nav-pills li:after
{
	content: '';
	width: 100%;
	border-top: 3px solid #ddd;
	position: absolute;
	bottom: -9.5px;
	z-index: 1;
	left: 0px;
}
.works-tab-container .nav-item
{
}
.works-tab-container .nav-pills .nav-link.active h2::before
{
    z-index: 2;		
}
.works-tab-container ul.nav.nav-pills li:last-of-type
{
	padding-right: 0px;
}
.shopify-buy-frame
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: unset !important;
}
.shortresource-ct .shopify-buy-frame
{
	display: none !important;
}

.footer-content #custom_html-5
{
	display:none !important;
}
.resreadcnt a:hover
{
	color: #686868 !important;
}
.works-tab-container .nav-pills .nav-link h1 
{
  float: left;
  font-size: 2.5em;
  font-weight: 700;
  position: relative;
}
.works-tab-container .nav-pills .nav-link.active h1::before 
{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #000;
  z-index: 5;
}
.howdidhear
{
	color: #969CA4;
	font-weight: 400;
	font-family: 'Gilroy';
	font-size: 14px;
	margin-top: 12px !important;
	margin-bottom: 30px !important;
}
.howdidhear .wpcf7-form-control-wrap
{
	margin-top: 10px !important;
}
.howdidhear select
{
	background: #000;
    border: none;
	color: #fff;
    font-family: 'Gilroy';
    border-bottom: 1px solid #969CA4 !important;
	padding-left: 0px !important;
}
.cstmcarsoul-cnt a.post-thumbnail img
{
    transform: scale(1);
    transition: all 0.3s linear;
}
.spnhowdid
{
	opacity: 0.6;
}
.main-menu.otpage
{
	transition: all 0.2s linear;
}
.mainmenu
{
	padding-top: 8px;
}

#post-12509 .works-details-banner h2.h2portban,
#post-12509 .works-details-banner h1.h1portban,
#post-12509 .work_scope,
#post-12509 .work_scope ul li a,
#post-12509 .works-testimonial-title h3,
#post-12509 .works-testimonial-title p
{
    color: #000 !important;
}

.cstmcarsoul-cnt .carousel-overlay a
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstmcarsoul-cnt .carousel-overlay a div
{
    text-align: center;
}
.cstmcarsoul-cnt.box-content .carousel-overlay
{
    visibility: hidden;
}
.cstmcarsoul-cnt.box-content:hover .carousel-overlay
{
    visibility: visible !important;
    opacity: 1 !important;
}

.cstmcarsoul-cnt:hover a.post-thumbnail img
{
    transform: scale(1.2);
}



@media screen and (max-width:767px) {
	body { font-size:14px; }
	.desktop { display:none !important; }
	.mobile { display:flex !important; }
	.desktop-slider { display:none;}
    .mobile-slider { display:block;}
	.home .scroll-active { position:inherit; left:0; }
	.mainlogo { left:20px; top:20px; }
	.mainmenu { right:20px; top:20px; }
	.scrollbar,.home .scroll-cut,.cursor { display:none; } 
	.footer-content span { font-size:3em; }
	.banner-main-title { margin-bottom:30px; }
	.banner-main-title p { font-size:2em; }
	.videosection,.section-height,.videobackground { min-height:auto; }
	.videobackground #mask-overlay { fill:#f5f5f5; }
	.works-details-brand-logo { margin:25px 0; padding:30px; }
	.video-wrapper { height:215px; }
	.single-works .video-wrapper { height:125px; }
	.single-collaborations .video-wrapper { height:125px; }
	.home-banner h2 span.we,.home-banner h2 span.build,.home-banner h2 span.brand { font-size:2em; }
	.parallax-video,#videoCursor { min-height:auto; } 
	.approach-title,.approach-image,.approach-title p,.about-branding-title,.about-branding-content,.services-banner p { width:100%; flex-wrap:wrap; }
	.approach-title,.about-branding-title { padding-bottom:30px; }
	.approach-image h4 { line-height:20px; }
	.box { width:320px; height:320px; }
	.sticky-side-bar,.fixed-division-wrapper { display:none; }
	.services-banner { font-size:2.5em; } 
	.services-tab-container { flex-wrap: wrap-reverse;  }
	.services-tab-container .tab-content { width:100%; }
	.services-tab-container .nav { width:100%; margin:0 0 20px; }
	.services-tab-container .nav-item { margin-bottom:20px; }
	.services-tab-container .nav-tabs .nav-link { padding:0; }
	.business-title { margin:0 0 40px; }
	.business-title h3 { font-size:1.5em; width:100%; }
	.business-modal-section { width:100%; margin-bottom:20px; }
	.business-modal-section:last-child { margin-bottom:0px; }
	.business-image img { max-width:160px; }
	.clients-list { padding:40px 0; }
	.client-thumb { width:50%; }
	.client-list,.collaboration-list { width:100%; }
	.bottom-main-menu { width:100%; justify-content: flex-start; }
	.bottom-social-menu { width:100%; justify-content: flex-start; margin-top:0px; }
	.section-gap,.footer-content,.gap-section,.footer-address { margin-bottom:30px; }
	.footer-section { margin-bottom:25px; }
	.footer-section:last-child { margin-bottom:0px; }
	.footer-section h4 { margin:0 0 4px; }
	.footer-address address { min-height:auto; margin:0 0 5px; }
	.home-how-we-do { padding:40px 0; }
	.home-how-we-do-title { width:100%; padding:0; margin:0 0 30px; }
	.home-how-we-do-image,.works-testimonial-title { width:100%; padding:0; }
	.sectionTop { margin-top:40px; }
	.home-how-we-do-title h1 { font-size:2em; }
	.home-banner h2 { top:30%; left:35%; }
	.main-menu { display:none; }
	.menu-dots { position:relative; right:0; }
	.post-thumbnail { margin:0; }
	.landing-inner-content { height:320px; width:100%; transition-property: transform; box-sizing: content-box; display:flex; }
	.landing-wrapper { width:100%;  }
	.works-tab-container .nav-item { width:100%; margin:0 0 30px; }
	.works-tab-container .nav-pills .nav-link h2 { font-size:2em; float:left; text-align:left; }
	.works-tab-container .nav-pills .nav-link.last-menu h2 { font-size:2em; float:left; text-align:left; }
	.clients,.collaboration { padding:40px 0; }
	.revolution-details { width:100%; min-height:auto; }
	.revolution-image { width:100%; display:block; }
	.revolution-content { width:100%; padding:10%; }
	.revolution-content h2 { margin-bottom:20px; }
	.design-details-content { width:100%; max-height:inherit; padding:40px 0; }
	.design-details-image { width:100%; padding:0 0 40px; }
	.works-details-banner h1 { font-size:3em; }
	.work_scope { margin:60px 0 0; }
	.learn-banner { width:100%; font-size:2em; margin-bottom:25px; }
	.learn-content,.approach-title h1 { width:100%; } 
	.branding .approach-image { width:100%; padding:0; } 
	.slider-carousel .carousel-item .carousel-approach-list:nth-child(2) { display:none; }
	.carousel-approach-list { width:100%; }
	.about-edg-image { width:100%; padding:0; margin-bottom:30px; }
	.recognition-title { width:80%; padding:0; }
	.about-edg-section { width:100%; padding:0; }
	.recognition-carousel-section { width:80%; padding:0; }
	.testimonial-carousel-section { width:100%; }	
	.recognition { padding:40px 0; }
	.recognition-carousel .carousel-item { flex-wrap:wrap; }
	.page-id-14 .about-edg-section { padding:30px 0; }
	.edg-tab-container { flex-wrap:wrap-reverse; }
	.edg-tab-container .nav { margin:0; width:100%; }
	.edg-tab-container .nav-item { margin:0 0 10px; }
	.edg-tab-container .tab-content { padding:0; width:100%; }
	.edg-tab-content ul li { margin:0 0 10px; }
	.grants-tab-container .nav-item { width:100%; margin: 0 0 20px; }
	.grants-tab-container .nav.nav-pills { padding:100px 0 40px; }
	.about-awards-content ul { width:100%; }
	.business-title h2 { width:100%; margin-bottom:20px; }
	.business-title h6 { width:100%; }
	.business-four-section { width:100%; margin-bottom:30px; }
	.publications-list { width:49%; }
	.about-awards-tabs  { padding:30px 0 0; } 
	.learn-content-section { padding:40px 0; width:100%; }
	.learn-content-image { width:100%; padding:0 0 40px; }
	.about-mission-tab-container .nav { width:100%; padding-bottom:20px; }
	.about-mission-tab-container { padding:40px 0; align-content:flex-start; }
	.about-mission-tab-container .nav-item { margin:0 0 20px; width:100%;  }
	.about-mission-tab-container .tab-content { width:100%; }
	.about-mission-tab-container .nav-tabs .nav-link h2 { font-size:2em; }
	.about-mission-tab-container .nav-tabs .nav-link { padding:0; }
	.edg-tab-container .nav-tabs .nav-link { padding:0; color:#fff; opacity:.6; }
	.edg-tab-container .nav-tabs .nav-link.active { opacity:1; }
	.mission-content h1 { font-size:1.5em; margin:0 0 20px; }
	.values-image { width:50%; }
	.values-content { width:100%; }
	.careers-background { min-height:70vh; }
	a.big-arrow-white { font-size:16px; }
	.about-careers-tab-container .nav { margin:0 0 40px; width:100%; }
	.about-careers-tab-container { flex-wrap:wrap; padding:40px 0; align-content:flex-start; }
	.about-careers-tab-container .nav-item:first-child { margin:0 0 20px; }
	.about-careers-tab-container .nav-tabs .nav-link,.about-careers-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { padding:0; }
	.about-careers-tab-container .nav-tabs .nav-link h2 { font-size:2em; }
	.about-careers-tab-container .tab-content { width:100%; }
	.resources-list-items { column-count: 1; }
	.prev-posts { width:100%; }
	.next-posts { width:100%; margin-top:20px; }
	.edg-tab-container .tab-content h2 { display:none; }
	.edg-tab-container h2 { float: left; width: 100%; color: #fff; font-size: 2.5em; font-weight: 700; margin-bottom: 30px; display:block; }
	.about-edg-section a.arrow-gray { font-size:10px; }
	.about-edg-section .arrow-right-gray { width:40px; }
	.services-template { min-height:auto; }
	.services-template .learn-container { min-height:auto; padding:140px 0 40px; }
	.testimonial-section { min-height:auto; padding:40px 0; }
	.parallaxParent { min-height:30vh; height:35vh; }
	.parallaxParent > .parallex-scroll { background-attachment:initial; }
	.home-how-we-do-title p,.mission-content p,.business-content,.clients-categories li,.learn-content,.learn-content-section p,.about-edg-section p,.edg-tab-content,.about-branding-title p,.revolution-content p,.design-details-content p,.mission-content p,.business-title h6,.approach-title p,.about-approach-content,.carousel-recognition-content,.about-awards-content ul li,.card-body p,.resources-content p { font-size:1.2em; }
	.menu-model { display:block; }
	.menufixed { float:left; margin-top:50px; }
	.learn-mobile h1 { font-size:1.5em; margin-bottom:20px; }
	.about-awards-tabs .nav-tabs .nav-link.active span:after { bottom:-5px; }
	.about-awards-tabs .nav { overflow-x: auto; flex-wrap: nowrap; }
	.about-awards-tabs .nav li { white-space: nowrap; margin-right: 20px; }
	.slider-carousel .carousel-indicators { overflow-x: auto; flex-wrap: nowrap; bottom:23px; height:26px;}
	.carrertabscontent .slider-carousel .carousel-indicators{ 
	bottom: 32px;
	height: 35px;
	padding-top: 10px;
	}
	.slider-carousel .carousel-indicators li { white-space: nowrap; margin-right: 20px; }
	.carousel-indicators li .line-btm { bottom:-6px; }
	.carousel-overlay { align-items:center; justify-content:center; }
	.resources-content h1 { width:100%; margin:0 0 20px; font-size:1.5em; }
	.resources-content h2 { width:100%; margin:0 0 20px; font-size:1.3em; }
	.resources-content p { width:100%; margin:0 0 20px; font-size:16px; float:left; width:100%; }
	.resources-image { height:50vh; }
	.resocure-banner-image { height:100%; }
	.resocure-banner-image img {  height:100%; object-fit:cover; }
	.resources-title { font-size:1.5em; line-height:2; }
	.resource-title-content { padding:0; }
	.resources-title span { padding:15px 0; }
	.resources-content .wpcf7 { width:100%; margin:0 0 20px; }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .services-links a.arrow-white { font-size:0.75em; }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    body { font-size:16px; }
    section { min-height:auto; }
	.desktop { display:none !important; }
	.mobile { display:flex !important; }
	.desktop-slider { display:none;}
    .mobile-slider { display:block;}
	.home .scroll-active { position:inherit; left:0; transform:inherit !important; }
	.mainlogo { left:20px; top:20px; }
	.mainmenu { right:20px; top:20px; }
	.scrollbar,.home .scroll-cut,.cursor { display:none; } 
	.footer-content span { font-size:3em; }
	.banner-main-title { margin-bottom:30px; }
	.banner-main-title p { font-size:2em; }
	.videosection,.section-height,.videobackground { min-height:auto; }
	.videobackground #mask-overlay { fill:#f5f5f5; }
	.works-details-brand-logo { margin:25px 0; padding:30px; }
	.video-wrapper { height:435px; }
	.single-works .video-wrapper { height:320px; }
	.single-collaborations .video-wrapper { height:320px; }
	.home-banner h2 span.we,.home-banner h2 span.build,.home-banner h2 span.brand { font-size:2.5em; }
	.parallax-video,#videoCursor { min-height:auto; } 
	.approach-title,.approach-image,.approach-title p,.about-branding-title,.about-branding-content,.services-banner p { width:100%; flex-wrap:wrap; }
	.approach-title,.about-branding-title { padding-bottom:30px; }
	.approach-image h4 { line-height:20px; }
	.box { width:320px; height:320px; }
	.sticky-side-bar,.fixed-division-wrapper { display:none; }
	.services-banner { font-size:4.5em; } 
	.services-tab-container { flex-wrap: wrap-reverse;  }
	.services-tab-container .tab-content { width:100%; }
	.services-tab-container .nav { width:100%; margin:0 0 20px; }
	.services-tab-container .nav-item { margin-bottom:20px; }
	.services-tab-container .nav-tabs .nav-link { padding:0; }
	.business-title { margin:0 0 40px; }
	.business-title h3 { font-size:1.5em; width:100%; }
	.business-modal-section { width:100%; margin-bottom:20px; }
	.business-modal-section:last-child { margin-bottom:0px; }
	.business-image img { max-width:160px; }
	.clients-list { padding:40px 0; }
	.client-thumb { width:33%; }
	.client-list,.collaboration-list { width:100%; }
	.bottom-main-menu { width:100%; justify-content: flex-start; }
	.bottom-social-menu { width:100%; justify-content: flex-start; margin-top:20px; }
	.section-gap,.footer-content,.gap-section,.footer-address { margin-bottom:30px; }
	.footer-section { margin-bottom:25px; }
	.footer-section:last-child { margin-bottom:0px; }
	.footer-section h4 { margin:0 0 4px; }
	.footer-address address { min-height:auto; margin:0 0 5px; }
	.home-how-we-do { padding:40px 0; }
	.home-how-we-do-title { width:100%; padding:0; margin:0 0 30px; }
	.home-how-we-do-image,.works-testimonial-title { width:100%; padding:0; }
	.sectionTop { margin-top:40px; }
	.home-how-we-do-title h1 { font-size:2em; }
	.home-banner h2 { top:30%; left:35%; }
	.main-menu { display:none; }
	.menu-dots { position:relative; right:0; }
	.post-thumbnail { margin:0; }
	.landing-inner-content { height:320px; width:100%; transition-property: transform; box-sizing: content-box; display:flex; }
	.landing-wrapper { width:100%;  }
	.works-tab-container .nav-item { width:100%; margin:0 0 30px; }
	.works-tab-container .nav-pills .nav-link h2 { font-size:2em; float:left; text-align:left; }
	.works-tab-container .nav-pills .nav-link.last-menu h2 { font-size:2em; float:left; text-align:left; }
	.clients,.collaboration { padding:40px 0; }
	.revolution-details { width:100%; min-height:auto; }
	.revolution-image { width:100%; display:block; }
	.revolution-content { width:100%; padding:10%; }
	.revolution-content h2 { margin-bottom:20px; }
	.design-details-content { width:100%; max-height:inherit; padding:40px 0; transform: initial !important; }
	.design-details-image { width:100%; padding:0 0 40px; }
	.works-details-banner h1 { font-size:3em; }
	.work_scope { margin:60px 0 0; }
	.learn-banner { width:100%; font-size:2em; margin-bottom:25px; }
	.learn-content,.approach-title h1 { width:100%; } 
	.branding .approach-image { width:100%; padding:0; } 
	.slider-carousel .carousel-item .carousel-approach-list:nth-child(2) { display:none; }
	.carousel-approach-list { width:100%; }
	.about-edg-image { width:100%; padding:0; margin-bottom:30px; }
	.recognition-title { width:80%; padding:0; }
	.about-edg-section { width:100%; padding:0; }
	.recognition-carousel-section { width:80%; padding:0; }
	.testimonial-carousel-section { width:100%; }	
	.recognition { padding:40px 0; }
	.recognition-carousel .carousel-item { flex-wrap:wrap; }
	.page-id-14 .about-edg-section { padding:30px 0; }
	.edg-tab-container { flex-wrap:wrap-reverse; }
	.edg-tab-container .nav { margin:0; width:100%; }
	.edg-tab-container .nav-item { margin:0 0 10px; }
	.edg-tab-container .tab-content { padding:0; width:100%; }
	.edg-tab-content ul li { margin:0 0 10px; }
	.grants-tab-container .nav-item { width:100%; margin: 0 0 20px; }
	.grants-tab-container .nav.nav-pills { padding:100px 0 40px; }
	.about-awards-content ul { width:100%; }
	.business-title h2 { width:100%; margin-bottom:20px; }
	.business-title h6 { width:100%; }
	.business-four-section { width:100%; margin-bottom:30px; }
	.publications-list { width:32%; }
	.about-awards-tabs  { padding:0; } 
	.learn-content-section { padding:40px 0; width:100%; }
	.learn-content-image { width:100%; padding:0 0 40px; }
	.about-mission-tab-container .nav { width:100%; padding-bottom:20px;  }
	.about-mission-tab-container { padding:40px 0; align-content:flex-start; min-height:auto;  }
	.about-mission-tab-container .nav-item { margin:0 0 20px; width:100%;  }
	.about-mission-tab-container .tab-content { width:100%; }
	.about-mission-tab-container .nav-tabs .nav-link h2 { font-size:2em; }
	.about-mission-tab-container .nav-tabs .nav-link { padding:0; }
	.edg-tab-container .nav-tabs .nav-link { padding:0; color:#fff; opacity:.6; }
	.edg-tab-container .nav-tabs .nav-link.active { opacity:1; }
	.mission-content h1 { font-size:1.5em; margin:0 0 20px; }
	.values-image { width:50%; }
	.values-content { width:100%; }
	.careers-background { min-height:70vh; }
	a.big-arrow-white { font-size:16px; }
	.about-careers-tab-container .nav { margin:0 0 40px; width:100%; }
	.about-careers-tab-container { flex-wrap:wrap; padding:40px 0; align-content:flex-start; }
	.about-careers-tab-container .nav-item:first-child { margin:0 0 20px; }
	.about-careers-tab-container .nav-tabs .nav-link,.about-careers-tab-container .nav-tabs .nav-link.active, .about-mission-tab-container .nav-tabs .show > .nav-link { padding:0; }
	.about-careers-tab-container .nav-tabs .nav-link h2 { font-size:2em; }
	.about-careers-tab-container .tab-content { width:100%; }
	.resources-list-items { column-count: 1; }
	.prev-posts { width:100%; }
	.next-posts { width:100%; margin-top:20px; }
	.edg-tab-container .tab-content h2 { display:none; }
	.edg-tab-container h2 { float: left; width: 100%; color: #fff; font-size: 2.5em; font-weight: 700; margin-bottom: 30px; display:block; }
	.services-template { min-height:auto; }
	.services-template .learn-container { min-height:auto; padding:140px 0 40px; }
	.testimonial-section { min-height:auto; padding:40px 0; }
	.parallaxParent { min-height:30vh; height:35vh; }
	.parallaxParent > .parallex-scroll { background-attachment:initial; }
	.home-how-we-do-title p,.mission-content p,.business-content,.clients-categories li,.learn-content,.learn-content-section p,.about-edg-section p,.edg-tab-content,.about-branding-title p,.revolution-content p,.design-details-content p,.mission-content p,.business-title h6,.approach-title p,.about-approach-content,.carousel-recognition-content,.about-awards-content ul li,.card-body p,.resources-content p { font-size:1.2em; }
	.menu-model { display:block; }
	.menufixed { float:left; margin-top:80px; }
	.learn-mobile h1 { font-size:1.5em; margin-bottom:20px; }
	.about-awards-tabs .nav-tabs .nav-link.active span:after { bottom:-5px; }
	.about-awards-tabs .nav { overflow-x: auto; flex-wrap: nowrap; }
	.about-awards-tabs .nav li { white-space: nowrap; margin-right: 40px; }
	.slider-carousel .carousel-indicators { overflow-x: auto; flex-wrap: nowrap; bottom:23px; height:26px;}
	.slider-carousel .carousel-indicators li { white-space: nowrap; margin-right: 20px; }
	.carousel-indicators li .line-btm { bottom:-6px; }
	.swiper-container { height:768px; }
	.carousel-overlay { align-items:center; justify-content:center; }
}
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
      section,.testimonial-section { min-height:75vh; }
      .video-wrapper { height:75vh; }
      .section.videobackground { min-height:auto; }
      .single .video-wrapper { height:49vh; }
      .home-banner h2 { top:32%; }
      .home-banner h2 span.we, .home-banner h2 span.build, .home-banner h2 span.brand { font-size:3em; }
      .footer-address h4, .footer-address address,.footer-address p,.footer-address button,.footer-companies-details h4,.footer-companies-details p,.footer-companies-details a,.footer-copy h4,.footer-section p,.footer-section h4 { font-size:0.875rem; }
      .footer-content span { font-size:4em; }
      h1,.h1 { font-size:2em; }
      a.arrow-gray { font-size:0.825em; }
      .grants-tab-container .nav-pills .nav-link h2 { font-size:1.25em; }
      .values-quote p { font-size:2em; }
      .learn-banner { font-size:3em; }
      .desktop-slider { display: none; }
      .mobile-slider { display: block; }
      .swiper-slide { width:50%; }
      .swiper-container { height:768px; }
      .box-content { height:100%; }
      .carousel-overlay { align-items:center; justify-content:center; }
      .carousel-overlay a h5 { font-size:2em; }
      .carousel-overlay a h2 { font-size:4em; }
      .client-thumb { width:25%; }
      .parallaxParent { height:auto; }
      .parallaxParent>.parallex-scroll { background-attachment: initial; }
      .works-testimonial-title { width:100%; }
      .learn-content-tab { padding:40px 0; }
      .slider-carousel .carousel-indicators { overflow-x: auto; flex-wrap: nowrap; bottom:23px; height:30px;}
	  .slider-carousel .carousel-indicators li { white-space: nowrap; margin-right: 20px; }
	  .carousel-indicators li .line-btm { bottom: -6px; }
	  .publications-list { width:24%; margin:0 0 1.5% ; }
	  .approach-title h1 { font-size:2em; }
}

@media screen and (min-width:1600px) {
	.home-banner h2 span.we, .home-banner h2 span.build, .home-banner h2 span.brand { font-size:5em; }
	.business-content,.mission-content p,.about-branding-title p,.about-branding-content p,.learn-content,.learn-content-section p,.about-edg-section p,.edg-tab-content,.business-title h6,.approach-title p,.about-approach-content,.carousel-recognition-content,.about-awards-content ul li,.revolution-content p,.design-details-content p { font-size:21px; }
	/*.footer-address h4, .footer-address address,.footer-address p,.footer-address button,.footer-companies-details h4,.footer-companies-details p,.footer-companies-details a,.footer-copy h4,.footer-section p,.footer-section h4 { font-size:1em; }*/
	.values-quote { float:left; width:100%; font-family:'Gilroy'; }
	.values-quote i { font-size:1.2em; }
	.values-quote p { font-size:3.5em; }
	.values-title { font-size:1.2em; } 
	#values .carousel-control-prev { font-size:1em; }
	#values .carousel-control-next { font-size:1em; }
} 

@media screen and (min-width: 1300px) {
	.resources-image img { width:100% !important; }
	.container.resourcecontainer { max-width: 50% !important;/*max-width: 64% !important;*/ }
	.container.insightcontainer { max-width: 50% !important;/*max-width: 64% !important;*/ }
}	
@media screen and (max-width: 991px) {
	.works-tab-container ul.nav.nav-pills li
	{
		display: inline-block;
		width: auto;
		margin-right: 22px;
		margin-bottom: 20px;
	}
	.navbar-nav > li > a
	{
		margin-top: 0px !important;
	}
	.menufixed
	{
	   /*padding-top: 25px;*/
	}
}

footer #wpcf7-f34-o1 div.wpcf7-response-output
{
	color: #fff !important;
}
.submitbrandagency p,
.emailmcfield p
{ 
	margin: 0px; 
}
.customembed_signup span.wpcf7-not-valid-tip
{
	display: block !important;
}
#mcembeddedsubscribe input[type=submit]
{
	display: none;
}
#mcembeddedsubscribe .wpcf7-spinner
{
	width: 20px !important;
	height: 20px !important;
}
.howdidhearhm select 
{
  background: #efefef;
  border: none;	
  color: #000;
  font-family: 'Gilroy';
  border-bottom: 1px solid #969CA4 !important;
  padding-left: 0px !important;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.howdidhearhm
{
   font-family: 'Gilroy';
   font-weight: 500;
   font-size: 14px;	
}
.howdhear p
{
	margin-bottom: 10px;
	margin-top: 15px;
}
.customembed_signup .mc-field-group p
{
	margin-bottom: 10px;
}
.customembed_signup ::-webkit-input-placeholder { 
  color: #919191 !important;
  opacity: 1 !important;
}

.customembed_signup :-ms-input-placeholder { 
  color: #919191 !important;
  opacity: 1 !important;	
}

.customembed_signup ::placeholder {
  color: #919191 !important;
  opacity: 1 !important;	
}
.howdidhearhm .spnhowdid
{
   color: #919191 !important;
   opacity: 1 !important;
}
.ifrvido iframe
{
	margin: auto !important;
}
.news-group-date
{
	font-size: 16px;
	font-weight: 600;
	color: #797979;
	margin-bottom: 10px;
}
.news-group
{
	clear: both;
	margin-bottom: 5rem;
	margin-top: 10px;
}
.news-group h2
{
	margin-top: 16px;
	margin-bottom: 5px;
}
.loadmore-news a
{
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff !important;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
	float: unset;
	display: inline-block;
	cursor: pointer;
}
.loadmore-news
{
	text-align: center;
}
.lodergifimg img
{
	height: 40px;
	margin-top: 30px;
	margin-bottom: 3rem;
}
.nonewsfound
{
	clear: both;
	text-align: center;
	font-weight: 600;
	position: relative;
	top: 6rem;
	grid-column: 1 / -1;
}

.works-details-banner h1.h1portban 
{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3.85px;  
}

.works-details-banner h2.h2portban 
{
  	float: left;
  	width: 90%;
  	color: #fff;
  	font-size: 5em;
  	font-weight: 700;
  	margin: 40px 0 0;
  	line-height: 1.2;	
	text-transform: unset;
}
.singlepage-news figure img
{
	margin-bottom: 15px;
}
.singlepage-news figure figcaption 
{
	color: #757575;
	font-size: 15px;
	font-style: italic;
}
.singlepage-news h1
{
	font-size: 3.25rem !important;
	font-weight: 600;
	text-align: center !important;
}
.singlepage-news p,
.singlepage-news h1 span,
.singlepage-news h2 span,
.singlepage-news .grp-news
{
	font-size: 1.2em;
	font-family: 'Crimson Text', serif;
	text-align: justify;
}
.singlepage-news b
{
	font-size: 2rem;
}
.singlepage-news ul li
{
	margin-bottom: 15px;
}
.singlepage-news ul
{
	padding-left: 15px;
	margin-bottom: 3.5rem;
}
.singlepage-news b
{
	margin-top: 3rem;
	display: block;
}
.singlepage-news .grp-news b
{
	display: inline-block;
	font-size: 20px;
}
.grp-news
{
	margin-bottom: 3rem;
}
.resources-list-items.toolsresour-list
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 40px;
}
.singlepage-news h2.grup-h2
{
	font-size: 20px;
	font-weight: 400;
}
.singlepage-news h2.grup-h2 b
{
	font-size: 19px;
	display: inline-block;
	margin-top: 0px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Crimson Text', serif;
}
.singlepage-news h2.grup-h2 > div
{
	font-size: 19px;
	font-weight: 500;
	display: inline;
}
.singlepage-news h2.grup-h2 > div p
{
	font-size: 19px;
}
.singlepage-news h2.grup-h2 > p
{
	display: none;
}
.singlepage-news blockquote
{
	border-left: 0px;
}
.singlepage-news blockquote p
{
	font-family: 'Crimson Text', serif;
	text-align: unset;
	font-weight: 700;
	color: #000;
	font-size: 26px;
}
.singlepage-news blockquote > p:first-of-type::before 
{
  content: "“";
  margin-left: -.4em;
}
.singlepage-news blockquote > p:first-of-type::after 
{
  content: "”";
}
.singlepage-news blockquote > p
{
	margin-bottom: 10px;
	font-style: normal;
}
.singlepage-news blockquote cite
{
	font-style: italic;
	font-weight: 500;
}
.backtonews a
{
	box-shadow: none;
}
.backtonews
{
	margin-top: 4rem;
}
.toolres-imgcust img
{
	height: 200px;
	object-fit: cover;
	object-position: left;
}
.resources-list-title.resreadcnt
{
	height: 445px;
}
.howdhear.newssingledrop select
{
	height: 45px;
	border: 1px solid rgba(0,0,0,0.1) !important;
	background: #f7f7f7;
	border-radius: 3px;
	margin-top: 2px;
	padding-left: 10px !important;
}
.newssingledrop .spnhowdid
{
	color: #000 !important;
	font-family: 'Gilroy';
	font-weight: normal;
	font-size: 16px;
}
.hwoptus.newssingledrop .spnhowdid
{
	color: #999 !important;
}
.resources-list-title .resources-content .newssingledrop
{
	display: none;
}
.socialmedianews .a2a_kit
{
	display: flex;
	justify-content: center;
}
.socialmedianews
{
	margin-bottom: 2rem;
	margin-top: 5px;
}
.socialmedianews a
{
	box-shadow: none !important;
}
.resources-list-title.resreadcnt.cvtoolres-group
{
	display: flex;
	flex-wrap: wrap;
}
.socialmedianews a
{
	background: #000;
	border-radius: 50px;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	margin-right: 5px;
}
.socialmedianews .a2a_svg
{
	width: 25px;
	height: 25px;
}
.socialmedianews a path
{
	fill: #fff;
}

.dynamiclist-news
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 40px;
	width: 100%;
}
.news-group
{
	border: 1px solid #969CA4;
	padding: 30px;
	background: #fff;
}
.news-group h2
{
	height: 200px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.resources-list-items.insightsresour-list
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 40px;
}
.insightres-imgcust img 
{
  height: 200px;
  object-fit: cover;
  object-position: left;
}
.resources-list-title .resources-content .ifrvido
{
	display: none;
}

.resources-content.custmhidimgs p:first-child
{
	display: -webkit-box;
	height: 165px;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.insightsresour-list .resources-list-title .resources-title
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 85px;
}
.toolsresour-list .resources-list-title .resources-title 
{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 85px;
}

.cvtoolres-content p:first-child {
  display: -webkit-box;
  height: 165px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arrow-gray.newsastory::before {
	padding-left: 0px !important;
}
.arrow-gray.newsastory i
{
	font-size: 22px;
	margin-left: 5px;
}
.arrow-gray.newsastory:hover i
{
	color: #000 !important;
	opacity: 1 !important;
}
.grid-threeclum-filter .client-list
{
	width: 31.5% !important;
}
.grid-threeclum-filter .collaboration-list
{
	width: 31.5% !important;
}
.clsshowhide
{
	display: none !important;		
}
.entrycontent-full-width
{
	width: 50% !important;
}
.cstmsingrescont-res .addtoany_share_save_container,
.cstmsingrescont-nxtprv
{
	max-width: 80%;
	margin-left: auto !important;
	margin-right: auto !important;
	float: unset;
}
.ah2news h2,
.ah2news
{
	text-decoration: none !important;
}
.arrow-grays.newsastory
{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 1em;
	font-weight: 700;
	margin: 15px 0 0;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	height: 19px;
	overflow: hidden;
	font-family: 'Gilroy';
	line-height: 19px;
	float: left;
}
.arrow-grays.newsastory:hover
{
	color: #919191 !important;
}
.menu-model .menu-item-10866
{
	display:none;
}
.home-banner h2 span.build
{
	background: -webkit-linear-gradient(0deg,#5DE6FF 0%,#BF5AF2 60%,#FF2D55 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 8em; 
	text-transform: capitalize;
	line-height: 0.8;
	margin-bottom: 15px;
}
.home-banner h2
{
	left: 35%;
}
.home-banner h2 span.we,
.home-banner h2 span.brand
{
	line-height: 0.8;
	font-size: 3.5em;
	font-weight: 600;
}
.dots
{
	width: 80px;
}
.dots-icon
{
	width: 20px;
	height: 20px;
}
#icegram_message_10071
{
	background-color: rgba(15,15,15,.85) !important;
}
footer#contact,
.howdidhear select
{
  background: #0F0F0F !important;
}
.objimagevent
{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.preveventcsl
{
	position: absolute;
	left: 50px;
	top: 40%;
	height: 60px;
	transform: rotate(180deg);
}
.nexteventcsl
{
	position: absolute;
	right: 50px;
    top: 40%;
	height: 60px;
}
.upcoming-events-slide
{
	min-height: unset !important;  
	height: auto;
	margin-bottom: 80px;
}
.services-works-container h2.upcomeevevt
{
	margin-bottom:50px;
}
.owl-eventcarousel .owl-dots
{
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.owl-eventcarousel .owl-nav
{
	height: 0px !important;
	margin: 0px !important;
}
.owl-eventcarousel.owl-theme .owl-dots .owl-dot.active span, 
.owl-eventcarousel.owl-theme .owl-dots .owl-dot:hover span
{
	background: #869791 !important;
}
.owl-eventcarousel.owl-theme .owl-dots .owl-dot span
{
	background: #fff !important;
}
.approach-title a 
{
	display: inline-block;
	width: 35%;
}
.approach-title a img
{
	width: 65%;
}
.approach-title a img.prjmatcompan 
{
	width: 80%;
    position: relative;
  	top: -35px;
}
.works-details-brand img.img-fluid
{
    width: 100%;
}
.cstmarrwservpage a.arrow-gray
{
	display: flex !important;
}
.cstmarrwservpage a
{
	width: auto;
}


.grpctbrndtool-parag p
{
	display: none;
}	
.grpctbrndtool-parag p:first-child
{
	display: block;
  width: 100%;
  margin: 0 0 20px;
}
.grpctbrndtool-parag
{
	display: -webkit-box;
  height: 165px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 30px;
  margin-bottom: 40px;
}
.section.brandingbannertech
{
  display: flex;
  justify-content: center;
  align-items: center;
}	
.lernwhatwetrain img
{
	height: 100px;
	margin-bottom: 4rem;
}
.branding-bigquotes
{
   font-size: 2em;
   font-weight: 700;
}
.branding-smallquotes,
.branding-byquotes
{
	font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
}
.branding-bannertext
{
	margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}
.branding-bannertext:after
{
	display: none !important;
	content:'';
	position: absolute;
	width: 50px;
	height: 50px;
	background-image:url('https://www.creativeans.com/wp-content/uploads/2023/12/leftcqut.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: -40px;
	left: -60px;
}
.branding-bannertext:before
{
	display: none !important;
	content:'';
	position: absolute;
	width: 50px;
	height: 50px;
	background-image:url('https://www.creativeans.com/wp-content/uploads/2023/12/rightcqut.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	bottom: 75px;
	right: 0px;
}
.branding-smallquotes
{
	width: 80%;
}
.brnd-train-whatdowe
{
	  margin-bottom: 3rem;
}
.fndouttransform-grp .cta-button
{
	  justify-content: left;
}
.brnd-lernwhatwetrain h4 
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.brnd-lernwhatwetrain
{
	text-align: center;
	padding-left: 55px;
    padding-right: 55px;
}
.brnd-methodology-title h2
{
	font-size: 2.8rem;
}
.brnd-methodology-title
{
	margin-bottom: 3rem;
}
.left-methodlogybrnd
{
	text-align: left;
	display: flex;
    align-items: center;
    padding-right: 4rem;
}
.right-fndouttransform
{
	display: flex;
  align-items: center;
}
.branding-methodology-types
{
	width: 100%;
}
.titlebrnd-mthlogy
{
	font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
}
.titlebrnd-mthlogy sup
{
	margin-right: 15px;
	font-weight: 500;
}
.brnd-methd-content
{
	margin-top: 30px;
}
.branding-methodology p,
.brnd-train-whatwelearn p,
.brandingbannertech p
{
	  font-family: 'Crimson Text', serif;
	  font-size: 18px;
}
.branding-methodology-types
{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.brnd-lerninnertrain
{
	font-family: 'Crimson Text', serif;
	font-size: 18px;
}
.brnd-methd-content p
{
	font-family: 'Crimson Text', serif;
  font-size: 18px;
}
.dif-frmtbrnd 
{
  text-align: center;
  padding-left: 55px;
  padding-right: 55px;
}
.dif-frmtbrnd h4 
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.diffrmt-lerninnertrain
{
  font-family: 'Crimson Text', serif;
  font-size: 18px;
}
.startlerntoday-content,
.startlerntoday-content p
{
   font-family: 'Crimson Text', serif;
   font-size: 18px;
}
.brnd-diff-title
{
	  margin-bottom: 3rem;
	  width: 100%;
}
.left-startlerntoday
{
	 display: flex;
   justify-content: center;
   align-items: center;
}
.startlerntoday-title
{
	 font-size: 3rem;
	 font-weight: 700;
	 font-family: 'Gilroy';
	 margin-bottom: 2rem;
}
.right-startlerntoday
{
	padding-left: 3rem;
  padding-right: 3rem;
}
.group-startlerntoday
{
	 text-align: center;
}
.startlerntoday-btn
{
	border: 1px solid #000;
  padding: 10px 40px;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
}
.stratlerntoday-slider .owl-item .item img
{
	 height:400px !important;
	 object-fit: cover;
}
.right-fndouttransform p
{
	 font-family: 'Crimson Text', serif;
   font-size: 21px;
}
.right-fndouttransform .by-fndouttransform
{
	 font-family: 'Crimson Text', serif;
   font-size: 21px;
   font-weight: 600;
}
.fnddimfont-grp
{
	  font-family: 'Gilroy';
	  color: #999;
	  font-weight: 600;
	  margin-bottom: 15px;
}
.fndoutlink
{
	font-family: 'Gilroy';
	color: #000;
	margin-top: 20px;
}
.section.startlerntoday
{
	display: flex;
  align-items: center;
}
.section.fndouttransform
{
	display: flex;
  align-items: center;
  background-image:url('https://www.creativeans.com/wp-content/uploads/2023/12/pexels-kindel-media-7688466.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.fndouttransform .row
{
	background: #fff;
  padding: 5rem;
}
.grp-ctbrndstools
{
	background: #efefef;
  padding: 40px;
}
.grp-ctbrndstools h3
{
	color: #000;
  font-family: 'Gilroy';
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 85px;
}
.grpctbrndtool-parag p:first-child 
{
  display: -webkit-box;
  height: 165px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  font-family: 'Crimson Text', serif;
  color: #000;
}
.grp-ctbrndstools .cvtoolres-alink
{
	font-size: 1.2em;
  font-family: 'Crimson Text', serif;
  color: #000;
}
.ctbrndstools-box a 
{
	text-decoration: none !important;
}
.section.fndoutalltools
{
	display: flex;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.ctbrndstools-title,
.ctbrndstools-links
{
	text-align: center;
}
.ctbrndstools-title h2
{
	font-size: 4em;
	margin-bottom: 15px;
}
.ctbrndstools-alltools
{
	padding-top: 7rem;
	width: 100%;
}
.sfndout
{
	width: 100%;
}
.fndouttransform-grp h3
{
	font-size: 2.5rem;
}
.section.branding-methodology
{
	display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
  	padding-top: 4rem;
}
.bckslide .arwactv
{
	transform: rotate(180deg);
  height: 40px;
}
.nxtslide .arwactv
{
  height: 40px;
}
.bckslide-smll .arwactv
{
	transform: rotate(180deg);
  height: 40px;
}
.nxtslide-smll .arwactv
{
  height: 40px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next
{
	background: none !important;
}
.branding-methodology-slider .owl-next
{
	  margin-left: 50px !important;
}
.stratlerntoday-slider .owl-next
{
		margin-left: 50px !important;
}
.brndctrboxlink
{
	width: 100%;
	height: 700px;
	background: #efefef;
}
.startlerntoday-btn
{
	text-decoration: none !important;
    font-family: 'Crimson Text', serif;
    font-size: 18px;
    color: #000 !important;
}
/*.wrktoolslider,
.wrktoolslider .box
{
	height: 700px;
}*/
.ctbrndstools-box.brndctrboxlink img
{
	height: 240px;
  object-fit: cover;
}

#menu-item-20 ul.sub-menu
{
	display: none;
}
#menu-item-20:hover ul.sub-menu
{
	display: block !important;
	position: absolute;
    width: 185px;
    background: transparent;
    margin-left: 0px;
    z-index: 999;
    height: auto;
    padding-top: 12px;
}
#menu-item-20
{
	position: relative;
}
.mainmenu
{
 	overflow: visible !important;
}
#menu-item-20:hover ul.sub-menu li 
{
	padding-left: 0px;
	margin-bottom: 10px;
}

.menu-model .menu-item-20:hover ul.sub-menu
{
	display: block !important;
	padding-left: 40px;
}
.menu-model .menu-item-20 ul.sub-menu li a,
.menu-model .menu-item-20 ul.sub-menu li a:hover
{
	color: #000;
    font-size: 3.5em;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
}
.lerninnertrain
{
	font-family: 'Crimson Text', serif;
    font-size: 18px;
}
.business-content p 
{
	font-family: 'Crimson Text', serif;
    font-size: 18px;
}
.accredcontscnir
{
	font-family: 'Crimson Text', serif;
    font-size: 18px;
}

.titlelearntraining
{
	margin-bottom: 3rem;
}	
.leftlearntrain p
{
	min-height: 72px;
}
.nwlearntrain
{
	text-align: left;
	padding-top: 10rem;
  	padding-bottom: 3rem;
}
.bnnrsrvbtn-temp
{
	width: 100%;
}
.nwlearntrain p
{
	font-size: 18px;
}
.lernwhatwetrain
{
	text-align: center;
	padding-left: 2rem;
    padding-right: 2rem;
}
.lernwhatwetrain h4
{
	margin-top: 2rem;
    margin-bottom: 2rem;
}
.train-whatdowe h2
{
	font-size: 2.5em;
    font-weight: 700;
}
.train-whatdowe
{
	margin-bottom: 3rem;
}
.section.train-whatwelearn
{
	display: flex;
    justify-content: center;
    align-items: center;
}
.prtnr-trustedimg
{
	margin-bottom: 20px;
    flex: 20%;
    max-width: unset;
}
.partners-titletrust
{
	margin-bottom: 3rem;
}
.section.partners-trustedby
{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
}
.accredinrtop
{
	text-align: center;
}
.accredinrtop h4
{
	min-height: 110px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.title-accederation
{
	margin-bottom: 5rem;
}
.section.accederation
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.sldtestim-title h2
{
	font-size: 2.5em;
    font-weight: 700;
}
.testmnalsecn
{
	display: flex;
	align-items: center;
	min-height: 100vh;
}
.testmnalsecn .testimonial-section
{
	min-height: unset;
}
.testmnalsecn .testimonial-section.gray
{
	padding: 5rem;
    border-radius: 30px;
}
.sldtestim-title
{
	width: 100%;
    margin-bottom: 4rem;
}
.learn-content.nwlearntrain a.arrow-gray
{
	margin-left: auto;
    margin-right: auto;
    float: unset;
    width: 225px;
    margin-top: 40px;
}
section.learn-container
{
	padding-top: 6rem;
    padding-bottom: 6rem;
}
.transpartner,
.section.accederation,
.section.brnd-train-whatwelearn
{
	background-color: #efefef;
}
.section.brnd-train-whatwelearn
{
	display: flex;
    justify-content: center;
    align-items: center;
}
.brnd-lernwhatwetrain h4
{
	height: 55px;
	margin-bottom: 50px;
}
.section.startlerntoday
{
	background-color: #efefef;
}
.section.fndouttransform .container
{
	margin-left: 0;
}
.wrktoolslider .cstmcarsoul-cnt,
.wrktoolslider a.post-thumbnail,
.wrktoolslider a.post-thumbnail img
{
	height: 100%;
}
.wrktoolslider a.post-thumbnail img
{
	object-fit: cover;
	object-position: right;
}
.brndtabdymcnt,
.brndtabdymcnt .carousel-inner
{
	background-color: #efefef;
}
.section.brnd-diffformat
{
	display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.brndtabdymcnt .branding .slider-carousel .carousel-item
{
	background-color: #efefef;
}
.brnd-lernwhatwetrain img
{
	width: 130px;
	margin-bottom:3.2rem;
}
.dif-frmtbrnd img 
{
	width: 130px;
    margin-bottom: 3.5rem;
}
.about-approach-content img
{
	height: 350px;
	width: 550px;
    object-fit: cover;
}
/*.dots.menu-dots .dots-icon:nth-child(1),
.dots .dots-icon:nth-child(1)
{
	background: #7a820a;
}
.dots.menu-dots .dots-icon:nth-child(2),
.dots .dots-icon:nth-child(2)
{
	background: #2b7e02;
}
.dots.menu-dots .dots-icon:nth-child(3),
.dots .dots-icon:nth-child(3)
{
	background: #14520a;
}*/
@media screen and (max-width: 991px)
{
    .approach-title a
    {
        width: 100% !important;
    }
    .approach-title a img.prjmatcompan
    {
        position: unset !important;
    }
	.resources-list-items.toolsresour-list,
	.resources-list-items.insightsresour-list
	{
		grid-template-columns: 1fr;
	}
	.dynamiclist-news
	{
		grid-template-columns: 1fr;
	}
	.toolres-imgcust img,
	.insightres-imgcust img
	{
		object-position: left;
	}
	.grid-threeclum-filter .client-list,
	.grid-threeclum-filter .collaboration-list
	{
  		width: 100% !important;
	}
	.objimagevent
	{
		height: auto !important;
	}
	.preveventcsl 
	{  
		position: absolute;  
		left: 20px !important;  
		top: 40% !important;  
		height: 40px !important;  
		transform: rotate(180deg);
	}
	.nexteventcsl 
	{  
		position: absolute;  
		right: 20px !important;  
		top: 40% !important;  
		height: 40px !important;
	}
	.upcoming-events-slide
	{
		height: auto !important;
	}
	.hembbtmslider .swiper-slide a.post-thumbnail img
	{
		height: 414px;
		object-fit: cover;
	}
	.nwlearntrain
	{
		padding-top: 2rem !important;
	}
	.lernwhatwetrain
	{
		padding-left: 0px !important;
  		padding-right: 0px !important;
  		margin-bottom: 4rem;
  		flex: 100% !important;
    	max-width: 100%;
	}
	.business-four-section
	{
		width:100% !important;
	}
	.business-title h2
	{
		width: 100%;
		text-align: center;
	}
	.accredinrtop
	{
		flex: 100% !important;
    	max-width: 100%;
	}
	.title-accederation h2,
	.accredinrtop h4
	{
		text-align: center;
		justify-content: center;
	}
	.partners-titletrust h2
	{
		text-align: center;
	}
	.testimonial-carousel-section
	{
		width: 100% !important;
	}
	.prtnr-trustedimg
	{
		flex: 100% !important;
	}
	.section.accederation
	{
		padding-top: 4rem;
  		padding-bottom: 4rem;
	}
	.sldtestim-title h2 
	{
		text-align: center;
	}
	.testmnalsecn .testimonial-section.gray
	{
		padding: 1rem !important;
		text-align: center;
	}
	.section.testmnalsecn .container 
	{
  		max-width: 90% !important;
	}
	.section.testmnalsecn .carousel-testimonial-content p
	{
		font-size: 20px;
	}
	.section.testmnalsecn .testimonial-section.gray
	{
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 30px !important;
    	padding-bottom: 30px !important;
	}
	.section.brnd-train-whatwelearn .container
	{
		max-width: 90% !important;
	}
	.startlerntoday-title
	{
		font-size: 25px;
	}
	.section.startlerntoday
	{
		padding-top: 3rem;
  		padding-bottom: 3rem;
	}
	.section.services-template .learn-banner,
	.section.services-template .learn-content
	{
		width: 100%;
	}
	.section.services-template .learn-banner
	{
		padding-top: 8rem;
	}
	.section.brandingbannertech 
	{
		padding-top: 12rem;
  		padding-bottom: 3rem;
	}	
	div.brnd-lernwhatwetrain
	{
		flex: 100% !important;
    	max-width: 100%;
	}
}	
@media screen and (min-width: 992px) and (max-width: 1300px)
{
	.grid-threeclum-filter .client-list 
	{
  		width: 48% !important;
	}
	.grid-threeclum-filter .collaboration-list
	{
		width: 48% !important;
	}
}	
@media screen and (min-width: 992px) and (max-width: 1380px)
{
	.resources-list-items.toolsresour-list,
	.resources-list-items.insightsresour-list
	{
		grid-template-columns: 1fr 1fr;
	}
	.dynamiclist-news
	{
		grid-template-columns: 1fr 1fr;
	}
}	
@media screen and (min-width: 2000px) 
{
	.toolres-imgcust img,
	.insightres-imgcust img
	{
	  height: 320px !important;
	}
}
@media screen and (min-width: 3000px) 
{
	.toolres-imgcust img,
	.insightres-imgcust img
	{
	  height: 420px !important;
	}
}
@media screen and (max-width: 991px) 
{
	.home-banner h2 span.build
	{
		font-size: 2.8em !important;
		margin-bottom: 5px;
	}
	.home-banner h2 span.we,
	.home-banner h2 span.brand
	{
		font-size: 2rem !important;
	}
	.home-banner h2.banner-title
	{
		left: 0px;
		right: 0px;
		margin: auto;
		transform: unset;
		top: 40%;
	}
	.home-banner h2 span.build
	{
		line-height: 1 !important;
	}
	form div
	{
		overflow: hidden;
	}
	.home-banner h2 span.we
	{
		top: 15px;
	}
	.upcomeevevt
	{
		margin-top: 60px !important;
	}
	.lerninnertrain
	{
		margin-bottom: 60px;
	}
	.train-whatdowe h2
	{
		text-align: center;
  		margin-top: 50px;
	}
	.business-content
	{
		margin-bottom: 60px;
	}
	.accredcontscnir
	{
		margin-bottom: 60px;
	}
	.section.brnd-train-whatwelearn
	{
		padding-top: 50px;
	}
	div.brnd-lernwhatwetrain
	{
		padding-left: 10px;
  		padding-right: 10px;
	}
	.brnd-lerninnertrain
	{
		margin-bottom: 60px;
	}
	div.brnd-lernwhatwetrain h4
	{
		margin-bottom: 35px;
		height: unset;
	}
	div.left-methodlogybrnd
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	div.brnd-methodology-title h2
	{
		font-size: 2.2rem;
	}
	div.dif-frmtbrnd
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}
	.section.startlerntoday .container
	{
		max-width: 100% !important;
	}
	div.right-startlerntoday
	{
		padding-left: 0px !important;
  		padding-right: 0px !important;
	}
	div.stratlerntoday-slider .owl-item .item img
	{
		  height: 300px !important;
	}
	div.group-startlerntoday
	{
		margin-bottom: 60px;
	}
	section.section.fndouttransform .container
	{
		margin-left: 0 !important;
	}
	section.section.fndouttransform .row
	{
		padding: 1rem;
	}
	div.fndouttransform-grp h3
	{
		font-size: 1.5rem;
		margin: 15px 0px 15px 0px;
	}
	.fndouttransform-grp .cta-button
	{
		margin-bottom: 40px;
	}
	.section.brnd-train-whatwelearn h2
	{
		text-align: center;
	}
	.mobilectrstdtool
	{
		display: none !important;
	}
	.desktop-slider.landing-wrapper.wrktoolslider
	{
		display: none !important;
	}
	.crtvmobilelearnmre
	{
		display: block !important;
		margin-top: 20px;
    	margin-bottom: 20px;
	}
	.fndouttransform-grp .cta-button
	{
		display: none !important;
	}
	.right-fndouttransform
	{
		flex-wrap: wrap;
	}
	.hembbtmslider .services-works-container h2
	{
		font-size: 3em;
	}
	.crptrainbnnr
	{
		padding-top: 0px !important;
	}
}	
@media screen and (min-width: 992px) 
{
	.mtptscroll
	{
		margin-top: 30px;
		padding-top: 30px;
	}
	.home-banner h2 span.we
	{
		top: 2.5rem;
	}
	
	.scrllautotabdiv
	{
		position: relative;
	}   
	.scrollhidetababs
	{
		position: absolute;
		top: 33rem;
		width: 100%;
		height: 0px;
		background: transparent;
		visibility: hidden;
	}
}
@media screen and (min-width: 1920px) 
{
	.home-banner h2 
	{
  		left: 40% !important;
	}
	.home-banner h2
	{
		top: 28% !important;
	}
	.home-banner h2 span.build
	{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 2000px) 
{
    .header-video video
    {
        object-fit: cover !important;
    }
}
@media screen and (min-width: 3020px) 
{
	.home-banner h2 
	{
  		left: 42% !important;
		top: 34% !important;
	}
}

@media screen and (min-width:320px) and (max-width: 1100px)
{
	.left-methodlogybrnd,
	.right-methodlogybrnd
	{
		flex: 100%;
  		max-width: 100%;
	}
	.right-methodlogybrnd img
	{
		max-height: 300px;
	}
	div.dif-frmtbrnd
	{
		flex: 100%;
  		max-width: 100%;
	}
	.brnd-diff-title h2
	{
		text-align: center;
	}
	.hembbtmslider .mobile-slider.swiper-container
	{
		height: 414px;
	}
	.sldtestim-title h2
	{
		/*padding-top: 3rem;*/
	}
	.learn-banner.crptrainbnnr
	{
		font-size: 2.5em;
		text-align: center;
	}
	.learn-content.learn-mobile.nwlearntrain
	{
		text-align: center;
	}
	.prtnr-trustedimg
	{
		flex: 50% !important;
	}
	.learn-content.nwlearntrain div a.cptraindesgn
	{
		margin-right: 0px !important;
	}
	div.accredinrtop img 
	{
	   width: 150px;
	   height: 130px;
	   object-fit: contain;
	}
}

@media screen and (min-width:320px) and (max-width: 1100px)
{
	li.menu-item-13806 ul.sub-menu li a
	{
		color: #000 !important;
  		font-size: 26px;
	}
}

.testmnalsecn .testimonial-section
{
	min-height: 75vh !important;
	align-items: baseline;
}

.section.testmnalsecn .sldtestim-title
{
	margin-top: 5rem;
}

#menu-item-13806
{
	position: relative;
}

#menu-item-13806 .sub-menu
{
  position: absolute;
  left: 0px;
  width: 200px;
  margin-left: 0px;
  padding-top: 17px;
}

#menu-item-13806 .sub-menu li 
{
  padding-bottom: 10px;
}

#menu-item-13806 ul.sub-menu,
.menu-item-13806 ul.sub-menu
{
	display: none;
}
#menu-item-13806
{
	position: relative;
}
#menu-item-13806:hover ul.sub-menu,
.menu-item-13806:hover ul.sub-menu
{
	display: block !important;
}
#menu-item-13806 > a:after 
{
	content: '';
	position: absolute;
	right: 3px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #fff;
	top: 7px;
}