/*
Theme Name: Espressive2
Description: WordPress Theme for espressive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: top;
	height:auto;
	max-width:100%;
}
body, html {
	min-height: 100%;
}
body {
	width:100%;
	font:300 16px Roboto, Helvetica, Arial, sans-serif;
	color: #4a4a4a;
	background: #fff;
	min-width:320px;
	-webkit-text-size-adjust: none;
	margin:0;
	display:table;
	table-layout:fixed;
}
input, textarea, select, button {
	outline: none;
	vertical-align:middle;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	border-radius:0;
}
*:focus {
	outline: none;
}
a{
	color: #4a4a4a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.desktop-only{

}
.mobile-only{
	display: none !important;
}
/* wrapper */
#wrapper{
	display:table-cell;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.page-holder{
	max-width: 1049px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.page-holder:after{
	content:"";
	clear:both;
	display:block;
}

/* header */

#sub-header {
	background-color: #f2f2f2;
	padding: 5px 0;
}

#sub-header ul {
    float: right;
    font-size: 0;
    list-style: none;
}

#sub-header ul li {
	display: inline-block;
	padding: 0 0;
	vertical-align: middle;
}

#sub-header ul li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #1e262b;
	text-decoration: none;
}

#sub-header ul li button {
	background: none;
}

header{
	padding:10px 0 0;
}

header .page-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}
header .popup-search-link {
	margin-left: 35px;
	line-height: 32px;
}

.logo {
	float: left;
	padding: 0;
	min-width: 210px;
	height: 29px
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	height: 100%;
}

.h-block {
	float: right;
    max-width: 100%;
    padding: 2px 0 0 10px;
	text-align: right;
    width: 100%;
}
#nav {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#nav > li {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 17px;
    margin: 0 0 0 38px;
    position: relative;
}
#nav > li > a{
	font-size:14px;
	line-height:1.2;
	font-weight: normal;
	color:#1e262b;
	text-decoration:none;
}
#nav > li.active > a, #nav > li > a:hover {
	color: #15b8a1;
}

#nav ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	/* width:165px; */
	white-space: nowrap;
	margin:0 0 0 -15px;
	padding:0;
	list-style:none;
	background:#fff;
	z-index: 10;
}

#nav > li:hover > ul {
	display: block;
	z-index: 10;
}

#nav ul li{
	border-bottom:1px solid #e9e5e5;
}
#nav ul li:last-child{border:0;}
#nav ul a{
	font-size:14px;
	line-height:1.2;
	display:block;
	padding:9px 15px;
	text-decoration:none;
}
#nav ul li:hover > a, #nav ul a:hover, #nav ul li.current-menu-item a {
	background: #15b8a1;
	color: #fff;
}

#nav .all-white ul li.current-menu-item a {
	background-color: #fff;
	color: #4a4a4a;
}

#nav .all-white ul li.current-menu-item a:hover {
	background: #15b8a1;
	color: #fff;
}

#nav ul ul{
	margin:0;
	left:100%;
	top:0;
	display:none;
}
#nav ul li:hover ul{display:block;}
#nav ul li{position:relative;}
.btn-request, .cta_button, .btn-request-report {
	margin:0 0 0 15px;
	display:inline-block;
	vertical-align:top;
	background:#15b8a1;
	color:#fff;
	text-decoration:none;
	padding: 12px 21px 11px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	border-radius:2px;
	box-shadow:1px 2px 5px rgba(190,190,190,1);
}
.cta_button, .entry a.cta_button {
	color: #fff;
    margin: 0;
    min-width: 155px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.5);
	text-decoration: none;
	text-align: center;
}
.cta_button.add, .entry a.cta_button.add {
	min-width: 134px;
	text-align: center;
}
#sub-header .btn-request,
#sub-header .btn-request-report{
	color: white;
	box-shadow: none;
}
.btn-request.blue{
	background: #6cc0c8;
}
.btn-request.orange{
	background: #e5972c;
}
.btn-request-report.orange {
	background: #e5972c;
}
.cta_button.blue{
	background: #6cc0c8;
}
.cta_button.orange{
	background: #e5972c;
}
.btn-request:hover{opacity:0.8;}

.mobile-nav-area{
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index:100;
}
header .btn-request {
	float: right;
}
.mobile-nav-area .btn-request{
	margin:0 0 20px 14px;
}
.mobile-nav-area .holder{
	position:relative;
	text-align:center;
	padding:115px 0 70px;
}
.logo-hold{
	position:absolute;
	top:21px;
	left:0;
	width:100%;
	padding:0 15px 20px;
	overflow:hidden;
}
.logo-hold .add-logo{
	float:left;
}
.logo-hold .btn-close{
	background:url(images/bg-btn-close.png) no-repeat;
	background-size:16px auto;
	width:16px;
	height:16px;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
}
.mobile-nav-area .nav{
	font-size:18px;
	line-height:1.4;
	margin:0;
	padding:0;
	list-style:none;
}
.mobile-nav-area .nav a{
	text-decoration:none;
	position:relative;
	display:inline-block;
	padding:6px 28px;
}
.mobile-nav-area .nav .active > a,
.mobile-nav-area .nav a:hover{color:#15b8a1;}
.mobile-nav-area .ico{
	position:absolute;
	right:0;
	top:7px;
	text-align:center;
	width:26px;
	padding:8px 0 0 8px;
	height:26px;
}
.mobile-nav-area .ico:after{
	content:"";
	display:block;
	width: 0;
	border-radius:4px;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #70aaae transparent transparent transparent;
}
.mobile-nav-area .ico.active:after{transform:scaleY(-1);}
.mobile-nav-area .nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	display:none;
}
.m-nav-link{
	display: none;
    float: right;
    margin: 6px 0 0;
    position: relative;
    width: 20px;
    height: 21px;
    text-align: left;
    border-top: 3px solid #7e7c80;
    text-indent: -9999px;
}
.m-nav-link:before,
.m-nav-link:after{
	content:"";
	height:3px;
	background:#7e7c80;
	width:100%;
	position:absolute;
	top:2px;
	left:0;
}
.m-nav-link:after{top:7px;}
.mobile-nav-area{
	display:none;
}

@media (max-width: 1024px) {
	#sub-header {
		display: none;
	}
	.logo {
		min-width: 180px;
		padding: 0;
	}
	.h-block {
		padding: 5px 0 9px;
	}
	header .popup-search-link {
		margin-left: 33px;
		vertical-align: unset;
		float: right;
		margin-right: 20px;
		margin-top: -2px;
	}
	
}

/* main */

.top-img-area {
	background: url(images/bg-top-img-area.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 155px 0;
	position: relative;
}

.top-img-area.inner{background-image:url(images/bg-top-img-area02.jpg);}

.top-img-area.contact{background-image:url(images/bg-top-img-area03.jpg);}

.top-img-area.customers{background-image:url(images/bg-top-img-area04.jpg);}

.top-img-area.inner .ttl {
	padding: 40px 0 10px 225px;
	text-align: right;
}

.top-img-area .ttl {
	color: #fff;
	display: block;
	font: 42px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	padding: 0 0 0 290px;
	text-align: center;
}

.top-img-area.customers .ttl, .top-img-area.center-align .ttl {
	padding: 30px 0 20px;
}

.top-img-area.contact .ttl, .top-img-area.right-align .ttl {
	padding: 0 370px 0 0;
	text-align: left;
}

.top-img-area.right-align .ttl-add {
	padding-left: 152px;
}

.add-nav-area {
	border-bottom: 1px solid #bfbfbf;
	padding: 32px 0 0;
}

.add-nav-area ul {
	/* margin:0 -50px; */
	margin: 0 -15px;
	padding:0;
	list-style:none;
	font:17px/1.2 "Apex New", Arial, Helvetica, sans-serif;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	text-align:center;
	justify-content:center;
}

.add-nav-area.alt ul {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    width: 800px;
}

.add-nav-area ul li {
	/* min-width: 20%; */
	flex: 1 0 auto;
	padding:0 5px;
}

.add-nav-area.alt ul li {
	min-width: 0;
}

.add-nav-area.decor ul li {
	/* min-width:18%; */
	padding: 0 15px;
}

.add-nav-area ul a{
	text-decoration:none;
	color:#9b9b9b;
	display:inline-block;
	vertical-align:top;
	padding:0 0 15px;
	border-bottom:3px solid transparent;
}
.add-nav-area ul .active a,
.add-nav-area ul .current-menu-item a,
.add-nav-area ul a:hover{
	color:#000;
	border-bottom-color:#15b8a1;
}
.info-txt-area{
	text-align:center;
	padding:72px 0 38px;
}
.info-txt-area .page-holder{
	max-width:790px;
}
.team-area .page-holder{
	max-width:1200px;
	padding:0;
}
.ttl-area{
	background:#5a8da8;
	color:#fff;
	padding:20px 0 14px;
	text-align:center;
}
.ttl-area h2{
	font:33px/1.2 "Apex New", Arial, Helvetica, sans-serif;
	margin:0;
}
.img-map-area{
	position:relative;
}

.img-map-area img {
	display: block;
	width: 100%;
}

/**/

.items-lst {
	display: flex;
	flex-wrap: wrap;
	left: 17%;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 19%;
	width: 63%;
}

.items-lst li {
	width: 33.33%;
}

.items-lst li a {
	display: block;
	height: auto;
	position: relative;
	text-decoration: none;
}

.items-lst li a .image {
	background-position: 50% 50%;
	background-size: 100% auto;
	box-sizing: border-box;
	display: block;
	height: 0;
	padding: 72% 0 0;
}

.items-lst li a:hover .image {
	background-size: calc(100% + 4px) auto;
	border: 2px solid #bde583;
	border-radius: 2px;
	padding: calc(72% - 4px) 0 0;
}

.items-lst li .txt {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.items-lst li .txt span {
	align-items: center;
    background-color: rgba(0, 0, 0, 0.76);
    color: #fff;
    display: flex;
    font-size: 13px;
    line-height: 100%;
    margin: 0;
    padding: 4px 10px;
}

.items-lst li .txt span:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	margin: 0 0 0 8px;
}

@media (max-width: 767px) {
	.img-map-area img {
		display: none;
	}
	.items-lst {
		position: static;
		width: 100%;
	}
	.items-lst li {
		width: 50%;
	}
	.items-lst li:nth-child(1) {
		order: 6;
	}
	.items-lst li:nth-child(2) {
		order: 4;
	}
	.items-lst li:nth-child(3) {
		order: 3;
	}
	.items-lst li:nth-child(4) {
		order: 5;
	}
	.items-lst li:nth-child(5) {
		order: 1;
	}
	.items-lst li:nth-child(6) {
		order: 2;
	}
}

/**/

.use-case-item {
	padding: 48px 0 0;
	overflow: hidden;
}
.use-case-item p {
	font-size: 16px;
	line-height: 24px;
	color: #4a4a4a;
	font-weight: 300;
}
.use-case-item h4 {
	color: #15b8a1;
	font-size: 40px;
	padding-bottom: 7px;
	font-weight: 500;
	line-height: 24px;
}
.use-case-item.last .page-holder {
	border-bottom: 0;
}
.use-case-item.reverse .page-holder {
	flex-direction: row-reverse;
}
.use-case-item.reverse .col-image {
	border-left: 1px solid #15b8a1;
	width: 42%;
	margin: 0 -1.5% 0 4%;
	padding: 14px 0 0 4%;
}
.use-case-item.reverse .col-f {
	text-align: right;
	margin: 0;
	padding: 0 0 44px 2%;
	border: 0;
}
.use-case-item .col-image +  .col-f {
	width: 76%;
	margin-left: 4.5%;
	padding-left: 3.5%;
}
.use-case-item .col-image img {
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.use-case-item .col-image {
	align-self: flex-end;
	width: 28%;
	margin-right: -1%;
	padding-top: 10px;
	margin-left: -1.5%;
}
.use-case-item.reverse .col-1 {
	text-align: left;
	margin-left: 3.2%;
	padding-right: 5%;
	padding-left: 3%;
	width: 40%;
	padding-bottom: 44px;
	border-left: 1px solid #15b8a1;
}
.use-case-item .page-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	width: 1011px;
	max-width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom: 1px solid #15b8a1;
}
.use-case-item .col-f {
	width: 61%;
	margin-left: 4.2%;
	padding-right: 6%;
	padding-left: 4%;
	padding-bottom: 44px;
	border-left: 1px solid #15b8a1;
}
.use-case-item h2 {
	color: #000000;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 33px;
	margin: 0 -500px;
	padding: 0 500px;
	padding-bottom: 23px;
	font-weight: 300;
	background: #fff;
	line-height: 47px;
}
.use-case-item .col-1 {
	text-align: right;
	width: 39%;
	padding-top: 82px;
	padding-bottom: 38px;
	padding-left: 5%;
}
.use-case-item .col-1.pl p {
	width: 265px;
	max-width: 100%;
	margin-left: auto;
}
.use-case-item.very .col-f,
.use-case-item.very .col-1 {
	padding-bottom: 15px;
	margin-bottom: 45px;
}
.use-case-item .col-1 p {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
.use-case {
	background: #15b8a1;
	text-align: center;
	padding: 40px 0 35px;
}

.use-case.blue {
	background: #6cc0c8;
}
.use-case.orange{
	background: #e5972c;
}
.use-case h3 {
	color: white;
	font-size: 18px;
	padding: 5px 0 0;
	font-weight: 400;
	line-height: 24px;
}
.use-case section {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	max-width: 1080px;
	margin: auto;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.use-case article {
	width: 33.33%;
}
.use-case .image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100px;
}
.use-case h2 {
	color: white;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 33px;
	padding-bottom: 5px;
	font-weight: 300;
	line-height: 47px;
}
.barista-buttons {
	text-align: center;
	padding: 25px 0 0;
}
.barista-buttons img {
	margin-bottom: 65px;
}
.barista-buttons .jus {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0 30px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.barista-buttons a {
	min-width: 157px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 15px 20px 5px;
}

/**/

.popup-holder {
}

.fancybox-slide .popup-box{
	display:none;
	text-align:center;
	max-width:820px;
	padding:54px 65px 44px;
	text-align:center;
}
.fancybox-slide .popup-box.request{
	max-width:653px;
	padding:51px 45px;
	width:100%;
}
.fancybox-slide .popup-box.request h2{
	font:33px/1.42 "Apex New", Arial, Helvetica, sans-serif;
	margin:0 0 25px;
}
.fancybox-slide .popup-box.request .hold-text{
	max-width:365px;
	margin:0 auto;
	padding:0 0 57px;
	text-align:left;
}
.fancybox-slide .popup-box.request .hold-text p{
	margin:0 0 8px;
	font-size:16px;
	line-height:1.5;
	color:#4a4a4a;
}
.fancybox-slide .popup-box.request .hold-text ul{
	font-size:16px;
	line-height:1.5;
	color:#4a4a4a;
	padding:0;
	margin:0;
	list-style:none;
}
.fancybox-slide .popup-box.request .hold-text li{
	padding:0 0 0 8px;
	position:relative;
}
.fancybox-slide .popup-box.request .hold-text li:after{
	content:"";
	position:absolute;
	left:0;
	top:11px;
	width:3px;
	height:3px;
	border-radius:4px;
	background:#4a4a4a;
}
.popup-box .img{padding:0 0 35px;}
.popup-box h2{
	font-size:22px;
	line-height:1.2;
	font-weight:300;
	margin:0 0 17px;
	color:#000;
}
.popup-box h2 strong{font-weight:500;}
.popup-box p{
	margin:0 0 15px;
	color:#000;
	font-size:16px;
	line-height:1.375;
}
.info-holder{
	padding:113px 0 86px;
	text-align:center;
}
.animation-box{padding:0 0 45px;}
.info-holder .page-holder{
	max-width:760px;
}
.directors-lst-area{
	background:#e3e4e6;
	padding:75px 0 46px;
}
.investors-area h2,
.board-area h2,
.directors-lst-area h2{
	text-align:center;
	font:35px/1.2 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 75px;
}
.directors-lst{
	list-style: none;
	margin: 0;
	padding: 0 12px;
	text-align: center;
}
.board-lst li, .directors-lst li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin:0 -2px;
	text-align:center;
	padding:0 31px 64px;
}

.directors-lst li {
	width: 33.33%;
}

.board-lst img, .directors-lst img{
	margin:0 auto 13px;
	display:block;
	width: 100%; 
}
.board-lst h3,
.directors-lst h3{
	margin:0;
	font-size:16px;
	line-height:1.2;
	font-weight:500;
	color:#000;
	display:inline-block;
	vertical-align:top;
	padding:0 0 2px;
	border-bottom:1px solid transparent;
}
.board-lst a:hover h3,
.directors-lst a:hover h3{
	border-color:#1fb7a0;
}
.board-area{
	padding:75px 0 10px;
}
.board-area .page-holder{max-width:972px;}
.board-lst li{width:33.33%;}
.investors-area{
	/*background:#e3e4e6 url(images/bg-decor-line.png) no-repeat 50% 100%;*/
	background-size:100% auto;
	padding:75px 0 130px;
}
.investors-area h2{margin:0 0 91px;}
.investors-lst{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.investors-lst li{
	display:inline-block;
	vertical-align:middle;
	padding:0 44px;
}
.bottom-area{
	padding:84px 0 64px;
	text-align:center;
}
.bottom-area.gray {
	background-color: #e3e4e6;
}
.bottom-area.decor {
    background-color: #e3e4e6;
    margin: 12% 0 0;
    padding-top: 20px;
    position: relative;
}

.page-template-new-use-cases .bottom-area.decor {
	margin: 0;
}

.bottom-area.decor:before {
	background: url(images/bg-decor-line02.png) no-repeat 50% 0;
	background-size: 100% auto;
	content: '';
	height: auto;
	left: 0;
	padding: 12% 0 0;
	position: absolute;
	top: 0;
	transform: translateY(-95%);
	width: 100%;
}

.home .bottom-area.decor {
	background: #e3e4e6 url(images/swoosh-blue.png) no-repeat 50% 0;
	background-size: 100% auto;
	margin: 0;
	padding-top: 250px;
}

.home .bottom-area.decor:before {
	display: none;
}

@media (max-width: 1200px) {
	.home .bottom-area.decor {
		background-size: auto;
		padding-top: 240px;
	}
}

@media (max-width: 1024px) {
	.home .bottom-area.decor {
		padding-top: 280px;
	}
}

.bottom-area.decor.decor2{
	background-color: #fff;
	background-image: url(images/bg-decor-line.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0;
	padding-top: 16%;
}

.bottom-area.decor.decor2:before {
	display: none;
}

.bottom-area.decor.inner{padding-top:159px;}
.bottom-area .btn-request{margin:0;}
.bottom-area h2{
	margin:0 0 33px;
	font:33px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
}
.bottom-area.inner h2{margin:0 0 39px;}
.bottom-area p{
	margin:0 0 43px;
	font-size:16px;
	line-height:1.5;
}
.bottom-area.inner p{margin:0 0 33px;}
.bottom-area .page-holder{
	max-width:650px;
}
.info-text-area {
	padding: 54px 0;
}

.info-text-area.decor {
	background: #e3e4e6;
}
.info-text-area.line{
	background:#e3e4e6 url(images/bg-decor-line.png) no-repeat 50% 100%;
	background-size:100% auto;
	padding-bottom:137px;
}
.info-text-area .page-holder {
	max-width: 1098px;
	position: relative;
}

.info-text-area h2 {
	color: #000;
	font: 33px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	margin: 0 0 60px;
	text-align: center;
}

.info-text-area .link-top {
    color: #c5c5c5;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 0;
}

@media (max-width: 767px) {
	.info-text-area .link-top {
		top: -30px;
	}
}

.info-text-area .link-top:hover {
	color: #15b8a1;
}

.info-text-area .link-top i {
    background-color: #c5c5c5;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 23px;
    margin: -1px 0 0 5px;
    padding: 3px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 23px;
}

.info-text-area .link-top:hover i {
	background-color: #15b8a1;
}

.info-text-area.decor .link-top i {
	color: #e3e4e6 !important;
}

.info-text-area.decor .link-top:hover i {
	background-color: #15b8a1;
}

.info-text-area .link-top i:before {
	display: block;
}

.info-lst{
	margin:0 -20px;
	padding:0;
	list-style:none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.info-lst > li{
	padding:0 20px 40px;
	width:33.33%;
}
.info-lst .hold{
	border:1px solid #cccccb;
	background:#fff;
}
.info-lst .img {
	margin: -1px -1px 0;
	position: relative;
}
.info-lst .img a {
	display: block;
}
.info-lst .img img {
	display: block;
	min-height: 157px;
	width: 100%;
}

.info-lst .txt-box {
    border-top: 1px solid #cccccb;
    padding: 15px 20px;
}

.add-lst{
	margin:0;
	padding:0 0 11px;
	list-style:none;
	font-size:13px;
	line-height:1.2;
	color:#918f8f;
}
.add-lst li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 7px 0 0;
}
.add-lst li:last-child:after{
	display:none;
}
.add-lst li:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	width:3px;
	height:3px;
	background:#918f8f;
	border-radius:5px;
}
.add-lst a{
	color:#918f8f;
	text-decoration:none;
}
.add-lst a:hover{
	text-decoration:underline;
}
.info-lst h3{
	margin:0 0 10px;
	font-weight:400;
	font-size:20px;
	line-height:1.2;
}
.info-lst h3 a{
	text-decoration:none;
	color:#5a8da7;
}
.info-lst h3 a:hover{
	text-decoration:underline;
}
.info-lst p{
	margin:0;
	font-size:16px;
	line-height:1.5;
	color:#4a4a4a;
	font-weight:300;
}
.info-lst p a{
	font-size:14px;
	color:#1fb7a0;
	font-weight:500;
	text-decoration:none;
}
.info-lst p a:hover {
	text-decoration: underline;
}

/**/

.info-lst.alt .hold, .info-lst .hold.alt {
	height: 100% !important;
}

.info-lst.alt .hold .img .img-wrapper, .info-lst .hold.alt .img .img-wrapper {
	background: url(images/resource-blue-bg.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 50% 0 0;
	position: relative;
}

.info-lst.alt .hold .img .img-link, .info-lst .hold.alt .img .img-link {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.info-lst.alt .hold .img .add-lst, .info-lst .hold.alt .img .add-lst {
    left: 20px;
    padding: 0;
    position: absolute;
    top: 20px;
    z-index: 2;
}

.info-lst.alt .hold .img .add-lst li, .info-lst .hold.alt .img .add-lst li {
	color: #c1d9e5;
	font-size: 13px;
	line-height: 125%;
}

.info-lst.alt .hold .img h3, .info-lst .hold.alt .img h3 {
	color: #fff;
	bottom: 15px;
	left: 0;
	line-height: 125%;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.info-lst.alt .hold .img h3 a, .info-lst .hold.alt .img h3 a {
	color: #fff;
	line-height: 125%;
}

.info-lst.alt .hold .txt-box, .info-lst .hold.alt .txt-box {
	padding: 15px 20px 25px;
}

/**/

.request-form{
	padding:0 10px 0 0;
}
.request-form .row{
	overflow:hidden;
	margin:0 -10px 11px 0;
}
.request-form .row .box{
	float:left;
	width:50%;
	padding:0 10px 0 0;
}
.request-form .row input{
	width:100%;
	height:48px;
	padding:16px 16px 17px;
	text-transform:uppercase;;
}
.request-form .row input:focus{
	background:#fff;
	color:#000;
	border-color:#dbdbdb;
}
.request-form .row input:focus::-webkit-input-placeholder{color: #000;}
.request-form .row input:focus::-moz-placeholder{
	color: #000;
	opacity: 1;
}
.request-form .row input:focus:-moz-placeholder{
	color: #000;
	opacity: 1;
}
.request-form .row input:focus:-ms-input-placeholder{color: #000;}
.request-form .btn-hold{
	padding:40px 0 13px;
	margin:0 -10px 0 0;
}
.request-form .btn-hold input{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:8px 39px;
	box-shadow:1px 2px 5px rgba(190,190,190,1);
}
.map-area{
	height:315px;
	margin:20px 0 0;
}
.contact-frame{
	padding:87px 0 100px;
}
.contact-frame .page-holder{max-width:1104px;}
.contact-frame .box{
	overflow:hidden;
	padding:0 0 15px;
}
.contact-frame .box:first-child{
	float:left;
	width:32%;
	max-width:340px;
	padding:4px 0 0;
	margin:0 55px 0 0;
}
.contact-frame .box h3{
	margin:0 0 4px;
	color:#010101;
	font:22px/1.2 "Apex New", Arial, Helvetica, sans-serif;
}
.contact-frame .box > ul{
	margin:0;
	padding:0 0 21px;
	list-style:none;
	color:#4a4a4a;
	font-size:14px;
	line-height:1.714;
}
.contact-frame .box > ul a{
	color:#4a4a4a;
	text-decoration:none;
}
.contact-frame .box > ul a:hover{text-decoration:underline;}
.c-txt-block{
	max-width:545px;
	margin:0 auto;
	text-align:center;
	padding:0 0 74px;
}
.c-txt-block h2{
	margin:0 0 30px;
	color:#000;
	font:33px/1.2 "Apex New", Arial, Helvetica, sans-serif;
}
.c-txt-block p{
	margin:0 0 15px;
	font-size:16px;
	line-height:1.5;
}
.wpcf7-response-output{text-align:center;}
.wpcf7-display-none{display:none;}
.c-form .row-block{
	overflow:hidden;
	padding:0 0 18px;
	margin:0 -12px 0 0;
}
.c-form .row-block > p{
	float:left;
	width:50%;
	padding:0 12px 0 0;
}
.c-form .row-block.single > p{
	float:none;
	width:auto;
}
.c-form .row-block.single input{text-transform:capitalize;}
.c-form .row-block input{
	width:100%;
	height:47px;
	padding:23px 16px;
	color:#4a4a4a;
	text-transform:uppercase;
}
.c-form .row-block input:focus{
	background:#fff;
	color:#000;
	border-color:#dbdbdb;
}
.c-form .row-block input:focus::-webkit-input-placeholder{color: #000;}
.c-form .row-block input:focus::-moz-placeholder{
	color: #000;
	opacity: 1;
}
.c-form .row-block input:focus:-moz-placeholder{
	color: #000;
	opacity: 1;
}
.c-form .row-block input:focus:-ms-input-placeholder{color: #000;}
.wpcf7-not-valid-tip{
	font-size:13px;
	line-height:1.2;
	display:none;
}
.c-form .btn-hold{
	padding:16px 0 0;
	text-align:center;
}

.c-form .btn-hold input {
	box-shadow: 1px 2px 5px rgba(190,190,190,1);
	font-weight: bold;
	padding: 8px 54px 10px;
	text-transform: uppercase;
}

.info-text-frame {
	padding: 54px 0 63px;
}

.info-text-frame.decor{
	background:#e3e4e6;
	padding:51px 0 43px;
}

.info-text-frame.decor .page-holder {
	max-width: 1064px;
}

.info-text-frame .entry {
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}

.info-text-frame .entry h1{margin:0 0 30px;}

.info-text-frame .entry p{margin:0 0 55px;}

.info-text-frame .info-lst {
	padding: 100px 0 0;
}

.quote-area {
	padding:34px 0;
	background:#5a8da7;
}

.quote-area.green{
	background:#1fb7a0;
	padding: 32px 0 26px;
}

.quote-area .page-holder{max-width:1030px;}

.quote-area blockquote {
	background: url(images/bg-q-area.png) no-repeat 0 48%;
	margin: 0;
	padding: 0 0 0 72px;
}

.quote-area.green blockquote cite {
	font-weight: normal;
	line-height: 36px;
}

.quote-area.green blockquote {
	background-position: 5px 41%;
	line-height: 36px;
	padding-left: 78px;
	background-image: url(images/quote-icon.png);
	padding-top: 0;
	margin: 0 -15px 0 0;
}

.quote-area blockquote q {
	font-size:21px;
	line-height:1.63;
	color:#fff;
	font-weight:300;
}

.quote-area blockquote q:after,
.quote-area blockquote q:before{content:"";}
.quote-area blockquote cite{
	color:#fff;
	font-size:17px;
	line-height:1.2;
}

/**/

.gray-quote-area {
	background-color: #323f46;
}

.gray-quote-area .quote-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0;
}

.gray-quote-area h3 {
	background: url(images/grey-arrow.png) no-repeat 100% 50%;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 24px;
	line-height: 125%;
	padding: 10px 50px 10px 0;
	width: 25%;
}

.gray-quote-area .items {
	list-style: none;
	padding: 0 0 0 30px;
	width: 75%;
}

.gray-quote-area .items .item {
	color: #fff;
	display: none;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	line-height: 125%;
}

.gray-quote-area .items .item.slick-slide {
	display: block;
	
}

.gray-quote-area .items .item span {
	font-size: 15px;
}

@media (max-width: 767px) {
	.gray-quote-area .quote-row {
		display: block;
		padding: 25px 10px;
	}
	.gray-quote-area h3 {
		background: none;
		padding: 0 0 20px;
		width: 100%;
	}
	.gray-quote-area h3 br {
		display: none;
	}
	.gray-quote-area .items {
		padding: 0;
		width: 100%;
	}
	.page-template-company .investors-lst li {
		width: 100% !important;
	}
}

/**/

.inform-holder{
	overflow:hidden;
	padding:0 45px 0 0;
}
.inform-holder .txt-box{
	float:left;
	max-width:615px;
	width:63%;
	padding:45px 40px 0;
	text-align:center;
}
.inform-holder .txt-box h2{
	margin:0 0 41px;
	font:33px/1.42 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
}
.inform-holder .txt-box p{
	margin:0 0 15px;
	font-size:16px;
	line-height:1.5;
}
.inform-holder .img{
	overflow:hidden;
	text-align:right;
}
.top-txt-area{
	text-align:center;
	max-width:780px;
	margin:0 auto;
}
.top-txt-area h2{
	margin:0 0 33px;
	font:33px/1.42 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
}
.top-txt-area p{
	margin:0 0 55px;
	font-size:16px;
	line-height:1.5;
}
.txt-row-frame{
	max-width:1110px;
	margin:0 auto 22px;
}
.txt-row-frame:after{
	content:"";
	clear:both;
	display:block;
}
.txt-row-frame .img{
	float:left;
	max-width:715px;
	padding:0 0 0 20px;
	width:64.5%;
}
.txt-row-frame .txt-box{
	float:left;
	width:35.5%;
	padding:16px 0 0;
}
.txt-row-frame .txt-box .lst{
	margin:0;
	padding:0;
	list-style:none;
}
.txt-row-frame .txt-box .lst li{
	padding:0 0 30px 40px;
	position:relative;
}
.txt-row-frame .txt-box .lst .num{
	position:absolute;
	top:0;
	left:-20px;
	width:40px;
	height:40px;
	border-radius:40px;
	background:#15b8a1;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:600;
	line-height:40px;
}
.txt-row-frame .txt-box h2{
	margin:0 0 8px;
	font:26px/1.2 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
}
.txt-row-frame .txt-box p{
	margin:0;
	font-size:16px;
	line-height:1.5;
	font-weight:300;
}
.bottom-txt-area{
	display:block;
	text-align:center;
	max-width:640px;
	margin:0 auto;
	font-size:22px;
	line-height:1.27;
	font-weight:300;
	padding:0 0 23px;
}
.extra-info-block{
	background:#5a8da7 url(images/bg-decor-line03.png) no-repeat 50% 100%;
	background-size:100% auto;
	padding:0 0 113px;
	margin:0 0 -30px;
}
.extra-info-block .page-holder{
	max-width:1020px;
}
.extra-info-block .txt-box{
	float:left;
	padding:73px 20px 0 3px;
	width:70%;
	max-width:685px;
}
.extra-info-block .txt-box h3{
	margin:0 0 17px;
	color:#bae2f6;
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.extra-info-block .txt-box h2{
	margin:0 0 40px;
	font:33px/1.36 "Apex New", Arial, Helvetica, sans-serif;
	color:#fff;
}
.extra-info-block .txt-box .btn{
	display:inline-block;
	vertical-align:top;
	background:#15b8a1;
	color:#fff;
	text-decoration:none;
	padding:10px 36px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	border-radius:2px;
	box-shadow:1px 2px 5px rgba(0,0,0,0.35);
}
.extra-info-block .txt-box .btn:hover{opacity:.9;}
.extra-info-block .img{
	text-align:right;
	float:right;
	margin:-3px 0 0;
	width:30%;
	padding:0 25px 0 0;
}
.extra-info-block .img img{
	transform:rotate(9deg);
	box-shadow:0 0 7px rgba(0,0,0,0.3);
}
.top-add-img-area{
	background:url(images/bg-add-top-img-area.jpg) no-repeat 50% 0;
	background-size:cover;
	padding:103px 0 382px;
	position:relative;
}
.top-add-img-area .ttl{
	display:block;
	max-width:630px;
	color:#323f46;
	font:42px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	text-align:center;
}
.top-add-img-area .btn-down{
	position:absolute;
	bottom:17px;
	left:50%;
	background:url(images/bg-arrow-down.png) no-repeat;
	width:40px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 -20px;
}
.parallax-area{
	background:url(images/bg-parallax-area.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size:cover;
	padding:257px 0 245px;
	position:relative;
}
.parallax-area:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:#000;
	opacity:0.75;
}
.parallax-area h2{
	margin:0;
	position:relative;
	z-index:5;
	color:#fff;
	font:42px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	text-align:center;
}
.result-area{
	background:#1fb7a0;
	padding:90px 0 87px;
	color:#fff;
	text-align:center;
}
.result-area h2{
	margin:0 0 48px;
	font:42px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	color:#fff;
}
.result-area p{
	margin:0 0 16px;
	font-size:24px;
	line-height:1.33;
}
.result-area .page-holder{max-width:755px;}
.tab-ttl{
	padding:18px 15px;
	text-align:center;
}
.tab-ttl h2{
	margin:0;
	font:42px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	color:#030303;
}
.tab-add-frame{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	background-image:url(images/bg-add-tab-area.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
}
.tab-add-area.inner .tab-add-frame{flex-direction:row-reverse;}
.tab-add-area.inner .tab-add-frame{background-image:url(images/bg-add-tab-area02.jpg);}
.tab-add-frame .box{
	width:50%;
	background:url(images/bg-decor-part02.png);
	padding:125px 45px 80px;
}
.tab-add-frame .box:first-child{background:url(images/bg-decor-part01.png);}
.tab-add-area.inner .tab-add-frame .box:first-child .holder{text-align:left;}
.tab-add-frame .box .holder{
	max-width:600px;
	padding:0 30px;
}
.tab-add-frame .box:first-child .holder{
	text-align:right;
	padding:0;
	max-width:none;
}
.add-tab-nav{
	margin:0;
	padding:0;
	list-style:none;
}
.add-tab-nav li{
	position:relative;
	padding:0 0 76px;
}
.add-tab-nav li:last-child{padding:0;}
.add-tab-nav a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	padding:4px 0 0 0;
}
.add-tab-nav a .text,
.add-tab-nav a .title{opacity:0.54;}
.add-tab-nav .active .text,
.add-tab-nav .active .title{opacity:1;}
.add-tab-nav .active a{opacity:1;}
.add-tab-nav a:after{
	content:"";
	position:absolute;
	top:0;
	right:-65px;
	background:url(images/bg-arrow.png) no-repeat;
	width:40px;
	height:40px;
	border-radius:40px;
	overflow:hidden;
	text-indent:-9999px;
}
.tab-add-area.inner .tab-add-frame .add-tab-nav a:after{
	right:auto;
	left:-65px;
	transform:scaleX(-1);
}
.add-tab-nav .active a:after{box-shadow:0 0 7px rgba(0,0,0,0.35);}
.add-tab-nav .title{
	padding:0 0 7px;
	display:block;
	font-size:24px;
	line-height:1.2;
	font-weight:900;
	text-transform:uppercase;
	color:#3d6c84;
}
.add-tab-nav .text{
	display:block;
	font-size:22px;
	line-height:1.2;
	font-weight:500;
	color:#000;
}
.tab-add-block{margin:-14px 0 0;}
.tab-add-area.inner .tab-add-block{margin:-34px 0 0;}
.tab-add-block .tab{
	display:none;
	text-align:center;
}
.tab-add-block .tab:first-child{display:block;}
.tab-add-block h3{
	margin:0 0 70px;
	font-size:37px;
	line-height:1.36;
	color:#fff;
}
.tab-add-block h4{
	margin:0 0 20px;
	color:#a8cddd;
	font-size:24px;
	line-height:1.2;
	font-weight:900;
	text-transform:uppercase;
}
.tab-add-block p{
	font-size:26px;
	line-height:1.46;
	margin:0 0 15px;
	color:#fff;
}
.inform-hold{
	background:#1fb7a0;
	color:#fff;
	padding:50px 0 68px;
	text-align:center;
}
.inform-hold h2{
	margin:0 0 35px;
	font:33px/1.2 "Apex New", Arial, Helvetica, sans-serif;
}
.inform-hold p{
	margin:0 0 15px;
	font-size:24px;
	line-height:1.33;
}
.inform-hold .page-holder{max-width:850px;}
.holder-inform{padding:57px 0 50px;}
.holder-inform .page-holder{max-width:1105px;}
.holder-inform .add-txt-box{
	text-align:center;
	padding:0 0 40px;
	max-width:610px;
	margin:0 auto;
}
.holder-inform .add-txt-box h2{
	margin:0 0 3px;
	font:33px/1.42 "Apex New", Arial, Helvetica, sans-serif;
	color:#000;
}
.holder-inform .add-txt-box img{
	display:inline-block;
	vertical-align:top;
	margin:0 0 20px;
}
.holder-inform .add-txt-box p{
	margin:0 0 11px;
	font-size:18px;
	line-height:1.44;
}
.inform-lst{
	margin:0;
	padding:0 0 48px;
	list-style:none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	font-size:18px;
	line-height:1.38;
}
.inform-lst li{
	width:20%;
	border-left:3px solid #1fb7a0;
	padding:0 12px 0 11px;
}
.inform-lst strong{
	color:#15b8a1;
	font-size:22px;
	font-weight:bold;
}
.holder-inform .extra-text{
	display:block;
	padding:0 0 55px;
	font-size:16px;
	line-height:1.5;
}
.extra-text-holder{
	max-width:610px;
	margin:0 auto;
	text-align:center;
}
.extra-text-holder .btn-more{
	display:inline-block;
	vertical-align:top;
	background:#15b8a1;
	color:#fff;
	text-decoration:none;
	padding:10px 34px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	border-radius:2px;
	box-shadow:1px 2px 5px rgba(190,190,190,1);
}
.extra-text-holder .btn-more:hover{opacity:0.8;}
.bottom-add-block{
	margin:0 -10px;
	overflow:hidden;
	padding:0 0 46px;
}
.bottom-add-block .box{
	float:right;
	width:43%;
	max-width:267px;
}
.bottom-add-block .box:first-child{
	float:left;
	margin-right:25px;
}
.bottom-add-block .box h3{
	margin:0 0 4px;
	font-size:40px;
	line-height:1.2;
	font-weight:500;
}
.bottom-add-block .box h3 img{
	vertical-align:middle;
	margin:-5px -4px 0 0;
}
.bottom-add-block .box:first-child h3 img{margin-top:-15px;}
.bottom-add-block .box p{margin:0;}
/* footer */
#footer{
	position:relative;
	display:table-footer-group;
	height:1%;
	background:#1e262b;
}
#footer .page-holder{
	max-width:1200px;
	padding:0;
}
.f-area{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
} 
.f-block{
	padding:0 0 37px 95px;
	width:82%;
}
.f-box{
	width:18%;
	background:#323f46;
}
.social-nav{
	margin:0;
	padding:56px 26px 0;
	list-style:none;
}
.social-nav li{
	display:inline-block;
	width:33.33%;
	max-width:54px;
	padding:0 3px;
	margin:0 -2px;
	vertical-align:middle;
}
.social-nav a:hover{opacity:0.8;}
.f-block-row{
	overflow:hidden;
	padding:31px 0 14px;
}
.f-logo{
	float:left;
	max-width:303px;
	padding:0 70px 0 0;
	width:35%;
}
.f-add-box-holder{
	margin:0 -56px 0 0;
	padding:3px 0 0;
}
.f-add-block{
	overflow:hidden;
	padding:0 0 0 2px;
}
.f-add-box:nth-child(1){
	width: 37%;
}
.f-add-box:nth-child(2){
	width: 24.5%;
}
.f-add-box{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0 28px 5px 0;
	margin:0 -2px;
}
.f-add-box h4{
	margin:0 0 5px;
	font-size:15px;
	line-height:1.2;
	color:#15b8a1;
	font-weight:bold;
}
.f-add-box-holder > .f-add-box:first-child > .lvl-2 > li:first-child > h4{
    padding-bottom: 10px;
}
.f-add-box h4 + h4 {
	padding-top: 12px;
}
.f-add-box ul a,
.f-add-box h4 a{
	text-decoration:none;
	color:#15b8a1;
}
.f-add-box h4 a.btn-request{
    margin: 0;
    background: transparent;
    border: none;
    text-transform: initial;
    display: block;
    padding: 0;
    box-shadow: none;
}
.f-add-box ul a:hover,
.f-add-box h4 a:hover{text-decoration:underline;}
.f-add-box ul{
	margin:0;
	padding:0 0 17px;
	list-style:none;
	font-size:12px;
	line-height:1.5;
}
.f-bottom-lst{
	margin:0;
	padding:0;
	padding-top: 44px;
	list-style:none;
	font-size:11px;
	line-height:1.2;
	color:#c0c0c0;
}
.f-bottom-lst li{
	padding:0 12px 0 0;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.f-bottom-lst li:first-child{padding:0 7px 0 0;}
.f-bottom-lst li:after{
	content:"";
	position:absolute;
	right:5px;
	top:3px;
	width:1px;
	height:9px;
	background:#c0c0c0;
}
.f-bottom-lst li:first-child:after,
.f-bottom-lst li:last-child:after{display:none;}
.f-bottom-lst a{
	color:#15b8a1;
	text-decoration:none;
}
.f-bottom-lst a:hover{text-decoration:underline;}



.iframe-hold{
	margin:0 0 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-hold iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=reset],
input[type=button],
input[type=submit],
input[type=search],
button,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=reset],
input[type=button],
input[type=submit],
button{
	background: #15b8a1;
	border-radius:2px;
	border: 0;
	padding: 8px 20px 10px;
	font-size: 13px;
	height:37px;
	line-height:21px;
	cursor:pointer;
	color: #fff;
	display: inline-block;
}
input[type="checkbox"], input[type="radio"]{margin:0;}
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover{
	opacity: 0.9;
}

input[type=number],
input[type=tel],
input[type=url],
input[type=password],
input[type=text],
input[type=email],
input[type=search],
textarea {
	border: 1px solid #efefef;
	background:#efefef;
	padding: 10px 16px;
	color: #000000;
	box-sizing: border-box;
	font-size:12px;
	height:37px;
}


input,
textarea,
select,
button {
	outline: none;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

textarea {
	width:100%;
	height:150px;
	margin:0;
	overflow:auto;
	resize:none;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 10px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.widget {
	margin: 0 0 20px;
}
.widget .search-form input[type="search"]{width:60%;}
.widget ul{list-style:none;}
.widget h3{
	margin:0 0 12px;
	font:500 20px/1.25 "Roboto", Arial, Helvetica, sans-serif;
	color:#354453;
}
.widget_calendar caption,
.widget_calendar th{
	background:#e3e4e6;
	color:#354453;
}

.textwidget p {
	padding: 0 0 10px 0;
}


/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}


/* Comments*/

#comments,
#reply-title {
	font-weight:bold;
	font-size:20px;
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-content,
.comment-metadata,
.comment-author.vcard {
	margin-bottom: 10px;
}

.comment-body .reply{
	padding-bottom: 15px;
}


/* Typography */
.main-holder a{color:#414042;}
.entry {
	width: 100%;
	line-height: 1.5em;
}

.entry a {
	text-decoration:underline;
	color:#000;
}

.entry a:hover {
	text-decoration: none;
}

.entry p {
	margin: 0 0 16px 0;
}
.entry p.no-margin{margin:0 0 10px;}
.fn{color:#182264;}
.entry b,
.entry strong{font-weight:bold;}
.entry dl{overflow:hidden;}
.entry dd,
.entry dt{
	float: left;
	clear: left;
	padding-right: .3em;
}
.entry dt{font-weight:bold;}
.entry p.margin-b{margin:0 0 50px;}


.title h1,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	line-height: 1.42em;
	margin: 0 0 40px 0;
	color:#000;
	font-family:"Apex New", Arial, Helvetica, sans-serif;
}
.entry .margin-s{margin:0 0 -8px;}
.title h1,
.entry h1 {font-size:33px;}

.post h2,
.page-title,
.entry h2 {font-size:33px;}
.page-title{margin:0 0 15px;}
.comments h3,
.entry h3 {
	font-size:30px;
	margin:0 0 20px;
}

.entry h4 {font-size:26px;}

.entry h5 {font-size:23px;}

.entry h6 {font-size:19px;}

.entry ul,
.entry ol{
	margin: 0;
	padding: 0 0 0 25px;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul>li {
	list-style:none;
	position:relative;
	padding: 0 0 15px 10px;
}
.entry ol>li {
	position:relative;
	padding: 0 0 15px 0;
}
.entry ul>li:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	background:#000;
	width:3px;
	height:3px;
	border-radius:8px;
}

.entry ul>ul>li {
	list-style-type: circle;
}

.entry ol,
.entry ul {
	line-height: 1.5em;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol>li {
	list-style-type: decimal;
	list-style-position: outside;
}

.entry ol>ol>li {
	list-style-type: lower-alpha;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.entry table td,
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}


/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	text-align:center;
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 10px 0;
}

#wp-calendar td {
	background: transparent;
}
#wp-calendar tfoot td.pad,
#wp-calendar td#next,
#wp-calendar td#prev{
	border:solid #dfe5ea;
	background:#e3e4e6;
	border-width:1px 0;
}


/* Begin Images */

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

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}


/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 20px;
	border-left: 5px solid #ccc;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
	font-size: 10px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.sticky {}

.bypostauthor {}

.page-link {
	padding: 0 0 15px;
}

.breadcrumb {
	padding-bottom: 20px;
}


/* pagination */

.pagination,
.navigation {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.single .pagination {}

.pagination a {}

.inline-services {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 32px 0 37px;
}

.inline-services.v2 {
	margin: 56px -50px;
	padding: 0;
}

.inline-services.v2 .item + .item {
	border-left: 2px solid #dbdede;
}

.inline-services.v2 p strong {
color: #010101;
font-size: 20px;
font-weight: 500;
}

.inline-services.v2 img {
	margin-bottom: 22px;
}

.inline-services.v2 p {
line-height: 25px;
color: #4a4a4a;
font-size: 18px;
font-weight: 400;
}

.inline-services.v2 .item {
	width: 215px;
	min-width: 0;
	padding: 0 20px 5px;
	
}

.inline-services h4 {
	color: #4a4a4a;
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.inline-services .item {
	min-width: 230px;
}

.employees {
	background: #e3e4e6;
	padding: 24px 0 32px;
}

.employees h2 {
	color: black;
	font-family: 'Apex New';
	font-size: 28px;
	line-height: 36px;
	text-align: center;
}

.employees .arrow {
	background: url(images/arrow-double.png) no-repeat 50% 50%;
	height: 60px;
	margin: -3px 0 -6px;
}

.employees h2 strong {
	color: #5a8da7;
	font-family: Roboto, Helvetica, Arial, sans-serif;;
	font-weight: 500;
}

.color-table h2 {
	padding-bottom: 5px;
}

.color-table .item:nth-child(2) {
	width: 20%;
	margin-right: -1%;
}
.color-table .item:nth-child(3) {
	width: 16%;
}

.color-table .item {
	color: white;
	font-size: 16px;
	position: relative;
	font-weight: 300;
	line-height: 24px;
	padding-bottom: 14px;
	padding-left: 10px;
	width: 17.4%;
}


.color-table .item:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	margin: 1px 0;
	right: 0;
	border-left: 2px solid #79b0cc;
}

.color-table .items {
	background: #5a8da7;
	padding: 11px 21px 0;
	border-bottom: 1px solid #f9f9f8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.color-table h3 {
	background: #43748d url(images/embraceAItiny-icon.png) no-repeat 21px 50%;
	text-align: center;
	padding: 18px 90px 15px;
	color: white;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
}

.color-table .color-2 .item:after {
	border-color: #37e1c9;
}

.color-table .color-2  .items {
	background: #15b8a1;
}

.color-table  .color-2  h3 {
	background-color: #09a690;
	background-image: url(images/happy-employtiny-icon.png);
}

.color-table .color-3 .item:after {
	border-color: #79b0cc;
}

.color-table .color-3  .items {
	background: #5a8da7;
}

.color-table  .color-3  h3 {
	background-color: #43748d;
	background-image: url(images/scaleuptiny-icon.png);
}

.color-table {
	background-color: #f9f9f8;
	border: 1px solid #a2a3a3;
	padding: 14px 10px 8px;
	margin: auto;
	max-width: 100%;
	width: 1030px;
}

.pd-2 {
	margin-bottom: 40px;
}
.table-cols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: -36px 0 0;
	padding: 0;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.table-cols .table {
	width: 520px;
	margin: 0 17px;
}
.table-cols .table table {
	border-spacing: 0;
	border: 0;
	width: 100%;
}
.table-cols .table thead  th {
	background: #15b8a1;
	color: white;
	font-size: 20px;
	font-weight: 400;
	width: 517px;
	line-height: 20px;
	padding: 16px;
}
.table-cols .table tbody tr:first-child td {
	height: 126px;
}
.table-cols .table tbody  th,
.table-cols .table tbody td {
	background: #fff;
	padding: 12px 12px;
	padding-right: 25px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	text-align: left;
	line-height: 20px;
	border-top: 3px solid #e3e4e6;
}

.table-cols .table tbody th {
	font-weight: 500;
	padding: 15px 18px;
	width: 134px;
}

.table-cols .table tbody td {
	border-left: 3px solid #e3e4e6;
}

.investors-area .cols {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}

.investors-area .image-col {
	width: 45%;
}

.investors-area .image-col img {
	display: block;
	max-width: 100%;
}

.investors-area .table-cols {
	width: 50%;
}

.investors-area .table-cols .table {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.investors-area .cols {
		display: block;
	}
	.investors-area .image-col {
		padding: 0 0 40px;
		width: 100%;
	}
	.investors-area .image-col img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: auto;
	}
	.investors-area .table-cols {
		width: 100%;
	}
}

/**/

.text-center .btn-request {
	min-width: 155px;
	margin-left: 0;
	margin-bottom: -15px;
}

.text-center {
	text-align: center;
	padding: 57px 0 0;
}

@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background-color:rgba(50, 63, 70, 0.9);opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility 0s linear .25s;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;-webkit-transition:opacity .25s,visibility 0s;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;-webkit-transition-property:-webkit-transform,opacity,-webkit-transform;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:79px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;-webkit-transition-property:-webkit-transform,opacity,-webkit-transform;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);-webkit-transition:color .3s ease;transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"x";position:absolute;top:5px;right:5px;width:30px;height:30px;font:58px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;-webkit-transition:background-color .25s;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:-webkit-linear-gradient(270deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);-ms-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;-webkit-transition:all .2s;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

.fancybox-close-small{
	background: url(images/bg-btn-close.png) no-repeat !important;
	height: 30px;
	right: 20px;
	text-indent: -9999px;
	top: 20px;
	width: 30px;
}

.fancybox-close-small:after {
	display: none;
}

.popup-box.request .fancybox-close-small {
	right: 20px;
	top: 20px;
}


.breadcrumbs {
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	color: #1fb7a0;
	padding-bottom: 20px;
}

.breadcrumbs a:hover {
	color: #1fb7a0;
}

.breadcrumbs a {
	text-decoration: none;
	color: #696767;
	float: left;
}

.breadcrumbs li,
.breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs li:after {
	content: "/";
	color: #696767;
	padding: 0 3px;
	float: left;
}

.post-page .entry h4 {
	font-size: inherit;
	margin-bottom: 8px;
	line-height: 26px;
	font-weight: bold;
}

.post-page .entry h3 {
	font-size: 18px;
	font-weight: bold;
	color: #15b8a1;
	margin: 0;
	line-height: 1.2;
	padding: 0;
	letter-spacing: 0;
	font-family: Roboto, sans-serif;
}

.post-page .entry a {
	color: #1fb7a0;
	text-decoration: underline;
}

.post-page .entry p a:hover {
	text-decoration: none;
}

.post-page .entry .tags a {
	font-weight: bold;
	text-decoration: underline;
}

.post-page .entry .tags a:hover {
	text-decoration: none;
}

.post-page .entry p {
	margin-bottom: 16px;
}

.post-page .entry {
	padding-right: 15px;
	line-height: 26px;
	color: #4a4a4a;
	font-weight: 300;
}

.post-page.regular-page .container {
	width: 940px;
}

.post-page.regular-page {
	padding: 64px 0;
}

.post-page.regular-page .entry p {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 15px;
}

.post-page .meta.big {
	font-size: 16px;
	padding-bottom: 66px;
}

.post-page .meta {
	color: #918f8f;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	padding-bottom: 35px;
	text-align: center;
}

.post-page .image {
	padding-bottom: 36px;
}

.post-page h1 {
	text-align: center;
	padding: 15px 0;
	margin: 0;
}

.post-page {
	padding: 30px 0 40px;
	border-top: 1px solid #bfbfbf;
}

.post-page .image img {
	max-width: 100%;
	display: block;
}

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

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

.barista-intro {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	line-height: 24px;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 35px 0 24px;
}

.barista-intro h4 {
	color: #4a4a4a;
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
}

.barista-intro h5 {
	color: #1fb7a0;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 21px;
	line-height: 25px;
}

.barista-intro .left {
	text-align: right;
	padding-top: 92px;
	width: 31%;
}
.barista-intro .image {
	width: 34.5%;
	margin: 0 -1%;
}
.barista-intro .right {
	text-align: left;
	padding-top: 92px;
	width: 33%;
	margin-right: -2%;
}

.why-row {
	padding: 36px 0;
	overflow: hidden;
	text-align: center;
}

.values-box {
	position: relative;
	background: #eeeeee;
	padding: 0 1494px;
	margin: -7px -1500px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.values-box h3 {
	color: #27bea8;
	font-size: 22px;
	font-weight: 700;
	padding-top: 130px;
	padding-bottom: 27px;
	line-height: 25px;
}

.values-box ul {
	padding: 0;
	margin: 0;
}

.values-box ul li + li {
	border-top: 2px solid #fff;
	padding-top: 5px;
}

.values-box ul li {
	padding: 0 0 8px;
	list-style: none;
	margin: 0;
	color: #4b565c;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.values-box .t-0 h3 {
	padding-top: 55px;
}

.values-box .left-s {
	width: 22%;
	padding-left: 9px;
	text-align: right;
	padding-right: 35px;
}

.values-box .right-s {
	width: 22%;
	padding-right: 9px;
	padding-left: 35px;
	text-align: left;
}

.values-box .middle li:nth-child(2) {
	top: 154px;
	left: 78%;
}
.values-box .middle li:nth-child(3) {
	top: 321px;
	left: 78%;
}
.values-box .middle li:nth-child(4) {
	top: 438px;
	left: 50%;
}
.values-box .middle li:nth-child(5) {
	top: 321px;
	left: 20%;
}
.values-box .middle li:nth-child(6) {
	top: 154px;
	left: 20%;
}

.values-box .middle li {
	position: absolute;
	top: 60px;
	width: 240px;
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -120px;
	left: 50%;
	color: #323f46;
	transition:all .3s ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotateZ(0);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.values-box .middle li:before {
	counter-increment: section;
	content: "0" counter(section);
	background: #15b8a1;
	transition:all .3s ease;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	width: 37px;
	display: block;
	margin: 0 auto;
	height: 37px;
	color: white;
	margin-bottom: 18px;
	font-family: "Open Sans", Roboto;
	font-size: 16px;
	font-weight: 700;
}

.values-box .middle ol {
	position: absolute;
	counter-reset: section;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.values-box .middle {
	background: #e3e4e6;
	width: 57%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 228px 0 242px; 
}

.bg-grey {
	background: #e3e4e6;
}

p.pt-5 {
	padding-top: 25px;
}

.info-txt-area.two-cols .btn-request {
	margin-top: 12px;
	min-width: 155px;
	margin-left: 0;
}

.info-txt-area.two-cols.spacing-2 .btn-request {
	margin-top: 25px;
}

.info-txt-area.two-cols.spacing-2 .right-side img {
	margin-right: -5px;
}

.info-txt-area.two-cols.spacing-2 .right-side {
	text-align: right;
	padding-top: 13px;
}

.info-txt-area.two-cols.spacing-2 {
	padding-top: 60px;
	padding-bottom: 86px;
}

.info-txt-area.two-cols .left-side {
	float: left;
	width: 62%;
	padding: 0 2.5%;
}

.info-txt-area.two-cols .right-side {
	float: left;
	width: 38%;
}

.thank-you-top {
	background: #15b8a1;
	padding: 90px 0;
	text-align: center;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	min-height: 339px;
	padding-bottom: 65px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.thank-you-top h1 {
	font-size: 48px;
	font-weight: 300;
	letter-spacing: -.025em;
	font-family: 'Apex New';
	padding-bottom: 32px;
	line-height: 47px;
}

.thank-you-top p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

.investors-area.barista {
	padding: 70px 0 170px;
}

.info-text-area.spacing-3 h2 {
	margin-bottom: 46px;
}

.info-text-area.spacing-3 {
	padding: 54px 0 22px;
}

.info-text-area.spacing-4 {
	padding: 75px 0 30px;
}

.investors-area.events {
	padding: 65px 0 184px;
}

.investors-area.events .investors-lst li {
	padding: 0 5px 10px;
	margin: 0;
}

.investors-lst li {
	padding: 0 20px 10px;
    width: 33.33%;
    float: left;
}

.page-template-company .investors-lst {
	display: flex;
	justify-content: center;
}

.page-template-company .investors-lst li {
	float: none;
	padding: 0 50px 20px;
	width: auto;
}

.investors-area.events  h2{
	margin-bottom: 50px;
}

.boubles {
	position: relative;
	margin: 51px auto 35px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-left: 100px;
}

.boubles .more {
	position: absolute;
	width: 100%;
	top: -34%;
	left: -20%;
	transition: all 1s ease;
	transform: scale(0);
	transform-origin: 70% 100%;
}

.boubles.active .more {
	transform: scale(1);
}

.investors-area.barista .entry {
	width: 726px;
	margin: auto;
	max-width: 100%;
}

.investors-area.barista h2 {
	margin-bottom: -20px;
	padding-bottom: 0;
}

.tags-clound .label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: black;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.tags-clound .l-1 {
	right: 42%;
	top: 48px;
}
.tags-clound .l-2 {
	right: 31%;
	top: 73px;
}
.tags-clound .l-3 {
	left: 30%;
	top: 73px;
}
.tags-clound .l-4 {
	left: 6%;
	top: 99px;
}
.tags-clound .l-5 {
	right: 21%;
	top: 126px;
}
.tags-clound .l-6 {
	right: 62%;
	top: 150px;
}
.tags-clound .l-7 {
	left: 58%;
	top: 145px;
}
.tags-clound .l-8 {
	left: 8%;
	top: 166px;
}
.tags-clound {
	text-align: center;
	width: 363px;
	margin-left: auto;
	margin-right: -10px;
	margin-top: 14px;
	position: relative;
}

.info-txt-area.two-cols h2 {
	padding-bottom: 5px;
}

.info-txt-area.two-cols {
	padding: 66px 0 94px;
	overflow: hidden;
}

.barista-management {
	padding: 45px 0 76px;
	overflow: hidden;
}

.barista-management .container-f {
	width: 1120px;
}

.barista-management .right-side.image {
	float: left;
	padding-top: 132px;
	width: 31%;

}

.catalog-row {
	background: #9bd9de;
	padding: 62px 0 0;
}
.catalog-row h2 {
	text-align: center;
}

.inline-features {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: 0 -5%;
	padding: 50px 0 23px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.inline-features h4 {
	line-height: 25px;
	margin: 0;
	color: #15b8a1;
	padding: 12px 0 0;
	font-size: 22px;
	font-weight: 700;
}

.inline-features p {
	color: #4a4a4a;
	line-height: 25px;
	padding: 2px 15px;
	font-size: 18px;
	font-weight: 400;
}

.inline-features .image {
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inline-features .item {
	width: 30%;
}

.barista-management .left-side.text {
	float: right;
	width: 67%;
	padding-right: 6%;
}

.barista-management .btn-request {
	margin-top: 25px;
	min-width: 155px;
	margin-left: 0;
}

.barista-management .left-side {
	float: right;
	width: 40%;
}

.cio-row {
	background: #5a8da7;
	padding: 70px 0 0;
	text-align: center;
	color: #fff;
}

.cio-row .page-holder {
	max-width: 665px;
}

.cio-row h4 {
	color: white;
	padding-top: 25px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

.cio-row h2 {
	color: #fff;
}

.cio-row .button-wrapper {
	display: flex;
	justify-content: center;
	padding: 0 0 35px;
	position: relative;
	z-index: 1;
}

.cio-wrapper {
	position: relative;
}

.cio-wrapper:before {
	width: 1047px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -523px;
	height: 150px;
	background-color: #7dadc5;
}

.cio-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: 0 -13px;
	padding-bottom: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
}

.cio-items:before {
	width: 1047px;
	position: absolute;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -523px;
	height: 116px;
	background-color: #7dadc5;
}

.cio-wrapper .cio-items:before {
	display: none;
}

.cio-items .item.orange {
	background: #e59925;
}
.cio-items .item.green {
	background: #2db59e;
}

.cio-items .item {
	margin: 13px 13px;
	position: relative;
	z-index: 3;
	width: 180px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	color: white;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	min-height: 98px;
	background-color: #63a3a9;
	border: 1px solid white;
}


.features {
	overflow: hidden;
}

.features .features-items .item + .item {
	border-top: 2px solid #bae8ec;
	padding-top: 11px;
}

.features .features-items .item {
	max-width: 350px;
	padding-bottom: 9px;
}

.features .features-items {
	overflow: hidden;
	position: relative;
	top: -4px;
color: #323f46;
font-size: 16px;
font-weight: 400;
line-height: 23px;
padding-left: 30px;
}

.features .image {
	float: left;
	width: 57.3%;
	text-align: right;
}

.catalog-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: 0;
	padding: 9px 0 67px;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
}

.catalog-items .item.orange {
	background: #e59925;
}
.catalog-items .item.green {
	background: #2db59e;
}

.catalog-items .item {
	margin: 13px 21px;
	position: relative;
	z-index: 3;
	width: 274px;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	color: #323f46;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	min-height: 102px;
	background-color: #63a3a9;
	border: 1px solid white;
	background-color: #cef0f3;
	border: 1px solid white;
}

.top-img-area.homepage {
	height: auto;
	padding: 60px 0 80px;
	position: relative;
	z-index: 6;
}

.top-img-area.homepage .page-holder {
	margin: auto;
	max-width: 100%;
	padding-top: 30px;
	width: 1110px;
}

.top-img-area.homepage .page-holder .box {
	display: flex;
	justify-content: space-between;
}

.top-img-area.homepage .page-holder .box-left {
	width: 50%;
}

.top-img-area.homepage .page-holder .box-right {
	width: 25%;
}

.top-img-area.homepage .page-holder .box-right .right-heading {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	margin: 0 0 15px;
	text-align: center;
}

.top-img-area.homepage .page-holder .box-right .right-heading strong {
	font-weight: 500;
}

.top-img-area.homepage .page-holder .box-right .right-image {
	margin: 0 0 20px;
}

.top-img-area.homepage .page-holder .box-right .right-image img {
	display: block;
	margin: 0 auto;
}

.top-img-area.homepage .page-holder .box-right .right-button {
	display: flex;
	justify-content: center;
}

.top-img-area.homepage .page-holder .box-right .right-button a {
	background-color: #e5972c;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	padding: 15px 25px 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.top-img-area.homepage .page-holder .box-right {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.top-img-area.homepage .page-holder .box {
		display: block;
	}
	.top-img-area.homepage .page-holder .box-left {
		margin: 0 0 60px;
		width: 100%;
	}
	.top-img-area.homepage .page-holder .box-right {
		width: 100%;
	}
}

.top-img-area.homepage h1 {
    color: white;
    font-family: 'Apex New';
    font-size: 46px;
    font-weight: 300;
    letter-spacing: -.015em;
    line-height: 125%;
}

.top-img-area.homepage h1 span {
	display: block;
	font-size: 28px;
	line-height: 135%;
	padding: 5px 0 10px;
}

.top-img-area.homepage h2 {
	border-top: none;
	clear: both;
    color: #50e6cf;
	font-size: 25px;
    letter-spacing: 0;
	line-height: 125%;
    padding: 15px 0 10px;
}

.top-img-area.homepage .heading-items {
	margin-top: 50px;
	font-family: 'Apex New';
	font-weight: normal;
	color: white;
	font-size: 22px;
	line-height: 125%;
}

.top-img-area.homepage .heading-items p {
	margin-bottom: 15px;
}

.top-img-area.homepage .heading-items p:last-child {
	margin-bottom: 0px;
}

.top-img-area.homepage .heading-items .left-panel {
	text-align: right;
	padding-right: 18px;
	border-right: 1px solid #50e6cf;
	display: inline-block;
}

.top-img-area.homepage .heading-items .right-panel {
	text-align: left;
	padding-left: 18px;
	display: inline-block;
}

.excperiance-row {
	padding: 45px 0 2px;
	text-align: center;
}

.intro-service {
	padding: 55px 0 0;
	overflow: hidden;
}

.intro-service .image {
	width: 30%;
	align-self: flex-end;
	text-align: left;
}

.intro-service .text {
    padding-top: 30px;
    width: 65%;
    text-align: center;
}

.intro-service .text .cols {
	display: flex;
	justify-content: space-between;
}

.intro-service .text .cols ul {
	margin: 0;
	padding: 0;
	width: 46%;
}

.intro-service .entry ul li:after {
	display: none;
}

.intro-service .entry ul li + li {
	border-top: 1px solid #d4d3d1;
	padding-top: 8px;
}

.intro-service .entry ul li {
	list-style: none;
	padding: 4px 0 7px;
	margin: 0;
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

@media (max-width: 1024px) {
	.intro-service .text .cols {
		display: block;
		margin: 0 auto;
		max-width: 400px;
		padding: 0 0 30px;
	}
	.intro-service .text .cols ul {
		width: 100%;
	}
}

/**/

.intro-service .container-f {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	width: 950px;
}

.fast-links {
	margin-top: 180px;
	position: fixed;
	right: 0;
	top: 330px;
	z-index: 99;
}

.page-template-why-espressive .fast-links {
	margin-top: 180px;
}

.fast-links:hover .icon {
	width: 77px;
}

.fast-links:hover a {
	width: 200px;
	line-height: 71px;
	height: 71px;
}

.fast-links li {
	list-style: none;
}

.fast-links .icon {
	display: inline-block;
	vertical-align: top;
	transition: width .3s ease;
	text-align: center;
	width: 56px;
}

.fast-links img {
	max-height: 38px;
	display: inline-block;
	vertical-align: middle;
	max-width: 35px;
}

.fast-links .text {
	line-height: 77px;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
	width: 130px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #1fb7a0;
}

.fast-links a {
	display: block;
	width: 56px;
	transition: all .3s ease;
	overflow: hidden;
	line-height: 62px;
	white-space: nowrap;
	height: 62px;
	background: #323f47;
	margin-top: 2px;
}


/* .slogan:before {
	background: url(images/home-top-shadow.png) no-repeat 50% 100%;
	bottom: -16px;
	content: "";
	left: 0;
	margin: 0 -50px;
	position: absolute;
	top: 0;
	pointer-events: none;
	right: 0;
} */

.slogan {
    left: 0;
    right: 0;
    width: 100%;
	z-index: 3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.slogan-container {
	margin: 0 auto;
	max-width: 1110px;
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.slogan-container .slogan-col {
	display: flex;
}

.slogan-container .slogan-col.slogan-col-left {
	border-right: 1px solid #fff;
	width: 45%;
}

.slogan-container .slogan-col.slogan-col-right {
	display: flex;
	justify-content: flex-end;
	width: 55%;
}

.slogan .image-wrapper {
	padding: 0 20px 0 0;
}

.slogan .text {
	color: #323f46;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 125%;
	max-width: 270px;
	text-align: left;
	margin: 0;
	text-transform: uppercase;
}

.slogan .text .subtext {
	color: #313f47;
	display: block;
	font-size: 20px;
	line-height: 125%;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	text-transform: none;
}

.slogan .cta_button {
	line-height: 125%;
	margin: 10px 0 0;
	padding: 10px 20px;
	text-align: center;
}

@media (max-width: 1024px) {
}

@media (max-width: 767px) {
	
}

/* .slogan:after {
	background: url(images/ITSMchatbot.png) no-repeat 0 0;
	bottom: 0;
	content: '';
	display: block;
	height: 127px;
	left: -10px;
	position: absolute;
	width: 157px;
} */

.support-row {
	padding: 62px 0 65px;
	text-align: center;
}

.support-row .cols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.support-row ul {
	padding: 0;
	margin: 0;
	width: 30%;
}

.support-row li + li {
	border-top: 1px solid  #1fb7a0;
}

.support-row .image {
	width: 290px;
}

.support-row li {
	font-size: 18px;
	line-height: 26px;
	color: #4a4a4a;
	list-style: none;
	padding: 15px 0;
	margin: 0;
	font-weight: 300;
}

.support-row li strong {
	color: #2db59e;
	font-weight: 500;
}

.how-use-area {
	position: relative;
	background: no-repeat 50% 50% fixed; 
	background-size: cover;
	padding: 83px 0 60px;
	text-align: center;
}

.how-use-area .btn-request {
	margin: 0;
	min-width: 155px;
	box-shadow:1px 2px 5px rgba(0,0,0,.5);
}

.how-use-area .list-wrapper {
	display: flex;
}

.how-use-area .list-wrapper .list {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
	padding: 0 10px;
	text-align: right;
	width: 50%;
}

.how-use-area .list-wrapper .list + .list {
	justify-content: flex-start;
	text-align: left;
}

.how-use-area .list-wrapper .list ul {
}

.how-use-area .list-wrapper ul li {
	list-style: none;
	padding: 7px 0;
	margin: 0;
	color: white;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.how-use-area li + li {
	border-top: 1px solid  #15b8a1;
}

@media (max-width: 767px) {
	.how-use-area .list-wrapper {
		display: block;
	}
	.how-use-area .list-wrapper .list, .how-use-area .list-wrapper .list + .list {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
}

/**/

.how-use-area h4 {
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	padding: 6px 0 10px;
}

.how-use-area .col {
	padding: 25px 15px;
	width: 50%;
}

.how-use-area .cols {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

@media (max-width: 1005px) {
	.how-use-area .cols {
		display: block;
	}
	.how-use-area .col {
		padding: 30px 0;
		width: 100%;
	}
}

.how-use-area h2 {
	color: #fff;
	margin: 0 0 50px;
	text-align: center;
}

.graph-row {
	background: #5a8da7;
	padding: 110px 0 68px;
	overflow: hidden;
	color: #fff;
}

.graph-row .image {
	float: right;
	padding: 10px 0;
	position: relative;
	left: 10px;
	text-align: right;
}

.graph.active .dot {
	transform: scale(1);
}

.graph .dot {
	position: absolute;
    left: 63.8%;
    top: 19.2%;
    margin: -45px;
    transition: all 1s ease;
    transform: scale(0);
}

.graph {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.graph-row .entry p {
font-size: 18px;
font-weight: 300;
line-height: 26px;
margin-bottom: 32px;
}

.graph-row .entry {
	float: left;
	width: 55%;
	text-align: center;
}

.graph-row h2 {
	color: #fff;
	margin-bottom: 52px;
}

.c-form .row-block input.error,
.request-form .row input.error{
	border-color:#f00;
}

#ajax_processing_box {
	display: none;
	padding: 5px 0 0;
	font-size: 14px;
	line-height: 125%;
	width: 100%;
	text-align:center;
}

.success-msg {
	padding: 5px;	
	color: #008000;
	font-weight: bold;
	text-align: left;
	max-width: 382px;
	margin: 5px auto;
  }
  
  .error-msg {
	padding: 5px;	
	color: red;
	font-weight: bold;
	text-align: left;
	max-width: 382px;
	margin: 5px auto;
}

.doc-table {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-x: scroll;
}

.doc-wrapper {
  padding-bottom: 50px;
  text-align: justify;
}

.doc-table--row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	overflow: auto;
	min-width: 600px;
}

.doc-table--box {
  min-height: 25px;
  padding: 10px;
  border: 1px solid #000;
}

.doc-table--20 {
  flex-basis: 20%;
  max-width: 20%;
}

.doc-table--40 {
  flex-basis: 40%;
  max-width: 40%;
}
.loading-indicator{
	text-align:center;
	 margin-top:10px;
	  display:none;
}


.fancybox-slide .popup-box.request .hbspt-form {
	margin-top:-50px;
}

.fancybox-slide .popup-box.request .hbspt-form fieldset{
	max-width:100% !important;
	margin-bottom: 20px !important;
}

.fancybox-slide .popup-box.request .hbspt-form label span {
	display:none;
}

.fancybox-slide .popup-box.request .hbspt-form input:not([type=submit]), .fancybox-slide .popup-box.request .hbspt-form textarea {
	width:100% !important;
    height: 47px;
    padding: 0 16px;
    color: #4a4a4a;
}

.fancybox-slide .popup-box.request .hbspt-form select {
	background: #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    color: #666;
    font-size: 12px;
    height: 47px;
    padding: 0 16px;
    text-transform: uppercase;
    width: 100% !important;
}

.fancybox-slide .popup-box.request .hbspt-form input:not([type=submit]):focus, .fancybox-slide .popup-box.request .hbspt-form textarea:focus {
	background:#fff;
	border:solid 1px #dbdbdb;
}

.fancybox-slide .popup-box.request .hbspt-form .hs-error-msgs{
    list-style: none;
    font-size: 13px;
    /* position: absolute; */
    margin-top: 5px;
    color: red;
    margin-bottom: -10px;
	padding-left:0px;
	text-align:left;
}

.fancybox-slide .popup-box.request .hbspt-form .hs-error-msgs li:after{
	display:none;
}

.fancybox-slide .popup-box.request .hbspt-form input[type=submit]{
	    background: #15b8a1;
    border-radius: 2px;
    border: 0;
    padding: 8px 20px 10px;
    font-size: 13px;
    height: 37px;
    line-height: 21px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
	    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 1px 2px 5px rgba(190,190,190,1);
    padding: 8px 54px 10px;
	    margin: auto;
    display: block;
	    margin-top: 40px;
}


.box .hbspt-form {
	margin-top: -50px;
}

.box .hbspt-form fieldset {
	max-width: 100% !important;
	margin-bottom: 20px !important;
}

.box .hbspt-form label span {
	display: none;
}

.box .hbspt-form input:not([type=submit]), .box .hbspt-form textarea {
	color: #4a4a4a;
	height: 47px;
	padding: 0 16px;
	width: 100% !important;
}

.box .hbspt-form select {
background: #efefef;
    border: 1px solid #efefef;
    box-sizing: border-box;
    color: #666;
    font-size: 12px;
    height: 47px;
    padding: 0 16px;
    text-transform: uppercase;
    width: 100% !important;
}

.box .hbspt-form input:not([type=submit]):focus, .box .hbspt-form textarea:focus {
	background: #fff;
	border: 1px solid #dbdbdb;
}

.box .hbspt-form .hs-error-msgs {
    list-style: none;
    font-size: 13px;
    /* position: absolute; */
    margin-top: 5px;
    color: red;
    margin-bottom: -10px;
	padding-left:0px;
	text-align:left;
}

.box .hbspt-form .hs-error-msgs li:after {
	display: none;
}

.box .hbspt-form input[type=submit]{
	background: #15b8a1;
	border-radius: 2px;
	border: 0;
	padding: 8px 20px 10px;
	font-size: 13px;
	height: 37px;
	line-height: 21px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 1px 2px 5px rgba(190,190,190,1);
	padding: 8px 54px 10px;
	margin: auto;
	display: block;
	margin-top: 40px;
}

.imagine-world, .getting-help{
	padding:65px 0px;
	text-align:center;
}

.imagine-left{
	display:inline-block;
	float:left;
	width:30%;
	overflow:hidden;
	
}

.imagine-right{
	display:inline-block;
	float:left;
	width:70%;
	padding-left:45px;
}

.imagine-img-mobile{
	display:none;
}

.getting-left{
	display:inline-block;
	float:left;
	width:70%;
	padding-right:45px;
}

.getting-right{
	display:inline-block;
	float:left;
	width:30%;
}

.getting-help{
	overflow:hidden;
}

.imagine-world h2, .getting-help h2{
	font-size: 33px;
	line-height: 1.42em;
    margin: 0 0 40px 0;
    color: #000;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
}

.imagine-world p, .getting-help p{
	line-height: 23px;
    margin-bottom: 22px;
}

.imagine-world .cta_button{
	margin-top:10px;
}

.imagine-world .employee-adoption{
	padding:0;
	margin:0;
    margin-top: 40px;
    margin-bottom: 35px;
    display: block;	
}

.imagine-world .employee-adoption li{
	display:inline-block;
	padding:10px 23px;
	border-right:solid 1px #15b8a1;
	color:#4a4a4a;
	font-size:36px;
	font-weight:700;
	text-align:right;
}

.imagine-world .employee-adoption li:last-child{
	border-right:none;
	text-align:left;
}

.imagine-world .employee-adoption li span{
    display: block;
    font-size: 22px;
    color: #15b8a1;
    line-height: 140%;
}

.getting-help img{
	position: relative;
    top: 65px;
}

.clearfix:after{
	display:block;
	content:'';
	clear:both;
}

.prediction-work{
	background: url(images/prediction-work-bg.png) no-repeat 50% 50% fixed;
    background-size: cover;
    padding: 83px 0;
    text-align: center;
}

.prediction-work .container-f{
	width:811px;
}

.prediction-work h2{
	font-size: 33px;
	line-height: 1.42em;
    margin: 0 0 40px 0;
    color: #fff;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
}

.prediction-work p{
	line-height: 23px;
    margin-bottom: 22px;
	color:#fff;
}

.prediction-work img{
	margin-bottom:40px;
}

.prediction-work .cta_button{
	margin-top:10px;
}


.why-stop{
	background: #e3e4e6 url(images/bg-decor-line.png) no-repeat 50% 100%;
    background-size: 100% auto;	
	padding:70px 0px 170px;
}

.why-stop h2{
	font-size: 33px;
	line-height: 1.42em;
    margin: 0 0 40px 0;
    color: #000;
	text-align:center;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
	max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.why-stop ol{
	list-style:none;
}

.why-stop ol > li{
	display:inline-block;
	float:left;
	width:33.33%;
	padding:0px 30px;
}

.why-stop ol ul {
	list-style:none;
}

.why-stop ol ul li{
	display:block;
	text-align:left;
	line-height: 23px;
    margin-bottom: 15px;
}

.why-stop ol ul li:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #15b8a1;
    border-radius: 10px;
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
}

.why-stop ol > li strong{
	text-align:center;
	display:block;
	color:#5a8da7;
	font-size:18px;
	font-weight:400;
	margin-bottom:25px;
	line-height:28px;
}

.why-stop ol > li img{
	display:block;
	margin:0px auto 30px;
}


.page-template-service-now .bottom-area.decor{
	background: #fff;
	margin: 0;
	padding-top: 70px;
}

.page-template-service-now .bottom-area.decor:before {
	display: none;
}

@media (min-width:2200px){
	.investors-area.events {
		padding: 65px 0 250px;
	}
}


@media (max-width:767px){
	.fancybox-slide .popup-box.request .hbspt-form fieldset{
		margin-bottom:0px !important;
	}
	
	.fancybox-slide .popup-box.request .hbspt-form input:not([type=submit]), .fancybox-slide .popup-box.request .hbspt-form textarea {
		margin-bottom:15px;
	}
	
	.fancybox-slide .popup-box.request .hbspt-form .hs-error-msgs{
		position:static;
		margin-top: -11px;
		margin-bottom: 10px;
	}
	
	.fancybox-slide .popup-box.request  fieldset.form-columns-2 .input{
		margin-right:0px;
	}

	.box .hbspt-form fieldset{
		margin-bottom:0px !important;
	}
	
	.box .hbspt-form input:not([type=submit]),
	.box .hbspt-form textarea{
		margin-bottom:15px;
	}
	
	.box .hbspt-form .hs-error-msgs{
		position:static;
		margin-top: -11px;
		margin-bottom: 10px;
	}
	
	.box  fieldset.form-columns-2 .input{
		margin-right:0px;
	}

	
}






/* retina */
@media (-webkit-min-device-pixel-ratio:2) ,(min--moz-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){
	.fancybox-close-small{
		background-image:url(images/bg-btn-close@2x.png);
		background-size:30px auto;
	}
	.quote-area blockquote{
		background-image:url(images/bg-q-area@2x.png);
		background-size:53px auto;
	}
	.top-add-img-area .btn-down{
		background-image:url(images/bg-arrow-down@2x.png);
		background-size:40px auto;
	}
}

/* responsive layout */
@media screen and (max-width: 1180px){
	.f-block{padding:0 0 20px 15px;}
	.social-nav{padding:50px 10px 50px 15px;}
	.add-nav-area ul a{
		display:block;
		height:100%;
	}
	.add-nav-area ul{margin:0;}
	header .btn-request{margin-left:18px;}

	.values-box ul li br {
		display: none;
	}

.values-box .left-s {
	padding-right: 15px;
}
	.values-box .right-s {
		padding-left: 15px;
	}

	.inline-services.v2 {
		margin-left: -40px;
		margin-right: -40px;
	}
	.inline-services.v2 .item {
		width: 200px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 1025px){
	.mobile-nav-area{display:none !important;}
}
@media screen and (max-width: 1144px){

	.table-cols .table {
		width: 47%;
		margin: 0 10px;
	}

	.quote-area.green blockquote{ 
	margin-right: 0;
	 }
}
@media screen and (max-width: 1024px){
	.desktop-only{
		display: none !important;
	}
	.mobile-only{
		display: block !important;
	}
	.top-img-area.inner .ttl{padding:20px 0 10px 180px;}
	.m-nav-link{
		display:inline-block;
		vertical-align:top;
	}
	#nav{display:none;}
	header{padding:10px 0 0;}
	.fixed-overlay{overflow:hidden;}
	header .btn-request{display: none;}
	.add-nav-area .page-holder{padding:0;}
	.board-lst li, .directors-lst li{padding:0 21px 64px;}
	.fancybox-slide .popup-box.request{margin:68px 0;}
	.top-add-img-area .ttl{font-size:36px;}
	.top-add-img-area{padding:83px 0 322px;}
	.parallax-area{background-attachment:scroll;}
	.parallax-area{padding:160px 0;}
	.tab-ttl h2,
	.parallax-area h2{font-size:36px;}
	.tab-add-block h3{font-size:31px;}
	.tab-add-block h3 br{display:none;}
	.tab-add-block h4,
	.add-tab-nav .title{font-size:22px;}
	.tab-add-block p{font-size:23px;}
	.add-tab-nav .text{font-size:20px;}
	.result-area{padding:60px 0 55px;}
	.result-area h2{
		font-size:36px;
		margin:0 0 25px;
	}
	.result-area p{font-size:20px;}
	.inform-hold h2{font-size:30px;}
	.inform-hold p{font-size:20px;}
	.inform-hold{padding:40px 0 58px;}
	.holder-inform .add-txt-box h2{font-size:28px;}
	.inform-lst{font-size:16px;}
	.inform-lst strong{font-size:18px;}
	.inform-lst{padding:0 0 38px;}
	.holder-inform .add-txt-box{padding:0 0 20px;}
	.holder-inform .extra-text{padding:0 0 35px;}
	.bottom-area.decor.inner{padding-top:139px;}
	.bottom-add-block .box h3{font-size:36px;}
	.tab-add-frame .box .holder{padding:0;}
	.top-img-area.homepage .ttl {
		padding: 0;
	}
	.top-img-area.homepage h2 {
		float: none;
		text-align: center;
	}
	.top-img-area.homepage .heading-items {
		font-size: 13px;
		text-align: center;
	}
}
@media screen and (max-width: 1005px){
	.inline-services.v2 {
		padding-left: 4%;
		padding-right: 4%;
	}
	.quote-area.green blockquote cite br {
		display: none;
	}

	.support-row .image {
		width: 200px;
	}

	.graph-row h2 {
		margin-bottom: 20px;
	}

	.support-row li br {
		display: none;
	}

	.support-row ul {
		width: 40%;
	}

	.graph-row .entry {
		float: none;
		width: auto;
		padding: 0;
	}

	.graph-row .image {
		margin: 0;
		padding: 15px 0 0;
		float: none;
		width: auto;
		text-align: center;
		left: 0;
	}

	.graph-row {
		padding: 40px 0;
	}

	.graph-row .container-f {
		display: block;
	}

	.inline-services.v2 {
		margin-bottom: 20px;
	}

	.inline-services.v2 .item {
		width: 250px;
		margin-bottom: 40px;
	}

	.intro-service .text {
		margin-left: auto;
	}
	.intro-service .image {
		width: 34%;
	}
	.intro-service .entry ul li {
		font-size: 16px;
	}
	.barista-intro .right,
	.barista-intro .left {
		width: 35%;
	}

	.barista-intro .left,
	.barista-intro .right {
		padding-top: 40px;
	}

	.cio-items .item {
		padding: 10px;
	}

	.values-box {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.values-box .middle {
		width: calc(100% + 40px);
		margin: 20px -20px 0; 
		order: 3;
	}

	.values-box h3 {
		padding: 20px 00;
	}

	.catalog-items .item {
		line-height: 1.2;
	}

	.values-box h3 br {
		display: none;
	}

	.values-box ul li {
		font-size: 16px;
		line-height: 24px;
	}

	.values-box .left-s {
		width: 49%;
		text-align: left;
		padding: 0;
		order: 1;
	}
	.values-box .t-0 h3 {
		padding-top: 20px;
	}
	.values-box .right-s {
		width: 49%;
		padding: 0;
		order: 2;
		text-align: left;
	}

	.cio-items {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.features {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		align-items: flex-end;
	}

	.tags-clound {
		zoom: .8;
	}

	.barista-intro {
		font-size: 14px;
		line-height: 20px;
	}

	 .entry .inline-features h4 {
		font-size: 16px;
		line-height: 1.2;
	}

	.inline-features {
		padding: 20px 0 0;
	}

	.entry .inline-features p {
		font-size: 13px;
		line-height: 1.5;
	}

	.features .image {
		width: 50%;
	}

	.inline-services.v2 .item + .item:nth-child(4) {
		border-left: 0;
	}

	.inline-features p br,
	.catalog-items .item br,
	.info-txt-area.two-cols h2 br,
	.values-box ul li br,
	.barista-intro br {
		display: none;
	}

	.use-case-item.reverse .col-image {
		margin-right: 0;
	}
	.use-case-item .col-image {
		margin-left: 0;
	}
	.table-cols {
		margin: 0;
	}
	.color-table .item:nth-child(4) {
		width: 20%;
		margin-right: -3%;
	}
	.color-table .item {
		font-size: 14px;
		line-height: normal;
	}
	.text-center {
		padding: 15px 0 0;
	}
	.table-cols .table {
		width: 600px;
		margin: 0 auto 30px;
	}
	.table-cols .table tbody tr:first-child td {
		height: auto;
	}
	.top-txt-area h2,
	.extra-info-block .txt-box h2,
	.inform-holder .txt-box h2{font-size:30px;}
	.extra-info-block .txt-box{padding-top:50px;}
	.extra-info-block{padding:0 0 90px;}
	.txt-row-frame .txt-box h2{font-size:23px;}
	.inform-holder .txt-box h2 br{display:none;}
	.inform-holder{padding:0;}
	.inform-holder .txt-box{padding:25px 25px 0;}
	.inform-holder .txt-box h2{margin:0 0 30px;}
	.contact-frame .box:first-child{margin:0 25px 0 0;}
	.map-area{height:250px;}
	.contact-frame{padding:60px 0 75px;}
	.top-img-area.contact .ttl{padding:0 270px 0 0;}
	.top-img-area,
	.top-img-area.contact{padding:95px 0;}
	.top-img-area .ttl {
		font-size: 36px;
		padding: 0;
	}
	.add-nav-area ul{font-size:15px;}
	.add-nav-area ul a{padding:0 10px 15px;}
	.f-add-box{
		width:50%;
		max-width: 50%;
		min-width: 50%;
		padding-bottom:10px;
	}
	.f-logo{padding-right:40px;}
	.entry h1,
	.bottom-area h2,
	.investors-area h2, .board-area h2, .directors-lst-area h2,
	.post h2, .page-title, .entry h2{font-size:30px;}
	.directors-lst-area,
	.info-txt-area{padding:45px 0}
	.ttl-area h2{font-size:28px;}
	.ttl-area{padding:16px 0 14px;}
	.info-holder{padding:60px 0;}
	.investors-area h2, .board-area h2, .directors-lst-area h2{margin:0 0 35px;}
	.board-lst li, .directors-lst li{width:50%;}
	.investors-area{padding:35px 0 120px;}
	.bottom-area{padding:45px 0;}
	.comments h3, .entry h3{
		font-size:25px;
		margin:0 0 20px;
	}
	.entry h4{font-size:23px;}
	.entry h5{font-size:21px;}
	.c-txt-block h2,
	.fancybox-slide .popup-box.request h2{font-size:28px;}
	.fancybox-slide .popup-box.request .hold-text{padding:0 0 40px;}
	.fancybox-slide .popup-box.request{padding-bottom:44px;}
	.c-txt-block h2{margin:0 0 20px;}
	.c-txt-block{padding:0 0 40px;}
	.bottom-area.decor{padding-top:110px;}
	.bottom-area.decor.decor2{
		background-position: 50% 0;
		background-size: 100% auto;
		padding-top: 20%;
	}
}

@media (max-width: 990px) {
	.slogan-container {
		display: block;
	}
	.slogan-container .slogan-col {
		display: block;
		margin: 0 0 45px;
	}
	.slogan-container .slogan-col.slogan-col-left, .slogan-container .slogan-col.slogan-col-right {
		border: none;
		display: block;
		width: 100%;
	}
	.slogan-container .slogan-col:last-child {
		margin: 0;
	}
	.slogan {
		display: block;
		padding: 15px;
	}
	.slogan:after {
		display: none;
	}
	.slogan .image-wrapper {
		padding: 0;
	}
	.slogan .image-wrapper img {
		display: block;
		margin: 0 auto 15px;
	}
	.slogan .text {
		margin: 0 auto;
		max-width: 100%;
		text-align: center;
	}
	.slogan .text .subtext {
		font-size: 27px;
	}
	.slogan .cta_button {
		display: block;
		margin: 10px auto 0;
		max-width: 160px;
	}
}

@media screen and (max-width: 782px){
	.investors-lst li{padding-bottom:30px;}
	.investors-lst{margin:0 0 -30px;}
	.info-lst {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin: 0;
	}
	.info-lst .img img {
		width: 100%;
	}
	.info-lst > li {
		padding: 0 0 25px;
		width: 48%;
	}
	.top-add-img-area{
		padding:73px 0 220px;
	}
	.tab-ttl h2, .parallax-area h2,
	.result-area h2,
	.top-add-img-area .ttl{font-size:32px;}
	.top-add-img-area .ttl{max-width:420px;}
	.parallax-area{padding:110px 0;}
	.result-area h2{margin:0 0 15px;}
	.result-area{padding:40px 0;}
	.tab-add-block h3{font-size:28px;}
	.tab-add-frame .box{padding:95px 45px 80px;}
}

.tags-clound .label {
	opacity: 1;	
	transition:all .5s ease;
}

.tags-clound.active .label {
	opacity: 1;
}
.tags-clound .l-1 {
	transition-delay: .3s;
}
.tags-clound .l-3 {
	transition-delay: .5s;
}
.tags-clound .l-4 {
	transition-delay: .1s;
}
.tags-clound .l-5 {
	transition-delay: .2s;
}
.tags-clound .l-6 {
	transition-delay: .4s;
}
.tags-clound .l-7 {
	transition-delay: .6s;
}
.tags-clound .l-8 {
	transition-delay: .7s;
}


@media (max-width:767px) {
	.investors-lst li {
		float:none;
		display:block;
		width:100%;
	}
}

@media screen and (min-width: 751px) {
	.slide-f-bottom {
		transform: translateY(100%);
		transition: transform .6s ease, opacity .2s ease;
		opacity: 0;
	}
	.active > .slide-f-bottom {
		transform: translateY(0%);
		opacity: 1;
	}
	.slide-f-left {
		transform: translateX(-100%);
		transition: transform .6s ease, opacity .2s ease;
		opacity: 0;
	}
	.active > .slide-f-left {
		transform: translateX(0%);
		opacity: 1;
	}
	.slide-f-right {
		transform: translateX(100%);
		transition: transform .6s ease, opacity .2s ease;
		opacity: 0;
	}
	.active > .slide-f-right {
		transform: translateX(0%);
		opacity: 1;
	}
	.cio-items .item {
		transition:all .3s ease;
	}
	.cio-items .item:hover  {
		transform: scale(1.1);
	}
	.values-box .middle li:hover {
		font-size: 20px;
		line-height: 25px;
	}

	.values-box .middle li:hover:before {
		font-size: 24px;
		width: 52px;
		height: 52px;
		line-height: 52px;
		margin: -7px auto 10px;
		background: #e59925;
	}
	.inline-features.active .item {
		top: 0;
		opacity: 1;
	}
	.inline-features .item {
		transition: top .6s cubic-bezier(0.5, -0.5, 0.5, 1.5), opacity .5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
		top: 40px;
		opacity: 0;
		position: relative;
	}
	.inline-features .item:nth-child(2) {
		transition-delay: .2s;
	}
	.inline-features .item:nth-child(3) {
		transition-delay: .4s;
	}
}

@media screen and (max-width: 750px) {

	.post-page.regular-page {
		padding: 30px 0;
	}

	.post-page .meta.big {
		padding-bottom: 30px;
	}

	.thank-you-top {
		padding: 30px 0;
		min-height: 280px;
	}

	.info-text-area.spacing-4 {
		padding: 30px 0 0;
	}

	.thank-you-top h1 {
		font-size: 35px;
		line-height: 1.2;
		padding-bottom:20px;
	}
	.thank-you-top p br {
		display: none;
	}

	.how-use-area {
		padding: 40px 0;
	}

	.investors-area.events h2 {
		margin-bottom: 20px;
	}

	.investors-area.events {
		padding: 34px 0 100px;
	}

	.info-text-area.spacing-3 h2 {
		margin-bottom: 20px;
	}

	.info-text-area.spacing-3 {
		padding: 40px 0 10px;
	}

	.support-row {
		padding: 40px 0 20px;
	}

	.support-row .cols {
		display: block;
	}

	.support-row .image {
		text-align: center;
		margin: auto;
	}

	.support-row ul {
		width: auto;
	}

	.how-use-area .col {
		margin: 0 auto 30px;
	}

	.inline-services.v2 {
		margin: 0 -20px;
		padding: 0;
	}

	.how-use-area ul {
		margin-bottom: 15px;
	}

	.inline-services.v2 .item + .item:nth-child(2n+1) {
		border-left: 0;
	}
	.inline-services.v2 .item + .item:nth-child(4) {
		  border-left: 2px solid #dbdede;
	}

	.inline-services.v2 .item p br {
		display: none;
	}

	.inline-services.v2 .item p strong {
		font-size: 18px;
	}

	.inline-services.v2 .item p {
		font-size: 14px;
		line-height: 1.4;
	}

	.inline-services.v2 .item {
		width: 50%;
		padding: 10px;
		margin: 0;
	}
	.green.quote-area blockquote {
		line-height: 1.2;
	}

	.excperiance-row {
		padding: 35px 0;
	}
	.green.quote-area blockquote q {
		font-size: 16px;
		line-height: 1.2;
	}

	.quote-area.green {
		padding: 20px 0;
		margin-left: -10px;
	}
	.green.quote-area blockquote cite {
		font-size: 14px;
		line-height: 1.2;
	}

	.slogan {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
		width: auto;
		max-width: none;
		padding: 15px;
	}
	
	.slogan .text {
		font-size: 18px;
	}
	
	.slogan:before {
		display: none;
	}
	
	.intro-service {
		padding: 40px 0 0;
	}

	.quote-area.green blockquote {
		padding-left: 44px;
		background-size: auto 30px;
	}

	.intro-service .image {
		width: 70%;
		margin: auto;
		margin-top: 20px;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.intro-service .image img {
		display: block;
		margin: 0 auto;
	}

	.intro-service .text {
		padding: 0;
		margin: 0;
		float: none;
		width: auto;
	}

	.intro-service .container-f {
		flex-direction: column-reverse;
	}

	.top-img-area.homepage {
		height: auto;
		padding: 0;
	}
	
	.top-img-area.homepage .page-holder {
		padding: 50px 15px;
	}
	
	.top-img-area.homepage h1 {
		font-size: 28px;
	}

	.top-img-area.homepage h1 br {
		/*display: none;*/
	}

	.top-img-area.homepage h1 span {
		font-size: 20px;
		line-height: 1.2;
	}

	.top-img-area.homepage h2 {
		font-size: 20px;
	}

	.fast-links  {
		display: none;
	}

	.container-f h2 br {
		display: none;
	}

	.info-txt-area.two-cols.spacing-2 .right-side img {
		margin-right: 0;
	}

	.features {
		display: block;
	}

	.investors-area.barista,
	.info-txt-area.two-cols.spacing-2 {
		padding: 30px 0;
	}

	.info-txt-area.two-cols.spacing-2 .right-side,
	.features .image {
		text-align: center;
	}

	.features .features-items .item {
		max-width: none;
	}

	.investors-area.barista {
		padding-bottom: 10%;
	}

	.features .features-items {
		padding: 20px 0;
		margin: 0;
	}

	.features .image {
		width: auto;
		float: none;
	}

	.info-txt-area.two-cols .right-side,
	.info-txt-area.two-cols .left-side {
		float: none;
		width: auto;
	}

	.catalog-items {
		display: block;
		padding: 0;
	}

	.catalog-items .item {
		margin: 0 0 20px;
		padding: 10px;
		width: auto;
		height: auto;
		min-height: 0;
	}

	.tags-clound {
		margin: 30px auto 0;
		zoom: .75;
	}

	.info-txt-area.two-cols {
		padding: 40px 0;
	}

	.barista-management .left-side.text {
		float: none;
		width: auto;
		padding: 0;margin: 0;
	}

	.barista-management {
		padding: 20px 0;
	}

	.barista-management .right-side.image {
		float: none;width: auto;
		padding: 30px 0 0;
	}

	.inline-features p {
		font-size: 14px;
	}

	.inline-features {
		display: block;
		padding-bottom: 20px;
		margin: 0;
	}

	.inline-features .item {
		width: 100%;
	}

	.why-row {
		padding: 15px 0;
	}

	.values-box .middle {
		padding: 20px 30px;
	}
	.values-box .middle ol {
		display: block;
		padding: 20px 0 0;
		position: static;
	}

	.values-box .middle li:before {
		margin-bottom: 10px;
	}

	.values-box .middle li br {
		display: none;
	}

	.values-box .middle li {
		position: static;
		left: 0;
		width: auto;
		margin: 0;
		padding: 0 0 20px;
	}

	.barista-intro {
		padding: 0;
		text-align: center;
		display: block;
	}
	.barista-intro .right, .barista-intro .left {
		width: auto;
		float: none;
		padding-top: 20px;
		text-align: center;
	}
	.barista-intro h4 {
		font-size: 30px;
		line-height: normal;
	}

	.cio-row {
		padding-top: 40px;
	}
	.cio-row h4 {
		font-size: 20px;
	}

	.barista-intro .image {
		width: auto;
		margin: 20px;
		margin-bottom: 0;
	}

	.values-box .left-s,
	.values-box .right-s {
		width: 100%;
	}

	.cio-items {
		display: block;
		padding-bottom: 20px;
	}

	.cio-items .item  br {
		display: none;
	}

	.cio-items .item {
		width: auto;
		min-height: 0;
		height: auto;
		margin: 0 0 15px;
	}

	.barista-intro h5 {
		font-size: 20px;
	}
	.post-page .image {
		padding-bottom: 24px;
	}
	.breadcrumbs {
		display: none;
	}
	.post-page h1 {
		padding: 5px 0;
	}
	.barista-buttons .jus {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.use-case-item h2,
	.use-case-item h4,
	.use-case h2 {
		font-size: 26px;
		line-height: 1.42em;
	}
	.use-case-item.reverse .page-holder,
	.use-case-item .page-holder {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		flex-direction: column-reverse;
	}
	.use-case-item .col-1.pl p {
		max-width: none;
		width: auto;
		margin-left: 0;
	}
	.barista-buttons img {
		margin-bottom: 25px;
	}
	.use-case-item.reverse .col-image,
	.use-case-item .col-image {
		border: 0;
		margin: auto;
		width: 60%;
		text-align: center;
	}

	.use-case h3 {
		font-size: 13px;
		line-height: 1.4;
		padding: 0 5px;
	}
	.use-case-item br {
		display: none;
	}
	.use-case-item .col-image + .col-f {
		width: auto;
	}

	.use-case {
		padding: 20px 0 25px;
	}
	.use-case-item.reverse .col-1,
	.use-case-item .col-1 {
		text-align: center;
	}
	.use-case-item.reverse .col-f {
		text-align: left;
	}
	.use-case .image {
		margin-top: 5px;
		height: 60px;
	}
	.use-case .image img {
		max-width: 50px;
	}
	.use-case-item.very .col-f, .use-case-item.very .col-1,
	.use-case-item.reverse .col-1,
	.use-case-item.reverse .col-f,
	.use-case-item .col-1,
	.use-case-item .col-f {
		padding: 0 0 20px;
		border: 0;
		margin: 0;
		text-align: center;
		width: auto;
	}
	.color-table .items {
		padding: 15px;
		padding-top: 0;
	}
	.table-cols .table tbody th {
		width: 80px;
		padding: 10px;
	}
	.table-cols .table thead th {
		padding: 15px;
		font-size: 18px;
	}
	.text-center {
		margin-bottom: -30px;
	}
	.color-table .item {
		min-width: 50%;
		margin: 15px 0 0 !important;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 5px 15px;
		padding-right: 2px;
		max-width: 50%;
	}
	.pd-2 {
		margin-bottom: 0;
	}
	.color-table h3 {
		background-position: 15px 50%;
		padding: 15px;
		font-size: 16px;
		line-height: normal;
		background-size: auto 30px;
		padding-left: 55px;
	}
	.inline-services .item {
		min-width: 100%;
		padding-bottom: 15px;
	}
	.employees h2 {
		font-size: 24px;
	}
	.inline-services {
		padding: 15px 0 0;
	}
	.inline-services h4 {
		font-size: 14px;
		line-height: normal;
	}
	.info-text-frame .entry h1 br{display:none;}
	.info-text-frame .entry p{margin:0 0 35px;}
	.top-img-area.customers .ttl{padding:10px 0;}
	.top-txt-area h2,
	.inform-holder .txt-box h2,
	.extra-info-block .txt-box h2{font-size:26px;}
	.bottom-txt-area{
		padding:0;
		font-size:20px;
	}
	.inform-holder .txt-box{
		float:none;
		width:auto;
		margin:0 auto;
	}
	.inform-holder .img{text-align:center;}
	.txt-row-frame .img{
		padding:0;
		float:none;
		width:auto;
		max-width:none;
		text-align:center;
		margin:0 0 15px;
	}
	.txt-row-frame .txt-box{
		float:none;
		width:auto;
		padding:0 0 0 20px;
	}
	.extra-info-block .txt-box{
		float:none;
		width:auto;
		margin:0 auto 55px;
		text-align:center;
		padding-right:0;
		padding-left:0;
	}
	.extra-info-block .img{
		float:none;
		margin:0 auto;
		max-width:220px;
		width:auto;
		text-align:center;
	}
	.quote-area blockquote q{font-size:19px;}
	.contact-frame{padding:50px 0;}
	.contact-frame .box:first-child{
		float:none;
		width:auto;
		max-width:340px;
		margin:0 auto 45px;
		text-align:center;
	}
	.top-img-area .ttl{
		font-size:32px;
	}
	.top-img-area.contact,
	.top-img-area{padding:85px 0;}
	.add-nav-area ul li{width:auto;}
	.add-nav-area ul{display:block;}
	.add-nav-area ul a{padding:15px 15px 10px;}
	.add-nav-area{padding:10px 0 0;}
	.top-img-area.inner .ttl{padding:0 0 0 110px;}
	.info-text-area h2{
		font-size:26px;
		margin:0 0 40px;
	}
	.info-text-area.line{padding-bottom:80px;}
	.fancybox-slide .popup-box.request h2 br{display:none;}
	.fancybox-slide .popup-box.request .hold-text{padding:0 0 30px;}
	.tab-add-block p{font-size:18px;}
	.tab-add-block h3{font-size:26px;}
}
@media screen and (max-width: 600px){
	.tab-add-frame{display:block;}
	.add-tab-nav{
		text-align:center;
	}
	.tab-add-area.inner .tab-add-frame .add-tab-nav a:after,
	.add-tab-nav a:after{
		bottom:20px;
		top:auto;
		right:auto;
		left:50%;
		margin:0 0 0 -20px;
		transform:scaleY(-1);
		transform:rotate(90deg);
	}
	.tab-add-frame .box{padding:60px 35px 70px;}
	.add-tab-nav li:last-child{padding-bottom:75px;}
	.tab-add-block h3{margin:0 0 30px;}
	.tab-add-block,
	.tab-add-area.inner .tab-add-block{margin:0;}
	.tab-add-frame .box{width:auto;}
	.info-lst > li{
		width: 48%;
		padding: 0 0 20px;
	}
	.request-form .row .box{
		float:none;
		width:auto;
		padding:0 0 10px;
	}
	.request-form .btn-hold{
		margin:0;
		padding:25px 0 0;
	}
	.request-form .row{margin:0;}
	.f-area{display:block;}
	.f-block{
		width:auto;
		padding:0 15px 20px;
	}
	.f-box{
		width:auto;
		text-align:center;
	}
	.social-nav{padding:15px;}
	.social-nav li{max-width:36px;}
	.f-add-box{padding:0 20px 10px 0;}
	.f-add-box-holder{margin:0;}
	.top-img-area .ttl{
		font-size:28px;
	}
	.top-img-area .ttl br{/*display:none;*/}
	.top-img-area.contact,
	.top-img-area{padding:65px 0;}
	.entry h1, .bottom-area h2, .investors-area h2, .board-area h2, .directors-lst-area h2, .post h2, .page-title, .entry h2{font-size:26px;}
	.entry h2,
	.entry h1{margin:0 0 25px;}
	.fancybox-slide .popup-box{padding:54px 30px 44px;}
	.top-img-area.contact .ttl{padding:0 180px 0 0;}
	.inform-lst li{
		width:auto;
		border:0;
		padding:10px 0;
	}
	.inform-lst{
		display:block;
		text-align:center;
		max-width:320px;
		margin:0 auto;
	}
	.inform-lst strong {
		font-size: inherit;
	}
	.bottom-add-block .box:last-child,
	.bottom-add-block .box:first-child{
		float:none;
		margin:0 auto;
		width:auto;
	}
	.bottom-add-block .box:first-child{padding-bottom:25px;}
}
@media screen and (max-width: 540px){
	.info-lst > li { padding: 0 0 15px;}
	.info-lst h3{font-size:18px;}
	.info-lst p{font-size:14px;}
	.info-lst .txt-box{padding:14px 16px;}
	.top-img-area.inner .ttl{padding:0 0 0 65px;}
	.fancybox-slide .popup-box.request h2{font-size:26px;}
	.fancybox-slide .popup-box.request{padding:55px 20px 40px;}
	.contact-frame .box h3{font-size:20px;}
	.c-txt-block h2{font-size:26px;}
	.bottom-area.decor{padding-top:80px;}
	.top-txt-area h2 br{display:none;}
	.top-txt-area h2{margin:0 0 23px;}
	.top-txt-area p{margin:0 0 40px;}
	.holder-inform .add-txt-box h2{
		font-size:24px;
		margin:0 0 15px;
	}
	.bottom-area.decor.inner{padding-top:90px;}
	.parallax-area h2 br,
	.holder-inform .add-txt-box h2 br{display:none;}
}
@media screen and (max-width: 460px){
	.top-add-img-area{padding:53px 0 160px;}
	.tab-ttl h2, .parallax-area h2, .result-area h2, .top-add-img-area .ttl{font-size:26px;}
	.parallax-area{padding:70px 0;}
	.top-img-area.contact{background-position:80% 0;}
	.page-template-technology .top-img-area, .page-template-why-espressive .top-add-img-area {background-position:0;}
	.quote-area blockquote{
		background-size:30px auto !important;
		padding:0 0 0 44px;
	}
	.top-img-area.right-align .ttl {
		padding: 0;
	}
	.quote-area blockquote q{font-size:18px;}
	.info-text-frame.decor{padding:30px 0 40px;}
	.quote-area blockquote cite{font-size:15px;}
	.top-img-area.contact .ttl{padding:0 60px 0 0;}
	.c-form .row-block > p{
		float:none;
		width:auto;
		padding-right:0;
	}
	.c-form .row-block{margin:0;}
	.txt-row-frame .txt-box h2{font-size:20px;}
	.txt-row-frame .txt-box .lst li{padding-left:30px;}
	.bottom-txt-area{font-size:18px;}
	.extra-info-block .txt-box h2{font-size:22px;}
	.top-txt-area h2, .inform-holder .txt-box h2, .extra-info-block .txt-box h2{font-size:23px;}
	.extra-info-block{margin:0 0 -10px;}
	.txt-row-frame .txt-box .lst .num{
		width:36px;
		height:36px;
		line-height:36px;
		font-size:14px;
	}
	.c-form .row-block > p:first-child{padding:0 0 12px;}
	.c-form .row-block{padding:0 0 12px;}
	.c-txt-block{padding:0 0 25px;}
	.top-img-area.inner .ttl{padding:0 0 0 15px;}
	.info-lst > li{
		width:auto;
		display:block;
		max-width:332px;
		margin:0 auto;
	}
	.f-logo{
		float:none;
		width:auto;
		text-align:center;
		max-width:none;
		padding:0 0 30px;
	}
	.f-add-box{
		padding:0 5px 10px;
		text-align:center;
	}
	.f-bottom-lst{text-align:center;}
	.f-bottom-lst li:first-child{
		display:block;
		padding-bottom:5px;
		padding-right:0;
	}
	.f-bottom-lst li{
		padding:0 6px;
	}
	.f-bottom-lst li:after{right:-1px;}
	header .btn-request{display:none;}
	.mobile-nav-area .btn-request{
		display: inline-block;
		margin: 0 0 20px;
	}
	.top-img-area .ttl{
		padding:0;
		font-size:26px;
	}
	.top-img-area.contact,
	.top-img-area{padding:45px 0;}
	.fancybox-close-small{
		width:20px;
		height:20px;
		background-size:20px auto !important;
	}
	.board-lst li, .directors-lst li{padding:0 12px 30px;}
	.directors-lst{padding:0;}
}

/* responsive layout wp */
@media screen and (max-width: 1000px){
	#wp-admin-bar-tm-suspend{display:none;}
	.post-password-form input[type="password"]{width:100%;}
	.search-form input[type="search"]{width:62%;}
}
@media screen and (max-width: 880px){
	.post-password-form input[type="password"]{width:50%;}
}
@media screen and (max-width: 480px){
	.stat-lst li{width:auto;}
	.post-password-form label{display:block;}
	#commentform p textarea,
	#commentform input[type="text"],#commentform input[type="email"],#commentform input[type="url"],#commentform textarea{width:100%;}
	#search_block input[type="text"]{width:70%;}
}
.main-holder{padding:20px 0;}
#content{
	float:left;
	width:72%;
	margin:0 22px 0 0;
}
#sidebar{overflow:hidden;}
@media screen and (max-width: 760px){
	#content{
		float:none;
		width:auto;
		margin:0 0 15px;
	}
}


@font-face {
	font-family: 'Apex New';
	src: url('fonts/wBook.eot');
	src: url('fonts/wBook.eot?#iefix') format('embedded-opentype'),
	url('fonts/wBook.woff2') format('woff2'),
	url('fonts/wBook.woff') format('woff'),
	url('fonts/wBook.svg#w Book') format('svg');
	font-weight: normal;
	font-style: normal;

}

.es-svg-anim {
	max-width: 280px; }
	@media (min-width: 1024px) {
		.es-svg-anim {
			max-width: 380px; } }

			.st4 {
				stroke-dasharray: 300.89910888671875;
				-webkit-animation: dash 8s linear infinite;
				animation: dash 8s linear infinite; }

				@-webkit-keyframes dash {
					to {
						stroke-dashoffset: 601.7982177734; } }

						@keyframes dash {
							to {
								stroke-dashoffset: 601.7982177734; } }

/* PAGE: PRESS */

#page-press {
}

#page-press .container {
	display: block;
	margin: 0 auto;
	max-width: 1030px;
}

#press-featured {
	background-color: #5a8da7;
	padding: 55px 0 40px;
}

#press-featured h3 {
	color: #bee0f1;
	font-size: 24px;
	line-height: 125%;
	margin: 0 0 15px;
}

#press-featured h2 {
	color: #fff;
	font-size: 33px;
	line-height: 125%;
	margin: 0 0 20px;
}

#press-featured h2 a {
	color: #fff;
	text-decoration: none;
}

#press-featured p {
	color: #fff;
	font-size: 16px;
	line-height: 145%;
}

#press-featured p strong {
	font-weight: bold;
}

#press-featured .button {
	font-size: 0;
	padding: 30px 0 0;
}

#press-featured .button a {
	background-color: #15b8a1;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 125%;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#press-list {
}

#press-list .item {
	border-bottom: 1px solid #bfbfbf;
	padding: 45px 0 50px;
}

#press-list .item:last-child {
	border: none;
}

#press-list .item h2 {
	color: #5a8da7;
	font-size: 33px;
	line-height: 125%;
	margin: 0 0 20px;
}

#press-list .item h2 a {
	color: #5a8da7;
	text-decoration: none;
}

#press-list .item p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 15px;
}

#press-list .item p:last-child {
	margin: 0;
}

#press-list .item p strong {
	font-weight: 500;
}

#press-list .item p .info {
	font-weight: 500;
	margin: 0 10px 0 0;
}

#press-list .item p a {
	color: #1fb7a0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.home .excperiance-row{
	padding-bottom:60px;
}

.graph-row hr{
	border-color: #82abc0;
    border-top: none;
	margin-bottom:30px;
}

.graph-row a.cta_button{
	color:#fff;
	text-decoration:none;
}

@media (max-width: 1023px) {
	#page-press .container {
		padding: 0 20px;
	}
	
	.why-stop ol > li{
		padding:0px 10px;
	}
	
	.imagine-left, .imagine-right, .getting-left, .getting-right{
		float:none;
		display:block;
		width:100%;
		padding:0px;
		position:static;
	}
	
	.imagine-left{
		padding-top:40px;
	}
	
	.page-template-service-now .top-img-area .ttl.mobile-only{
		/*
		padding-left: 20px;
		padding-right: 190px;*/
	}	
}

@media (max-width: 767px) {
	#press-featured {
		padding: 35px 0;
	}
	#press-featured h3 {
		font-size: 18px;
	}
	#press-featured h2 {
		font-size: 24px;
	}
	#press-featured p {
		font-size: 14px;
	}
	#press-list .item {
		padding: 30px 0;
	}
	#press-list .item h2 {
		font-size: 24px;
	}
	#press-list .item p {
		font-size: 14px;
	}
	
	.why-stop ol > li{
		float:none;
		display:block;
		width:100%;
	}
	
	.why-stop{
		padding-bottom:20px;
	}
	
	.imagine-world .employee-adoption li{
		border-bottom: solid 1px #15b8a1;
		border-right:none;
		text-align:center !important; 
	}
	
	.imagine-world .employee-adoption li:last-child{
		border-bottom:none;
	}
	
	.why-stop ol > li{
		margin-bottom:60px;
	}
	
	.graph-row a.cta_button{
		margin-bottom:30px;
	}
	
	.page-template-service-now .top-img-area .ttl.mobile-only{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.imagine-img-mobile{
		display:block;
		padding-bottom:40px;
	}
	
	.imagine-left{
		display:none;
	}
}


@media (min-width:751px){
	.use-case-item.switch  .page-holder{
		flex-direction: row-reverse;
	}

	
	.use-case-item.switch  .page-holder{
		flex-direction: row-reverse;
	}
	
	.use-case-item.switch .col-f{
		border-right: 1px solid #15b8a1;
		border-left: none;
		padding-right: 4%;
		padding-left: 6%;
		text-align: right;
	}
	
	.use-case-item.last.v2 .col-f{
		padding-right:0px;
	}
	
	.use-case-item.switch .col-1{
		text-align:left;
	}
	
	.use-case-item.switch .col-1 p{
		margin-left:0px;
	}
	
	
	.use-case-item.reverse .page-holder {
		flex-direction: row-reverse;
	}
	.use-case-item.reverse .col-image {
		border-left: 1px solid #15b8a1;
		width: 42%;
		margin: 0 -1.5% 0 4%;
		padding: 14px 0 0 4%;
	}	
	
	.use-case-item.reverse.rev .page-holder {
		flex-direction:row;
	}

	.use-case-item.reverse.rev .col-image {
		border-right: 1px solid #15b8a1;
		width: 35%;
		margin: 0 4% 0 -1.5%;
		padding: 14px 0 0 0%;
	}	
	
	.use-case-item.reverse.rev .col-f{
		text-align:left;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
	}

	
}

/* SLICK */

/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* SEARCH */

.popup {
	display: none;
}

.fancybox-slide .popup {
	max-width: 1160px;
	margin: 0 auto;
	background: none;
	color: #fff;
	vertical-align: top;
}

.popup .top {
	border-bottom: 2px solid #c5b9ac;
	margin: 0 0 50px;
}

.page-search {
	position: relative;
	padding: 35px 0;
}
.return-to-search {
	color: #fff;
	position: absolute;
	right: 0;
	display: block;
	top: 50%;
	margin-top: -10px;
	text-transform: uppercase;
}

.return-to-search a {color: #fff;}

.page-search .text {
	background: none;
	border:none;
	color: #fff;
	font-size: 60px;
	line-height: 1.2;
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0 200px;
}

.page-search .text::placeholder {color: #fff;}

.sub-list li {margin-bottom: 15px;}

.sub-list a {
	font-size: 25px;
	line-height: 1.2;
	color: #c5b9ac;
	font-weight: 900;
}

.popup-frame .date-sub a:hover, .popup-frame .link-sub a:hover, .sub-list a:hover {
	color: #fff;
}

.popup-frame {
	padding: 0 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.popup-frame .aside {
	min-width: 200px;
	padding: 0 35px 0 0;
	margin-bottom: 30px;
}

@media (max-width: 1159px) {
	.popup-frame {padding: 0;}
}

@media (max-width: 1023px) {
	.popup-frame {
		padding: 0;
	}
	.page-search .text {
		text-align: left;
		padding: 0;
		font-size: 21px;
	}
	.return-to-search {
		top: 0;
		font-size: 16px;
		margin-top: 0;
		position: relative;
		text-align: right;
	}
	.page-search {
		position: relative;
		padding: 35px 0 15px;
	}
	.fancybox-content {
		padding: 44px 20px;
	}
	.sub-list a {
		font-size: 18px;
	}
	.popup .top {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.popup-frame {
		display: block;
	}
}

.paginationjs-pages ul li.disabled {
    opacity: 0;
    display: none;
}

.paginationjs-pages .paginationjs-page {
    display: none;
}

/**/

#section-signup {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	padding: 0 0 40px;
}

#section-signup .text {
	margin: 0 20px 0 0;
	max-width: 340px;
}

#section-signup .text p {
    color: #323f46;
    font-size: 15px;
    line-height: 150%;
    margin: 0;
}

#section-signup .text p b {
	font-weight: bold;
}

#section-signup .form {
	font-size: 0;
}

#section-signup .form input[type="text"] {
	background: none;
	border: 1px solid #d0d2d3;
	border-radius: 2px;
	color: #666;
	font-size: 16px;
	height: 34px;
	min-width: 220px;
	padding: 0 15px;
}

#section-signup .form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #afb4b7;
}

#section-signup .form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #afb4b7;
}

#section-signup .form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #afb4b7;
}

#section-signup .form input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #afb4b7;
}

#section-signup .form input[type="submit"] {
    background: #15b8a1;
    border-radius: 2px;
    box-shadow: 1px 2px 5px rgba(190,190,190,1);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    line-height: 100%;
    margin: 0 0 0 5px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	#section-signup {
		display: block;
	}
	#section-signup .text {
		margin: 0 0 15px;
		max-width: 100%;
	}
	#section-signup .form {
	}
}

@media (max-width: 480px) {
	#section-signup .form input[type="text"] {
		display: block;
		margin: 0 0 5px;
		width: 100%;
	}
	#section-signup .form input[type="submit"] {
		margin: 0;
	}
}

/**/

#popup-search {
    background-color: #fff;
    color: #333;
    margin: 100px 0 0;
    padding: 50px;
    width: 100%;
}

#popup-search .top {
	border-bottom: 1px solid #ccccc9;
	display: block;
	margin: 0 auto 75px;
	padding: 60px 0 0;
	max-width: 328px;
}

#popup-search .top #popup-search-frm {
	padding: 5px 0;
}

#popup-search .top #popup-search-frm input[type="text"] {
    color: #a0a1a3;
    display: block;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 32px;
    padding: 0 5px;
    text-align: left;
    width: 100%;
}

#popup-search .top #popup-search-frm input[type="text"]::-webkit-input-placeholder {
	color: #a0a1a3;
}

#popup-search .top #popup-search-frm input[type="text"]::-moz-placeholder {
	color: #a0a1a3;
}

#popup-search .top #popup-search-frm input[type="text"]:-ms-input-placeholder {
	color: #a0a1a3;
}

#popup-search .top #popup-search-frm input[type="text"]:-moz-placeholder {
	color: #a0a1a3;
}

#popup-search .popup-frame {
}

#popup-search .popup-frame .content {
}

/**/

#popup-search .search-list {
	list-style: none;
}

#popup-search .search-list li {
	border-bottom: 1px solid #d4d3d1;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

#popup-search .search-list li .search-post {
}

#popup-search .search-list li .search-post h2 {
    font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 115%;
    margin: 0 0 10px;
}

#popup-search .search-list li .search-post h2 a {
	color: #5a8da7;
    display: block;
    text-decoration: none;
}

#popup-search .search-list li .search-post p {
	font-size: 16px;
	line-height: 135%;
}

#popup-search .search-list li .search-post p strong {
	font-weight: 500;
	margin: 0 5px 0 0;
}

#popup-search .search-list li .search-post p .more {
	color: #2db59e;
	font-weight: 500;
	margin: 0;
	text-decoration: none;
}

#popup-search #pagination-search {
}

#popup-search #pagination-search .pagination {
}

#popup-search #pagination-search ul {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#popup-search #pagination-search ul a {
	color: #b7b7b9;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	text-decoration: none;
}

/*
#popup-search .search-list li .search-post .bottom-info {
	padding: 5px 0 0;
}

#popup-search .search-list li .search-post .bottom-info .link-sub {
	font-size: 0;
}

#popup-search .search-list li .search-post .bottom-info .link-sub a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 125%;
}
*/

.quotes-slide {
	background-color: #394148;
	height: 320px;
	width: 100%;
}
.quotes-slide .quote-item {
	height: 320px;
	width: 800px;
	margin: 0 35px;
	padding: 35px 35px 45px 45px;
	background-color: #464e56;
	color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.quotes-slide .quote-item .image-wrapper {
	margin-right: 55px;
	width: 150px;
	text-align: center;
}
.quotes-slide .quote-item .image-wrapper img {
	width: 100%;
}
.quotes-slide .quote-item .image-wrapper .quote-logo {
	max-width: 100%;
	max-height: 70px;
	margin: auto;
	margin-top: 10px;
	width: auto;
}
.quotes-slide .quote-item .description {
	max-width: calc(100% - 205px);
}
.quotes-slide .quote-item p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.quotes-slide .quote-item p.quote-author {
	font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.quotes-slide .slick-slide {
	transform: scale(0.84);
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.quotes-slide .slick-slide.slick-current {
	transform: scale(1);
}
.quotes-slide .slick-arrow {
	position: absolute;
	z-index: 5;
	width: 20px;
	padding: 0;
	background-color: transparent;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.quotes-slide .slick-prev {
	display: block;
    top: calc(50% - 25px);
	right: calc(415px + 50%);
	background-image: url(./images/grey-arrow-lft.png);
}
.quotes-slide .slick-next {
	display: block;
    top: calc(50% - 15px);
    left: calc(415px + 50%);
	background-image: url(./images/grey-arrow-rt.png);
}
@media (max-width: 900px) {
	.quotes-slide .quote-item {
		width: calc(100vw - 100px);
	}
	.quotes-slide .slick-prev {
		right: initial;
		left: 20px;
	}
	.quotes-slide .slick-next {
		left: initial;
		right: 20px;
	}
}
@media (max-width: 767px) {
	.quotes-slide .quote-item {
		height: auto;
		display: block;
	}
	.quotes-slide {
		padding: 20px 0 0;
		height: auto;
	}
	.quotes-slide .slick-prev {
		right: initial;
		left: 20px;
	}
	.quotes-slide .slick-next {
		left: initial;
		right: 20px;
	}
	.quotes-slide .quote-item .description {
		max-width: initial;
		width: 100%;
	}
	.quotes-slide .quote-item .image-wrapper {
		margin: 0 auto 20px auto;
	}
}
@media (max-width: 450px) {
	.quotes-slide .quote-item {
		width: 100vw;
		padding: 20px;
	}
	.quotes-slide .slick-arrow {
		display: none !important;
	}
}

/***** AWS page style - 06-07-2019*****/
.aws-intro {
	padding: 75px 0 40px;
}
.aws-intro .container-f {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.aws-intro .a-intro-left {
	width: 31%;
	overflow: hidden;
}
.aws-intro .a-intro-right {
	padding: 0 90px;
	text-align: center;
	width: 69%;
}
.aws-intro .a-intro-right h2 {
	font-size: 33px;
    line-height: 1.42em;
    margin: 0 0 30px 0;
    color: #000;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
}
.aws-intro .a-intro-right p {
	line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}
.aws-intro .a-intro-right a {
	margin-left: 0;
    padding: 10px 35px;
}
.no-limits {
	background-color: #e2e3e5;
	padding: 50px 65px;
}
.no-limits h2 {
	font-size: 33px;
    line-height: 1.42em;
    margin: 0 0 40px 0;
    color: #000;
    text-align: center;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.no-limits table {
	border-collapse: collapse;
}
.no-limits table td:not(:first-child) {
	padding-top: 10px;
}
.no-limits table td ul {
	font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    list-style: none;
    padding-right: 20px;
}
.no-limits table td ul li {
	margin-bottom: 10px;
}
.no-limits table td ul li::before {
	content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    background-color: #69b7a1;
    margin-top: 8px;
    margin-left: -14px;
    border-radius: 50%;
}
.no-limits table td.content-with-image {
	padding: 22px 10px 15px;
	font-family: Roboto;
	font-size: 24px;
	line-height: 28px;
	color: #6b8ca5;
}
.no-limits table td.content-with-image img {
	margin-right: 15px;
}
.no-limits table tr td.image {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 35px;
}
.no-limits table tr td {
	border-bottom: 1px solid white;
}
.no-limits table tr:last-child td {
	border-bottom: none;
}
.no-limits table tr td:first-child,
.no-limits table tr.mobile-caption td {
	color: #6b8ca5;
	font-size: 18px;
	font-family: Roboto;
	vertical-align: middle;
}
.no-limits table tr.mobile-caption {
	display: none;
}
.no-limits table td.content-with-image div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.modern-architecture {
	padding: 50px 0 60px;
}
.modern-architecture .container-f {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.modern-architecture .modern-left {
	width: 300px;
	margin-right: 60px;
}
.modern-architecture .modern-left .image-wrapper {
	padding: 29px;
	position: relative;
}
.modern-architecture .modern-left img#m_m {
	display: none;
}
.modern-architecture .modern-left img#m_1 {
	display: none;
	position: absolute;
    top: 6px;
    right: 4px;
}
.modern-architecture .modern-left img#m_2 {
	display: none;
	position: absolute;
    right: 4px;
    bottom: 10px;
}
.modern-architecture .modern-left img#m_3 {
	display: none;
	position: absolute;
    left: 8px;
    bottom: 29px;
}
.modern-architecture .modern-right {
	width: calc(100% - 360px);
}
.modern-architecture .modern-right h2 {
	font-size: 33px;
    line-height: 1.42em;
    margin: 0 0 40px 0;
    color: #000;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
}
.modern-architecture .modern-right p {
	color: #4b4b4b;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.modern-architecture .modern-right ul {
	padding-left: 0;
	list-style: none;
}
.modern-architecture .modern-right ul li {
	padding: 15px 0;
	border-bottom: 1px solid #69b7a1;
	color: black;
	font-weight: 400;
}
.modern-architecture .modern-right ul li:last-child {
	border-bottom: none;
}
.page-template-aws .top-img-area .ttl {
	text-align: right;
	padding: 0;
}
.page-template-aws .prediction-work h2 {
	margin-bottom: 70px;
}
.page-template-aws .prediction-work img {
	margin-bottom: 55px;
}
@media (max-width: 1023px) {
	.aws-intro .container-f {
		display: block;
	}
	.aws-intro .a-intro-left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.aws-intro .a-intro-right {
		width: 100%;
	}
	.modern-architecture .container-f {
		display: block;
	}
	.modern-architecture .modern-left {
		width: 300px;
		margin: 0 auto 40px auto;
	}
	.modern-architecture .modern-right h2 {
		text-align: center;
	}
	.modern-architecture .modern-right {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.no-limits {
		padding: 50px 0;
	}
}
@media (max-width: 600px) {
	.aws-intro .a-intro-right {
		padding: 0;
	}
	.page-template-aws .top-img-area .ttl {
		text-align: center;
	}
	.no-limits table tr:not(.mobile-caption) td:first-child {
		display: none;
	}
	.no-limits table tr td:not(:first-child) {
		width: 50% !important;
	}
	.no-limits table td.content-with-image {
		font-size: 21px;
		line-height: 28px;
	}
	.no-limits table td.content-with-image div {
		display: block;
		text-align: center;
	}
	.no-limits table td.content-with-image div img {
		display: block;
		margin: auto;
	}
	.no-limits table td ul {
		font-size: 13px;
		line-height: 18px;
	}
	.no-limits table tr.mobile-caption {
		display: table-row;
		text-align: center;
	}
	.no-limits table tr.mobile-caption td {
		padding-top: 10px;
		border-bottom: none;
	}
}
@media (max-width: 340px) {
	.modern-architecture .modern-left {
		margin-left: calc(50% - 150px);
	}
}

/***** Style for Career Page 10-16-2019 *****/
.container-c {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}
.upto-section {
	padding: 60px 0 70px;
	background: #e3e4e6;
}
.upto-section .container-c {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
}
.upto-section .left,
.upto-section .right {
	width: calc(50% - 30px);
}
.upto-section .left .image-wrapper {
	border: 2px solid white;
	font-size: 0;
	line-height: 0;
}
.upto-section .left .image-wrapper img {
	max-width: 100%;
}
.upto-section .right {
	text-align: center;
}
.upto-section .right h2 {
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 47px;
	color: black;
	margin: 0 0 40px;
}
.upto-section .right p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
	color: #4a4a4a;
}
.who-us-section {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0 120px;
	text-align: center;
}
.who-us-section .container-c {
	max-width: 680px;
}
.who-us-section h2 {
	color: white;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 47px;
	margin-bottom: 45px;
}
.who-us-section p {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: white;
}
.who-us-section .items-wrapper {
	margin-top: 75px;
	display: flex;
	display: -webkit-flex;
}
.who-us-section .items-wrapper .item {
	padding: 15px 25px 10px;
	width: calc(100% / 3);
}
.who-us-section .items-wrapper .item:not(:last-child) {
	border-right: 2px solid #24b6a2;
}
.who-us-section .items-wrapper .item p {
	color: white;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 30px;
	font-weight: bold;
}
.position-section {
	text-align: center;
	background: #e3e4e6;
	padding: 50px 0;
}
.position-section h2 {
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 47px;
	margin-bottom: 15px;
}
.position-section .text-1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #4a4a4a;
	margin-bottom: 30px;
}
.position-section .text-2 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #4a4a4a;
	margin-bottom: 30px;
}
.position-section .text-3 {
	margin: 0 auto;
	display: inline-block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #4a4a4a;
	font-weight: 500;
	background: #d8d9db;
	border: 1px solid white;
	padding: 20px 40px;
}
.position-section .text-3 a {
	text-decoration: none;
	color: #1fb7a0;
}
@media (max-width: 767px) {
	.upto-section .container-c {
		display: block;
	}
	.upto-section .left,
	.upto-section .right {
		width: 100%;
	}
	.upto-section .right {
		margin-top: 20px;
	}
	.who-us-section .items-wrapper {
		display: block;
	}
	.who-us-section .items-wrapper .item {
		width: 100%;
		border-right: none !important;
		margin-bottom: 30px;
	}
}

/**/

#banner-download {
	align-items: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

#banner-download img {
	display: block;
	max-width: 660px;
}

#banner-download h3 {
	color: #000;
	font-size: 33px;
	line-height: 125%;
	max-width: 300px;
	padding: 0 0 0 35px;
	text-align: center;
}

/**/

@media (max-width: 1024px) {
	#banner-download {
		display: block;
		padding: 40px 25px;
	}
	#banner-download img {
		margin: 0 auto 30px;
	}
	#banner-download h3 {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
}

#content-download {
	color: #000;
	padding: 45px 0;
}

#content-download .heading {
}

#content-download .heading h2 {
	font-size: 33px;
	line-height: 100%;
	margin: 0 0 20px;
	text-align: center;
}

#content-download .heading p {
	font-size: 16px;
	line-height: 125%;
	text-align: center;
}

#content-download .content {
	padding: 40px 0 50px;
}

#download-items {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	width: 700px;
}

#download-items .item {
	width: 185px;
}

#download-items .item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

#download-items .item p {
	font-size: 16px;
	line-height: 135%;
	margin: 0 0 40px;
	text-align: center;
}

#download-items .item .buttons {
}

#download-items .item .buttons a {
    background-color: #15b8a1;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 35px;
    padding: 12px 10px;
    text-align: center;
    text-decoration: none;
}

#download-items .item .buttons a:last-child {
	margin: 0;
}

#content-download .more-info {
}

#content-download .more-info p {
	font-size: 16px;
	line-height: 135%;
	text-align: center;
}

#content-download .more-info p a {
	color: #15b8a1;
	font-weight: bold;
	text-decoration: none;
}

#content-download .more-info p i {
	font-size: 14px;
	font-style: italic;
}

@media (max-width: 767px) {
	#content-download {
		padding: 45px 25px;
	}
}

@media (max-width: 640px) {
	#download-items {
		background-position: 50% 0;
		padding: 160px 0 0;
	}
}

@media (max-width: 500px) {
	#download-items {
		display: block;
	}
	#download-items .item {
		display: block;
		margin: 0 auto 50px;
		max-width: 100%;
		width: 300px;
	}
	#download-items .item:last-child {
		margin: 0 auto;
	}
}

/**/

.h-items {
	background-color: #1e262b;
	padding: 30px 0;
}

.h-items .container-f {
	width: 1140px;
}

.h-items .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.h-items .items .item {
	padding: 20px;
	width: 33.33%;
}

.h-items .items .item .item-box {
	background-color: #5a8ea8;
	height: 100%;
	padding: 20px 25px 25px;
	position: relative;
}

.h-items .items .item .item-link {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.h-items .items .item .item-category {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 125%;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.h-items .items .item .item-content {
	margin: 0 0 5px;
}

.h-items .items .item .item-content p {
	color: #fff;
	font-size: 20px;
	line-height: 125%;
	margin: 0 0 15px;
}

.h-items .items .item .item-content p:last-child {
	margin: 0;
}

.h-items .items .item .item-button {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 125%;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.h-items .items .item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.h-items .items .item {
		padding: 10px 0;
		width: 100%;
	}
}

/**/

#section-covid {
	background-color: #323f46;
	padding: 85px 20px 40px;
}

#section-covid .text {
	margin: 0 0 50px;
}

#section-covid .text h3 {
	color: #fff;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
}

#section-covid .text p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 135%;
	margin: 0 0 30px;
	text-align: center;
}

#section-covid .text p a {
	color: #e5972c;
	font-weight: 600;
	text-decoration: none;
}

#section-covid .arrow-wrapper {
	display: flex;
	justify-content: center;
}

#section-covid .arrow-wrapper a {
	background: url(images/icon-arrow-down.svg) no-repeat 0 0;
	background-size: 100% auto;
	display: block;
	height: 35px;
	width: 57px;
}

@media (max-width: 767px) {
	#section-covid {
		padding: 65px 20px 40px;
	}
	#section-covid .text h3 {
		font-size: 28px;
	}
	#section-covid .text p {
		font-size: 20px;
	}
}

/**/


.simple-content {
	background-color: #e3e4e6;
	padding: 50px 20px 70px;
}

.simple-content .page-holder{
	display:flex;
	align-items:center;
}

.simple-left p{
	font-size: 28px;
    line-height: 125%;
	margin:35px 0px;
}

.simple-left{
	width:35%;
	text-align:center;
	padding-right:45px;
	border-right:solid 1px #fff;
	padding-top:10px;
	padding-bottom:30px;
}

.simple-right{
	width:65%;
	padding-left:45px;
}

.simple-left a{
	background:#e59824 !important;
}

.simple-content .text {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 20px;
	width: 800px;
}

.simple-content .text h3 {
	color: #000;
	font-size: 35px;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
}

.simple-content .text p {
	font-size: 18px;
	line-height: 135%;
	margin: 0 0 25px;
	text-align: center;
}

.simple-content .button-wrapper {
	display: flex;
	justify-content: center;
}

.simple-content .button-wrapper a {
	background-color: #15b8a1;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 100%;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}

@media (max-width: 767px) {
	.simple-content {
		padding: 40px 15px 40px;
	}
	.simple-content .text h3 {
		font-size: 25px;
	}
	.simple-content .text p {
		font-size: 16px;
	}
}

/**/

.simple-grid {
	padding: 65px 15px 40px;
}

.simple-grid.gray {
	background-color: #e3e4e6;
}

.simple-grid .heading {
	color: #000;
	font-size: 35px;
	line-height: 125%;
	margin: 0 0 50px;
	text-align: center;
}

.simple-grid .info-lst .img img {
	min-height: 0;
}

@media (max-width: 767px) {
	.simple-grid .heading {
		font-size: 25px;
	}
}

/**/

.section-one {
	padding: 60px 0 70px;
}

.section-one .heading {
	color: #000;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 140%;
    margin: 0 0 40px;
    text-align: center;
}

.section-one .text {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 720px;
}

.section-one .text p {
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 20px;
}

.section-one .cols {
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 0 45px;
	width: 650px;
}

.section-one .cols .col-list {
	padding: 0 20px;
	width: 50%;
}

.section-one .cols .col-list ul {
	list-style: disc outside;
	margin: 0;
	padding: 0 0 0 20px;
}

.section-one .cols .col-list ul li {
	font-size: 16px;
	line-height: 125%,
	margin-bottom: 20px;
}

.section-one .cols .col-image {
	padding: 0 20px;
	width: 50%;
}

.section-one .cols .col-image img {
	display: block;
	margin: 0 auto;
	max-width: 200px;
}

.section-one .button-wrapper {
	display: flex;
	justify-content: center;
}

.top-section {
	padding: 47px 0 30px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.top-section .heading {
	margin: 0 0 23px;
}

.top-section .text-holder {
	max-width: 790px;
	margin: 0 auto 48px;
}

.top-section p {
	font-size: inherit;
	line-height: inherit;
}

.benefits-list-wrap {
	max-width: 730px;
	margin: 0 auto;
	padding-top: 57px;
}

.benefits-list {
	list-style: none;
	margin: -20px -30px;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	text-align: center;
}

.benefits-list li {
	width: 33.333%;
	padding: 20px 30px;
}

.benefits-list .visual {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 101px;
	margin-bottom: 19px;
}

.benefits-list .text-holder {
	max-width: 200px;
	margin: 0 auto;
}

.benefits-list .h {
	display: block;
	margin-bottom: 16px;
	font-weight: bold;
}

.benefits-list p {
	margin: 0;
	line-height: inherit !important;
}

.section-routing {
	overflow: hidden;
	padding-top: 95px;
	background-color: #e3e4e6;
	font-size: 16px;
	line-height: 1.5;
}

.section-routing .container-f {
	width: 100%;
	max-width: 1000px;
}

.section-routing .text-holder {
	max-width: 326px;
	margin: 0 auto;
	padding: 40px 0 50px;
	text-align: center;
}

.section-routing h2 {
	color: #000;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 140%;
	margin: 0 0 29px;
}

.section-routing p:last-child {
	margin: 0;
}

.section-routing-columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
}

.section-routing-columns .col-left {
	width: 100%;
	max-width: 444px;
	padding-right: 70px;
}

.section-routing-columns .col-right {
	width: 100%;
	max-width: calc(100% - 454px);
	margin-left: -4px;
}

.routing-phones {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	margin: 0 -6px;
}

.routing-phone {
	width: 50%;
	padding: 0 6px;
	position: relative;
}

.routing-phone .phone-title {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: -29px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	transition: opacity 0.25s ease, visibility 0.25s ease;
	transition-delay: 0.8s;
}

.routing-phones.animated .phone-title {
	opacity: 1;
	visibility: visible;
}

.routing-phone .phone-popup {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 2px;
	z-index: 2;
	width: 125%;
	margin-top: 54px;
	transform: translateY(-50%) scale(0);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
	transition-delay: 1.2s;
}

.routing-phones.animated .phone-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.routing-phone:first-child .phone-popup {
	left: auto;
	right: 6px;
	width: 118.5%;
	margin-top: 26px;
}

.routing-phone .phone-popup img {
	display: block;
	border: 1px solid #cccccb;
}

.section-info {
	padding-top: 80px;
	font-size: 16px;
	line-height: 1.5;
}

.section-info-wrap {
	overflow: hidden;
}

.section-info-bottom {
	position: relative;
	background-color: #e3e4e6;
    background-size: 100% auto;
    padding: 59px 0 74px;
}

.section-info-bottom:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg-decor-line05.png) no-repeat 50% 100%;
	background-size: 100% auto;
	pointer-events: none;
}

.section-info .container-f {
	width: 100%;
	max-width: 864px;
}

.section-info-bottom .container-f {
    max-width: 960px;
}

.section-info-columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section-info-columns.reverse {
	flex-direction: row-reverse;
	align-items: center;
}

.section-info-columns .image {
	width: 100%;
	max-width: 257px;
}

.section-info-columns .text {
	width: 100%;
	max-width: 455px;
	padding: 26px 0 0 20px;
	text-align: center;
}

.section-info-columns.reverse .text {
	max-width: 366px;
	padding: 26px 20px 0 0;
}


.section-info-columns.reverse .image {
	max-width: 380px;
}

.section-info h2 {
	color: #000;
    font-family: "Apex New", Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 140%;
	margin: 0 0 40px;
}

@media (max-width: 767px) {
	.section-one .text {
		text-align: left;
	}
	.section-one .cols {
		display: block;
	}
	.section-one .cols .col-list {
		margin: 0 0 50px;
		padding: 0;
		width: 100%;
	}
	.section-one .cols .col-image {
		padding: 0;
		width: 100%;
	}
}


.who-us-section .container-c {
	max-width: 900px;
}

.position-section .container-c{
	max-width:725px;
}

.position-section p{
	margin-bottom:20px;
	font-size: 16px;
    line-height: 1.5;
}

.position-section h2{
	margin-bottom:45px;
}

.position-section p strong,
.position-section p a{
	font-weight:500;
}

.position-section p a{
	color:#15b8a1;
}

.page-template-careers .page-holder .ttl a.cta_button{
	font-family: Roboto;
    margin-top: 40px;
}

@media (max-width:992px){
	.simple-content .page-holder{
		display:block;
	}
	
	.simple-left{
		width:100%;
		padding:0;
		padding-bottom:30px;
		border-right:none;
		border-bottom:solid 1px #fff;
	}
	
	.simple-right{
		width:100%;
		padding:0px;
		padding-top:30px;
	}
}

@media (max-width: 1149px) {
	.section-info-bottom {
		padding-bottom: 55px;
	}
}

@media (max-width: 1109px) { 
	.routing-phone:first-child .phone-popup,
	.routing-phone .phone-popup {
		width: 108%;
	}
}

@media (max-width: 1023px) { 
	.add-nav-area.decor ul li {
		padding: 0 2px;
	}

	.section-routing {
		padding: 0;
	}

	.section-routing-columns {
		display: block;
	}

	.section-routing-columns .col-left, 
	.section-routing-columns .col-right {
		max-width: inherit;
		padding: 0;
	}

	.section-routing .text-holder {
		max-width: inherit;
		margin: 0 0 20px;
	}

	.routing-phones {
		max-width: 500px;
		margin: 0 auto;
	}

	.routing-phone .phone-popup {
		left: 6px;
	}

	.section-info-bottom {
		padding-bottom: 32px;
	}

	.section-info-columns.reverse .image {
		max-width: 262px;
	}
}

@media (max-width: 767px) {
	.benefits-list {
		margin: -20px;
	}

	.benefits-list li {
		padding: 20px;
	}

	.section-info-columns .text,
	.section-info-columns.reverse .text {
		max-width: 345px;
	}
}


@media (max-width: 666px) {
	.benefits-list {
		display: block;
		margin: -15px;
	}

	.benefits-list li {
		width: 100%;
		padding: 15px;
	}

	.routing-phones {
		display: block;
	}

	.routing-phone {
		max-width: 280px;
		width: 100%;
		padding: 0 40px;
		margin: 0 auto;
	}

	.routing-phone:first-child {
		margin-bottom: 40px;
	}

	.routing-phones .phone-popup,
	.routing-phone:first-child .phone-popup {
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%) scale(1);
		margin: 30px 0 0;
		width: 100%;
	}

	.routing-phones.animated .phone-popup {
		transform: translate(-50%, -50%) scale(1);
	}

	.section-routing-columns .col-right {
		margin: 0;
	}

	.routing-phones.animated .phone-title {
		max-width: 110px;
	}

	.section-info {
		padding-top: 40px;
	}

	.section-info-bottom {
		padding-bottom: 0;
	}

	.section-info-columns,
	.section-info-columns.reverse {
		flex-direction: column-reverse;
	}

	.section-info-columns .text,
	.section-info-columns.reverse .text {
		max-width: inherit;
		padding: 0 0 40px;
	}

	.section-info-columns .image {
		max-width: 280px;
		margin: 0 auto;
		padding: 0 40px;
	}
}

@media (max-width: 600px) {
	.top-section .heading,
	.section-routing h2,
	.section-info h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}
}

/**/

.uc-intro {
}

.uc-intro .container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1100px;
}

.uc-intro .box {
	padding: 40px 0;
}

.uc-intro .box-heading {
	color: #333;
	display: block;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
}

.uc-intro .box-content {
	margin: 0 0 20px;
}

.uc-intro .box-content p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 15px;
	text-align: center;
}

.uc-intro .box-content p:last-child {
	margin: 0;
}

.uc-intro .box-cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	width: 850px;
}

.uc-intro .box-cols .col-left {
}

.uc-intro .box-cols .col-logo {
}

.uc-intro .box-cols .col-logo img {
}

.uc-intro .box-cols .col-button {
    display: flex;
    justify-content: center;
    padding: 35px 0 0;
}

.uc-intro .box-cols .col-button a {
}

.uc-intro .box-cols .col-right {
	width: 48%;
}

.uc-intro .box-cols .col-content {
}

.uc-intro .box-cols .col-content p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 15px;
}

.uc-intro .box-cols .col-content p:last-child {
	margin: 0;
}

.uc-intro .box-cols .col-content p a {
	align-items: center;
	color: #15b8a1;
	display: flex;
	font-weight: 500;
	text-decoration: none;
}

.uc-intro .box-cols .col-content p a:after {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	display: block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #15b8a1;
	margin: 0 0 0 7px;
}

.uc-intro .box-cols .col-content ul {
	list-style: disc outside;
	margin: 0 0 25px;
	padding: 0 0 0 20px;
}

.uc-intro .box-cols .col-content ul li {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 5px;
}

.uc-intro .box-cols .col-content ul li:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.uc-intro .box-heading {
		font-size: 30px;
		text-align: left;
	}
	.uc-intro .box-content {
		margin: 0 0 30px;
	}
	.uc-intro .box-content p {
		text-align: left;
	}
	.uc-intro .box-cols {
		display: block;
	}
	.uc-intro .box-cols .col-right {
		margin: 0 0 40px;
		width: 100%;
	}
	.uc-intro .box-cols .col-button {
		display: block;
	}
}

/**/

.uc-content-image {
	background-color: #e3e4e6;
}

.uc-content-image .container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1100px;
}

.uc-content-image .box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.uc-content-image .box-content {
	padding: 40px 0;
	width: 45%;
}

.uc-content-image .box-content .box-heading {
	color: #333;
	display: block;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 125%;
	margin: 0 0 25px;
	text-align: center;
}

.uc-content-image .box-content .box-text {
}

.uc-content-image .box-content .box-text p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 15px;
    text-align: center;
}

.uc-content-image .box-content .box-text p:last-child {
	margin: 0;
}

.uc-content-image .box-image {
	padding: 65px 35px 0;
	width: 40%;
}

.uc-content-image .box-image img {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.uc-content-image .box-image {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.uc-content-image .box {
		display: block;
	}
	.uc-content-image .box-content {
		width: 100%;
	}
	.uc-content-image .box-content .box-heading {
		font-size: 30px;
	}
	.uc-content-image .box-image {
		margin: 0 auto;
		max-width: 400px;
		padding: 0;
		width: 100%;
	}
}

/**/

.uc-heading {
	background-color: #648ca4;
	padding: 40px 0;
}

.uc-heading .container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1100px;
}

.uc-heading h3 {
	color: #fff;
	display: block;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 125%;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.uc-heading h3 {
		font-size: 30px;
	}
}

/**/

.uc-ci-items {
}

.uc-ci-items .container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1100px;
}

.uc-ci-items .items {
}

.uc-ci-items .items .item {
	border-bottom: 1px solid #15b8a1;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 -50px;
	padding: 55px 50px 0;
}

.uc-ci-items .items .item:last-child {
	border: none;
}

.uc-ci-items .items .item.right {
	flex-direction: row;
}

.uc-ci-items .items .item .item-image {
	border-right: 1px solid #15b8a1;
	padding: 0 35px;
	width: 33.33%;
}

.uc-ci-items .items .item.right .item-image {
	border: none;
	border-left: 1px solid #15b8a1;
}

.uc-ci-items .items .item-image img {
	display: block;
	max-width: 100%;
}

.uc-ci-items .items .item-content {
	padding: 10px 35px 0;
	width: 66.66%;
}

.uc-ci-items .items .item .item-content .item-heading {
	color: #333;
	display: block;
	font-family: "Apex New", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 125%;
	margin: 0 0 25px;
}

.uc-ci-items .items .item.right .item-content .item-heading {
	text-align: right;
}

.uc-ci-items .items .item-content .item-text {
}

.uc-ci-items .items .item .item-content .item-text p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 15px;
}

.uc-ci-items .items .item.right .item-content .item-text p {
	text-align: right;
}

.uc-ci-items .items .item-content .item-text p:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.uc-ci-items .items .item {
		display: block;
		margin: 0;
		padding: 0;
	}
	.uc-ci-items .items .item-content {
		padding: 40px 0;
		width: 100%;
	}
	.uc-ci-items .items .item.left .item-content .item-heading, .uc-ci-items .items .item.right .item-content .item-heading {
		font-size: 30px;
		text-align: center;
	}
	.uc-ci-items .items .item.left .item-content .item-text p, .uc-ci-items .items .item.right .item-content .item-text p {
		text-align: center;
	}
	.uc-ci-items .items .item .item-image {
		border: none;
		width: 100%;
	}
	.uc-ci-items .items .item-image img {
		margin: 0 auto;
		max-width: 400px;
		width: 100%;
	}
}

/**/

.series-section {
	background-color: #5a8da7;
	margin: 3px 0 0;
}

.series-section .container-f {
	width: 1120px;
}

.series-section .box {
	padding: 30px 0 40px;
}

.series-section .box-heading {
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.series-section .box-items {
	display: flex;
	flex-wrap: wrap;
}

.series-section .item {
	border-left: 1px solid #a1c3d7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 20px;
	width: 25%;
}

.series-section .item-content {
}

.series-section .item-image {
	margin: 0 0 20px;
}

.series-section .item-image img {
	border: 5px solid rgba(255, 255, 255, 0.5);
	display: block;
}

.series-section .item-logo {
	align-items: center;
	display: flex;
	height: 30px;
	margin: 0 0 15px;
}

.series-section .item-logo img {
	display: block;
	max-height: 100%;
}

.series-section .item-text {
	padding: 0 0 10px;
}

.series-section .item-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 135%;
    margin: 0 0 15px;
}

.series-section .item-text p:last-child {
	margin: 0;
}

.series-section .item-name {
	color: #fff;
	font-size: 16px;
	line-height: 125%;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	position: relative;
}

.series-section .item-name:before {
	background-color: #fff;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 6px;
}

.series-section .item-name b {
	font-weight: 500;
}

.series-section .item-link {
	display: flex;
	padding: 10px 0 0;
}

.series-section .item-link a {
	align-items: center;
	background-color: #6c96af;
	border: 1px solid #a1c3d7;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	padding: 13px 20px;
	text-decoration: none;
}

/*
.series-section .item-link a:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    content: '';
    display: block;
    font-size: 0;
    height: 0;
    margin: 0 0 0 7px;
    width: 0;
}
*/

@media (max-width: 1024px) {
	.series-section .box-heading {
		text-align: center;
	}
	.series-section .box-items {
		justify-content: center;
	}
	.series-section .item {
		border: none;
		padding: 20px;
		width: 50%;
	}
	.series-section .item-image img {
		margin: 0 auto;
	}
	.series-section .item-logo img {
		margin: 0 auto;
	}
	.series-section .item-text {
		text-align: center;
	}
	.series-section .item-name {
		padding: 0;
		text-align: center;
	}
	.series-section .item-name:before {
		display: none;
	}
	.series-section .item-link {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.series-section .item {
		width: 100%;
	}
}

/**/

.section-stats {
	background-color: #e3e4e6;
	padding: 0;
}

.section-stats .items {
}

.section-stats .items .slick-arrow {
	background: none;
	cursor: pointer;
	font-size: 0;
	height: 49px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	z-index: 5;
}

.section-stats .items .slick-prev {
	background-image: url(images/arrow-left.png);
	left: 50px;
}

.section-stats .items .slick-next {
	background-image: url(images/arrow-right.png);
	right: 50px;
}

.section-stats .items .slick-track {
	display: flex;
	height: 100%;
}

.section-stats .items .item {
	height: auto;
	padding: 60px 0;
	position: relative;
}

.section-stats .items .item .item-bg {
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.section-stats .items .item .item-wrapper {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px 0;
	position: relative;
	z-index: 2;
}

.section-stats .items .item .container-f {
	width: 980px;
}

.section-stats .box {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
}

.section-stats .box-image {
	width: 29%;
}

.section-stats .box-image .image-logo {
	margin: 0 0 15px;
}

.section-stats .box-image .image-logo img {
	display: block;
}

.section-stats .box-image .image-image img {
	display: block;
}

.section-stats .box-content {
	width: 60%;
}

.section-stats .box-heading {
    color: #000;
    font: 33px/1.14 "Apex New", Arial, Helvetica, sans-serif;
	margin: 0 0 50px -70px;
}

.section-stats .box-text {
	margin: 0 0 15px;
	position: relative;
}

.section-stats .box-text:before {
	background: url(images/quote-mark.png) no-repeat 50% 50%;
	content: '';
	display: block;
	height: 56px;
	left: -75px;
	position: absolute;
	top: 0;
	width: 56px;
}

.section-stats .box-text p {
	color: #343e46;
	font-size: 24px;
	font-weight: 300;
	line-height: 135%;
	margin: 0 0 15px;
}

.section-stats .box-text p:last-child {
	margin: 0;
}

.section-stats .box-info {
	font-size: 16px;
	font-weight: 300;
	line-height: 135%;
	margin: 0 0 40px;
}

.section-stats .box-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.section-stats .box-items .box-item {
    border-right: 1px solid #15b8a1;
    padding: 9px 32px;
    width: auto;
}

.section-stats .box-items .box-item:last-child {
	border: none;
}

.section-stats .box-items .box-item .item-value {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 5px;
}

.section-stats .box-items .box-item .item-value .value {
	color: #15b8a1;
	display: block;
	font-family: Roboto Condensed;
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
}

.section-stats .box-items .box-item .item-value .extra {
    color: #707071;
    display: block;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 0 5px;
}

.section-stats .box-items .box-item .item-text {
	color: #707071;
	font-size: 20px;
	font-weight: 400;
	line-height: 135%;
	text-align: center;
}

.section-stats .box-buttons {
	display: flex;
	justify-content: center;
	padding: 45px 0 0;
}

.section-stats .box-buttons .box-button {
	padding: 0 20px;
}

.section-stats .box-buttons .box-button .cta_button {
	font-size: 14px;
}

@media (max-width: 1200px) {
	.section-stats .items .slick-prev {
		left: 15px;
	}
	.section-stats .items .slick-next {
		right: 15px;
	}
	.section-stats .items .item .item-wrapper {
		padding: 40px 50px;
	}
	.section-stats .items .item .container-f {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.section-stats .heading {
		font-size: 30px;
		margin: 0 0 30px;
	}
	.section-stats .box {
		display: block;
	}
	.section-stats .box-image {
		margin: 0 0 20px;
		width: 100%;
	}
	.section-stats .box-image .image-logo {
		display: flex;
		justify-content: center;
	}
	.section-stats .box-image .image-image {
		display: flex;
		justify-content: center;
	}
	.section-stats .box-content {
		width: 100%;
	}
	.section-stats .box-content .box-text:before {
		display: none;
	}
	.section-stats .box-heading {
		margin: 0 0 30px;
		text-align: center;
	}
	.section-stats .box-text p {
		font-size: 18px;
		text-align: center;
	}
	.section-stats .box-info {
		text-align: center;
	}
	.section-stats .box-items {
		padding: 10px 0 0;
	}
	.section-stats .box-items .box-item {
		border: none;
		padding: 0 0 40px;
		width: 50%;
	}
	.section-stats .box-items .box-item .item-value {
	}
	.section-stats .box-items .box-item .item-value .value {
		font-size: 20px;
	}
	.section-stats .box-items .box-item .item-value .extra {
		font-size: 15px;
	}
	.section-stats .box-items .box-item .item-text {
		font-size: 16px;
		line-height: 125%;
	}
	.section-stats .box-buttons {
		padding: 20px 0 0;
	}
}

@media (max-width: 600px) {
	.section-stats .box-buttons {
		display: block;
	}
	.section-stats .box-buttons .box-button {
		margin: 0 0 15px;
		padding: 0;
	}
	.section-stats .box-buttons .box-button:last-child {
		margin: 0;
	}
	.section-stats .box-buttons .box-button .cta_button {
		font-size: 13px;
		width: 100%;
	}
}