/**
 * --------------------------------------------------------------
 * Minified CSS
 * --------------------------------------------------------------
 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-next span,
	.fancybox-prev span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px
	}
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571428572em
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002";
	color: #fff;
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-asc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-desc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}




/**
 * --------------------------------------------------------------
 * Google Fonts
 * --------------------------------------------------------------
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

/**
 * --------------------------------------------------------------
 * Default
 * --------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #005d92
}

h1 {
	color: #fff;
	font-size: 3em;
	font-weight: 900;
}

.excess-intro h1 {
  color: #005d92;
}

h2 {
	color: #005d92;
	font-size: 2.25em;
	margin: 20px 0;
}

h3 {
	color: #005d92;
	font-size: 1.5em;
	margin: 20px 0
}

h4 {
	color: #005d92;
	font-size: 1.25em;
	margin: 10px 0;
}

h5 {
	color: #005d92;
	font-size: 1.125em;
	margin: 10px 0;
}

h6 {
	color: #005d92;
	font-size: 1em;
	margin: 10px 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

p {
	color: #1c394a;
	margin-bottom: 20px;
}

a {
	color: #005d92;
}

a:hover {
	color: #003757;
	text-decoration: underline;
}

ul,
ol {}

ul li,
ol li {}

.br {
	clear: both;
}

.green {
	color: #8dc53e;
}

.blue {
	color: #005d92;
}

.button {
	display: block;
	border-radius: 20px;
	width: 180px;
	height: 50px;
	border: 2px solid #005d92;
	color: #7fa0bc;
	font-size: 1.8rem;
	background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button:hover {
	text-decoration: none;
	color: #005d92;
}

::-webkit-input-placeholder {
	color: #1c394a;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #1c394a;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #1c394a;
}

:-ms-input-placeholder {
	color: #1c394a;
}

#main-column {
	padding: 0 !important;
}

.page-id-68 .site-content .gform_body .gform_fields .gfield .ginput_container input {
	padding: 0 0 0 10px;
	line-height: 30px;
	background: #fff !important;
	border-color: black !important;
	border-radius: 0 !important;
	border-width: 1px !important;
}

.white {
	color: #fff;
}



img.logo-row {
	margin: 0 40px 30px 40px;
	display: inline-block !important;
}



/* --- Crafted --- */

#site-header {
	font-family: 'Lato', sans-serif;
	/* background-image: linear-gradient(to right, #fff 50%, #00578E); */
}

#main-navigation {
	max-width: 1440px;
	margin: 0px auto;
}

.site-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: url('../img/header-bg-new.png');
	background-size: cover;
}

.site-navigation:after {
	content: "";
	position: absolute;
	background-image: url('../img/header-bg-repeat.png');
	background-repeat: repeat-x;
	right: calc((100vw - 1440px) / 2 * -1);
	width: calc((100vw - 1440px) / 2);
	height: 70px;
	/* background: #00578E; */
	/* box-shadow: inset -10px 0px 19px 0px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 1476px) {
	.site-navigation:after {
		right: -15px;
		width: 15px;
		height: 70px;
		top: 0;
	}
}

.site-search {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	min-width: 35px;
	padding-left: 10px;
}

.site-search .show-search {
	position: absolute;
	padding-top: 2px;
	right: 22px;
}

#site-header .menu-item-has-children>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	padding-left: 5px;
}

#site-footer .footer-menu,
#site-footer .footer-bottom {
	padding: 0 15px;
}

#site-footer .footer-menu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}

#site-footer .footer-menu ul li {
	font-size: 1em;
	text-transform: uppercase;
	padding: 0 25px;
}

#site-footer .footer-menu ul li:first-child {
	padding-left: 0;
}

#site-footer .footer-menu ul li:last-child {
	padding-right: 0;
}

#site-footer .footer-menu ul li a {
	color: #fff;
	font-weight: bold;
}

#site-footer .footer-menu ul.dropdown-menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	padding-left: 0;
}

#site-footer .footer-menu ul.dropdown-menu li {
	font-size: .75em;
	text-transform: uppercase;
	padding: 1px 0;
}

#site-footer .footer-menu ul.dropdown-menu li a {
	color: #fff;
	font-weight: 400;
}

#site-footer .footer-bottom {
	margin-top: 125px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#site-footer .social {
	display: flex;
	align-items: center;
}

#site-footer .social .social-links {
	margin-top: 0;
	margin-right: 5px;
}

#site-footer .footer-bottom .address {
	color: #fff;
	text-align: right;
	font-weight: 300;
}

#site-footer .footer-bottom h5 {
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
}

.wave-wrapper-top {
	overflow-x: hidden;
}

.wave-wrapper-bottom {
	overflow-x: hidden;
	margin-bottom: -1px;
}

.wave-wrapper-top img,
.wave-wrapper-bottom img {
	object-fit: cover;
	width: 100vw;
}

.wave-wrapper-top img {
  margin-top: -1px;
}

body.page-template-template-projects .featured-in {
	display: none;
}

body.single.single-post .title-section {
  min-height: 250px;
}

body.single.single-post .title-section h1 {
  display: none;
}

.site-main .at-above-post-page.addthis_tool {
  display: none;
}

.projects-intro {
	background-color: #005D93;
	padding: 70px 0 0 0;
}

.projects-intro h1 {
	margin-bottom: 40px;
}

.projects-intro p {
	color: #fff;
}

.project-filters {
	padding: 50px 0 45px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.project-filters .section-title {
	font-size: 1.25em;
	padding-right: 20px;
	margin-bottom: 20px;
}

.project-filters .each-filter {
	margin: 0 10px 20px 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 4px solid #005D93;
	border-radius: 4px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.22), 0 11px 22px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.project-filters .each-filter.active {
  background: #005D93;
  color: #fff;
}

.project-filters .each-filter:first-child {
	margin-right: 0;
}

.project-filters .each-filter:first-child {
	margin-left: 0;
}

.project-filters span.cat-filter {
	font-size: 1.1875em;
	padding-right: 100px;
}

.project-filters span.filter-dot,
.project-listing span.filter-dot {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

span.filter-dot.yellow {
	background-color: #D8C826;
}

span.filter-dot.orange {
	background-color: #CF7B31;
}

span.filter-dot.red {
	background-color: #A12B2F;
}

body.home .project-listing {
  display: block;
}

body.home .project-listing .VueCarousel i {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

body.home .project-listing .VueCarousel-inner {
  align-items: center;
}

body.home .project-listing .VueCarousel-navigation-prev{
  transform: translateY(-90%) translateX(-125%);
}

body.home .project-listing .VueCarousel-navigation-next{
  transform: translateY(-90%) translateX(125%);
}

.project-listing {
	display: flex;
	flex-wrap: wrap;
}

.project-listing .each-project {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 25px 12px 0 rgba(0, 0, 0, 0.1), 0 14px 28px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
	position: relative;
}

.project-listing .each-project .title {
	text-align: center;
	padding: 30px 15px 30px 15px;
  border-top: 4px solid #8CC63F;
  border-right: 4px solid #8CC63F;
  border-left: 4px solid #8CC63F;
  height: 310px;
}

.project-listing a:hover .each-project .title {
  border-top: 4px solid #638e2a;
  border-right: 4px solid #638e2a;
  border-left: 4px solid #638e2a;
}

.project-listing .each-project .title h2 {
	color: #4a4a4a;
}

.project-listing .each-project a.learn-more {
	background-color: #8CC63F;
	font-size: 1.125em;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 35px 15px;
  color: #fff;
  border-bottom: 4px solid #8CC63F;
  border-right: 4px solid #8CC63F;
  border-left: 4px solid #8CC63F;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.project-listing .each-project a.learn-more:hover {
  text-decoration: none;
  background-color: #638e2a;
  border-bottom: 4px solid #638e2a;
  border-right: 4px solid #638e2a;
  border-left: 4px solid #638e2a;
}

.project-listing a:hover {
  text-decoration: none;
}

.project-listing a:hover .each-project a.learn-more {
  text-decoration: none;
  background-color: #638e2a;
  border-bottom: 4px solid #638e2a;
  border-right: 4px solid #638e2a;
  border-left: 4px solid #638e2a;
}

.project-listing .each-project .filter-dot {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}

.project-show {
	margin: 40px auto 0 auto;
	text-align: center;
}

.project-show a.show {
	font-size: 1.25em;
	color: #333;
}

#single-project .intro-bg {
	background: #005D93;
}

#single-project .intro-bg a {
  color: #8dc53e;
}

#single-project .intro-content {
	padding: 40px 0 0 0;
	color: #fff;
}

#single-project .intro-content h1 {
	text-align: left;
}

#single-project .intro-content h1, 
#single-project .intro-content h2, 
#single-project .intro-content h3,
#single-project .intro-content p {
  color: #fff;
}

#single-project .intro-content img {
	background: #fff;
	padding: 15px 20px;
	border-radius: 4px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.22), 0 14px 28px 0 rgba(0, 0, 0, 0.25);
	max-width: 100%;
	height: auto;
}

#single-project .our-partners .partners {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 25px;
}

#single-project .our-partners .partners a {
	max-width: 25%;
	padding: 25px;
	width: 25%;
}



#single-project .our-partners .partners a img {
	max-width: 100%;
	height: auto;
}
/* --- End Crafted --- */

/* Collaborate with ESN */
.collaborate-esn .collab-section .collab-button {
	position: absolute;
	text-align: center;
	display: block;
	height: auto;
	color: #057abe;
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 4px;
	border: 3px solid #005d92;
}

.collaborate-esn .collab-section .collab-button:hover {
	color: #005d92;
	text-decoration: none;
}

.collab-sections {
	background-color: #fff;
	height: 300px;
}

.collab-title {
  margin-top: 30px;
	font-size: 24px;
	color: #005d92;
	text-align: center;
	vertical-align: middle;
  line-height: 150%;
  margin-bottom: 25px;
}

.collab-content {
  text-align: center;
  margin-bottom: 20px;
}

.collab-icon {
	height: 25%;
}

.collab-icon1 {
	background: url('../img/esn-collaborate-icon.png') no-repeat center;
}

.collab-icon2 {
	background: url('../img/esn-consulting-icon.png') no-repeat center;
}

.collab-icon3 {
	background: url('../img/esn-workshops-icon.png') no-repeat center;
}

/* Projects */
.projects-readmore {
	text-align: right;
}

.project-individual-readmore {
	position: absolute;
	right: 25%;
	text-align: center;
	top: 60%;
	width: 50%;
	display: block;
	height: auto;
	color: #fff !important;
	font: 16px Arial;
	padding: 10px 20px !important;
	border-radius: 10px 10px 10px 10px;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	text-decoration: none;
}

.project-individual-readmore:hover {
	position: absolute;
	right: 25%;
	text-align: center;
	width: 50%;
	color: #88c041 !important;
	background: #fff;
	text-decoration: none;
}

/* Partners */
.partners-row {
	/* background: url('../img/esn-header-default-blur.png') no-repeat; */
	/* background-size: cover; */
}

.partner-logo {
	padding-left: 80px;
	padding-bottom: 50px;
	padding: 0 40px 50px 40px;
	display: inline !important;
	opacity: .4;
}

.ws_xs .partner-logo {
	padding: 0 10px 25px 10px;
}

.partners {
	text-align: center;
}

.partner-header {
	font-size: 2.4rem;
	color: white;
}

/* Featured in */
.featured-row {
	background: url('../img/esn-header-workshops-blurred.png') no-repeat;
	background-size: cover;
}

.featured-logo {
	padding-left: 80px;
	padding-bottom: 50px;
	display: inline !important;
	opacity: .4;
}

.featured {
	text-align: center;
}

.featured-header {
	font-size: 2.4rem;
	color: white;
}

/* Icons */
.homepage-icon1 {
  background: url('../img/esn-homepage-icon1.png') no-repeat center;
  height: 20px;
}

/* Footer */
.footer-content {
	padding-top: 5%;
}

.footer-content a {
	font-size: 1.4rem;
	color: #7090a3;
}

/* .gform_body .gform_fields .gfield .ginput_container input {
	background: #6f90a4;
	width: 100%;
	border-radius: 8px;
	border-width: 0;
	color: #1c394a;
	font-size: 1.6rem;
	height: 30px;
} */

/* .gform_widget h5 {
	color: #fff;
	font-size: 1.6rem;
	margin: 0px;
	padding-left: 3px;
} */

/* .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.6rem;
	position: absolute;
	top: 38px;
	right: 15px;
	background: transparent;
	height: 25px;
	border-width: 0px;
	color: #fff;
	width: 50px;
	border-radius: 0px;
} */

/* #gform_wrapper_3.gform_wrapper .gform_footer input.button,
#site-footer .gform_wrapper .gform_footer input.button,
#site-footer .gform_wrapper .gform_footer input[type=submit] {
	width: 50px !important;
}

#gform_wrapper_3.gform_wrapper .ginput_container,
#gform_wrapper_3.gform_wrapper .top_label input.medium,
#site-footer .gform_wrapper .ginput_container,
#site-footer .gform_wrapper .top_label input.medium {
	width: 100% !important;
} */






.newsletter-button {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff !important;
	font-size: 1em;
	padding: 10px 25px !important;
	border-radius: 20px 20px 20px 20px;
	text-decoration: none;
}

.newsletter-button:hover {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.35);
	text-decoration: none;
}

.footer-only .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

.footer-only .widget_text .widget-title {
	margin-top: 0 !important;
	margin-bottom: 16px !important;
	color: #fff;
	font-size: 1.6rem;
}

.footer-only .widget_text .textwidget {
	color: #7090a3;
}

.footer-only .social-links>span {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-right: 10px;
}

.footer-only .social-links>span.li {
	background: #007ab6;
	margin-right: 5px;
}

.footer-only .social-links>span.tw {
	background: #00acec;
	margin-right: 5px;
}

.footer-only .social-links>span.fl {
	background: #ff0084;
	margin-right: 5px;
}

.footer-only .social-links>span.yt {
	background: #ba0000;
}

.footer-only .social-links span i {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	display: block;
	margin-top: 9px;
}

.footer-only .social-links span a:hover {
	text-decoration: none;
}

/* Board of Directors*/
.board-bottom-separator {
	position: absolute;
	height: 1px;
	background: #e1e1e1;
	width: 100%;
	bottom: 0px;
	margin-top: 10px;
}

.board-title {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

.board-subtitle {
	font-size: 1.8rem;
	font-style: italic;
	margin-bottom: 5px;
}

.board-content {
	margin-bottom: 15px;
}

.board-content p {
	margin-bottom: 5px !important;
}

.board-readmore {
	margin-bottom: 5px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100%;
}

.board-member {
	margin-bottom: 20px;
}

.page-template-template-board .board-member:nth-child(even) {
	text-align: right !important;
}

.page-template-template-board .board-member:nth-child(even) .board-thumb {
	float: right !important;
}

.page-template-template-board .board-member:nth-child(odd) .arrowright {
	background-position: top left;
	padding: 0 16px 10px 16px;
}

.page-template-template-board .board-member .collapseomatic {
	width: auto;
	color: #8dc53e;
}

.page-template-template-board .board-member .collapseomatic_excerpt {
	margin-left: 0 !important;
}

.page-template-template-board .board-member .collapseomatic_content {
	margin-left: 0 !important;
}

.board-content div:nth-child(1),
.board-content div:nth-child(2) {
	padding-bottom: 15px;
}

/* About Counters */
.timer {
	color: white;
}

.counter_value {
	display: none;
}

.dolla_dolla_bill_yall {
	font-size: 3.4rem;
	color: #fff;
}

.collapseomatic_content {
	padding-bottom: 15px;
}


#main-column .past-client-logos img {
	margin: 0 auto;
}


/**
 * --------------------------------------------------------------
 * Body Styles
 * --------------------------------------------------------------
 */
body {
	background: #f8f8f8;
}

.rtl {}

.home {}

.blog {}

.archive {}

.date {}

.search {}

.paged {}

.attachment {}

.error404 {}

.author {}

.category {}

.tag {}

.page-parent {}

.search-results {}

.search-no-results {}

.logged-in {}

/**
 * --------------------------------------------------------------
 * Main Navigation
 * --------------------------------------------------------------
 */
#site-header .main-menu {
	display: block;
	height: 70px;
}

#site-header .main-menu ul {
	list-style-type: none;
	height: 70px;
	padding: 0;
	margin: 0;
}

#site-header .main-menu ul ul {}

#site-header .main-menu ul>li {
	float: left;
	padding: 0 12px;
	cursor: pointer;
	position: relative;
}

#site-header .main-menu ul li:hover {
	background: #023958;
}

#site-header .main-menu li a {
	color: #fff;
	font-size: .88em;
	font-weight: 500;
	line-height: 70px;
	width: 100%;
	height: 100%;
	padding: 25px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

#site-header .main-menu li a:hover {}

#site-header .main-menu li ul {}

#site-header .main-menu li li {}

#site-header .main-menu li li a {}

#site-header .main-menu .current_page_item {}

#site-header .main-menu .current-cat {}

#site-header .main-menu .current-menu-item {}

#site-header .main-menu .menu-item-type-taxonomy {}

#site-header .main-menu .menu-item-type-post_type {}

#site-header .main-menu .menu-item-type-custom {}

#site-header .main-menu .menu-item-home {}

#site-header .main-menu ul li .dropdown-menu {
	display: none;
}

#site-header .main-menu ul li:hover .dropdown-menu {
	display: block;
}

#site-header .main-menu ul li .dropdown-menu {
	background-color: #023958;
	z-index: 99999999999;
	position: absolute;
	top: 70px;
	left: 50%;
	width: 180px;
	height: auto;
	padding: 20px 0;
	opacity: 0.95 !important;
	margin-left: -90px;
}

#site-header .main-menu ul li .dropdown-menu .current_page_item a {
	background: none !important;
}

#site-header .main-menu ul li .dropdown-menu li {
	display: block;
	cursor: pointer;
	clear: both;
	padding: 0 15px;
	position: relative;
	width: 100%;
}

#site-header .main-menu ul li .dropdown-menu li:hover {
	background: rgba(0, 0, 0, .2)
}

#site-header .main-menu ul li .dropdown-menu li a {
	color: #fff;
	font-size: .75em;
	float: left;
	line-height: 1em;
	padding: 15px 0;
	border: none;

}

/**
 * --------------------------------------------------------------
 * Post Styles
 * --------------------------------------------------------------
 */
.post-id {}

.post {}

.page {}

.attachment {}

.sticky {}

.hentry {}

.category-misc {}

.category-example {}

.tag-news {}

.tag-wordpress {}

.tag-markup {}


/**
 * --------------------------------------------------------------
 * Post Content Styles
 * --------------------------------------------------------------
 */
.entry-content img {}

.alignleft,
img.alignleft {}

.alignright,
img.alignright {
	margin-left: 15px;
	margin-bottom: 25px;
}

.aligncenter,
img.aligncenter {
	vertical-align: middle;
	height: 100px !important;
	width: 100px !important;
}

.alignnone,
img.alignnone {}

.excess-intro {
  padding-top: 50px;
}

.excess-intro .wp-caption {
  border: none;
}

.wp-caption img {}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

.wp-smiley {}

blockquote {
  display: inline-block;
  width: 57.5%;
  float: right;
  padding: 20px;
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.5);
  position: relative;
  border-radius: 4px;
  border: none;
  margin-left: 30px;
  margin-top: 3px;
  font-size: 20px;
  font-weight: bold;
}

blockquote p {
  position: relative;
  z-index: 9;
}

blockquote::before {
  content: url(../img/quote-left.svg);
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}

blockquote::after {
  content: url(../img/quote-right.svg);
  position: absolute;
  right: 15px;
  bottom: -7px;
  z-index: 1;
}

@media (max-width: 599px) {
  blockquote {
    display: block;
    width: 100%;
  }
}

blockquote.left {}

blockquote.right {}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}


/**
 * --------------------------------------------------------------
 * Comment Styles
 * --------------------------------------------------------------
 */

.commentlist .reply {}

.commentlist .reply a {}

.commentlist .alt {}

.commentlist .odd {}

.commentlist .even {}

.commentlist .thread-alt {}

.commentlist .thread-odd {}

.commentlist .thread-even {}

.commentlist li ul.children .alt {}

.commentlist li ul.children .odd {}

.commentlist li ul.children .even {}

.commentlist .vcard {}

.commentlist .vcard cite.fn {}

.commentlist .vcard span.says {}

.commentlist .vcard img.photo {}

.commentlist .vcard img.avatar {}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}

.commentlist .comment-meta a {}

.commentlist .commentmetadata {}

.commentlist .commentmetadata a {}

.commentlist .parent {}

.commentlist .comment {}

.commentlist .children {}

.commentlist .pingback {}

.commentlist .bypostauthor {}

.commentlist .comment-author {}

.commentlist .comment-author-admin {}

.commentlist {}

.commentlist li {}

.commentlist li p {}

.commentlist li ul {}

.commentlist li ul.children li {}

.commentlist li ul.children li.alt {}

.commentlist li ul.children li.byuser {}

.commentlist li ul.children li.comment {}

.commentlist li ul.children li.depth- {
	id
}

	{}

.commentlist li ul.children li.bypostauthor {}

.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}

#cancel-comment-reply a {}

/*Comment Form */

#respond {}

#reply-title {}

#cancel-comment-reply-link {}

#commentform {}

#author {}

#email {}

#url {}

#comment #submit .comment-notes {}

.required {}

.comment-form-author {}

.comment-form-email {}

.comment-form-url {}

.comment-form-comment {}

.form-allowed-tags {}

.form-submit

/**
 * --------------------------------------------------------------
 * Header Styles
 * --------------------------------------------------------------
 */
#site-header {
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	background: #fff;
}

#site-header .site-logo {
	margin-top: 10px;
	z-index: 100;
}

#home-slider {
	padding: 0;
}

.search {
	background-color: #f8f8f8;
}

.search-results .page-title {
	margin-bottom: 50px !important;
	font-size: 3.0rem;
}

.show-search {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#searchform-top input[type="search"] {
	background: rgba(216, 216, 216, 0.25);
	border: 0px;
	height: 35px;
	border-radius: 25px;
	display: none;
	padding: 0 15px;
	color: #fff;
	z-index: 9999999;
  outline: none;
  max-width: 165px;
}

#searchform-top input[type="search"]::placeholder {
	color: #fff;
	opacity: 1;
}

#searchform-top input[type="submit"] {
	display: none;
}

#searchform-top input[type="search"].show,
#searchform-top input[type="submit"].show,
.show-search {
	display: block;
}







/**
 * --------------------------------------------------------------
 * Homepage Styles
 * --------------------------------------------------------------
 */

.ws_xs #rev_slider_1_1 li.tp-revslider-slidesli .smalltextesn {
	/*display: none;*/
}




.home-page-wrapper {
	padding: 0;
	padding: 0 0;
}

.home-section {
	padding: 0;
	padding: 75px 0;
}

.home-section .section-title {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Section 1 */
.home-message {
	text-align: center;
}

.home-message .message-content {
	padding-top: 40px;
}

.home-message .message-content .title {
	font-size: 2.8rem;
	font-weight: bold;
	color: #005d92;
}

.home-message .message-content .content {
	font-size: 1.8rem;
	color: #005d92;
}

.home-message .message-content .icon {
	display: block;
	width: 100%;
	height: 60px;
}

.yt-embed .video-container {
	max-width: 400px;
}

/* Collaborate with ESN */
.collaborate-esn {
	background: #f8f8f8;
}



/* Our Partners */
.our-partners {
	padding: 40px 0;
}

body.home #home-slider {
  display: none;
}


/* Our Projects */
/* .our-projects .project-container {
	width: 100%;
	height: 140px;
	position: relative;
}

.our-projects .project-container .title-bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	width: 100%;
	background: #88bf41;
	cursor: pointer;
	opacity: .95;
}

.our-projects .project-container:hover .title-bar {
	display: none;
}

.our-projects .project-container .full-section-title {
	display: none;
}

.our-projects .project-container:hover .full-section-title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(136, 192, 65, 0.75);
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

.our-projects .project-container .full-section-title .title-container {
	display: table;
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding: 0 15px;
}

.our-projects .project-container:hover .full-section-title .sub-title {
	font-size: 1.8rem;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.ws_xs .our-projects .project-container:hover .full-section-title .sub-title {
	font-size: 2.2rem;
}

.our-projects .project-container .full-section-title .readmore.button {
	width: 100px;
	height: 30px;
	background: none;
	border-color: #fff;
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -50px;
}

.our-projects .project-container:hover .full-section-title .readmore.button:hover {
	color: #fff;
}

.our-projects .project-container .title-bar .title {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

.our-projects .projects-readmore>a {
	display: block;
	text-align: right;
} */

#projects-home .projects-wrapper {
  background: #005D93;
  padding: 30px 0 50px 0;
}

#projects-home .projects-wrapper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

#projects-home .the-projects {
  background: #005D93;
}

#projects-home .projects-wrapper .each-project h2 {
  color: #4A4A4A;
}

#projects-home .wave-wrapper-bottom img {
  margin-bottom: 0px !important;
}

.home-building h2 {
  text-align: center;
}

.home-building .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 60px 0 100px 0;
  flex-wrap: wrap;
}

.home-building .module {
  color: #fff;
  padding: 20px 40px;
  background: #005D93;
  width: calc(50% - 20px);
  border-radius: 4px;
  box-shadow: 0 25px 12px 0 rgba(0, 0, 0, 0.1), 0 14px 28px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.home-building .module img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0!important;
}

.home-building .module p,
.home-building .module h3 {
  color: #fff;
}

#homepage-video {
  height: 400px;
  margin: 0 0 75px 0;
  background: url(../img/car-modal-cover.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

#homepage-video .play-icon {
  max-width: 15%;
  min-width: 65px;
  cursor: pointer;
  margin: 0px auto;
}

#homepage-video iframe {
  max-width: 100%;
}

/* #homepage-video .flex-video {
  position: relative;
  padding-bottom: 400px;
  margin-bottom: 0;
} */

/* Footer */
#site-footer {
	font-size: 16px;
	min-height: 270px;
	height: auto;
	padding: 80px 30px 50px 30px;
	background: #005D93;
	border: none;
	font-family: 'Lato', sans-serif;
}

.site-footer .widget_nav_menu .menu {
	padding-left: 0;
	list-style-type: none;
}




/**
 * --------------------------------------------------------------
 * Internal Page Styles
 * --------------------------------------------------------------
 */
.overlay {
	position: absolute;
	z-index: 5;
	background: rgba(0, 93, 146, 0.35);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body:not(.home) .slider-container {
	/* height: 230px; */
	width: 100%;
	position: relative;
}

body .slider-container {
	padding: 0 !important;
}

.slider-container .header {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover !important;
}

.slider-container .header .page-title {
	line-height: 1;
	margin-top: 86px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35), 0 3px 6px rgba(0, 0, 0, 0.15);
}

body:not(.home) .slider-container .header .page-title {
	position: relative;
	z-index: 10;
	margin: 43px 0;
}

@media (min-width: 768px) {
	body:not(.home) .slider-container .header .page-title {
		margin: 86px 0;
	}
}

.ws_xs .slider-container .header .page-title {
	margin-top: 5px;
}

.slider-container .header.search-results {
	background: url('../img/headers/esn-header-search-results.png') no-repeat;
}

.slider-container .header.error404 {
	background: url('../img/headers/esn-header-404.png') no-repeat;
}

.slider-container .header.default {
	background: url('../img/headers/esn-header-default.png') bottom center no-repeat;
}

body:not(.home) .main-content {
	padding-top: 50px;
}

.desc-section {
	margin-top: 60px;
}

.desc-section .description p {
	color: #fff;
	font-size: 1.6rem;
}

body:not(.home) #main {
	/*padding: 50px 0 150px;*/
	padding: 50px 0 100px;
}



/* Contact Page */
.page-id-68 .site-content .home-page-wrapper {
	padding: 0;
}

.page-id-68 .site-content .home-page-wrapper .site-content {
	margin-bottom: 0;
}

.page-id-68 #gform_fields_2 {
	width: 80%;
}

.gform_description {
	color: #005d92;
	font-size: 1.6rem;
	font-weight: bold;
}

/* .page-id-68 .site-content .gfield_label,
.page-id-68 .site-content form .ginput_container label {
	color: #1c394a;
	font-size: 1.4rem;
	font-weight: bold;
} */

form .gfield .ginput_container select {
	height: 35px;
	line-height: 35px;
	-webkit-appearance: menulist-button;
	background: #fff;
	margin-bottom: 20px;
}

.site-content form .gfield .ginput_container input {
	height: 35px;
	line-height: 35px;
}

.site-content form .gfield .ginput_container.ginput_complex input[type=text] {
	height: 35px;
	line-height: 35px;
}

.page-id-68 .site-content .gform_wrapper form #field_2_2 #input_2_2_3_container {
	margin-right: 0;
}

.page-id-68 .site-content .gform_wrapper form #input_2_3 {
	width: 96%;
}

.page-id-68 .site-content .gform_wrapper form #field_2_4 {
	width: 48%;
	margin-right: 1%;
}

.page-id-68 .site-content .gform_wrapper form #field_2_5 {
	float: left;
}

.page-id-68 .site-content .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
	padding-top: 50px;
	border-bottom: none;
}

.page-id-68 .site-content .gform_wrapper form .gsection h2 {
	color: #8dc53e;
	font-size: 2.2rem;
	font-weight: bold;
}

.page-id-68 .site-content #field_2_7>label {
	color: #005d92;
	font-size: 1.6rem;
	font-weight: bold;
}

.page-id-68 .site-content .gform_wrapper .gfield_radio li label {
	line-height: 3;
	font-weight: normal;
}

.page-id-68 .site-content .gform_wrapper ul.gfield_radio li input[type=radio] {
	width: 18px !important;
	margin-right: 5px;
}

.gform_wrapper ul.gfield_radio {
	padding-left: 10px;
}

.gform_wrapper textarea, 
.gform_wrapper input, 
.gform_wrapper select {
  border: 1px solid rgb(238,238,238);
  padding: 17px 10px !important;
}

.gform_wrapper .ginput_container_radio {
  margin-top: 0px !important;
  margin-bottom: 25px;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding-left: 10px!important;
  margin-bottom: 0px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 2px!important;
}

.gform_wrapper label {
  font-size: .9em!important;
}

.gform_wrapper .gform_footer input[type=submit] {
  border-radius: 10px!important;
  padding: 13px 45px!important;
  height: auto!important;
  border: 2px solid #005d92;
  color: #fff!important;
  font-size: 1.8rem!important;
  background: #005d92!important;
  text-align: center;
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  background: #fff!important;
  color: #005d92!important;
}

.page-id-68 .site-content .gform_wrapper .top_label li.gfield.blue-text label {
	color: #005d92;
	font-size: 1em;
	font-weight: bold;
}

.page-id-68 .site-content .gform_wrapper .top_label li.gfield.blue-text .ginput_container textarea {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.gform_wrapper .gform_footer input[type=submit] {
	display: block;
	border-radius: 20px;
	width: 180px;
	height: 50px;
	border: 2px solid #005d92;
	color: #7fa0bc;
	font-size: 1.8rem;
	background: #fff;
	position: relative;
}

@media all and (max-device-width: 480px) {

	body.page .gform_wrapper .gfield_checkbox li input[type=checkbox],
	body.page .gform_wrapper .gfield_radio li input[type=radio],
	body.page .gform_wrapper .gfield_checkbox li input {
		margin-top: 0.85em !important;
	}

}




/* Featured In */
.interior-section.featured-in {
	margin-top: 200px;
}

.featured-in {
	height: auto;
	min-height: 210px;
	width: 100%;
	background-size: cover !important;
	padding: 0 !important;
	overflow: hidden;
}

.featured-in .section-title {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 30px;
}

.featured-in .featured-logos {
	display: block;
	text-align: center;
}

.featured-in .featured-logo {
	display: inline-block;
	margin: 0 50px;
}





/**
 * --------------------------------------------------------------
 * Internal Page Styles
 * --------------------------------------------------------------
 */
.single-esn_project #content {
	position: relative;
}

.single-esn_project #content #main {
	padding: 50px 0 60px;
}

.single-esn_project .photo-copyright {
	position: absolute;
	top: -45px;
	right: 15px;
}

.single-esn_project .photo-copyright span {
	color: rgba(255, 255, 255, 0.6);
}

.photo-copyright {
	text-align: right;
	padding-top: 10px;
}

.single-esn_project .project-title {
	margin-bottom: 40px;
}

.single-esn_project .banner .slider-container {
	height: 340px;
}

.single-esn_project .banner .slider-container .header {
	background-position: center 75% !important;
}

.single-esn_project .banner .slider-container .icon-container {
	width: 245px;
	height: 245px;
	border-radius: 122px;
	overflow: hidden;
	margin: 45px auto 0;
  background: #8dc53e;
  position: relative;
  z-index: 9;
}

.single-esn_project .banner .slider-container .icon-container .icon {
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.single-esn_project #main h1 {
	font-size: 3.6rem;
	color: #005d92;
}

.single-esn_project .home-page-wrapper {
	background: #f8f8f8;
}

.single-esn_project #main-column .project-content p {
	color: #005d92;
}

.single-esn_project .project-objectives {
	padding: 135px 0 40px 0;
}

.single-esn_project .project-objectives .each-objective {
	margin-bottom: 25px;
}

.single-esn_project .project-objectives .objective-title {
	font-size: 2.2rem;
}

.single-esn_project .project-objectives .icon {
	display: block;
	width: calc(100% - 25px);
	height: 20px;
	margin-bottom: 15px;
	background: url('../img/esn-homepage-icon1.png') no-repeat center;
}

.single-esn_project .project-objectives .content {
  padding-right: 25px;
  text-align: center;
}

.single-esn_project .project-objectives .each-objective h3 {
  text-align: center;
  padding-right: 25px;
}

.single-esn_project .project-content img {
	margin-top: 5px;
}

/* Partnerships Template */
.partners-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.partners-wrapper a {
  flex: 0 0 18%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  margin: 5px 5px 35px 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 900px) {
  
  .partners-wrapper a {
    flex: 0 0 23%; /* The important bit. This percentage decides your columns. 
    The percent can be px. It just represents your minimum starting width.
    */
    
  }
}

@media all and (max-width: 599px) {
  
  .partners-wrapper a {
    flex: 0 0 31%; /* The important bit. This percentage decides your columns. 
    The percent can be px. It just represents your minimum starting width.
    */
    
  }
}

/* Press Releases */
.single-esn_project .project-press {
  padding-top: 50px;
	padding-bottom: 100px;
}

.single-esn_project .project-press h2 {
	margin-bottom: 50px;
}

.single-esn_project .press-container {
	display: flex;
	flex-direction: column;
	height: 375px;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.22), 0 14px 28px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

.single-esn_project .press-container h4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.single-esn_project .press-container .date {
	color: #acacac;
	font-size: 1.6rem;
}

.single-esn_project .press-container .objective-title {
	font-size: 2.2rem;
	color: #005d92;
}

.single-esn_project .press-container .readmore {
	position: absolute;
	text-align: center;
	bottom: 15px;
	left: 15px;
	right: 15px;
	display: block;
	height: auto;
	padding: 8px 15px;
	background: #005D93;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	border-radius: 20px;
}

.single-esn_project .press-container .readmore:hover {
	background: #023958;
	text-decoration: none;
}

.single-esn_project .section-readmore {
	margin-top: 27px;
	text-decoration: none;
}

.single-esn_project .learn-more {
	padding: 45px 0;
}

.learn-more .learn-container {
	background: #fff;
	width: 100%;
	height: 240px;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.learn-more .learn-container {
	text-align: center;
}

.learn-more .learn-container.contact strong {
	font-weight: bold;
}

.learn-more .learn-container.sign-up form {
	position: relative;
}

.learn-more .learn-container.sign-up .gform_body .gform_fields .gfield .ginput_container input {
	height: 45px;
	color: black;
	border: 1px solid #005d92;
	line-height: 45px;
	padding: 0 0 0 10px;
}

.learn-more .learn-container.sign-up .gform_wrapper .gform_footer input[type=submit] {
	position: absolute;
	top: 14px;
	right: 2px;
}

/* Our Projects */
.project-media {
	background: #005d92 !important;
	padding: 30px 0;
}

.project-media .project-container {
	width: 100%;
	position: relative;
	cursor: default !important;
}

.project-media .project-container .title-bar {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	width: 100%;
	background: #88c041;
	cursor: pointer;
	opacity: .95;
}

.project-media .project-container .title-bar {
	display: none;
}

.project-media .project-container .full-section-title {
	display: none;
}

.project-media .project-container:hover .full-section-title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: .95;
}

.project-media .project-container .title-bar .title {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}

/* Social Links */
.social-links {
	margin-top: 15px;
	height: 40px;
}

.social-links>span {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	margin-right: 7px;
}

.social-links>span.li {
	background: #007ab6;
}

.social-links>span.tw {
	background: #00acec;
}

.social-links>span.fl {
	background: #ff0084;
}

.social-links>span.yt {
	background: #ba0000;
}

.social-links span i {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	display: block;
	margin-top: 9px;
}

.social-links span a:hover {
	text-decoration: none;
}



/**
 * --------------------------------------------------------------
 * Blog Page Styles
 * --------------------------------------------------------------
 */
.page-id-107 .at4-share-outer,
.archive .at4-share-outer {
	display: none;
}

#main-column .apost .title-link:hover {
	text-decoration: none;
}

#main-column .blog .apost {
	display: block;
	margin-bottom: 15px;
}

.blog .apost .byline .date,
.blog .apost .byline {
	margin-bottom: 25px;
}

.blog .apost .byline .date,
.blog .apost .byline a {
	color: #8dc53e;
}

.blog .apost .byline .date {
	color: #acacac;
}

.blog .apost .readmore,
.blog .apost .readmore2 {
	text-align: right;
	display: block;
}

.wp-pagenavi {
	margin: 0 auto;
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 30px;
}

.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
}

.wp-pagenavi .nextpostslink {
	position: absolute;
	right: 0;
}

.wp-pagenavi .pages {
	color: #1c394a;
	margin-left: 120px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	border: none !important;
}

.wp-pagenavi a:hover {
	text-decoration: none;
}


.ws_xs #main-column img,
.ws_xs #main-column .past-client-logos img {
	margin-bottom: 15px;
}



/**
 * --------------------------------------------------------------
 * Author Page Styles
 * --------------------------------------------------------------
 */
.author-posts span {
	padding: 40px 0;
	display: block;
}

.author-meta span,
.author-meta i {
	font-size: 1em;
}

.archive #main-column .apost {
	padding: 0;
}


/**
 * --------------------------------------------------------------
 * Blog Single Page Styles
 * --------------------------------------------------------------
 */
.tag-list {
	color: #005d92;
}

.comment-container {
	margin-top: 60px;
}



/**
 * --------------------------------------------------------------
 * 404 Page Styles
 * --------------------------------------------------------------
 */
.error404 #main-column a {
	text-decoration: underline;
}

.error404 #main-column a:hover {
	color: #005d92;
}



/**
 * --------------------------------------------------------------
 * Project Logos Styles
 * --------------------------------------------------------------
 */
.project-links {
	padding: 50px 0;
}

.project-links .project-link>a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	text-indent: -999999999999999px;
	background: #8dc53e;
	padding-top: 21px;
}

.project-links .project-link>a:hover {
	background: #a3e348;
}





/**
 * --------------------------------------------------------------
 * In The News Page Styles
 * --------------------------------------------------------------
 */
.page-id-325 .partner-logo {
	padding-left: 25px;
}

.page-id-325 .featured-in:first-child {
	height: 100px;
	background-image: none;
	background: #1c394a;
	min-height: 100px;
	display: none;
}

.page-id-325 .featured-in:first-child .featured {
	height: 45px;
	margin-top: 28px;
}

.page-id-325 .featued-in .featured-header {
	display: none;
}

.page-id-325 .blog .apost .readmore {
	text-align: center;
	width: 100px;
	height: 30px;
	border-color: #8dc53e;
	color: #8dc53e;
}

.page-id-325 .post-container {
	padding: 50px 0;
}

.page-id-325 .featured-container {
	padding: 30px 0 10px;
}

.page-id-325 .post-container:nth-child(even) {
	background: #f8f8f8;
}

.news_logo {
	margin-bottom: 10px;
}


/**
 * --------------------------------------------------------------
 * Header Styles
 * --------------------------------------------------------------
 */
#site-header .current_page_item>a,
#site-header .current-menu-ancestor>a {
	background: url('../img/dots-left.png') no-repeat center 10px, url('../img/dots-right.png') no-repeat center 50px !important;
	/* border-bottom: 2px solid #fff; */
}

/* #site-header .menu-item-has-children > a {
	background: url('../img/esn-nav-arrow.png') no-repeat center 45px;
}
#site-header .menu-item-has-children:hover > a {
	background: none;
} 
#site-header .menu-item > .dropdown-menu { 
	background: url('../img/esn-nav-arrow-hover.png') no-repeat center 0px;
} */


/**
 * --------------------------------------------------------------
 * About Page Styles
 * --------------------------------------------------------------
 */
.page-id-70 #content #main {
	padding: 30px 0 50px;
}

.page-id-70 .change-container {
	text-align: center;
	height: auto;
	min-height: 240px;
	background: url('../img/about-change-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 40px 0 50px;
}

.page-id-70 .change-container .section-title {
	font-size: 2.2rem;
	padding-bottom: 35px;
	display: inline-block;
}

.page-id-70 .change-container .metric .number {
	font-size: 3.4rem;
	color: #fff;
}

.page-id-70 .change-container .metric .desctext {
	font-size: 1.8rem;
	color: #fff;
}

.page-id-70 .about-container {
	/*padding: 70px 0 150px;*/
	padding: 70px 0 50px;
}

.page-id-70 .about-container .page-title {
	font-size: 2.2rem;
}

.page-id-70 .about-container .content {
	color: #1c394a;
	font-size: 1.4rem;
}

.page-id-70 .about-container .readmore {
	text-align: right;
	display: block;
}



/**
 * --------------------------------------------------------------
 * Addthis Compact Styles
 * --------------------------------------------------------------
 */
.addthis-share-compact {
	display: inline-block;
}

.addthis-share-compact>a {
	float: left;
	margin-right: 5px;
}

.page .addthis-toolbox {
	display: none;
}



/**
 * --------------------------------------------------------------
 * Media Page Styles
 * --------------------------------------------------------------
 */
.page-id-368 #content {
	background: #f8f8f8;
}

.page-id-368 #content #main {
	padding-bottom: 50px;
}

.page-id-368 .section-readmore {
	margin-top: 27px;
	text-decoration: none;
}

.page-id-368 .about-container,
.page-id-368 .project-media,
.page-id-368 .project-videos {
	background: #fff;
	padding: 40px 0 50px;
}

.page-id-368 .project-videos {
  padding: 40px 0 0 0;
}

.page-id-368 .about-container .page-title {
	font-size: 2.2rem;
}

.page-id-368 .about-container .content {
	color: #1c394a;
	font-size: 1.4rem;
}

.page-id-368 .about-container .readmore {
	text-align: right;
	display: block;
}

.project-media,
.project-videos {
	background: #f8f8f8;
}

.project-media .project-container,
.our-projects .project-container {
	cursor: pointer;
	position: relative;
}

.project-media .project-container>img,
.our-projects .project-container>img {
	width: 100%;
	height: auto;
}

.project-media .project-container .full-section-title {
	padding: 15px;
}

.project-media .project-container .full-section-title span {
	color: #fff;
	font-size: 1.6rem;
}

.project-media .project-container .full-section-title .fancybox-thumb {
	color: #fff;
	background: none;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 56px;
	margin-left: -28px;
	border-color: #fff;
}

.project-videos .video-container {
	width: 100%;
	height: 190px;
	background: #363636;
	position: relative;
	margin-bottom: 30px;
}

.project-videos .video-container .play-button {
	position: absolute;
	height: 35px;
	width: 40px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -20px;
	border-radius: 5px;
	background: #ffffff;
}

.project-videos .video-container .play-button>.play-link {
	color: #363636;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 20px;
}

.project-videos .video-container .hover-section {
	display: none;
	padding: 15px;
	text-align: center;
}

.project-videos .video-container .hover-section .title-container {
	display: table;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.project-videos .video-container .hover-section .vid-title {
	font-size: 2rem;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.project-videos .video-container:hover .play-button {
	display: none;
}

.project-videos .video-container:hover .hover-section {
	width: 100%;
	height: 100%;
	background: #8bc243;
	display: block;
	position: relative;
}

.project-videos .video-container .hover-section a.various {
	color: #fff;
	background: none;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 56px;
	margin-left: -28px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-size: 1.8rem;
	height: 50px;
}


/**
 * --------------------------------------------------------------
 * Sidebar Styles
 * --------------------------------------------------------------
 */
#sidebar-right {
	padding-top: 73px;
}

/**
 * --------------------------------------------------------------
 * Multi Company Projects
 * --------------------------------------------------------------
 */
.page-id-28 .project-link a img {}


/**
 * --------------------------------------------------------------
 * Widget Styles
 * --------------------------------------------------------------
 */
#sidebar-right .widget {
	border: none;
	margin-bottom: 0;
}

#searchform {}

.widget_search {
	position: relative;
}

.widget_search .input-group input {
	width: 100%;
	border: 1px solid #1c394a;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	font-size: 1.4rem;
	border-radius: 3px;
}

.widget_search .input-group .input-group-btn button[type='submit'] {
	position: absolute;
	right: 15px;
	top: 17px;
	border: none;
	background: url('../img/search.png') no-repeat;
	text-indent: -99999999px;
	height: 30px;
	width: 30px;
}

.screen-reader-text {}

.widget_meta {}

.widget_meta ul {}

.widget_meta ul li {}

.widget_meta ul li a {}

.widget_links {}

.widget_links ul {}

.widget_links ul li {}

.widget_links ul li a {}

.widget_archive,
.widget_pages,
.widget_recent_entries {}

.widget_archive ul,
.widget_pages ul,
.widget_recent_entries ul {}

.widget_archive ul li,
.widget_pages ul li,
.widget_recent_entries ul li {}

.widget_archive ul li a,
.widget_pages ul li a,
.widget_recent_entries ul li a {}

.widget_archive select {}

.widget_archive option {}

.widget_links {}

.widget_links li:after {}

.widget_links li:before {}

.widget_tag_cloud {}

.widget_tag_cloud a {}

.widget_tag_cloud a:after {}

.widget_tag_cloud a:before {}

.widget_calendar {}

#calendar_wrap {}

#calendar_wrap th {}

#calendar_wrap td {}

#wp-calendar tr td {}

#wp-calendar caption {}

#wp-calendar a {}

#wp-calendar #today {}

#wp-calendar #prev {}

#wp-calendar #next {}

#wp-calendar #next a {}

#wp-calendar #prev a {}

.widget_categories {}

#sidebar-right .widget_categories ul {
	background: url('../img/sidebar-border.png') no-repeat;
	padding: 15px 0 0 0;
	list-style-type: none;
}

.widget_categories ul li {}

.widget_categories ul ul.children {}

.widget_categories a {
	color: #1c394a;
	font-family: 'Lato-regular', sans-serif;
	font-size: 1.3rem;
	line-height: 3rem;
	font-weight: 400;
}

.widget_categories select {}

.widget_categories select#cat {}

.widget_categories select.postform {}

.widget_categories option {}

.widget_categories .level-0 {}

.widget_categories .level-1 {}

.widget_categories .level-2 {}

.widget_categories .level-3 {}

#sidebar-right .widget_categories .widget-title {
	padding-bottom: 5px;
}

.recentcomments {}

#recentcomments {}

#recentcomments li {}

#recentcomments li a {}

.widget_recent_comments {}

.textwidget {}

.textwidget .social-links {
	margin-top: 0;
	padding-bottom: 40px;
}

.widget_text {}

.textwidget p {}



/**
 * --------------------------------------------------------------
 * Responsiveness
 * --------------------------------------------------------------
 */

.home-section.collaborate-esn {
  max-width: 1440px;
  margin: 0px auto;
  background: #f8f8f8;
}

.home-section.collaborate-esn h2 {
  margin-bottom: 50px;
}

.home-section.collaborate-esn .collab-section {
	width: 33%;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}

.home-section.collaborate-esn .flexy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.home-section.collaborate-esn .collab-section .collab-content {
	padding: 5px;
}

.home-section.collaborate-esn .collab-icon {
	height: 60px;
	width: 100%;
	display: block;
}

.home-section.collaborate-esn .collab-section .collab-button {
	width: 180px;
	height: auto;
	line-height: 37px;
  padding: 0 !important;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-page-wrapper .row-with-vspace {
	margin-bottom: 0 !important;
}

.row {
	margin: 0 0 0 0 !important;
}


.default_button {
	color: #057abe;
	font-size: 1em;
	padding: 5px 20px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #005d92;
	line-height: 37px;
	margin: 0 auto;
	margin-top: 20px;
	display: inline-block;
}


/* Main Slider */
.slider-button {
	width: auto;
	display: block;
	height: auto;
	color: #b3bdc2 !important;
	font: 16px Arial;
	text-decoration: none;
	padding: 10px 20px !important;
	border-radius: 20px 20px 20px 20px;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	text-decoration: none;
}

.slider-button:hover {
	color: #fff !important;
	text-decoration: none;
}

/* MOBILE */
.mobile {
	display: none;
}

@media all and (max-width: 1199px) {
	#site-header .main-menu ul>li {
		padding: 0px 10px;
	}

	#site-header .main-menu ul>li a {
		font-size: .8125em;
	}

	.home-section.collaborate-esn .collab-section {
		min-height: 300px;
	}

	.single-esn_project .press-container .title-container {
		max-height: 205px;
		overflow: hidden;
	}
}

@media all and (max-width: 991px) {
	#site-header .main-menu ul>li {
		padding: 0 15px;
	}

	.home-section.collaborate-esn .collab-section {
    min-height: auto;
    margin-bottom: 60px;
	}

	.single-esn_project .press-container {
		margin-bottom: 30px;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		top: 59px;
	}

	.widget_text .social-links {
		height: auto;
	}

	.slider-container .desc-section {
		display: none;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait),
screen and (max-width: 991px) and (orientation: landscape),
screen and (max-width: 991px) {

	.mobile {
		display: block;
		z-index: 101;
	}

	.menu-toggle {
		width: 40px;
		float: left;
		cursor: pointer;
		margin: 20px 10px 0 0;
	}

	.menu-toggle span {
		width: 100%;
		height: 4px;
		display: block;
		margin: 0 0 6px 0;
		background: #004876;
	}

	#main-navigation {
		position: relative;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#site-header {
		background: #fff;
	}

	.site-navigation {
		background: none;
		flex-basis: 100%;
	}

	.site-navigation:after {
		display: none;
	}

	.site-branding {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	#main-navigation .mobile .menu-toggle {
		z-index: 9999999;
	}

	#main-navigation #site-header .site-logo {
		position: absolute;
	}

	#main-navigation .site-navigation>.row {
		position: relative;
	}

	#site-header .menu-item-has-children>a:after {
		display: none;
	}

	#main-navigation .row nav {
		position: absolute;
		top: 26px;
		width: auto;
		margin: 0px;
		/*background:rgba(0, 178, 193, 1);*/
		background: #004876;
		left: 0px;
		padding: 25px 35px 25px 25px;
		display: none;
		z-index: 99999;
	}

	#site-header .main-menu {
		position: relative;
		overflow: hidden;
		height: auto;
	}

	#site-header .main-menu ul {
		list-style-type: none;
		height: auto;
		padding: 0;
		margin: 0;
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	#site-header .main-menu>ul>li {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		width: 100%;
		padding: 0;
	}

	#site-header .main-menu ul li .dropdown-menu {
		display: block;
		background-color: #004876;
		top: 0;
		left: 0;
		position: relative;
		height: auto;
		padding: 0;
		opacity: 0.95 !important;
		margin-left: auto;
	}

	#site-header .main-menu ul li:hover {
		background-color: #004876;
	}

	#site-header .main-menu li a {
		line-height: 26px;
	}

	#site-header .main-menu ul li .dropdown-menu {
		margin-bottom: 10px;
		margin-top: 3px;
		padding-left: 15px;
	}

	#site-header .main-menu ul li .dropdown-menu li:hover {
		background: transparent;
	}

	#site-header .main-menu ul li .dropdown-menu li a {
		line-height: 2em;
		padding: 3px 15px;
	}

	#site-header .main-menu ul li:hover>a {
		background: rgba(0, 0, 0, .2);
	}

	#site-header .main-menu ul>li a {
		font-size: 1em;
		padding: 5px 15px;
	}





	#site-header .site-logo {
		position: absolute;
	}

	#main-navigation #site-logo a>img {
		display: block;
		margin: 0 auto;
	}

	.yt-embed .video-container {
		margin: 0 auto;
	}

	#home-slider .slider-container {
		padding: 0;
	}

	.home-page-wrapper .site-content .content-area {
		padding: 0 !important;
	}

	.our-projects .project-container {
		height: 200px;
		margin-bottom: 20px;
	}

	.project-media .project-container {
		margin-bottom: 20px;
	}

	.newsletter-button {
		margin-bottom: 10px;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type=submit] {
		top: 38px;
		right: 25px;
	}

	#site-header .current_page_item>a,
	#site-header .current-menu-ancestor>a {
		background: none !important;
	}

	.collab-section .collab-button {
		bottom: 10px;
	}

	.slider-container .desc-section {
		display: none;
	}

	.search-container {
		display: none;
	}
}

.page-id-41 main#main2 {
	/*padding-bottom: 250px;*/
	padding-bottom: 100px;
}


.page-id-41 .collapseomatic {
	color: #8dc53e;
	display: inline-block;
}

.page-id-41 .collapseomatic_content {
	color: #1c394a;
	font-size: 1.4rem;
	margin-left: 0;
}

.esn_project_logos {

	margin: 0 auto;
	max-width: 1440px;
	margin-bottom: 25px;
	line-height: 0;
}

.esn_project_logos .icon {
	position: absolute;
	z-index: 100;
	transform: translate(-50%, -52%);
	top: 50%;
	left: 50%;
	width: 70%;
}


.esn_project_logos .square_project_logo {
	position: relative;
	display: inline-block !important;
	width: 25%;
}

.ws_xs .esn_project_logos .square_project_logo {
	width: 50%;
}

.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}


a.zoom_on_hover {
	overflow: hidden;
}

a.zoom_on_hover img.background {
	min-width: 100%;
	transform: scale(1.01, 1.01);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
	/* Chrome and Safari */
	-webkit-transform: scale(1.01, 1.01);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	/* Firefox */
	-moz-transform: scale(1.01, 1.01);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	/* IE 9-10 */
	-ms-transform: scale(1.01, 1.01);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 250ms;
	/* Opera */
	-o-transform: scale(1.01, 1.01);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 250ms;


	opacity: .9;
	text-decoration: none;
	display: inline-block;
	z-index: 99;
}

a.zoom_on_hover:hover img.background {
	transform: scale(1.05, 1.07);
	/* Change these numbers to suit your needs */
	-webkit-transform: scale(1.05, 1.07);
	-moz-transform: scale(1.05, 1.07);
	-ms-transform: scale(1.05, 1.07);
	-o-transform: scale(1.05, 1.07);

	opacity: 1;
	z-index: 99;
}



.interative_esn_fields {
	width: 380px;
	margin: 90px 0 0 0;
	line-height: 0;
	background: url('../img/esn_fields_sprite.png') -380px 0 no-repeat;

}

.interative_esn_fields:after {
	content: "";
	display: table;
	clear: both;
}

.interative_esn_fields>div {
	float: left;
	width: 190px;
	height: 190px;
	background-size: 400% 200%;
	background-image: url('../img/esn_fields_sprite.png');
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.interative_esn_fields>div.glow {
	opacity: 1;
}

.interative_esn_fields>div.top_left {
	background-position: 0 0;
}

.interative_esn_fields>div.top_right {
	background-position: -190px 0;
}

.interative_esn_fields>div.bottom_left {
	background-position: 0 -190px;
}

.interative_esn_fields>div.bottom_right {
	background-position: -190px -190px;
}


.project_glow_area {
	cursor: help;
}

#gform_wrapper_4 {
	float: left;
	margin-top: 0;
}

#gform_4 {
	width: 250px;
}


#gform_4 .gfield_label {
	display: none;
}

#gform_4 .gform_footer {
	margin-top: 0;
}

/*
#gform_submit_button_4 {
    position: inherit;
    color: #057abe;
    font: 16px Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 20px;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #005d92;
    line-height: 37px;
    margin: 0;
    display: inline-block;
    width: auto !important;
    height: auto;
}
*/

#gform_wrapper_4.gform_wrapper .gform_footer {
	position: relative;
}

#gform_wrapper_4.gform_wrapper .gform_footer input.button {
	width: 50px !important;
}

#gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"] {
  position: absolute;
  right: -70px;
  top: -36px;
  border-radius: 0px !important;
  border: none;
  background: #003d60!important;
  height: 36px!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  padding: 0px 35px!important;
}

#gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #fff!important;
  background: #002d47!important;
}

#gform_wrapper_4.gform_wrapper #input_4_1 {
  width: 100% !important;
  color: #333;
}

/* --- Crafted Responsive --- */
@media (min-width: 1400px) {
	.hidden-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.hidden-large {
		display: none !important;
	}
}

@media (max-width: 1199px) {

	#site-footer .footer-menu,
	#site-footer .footer-bottom {
		padding: 0;
	}

	#site-footer .footer-menu ul li {
		padding: 0px 20px;
	}
}

@media (max-width: 991px) {
	body {
		font-size: 15px;
		line-height: 24px;
	}

	#site-footer .footer-menu ul li {
		padding: 0px 15px;
		font-size: .875em;
	}

	#site-footer .footer-menu ul.dropdown-menu {
		display: none;
	}

	.project-filters {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
  }
  
  body.home .project-listing .VueCarousel-navigation-prev{
    transform: translateY(-90%) translateX(-75%);
  }

  body.home .project-listing .VueCarousel-navigation-next{
    transform: translateY(-90%) translateX(75%);
  }
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
		line-height: 22px;
  }

  /* #projects-home .VueCarousel-inner {
    flex-basis: 50% !important;
  } */

	#site-footer {
		padding: 50px 30px 50px 30px !important;
	}

	#site-footer .footer-menu ul {
		flex-direction: column;
		align-items: center;
	}

	#site-footer .footer-menu ul li:first-child {
		padding-left: 15px;

	}

	#site-footer .footer-menu ul li:last-child {
		padding-right: 15px;
	}

	#site-footer .footer-menu ul li {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	#site-footer .footer-bottom {
		margin-top: 50px;
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}

	#site-footer .footer-bottom .address {
		text-align: center;
		margin-bottom: 50px;
	}

	#site-footer .social {
		flex-direction: column;
	}

	#site-footer .social .newsletter {
		margin-top: 25px;
  }
  
  .single-esn_project .project-objectives {
    padding: 85px 0 60px 0;
  }

  .single-esn_project .our-partners {
    padding: 25px 0 75px 0;
  }

	#single-project .our-partners .partners a {
		max-width: 50%;
		width: 50%;
  }
  
  .home-section.collaborate-esn .collab-section {
    width: 100%;
  }
  
  .home-building .module {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 599px) {
  #projects-home .VueCarousel-wrapper {
    width: 90%;
    margin: 0px auto;
  }
  /* #projects-home .VueCarousel-inner {
    flex-basis: 100% !important;
  } */
  body.home .project-listing .VueCarousel-navigation-prev{
    transform: translateY(-90%) translateX(-50%);
  }

  body.home .project-listing .VueCarousel-navigation-next{
    transform: translateY(-90%) translateX(50%);
  }

  #gform_wrapper_4.gform_wrapper .gform_footer input[type="submit"] {
    right: 0px;
    top: 0px;
  }
}

/* --- End Crafted Responsive --- */