#header:after,
.page-nav:after,
.page-nav .center-block:after,
.landing-nav .link-holder:after,
.tab-area .tab-holder:after,
.load-list:after,
#footer:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.page-nav ul,
.service-list,
.city-list,
.tab-area .tabset,
.partner-box .partner-list,
.load-list,
.social-networks,
.footer-wrap .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	height: 100%;
}

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

body {
	margin: 0;
	height: 100%;
	color: #162334;
	background: #ebf1fa;
	font: 15px/17px "Open Sans", Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

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

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

img {
	border-style: none;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #162334;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Open Sans", Arial, Helvetica, sans-serif;
	color: #615e5d;
	vertical-align: middle;
}

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

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

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

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	border: 1px solid #999;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

::-webkit-input-placeholder {
	color: #615e5d;
}

:-moz-placeholder {
	color: #615e5d;
}

::-moz-placeholder {
	color: #615e5d;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #615e5d;
}

.bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.landing-holder {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

.landing-holder:after {
	content: "";
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.center-block {
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	overflow: hidden;
    float: left;
}

.decisions-area#gov-section4 .tab-area .tabset:before {
	background: #47bca5;
}

#header {
	text-align: right;
	background: #162334;
	padding: 0 0 0 24px;
	box-shadow: 0 1px 3px 0 #a3a2a2;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 30;
}

.logo {
	float: left;
	width: 135px;
	height: 27px;
	margin: 13px 0 10px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

#nav {
    float: right;
}

#nav ul {
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
    width: 400px;
}

#nav ul a {
	font-weight: 300;
	color: #f6f7f8;
	text-decoration: none;
	padding: 18px 13px;
	display: block;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav ul a:hover, #nav ul a.active {
	background: #f24c24;
	color: #f9f9f9;
}

#nav li {
	position: relative;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}

#nav li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 2px;
	content: "";
	background: #e2dedf;
}

#nav li.active a {
	background: #f24c24;
	color: #f9f9f9;
}

.nav-opener {
	display: none;
	float: right;
	width: 27px;
	height: 22px;
	position: relative;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 2px;
}

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

.ps-logo {
	height: 64px;
	margin: 0 auto 16px;
	width: 64px;
}

.page-nav {
	background: #f9f9f9;
	border-bottom: 6px solid #c3c7cf;
	border-top: 3px solid #e3e3e3;
	margin: -3px 0 0;
	position: relative;
	padding: 13px 0;
	z-index: 20;
}

.page-nav.style {
	padding: 0;
}

.page-nav ul {
	float: left;
	font-size: 0;
	line-height: 0;
	letter-spacing: 4px;
	padding: 0 30px;
	width: 50%;
}

.page-nav ul li {
	float: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0;
	position: relative;
	width: 50%;
}

.page-nav ul li:first-child {
	margin: 0;
}

.page-nav ul li:first-child:after {
	background: none;
}

.page-nav ul li:before {
	position: absolute;
	bottom: 3px;
	left: -5px;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 200px;
	background: #d3d2d2;
}

.page-nav ul .active a {
	text-decoration: none;
	color: #598cd1;
}

.page-nav ul .active a:after {
	background-position: 0 -52px;
}

.page-nav ul .active.workflow a {
	color: #fa9e24;
}

.page-nav ul .active.workflow a:after {
	background-position: -45px -48px;
}

.page-nav ul .active.decisions a {
	color: #47bda6;
}

.page-nav ul .active.decisions a:after {
	background-position: -88px -47px;
}

.page-nav ul .active.partnerships a {
	color: #1a54a3;
}

.page-nav ul .active.partnerships a:after {
	background-position: -136px -49px;
}

.page-nav ul .active.partnerships a:hover {
	color: #1a54a3;
}

.page-nav ul a {
	position: relative;
	padding: 46px 0 0;
	display: block;
	text-transform: uppercase;
}

.page-nav ul a:after {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	content: "";
	width: 32px;
	height: 23px;
	background: url(../img/sprite.png) no-repeat;
}

.page-nav ul a:hover {
	text-decoration: none;
	color: #598cd1;
}

.page-nav ul a:hover:after {
	background-position: 0 -52px;
}

.page-nav ul .engagement {
	margin: 0 !important;
}

.page-nav ul .engagement:before {
	display: none;
}

.page-nav ul .workflow a:after {
	width: 29px;
	height: 27px;
	top: -2px;
	background-position: -44px 0;
}

.page-nav ul .workflow a:hover {
	color: #fa9e24;
}

.page-nav ul .workflow a:hover:after {
	background-position: -45px -48px;
}

.page-nav ul .decisions a:after {
	height: 27px;
	background-position: -88px 0;
}

.page-nav ul .decisions a:hover {
	color: #47bda6;
}

.page-nav ul .decisions a:hover:after {
	background-position: -88px -47px;
}

.page-nav ul .decisions:before {
	display: none;
}

.page-nav ul .partnerships a:after {
	width: 31px;
	height: 24px;
	background-position: -136px -3px;
}

.page-nav ul .partnerships a:hover {
	color: #2e4569;
}

.page-nav ul .partnerships a:hover:after {
	background-position: -136px -49px;
}

.page-nav .center-block {
	padding: 0 20px;
	position: relative;
}

.page-nav .center-block:after {
	position: static !important;
}

.page-style .page-nav {
	border-bottom: 7px solid #cecece;
}

.page-style .page-nav ul {
	padding: 0;
	width: auto;
}

.page-style .page-nav ul li {
	text-align: center;
	padding: 24px 12px 21px;
	max-width: none !important;
	width: 25%;
}

.page-style .page-nav ul li:before {
	display: none;
}

.page-style .page-nav ul a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.page-style .page-nav ul a:after {
	display: none;
}

.page-style .page-nav ul blockquote {
	margin: 0;
}

.page-style .page-nav ul .logo-holder {
	display: inline-block;
	vertical-align: top;
}

.page-style .page-nav .list-info {
	min-height: 96px;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #615e5d;
}

.page-style .gov-section {
	height: auto;
	padding: 32px 0 35px;
}

.page-style .gov-section .center-block {
	text-align: center;
	padding: 0;
}

.page-style .gov-section h1 {
	margin: 0 0 66px;
}

.page-style .gov-section1 {
	padding: 0;
}

.page-style .gov-section1 h1 {
	margin: 0 0 28px;
}

.page-style .gov-section1 .center-block:after {
	background: #fff;
}

.page-style .engagement-area {
	border-bottom: none !important;
}

.page-style .partnerships-area {
	background: #d6e2f1;
	border-top: 7px solid #b2bbc7;
}

.page-style .partnerships-area h1 {
	margin: 0 0 75px;
}

.page-style .info-holder .wrap {
	padding: 99px 0 0;
}

.page-style .info-holder .wrap:before {
	width: 660px;
	top: -160px;
	background: url(../img/footer-img2.png) no-repeat;
	height: 216px;
}

.page-style .info-holder h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 0 0 54px;
	font-weight: 600;
}

.service-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.service-list li {
	width: 290px;
	margin: 0 22px 37px;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
}

.service-list .img-holder {
	width: 185px;
	margin: 0 auto 25px;
}

.service-list .img-holder img {
	max-width: 100%;
}

.service-list .text-holder {
	float: right;
	text-align: left;
	color: #1c2f44;
	min-height: 140px;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	padding: 7px 18px;
	box-shadow: 4px 4px 0 0 #c4c9d1;
}

.service-list .text-holder h2 {
	letter-spacing: 1px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	color: #1c2f44;
	margin: 0 0 16px;
}

.service-list .text-holder p {
	margin: 0 0 5px;
}

.city-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 202px;
}

.city-list li {
	position: relative;
	width: 21.9%;
	margin: 0 13px 37px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
	box-shadow: 3px 3px 0 0 #bbc3ce;
}

.city-list li:hover .overlay {
	opacity: 1;
}

.city-list li:hover .name-info {
	background: rgba(22, 35, 52, .75);
	color: #fff;
	z-index: 6;
}

.city-list .img-holder {
	border-radius: 8px;
}

.city-list .img-holder img {
	border-radius: 8px;
	max-width: 100%;
}

.city-list .name-info {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	padding: 5px 4px;
	right: 0;
	color: #162334;
	font-weight: normal;
	background: rgba(249, 249, 249, .75);
	border-radius: 0 0 8px 8px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.city-list .overlay {
	opacity: 0;
	position: absolute;
	border-radius: 8px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	white-space: nowrap;
	z-index: 2;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
	background: rgba(22, 35, 52, .2);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.city-list .overlay:after {
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

.city-list .overlay-info {
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 0 15px;
}

.city-list a {
	display: block;
}

.city-list .number {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	display: block;
}

.nav-style .page-nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 54px;
	border-top: 6px solid #e3e3e3;
	background: rgba(255, 255, 255, .9);
}

.nav-style .page-nav .btn-scroll {
	display: none;
}

.nav-style .page-nav ul a {
	padding: 0;
}

.nav-style .page-nav ul a:after {
	display: none;
}

.nav-style .page-nav ul a:before {
	width: 10px;
	height: 10px;
	left: -80px;
}

.nav-style .page-nav .ps-logo-mini {
	display: block;
	top: -15px;
}

.nav-style .gov-section1 .center-block:after {
	background: none;
}

.nav-style .style {
	position: static;
}

.ps-logo-mini {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	width: 51px;
	height: 51px;
	margin: 0 0 0 -25px;
}

.ps-logo-mini img {
	width: 100%;
}

.btn-scroll {
	position: absolute;
	top: 52px;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 58px;
	z-index: 3;
	border-radius: 0 0 100px 100px;
}

.btn-scroll .name {
	position: absolute;
	top: -22px;
	padding: 16px 0 0;
	left: 4px;
	background: #f9f9f9;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #f24c24;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	text-transform: uppercase;
}

.btn-scroll a {
	display: block;
}

.btn-scroll a:hover {
	text-decoration: none;
}

.btn-scroll .arrow {
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	width: 48px;
	height: 47px;
	border-radius: 300px;
	background: #f9f9f9;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 6px 0 0 #c3c7cf;
}

.btn-scroll .arrow:after {
	position: absolute;
	top: 27px;
	left: 7px;
	width: 21px;
	height: 3px;
	background: #f14c24;
	content: "";
	border-radius: 100px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-scroll .arrow:before {
	position: absolute;
	top: 27px;
	right: 7px;
	width: 21px;
	height: 3px;
	background: #f14c24;
	content: "";
	border-radius: 100px;
	-ms-transform: rotate(-46deg);
	-webkit-transform: rotate(-46deg);
	transform: rotate(-46deg);
}

.btn-scroll .section-holder {
	display: table-cell;
	vertical-align: bottom;
}

.gov-section {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	table-layout: fixed;
	padding: 105px 0;
	background: #ebf1fa;
}

.gov-section + .gov-section {
	border-bottom: 7px solid #cecece;
}

.gov-section .section-holder {
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.gov-section h1 {
	margin: 0 0 16px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	color: #615e5d;
}

.gov-section .banner-holder {
	margin: 0 auto;
}

.gov-section .banner-holder img {
	margin: 0 0 0 -48px;
	max-width: 100%;
	height: auto;
}

.gov-section1 {
	text-align: center;
	padding: 50px 0 30px;
}

.nav-style .gov-section1 {
	padding: 95px 0 79px;
}

.page-style .gov-section1 {
	padding: 50px 0 30px;
}

.gov-section1 img {
	margin: 0;
}

.gov-section1 .center-block {
	padding: 0;
	position: relative;
}

.gov-section1 .center-block:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000%;
	right: -1000%;
	content: "";
	z-index: -1;
	background: #f9f9f9;
}

.gov-section1 .holder {
	background: #f9f9f9;
	padding: 47px 0 0;
}

.landing-nav {
	padding: 20px 100px 40px;
	width: 100%;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.landing-nav .logo {
	width: 166px;
	height: 166px;
	margin: 0 auto 25px;
	float: none;
}

.landing-nav .logo img {
	width: 100%;
}

.landing-nav h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 0 32px;
	color: #f9f9f9;
	text-transform: uppercase;
	text-shadow: 6px 3px 17px rgba(0, 0, 0, .68);
}

.landing-nav .accela-banner {
    margin-bottom: 32px;
}

.landing-nav .link-holder {
	max-width: 460px;
	margin: 0 auto;
}

.landing-nav .link-holder a {
	position: relative;
	border-radius: 6px;
	background: #2e4569;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	box-shadow: 0 3px 0 0 #162334;
	margin: 0 0 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.landing-nav .link-holder a:first-child {
	margin: 0;
}

.landing-nav .link-holder a:hover {
	text-decoration: none;
	background: #172e52;
}

.landing-nav .link-holder a:after {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 15px;
	content: "";
	width: 11px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -5px -159px;
}

.landing-nav .link-holder .prev {
	float: left;
	padding: 10px 41px 10px 40px;
	max-width: 220px;
    width: 210px;
}

.landing-nav .link-holder .next {
	float: right;
	padding: 10px 38px 10px 23px;
	max-width: 220px;
    width: 210px;
}

.landing-nav .link-holder .next:after {
	left: auto;
	right: 16px;
	background-position: -26px -158px;
}

.tab-area {
	position: relative;
	max-width: 1024px;
	padding: 0 62px 0 68px;
	margin: 0 auto;
}

.tab-area .tabset {
	font-size: 15px;
	line-height: 17px;
	position: relative;
	float: left;
	z-index: 2;
}

.tab-area .tabset:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -1px 0 0;
	content: "";
	height: 2px;
	background: #598cd1;
	z-index: 0;
}

.tab-area .tabset li {
	cursor: pointer;
	position: relative;
	float: left;
	margin: 0 0 0 34px;
}

.tab-area .tabset li:first-child {
	margin: 0;
}

.tab-area .tabset li:after {
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 45px;
	left: 50%;
	margin: 0 0 0 -2px;
	width: 3px;
	height: 42px;
	content: "";
	background: url(../img/tab-active-bg.png) repeat-y;
}

.tab-area .tabset li.active:after {
	opacity: 1;
}

.tab-area .tabset a {
	width: 39px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #fff;
	border-radius: 300px;
	box-shadow: 1px 2px 0 0 #c4c9d1;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.tab-area .tabset a:after {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	content: "";
	width: 22px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat -184px -55px;
}

.tab-area .tabset .phone:after {
	width: 11px;
	height: 21px;
	top: 10px;
	background-position: -224px -51px;
}

.tab-area .tabset .desktop:after {
	height: 19px;
	top: 12px;
	background-position: -253px -53px;
}

.tab-area .tabset .bell:after {
	height: 24px;
	top: 9px;
	background-position: -292px -49px;
}

.tab-area .tabset .hola:after {
	height: 19px;
	top: 12px;
	background-position: -327px -53px;
}

.tab-area .tabset .active a {
	background: #598cd1;
}

.tab-area .tabset .active a:after {
	background-position: -183px -93px;
}

.tab-area .tabset .active .phone:after {
	background-position: -223px -88px;
}

.tab-area .tabset .active .desktop:after {
	background-position: -253px -89px;
}

.tab-area .tabset .active .bell:after {
	background-position: -291px -85px;
}

.tab-area .tabset .active .hola:after {
	background-position: -327px -90px;
}

.tab-area .tabset-holder {
	position: absolute;
	top: 106px;
	right: 108px;
	width: 340px;
}

.tab-area .tab-img {
	float: left;
	width: 436px;
	height: 436px;
	white-space: nowrap;
}

.tab-area .tab-img:after {
	content: "";
	display: inline-block;
	height: 100%;
	margin: 0 0 0 -5px;
	overflow: hidden;
	vertical-align: middle;
	width: 1px;
}

.tab-area .tab-img .img-holder {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
}

.tab-area .tab-img img {
	max-width: 100%;
	width: 100%;
}

.tab-area .text-holder {
	line-height: 18px;
	float: right;
	width: 382px;
	min-height: 144px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 14px 25px;
	margin: 240px 4px 0 0;
	box-shadow: 4px 4px 0 0 #c4c9d1;
}

.tab-area .text-holder h2 {
	letter-spacing: 1px;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 24px;
	height: 26px;
	margin: 0 0 14px;
	color: #162334;
	text-transform: uppercase;
}

.tab-area .text-holder p {
	margin: 0 0 5px;
}

.workflow-area {
	background: #fef0dc;
}

.workflow-area .tab-area .tabset:before {
	background: #fa9e24;
}

.workflow-area .tab-area .tabset li:after {
	background: url(../img/tab-active-bg-yellow.png) repeat-y;
}

.workflow-area .tab-area .tabset a:after {
	width: 22px;
	height: 21px;
	background-position: -1px -93px;
}

.workflow-area .tab-area .tabset .automation:after {
	width: 22px;
	height: 22px;
	top: 8px;
	background-position: -41px -92px;
}

.workflow-area .tab-area .tabset .base:after {
	width: 14px;
	height: 20px;
	top: 10px;
	background-position: -81px -94px;
}

.workflow-area .tab-area .tabset .communication:after {
	width: 23px;
	height: 18px;
	top: 12px;
	background-position: -112px -95px;
}

.workflow-area .tab-area .tabset .active a {
	background: #fa9e24;
}

.workflow-area .tab-area .tabset .active a:after {
	background-position: -1px -126px;
}

.workflow-area .tab-area .tabset .active .automation:after {
	background-position: -41px -125px;
}

.workflow-area .tab-area .tabset .active .base:after {
	background-position: -81px -125px;
}

.workflow-area .tab-area .tabset .active .communication:after {
	background-position: -112px -127px;
}

.workflow-area .tab-area .tab-img {
	float: right;
}

.workflow-area .tab-area .tabset-holder {
	left: 65px;
}

.workflow-area .tab-area .text-holder {
	float: left;
	margin: 240px 0 0 0;
}

.decisions-area {
	background: #e1f5f1;
}

.decisions-area .tab-area .tabset:before {
	background: #fa9e24;
}

.decisions-area .tab-area .tabset li:after {
	background: url(../img/tab-active-bg-green.png) repeat-y;
}

.decisions-area .tab-area .tabset a:after {
	width: 22px;
	height: 20px;
	top: 9px;
	background-position: -198px -125px;
}

.decisions-area .tab-area .tabset .reporting:after {
	width: 22px;
	height: 21px;
	top: 9px;
	background-position: -241px -124px;
}

.decisions-area .tab-area .tabset .dashboards:after {
	width: 22px;
	height: 18px;
	top: 10px;
	background-position: -288px -127px;
}

.decisions-area .tab-area .tabset .mapping:after {
	width: 22px;
	height: 22px;
	top: 8px;
	background-position: -327px -124px;
}

.decisions-area .tab-area .tabset .active a {
	background: #47bda6;
}

.decisions-area .tab-area .tabset .active a:after {
	background-position: -198px -162px;
}

.decisions-area .tab-area .tabset .active .reporting:after {
	background-position: -241px -161px;
}

.decisions-area .tab-area .tabset .active .dashboards:after {
	background-position: -288px -166px;
}

.decisions-area .tab-area .tabset .active .mapping:after {
	background-position: -326px -161px;
}

.partnerships-area {
	text-align: center;
	background: #d6e2f1 url(../img/bg-section.png) 50% 0;
	padding: 105px 0 0;
}

.partnerships-area .center-block {
	padding: 0 126px;
}

.partnerships-area h1 {
	margin: 0 0 26px;
}

.partner-box {
	background: #fff;
	padding: 22px 10px 10px;
	border-radius: 10px;
	box-shadow: 6px 6px 0 0 #b9c1cc;
	margin: 0 0 216px;
}

.partner-box .partner-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 17px;
}

.partner-box .partner-list li {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 14px 22px;
	min-height: 54px;
	position: relative;
}

.partner-box .partner-list li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	min-height: 54px;
}

.partner-box .partner-list a {
	display: block;
}

.partner-box .partner-list a:hover {
	opacity: .8;
}

.partner-box .partner-list .img-holder {
	display: inline-block;
	vertical-align: middle;
}

.partner-box .btn-more {
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #162334;
}

.tab-content {
	padding: 0 4px 4px 0;
	margin: -60px 0 0;
}

.info-holder {
	position: relative;
	z-index: 1;
	margin: -3px 0 0;
}

.info-holder:after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	left: -1000%;
	right: -1000%;
	z-index: -1;
	background: #89add7;
}

.info-holder .wrap {
	position: relative;
	padding: 68px 0 40px;
}

.info-holder .wrap:after {
	position: absolute;
	top: -30px;
	left: -1000%;
	right: -1000%;
	content: "";
	height: 45px;
	background: url(../img/bg-footer.png) repeat-x 50% 0;
}

.info-holder .wrap:before {
	position: absolute;
	top: -146px;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	content: "";
	width: 657px;
	height: 201px;
	background: url(../img/footer-img.png) no-repeat;
}

.info-holder .heading {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 0 35px;
}

.info-holder .heading:after {
	position: absolute;
	left: -1000%;
	right: -1000%;
	height: 2px;
	bottom: 2px;
	content: "";
	background: url(../img/bg-dotted.png) repeat-x;
}

.info-holder .text {
	padding: 0 16px;
	background: #89add7;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
	font-weight: normal;
	text-transform: uppercase;
}

.info-holder h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	color: #162334;
	margin: 0 0 21px;
}

.user-form {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.user-form .row {
	width: 278px;
	margin: 6px auto 0;
}

.user-form .row:first-child {
	margin: 0 auto;
}

.user-form .row:last-child {
	margin: 14px auto 0;
}

.user-form input {
	width: 100%;
	height: 32px;
	background: #fff;
	border-radius: 6px;
	outline: none;
	padding: 4px 13px;
}

.user-form input[type="submit"] {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2e4569;
	color: #fff;
	text-transform: uppercase;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	box-shadow: 0 2px 0 0 #233550;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.user-form input[type="submit"]:hover {
	background: #172e52;
}

.load-list {
	position: relative;
	z-index: 0;
	margin: 0;
    margin-bottom: -50px;
}

.load-list:before {
	position: absolute;
	bottom: -91px;
	height: 230px;
	left: -1000%;
	right: -1000%;
	content: "";
	background: #42699e;
	z-index: -1;
}

.load-list li {
	float: left;
	width: 25%;
}

.load-list .phone-holder {
	margin: 0 0 0 -22px;
}

.load-list .phone-holder img {
	width: auto;
	height: 317px;
}

.load-list .btn-holder {
	padding: 34px 5px 61px 22px;
}

.load-list .btn-holder a {
	display: inline-block;
	vertical-align: top;
}

.load-list .btn-holder a:hover {
	opacity: .8;
}

.load-list .btn-holder img {
	height: auto;
	max-width: 100%;
}

.social-networks {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	overflow: hidden;
	padding: 9px 15px;
}

.social-networks li {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 18px;
}

.social-networks li:first-child {
	margin: 0;
}

.social-networks a {
	display: block;
	text-indent: 9999px;
	overflow: hidden;
	width: 21px;
	height: 21px;
	background: url(../img/sprite.png) no-repeat -201px -3px;
}

.social-networks a:hover {
	opacity: .8;
}

.social-networks .facebook {
	width: 22px;
	background-position: -235px -3px;
}

.social-networks .linkedin {
	background-position: -273px -3px;
}

#footer {
	text-align: right;
	background: #162334;
	color: #f9f9f9;
	font-size: 11px;
	line-height: 13px;
	padding: 0 25px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 21;
}

#footer .copyright {
	float: left;
	margin: 11px 0 14px;
}

#footer .copyright a {
	color: #f9f9f9;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#footer .contact-us {
	letter-spacing: 1px;
	float: right;
	font-size: 13px;
	color: #f9f9f9;
	margin: 11px 0 13px 11px;
	position: relative;
}

#footer .contact-us:hover {
	color: #fff;
}

#footer .contact-us:after {
	position: absolute;
	top: 4px;
	bottom: 0;
	left: -11px;
	content: "";
	width: 1px;
	margin: -15px 0;
	background: #fff;
}

#footer .btn-demo-holder {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -16px;
    z-index: 5;
}

#footer .btn-demo {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 200px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding: 7px 10px;
	border-radius: 8px;
	background: #f24c24;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#footer .btn-demo:hover {
	text-decoration: none;
	background: #ff795a;
}

#footer .footer-drop {
	display: none;
}

#footer #googleTranslate {
    position: absolute;
    right: 25px;
    bottom: 50px;
}

.footer-wrap {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #f9f9f9;
	padding: 7px 3px 6px;
	overflow: hidden;
}

.footer-wrap .box {
	width: 106px;
	float: left;
	margin: 0 0 0 15px;
}

.footer-wrap .box:first-child {
	margin: 0;
}

.footer-wrap .box h1 {
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 4px;
	color: #f9f9f9;
	text-transform: uppercase;
}

.footer-wrap .box ul li {
	margin: 0 0 5px;
}

.footer-wrap .box ul a {
	color: #f9f9f9;
}

.touchdevice .footer-drop {
	display: block !important;
	height: auto !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.page-nav ul a:after {
		background: url(../img/sprite-2x.png) no-repeat 0 -1px;
		background-size: 182px 375px;
	}

	.page-nav ul a:hover:after {
		background-position: 0 -42px;
	}

	.page-nav ul .workflow a:after {
		background-position: -51px 0;
	}

	.page-nav ul .workflow a:hover:after {
		background-position: -51px -38px;
	}

	.page-nav ul .decisions a:after {
		background-position: -101px 0;
	}

	.page-nav ul .decisions a:hover:after {
		background-position: -101px -38px;
	}

	.page-nav ul .partnerships a:after {
		background-position: -150px 0;
	}

	.page-nav ul .partnerships a:hover:after {
		background-position: -150px -42px;
	}

	.page-nav ul .active a:after {
		background-position: 0 -42px;
	}

	.page-nav ul .active.workflow a:after {
		background-position: -51px -38px;
	}

	.page-nav ul .active.decisions a:after {
		background-position: -101px -38px;
	}

	.page-nav ul .active.partnerships a:after {
		background-position: -150px -42px;
	}

	.tab-area .tabset a:after {
		background: url(../img/sprite-2x.png) no-repeat 0 -122px;
		background-size: 182px 375px;
	}

	.tab-area .tabset .phone:after {
		width: 12px;
		height: 23px;
		background-position: -44px -116px;
	}

	.tab-area .tabset .desktop:after {
		width: 23px;
		background-position: -80px -119px;
	}

	.tab-area .tabset .bell:after {
		height: 25px;
		background-position: -121px -113px;
	}

	.tab-area .tabset .hola:after {
		background-position: -158px -117px;
	}

	.tab-area .tabset .active a:after {
		background-position: 0 -156px;
	}

	.tab-area .tabset .active .phone:after {
		width: 12px;
		height: 23px;
		background-position: -44px -152px;
	}

	.tab-area .tabset .active .desktop:after {
		background-position: -80px -153px;
	}

	.tab-area .tabset .active .bell:after {
		height: 25px;
		background-position: -121px -149px;
	}

	.tab-area .tabset .active .hola:after {
		background-position: -158px -155px;
	}

	.workflow-area .tab-area .tabset a:after {
		height: 22px;
		background-position: 0 -191px;
	}

	.workflow-area .tab-area .tabset .automation:after {
		background-position: -40px -191px;
	}

	.workflow-area .tab-area .tabset .base:after {
		width: 15px;
		height: 23px;
		background-position: -83px -188px;
	}

	.workflow-area .tab-area .tabset .communication:after {
		background-position: -116px -192px;
	}

	.workflow-area .tab-area .tabset .active a:after {
		background-position: 0 -226px;
	}

	.workflow-area .tab-area .tabset .active .automation:after {
		background-position: -41px -227px;
	}

	.workflow-area .tab-area .tabset .active .base:after {
		background-position: -83px -227px;
	}

	.workflow-area .tab-area .tabset .active .communication:after {
		background-position: -116px -230px;
	}

	.decisions-area .tab-area .tabset a:after {
		background-position: 0 -269px;
	}

	.decisions-area .tab-area .tabset .reporting:after {
		width: 23px;
		background-position: -40px -268px;
	}

	.decisions-area .tab-area .tabset .dashboards:after {
		background-position: -83px -271px;
	}

	.decisions-area .tab-area .tabset .mapping:after {
		background-position: -122px -266px;
	}

	.decisions-area .tab-area .tabset .active a:after {
		background-position: 0 -303px;
	}

	.decisions-area .tab-area .tabset .active .reporting:after {
		background-position: -40px -303px;
	}

	.decisions-area .tab-area .tabset .active .dashboards:after {
		background-position: -84px -304px;
	}

	.decisions-area .tab-area .tabset .active .mapping:after {
		background-position: -124px -300px;
	}

	.landing-nav .link-holder a:after {
		background: url(../img/sprite-2x.png) no-repeat -147px -189px;
		background-size: 182px 375px;
	}

	.landing-nav .link-holder .next:after {
		background-position: -170px -190px;
	}

	.social-networks a {
		background: url("../img/sprite-2x.png") no-repeat -1px -83px;
		background-size: 182px 375px;
	}

	.social-networks .facebook {
		background-position: -41px -83px;
	}

	.social-networks .linkedin {
		background-position: -82px -83px;
	}
}

@media only screen and (max-width: 1024px) {
	.gov-section.engagement-area {
		padding: 55px 0 105px;
	}

	.tab-content {
		margin: -90px 0 0;
	}

	.gov-section1 .holder {
		padding: 39px 0 0;
	}

	.ps-logo {
		margin: 0 auto 15px;
		width: 84px;
		padding: 0 0 0 20px;
	}

	.gov-section h1 {
		font-weight: 600;
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 40px;
	}

	#nav ul a {
		padding: 18px 14px;
	}

	.landing-nav .logo {
		width: 152px;
		height: 152px;
		margin: 0 auto 37px;
	}

	.gov-section .landing-nav h1 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 52px;
	}

	.landing-nav h1 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 52px;
	}

	.gov-section1 .holder img {
		height: auto;
		max-width: 100%;
		margin: 0;
	}

	.page-nav ul li:before {
		display: none;
	}

	.page-nav ul a {
		padding: 43px 0 0;
	}

	.btn-scroll .name {
		display: none;
	}

	.btn-scroll {
		top: 48px;
	}

	.tab-area .tab-img {
		width: 330px;
	}

	.gov-section h1 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 14px;
	}

	.tab-area {
		padding: 0 34px 0 30px;
	}

	.tab-area .text-holder {
		width: 330px;
		margin: 290px 4px 0 0;
		min-height: 165px;
	}

	.tab-area .tabset-holder {
		right: 28px;
		top: 142px;
	}

	.workflow-area .tab-area .tabset-holder {
		left: 40px;
		top: 146px;
	}

	.workflow-area .tab-area .text-holder {
		margin: 290px 0 0 11px;
	}

	.partnerships-area .center-block {
		padding: 0 80px;
	}

	.gov-section h1 {
		margin: 0 0 25px;
	}

	.partner-box .partner-list li {
		margin: 14px 19px;
	}

	.partner-box .partner-list .tablet {
		display: none;
	}

	.partner-box .btn-more {
		font-size: 20px;
		line-height: 22px;
	}

	.partner-box {
		margin: 0 0 134px;
		box-shadow: none;
	}

	.info-holder .wrap:before {
		width: 490px;
		height: 149px;
		background-size: 490px;
	}

	.info-holder .wrap:before {
		top: -108px;
	}

	.info-holder .wrap {
		padding: 65px 0;
	}

	.info-holder h2 {
		font-size: 28px;
		line-height: 30px;
		font-weight: normal;
	}

	.info-holder .heading {
		margin: 0 0 24px;
	}

	.page-style .gov-section {
		padding: 27px 0 24px;
	}

	.page-style .gov-section .center-block {
		padding: 0 22px;
	}

	.page-style .gov-section h1 {
		margin: 0 0 58px;
	}

	.page-style .gov-section1 {
		padding: 50px 0 0;
	}

	.page-style .gov-section1 h1 {
		margin: 0 0 40px;
	}

	.page-style .page-nav ul {
		padding: 19px 0 14px;
	}

	.page-style .page-nav ul li {
		margin: 0 65px 25px;
		padding: 24px 0 12px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.page-style .page-nav ul li:first-child {
		margin: 0 65px 25px;
	}

	.page-style .partnerships-area {
		padding: 24px 0 0;
	}

	.page-style .partnerships-area h1 {
		margin: 0 0 67px;
	}

	.page-style .partnerships-area .center-block {
		padding: 0 15px;
	}

	.page-style .info-holder .wrap {
		padding: 75px 0 0;
	}

	.page-style .info-holder .wrap:before {
		width: 490px;
		height: 160px;
		top: -120px;
		background-size: 490px;
	}

	.service-list li {
		width: 288px;
		margin: 0 30px 48px;
	}

	.service-list .img-holder {
		margin: 0 auto 23px;
	}

	.service-list .text-holder {
		font-size: 14px;
		line-height: 19px;
		min-height: 125px;
		padding: 14px 14px;
	}

	.service-list .text-holder h2 {
		font-size: 20px;
		margin: 0 0 1px;
	}

	.service-list .text-holder p {
		margin: 0;
	}

	.load-list .phone-holder img {
		width: auto;
		height: 242px;
	}

	.city-list {
		margin: 0 0 150px;
	}

	.city-list li {
		font-size: 13px;
		line-height: 15px;
		margin: 0 12px 32px;
		width: 20.6%;
	}

	.city-list .overlay-info {
		padding: 0 4px;
	}

	.city-list .number {
		font-size: 14px;
		line-height: 16px;
	}

	.city-list .text {
		font-size: 12px;
		line-height: 14px;
	}

	.load-list .btn-holder {
		margin: 0 0 0 8px;
		padding: 41px 0 54px;
	}

	#footer {
		position: relative;
	}

	#footer .footer-drop {
		display: block !important;
		height: auto !important;
	}

	#gov-section5 {
		border-bottom: none;
	}
}

@media only screen and (max-width: 767px) {
    #footer #googleTranslate {
        bottom: 30px;
    }

	.gov-section.engagement-area {
		padding: 32px 0 13px;
	}

	.gov-section + .gov-section {
		border-bottom: none;
	}

	.tab-content {
		margin: 0;
	}

	#header {
		padding: 16px 10px 9px 8px;
	}

	.logo {
		margin: 0;
	}

	.nav-opener {
		display: block;
		margin: 0 auto;
	}

	.nav-drop {
		overflow: hidden;
		position: absolute;
		top: 46px;
		left: 0;
		z-index: 500;
		width: 100%;
		max-height: 0;
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	.nav-drop > ul {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #162334;
	}

	.nav-active .nav-drop > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav ul {
		float: none;
		width: 100%;
	}

	#nav li {
		float: none;
		display: block;
		text-align: center;
		margin: 0;
		border: none;
		border-bottom: 1px solid #e8eaec;
		font-size: 22px;
		line-height: 24px;
	}

	#nav li:after {
		display: none;
	}

	#nav ul ul li {
		border: none;
	}

	#nav li > a {
		padding: 24px 20px;
		border-radius: 0;
		line-height: 20px;
		position: relative;
		color: #fff;
		text-transform: uppercase;
	}

	.partner-box .partner-list li {
		display: none;
	}

	.partner-box .partner-list .mobile {
		display: block;
	}

	.page-nav {
		padding: 10px 0 13px;
		border-width: 4px;
	}

	.nav-style .gov-section1 .holder {
		background: none;
	}

	.nav-style .page-nav {
		position: static;
	}

	.page-nav ul {
		float: none;
		padding: 0 20px;
		position: relative;
		width: 100%;
		z-index: 10;
	}

	.page-nav ul li {
		display: list-item;
		float: none;
		margin: 0 0 10px !important;
		max-width: 100%;
		width: 100%;
	}

	.page-nav ul li.engagement {
		margin: 0 0 10px !important;
	}

	.page-nav ul a {
		padding: 0;
	}

	.page-nav ul a:after {
		display: none;
	}

	.btn-scroll {
		bottom: -38px;
		height: 34px;
		margin: 0 0 0 -17px;
		top: auto;
		width: 34px;
	}

	.btn-scroll .arrow {
		width: 34px;
		height: 34px;
		box-shadow: 0 4px 0 0 #c3c7cf;
	}

	.btn-scroll .arrow:after {
		top: 21px;
		left: 8px;
		width: 10px;
		height: 2px;
	}

	.btn-scroll .arrow:before {
		top: 21px;
		right: 8px;
		width: 12px;
		height: 2px;
	}

	.ps-logo {
		width: 55px;
		height: 55px;
		margin: 0 auto 6px;
		padding: 0;
	}

	#wrapper .gov-section1 {
		padding: 0 0 20px;
		margin: 0 0 -20px;
	}

	.gov-section {
		height: auto;
	}

	.gov-section .landing-nav h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 34px;
	}

	.gov-section h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 34px;
	}

	.gov-section {
		padding: 32px 0 13px;
	}

	.gov-section1 .holder {
		padding: 83px 0 0;
	}

	.tab-area {
		padding: 0 20px;
	}

	.tab-area .text-holder {
		margin: 0 auto 10px;
		float: none;
		padding: 15px 14px 16px;
		width: 100%;
		line-height: 19px;
		font-size: 14px;
	}

	.tab-area .text-holder h2 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 4px;
	}

	.tab-area .tab-img {
		float: none;
		margin: 0 auto 70px;
		height: 210px;
		width: 210px;
	}

	.tab-area .tabset-holder {
		position: static;
		text-align: center;
		margin: 0;
		width: auto;
	}

	.tab-area .tabset {
		position: absolute;
		top: 286px;
		left: 50%;
		width: 278px;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}

	.tab-area .tabset li {
		margin: 0 0 0 28px;
	}

	.tab-area .tabset li:after {
		width: 1px;
		margin: 0;
		top: 34px;
	}

	.tab-area .tabset a {
		width: 33px;
		height: 33px;
	}

	.tab-area .tabset a:after {
		top: 8px;
	}

	.tab-area .tabset .phone:after {
		top: 6px;
	}

	.tab-area .tabset .desktop:after {
		top: 8px;
	}

	.tab-area .tabset .bell:after {
		top: 4px;
	}

	.tab-area .tabset .hola:after {
		top: 9px;
	}

	.workflow-area {
		border-top: 7px solid #d2c7b7;
	}

	.workflow-area .tab-area .tab-img {
		float: none;
	}

	.workflow-area .tab-area .tabset a:after {
		top: 6px;
	}

	.workflow-area .tab-area .tabset .automation:after {
		top: 6px;
	}

	.workflow-area .tab-area .tabset .base:after {
		top: 8px;
	}

	.workflow-area .tab-area .tabset .communication:after {
		top: 9px;
	}

	.decisions-area .tab-area .tabset a:after {
		top: 7px;
	}

	.decisions-area .tab-area .tabset .reporting:after {
		top: 6px;
	}

	.decisions-area .tab-area .tabset .dashboards:after {
		top: 8px;
	}

	.decisions-area .tab-area .tabset .mapping:after {
		top: 5px;
	}

	.workflow-area .tab-area .text-holder {
		margin: 0 auto 10px;
		float: none;
	}

	.workflow-area .tabset {
		width: 216px;
	}

	.decisions-area {
		border-top: 7px solid #bbcbc7;
	}

	.decisions-area .tabset {
		width: 216px;
	}

	.partnerships-area {
		border-top: 7px solid #b2bbc7;
		padding: 28px 0 0;
		background: #d6e2f1;
	}

	.partnerships-area .center-block {
		padding: 0 24px 0;
	}

	.partnerships-area h1 {
		margin: 0 0 25px;
	}

	.partner-box {
		padding: 10px;
		margin: 0 0 150px;
	}

	.partner-box .partner-list li {
		margin: 3px 19px;
	}

	.info-holder h2 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 24px;
	}

	.info-holder .wrap {
		padding: 34px 0;
	}

	.info-holder .wrap:before {
		background-size: 300px;
		width: 300px;
		height: 91px;
		top: -76px;
	}

	.info-holder .heading {
		font-size: 15px;
		line-height: 18px;
		margin: 0 0 13px;
	}

	.info-holder .text {
		padding: 0 4px;
	}

	.tab-area .tabset li:after,
	.workflow-area .tab-area .tabset li:after,
	.decisions-area .tab-area .tabset li:after {
		background-size: 2px;
		height: 20px;
	}

	.partner-box {
		box-shadow: 5px 5px 0 0 #b9c1cc;
		margin: 0 0 118px;
	}

	.user-form {
		margin: 0 0 19px;
	}

	.user-form input[type="submit"] {
		height: 30px;
		font-size: 14px;
		line-height: 16px;
	}

	.user-form .row {
		width: 100%;
	}

	.landing-nav {
		padding: 20px;
	}

	.landing-nav h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 37px;
	}

	.landing-nav .link-holder {
		width: 212px;
	}

	.landing-nav .link-holder a {
		margin: 0 0 27px;
	}

	.landing-nav .link-holder a:first-child {
		margin: 0 0 27px;
	}

	.landing-nav .logo {
		width: 140px;
		height: 140px;
		margin: 0 auto 24px;
	}

	.phone-holder {
		display: none;
	}

	#footer {
		padding: 10px;
		overflow: hidden;
	}

	#footer .btn-demo {
		display: none;
	}

	#footer .copyright {
		margin: 0 0 11px;
	}

	#footer .contact-us {
		padding: 0;
		margin: 0 0 11px;
		border-left: none;
	}

	#footer .contact-us:after {
		display: none;
	}

	#footer .social-networks {
		width: 100%;
		padding: 0;
	}

	#footer .center-block {
		overflow: hidden;
	}

	#footer .footer-drop {
		display: block !important;
		height: auto !important;
	}

	#footer .footer-wrap {
		padding: 10px 0;
	}

	#footer .footer-wrap .box {
		width: 33.33%;
		margin: 0 0 10px;
		padding: 0 5px;
	}

	.page-style .page-nav ul {
		padding: 41px 44px 32px;
	}

	.page-style .page-nav ul li {
		margin: 0;
		padding: 0;
		width: 100%;
		display: none;
	}

	.page-style .page-nav ul li:first-child {
		margin: 0;
		display: block;
	}

	.page-style .page-nav .list-info {
		min-height: 0;
		margin: 0 0 41px;
	}

	.page-style .gov-section {
		padding: 47px 0 5px;
	}

	.page-style .gov-section .center-block {
		padding: 0 4px;
	}

	.page-style .gov-section h1 {
		margin: 0 0 31px;
	}

	.page-style .gov-section1 h1 {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 22px;
	}

	.page-style .engagement-area .center-block {
		padding: 0 16px;
	}

	.page-style .partnerships-area {
		padding: 37px 0 5px;
	}

	.page-style .info-holder {
		margin: 0 -4px;
	}

	.page-style .info-holder .wrap {
		padding: 45px 0 0;
	}

	.page-style .info-holder .wrap:before {
		background-size: 297px;
		width: 297px;
		top: -78px;
	}

	.page-style .info-holder h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 30px;
	}

	.service-list li {
		margin: 0 0 50px;
		width: 100%;
	}

	.service-list .img-holder {
		margin: 0 auto 24px;
	}

	.service-list .text-holder a {
		margin: 0;
	}

	.city-list {
		margin: 0 0 112px;
	}

	.city-list li {
		font-size: 12px;
		line-height: 12px;
		width: 44%;
		margin: 0 8px 14px;
	}

	.city-list .img-holder img {
		width: 100%;
	}

	.city-list .text {
		font-size: 9px;
		line-height: 9px;
	}

	.load-list {
		background: #42699e;
		margin: 0;
		padding: 13px 0 27px;
		border-top: 3px solid #7491b3;
	}

	.load-list:after {
		background: none;
	}

	.load-list li {
		display: list-item;
		float: none;
		margin: 20px 0 0;
		width: 100%;
	}

	.load-list .btn-holder {
		width: 126px;
		margin: 0 auto;
		padding: 0;
	}

	.load-list .btn-holder img {
		width: 100%;
	}

	.center-block h1.title {
		padding: 0;
	}
}

@media all and (max-width: 639px) {
	.load-list {
		padding: 28px;
	}

	.load-list li {
		display: list-item;
		margin: 29px 0 0;
		width: 100%;
	}

	.load-list li:first-child {
		margin: 0;
	}

	.load-list .btn-holder {
		width: 128px;
	}
}

.gov-section.last {
    border-bottom: 0 none;
}

iframe.submit {
    width: 100%;
    border: 0 none;
}

.content {
    line-height: 0;
    overflow: hidden;
}

.validation-error {
    display: none;
    color: #cc232d;
    text-align: left;
    margin: 2px 0;
    font-size: 12px;
}

input.error {
    border: 1px solid #cc232d;
}