/*
Theme Name: AllianceForMeatPoultryAndSeafoodInnovation
Author: Anonymous
Author URI:
Version: 1
Description: AllianceForMeatPoultryAndSeafoodInnovation theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: AllianceForMeatPoultryAndSeafoodInnovation
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Montserrat", sans-serif, "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

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

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

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

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

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

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

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

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

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

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

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

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

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

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

div.aligncenter {
	margin: 0 auto 1.2em;
}

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

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

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

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	display: table;
	table-layout: fixed;
	min-width: 320px;
	background: #f9fbfc;
	font-family: "Montserrat", sans-serif, "Arial", sans-serif;
}

/* set styles for default page links */

a {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border .3s linear;
	text-decoration: none;
}

a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

table {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	padding: .2em;
}

iframe {
	width: 100%;
}

.content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	padding: 50px 0;
}

#content {
	max-width: 66.6667%;
	padding: 0 15px;
}

#sidebar {
	max-width: 33.3333%;
	padding: 0 15px;
}

/* main container styles */

#wrapper {
	display: table-cell;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrap-container {
	max-width: 1086px;
	margin: 0 auto;
	padding: 0 15px;
}

.wrap-container:after {
	content: " ";
	display: block;
	clear: both;
}

.wrap-container.style {
	padding: 0 15px;
}

.is-touch-device {
	background-size: cover;
}

.is-touch-device img {
	display: none;
}

.load-more-holder,
.posts-block {
	-webkit-transition: all 1s linear;
	transition: all 1s linear;
}

.new-item {
	opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
}

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

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

.icon-arrow-down:before {
	content: "\e900";
}

#nav {
	overflow: hidden;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50%;
	padding: 0 123px 0 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1.33px;
	text-align: right;
}

#nav ul + ul {
	text-align: left;
	padding: 0 15px 0 114px;
}

#nav ul li {
	display: block;
}

#nav .nav-holder.style ul:first-child {
    padding-bottom: 4px;
}

#nav ul li:last-child {
	margin: 0;
  /*padding: 10px 20px 10px 20px !important;*/
}

#nav ul a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

#nav ul a:hover {
	color: #2f345d;
}

.nav-opener {
	top: 50%;
	right: 15px;
	z-index: 5;
	position: absolute;
	width: 40px;
	height: 25px;
	margin: -4px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	width: 100%;
	height: 5px;
	background: #14b89a;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-opener span {
	top: 0;
}

.nav-active .nav-opener span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
}

.nav-opener:before {
	top: 20px;
}

.nav-active .nav-opener:before {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-active .nav-opener:after {
	opacity: 0;
}

.posts-wrap {
	float: left;
	width: 100%;
	margin: -69px 0 0;
	padding: 0 0 49px;
	position: relative;
}

.posts-wrap.mar-style {
	margin: -97px 0 0;
}

.posts-block:after {
	content: " ";
	display: block;
	clear: both;
}

.posts-block.space-style .wrap-holder {
	border-color: #d1dbe3;
}

.post {
	text-align: left;
	margin-bottom: 20px;
}

.post:after {
	content: " ";
	display: block;
	clear: both;
}

.post.mb {
	margin-bottom: 20px;
}

.post.mb a {
	color: inherit;
}

.post.mb a:hover {
	color:#fff;
}

.post.hover,
.post:hover {
	margin-top: 0;
}

.post.hover .wrap-holder,
.post:hover .wrap-holder {
	color: #fff;
	border-color: #fff;
	background: #46c4eb;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.post.hover .wrap-holder.style,
.post:hover .wrap-holder.style {
	background: #14b89a;
}

.post.hover .more,
.post.hover time,
.post.hover .title,
.post.hover .title a,
.post.hover h2,
.post.hover h1,
.post:hover .more,
.post:hover time,
.post:hover .title,
.post:hover .title a,
.post:hover h2,
.post:hover h1 {
	color: #fff;
}

.post.hover .title a:hover,
.post.hover .more:hover,
.post:hover .title a:hover,
.post:hover .more:hover {
	color: #2f345d;
}

.post .wrap-holder {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	padding: 46px 10px 45px;
	letter-spacing: .36px;
	line-height: 20px;
	font-family: "Lato", sans-serif;
	color: #2c3f50;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.post .wrap-holder a {
	color:inherit;
}

.post .wrap-holder a:hover {
	color:#fff;
}


.post .wrap-holder p {
	margin: 0 0 22px;
}

.post .wrap-holder.style {
	padding: 19px 10px 45px;
}

.post .wrap-holder.style p {
	margin: 0 0 29px;
}

.post h1 {
	margin: 0 0 27px;
	color: #46c4eb;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -.14px;
	line-height: 36px;
	font-family: "Lato", sans-serif;
}

.post time {
	margin: 0 0 13px;
	color: #9dafbd;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	letter-spacing: -.34px;
	display: block;
}

.post .title {
	margin: 0 0 23px;
	display: block;
	color: #9dafbd;
	font-size: 19px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: -.43px;
	font-family: "Montserrat", sans-serif, "Arial", sans-serif;
}

.post .title a {
	color: #9dafbd;
}

.post h2 {
	margin: 0 0 14px;
	color: #14b89a;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -.07px;
	line-height: 28px;
}

.post .more {
	color: #2f345d;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.05px;
	line-height: 18px;
	text-transform: uppercase;
}

/* custom select styles */

.jcf-select {
	display: block;
	height: 60px;
	border-radius: 5px;
	padding: 20px 40px 16px 13px;
	border: 1px solid #46c4eb;
	position: relative;
	background: rgba(44, 63, 80, .99);
}

.jcf-select.jcf-drop-active {
	border-radius: 5px 5px 0 0;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 33px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	top: 50%;
	left: 0;
	margin: -4px 0 0;
	font-size: 8px;
	line-height: 8px;
	content: "\e900";
	color: #46c4eb;
	position: absolute;
	font-family: "icomoon" !important;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #46c4eb;
	border-radius: 0 0 5px 5px;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	border-radius: 0 0 5px 5px;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
	background: rgba(44, 63, 80, .99);
	border-radius: 0 0 5px 5px;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li:last-child {
	border-radius: 0 0 5px 5px;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	background: rgba(44, 63, 80, .99);
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	position: absolute;
	position: absolute;
	padding-bottom: 10px;
}

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

#header.fixed-position {
	padding-top: 0;
}

#header.fixed-position .header-holder {
	max-width: 100%;
}

#header .header-holder {
	padding: 18px 15px 23px;
	background: #fff;
	position: relative;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .25);
}

#header .header-holder:after {
	/*content: " ";*/
	display: block;
	clear: both;
}

#header .logo {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

#header .logo a {
	display: block;
}

#header .logo a:hover {
	opacity: .7;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

h1 {
	margin: 0 0 15px;
	color: #2c3f50;
	font-size: 34px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: 4.17px;
	font-family: "Montserrat", sans-serif, "Arial", sans-serif;
}

h2 {
	margin: 0 0 30px;
	color: #14b89a;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 1.73px;
	font-family: "Montserrat", sans-serif, "Arial", sans-serif;
}

h3 {
	margin: 0 0 29px;
	color: #14b89a;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -.07px;
	line-height: 28px;
	font-family: "Montserrat", sans-serif, "Arial", sans-serif;
}

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 12px 14px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	background-color: #46c4eb;
}

.btn:hover {
	background: #2f345d;
}

.bg-stretch {
	background-position: 50% 50%;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bg-stretch img {
	max-width: none;
}


.visual-container {
	position: relative;
	height: 846px;
}

.visual-container:after {
	content: " ";
	display: block;
	clear: both;
}

.visual-container.bg-dark-gray {
	height: 422px;
	padding: 100px 0;
	background: rgba(44, 63, 80, .99);
}

.visual-container.bg-dark-gray h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.visual-container.mob-style {
	background: #2c3f50;
}

.visual-container .wrap-holder {
	width: 100%;
	height: 100%;
	max-width: 1086px;
	margin: 0 auto;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.visual-container .wrap-info {
	position: relative;
}

.visual-container .wrap-info:after {
	content: " ";
	display: block;
	clear: both;
}

.visual-container.bg-green {
	height: auto;
	background: rgba(20, 184, 154, .99);
}

.visual-container.bg-green .wrap-holder {
	height: auto;
	display: block;
	padding: 140px 15px 48px;
}

.visual-container.bg-blue {
	height: auto;
	background: rgba(70, 196, 235, .99);
}

.visual-container.bg-blue .wrap-holder {
	height: auto;
	display: block;
	padding: 140px 15px 48px 55px;
}

.visual-container .video-holder {
	height: 100%;
	overflow: hidden;
	position: relative;
	background-size: cover;
	padding: 105px 0 0;
}

.visual-container .video-holder video {
	left: 0;
	opacity: 0;
	position: relative;
	top: 0;
	z-index: 3;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.visual-container .video-holder.video-active video {
	opacity: 1;
}

.visual-container .img-caption {
	top: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	background: none;
	left: 0;
	width: 100%;
	bottom: 0;
	color: #fff;
	position: absolute;
	text-align: center;
	z-index: 5;
	padding: 177px 0 0;
}

.visual-container .img-caption .wrap-container {
	height: 100%;
}

.visual-container .img-caption p {
	margin: 0;
}

.visual-container .img-caption p span {
	text-transform: uppercase;
	color: #0ce9bf;
	font-size: 28px;
}

.visual-container .img-caption .btn-down {
	left: 50%;
	bottom: 78px;
	padding: 0 0 0 27px;
	margin: 0 0 0 -64px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	position: absolute;
	z-index: 5;
	font-family: "Roboto", sans-serif;
	letter-spacing: -.36px;
}

.visual-container .img-caption .btn-down:hover {
	color: #0ce9bf;
}

.visual-container .img-caption .btn-down:after,
.visual-container .img-caption .btn-down:before {
	top: 5px;
	left: 0;
	font-size: 8px;
	color: #04ffda;
	position: absolute;
	content: "\e900";
	font-family: "icomoon" !important;
}

.visual-container .img-caption .btn-down:after {
	top: -5px;
	color: #1d8e80;
}

.visual-container .img-caption .text-cover-hold {
	overflow: hidden;
}

.visual-container .img-caption .text-cover {
	overflow: hidden;
}

.visual-container .text-wrap {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -.1px;
	line-height: 36px;
	position: relative;
}

.visual-container .text-wrap:after {
	content: " ";
	display: block;
	clear: both;
}

.visual-container .text-wrap p {
	margin: 0;
}

.visual-container .text-wrap h1 {
	margin: 0;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -.18px;
	line-height: 48px;
}

.visual-container .btn-back {
	top: -12px;
	left: -4px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.visual-container .btn-back:hover {
	background: #2f345d;
}

.visual-container .btn-back:hover:after {
	color: #fff;
}

.visual-container .btn-back:after {
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -8px;
	font-size: 8px;
	line-height: 8px;
	color: #9dafbd;
	content: "\e900";
	position: absolute;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-family: "icomoon" !important;
}

.visual-container .jcf-select {
	width: 150px;
}

.info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 30px;
	padding: 0 0 0 74px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: -.34px;
}

.info-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 39px 0 0;
	position: relative;
}

.info-list li + li:after {
	top: 5px;
	left: -28px;
	bottom: 0;
	content: "";
	width: 1px;
	background: #fff;
	position: absolute;
}

.info-list li a {
	color: #fff;
}

.info-list li a:hover {
	color: #2f345d;
}

.info-list li:last-child {
	margin: 0;
}

.info-area {
	overflow: hidden;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	letter-spacing: .5px;
	padding-top: 100px;
	margin-top: -100px;
}

.info-area .info-wrap {
	padding: 40px 0;
	overflow: hidden;
}

.info-area .para-holder {
	margin: 0 0 30px;
	color: #636c72;
	font-family: "Lato", sans-serif;
	overflow: hidden;
}

.info-area p {
	margin: 0 0 15px;
}

.info-area p:last-child,
.info-area p:only-child {
	margin: 0;
}

.info-area .members-holder {
	overflow: hidden;
}

.info-area .logos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-area .logos-list li {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 30px;
	text-align: center;
}

.info-area .logos-list li:first-child {
	text-align: left;
}

.info-area .logos-list a {
	display: inline-block;
	vertical-align: top;
}

.info-area .logos-list a:hover {
	opacity: .7;
}

.info-area .logos-list img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

.about-area {
	overflow: hidden;
	position: relative;
	font-family: "Lato", sans-serif;
	background: url(images/bg-img.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	letter-spacing: .5px;
	padding: 100px 0 0;
	margin-top: -100px;
	clip-path: inset(100px 0 0 0);
	-webkit-clip-path: inset(100px 0 0 0);
}


.about-area p {
	margin: 0 0 30px;
}

.about-area .text-holder {
	padding: 40px 0 10px;
	overflow: hidden;
}

.about-area h1 {
	margin: 0 0 20px;
	color: #fff;
}

.about-area h2 {
	margin: 0 0 16px;
}

.resource-area {
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
	background: -webkit-linear-gradient(116deg, #4674eb 0%, #08b596 100%);
	background: linear-gradient(-26deg, #4674eb 0%, #08b596 100%);
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
	letter-spacing: .5px;
}

.resource-area .heading-holder {
	margin: 0 0 30px;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	text-align: left;
}

.resource-area .heading-holder p {
	margin: 0;
}

.resource-area .heading-holder h1 {
	color: #fff;
	margin: 0 0 15px;
}

.resource-area .btn {
	padding: 17px 19px 16px;
	font-weight: 400;
	font-size: 16px;
}

.content-holder {
	padding: 34px 0 57px;
	color: #636c72;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 30px;
	overflow: hidden;
}

.content-holder p {
	margin: 0 0 35px;
}

.content-holder p:last-child,
.content-holder p:only-child {
	margin: 0;
}

.article-block {
	color: #636c72;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: .5px;
	padding: 40px 0;
	overflow: hidden;
}

.article-block p {
	margin: 0 0 29px;
}

.article-block p:last-child,
.article-block p:only-child {
	margin: 0;
}

.article-block .head-holder {
	margin: 0 0 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.article-block .text-hold {
	width: 347px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-block h2 {
	margin: 0;
	color: #46c4eb;
	font-family: "Lato", sans-serif;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -.14px;
	line-height: 48px;
}

.article-block .img-hold {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: 1;
	flex-flow: 1;
}

.article-block .img-hold img {
	display: block;
	width: 100%;
	height: auto;
}

.article-block .para-wrap {
	margin: 0 0 25px;
	overflow: hidden;
}

.article-block .text-info {
	overflow: hidden;
	margin: 0 0 25px;
}

.article-block .text-info .text-wrap {
	overflow: hidden;
}

.article-block .placeholder {
	margin: 0 0 25px;
	overflow: hidden;
}

.article-block .placeholder img {
	display: block;
	width: 100%;
	height: auto;
}

.article-block .info-text-wrap {
	margin: 0 0 22px;
	overflow: hidden;
}

.article-block .btn {
	padding: 12px 27px;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 6;
	position: absolute;
	padding-bottom: 10px;
}

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

#header.style .wrap-container {
	position: relative;
}

#header.fixed-position {
	padding-top: 0;
}

#header.fixed-position .header-holder {
	max-width: 100%;
}

#header .header-holder {
	padding: 18px 15px 23px;
	background: #fff;
	position: relative;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .25);
}

#header .logo {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

#header .logo a {
	display: block;
}

#header .logo a:hover {
	opacity: .7;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	background: #fff;
}

#footer .footer-holder {
	padding: 40px 0;
	overflow: hidden;
}

#footer .footer-bar {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .left-align {
	display: inline-block;
	vertical-align: top;
}

#footer .right-align {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px;
}

#footer .footer-logo {
	display: inline-block;
	vertical-align: top;
	width: 183px;
	margin: 0 0 25px;
}

#footer .footer-logo a {
	display: block;
}

#footer .footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

#footer .subs-form {
	width: 100%;
	height: 62px;
	margin: 0 0 25px;
	border-radius: 5px;
	border: 1px solid #d1dbe3;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

#footer .form-control {
	width: 100%;
	height: 100%;
	color: #9dafbd;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	border-radius: 5px;
	letter-spacing: -.32px;
}

#footer .form-control:-moz-placeholder {
	color: #9dafbd;
	opacity: 1;
}

#footer .form-control::-moz-placeholder {
	color: #9dafbd;
	opacity: 1;
}

#footer .form-control:-ms-input-placeholder {
	color: #9dafbd;
}

#footer .form-control::-webkit-input-placeholder {
	color: #9dafbd;
}

#footer #gform_confirmation_wrapper_1 {
	border:none;
	text-align: center;
}

#footer .btn {
	top: 10px;
	right: 10px;
	border: none;
	position: absolute;
	padding: 12px 29px 12px 28px;
}

.footer-nav,
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: -.32px;
	font-family: "Roboto", sans-serif;
}

.footer-nav li,
.add-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;
	position: relative;
}

.footer-nav li:last-child,
.add-nav li:last-child {
	margin: 0;
}

.footer-nav li + li:after,
.add-nav li + li:after {
	top: 3px;
	left: -15px;
	bottom: 1px;
	content: "";
	width: 1px;
	position: absolute;
	background: #bcc8d2;
}

.footer-nav a,
.add-nav a {
	color: #9dafbd;
}

.footer-nav a:hover,
.add-nav a:hover {
	color: #2f345d;
}

.footer-nav {
	padding: 0;
	margin: 0;
	text-align: left;
}

.footer-nav li {
	margin: 0 15px 0 0;
}

.footer-nav li + li:after {
	display: none;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper ul.gform_fields {
	height: 100%;
}

.gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0;
	padding-right: 0 !important;
}

.gform_wrapper ul.gform_fields li.hidden_label input,
.gform_wrapper ul.gform_fields li.hidden_label input[type="email"],
.gform_wrapper ul.gform_fields li.hidden_label input[type="text"] {
	margin-top: 0;
	border: none;
	height: 100%;
	padding: 0 145px 0 14px !important;
}

.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	height: 100%;
}

.gform_wrapper .gform_body {
	height: 100%;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
	top: 0;
	right: 0;
	width: auto;
	position: absolute;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
	top: 10px;
	right: 10px;
	border: none;
	width: auto !important;
	margin: 0 !important;
	position: absolute;
	padding: 12px 29px 12px 28px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 500;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	border-radius: 5px;
	background-color: #46c4eb;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #2f345d;
}


@media (min-width: 639px) {
	.wrap-container {
		padding: 0 53px;
	}

	.wrap-container.style {
		padding: 0 35px;
	}

	.jcf-select {
		padding: 13px 40px 16px 16px;
	}

	.jcf-select .jcf-select-text {
		font-size: 24px;
		line-height: 26px;
	}

	.jcf-select .jcf-select-opener {
		width: 40px;
	}

	.jcf-select .jcf-select-opener:after {
		font-size: 11px;
		line-height: 10px;
	}

	#nav ul {
		font-size: 40px;
		font-weight: 300;
		letter-spacing: 1.33px;
		line-height: 44px;
	}

	#nav .nav-holder.style ul:last-child li:last-child {
    border-radius: 8px;
  }

	body:not(.nav-active) #nav .nav-holder.style ul:last-child li:last-child a {
    color: #46c4eb !important;
    font-weight: bold;
  }

	.nav-opener {
		right: 31px;
	}

	.posts-block {
		padding: 0 37px 0 0;
	}

	.posts-block.space-style2 {
		padding: 0;
	}

	.post.mb {
		margin-bottom: 31px;
	}

	.post .wrap-holder {
		font-size: 24px;
		line-height: 30px;
		padding: 38px 83px 34px 39px;
	}

	.post .wrap-holder.style {
		padding: 36px 40px 58px 38px;
	}

	.post h1 {
		font-size: 56px;
		line-height: 56px;
		margin: 0 0 21px;
	}

	.post time {
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 9px;
		letter-spacing: -.45px;
	}

	.post .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 18px;
		letter-spacing: -.55px;
	}

	.post h2 {
		font-size: 50px;
		line-height: 56px;
		margin: 0 0 26px;
		letter-spacing: -.15px;
	}

	.post .more {
		font-size: 24px;
		line-height: 28px;
	}

	h1 {
		margin: 0 0 21px;
		font-size: 44px;
		line-height: 48px;
		letter-spacing: 4.58px;
	}

	h2 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 61px;
	}

	.visual-container.bg-dark-gray h1 {
		font-size: 56px;
		line-height: 60px;
	}

	.visual-container .wrap-holder {
		padding: 0 32px;
	}

	.visual-container.bg-green .wrap-holder {
		padding: 166px 39px 69px;
	}

	.visual-container.bg-blue .wrap-holder {
		padding: 140px 15px 48px 60px;
	}

	.visual-container .img-caption {
		font-size: 26px;
		line-height: 41px;
	}

	.visual-container .img-caption p span {
		font-size: 38px;
	}

	.visual-container .text-wrap {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 1px;
		font-family: "Montserrat", sans-serif, "Arial", sans-serif;
	}

	.visual-container .text-wrap h1 {
		font-size: 40px;
		line-height: 64px;
	}

	.visual-container .jcf-select {
		width: 213px;
		top: 50%;
		right: 32px;
		margin: -36px 0 0;
		position: absolute;
	}

	.info-list {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 51px;
		letter-spacing: -.45px;
	}

	.info-list li {
		margin: 0 60px 0 0;
	}

	.info-area {
		font-size: 26px;
		line-height: 34px;
	}

	.info-area .info-wrap {
		padding: 64px 0 47px;
	}

	.info-area .para-holder {
		margin: 0 0 59px;
	}

	.info-area p {
		margin: 0 0 33px;
	}

	.info-area .logos-list li {
		margin: 0 0 80px;
	}

	.about-area {
		font-size: 26px;
		line-height: 34px;
	}

	.about-area p {
		margin: 0 0 41px;
	}

	.about-area .text-holder {
		padding: 61px 8px 10px;
	}

	.about-area h1 {
		margin: 0 0 30px;
	}

	.resource-area {
		padding: 43px 0 41px;
		font-size: 26px;
		line-height: 34px;
	}

	.content-holder {
		font-size: 26px;
		line-height: 35px;
		padding: 44px 0 57px;
		letter-spacing: .59px;
	}

	.article-block {
		font-size: 22px;
		line-height: 30px;
		padding: 98px 0 89px;
	}

	.article-block .para-wrap {
		margin: 0 0 48px;
	}

	.article-block .text-info {
		margin: 0 0 53px;
	}

	.article-block .placeholder {
		margin: 0 0 50px;
	}

	.article-block .info-text-wrap {
		margin: 0 0 44px;
	}

	#header .header-holder {
		padding: 18px 30px 23px;
	}

	#footer .footer-holder {
		padding: 51px 0 51px 15px;
	}

	#footer .right-align {
		margin: 0 0 83px;
	}

	#footer .footer-logo {
		width: 252px;
		margin: 0 0 34px;
	}

	#footer .subs-form {
		height: 74px;
		margin: 0 0 47px;
	}

	#footer .btn {
		top: 12px;
		right: 12px;
		padding: 15px 42px 17px 40px;
	}

	.footer-nav,
	.add-nav {
		font-size: 20px;
		line-height: 22px;
		font-weight: 400;
		letter-spacing: -.71px;
	}

	.footer-nav li,
	.add-nav li {
		margin: 0 85px 0 0;
	}

	.footer-nav li + li:after,
	.add-nav li + li:after {
		left: -46px;
	}

	.footer-nav {
		padding: 0 0 0 8px;
	}

	.footer-nav li {
		margin: 0 55px 0 0;
	}

	.gform_wrapper {
		margin: 0 !important;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type="submit"] {
		top: 12px;
		right: 12px;
		margin: 0 !important;
		padding: 15px 42px 17px 40px;
	}
}

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

	.wrap-container {
		padding: 0 15px;
	}

	.wrap-container.style {
		padding: 0 15px;
	}

	.jcf-select {
		padding: 20px 40px 16px 13px;
	}

	.jcf-select .jcf-select-text {
		font-size: 16px;
		line-height: 18px;
	}

	.jcf-select .jcf-select-opener {
		width: 33px;
	}

	.jcf-select .jcf-select-opener:after {
		font-size: 8px;
		line-height: 8px;
	}

	#nav .nav-holder {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    justify-content: flex-end;
	}

	#nav .nav-holder.style {
		display: block;
	}

	#nav .nav-holder.style ul {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		padding: 0;
	}

	#nav .nav-holder.style ul li {
		margin: 0 0 0 50px;
    /*padding: 10px;*/
	}

	#nav .nav-holder.style ul + ul {
		display: inline-block;
		vertical-align: middle;
		width: auto;
		padding: 0;
	}

	#nav ul {
		font-size: 13px;
		line-height: 16px;
		font-weight: 600;
		letter-spacing: .93px;
	}

  #nav ul:last-child li:last-child {
    /*padding: 10px 20px 10px 20px !important;*/
  }

	#nav ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 59px 0 0;
	}

	#nav ul a {
		color: #2f345d;
	}

	#nav ul a:hover {
		color: #14b89a;
	}

	.nav-opener {
		display: none;
	}

	.posts-block {
		padding: 0;
		margin: 0 -4px 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.posts-block.space-style {
		margin: 0 -4px;
	}

	.post {
		padding-left: 4px;
		padding-right: 4px;
		width: 33.333333333%;
		margin-top: 7px;
		margin-bottom: 0;
		-webkit-transition: margin .5s ease-in-out;
		transition: margin .5s ease-in-out;
	}

	.post.mb {
		margin-bottom: 20px;
	}

	.post .wrap-holder {
		font-size: 16px;
		line-height: 20px;
		padding: 46px 10px 45px;
	}

	.post .wrap-holder p {
		margin: 0 0 53px;
	}

	.post .wrap-holder.style {
		padding: 19px 10px 45px;
	}

	.post h1 {
		font-size: 36px;
		line-height: 36px;
	}

	.post time {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 13px;
		letter-spacing: -.34px;
	}

	.post .title {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 23px;
		letter-spacing: -.43px;
	}

	.post h2 {
		font-size: 24px;
		font-weight: 300;
		line-height: 28px;
		margin: 0 0 14px;
	}

	.post .more {
		font-size: 16px;
		line-height: 18px;
	}

	h1 {
		font-size: 40px;
		line-height: 44px;
		margin: 0 0 24px;
	}

	h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.visual-container {
		height: 100vh;
	}

	.visual-container.bg-dark-gray h1 {
		font-size: 48px;
		line-height: 52px;
		margin: 42px 0 0;
	}

	.visual-container .wrap-holder {
		padding: 0 15px;
	}

	.visual-container.bg-green .wrap-holder {
		padding: 198px 70px 48px;
	}

	.visual-container.bg-blue .wrap-holder {
		padding: 236px 70px 54px;
	}
	.visual-container .img-caption {
		line-height: 39px;
		padding: 0;
	}

	.visual-container .img-caption .btn-down {
		left: 0;
		bottom: 0;
		margin: 0 0 0 10px;
	}

	.visual-container .img-caption .text-cover-hold {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.visual-container .img-caption .text-cover {
		position: relative;
		max-width: 575px;
		padding: 0 0 59px 4px;
	}

	.visual-container .text-wrap {
		font-size: 34px;
		line-height: 46px;
		letter-spacing: -.1px;
		font-family: "Roboto", sans-serif;
	}

	.visual-container .btn-back {
		top: 50%;
		left: -65px;
		margin: -20px 0 0;
	}

	.visual-container .jcf-select {
		width: 150px;
		right: 31px;
		margin: -10px 0 0;
	}

	.info-list {
		padding: 0 0 0 3px;
		margin: 0 0 18px;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -.34px;
	}

	.info-list li {
		margin: 0 39px 0 0;
	}

	.info-list li + li:after {
		top: 3px;
		left: -23px;
		bottom: 2px;
	}

	.info-area {
		font-size: 22px;
		line-height: 30px;
	}

	.info-area .info-wrap {
		padding: 87px 26px 68px;
	}

	.info-area .para-holder {
		margin: 0 0 48px;
	}

	.info-area p {
		margin: 0 0 30px;
	}

	.info-area .logos-list li {
		width: 20%;
		margin: 0;
	}

	.about-area {
		font-size: 22px;
		line-height: 30px;
	}

	.about-area p {
		margin: 0 0 49px;
	}

	.about-area .text-holder {
		padding: 87px 28px 54px;
	}

	.about-area h1 {
		margin: 0 0 34px;
	}

	.about-area h2 {
		margin: 0 0 11px;
	}

	.resource-area {
		font-size: 22px;
		line-height: 30px;
		padding: 107px 0 64px;
	}

	.resource-area .heading-holder {
		padding: 0 27px;
		margin: 0 0 49px;
	}

	.content-holder {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: .5px;
		padding: 34px 30px 57px;
	}

	.content-holder p {
		margin: 0 0 30px;
	}

	.article-block .text-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.article-block .text-info .text-wrap {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.article-block .placeholder {
		padding: 6px 15px 0 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 58%;
		margin: 0;
	}

	#header {
		padding-top: 39px;
		-webkit-transition: padding .5s ease-in-out;
		transition: padding .5s ease-in-out;
	}

	#header.style {
		background: #fff;
		box-shadow: 0 6px 8px rgba(0, 0, 0, .25);
	}

	#header.style {
		padding: 0;
	}

	#header.style .header-holder {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		background: none;
		box-shadow: none;
		padding: 20px 0 17px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#header .header-holder {
		max-width: 1000px;
		margin: 0 auto;
		padding: 45px 0;
		-webkit-transition: max-width .5s ease-in-out;
		transition: max-width .5s ease-in-out;
	}

	#header .logo {
		top: 50%;
		left: 50%;
		margin: -33px 0 0 -65px;
		position: absolute;
	}

	#header .logo.style {
		top: 0;
		left: 0;
		margin: 0;
		position: relative;
	}

	#footer .footer-holder {
		padding: 79px 9px 57px 0;
	}

	#footer .footer-bar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .right-align {
		padding: 19px 0 0;
		margin: 0;
	}

	#footer .footer-logo {
		margin: 0 0 27px;
		width: 183px;
	}

	#footer .subs-form {
		height: 62px;
		width: 430px;
		margin: 0 0 24px;
	}

	#footer .btn {
		top: 10px;
		right: 10px;
		padding: 12px 29px 12px 28px;
	}

	.footer-nav,
	.add-nav {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: -.32px;
	}

	.footer-nav li,
	.add-nav li {
		margin: 0 56px 0 0;
	}

	.footer-nav li + li:after,
	.add-nav li + li:after {
		left: -33px;
	}

	.footer-nav {
		padding: 0 18px 0 0;
		text-align: right;
	}

	.footer-nav li {
		margin: 0 38px 0 0;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type="submit"] {
		top: 10px;
		right: 10px;
		padding: 12px 29px 12px 28px;
	}
}

@media(min-width: 786px) {
	#nav .nav-holder.style ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

	#nav .nav-holder.style ul:last-child li:last-child {
    border: 2px solid #46c4eb;
		padding: 10px 20px;
  }
}

@media (min-width: 1024px) {
	.posts-block {
		margin: 0 -8px 70px;
	}

	.posts-block.space-style {
		margin: 0 -8px;
	}

	.post {
		padding-left: 8px;
		padding-right: 8px;
	}

	.post .wrap-holder {
		padding: 46px 27px 45px;
	}

	.post .wrap-holder.style {
		padding: 19px 26px 45px;
	}

	.post h1 {
		font-size: 48px;
		line-height: 48px;
		margin: 0 0 27px;
	}
}

@media (min-width: 1200px) {
	.posts-block {
		padding: 0 17px 0 9px;
	}

	.posts-block.space-style {
		padding: 0 22px 0 4px;
	}

	.posts-block.space-style2 {
		padding: 0 15px 0 14px;
	}

	.article-block {
		padding: 98px 30px 89px;
	}

	.article-block .text-hold {
		padding: 16px 0 0;
	}

	.article-block .placeholder {
		padding: 6px 53px 0 0;
	}

	#header.style .header-holder {
		padding: 20px 31px 17px 4px;
	}
}

@media (min-width: 1440px) {
	.visual-container.bg-green .wrap-holder {
		padding: 198px 45px 48px;
	}

	.visual-container.bg-blue .wrap-holder {
		padding: 236px 45px 54px;
	}

	.visual-container .btn-back {
		left: -130px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.search-form input[type="search"] {
		width: 140px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

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

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

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 1px;
	}

	.content-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 25px 0;
	}

	#content {
		max-width: 100%;
	}

	#sidebar {
		max-width: 100%;
	}

	#nav {
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		max-height: 0;
		width: 100%;
		z-index: -1;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		pointer-events: none;
	}

	.nav-active #nav {
		max-height: 4000px;
		pointer-events: all;
	}

	#nav .nav-holder {
		padding: 69px 38px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
		background: -webkit-linear-gradient(116deg, #4674eb 0%, #08b596 100%);
		background: linear-gradient(-26deg, #4674eb 0%, #08b596 100%);
	}

	.nav-active #nav .nav-holder {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav ul {
		width: 100%;
		padding: 0;
		text-align: left;
		margin: 0 0 57px;
	}

	#nav ul + ul {
		padding: 0;
		margin: 0;
	}

	#nav ul li {
		margin: 0 0 57px;
	}

	.post .wrap-holder.same-height-left,
	.post .wrap-holder.same-height-right {
		height: auto !important;
	}

	.visual-container .wrap-holder.align-text {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.visual-container .video-holder {
		display: none;
	}

	.visual-container .img-caption .wrap-container {
		padding: 0 25px;
	}

	.visual-container .btn-back.style {
		top: 50%;
		left: -50px;
		margin: -20px 0 0;
	}

	.info-area .logos-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info-area .logos-list li:nth-child(odd) {
		text-align: left;
	}

	.info-area .logos-list li:last-child {
		width: 100%;
		margin: 0;
	}

	.resource-area .btn {
		display: none;
	}

	.article-block .head-holder {
		margin: 0 0 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.article-block .text-hold {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.article-block .img-hold {
		margin: 0 0 50px;
		overflow: hidden;
	}

	#header.style .wrap-container {
		padding: 0;
	}

	#footer .footer-bar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#footer .left-align {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 0 0 9px;
	}

	#footer .right-align {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 500px) {
    .bg-stretch {
        background-size: contain;
    }
}

@media (max-width: 638px) {
	#nav .nav-holder {
		padding: 30px;
	}

	#nav ul {
		margin: 0 0 25px;
	}

	#nav ul li {
		margin: 0 0 25px;
	}

	.visual-container .img-caption .wrap-container {
		padding: 0 15px;
	}

	.article-block h2 {
		font-size: 36px;
		line-height: 36px;
	}

	.article-block .img-hold {
		margin: 0 0 25px;
	}
}

