/*!
Theme Name: trico
Theme URI: http://
Author: Trico Team
Author URI: http://
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trico
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

(C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


@font-face {
    font-family: 'Gotham-Book';
    src: url('/fonts/Gotham-Book.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('/fonts/Gotham-Light.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('/fonts/Gotham-Medium.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/fonts/Gotham-Bold.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'HelveticaNeueLT-Light';
    src: url('/fonts/HelveticaNeueLT-Light.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('/fonts/NeueHelveticaStd-Roman.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('/fonts/HelveticaNeueLTStd-Md.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src: url('/fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
	font-display: swap; 
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('/fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
	font-display: swap; 
}


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
	font-family: 'Gotham-Book', sans-serif;
}

.es-powered{
	display:none;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
	text-decoration: none;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: 800;
	font-family: 'Gotham-Medium';
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: 'HelveticaNeueLTStd-Roman'; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 15px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1em;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	color: #555;
	background-color: #f1f1f1;
	border: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], .material.woocommerce-page[data-form-style="default"] input#coupon_code {
	background-color: rgba(0,0,0,0.04);
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:not(.btn_trico),
a:not(.btn_trico):hover{
	color: #e26640;
}

.white{
	color: #fff;
}

/*a:visited {
	color: #fff;
}

a:hover, a:focus, a:active {
	color: #fff;
}*/

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5PX;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	padding: 5PX;
}

.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-caption {
	display: block;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: disc;
	margin-left: 0;
	list-style-position: outside;
	padding-left: 15px;
}


.content_single_careers ul {
	list-style-position: outside;
	padding-left: 20px;
}

h1 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	margin-bottom: 7px;
	color: #114b5f;
}

h2 {
	font-family: 'Gotham-Medium', sans-serif;
	font-size: 32px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 7px;
}

h3 {
	font-family: 'Gotham-Medium', sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 7px;
	word-break: break-word;
}

h4 {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	margin-bottom: 0px;
}

h5 {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 7px;
}

h6 {
	font-family: 'Gotham-Book', sans-serif;
}

body {
	font-size: 18px;
	color: #4D4D4F;
	overflow-x: hidden;
	font-family: 'Gotham-Book', sans-serif;
	font-weight: normal;
	line-height: 26px;
}

p, li, a {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-weight: normal;
}

* {
	box-sizing: border-box;
}

.container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}

.site {
	transition: all .3s ease;
}

.banner_ppal_zm {
	text-align: center;
	height: 550px;
	background-size: cover;
	background-position: top center;
	padding-top: 150px;
}

.banner_ppal_zm h1 {
	font-family: 'Gotham-Book', sans-serif;
	color: #E31B23;
	margin: 14px 0 5px;
	line-height: normal;
}

.banner_ppal_zm h1 sup {
	font-size: 24px;
}

.banner_ppal_zm h3 {
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	font-size: 27px;
	font-style: italic;
	color: #114B5F;
	margin: 0 0 10px;
	font-weight: 500;
}

.banner_ppal_zm .zm_link {
	padding-top: 10px;
}

.banner_ppal_zm .zm_link a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #009999;
	border-bottom: 2px solid transparent;
	transition: all .3s ease;
	line-height: normal;
	text-decoration: none;
}

.banner_ppal_zm .zm_link a:hover {
	border-color: #009999;
}

.cta_icon_cont .vc_col-sm-3 .vc_column-inner .wpb_wrapper {
	height: 100%;	
}

.cta_icon {
	display: flex;
    flex-direction: column;
	height: 100%;
	text-align: left;
	padding: 30px;
	background: #009999;
}

.cta_icon h3 {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	min-height: 112px;
	max-width: 274px;
	margin: 0;
	line-height: normal;
}

.vc_col-sm-3 .cta_icon h3{
	min-height: 100px;
}

.icon_link {
	font-size: 0;
}

.icon_link figure {
	margin: 0;
	line-height: 0;
	width: 96px;
	display: inline-block;
	vertical-align: bottom;
}

.icon_link a, .icon_link span.txturl, .review_box > div a {
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
	background: url(images/arrow_white.png) no-repeat 100% -2px;
	padding-right: 30px;
	width: calc(100% - 100px);
	padding-left: 10px;
	text-align: right;
	transition: all .3s ease;
	text-decoration: none;
	line-height: 1.5;
}
.vc_col-sm-3 .icon_link figure{
	width: 100%;
}
.vc_col-sm-3 .icon_link span.txturl{
	width: auto;
    padding: 10px 30px 0 0;
	background-position: 100% 7px;
}
.review_box > div a:hover{
	color: #fff;
}

#htitc .icon_link a{
	color: #fff;
}

.icon_link a:hover, #htitc .icon_link a:hover {
	background: url(images/arrow_green.png) no-repeat 100% -2px;
	color: #006b6b;
}

body #footer-outer .widget h4 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 16px;
	color: #fff!important;
	letter-spacing: 0.8px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#text-3 {
	text-align: right;
}

#text-3 p {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 14px;
	line-height: 2;
	padding: 0!important;
	margin: 0;
	color: #fff;
}

#text-3 p a {
	color: inherit;
	text-decoration: none;
}

div.wpcf7 #sf .ajax-loader {
	display: none;
}

#footer-outer #footer-widgets .col ul#sf {
	font-size: 0;
	max-width: 480px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-outer #footer-widgets .col ul#sf li {
	font-size: 16px;
	display: inline-block;
	width: 120px;
	vertical-align: top;
	padding: 0;
}

#footer-outer #footer-widgets .col ul#sf li:first-child {
	width: calc(100% - 120px);
}

body #footer-outer #footer-widgets .col #sf input[type="submit"] {
	border-radius: 0!important;
	background: #E31B23!important;
	height: 36px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	transform: none!important;
	border: 2px solid #fff;
	padding: 7px 11px;
	color: #fff;
	cursor: pointer;
}

body #footer-outer #footer-widgets .col #sf input[type="email"]{
	background: #fff;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 4px 8px;
	width: 100%;
}

body #footer-outer .widget {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

body footer {
	background-color: #114b5f!important;
}

body #footer-outer .row {
	border-bottom: 1px solid #fff;
	padding: 45px 0;
}

body #footer-outer #copyright ul#menu-footer-menu {
	float: none!important;
}

body #footer-outer #copyright ul#menu-footer-menu li {
	margin-left: 0;
	margin-right: 20px;
	margin-top: 20px;
}

body #footer-outer #copyright ul#menu-footer-menu li a {
	font-size: 14px;
	color: #88a5af!important;
}

body #footer-outer #copyright ul#menu-footer-menu li a:hover {
	color: #fff!important;
}

body #footer-outer .row.last {
	border: none;
	padding: 20px 0 45px;
}

body #footer-outer .row.last p {
	font-size: 12px;
	color: #88A5AF;
	font-weight: 300;
	margin-top: 40px;
}

#fig_last {
	line-height: 0;
	text-align: right;
	margin: 0;
}

body div.wpcf7-response-output {
	background: #ce2029!important;
	border: none!important;
	text-align: center;
	font-size: 17px;
	padding: 20px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0!important;
	z-index: 9;
	color: #fff;
	display: block;
}

.text_std_block {
	text-align: center;
}


.text_std_block h1 {
	line-height: 36px;
	color: #114B5F!important;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	font-size: 32px;
}

.text_std_block h1:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #E7744F;
	left: 0;
	top: 18px;
}

.text_std_block h1 span {
	font-family: 'Gotham-Book', sans-serif;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	max-width: 95%;
	font-size: 27px;
}

.text_std_block h2 {
	line-height: 36px;
	color: #114B5F!important;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	font-size: 32px;
}

.text_std_block h2:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #E7744F;
	left: 0;
	top: 18px;
}

.text_std_block h2 span {
	font-family: 'Gotham-Book', sans-serif;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	max-width: 95%;
	font-size: 27px;
}

.text_std_block h4 {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 17px!important;
	color: #009999;
	text-transform: uppercase;
	font-weight: 600;
	margin: 5px 0 15px;
}

.text_intern {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 18px;
	padding: 0;
	line-height: 1.6;
	color: #4D4D4F;
}

.text_intern p {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	padding: 0;
	margin-top: 25px;
}

.text_intern p:empty {
	display: none;
}

.text_intern p + p {
	margin-bottom: 0;
}

.text_intern h6 {
	color: #009898;
	font-size: 18px;
	margin: 0 0 25px;
}

.text_intern a {
	color: #E7744F;
}

.text_intern a:hover {
	text-decoration: underline;
}

.simple_cta {
	padding: 25px 30px;
	min-height: 349px;
}

.simple_cta.textcenter {
	text-align: center;
	min-height: 1px;
	padding: 5px 30px;
}

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

.simple_cta.borderleft:before {
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.4);
	width: 1px;
	position: absolute;
}

.simple_cta h3 {
	font-family: 'Gotham-Book', sans-serif;
	font-size: 28px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: normal;
}

.max_zindex .simple_cta h3{
	font-family: 'Gotham-Medium', sans-serif;
}

.simple_cta .the_content {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	padding: 0 0 10px;
	color: #fff;
	font-size: 16px;
}

.simple_cta .the_content p {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	padding: 0 0 10px!important;
}

.simple_cta .the_content p:last-child {
	padding: 0!important;
	margin: 0;
}

.simple_cta:not(.simple_card) a {
	color: #E7744F;
	width: auto;
	padding-left: 0;
	background: url(images/arrow_orange.png) no-repeat 100% -2px;
}

.simple_cta a:hover {
	color: #fff;
	background: url(images/arrow_white.png) no-repeat 100% -2px;
}

.fix_cta_big .simple_cta .the_content {
	font-size: 18px;
}

.fix_cta_big .simple_cta a {
	color: #fff;
	background: url(images/arrow_white.png) no-repeat 100% -2px;
}

.fix_cta_big .simple_cta a:hover {
	color: #006b6b;
	background: url(images/arrow_green.png) no-repeat 100% -2px;
}

.txt_big {
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
}

.txt_big p {
	font-family: 'Gotham-Book', sans-serif;
	padding: 0 20px;
	
	color: #fff;
}

.txt_big strong {
	font-weight: 700;
}

#menu_zm_toggle {
	font-family: 'Gotham-Medium', sans-serif;
	font-size: 21px;
	display: block;
	color: #00999A;
	font-weight: 500;
	background-image: url(images/menu.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 38px;
	cursor: pointer;
	margin: 57px 30px 30px;
	line-height: 26px;
}

#menulogo{
	display: none;
}

.open #menu_zm_toggle {
	height: 52px;
	font-size: 0;
	background-image: url(images/close_menu.png);
	border-bottom: 1px solid #ccc;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.open #menulogo{
	display: block;
	position: absolute;
	top: 52px;
    left: 80px;
}

.scrolled .open #menulogo{
	top: 32px;
}

.open #menulogo img{
	width: 164px;
	height: 36px;
}

.margin_top_negative {
	margin-top: -100px!important;
}

.simple_cta.simple_card {
	padding: 0;
}

.simple_card figure {
	margin: 0;
	background-position: center;
	background-size: cover;
	height: 180px;
	width: 100%;
}

.bg_card {
	padding: 30px;
	height: 312px;
	position: relative;
	padding-bottom: 60px;
}

.bg_card .icon_link {
	position: absolute;
	bottom: 22px;
	left: 30px;
}

.bg_card .icon_link a {
	padding-left: 0;
	width: auto;
}

.bg_card .icon_link a:hover {
	color: #006b6b;
	background: url(images/arrow_green.png) no-repeat 100% -2px;
}

.simple_cta.simple_card .the_content {
	padding: 0;
	max-height: 284px;
	overflow: hidden;
}

.banner_career {
	background: url(images/home-photo.jpg) no-repeat top center;
	height: 500px;
	background-size: cover;
}

.content_single_careers {
	padding: 6% 0; 
}

.content_general h2 {
	color: #114b5f;
	font-weight: 500;
}

.content_general h3 {
	color: #009999;
	font-weight: 500;
}

.content_general h5 {
	color: #009999;
}

.cols {
	font-size: 0;
	margin: 0 -9px;
}

.cols.cols3 > div, .cols.cols2 > div, .cols.cols8_4 > div {
	font-size: 16px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 9px;
}

.cols.cols2 > div {
	width: 50%;
}

.cols.cols8_4 > div {
	width: 68%;
}

.cols.cols8_4 > div:last-child {
	width: 32%;
}

.item_career {
	background: #009999;
	padding: 30px 34px;
	height: 392px;
	position: relative;
}

.item_career h3 {
	margin: 0 0 10px!important;
	line-height: normal;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
}

.item_career h5 {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.item_career p {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
	max-height: 170px;
}

.item_career .icon_link {
	text-align: left;
	position: absolute;
	bottom: 30px;
	left: 33px;
}

.item_career .icon_link a {
	padding-left: 0;
	width: auto;
}

.content_form_career {
	background: #f2f2f2;
	padding: 6% 0;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.cf_zm {
	margin: 0;
	list-style: none;
	max-width: 563px;
}

.cf_zm li {
	padding-top: 0px;
	list-style: none;
	margin: 0;
}

.cf_zm label {

}

.cf_zm input:not([type="submit"]), .cf_zm textarea, .cf_zm select {
	border-radius: 0!important;
	height: 44px;
	background: rgba(0,0,0,0.04);
	width: 100%;
	border-width: 1px;
	border-top: 1px solid #dadada;
}

.cf_zm select {
	border: none;
	border-top: 1px solid #dadada;
	padding: 0px;
	font-size: 15px;
}

.cf_zm textarea {
	height: 170px;
	resize: none;
}

body[data-form-submit="regular"] .cf_zm input[type=submit],
.cf_zm input[type=submit] {
	width: 250px;
	height: 44px;
	border-radius: 0!important;
	background: #e7744f!important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	outline: none;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
	top: 0;
}

.cf_zm input[type=submit]:hover {
	top: -2px;
}

#menuzm {
	
	width: 180px;
	height: 150px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
}

#menuzm.open {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	background: #ffffff;
	overflow: auto;
	width: 460px;
	height: 100vh;
	position: relative;
  	z-index: 9999 !important;
}

#menu-main {
	margin: 0;
	font-family: Gotham-Book;
	font-weight: 600;
	color: #114B5F;
	font-size: 17px;
	list-style: none;
	padding: 0;
}

#menu-main a{
	font-family: 'Gotham-Medium', sans-serif;
	font-weight: 500;
}

#menu-main > li.menu-item-has-children > a:after {
	margin-right: -10px;
}

#menu-main li.submenuz {
	position: relative;
}

#menu-main li.submenuz.icon6:after {
	content: '';
	position: relative;
	width: 200px;
	height: 2px;
	background: #004a60;
	display: block;
	margin: 25px 0 25px 90px;
}

.submenuz > a {
	cursor: pointer;
	display: block;
	height: 72px;
	line-height: 72px;
	padding: 0 30px;
	color: #114B5F;
	transition: all .3s ease;
	padding-left: 90px;
	text-decoration: none;
	outline: none!important;
}

.submenuz.noicon > a:hover,
.submenuz.noicon > a.active,
#menu-main .current-menu-item > a,
#menu-main .current-menu-ancestor > a{
	color: #fff!important;
	background-color: #66C2C2;
}

.submenuz.icon1 > a {
	background: url(images/1_g.png) no-repeat 13px center;
}

.submenuz.icon1 > a:hover, 
.submenuz.icon1 > a.active,
.submenuz.icon1.current-menu-ancestor > a{
	background: url(images/1_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.submenuz.icon2 > a {
	background: url(images/2_g.png) no-repeat 13px center;
}

.submenuz.icon2 > a:hover, 
.submenuz.icon2 > a.active,
.submenuz.icon2.current-menu-ancestor > a {
	background: url(images/2_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.submenuz.icon3 > a {
	background: url(images/3_g.png) no-repeat 13px center;
}

.submenuz.icon3 > a:hover, 
.submenuz.icon3 > a.active,
.submenuz.icon3.current-menu-ancestor > a {
	background: url(images/3_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.submenuz.icon4 > a {
	background: url(images/4_g.png) no-repeat 13px center;
}

.submenuz.icon4 > a:hover, 
.submenuz.icon4 > a.active,
.submenuz.icon4.current-menu-ancestor > a {
	background: url(images/4_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.submenuz.icon5 > a {
	background: url(images/5_g.png) no-repeat 13px center;
}

.submenuz.icon5 > a:hover, 
.submenuz.icon5 > a.active,
.submenuz.icon5.current-menu-ancestor > a {
	background: url(images/5_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.submenuz.icon6 > a {
	background: url(images/6_g.png) no-repeat 13px center;
}

.submenuz.icon6 > a:hover, 
.submenuz.icon6 > a.active,
.submenuz.icon6.current-menu-ancestor > a {
	background: url(images/6_w.png) no-repeat 13px center;
	color: #fff;
	background-color: #66C2C2;
}

.sub-menu {
	margin: 0;
	display: none;
	list-style: none;
	padding: 0;
}

.sub-menu li {

}

.sub-menu li a {
	height: 72px;
	display: block;
	line-height: 72px;
	padding: 0 30px 0 110px;
	background: #E5F5F5;
	color: #114B5F;
	transition: all .3s ease;
}

.sub-menu li a:hover {
	background: #66C2C2;
	color: #fff;
}

#menu-main li:not(.submenuz) {

}

#menu-main li:not(.submenuz) a,
#menu-main li.submenuz.noicon a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 90px;
	color: #114B5F;
	transition: all .3s ease;
	text-decoration: none;
}

#menu-main li:not(.submenuz) a:hover {
	color: #fff;
	background-color: #66C2C2;
}

.menu-main-container {
	transition: all .3s ease;
	opacity: 0;
	pointer-events: none;
}

#menuzm.open .menu-main-container {
	opacity: 1;
	pointer-events: auto;
}

.noticebar {
    position: relative;
    width: 100%;
    height: 75px;
    background-color: #f47721;
    padding: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-header {
	position: fixed;
	z-index: 99;
	/*top: 0; -- original value before notice bar */
	top: 46px; /* value added for noticebar */
	left: 0;
	right: 0;
	transition: all .3s ease;
}

.site-header > .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.scrolled .site-header {
	height: 114px;
	background: white;
	z-index: 99;
	top: 0;
	margin-top: 0; /* added for noticebar delete rule if no notice bar */
}

.scrolled .site-header #logo {
	top:20px !important
}

.scrolled .site-header #menu_zm_toggle {
	margin: 38px 30px 30px !important;
}

.site-header.open {
	/*z-index: 10;*/
	z-index: 9999999999;
}

.site-header.open ~ .container #search_blog .formy_search {
	opacity: 0;
}

body .vc_row {
	margin-left: 7px;
	margin-right: 7px;
}

body .vc_column_container>.vc_column-inner {
	padding-left: 10px;
	padding-right: 10px;
}

body .vc_col-has-fill>.vc_column-inner, 
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.max_zindex {
	z-index: 1;
	position: relative;
}

#menu-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#menu-footer-menu li {
	display: inline-block;
	margin-right: 20px;
}

#menu-footer-menu li a {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 14px;
	color: #88a5af;
	text-decoration: none;
	display: block;
	transition: all .3s ease;
}

#menu-footer-menu li a:hover, ul.social li a:hover {
	color: #fff;
}

#copyright {
	padding: 0px 0px;
}

ul.social {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
	font-size: 0;
}

ul.social li {
	display: inline-block;
	margin-left: 20px;
	line-height: normal;
}

ul.social li a {
	font-size: 15px;
	line-height: 26px;
	color: #88a5af;
	transition: all .3s ease;
}
.row.last {
	border: none;
	padding: 0 0 45px;
}

.row.last p {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #88A5AF;
	font-weight: 300;
	margin-top: 40px;
}

#logo {
	position: absolute;
	right: 28px;
	top: 38px;
}

.list_posts_recents {
	font-size: 0;
	margin: 0 -10px;
}

.list_posts_recents > div {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.list_posts_recents > div:nth-child(1) .simple_cta.simple_card {
	background-color: #009999;
}

.list_posts_recents > div:nth-child(2) .simple_cta.simple_card {
	background-color: #e8744f;
}

.list_posts_recents > div:nth-child(3) .simple_cta.simple_card {
	background-color: #114b5f;
}

.list_recents_stories .simple_card{
	background: #fff;
	border-radius: 5px;
	border-bottom: 4px solid #fff;
	-webkit-box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.5); 
	box-shadow: 3px 3px 13px -6px rgba(0,0,0,0.5);
}
.list_recents_stories .simple_card:hover{
	border-bottom: 4px solid #009999;
}
.list_recents_stories .simple_card figure{
	position: relative;
	height: 0;
	padding-bottom: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.list_recents_stories .simple_card figure .date{
	display: inline-block;
	position: relative;
    top: -1px;
	font-size: 12px;
	color: #fff;
	background: #e8744f;
	padding: 0px 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
.list_recents_stories .simple_card figure .date:after{
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 15px 0 15px;
	border-color: #e8754f transparent transparent transparent;
}
.list_recents_stories .simple_card .bg_card{
	min-height: 275px;
	padding: 30px 20px;
	text-align: center;
}
.list_recents_stories .simple_card .bg_card h3{
	color: #e8744f;
	margin: 0;
}
.list_recents_stories .simple_card .bg_card h6{
	color: #666767;
	margin: 0 0 8px;
}
.list_recents_stories .simple_card .bg_card .the_content{
	color: #0b0c08;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.list_recents_impacts{
	list-style: none;
	margin: 0;
}
.list_recents_impacts li{
	margin-top: 0px;
	margin-bottom: 40px;
	background: #f6f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list_recents_impacts li .impact_img img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.list_recents_impacts li .impact_content > div{
	padding: 20px;
}
.list_recents_impacts li .impact_content > div h2{
	color: #114b5f;
	margin: 0;
}
.list_recents_impacts li .impact_content > div h3{
	color: #00999A;
	font-weight: 400;
	margin: 20px 0;
}
.list_recents_impacts li .impact_content > div .the_content{
	color: #000;
	margin-bottom: 30px;
}
.list_recents_impacts li .impact_content > div a.btn_trico{
	padding: 17px 25px;
	margin: 0;
	background-image: none;
}

.banner_int {
	height: 500px;
	background-size: cover;
	background-position: center 18%;
	padding-top: 90px; /* 130 */
	position: relative;
}

.banner_int:before {
	content: '';
	position: absolute;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 2%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 2%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 2%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	top: 0;
	left: 0;
	right: 0;
	bottom: 35%;
	z-index: 0;
}

.banner_int .container {
	position: relative;
	z-index: 1;
}

.banner_int h2 {
	font-family: 'Gotham-Medium', sans-serif;
	font-size: 35px;
	line-height: 44px;
	margin-bottom: 8px;
	display: block;
	margin: 0;
	color: #114b5f;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
	height: auto;
}

.banner_int_single {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#search_blog {
	position: relative;
	z-index: 9;
	height: 160px;
	line-height: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0;
}

@media screen and (min-width:992px) {
	#search_blog {
		padding: 115px 0 !important;
	}
}

#search_blog h1 {
	text-align: center;
	margin: 0;
}

#search_blog .formy_search {
	position:relative !important;
}

.formy_search {
	position: absolute;
}


.formy_search input {
	background: url(images/search.png) no-repeat calc(100% - 10px) center;
	background-color: #fff;
	border: 1px solid #a7a8a9;
	height: 32px;
	background-size: 16px;
	border-radius: 0;
	width: 316px;
	padding-top: 0;
	padding-bottom: 0;
}

.cats span[name_featured="Featured"] {
	display: none;
}

.cats span:not(:last-child) {
    padding-right: 5px;
}

.the_posts_grid {
	font-size: 0;
	margin: 0 -20px;
}

.the_posts_grid .itempost {
	padding: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	display: inline-block;
	width: calc(50% - 40px);
	margin: 20px;
	vertical-align: top;
	background: #fff;
}

#related_posts .the_posts_grid .itempost {
	width: calc(33.33% - 40px);
}

#related_posts .the_posts_grid {
	margin-top: 20px;
}

.the_posts_grid .itempost figure {
	margin: 0 0 25px;
	position: relative;
	line-height: 0;
	height: 220px;
}

.the_posts_grid .itempost figure a,
.the_posts_grid .itempost figure i,
.the_posts_featured .itempost figure a,
.the_posts_featured .itempost figure i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.the_posts_grid .itempost figure i,
.the_posts_featured .itempost figure i {
	z-index: 1;
	background-position: center;
	background-size: cover;
}

.the_posts_grid .itempost > div {

}

.the_posts_grid .itempost > div .cats,
.the_posts_featured .itempost > div .cats {
	display: block;
	font-family: 'HelveticaNeueLTStd-Md';
	color: #c7c7c7;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	font-weight: 500;
}

.the_posts_grid .itempost > div .cats > span:after{
	content: "|";
	padding: 0 5px;
}

.the_posts_grid .itempost > div .cats > span:last-child:after{
	display: none;
}

.the_posts_grid .itempost > div .date,
.the_posts_featured .itempost > div .date {
	font-size: 16px;
	color: #009999;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
}

.the_posts_grid .itempost > div h3
 {
	display: table;
	text-align: center;
	font-size: 20px;
	color: #114b5f;
	margin: 15px 0;
	padding: 0;
	line-height: normal;
	font-weight: 500;
	height: 68px;
	overflow: hidden;
	width: 100%;
}

.the_posts_featured .itempost > div h3{
	font-size: 24px;
}

.the_posts_grid .itempost > div h3 a,
.the_posts_featured .itempost > div h3 a {
	text-decoration: none;
	color: inherit;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}

.the_posts_grid .itempost > div h3 a:hover,
.the_posts_featured .itempost > div h3 a:hover {
	text-decoration: underline;
}

.the_posts_featured {
	padding-bottom: 20px;
}

.the_posts_featured .itempost {
	font-size: 0;
	line-height: 0;
	outline: none;
}

.the_posts_featured .itempost figure {
	margin: 0;
	line-height: 0;
	display: inline-block;
	background: #f0f0f0;
	height: 375px;
	width: 63.5%;
	position: relative;
	background-size: cover;
}

.the_posts_featured .itempost > div {
	font-size: 16px;
	display: inline-block;
	width: 36.5%;
	vertical-align: top;
	padding-left: 40px;
	line-height: normal;
}

.the_posts_featured .itempost > div .cats,
.the_posts_featured .itempost > div h3,
.the_posts_featured .itempost > div .date {
	text-align: left;
}

.the_posts_featured .itempost > div .ex {
	font-size: 18px;
	line-height: 1.6;
}

.the_posts_featured .itempost > div .ex p {
	margin: 25px 0 0;
}

#content_aside {
	font-size: 0;
	padding-bottom: 80px;
}

#content_aside .the_posts_grid {
	vertical-align: top;
	display: inline-block;
	width: 67%;
}

#content_aside #secondary {
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	width: 33%;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 20px;
}

.controls_zm {
	font-size: 0;
	padding-top: 40px;
}

.controls_zm .prev {
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(images/left.png) no-repeat center center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
}

.controls_zm .next {
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(images/right.png) no-repeat center center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.controls_zm .postcount{
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4d4d4f;
	margin-left: 19px;
}

h2.widget-title {
	font-size: 32px;
	color: #114b5f;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	margin-bottom: 10px;
}

.widget {
	border: 2px solid rgba(167, 168, 169, 0.2);
	padding: 30px 30px 20px;
}

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

.widget ul li {
	display: block;
	list-style: none;
	padding: 10px 0;
}

.widget ul li a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	font-weight: 500;
	color: #009999;
	text-decoration: none;
	transition: all .3s ease;
}

#categories-2.widget ul li a {
	text-transform: uppercase;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.widget ul li span {
	display: block;
	line-height: normal;
	font-size: 14px;
	color: #a7a8a9;
	margin-top: 2px;
}

#text-4.widget {
	border: 12px solid #009999;
	text-align: center;
	padding: 18px 30px;
}

#subscribe_widget {
	background: url(images/logo_subscribe.png) no-repeat top center;
	padding-top: 190px;
}

#subscribe_widget li {
	padding: 0;
}

#subscribe_widget h3 {
	font-size: 35px;
	font-weight: bold;
	color: #114b5f;
	line-height: normal;
}

#subscribe_widget p {
	max-width: 230px;
	margin: 0 auto 10px;
	font-size: 13px;
	line-height: 1.3;
	color: #114b5f;
}

#subscribe_widget input[type="email"] {
	max-width: 150px;
	border: 1px solid #a7a8a9;
	height: 32px;
	border-radius: 0;
	background: #fff;
	padding: 0 10px;
	margin-bottom: 10px;
}

#subscribe_widget input[type="submit"] {
	border-radius: 0;
	background: #00b8f2;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px 15px;
	cursor: pointer;
	margin-top: 10px;
}

.widget#text-2 ul li span {
	margin-top: 0;
}

#related_posts {
	background: #eee9e6;
	padding: 6% 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

#content_post,
#content_post2{
	background: #fff;
	padding: 6% 0;
}

#content_post2:after{
	content: "";
	display: block;
	clear: both;
}

#content_post h1,
#content_post2 h1,
#content_post h2,
#content_post2 h2,
#content_post h3,
#content_post2 h3,
#content_post h4,
#content_post2 h4,
#content_post h5,
#content_post2 h5{
	color: #009999;
	font-weight: 500;
}

#subscribe_on_form {
	float: right;
	max-width: 336px;
	margin: 0 0 25px 25px;
}

#subscribe_on_form .widget {
	margin: 0!important;
}

.text_posts {
	font-size: 18px;
	line-height: 1.6;
}

#meta_posts {
	margin: 0;
	font-size: 0;
	list-style: none;
	padding: 30px 0 20px;
	line-height: normal;
}

#meta_posts li {
	display: inline-block;
}

#meta_posts li:last-child {
	border-left: 1px solid #E7744F;
	margin-left: 10px;
	padding-left: 10px;
}

#meta_posts .cats, #meta_posts .date {
	margin: 0;
	font-size: 16px;
	color: #009999;
	font-weight: 500;
	display: block;
	text-align: left;
	line-height: normal;
	text-transform: uppercase;
}


#card_featured {
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

#card_featured_staff {
	height: 400px;
	background-size: contain;
	background-position: center;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.blog_img {
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}


.wpb_text_column.wpb_content_element {
	font-size: 18px;
	line-height: 1.6!important;
	word-break: break-word;
}

.text_std_block h4:empty {
	height: 1px;
}

.content_btn {
	text-align: center;
	padding-top: 20px;
}

.btn_trico {
	font-family: 'HelveticaNeueLTStd-Md';
	text-align: left;
	background: url(images/arrow_white.png) no-repeat calc(100% - 20px) calc(50% - 2px);
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	padding: 17px 25px;
	padding-right: 60px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	transition: all .3s ease;
}

.btn_trico:hover {
	color: #fff;
}

.txt_normal {
	color: #fff;
}

.txt_normal p {
	margin: 0;
}

.staff_block h2 {
	line-height: 36px;
	color: #114B5F;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	font-size: 32px;
	margin-bottom: 20px;
}

.los_staff {

}

.los_staff .item_staff {
	position: relative;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 35px;
}

.los_staff .item_staff:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.item_staff .iconito {
	position: absolute;
	right: 0;
	top: -30px;
	width: 32px;
	height: 32px;
	background: url(images/plus.png) no-repeat center;
	cursor: pointer;
}

.item_staff.show .iconito {
	background: url(images/minus.png) no-repeat center;
}

.item_staff > figure {
	margin: 0;
	width: 148px;
	height: 200px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	vertical-align: top;
}

.item_staff .mbstafinf {
	display: none;
	width: calc(100% - 210px);
	padding-left: 30px;
}

.item_staff .mbstafinf h3{
	color: #114b5f;
}
.item_staff .mbstafinf h5{
	color: #009999;
}

.item_staff > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 148px);
	padding: 35px;
}

.item_staff > div h3 {
	font-size: 20px;
	color: #000000;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 5px;
}

.item_staff > div h5 {
	margin: 0;
	font-size: 16px;
	color: #009999;
	line-height: 16px;
	text-transform: uppercase;
}

.item_staff.show > div .before_excerpt {
	display: none;
}

.item_staff > div .before_excerpt p,
.item_staff > div .after_excerpt p {
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 1.6;
}

.item_staff > div .before_excerpt .read_excerpt {
	display: inline-block;
	color: #f77700;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
}

.item_staff > div .before_excerpt .read_excerpt:hover {
	color: #000;
}

.item_staff > div .after_excerpt {
	display: none;
}

.item_staff.show > div .after_excerpt {
	display: block;
}

.sponsor_box {
	/* border: 1px solid rgb(187, 187, 187); */
	box-shadow: 2px 2px 5px #cccccc;
	margin-bottom: 0;
}

.sponsor_box > figure {
	margin: 0;
	width: 100%;
	height: 255px;
	background-size: cover;
	background-position: center;
	line-height: 0;
}

.sponsor_box > div {
	padding: 15px 10px;
	display: table;
	width: calc(100% + 2px);
	background: rgba(0, 0, 0, .1);
	text-align: center;
	height: 160px;
	margin-left: -1px;
}

.sponsor_box > div > div {
	display: table-cell;
	vertical-align: middle;
}

.sponsor_box > div h4 {
	font-family: Gotham-Medium;
	margin: 0;
	font-size: 20px;
	color: #114b5f;
	font-weight: 500;
	line-height: 1.3;
	max-height: 78px;
	overflow: hidden;
}

.sponsor_box > div p {
	margin: 8px 0 0;
	font-size: 15px;
	color: #4d4d4f;
	line-height: 1.5;
	max-height: 44px;
	overflow: hidden;
}

.videos_block {
	margin: 0 -10px;
}

.item_video {
	padding: 0 10px;
	line-height: 0;
}

.item_video iframe {
	height: 295px;
	width: 100%;
}

.item_video .foot_video {
	background: #fff;
	color: #114b5f;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 500;
	height: 77px;
	overflow: hidden;
	padding: 10px;
	display: table;
	width: 100%;
}

.item_video .foot_video div {
	display: table-cell;
	vertical-align: middle;
}

.item_video .foot_video h3 {
	font-family: Gotham-Medium;
	margin: 0;
	line-height: 1.3;
	max-height: 57px;
	overflow: hidden;
}

.slick-slider .item_video .foot_video h3 {
	font-family: Gotham-Book;
}

.videos_block .slick-prev,
#slide_single_sponsor .slick-prev,
.slide_item_awrad .slick-prev,
#slidergalleries .slick-prev {
	width: 56px;
	height: 56px;
	background: url(images/video_left.png) no-repeat center center;
	border: none;
	font-size: 0;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -28px;
	left: -70px;
	outline: none;
	z-index: 1;
}

#slide_single_sponsor .slick-prev, #slidergalleries .slick-prev {
	left: 70px;
}

.videos_block .slick-next,
#slide_single_sponsor .slick-next,
.slide_item_awrad .slick-next,
#slidergalleries .slick-next {
	width: 56px;
	height: 56px;
	border: none;
	font-size: 0;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -28px;
	right: -70px;
	background: url(images/video_right.png) no-repeat center center;
	outline: none;
	z-index: 1;
}

#slide_single_sponsor .slick-next, #slidergalleries .slick-next {
	right: 70px;
}

.sponsor_grid {
	display: block;
	font-size: 0;
	margin: 0 -10px;
	padding: 15px 0;
}

.sponsor_grid .sponsor_box {
	display: inline-block;
	width: calc(33.33% - 20px);
	vertical-align: top;
	margin: 10px;
	position: relative;
}

.sponsor_grid .sponsor_box .perma {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.text_posts a {
	color: #e7744f;
	text-decoration: none;
	word-break: break-word;
}

.text_posts a:hover {
	text-decoration: underline;
}

#slide_single_sponsor {
	height: 580px;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

#slide_single_sponsor .slide {
	height: 580px;
	background-position: center;
	background-size: cover;
}

.review_item {

}

.review_box {
	font-size: 0;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 15px 0;
}

.review_box > figure {
	margin: 0;
	padding: 40px 10px;
	display: inline-block;
	width: 240px;
	vertical-align: middle;
}

.review_box > div {
	padding: 40px;
	display: inline-block;
	width: calc(100% - 240px);
	font-size: 16px;
	vertical-align: middle;
	position: relative;
}

.review_box > div:before {
	content: '';
	position: absolute;
	left: 0;
	border-left: 1px dotted #000;
	top: 40px;
	bottom: 40px;
}

.review_box > div h4 {
	font-family: 'Gotham-Medium', sans-serif;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #114b5f;
	line-height: normal;
	padding-bottom: 5px;
}

.review_box > div h5 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	position: absolute;
	right: 40px;
	top: 30px;
	font-size: 24px;
	font-weight: normal;
	color: #114b5f;
	margin: 0;
}

.review_box > div p {
	margin: 15px 0 25px;
}

.review_box > div a {
	width: auto;
	padding: 8px 48px 8px 18px;
	background: url(images/arrow_white.png) no-repeat calc(100% - 10px) calc(50% - 2px);
	background-color: #e7744f;
}

.content_item_awrad.multi-year {
	display: none;
}

.slide_item_awrad .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.slide_item_awrad {
	margin: 20px -10px 0;
}

.item_award {
	font-size: 16px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 10px;
	text-align: center;
}

.item_award figure {
	margin: 0;
	height: 154px;
	text-align: center;
	line-height: 154px;
	padding: 30px 20px 20px;
}

.item_award figure img {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.item_award h4 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 18px;
	color: #636466;
	font-weight: normal;
	width: calc(100% - 40px);
	margin: auto;
	max-height: 78px;
	overflow: hidden;
}

.item_award h5 {
	margin: 0;
	font-size: 20px;
	color: #009999;
	font-weight: 700;
	font-style: italic;
	line-height: normal;
	max-height: 78px;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

/*.item_award h5:before {
content: '';
position: absolute;
top: 0;
left: 20px;
right: 20px;
border-top: 1px dotted #000;
}*/

.table78, .table48 {
	display: table;
	width: 100%;
	height: 78px;
	position: relative;
}

.table48 {
	height: 48px;
}

.table48 > div, .table78 > div {
	display: table-cell;
	vertical-align: middle;
}

.table78.with_border {
	margin-top: 20px;
}

.table78.with_border:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 20px;
	right: 20px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	height: 2px;
}

.content_item_awrad h3 {
	margin: 40px 0 -10px;
	font-size: 28px;
	color: #114b5f;
	letter-spacing: 2px;
}

.slide_item_contact {
	font-size: 0;
}

.item_contact {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.item_contact span {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	font-size: 18px;
	color: #595858;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	width: 33.33%;
}

.item_contact span + span {
	color: #009898;
}

.item_contact a {
	font-size: 18px;
	text-decoration: none;
	color: #E26640;
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
	padding: 10px;
}

.select_item_contact {
	margin: 50px 10px;
	max-width: 530px;
}

#first_option {
	display: block;
	padding: 15px 15px;
	border: 1px solid;
	font-size: 20px;
	color: #9D9EA0;
	font-weight: 500;
	/*background: url(images/search.png) no-repeat 15px 16px;*/
	cursor: pointer;
	position: relative;
}

#first_option:after {
	content: '';
	position: absolute;
	background: url(images/down-arrow.png) no-repeat center center;
	width: 32px;
	height: 32px;
	right: 10px;
	top: 12px;
	pointer-events: none;
}

.select_item_contact > h2 {
	height: 70px;
	line-height: 70px;
	background: #ececec;
	padding: 0 20px;
	font-size: 24px;
	color: #114B5F;
	cursor: default;
	margin: 0;
}

.select_item_contact > h3 {
	margin: 0;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	cursor: pointer;
	color: #009898;
	font-weight: 500;
	background: #ececec;
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-right: 0;
	transition: all .2s ease;
}

.select_item_contact > h2, .select_item_contact > h3 {
	display: none;
}

.select_item_contact > h3:hover {
	background: #009898;
	color: #fff;
}

#title_contact {
	font-family: 'Gotham-Book' sans-serif;
	color: #009898;
	font-size: 26px;
	line-height: normal;
	padding: 0 10px;
	font-weight: 500;
	margin-bottom: 15px;
	display: none;
	margin-top: 50px;
}

.content_item_contact {
	display: none;
	margin-bottom: 50px;
}

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

.general_text h2 {
	color: #114b5f;
	font-weight: 500;
}

.infox_contact h3 {
	color: #009898;
}

.cta_icon.cta_whithout_icon h3 {
	max-width: none;
	min-height: 140px;
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}

.el_content {
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	padding-right: 0;
	height: 120px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.el_content p {
	margin: 0 0 10px;
}

.el_content p:last-child {
	margin: 0;
}

.icon_nolink {
	position: relative;
	pointer-events: none;
	text-align: right;
	margin-top: -10px;
	height: 83px;
	margin-right: -20px;
	margin-bottom: -18px;
}

.el_content p:empty {
	display: none;
}

.vc_col-sm-3 .cta_icon.cta_whithout_icon h3 {
	height: 56px;
	font-size: 23px;
}

.vc_col-sm-6 .cta_icon.cta_whithout_icon h3{
	justify-content: left;
}

.vc_col-sm-3 .el_content {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0;
	height: 170px;
}

.edit_cf_zm label {
	display: block;
	width: 100%;
	line-height: 1.6;
	margin-bottom: 5px;
	font-size: 16px;
}

.edit_cf_zm label a {
	color: #e7744f;
}

.edit_cf_zm input[type="checkbox"] {
	height: auto;
	width: auto;
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}

.title_general h3 {
	color: #009898;
}

.custozm {
	background: url(images/plus_z.png) no-repeat 0 0;
	background-color: #009898;
	color: #fff;
	display: block;
	padding: 20px;
	text-decoration: none;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.3px;
	min-height: 170px;
	background-position: calc(100% - 10px) calc(100% - 10px);
	transition: all .3s ease;
}

.custozm:hover {
	color: #fff!important;
	background-color: #008a8a;
}

.full_btns .btn_trico {
	width: 100%;
}

.page-id-700 .banner_int {
	height: auto;
	padding-bottom: 40px;
}

#related_posts .the_posts_grid .itempost > div .date, 
#related_posts .the_posts_featured .itempost > div .date {
	color: #636466;
}

.content_form_career .cf_zm input:not([type="submit"]), 
.content_form_career .cf_zm textarea,
.content_form_career .cf_zm select,
#wpcf7-f543-p516-o1 .cf_zm input:not([type="submit"]), 
#wpcf7-f543-p516-o1 .cf_zm textarea,
#wpcf7-f543-p516-o1 .cf_zm select {
	background: #fff;
}

.general_text a {
	color: #e26640;
	text-decoration: none;
}

.general_text a:hover, .general_text a:visited {
	text-decoration: underline;
	color: #e26640!important;
}

.fix_fullbtns .content_btn {
	max-width: 450px;
	margin: auto;
}

.fix_fullbtns .btn_trico {
	margin: 0;
}

.fix_fullbtns .wpb_wrapper .content_btn:first-child .btn_trico {
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ads + div + div {
	pointer-events: none;
}

#overlay_zm {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
}

#modal_target {
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	width: 95%;
	max-width: 600px;
}

#modal_close {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(images/cancel.png) no-repeat center;
	background-size: 16px;
	opacity: .5;
}

#modal_figure {
	margin: 10px 0 0 0;
	padding: 20px;
	text-align: center;
}

#modal_title {
	margin: 0;
	text-align: center;
	font-size: 21px;
	color: #4D4D4F;
	font-weight: 500;
}

#modal_text {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #4D4D4F;
}

#modal_text h6 {
	color: #009999;
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 15px;
}

#modal_text small {
	font-size: 12px;
	color: #BEBEBE;
}

#modal_text p {
	margin: 0 0 15px;
}

.slide_item_service {
	font-size: 0;
	margin: 0 -10px;
	padding: 50px 0;
}

.item_service {
	font-size: 16px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	margin: 10px;
	text-align: center;
	padding: 20px;
	display: inline-block;
	width: calc(33.33% - 20px);
}

.item_service > figure {
	margin: 0;
	height: 100px;
	line-height: 100px;
	padding: 10px 0;
}

.item_service > figure img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.item_service > h4 {
	margin: 10px 0;
	font-size: 21px;
	color: #009999;
	display: table;
	width: 100%;
	padding: 0;
	height: 58px;
	line-height: 1.4;
	overflow: hidden;
}

.item_service > h4 span {
	display: table-cell;
	vertical-align: middle;
}

.item_service > span {
	display: block;
	color: #E7744F;
	font-weight: 600;
	font-size: 18px;
	padding-top: 20px;
	cursor: pointer;
	transition: all .3s ease
}

.item_service > span:hover {
	color: #009999;
}

.short_text {
	margin: 0;
	color: #A6A7A9;
	font-weight: 500;
	height: 78px;
	overflow: hidden;
	padding: 0 20px;
}

.post-password-form {
	margin: 230px auto 102px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	padding: 40px;
	max-width: 480px;
}

.post-password-form:before {
	content: '';
	position: fixed;
	background: #e6e6e6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.post-password-form p {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 1.5;
}

.post-password-form p:first-child {
	font-size: 0;
	position: relative;
}

.post-password-form p:first-child:before {
    content: 'RED CARD LOGIN';
    position: relative;
    font-size: 24px;
    text-align: center;
    display: block;
    font-family: Gotham-Book;
    color: #009999;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

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

.post-password-form input[type="password"] {
	border-radius: 0!important;
	margin-top: 5px;
	border-top: 1px solid #e6e6e6
}

.post-password-form input[type="submit"] {
	background: #009999!important;
	height: 48px;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	transform: none!important;
	border: none;
	padding: 7px 11px;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 0px!important;
}

.formy_search.after_h1 {
	display: none;
}

#small_text small {
	font-size: 12px;
	color: #BEBEBE;
}

.the_galleries_featured {
	font-size: 0;
	margin: 0 -15px;
}

.itemgallery {
	padding: 12px;
	background-color: #fff;
	padding-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 30px);
	margin: 15px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	position: relative;
}

.itemgallery > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.itemgallery > figure {
	margin: 0;
}

.itemgallery > figure i {
	width: 100%;
	height: 220px;
	display: block;
	background-size: cover;
	background-position: center;
	margin: auto;
	margin-bottom: 20px;
}

.itemgallery > div {
	text-align: center;
}

.itemgallery h3 {
	font-family: 'HelveticaNeueLTStd-Roman', sans-serif;
	color: #19495E;
	font-size: 21px;
	margin:0;
	line-height: normal;
	line-height: 21px;
}
#last_single .itemgallery.last-request-info {
	position: relative;
	min-height: 248px;
	padding: 30px;
	/*background: #01969a url(http://tricohomes.kinsta.cloud/wp-content/uploads/2019/06/request-info.jpg) right 15px bottom 15px no-repeat;*/
	background: #01969a;
	background-size: 60px;
}
#last_single .itemgallery.last-request-info h2{
	color: #fff;
	line-height: 35px;
    font-family: Gotham-Book;
    font-weight: 100;
}
#last_single .itemgallery.last-request-info p{
	color: #fff;
    font-size: 16px;
	margin-bottom: 0;
}
#last_single .itemgallery.last-request-info a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.itemgallery h4 {
	font-size: 14px;
	color: #696768;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
	padding: 15px 0;
	font-weight: normal;
}

.itemgallery h4 span,
.itemgallery h3 span,
.itemgallery h5 span {
	display: none;
}

.itemgallery h4 span:first-child,
.itemgallery h3 span:first-child,
.itemgallery h5 span:first-child {
	display: block;
}

.itemgallery h5 {
	margin:0;
	line-height: normal;
	font-size: 17px;
	color: #E56E46;
	font-weight: normal;
}

.banner_int.banner_fixing {
	padding: 110px 0 50px;
	text-align: center;
	height: auto;
	line-height: 1;
}

.banner_int.banner_fixing:before {
	display: none;
}

#search-container {
	padding-bottom: 80px;
}

#search-container > h4 {
	margin: 0;
	font-size: 17px;
	color: #009598;
	letter-spacing: .5px;
	margin-bottom: 20px;
	font-weight: normal;
}

#search-container form {
	margin: 0 -15px 20px;
	font-size: 0;
}

#search-container fieldset {
	border: none;
	padding: 0;
	width: calc(33% - 30px);
	display: inline-block;
	margin: 0 15px;
}

#search-container label {
	display: block;
	color: #888483;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
	font-size: 14px;
	letter-spacing: 0.6px;
}

#search-container select {
	font-size: 14px;
	color: #174a5f;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .6px;
	width: 100%;
	border: none;
	padding: 14px 10px;
	background: #e2f6f6;
	border-radius: 5px;
	outline: none;
}

#slidergalleries {
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}

.backgalleries {
	font-family: 'Gotham-Medium', sans-serif;
	background: url(images/arrow_blue_left.png) no-repeat 0px -4px;
	font-size: 14px;
	font-weight: 600;
	color: #17495e !important;
	text-decoration: none;
	padding-left: 34px;
	line-height: 1;
	margin: 47px 0;
	display: block;
	width: 220px;
}

#last_single .itemgallery {
	width: calc(25% - 30px);
	padding: 0 0 20px;
	background: #f86f49;
}

#last_single .itemgallery h3,
#last_single .itemgallery h5 {
	color: #FFFFFF;
	font-size: 17px;
}

#last_single .itemgallery > figure i {
	height: 170px;
}

.bg_std_wc {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	padding: 30px;
	background: url(images/bgc.jpg) no-repeat top center;
}

.bg_std_wc > h2 {
	font-family: 'Gotham-Medium', sans-serif;
	text-align: center;
	font-size: 35px;
	line-height: 44px;
	display: block;
	margin: 0;
	color: #114b5f;
	margin-top: 130px;
	margin-bottom: 150px;
}

.text_std_wc {
	max-width: 740px;
	background: #fff;
	padding: 30px;
	text-align: center;
	border-radius: 15px;
	margin: 0 auto 150px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.2);
}

.text_std_wc > p {
	margin: 0;
	color: #595858;
	font-size: 26px;
	line-height: 1.3;
}

.select_item_contact {
	max-width: none;
	text-align: left;
	margin: 30px 0 0;
}

.fix_cta_big.max_zindex > div{
	margin-right: 15px;
}

@media (max-width: 1500px) {
	.vc_col-sm-3 .cta_icon.cta_whithout_icon h3 {
		height: 100px;
		min-height: 56px;
		font-size: 1.7vw;
	}
}

@media (max-width: 1280px) {
	.formy_search.before_h1 {
		display: none;
	}
	.formy_search.after_h1 {
		display: block;
		position: relative;
		height: auto;
		line-height: normal;
		width: 316px;
		margin: -30px auto 0;
	}
	#search_blog {
		margin-bottom: 50px;
	}
}

#single_video {
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background: #F5F7F9;
	position: relative;
	padding: 60px 0;
}

#single_video figure {
	margin: 0;
	line-height: 0;
}

#single_video > div {
	max-width: 524px;
	margin: auto;
	background: #fff;
	text-align: center;
}

#single_video_responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin: 50px 0;
}

#single_video_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#video_title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: -50px;
}

#video_title  h4 {
	font-family: 'Gotham-Medium', sans-serif;
	margin: 0;
	padding: 25px 25px 0;
	text-align: center;
	font-size: 25px;
	color: #19495E;
	font-weight: normal;
}

#video_title  h5 {
	font-family: 'Gotham-Medium', sans-serif;
	margin: 0;
	text-align: center;
	padding: 0 3px 25px;
	font-size: 17px;
	color: #19495E;
	display:inline-block;
	font-weight: normal;
}

#video_title  h4 span:not(:first-child),
#video_title  h5 span:not(:first-child) {
	display: none;
}

#single_video h4 {
	font-family: 'Gotham-Medium', sans-serif;
	margin: 0;
	padding: 25px 25px 0;
	text-align: center;
	font-size: 17px;
	color: #19495E;
	font-weight: normal;
}

#single_video h5 {
	font-family: 'Gotham-Medium', sans-serif;
	margin: 0;
	text-align: center;
	padding: 0 2px 25px;
	font-size: 17px;
	color: #19495E;
	display:inline-block;
	font-weight: normal;
}

#single_video h4 span:not(:first-child),
#single_video h5 span:not(:first-child) {
	display: none;
}

.slick-slide img {
	display: block;
	margin: auto;
}

.wpb_text_column ul, .field-content ul {
	display: block;
}

.wpb_text_column ul li, .field-content ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.wpb_text_column ul li:before, .field-content ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(77, 77, 79, 0.7);
	border-radius: 6px;
	top: 11px;
	left: 0;
}

.page-id-342 .simple_cta .the_content {
	max-width: 300px;
	margin: auto;
}

.page-id-441 .wpb_text_column.wpb_content_element p {
	max-width: 879px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-3 .text_std_block h2 span {
	max-width: 70%;
}

.page-id-3 .text_std_block h2 span br {
	display: none!important;
}

/* 404 */
.error404 #page #content{
	display: table;
	height: calc(100% - 462px);
	min-height: 400px;
}
.error404 #page #content #primary{
	display: table-cell;
    vertical-align: middle;
}
.error404 #page #content #primary h1{
	line-height: normal;
}

@media (min-width: 768px) {
	.hbgo .icon_link.icon_orange{
		text-align: right;
	}
	.text_std_block h4.ss{
		margin: -20px 0 15px;
	}
	.list_recents_impacts li{
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.list_recents_impacts li.odd {
		display: flex;
		flex-direction: row-reverse;
	}
	.list_recents_impacts li.odd .impact_img{
		text-align: right;
	}
	.list_recents_impacts li .impact_img img{
		margin-top: -30px;
		margin-bottom: -30px;
	}
	.list_recents_impacts li .impact_content > div{
		padding: 15%;
	}
}

@media (max-width: 1280px) {
	.formy_search.before_h1 {
		display: none;
	}
	.formy_search.after_h1 {
		display: block;
		position: relative;
		height: auto;
		line-height: normal;
		width: 316px;
		margin: -30px auto 0;
	}
	#search_blog {
		margin-bottom: 50px;
	}
	.slick-slider {
		padding-bottom: 80px;
	}
	.videos_block .slick-prev, #slide_single_sponsor .slick-prev, .slide_item_awrad .slick-prev, #slidergalleries .slick-prev {
		display: block!important;
		top: initial!important;
		bottom: 0;
		margin: 0!important;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -40px!important;
	}
	.videos_block .slick-next, #slide_single_sponsor .slick-next, .slide_item_awrad .slick-next, #slidergalleries .slick-next {
		display: block!important;
		top: initial!important;
		bottom: 0;
		margin: 0!important;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 40px!important;
	}
}

@media (min-width: 1131px) {
	.bghomfix > .vc_column-inner{
		background: transparent!important;
	}
	#AvidWidgetDiv{
		float: right!important;
	}
}

@media (max-width: 1130px) {
	.bghomfix img{
		display: none;
	}
	.content_item_awrad, .page-id-467 .text_std_block {
		padding: 0 10px;
	}
	.text_std_block .text_intern {
		padding: 0!important;
	}
}

@media (max-width: 1000px) {
	#subscribe_widget h3 {
    	font-size: 20px;
	}
}

@media (max-width: 991px) {
	#modal_target {
		left: 50%;
		top: 140px;
		transform: translateX(-50%);
	}
	.icon_logo_text p, .home .text_std_block .text_intern, .home .fix_cta_big .simple_cta .the_content, .home .simple_cta .the_content p, .home .simple_cta .the_content {
		font-size: 16px!important;;
		font-weight: 300!important;;
		line-height: 20px!important;
	}
	.site-header {
		background: #fff!important;
		height: 90px;
		z-index: 99999999999999;
		top: 0;
	}
	body {
		padding-top: 90px;
	}
	#menuzm {
		height: 90px;
	}
	#menu_zm_toggle {
		font-size: 0;
		margin: 33px 30px 30px;
	}
	#menuzm.open {
		width: 375px;
		z-index: 1;
	}
	.open #menulogo{
		top: 27px;
    	left: 80px;
	}
	#logo {
		top: 10px;
		right: 8px;
	}
	#logo img {
		/*height: 70px;*/
		width: 200px;
		height: 67px;
	}
	.banner_ppal_zm {
		height: 300px;
		position: relative;
		padding-top: 30px;
	}
	.banner_ppal_zm .container {
		z-index: 1;
		position: relative;
		display: flex;
        flex-direction: column;
        justify-content: center;
        height: 80%;
	}
	.banner_ppal_zm:before {
		content: '';
		position: absolute;
		/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.98) 2%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 2%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.98) 2%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 35%;
		z-index: 0;
	}
	.banner_ppal_zm h1 {
		font-size: 30px;
	}
	.banner_ppal_zm h3 {
		font-size: 20px;
		margin: 0;
	}
	.cta_icon {
		margin-top: 20px;
	}
	body .margin_top_mobile {
		margin-top: 0px !important;
	}
	.cta_icon h3 {
		font-size: 24px;
	}
	.icon_link figure {
		width: 58px;
		margin-left: -10px;
	}
	.icon_link a {
		width: calc(100% - 58px);
		position: relative;
		right: -15px;
	}
	body #footer-outer .row {
		padding: 30px 0;
	}
	.cols.cols2 > div, ul.social {
		width: 100%;
		text-align: left;
	}
	ul.social li {
		margin-left: 0;
		margin-right: 20px;
	}
	#text-3 {
		text-align: left;
		margin-top: 30px;
	}
	#footer-outer #footer-widgets .col ul#sf li:first-child {
		width: 100%;
		margin-bottom: 10px;
	}
	body #footer-outer #footer-widgets .col #sf input[type="submit"] {
		border: none;
	}
	#menu-footer-menu li {
		display: block;
		margin-right: 0;
	}
	.cols.cols8_4 > div {
		width: 100%;
	}
	.row.last p {
		font-size: 14px;
		line-height: 1.29;
		margin-top: 0;
	}
	.cols.cols8_4 > div:last-child {
		width: 100%;
	}
	#fig_last {
		text-align: left;
	}
	.text_std_block h2 {
		font-size: 28px;
		line-height: 31px;
	}
	.text_std_block h2 span {
		max-width: 80%;
		padding: 0 10px;
		letter-spacing: -.5px;
	}
	.text_std_block h2:before {
		top: 50%;
	}
	.text_std_block h4 {
		font-size: 16px;
	}
	.text_intern {
		font-size: 16px;
	}
	.text_intern p {
		font-size: 16px!important;
		line-height: 20px!important;
	}
	.simple_cta h3 {
		font-size: 24px;
		line-height: 26px;
	}
	.simple_cta.textcenter {
		padding: 30px;
	}
	.simple_cta .the_content{
		font-size: 14px;
	}
	.vc_box_border_grey {
		margin-bottom: 10px;
	}
	.fix_cta_big .simple_cta .the_content {
		font-size: 16px;
	}
	.fix_cta_big .simple_cta a {
		width: auto;
		right: 0;
	}
	.padding10 .vc_column-inner {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.padding10.margin10 {
		margin-top: 10px!important;
	}
	.padding10.margin10 .wpb_single_image {
		padding: 50px 30px 10px!important;
		text-align: left;
	}
	.padding10.margin10 .wpb_single_image img {
		height: 161px;
		width: auto;
	}
	.list_posts_recents > div {
		width: 100%;
	}
	.bg_card .icon_link a {
		right: 0;
	}
	.banner_int {
		height: 300px;
		padding-top: 60px;
	}
	.sponsor_grid .sponsor_box {
		width: calc(50% - 20px);
	}
	.review_box > figure {
		padding: 40px;
		text-align: center;
		width: 100%;
	}
	.review_box > div:before {
		display: none;
	}
	.review_box {
		position: relative;
	}
	.review_box > div {
		padding: 20px 0;
		display: inline-block;
		width: calc(100% - 40px);
		font-size: 16px;
		vertical-align: middle;
		position: static;
		border-top: 1px solid #e8e8e8;
		margin: 0 20px;
	}
	.review_box > div h5 {
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		font-size: 20px;
		font-weight: 500;
	}
	.slide_item_service {
		margin: 0;
	}
	.item_service {
		width: calc(50% - 20px);
	}
	.cols.cols3 > div, .cols.cols2 > div, .cols.cols8_4 > div {
		width: 100%;
	}
	.item_career {
		background: #009999;
		padding: 30px 34px;
		height: auto;
		position: relative;
	}
	.item_career p {
		font-size: 18px;
		color: #fff;
		padding: 0;
		margin: 20px 0;
		overflow: hidden;
		max-height: none;
	}
	.item_career .icon_link {
		text-align: left;
		position: relative;
		bottom: 0;
		left: 0;
		margin-bottom: 0;
	}
	.item_career .icon_link a {
		padding-left: 0;
		width: auto;
		right: 0;
	}
	#related_posts .the_posts_grid {
		margin: 20px 0 0;
	}
	#related_posts .the_posts_grid .itempost {
		width: 100%;
	}
	#last_single .itemgallery.last-request-info h2{
		font-size: 20px;
    	line-height: normal;
	}
	#last_single .itemgallery.last-request-info p{
		font-size: 14px;
    	line-height: 24px;
	}
}

@media (max-width: 767px) {
	.simple_cta.borderleft:before {
		bottom: initial;
		top: 0;
		left: 20px;
		right: 0;
		height: 1px;
		width: calc(100% - 40px);
	}
	.bghomfix img{
		display: block;
	}
	.bghomfix > .vc_column-inner{
		background: transparent!important;
	}
	.txt_big p br{
		display: none;
	}
	.fix_cta_big.max_zindex > div{
		margin-right: 0;
	}
	.cta_icon h3 {
		font-size: 28px;
	}
	.icon_link figure {
		width: 70px;
	}
	.icon_link a{
		width: calc(100% - 70px);
	}
	.the_posts_featured .itempost figure {
		width: 100%;
	}
	.the_posts_featured .itempost > div {
		width: 100%;
		padding: 20px 0;
	}
	#content_aside .the_posts_grid {
		width: 100%;
		margin: 0;
	}
	.the_posts_grid .itempost {
		width: 100%;
		margin: 10px 0;
	}
	#content_aside #secondary {
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
	#search_blog h1 {
		text-align: center;
		margin: 30px 0 0;
		height: auto;
		line-height: normal;
		font-size: 32px;
		font-weight: 500;
	}
	.formy_search.after_h1 {
		display: block;
		position: relative;
		height: auto;
		line-height: normal;
		/*width: 316px;*/
		width: 100%;
		margin: 30px auto 0;
	}
	#search_blog {
		margin-bottom: 30px;
		line-height: normal;
		height: auto;
	}
	.formy_search input {
		display: block;
		font-family: 'HelveticaNeueLTStd-Md',sans-serif;
		color: #A7A8A9;
		font-size: 16px;
		/*width: 313px;*/
		width: 100%;
		height: 50px;
		padding: 0 15px;
		margin: auto;
		background: url(images/search.png) no-repeat calc(100% - 10px) center;
	}
	.page-id-664 .custozm2 .wpb_column.vc_column_container {
		display: block!important;
	}
	.content_form_career {
		padding: 50px 20px;
	}
	.single-careers .content_general h2 {
		text-align: left!important;
		text-transform: uppercase!important;
		padding: 0;
		margin: 0;
	}
	/*.content_single_careers h3 {
	font-size: 14px;
	margin: 0;
}*/
	.content_single_careers h5 {
		font-size: 16px;
	}
	.content_single_careers p, .content_single_careers li {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
	}
	.content_single_careers .container {
		padding: 0;
	}
	.field-content h3 {
		font-size: 20px;
	}
	.bg_std_wc > h2 {
		text-align: center;
		font-weight: 500;
		font-size: 32px;
		line-height: 32px;
		display: block;
		margin: 0;
		color: #114b5f;
		margin-top: 50px;
		margin-bottom: 120px;
	}
	.itemgallery {
		width: calc(100% - 30px)!important;
	}
	#last_single .itemgallery h3, #last_single .itemgallery h5 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: 500;
		line-height: 24px;
	}
	#last_single .itemgallery > figure i {
		height: 250px;
	}
	.text_std_wc > p br {
		display: none!important;
	}
	#subscribe_widget h3 {
    	font-size: 35px;
	}
	body .bptl{
		padding-top: 48px !important;
		padding-bottom: 48px!important;
	}
	body .bptl2{
		padding-top: 148px !important;
	}
	.wpb_text_column.wpb_content_element.txt_big p{
		font-size: 24px!important;
    	line-height: 28px!important;
	}
	#last_single .itemgallery.last-request-info h2{
		font-size: 32px;
    	line-height: 35px;
	}
	#last_single .itemgallery.last-request-info p{
		font-size: 16px;
    	line-height: 26px;
	}
	.vc_col-sm-3 .cta_icon.cta_whithout_icon h3{
		font-size: 30px;
	}
	.text_std_block h4.ss{
		margin: -10px 0 15px;
	}
}

@media (max-width: 480px) {
	.post-password-form {
    margin: 30px auto 60px;
	}
	.sponsor_grid .sponsor_box {
		width: calc(100% - 20px);
	}
	body .site-main .dtgray{
		background: #fff!important;
	}
	body .site-main .dtgray input[type="text"],
	body .site-main .dtgray input[type="email"]{
		height: 50px;
		border: solid 1px #c1c1c1;
	}
	body .site-main .dtgray .hs-button{
		width: auto;
		height: auto;
		font-size: 16px;
		line-height: 18px;
		font-family: 'HelveticaNeueLTStd-Md', sans-serif;
		font-weight: 500;
		padding: 20px 47px 20px;
	}
	.item_staff .mbstafinf{
		display: inline-block;
	}
	.item_staff > div h3,
	.item_staff > div h5 {
		display: none;
	}
	.item_service {
		width: calc(100% - 20px);
	}
	.fix_padding_mobile {
		padding-top: 40px!important;
		padding-bottom: 40px!important;
	}
	.item_staff > div {
		width: 100%;
		padding: 0 0 20px;
	}
	.item_staff > div .before_excerpt p, .item_staff > div .after_excerpt p {
		font-size: 16px;
	}
	.staff_block h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.item_contact, .item_contact span, .item_contact a {
		width: 100%;
	}
	.item_contact {
		margin-bottom: 20px;
	}
	.item_contact span, .item_contact a {
		padding: 0 10px;
	}
	.text_std_wc > p {
		font-size: 17px;
	}
	#first_option {
		font-size: 14px;
	}
	#search-container fieldset {
		border: none;
		padding: 0;
		width: calc(100% - 30px);
		display: inline-block;
		margin: 15px;
	}

	.the_posts_featured .itempost figure {
		width: 100%;
		height: 222px;
	}
	.the_posts_grid .itempost > div .cats, .the_posts_featured .itempost > div .cats {
		font-size: 16px;
	}
	.the_posts_grid .itempost > div h3, .the_posts_featured .itempost > div h3 {
		font-size: 18px;
		line-height: 19px;
		height: auto;
		margin: 7px 0;
	}
	.the_posts_featured .itempost > div .ex p {
		margin: 15px 0 0;
		font-size: 16px;
		line-height: 20px;
		font-family: 'HelveticaNeueLTStd-Md', sans-serif;
		color: #4D4D4F;
	}
	h2.widget-title {
		font-size: 24px;
	}
	.widget ul li a {
		display: block;
		line-height: 20px;
		font-size: 18px;
	}
	.banner_int h2 {
		font-weight: 500;
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 8px;
		display: block;
		margin: 0;
		color: #114b5f;
	}
	.page-id-592 .banner_int {
		background-position: 73% 0;
	}
	.text_std_block h4 {
		font-size: 16px;
		line-height: 18px;
	}
	.text_std_block h2 span {
		font-weight: 500;
		max-width: 63%;
		font-size: 24px;
		line-height: 26px;
	}
	.cta_icon h3 {
		display: block!important;
		font-size: 28px!important;
		text-transform: none;
		line-height: 28px!important;
		height: auto!important;
		min-height: 1px!important;
		padding-right: 70px!important;
	}
	.el_content {
		max-width: 190px;
		display: block;
		height: auto!important;
		padding-bottom: 10px;
		font-weight: 500;
		font-family: 'HelveticaNeueLTStd-Md', sans-serif;
		line-height: 24px;
	}
	.icon_nolink {
		display: block;
		height: auto;
		margin-top: -20px;
	}
	.content_general h2 {
		max-width: 300px;
		color: #114b5f;
		font-weight: 500;
		font-size: 24px;
		padding: 0 12px;
		text-align: center;
		line-height: 32px;
		margin: auto;
	}
	.page-id-589 .banner_int {
		background-position: 40% 0;
	}
	.page-id-664 .banner_int {
		background-position: 40% 0;
	}
	.page-id-516 .banner_int {
		background-position: 12% 0;
	}
	.page-id-589 .text_std_block h2 span {
		max-width: 70%;
	}
	.page-id-509 .banner_int {
		background-position: 57% 0;
		margin-bottom: 30px;
	}
	.page-id-509 .wpb_single_image .vc_figure {
		margin: 0;
	}
	.wpb_text_column.wpb_content_element p, .wpb_text_column.wpb_content_element li, .review_box > div p, .text_std_block .text_intern {
		font-size: 16px!important;
		line-height: 20px!important;
	}
	.review_box > div a {
		padding: 16px 48px 16px 18px;
		background: url(images/arrow_white.png) no-repeat calc(100% - 10px) calc(50% - 2px);
		background-color: #e7744f;
		width: 100%;
		text-align: left;
		font-weight: 500;
		font-size: 16px;
	}
	.wpb_text_column ul li:before, .field-content ul li:before {
		top: 6px;
	}
	.home .cta_icon {
		padding: 15px;
		text-align: center;
	}
	.home .cta_icon h3 {
		font-family: 'Gotham-Medium', sans-serif;
		text-align: center;
		font-size: 18px!important;
		max-width: none!important;
    	min-height: auto!important;
		text-transform: uppercase!important;
		margin: 0 0 5px!important;
		padding-right: 0!important;
	}
	.home .cta_icon .icon_link figure{
		display: none;
	}
	.home .cta_icon .icon_link a{
		right: 0;
		display: inline-block;
    	width: auto;
    	padding-left: 0;
	}
	.select_item_contact > h2 {
		height: 40px;
		line-height: 40px;
		background: #ececec;
		padding: 0 14px;
		font-size: 16px;
		color: #114B5F;
		cursor: default;
		margin: 0;
	}
	.select_item_contact > h3 {
		margin: 0;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		cursor: pointer;
		color: #009898;
		font-weight: 500;
		background: #ececec;
		border: 1px solid #e0e0e0;
		border-left: 0;
		border-right: 0;
		transition: all .2s ease;
		font-size: 16px;
	}
	#tagselected {
		display: block;
	}
	#title_contact {
		font-size: 24px;
	}
	.bg_std_wc {
		background: url(images/bgc.jpg) no-repeat top center;
		background-position: 0 0;
		background-size: auto 100%;
	}
	.text_std_wc:before {
		content: 'SEARCH OUR COMMUNITIES';
		position: relative;
		display: block;
		color: #114b5f;
		font-size: 24px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.text_std_block h4 {
		margin: 10px 0 15px;
	}
	.page-id-638 .vc_empty_space {
		display: none!important;
	}
	.page-id-3 .text_std_block h2 span {
		max-width: 90%;
	}
	#slidergalleries {
		margin-bottom: 35px;
	}
	.backgalleries {
		margin-left: auto;
		margin-right: auto;
	}
	#search-container > h4 {
		text-align: center;
	}
	.text_std_block h4 {
		margin: 25px auto 10px;
		max-width: 300px;
	}
	.page-id-592 .cta_icon h3 {
		padding-right: 64px!important;
	}
	.text_std_block + .vc_empty_space {
		display: none;
	}
	.general_text h2 {
		font-size: 28px;
	}
	.page-id-509 .wpb_single_image.vc_align_center {
		margin-bottom:0!important;
	}
	.itemgallery h3 {
		font-size: 24px;
		color: #114B5F;
		font-weight: 500;
		margin-top: 18px;
	}
	.itemgallery h4 {
		font-size: 16px;
		color: #114B5F;
		text-transform: uppercase;
		margin: 0;
		line-height: 1;
		padding: 20px 0;
		font-weight: 500;
	}
	.itemgallery h5 {
		margin: 0;
		line-height: normal;
		font-size: 16px;
		color: #E56E46;
		font-weight: 500;
	}
	.content_single_careers h5 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 65px;
	}
	.cf_zm input:not([type="submit"]), .cf_zm textarea, .cf_zm select {
		border-radius: 0!important;
		height: 50px;
		background: rgba(0,0,0,0.04);
		width: 100%;
		border-width: 1px;
		border-top: none;
		font-size: 18px;
		color: #A7A8A9;
	}
	.cf_zm ::placeholder {
		color: #A7A8A9;
	}
	.cf_zm textarea {
		height: 131px;
	}
	.cf_zm label {
		font-size: 18px;
		color: #A7A8A9;
		margin-bottom: 10px;
		display: block;
	}
	body[data-form-submit="regular"] .cf_zm input[type=submit], .cf_zm input[type=submit] {
		width: 100%;
	}
	#meta_posts li {
		display: block;
		text-align: center;
	}
	#meta_posts li:last-child {
		border-left: none;
		margin: 0 5px;
		padding-left: 0;
	}
	#meta_posts .cats, #meta_posts .date {
		display: inline-block;
		padding: 0 5px;
	}
	.text_posts p {
		font-weight: 500;
		font-size: 16px;
		color: #4D4D4F;
		line-height: 20px;
	}
	.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
		float: none!important;
	}
	.single #subscribe_on_form {
		float: none;
		margin: 30px auto;
	}
	.text_std_block h2 br{
		display: none;
	}
	.text_std_block h2 span {
    	max-width: 68%!important;
	}
	.content_general h3{
		font-size: 16px;
    	line-height: 24px;
	}
	body.page-id-1187 .banner_int.banner_fixing,
	body.postid-2140 .banner_int.banner_fixing,
	body.postid-2140.single-galleries .text_std_block,
	#search_blog h1,
	body.page-id-513 .bg_std_wc > h2{
    	margin-top: 0;
		padding-top: 10px;
	}
	body.page-id-513 .bg_std_wc{
		padding-top: 0!important;
	}
	h1.page-title span{
	    display: block;
	    margin-top: 15px;
    }
	.popupcont{
		overflow: auto!important;
	}
	.popupcont > div{
		position: relative!important;
    	top: 0!important;
    	left: 0!important;
    	transform: none!important;
	}
	.vc_row.vc_column-gap-30{
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.formy_search {
		position: absolute;
	}
}
.single-galleries .text_std_block {

	padding: 110px 0 0;
}
#search-container fieldset {
	position: relative;
}

#search-container fieldset:after {
	content: '\f063';
	font: normal normal normal 17px/1 FontAwesome;
	color: #174a5f;
	right: 11px;
	top: 27px;
	height: 34px;
	padding: 15px 0px 0px 8px;
	position: absolute;
	pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
	display: none;
}

#search-container fieldset select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	/*max-width: 340px;*/
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	line-height: 1.75;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
}

.page-template-blog .navigation {
	display: block;
	padding: 10px 20px;
	text-align: center;
}

.page-template-blog .nav-links {
	font-size: 16px;
}

.page-template-blog .nav-links a {
	color: #e26640!important;
	text-decoration:none!important;
	transition: all .3s ease;
}

.page-template-blog .nav-links a:hover {
	color: #009999!important;
}

.page-template-blog .nav-links a.prev,
.page-template-blog .nav-links a.next {
	display:none!important;
}

.social_header a {
	border-radius: 100%;
	background: #a6a7a9!important;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #fff!important;
}

.social_header li {
	margin-left: 0!important;
	margin-right: 10px!important;
}
.heart {
	top: 4px!important;
	right: 20px!important;
	z-index:999999!important;
}
/* SLICK */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@font-face {
  font-family: 'trico-icons';
  src: url('fonts/trico-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'trico-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-360:before {
  content: "\e900";
}
.icon-arrow-down:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-bath:before {
  content: "\e905";
}
.icon-bed:before {
  content: "\e906";
}
.icon-chat-bubble:before {
  content: "\e907";
}
.icon-checkbox:before {
  content: "\e908";
}
.icon-check-circle:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-favourite:before {
  content: "\e90d";
}
.icon-forest:before {
  content: "\e90e";
}
.icon-garage:before {
  content: "\e90f";
}
.icon-heart:before {
  content: "\e910";
}
.icon-home:before {
  content: "\e911";
}
.icon-home-heart:before {
  content: "\e912";
}
.icon-home-rectangle:before {
  content: "\e913";
}
.icon-image-gallery:before {
  content: "\e914";
}
.icon-instagram:before {
  content: "\e915";
}
.icon-keys:before {
  content: "\e916";
}
.icon-linkedin:before {
  content: "\e917";
}
.icon-magnify:before {
  content: "\e918";
}
.icon-map:before {
  content: "\e919";
}
.icon-map-pin:before {
  content: "\e91a";
}
.icon-mountain-home:before {
  content: "\e91b";
}
.icon-movie:before {
  content: "\e91c";
}
.icon-open:before {
  content: "\e91d";
}
.icon-park:before {
  content: "\e91e";
}
.icon-phone:before {
  content: "\e91f";
}
.icon-pinterest:before {
  content: "\e920";
}
.icon-playground:before {
  content: "\e921";
}
.icon-restaurant:before {
  content: "\e922";
}
.icon-ruler:before {
  content: "\e923";
}
.icon-star:before {
  content: "\e924";
}
.icon-triangle-down:before {
  content: "\e925";
}
.icon-trico-arrow-left:before {
  content: "\e926";
}
.icon-twitter-x:before {
  content: "\e927";
}
.icon-video-gallery:before {
  content: "\e928";
}
.icon-youtube:before {
  content: "\e929";
}
.icon-checkbox-checked:before {
  content: "\e92a";
}
.icon-trico-arrow-right:before {
  content: "\e92b";
}
