﻿@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

	.flexslider .slides > li {
		display: none;
		-webkit-backface-visibility: hidden;
	}

	.flexslider .slides img {
		width: 100%;
		display: block;
	}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

	.flex-direction-nav a {
		width: 30px;
		height: 30px;
		margin: -20px 0 0;
		display: block;
		background: url(../../images/CRdevCss/bg_direction_nav.png) no-repeat 0 0;
		position: absolute;
		top: 50%;
		z-index: 10;
		cursor: pointer;
		text-indent: -9999px;
		opacity: 0;
		-webkit-transition: all .3s ease;
	}

	.flex-direction-nav .flex-next {
		background-position: 100% 0;
		right: -36px;
	}

	.flex-direction-nav .flex-prev {
		left: -36px;
	}

.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}

	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
		opacity: 1;
	}

.flex-direction-nav .flex-disabled {
	opacity: 0.3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

	.flex-control-nav li {
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

	.flex-control-paging li a:hover {
		background: #333;
		background: rgba(0,0,0,0.7);
	}

	.flex-control-paging li a.flex-active {
		background: #000;
		background: rgba(0,0,0,0.9);
		cursor: default;
	}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

	.flex-control-thumbs li {
		width: 25%;
		float: left;
		margin: 0;
	}

	.flex-control-thumbs img {
		width: 100%;
		display: block;
		opacity: .7;
		cursor: pointer;
	}

		.flex-control-thumbs img:hover {
			opacity: 1;
		}

	.flex-control-thumbs .flex-active {
		opacity: 1;
		cursor: default;
	}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

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

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons";
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-left:before {
	content: "\f100";
}

.icon-arrow-right:before {
	content: "\f101";
}

.icon-email:before {
	content: "\f102";
}

.icon-engineer:before {
	content: "\f103";
}

.icon-exec:before {
	content: "\f104";
}

.icon-facebook:before {
	content: "\f105";
}

.icon-googleplus:before {
	content: "\f106";
}

.icon-hr:before {
	content: "\f107";
}

.icon-it:before {
	content: "\f108";
}

.icon-legal:before {
	content: "\f109";
}

.icon-linkedin:before {
	content: "\f10a";
}

.icon-marketing:before {
	content: "\f10b";
}

.icon-phone:before {
	content: "\f10c";
}

.icon-sales:before {
	content: "\f10d";
}

.icon-teaching:before {
	content: "\f10e";
}

.icon-twitter:before {
	content: "\f10f";
}

header, footer, article, section, hgroup, nav, figure {
	display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, input, textarea, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.container, .row {
	*zoom: 1;
}

	.container:before, .container:after, .row:before, .row:after {
		content: " ";
		display: table;
	}

	.container:after, .row:after {
		clear: both;
	}

.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 1020px;
}

.table-grid.secondary, .row.secondary {
	padding: 0 50px;
}

.span1 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 6.17215%;
}

	.span1:before, .span1:after {
		content: " ";
		display: table;
	}

	.span1:after {
		clear: both;
	}

	.span1:first-child {
		margin-left: 0;
	}

.span2 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 14.70196%;
}

	.span2:before, .span2:after {
		content: " ";
		display: table;
	}

	.span2:after {
		clear: both;
	}

	.span2:first-child {
		margin-left: 0;
	}

.span3 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 23.23176%;
}

	.span3:before, .span3:after {
		content: " ";
		display: table;
	}

	.span3:after {
		clear: both;
	}

	.span3:first-child {
		margin-left: 0;
	}

.span4 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 31.76157%;
}

	.span4:before, .span4:after {
		content: " ";
		display: table;
	}

	.span4:after {
		clear: both;
	}

	.span4:first-child {
		margin-left: 0;
	}

.span5 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 40.29137%;
}

	.span5:before, .span5:after {
		content: " ";
		display: table;
	}

	.span5:after {
		clear: both;
	}

	.span5:first-child {
		margin-left: 0;
	}

.span6 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 48.82117%;
}

	.span6:before, .span6:after {
		content: " ";
		display: table;
	}

	.span6:after {
		clear: both;
	}

	.span6:first-child {
		margin-left: 0;
	}

.span7 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 57.35098%;
}

	.span7:before, .span7:after {
		content: " ";
		display: table;
	}

	.span7:after {
		clear: both;
	}

	.span7:first-child {
		margin-left: 0;
	}

.span8 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 65.88078%;
}

	.span8:before, .span8:after {
		content: " ";
		display: table;
	}

	.span8:after {
		clear: both;
	}

	.span8:first-child {
		margin-left: 0;
	}

.span9 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 74.41059%;
}

	.span9:before, .span9:after {
		content: " ";
		display: table;
	}

	.span9:after {
		clear: both;
	}

	.span9:first-child {
		margin-left: 0;
	}

.span10 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 82.94039%;
}

	.span10:before, .span10:after {
		content: " ";
		display: table;
	}

	.span10:after {
		clear: both;
	}

	.span10:first-child {
		margin-left: 0;
	}

.span11 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 91.4702%;
}

	.span11:before, .span11:after {
		content: " ";
		display: table;
	}

	.span11:after {
		clear: both;
	}

	.span11:first-child {
		margin-left: 0;
	}

.span12 {
	*zoom: 1;
	display: block;
	float: left;
	margin-left: 2.35765%;
	width: 100%;
}

	.span12:before, .span12:after {
		content: " ";
		display: table;
	}

	.span12:after {
		clear: both;
	}

	.span12:first-child {
		margin-left: 0;
	}

.table-grid {
	display: table;
}

	.table-grid .cell {
		display: table-cell;
	}

.cell-span1 {
	*zoom: 1;
	display: table-cell;
	width: 8.5298%;
	vertical-align: top;
}

	.cell-span1:before, .cell-span1:after {
		content: " ";
		display: table;
	}

	.cell-span1:after {
		clear: both;
	}

	.cell-span1:first-child {
		width: 6.17215%;
	}

.cell-span2 {
	*zoom: 1;
	display: table-cell;
	width: 17.05961%;
	vertical-align: top;
}

	.cell-span2:before, .cell-span2:after {
		content: " ";
		display: table;
	}

	.cell-span2:after {
		clear: both;
	}

	.cell-span2:first-child {
		width: 14.70196%;
	}

.cell-span3 {
	*zoom: 1;
	display: table-cell;
	width: 25.58941%;
	vertical-align: top;
}

	.cell-span3:before, .cell-span3:after {
		content: " ";
		display: table;
	}

	.cell-span3:after {
		clear: both;
	}

	.cell-span3:first-child {
		width: 23.23176%;
	}

.cell-span4 {
	*zoom: 1;
	display: table-cell;
	width: 34.11922%;
	vertical-align: top;
}

	.cell-span4:before, .cell-span4:after {
		content: " ";
		display: table;
	}

	.cell-span4:after {
		clear: both;
	}

	.cell-span4:first-child {
		width: 31.76157%;
	}

.cell-span5 {
	*zoom: 1;
	display: table-cell;
	width: 42.64902%;
	vertical-align: top;
}

	.cell-span5:before, .cell-span5:after {
		content: " ";
		display: table;
	}

	.cell-span5:after {
		clear: both;
	}

	.cell-span5:first-child {
		width: 40.29137%;
	}

.cell-span6 {
	*zoom: 1;
	display: table-cell;
	width: 51.17883%;
	vertical-align: top;
}

	.cell-span6:before, .cell-span6:after {
		content: " ";
		display: table;
	}

	.cell-span6:after {
		clear: both;
	}

	.cell-span6:first-child {
		width: 48.82117%;
	}

.cell-span7 {
	*zoom: 1;
	display: table-cell;
	width: 59.70863%;
	vertical-align: top;
}

	.cell-span7:before, .cell-span7:after {
		content: " ";
		display: table;
	}

	.cell-span7:after {
		clear: both;
	}

	.cell-span7:first-child {
		width: 57.35098%;
	}

.cell-span8 {
	*zoom: 1;
	display: table-cell;
	width: 68.23843%;
	vertical-align: top;
}

	.cell-span8:before, .cell-span8:after {
		content: " ";
		display: table;
	}

	.cell-span8:after {
		clear: both;
	}

	.cell-span8:first-child {
		width: 65.88078%;
	}

.cell-span9 {
	*zoom: 1;
	display: table-cell;
	width: 76.76824%;
	vertical-align: top;
}

	.cell-span9:before, .cell-span9:after {
		content: " ";
		display: table;
	}

	.cell-span9:after {
		clear: both;
	}

	.cell-span9:first-child {
		width: 74.41059%;
	}

.cell-span10 {
	*zoom: 1;
	display: table-cell;
	width: 85.29804%;
	vertical-align: top;
}

	.cell-span10:before, .cell-span10:after {
		content: " ";
		display: table;
	}

	.cell-span10:after {
		clear: both;
	}

	.cell-span10:first-child {
		width: 82.94039%;
	}

.cell-span11 {
	*zoom: 1;
	display: table-cell;
	width: 93.82785%;
	vertical-align: top;
}

	.cell-span11:before, .cell-span11:after {
		content: " ";
		display: table;
	}

	.cell-span11:after {
		clear: both;
	}

	.cell-span11:first-child {
		width: 91.4702%;
	}

.cell-span12 {
	*zoom: 1;
	display: table-cell;
	width: 102.35765%;
	vertical-align: top;
}

	.cell-span12:before, .cell-span12:after {
		content: " ";
		display: table;
	}

	.cell-span12:after {
		clear: both;
	}

	.cell-span12:first-child {
		width: 100%;
	}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

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

.align-right {
	text-align: right;
}

.hidden {
	display: none;
}

.invisible {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

body {
	color: #464a51;
	font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.4;
	margin: 0 0 20px;
}

h2 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 300;
	margin: 0 0 10px;
}

h3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	margin: 0 0 10px;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.3;
	margin: 0 0 10px;
}

h5 {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 10px;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
}

p {
	line-height: 1.5;
	margin: 0 0 20px;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
}

a {
	color: #00a9e4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	a:hover {
		color: #86c9ed;
	}

strong {
	font-weight: bold;
}

sup {
	font-size: 70%;
	vertical-align: super;
}

em {
	font-style: italic;
}

ul.list-styled {
	list-style: disc;
	margin: 20px 0;
	padding: 0 0 0 30px;
}

	ul.list-styled li {
		margin: 0 0 10px;
	}

.blocks-container {
	*zoom: 1;
	height: 540px;
	position: relative;
	width: 710px;
}

	.blocks-container:before, .blocks-container:after {
		content: " ";
		display: table;
	}

	.blocks-container:after {
		clear: both;
	}

	.blocks-container .block {
		cursor: pointer;
		height: 130px;
		position: absolute;
		overflow: hidden;
		top: 0;
		width: 170px;
	}

		.blocks-container .block.make-static {
			overflow: visible;
		}

		.blocks-container .block.big {
			height: 260px;
			width: 350px;
		}

			.blocks-container .block.big img {
				width: 100%;
			}

		.blocks-container .block.long {
			width: 530px;
		}

			.blocks-container .block.long img {
				width: 100%;
			}

		.blocks-container .block.first {
			left: 0;
		}

			.blocks-container .block.first .overlay {
				left: 0;
				top: 0;
			}

		.blocks-container .block.second {
			left: 180px;
		}

			.blocks-container .block.second .overlay {
				left: -180px;
				top: 0;
			}

		.blocks-container .block.third {
			left: auto;
			right: 0;
		}

			.blocks-container .block.third .overlay {
				right: 0;
				bottom: -300px;
			}

		.blocks-container .block.fourth {
			top: 140px;
			left: 0;
		}

			.blocks-container .block.fourth .overlay {
				top: -140px;
				left: 0;
			}

		.blocks-container .block.fifth {
			left: 360px;
			top: 270px;
		}

			.blocks-container .block.fifth .overlay {
				left: -360px;
				top: -270px;
			}

		.blocks-container .block.sixth {
			top: 270px;
			left: auto;
			right: 0;
		}

			.blocks-container .block.sixth .overlay {
				top: -270px;
				right: 0;
			}

		.blocks-container .block.seventh {
			top: 410px;
			left: 0;
		}

			.blocks-container .block.seventh .overlay {
				top: -410px;
				left: 0;
			}

		.blocks-container .block.eighth {
			top: 410px;
			left: auto;
			right: 0;
		}

			.blocks-container .block.eighth .overlay {
				top: -410px;
				right: 0;
			}

		.blocks-container .block h3 {
			color: #fff;
			text-shadow: 1px 1px 2px #000;
			text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
			padding: 10px 0 0 10px;
			position: relative;
			z-index: 2;
		}

		.blocks-container .block:hover h3 {
			text-shadow: 0 0 1px #000;
			text-shadow: 0 0 3px rgba(0,0,0,0.7);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			zoom: 1;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}

		.blocks-container .block:hover .image-container:before {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			zoom: 1;
		}

		.blocks-container .block:hover .image-container img {
			-webkit-filter: none;
		}

		.blocks-container .block:hover .image-container h3 {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			zoom: 1;
		}

	.blocks-container .image-container {
		height: 0;
		overflow: visible;
	}

		.blocks-container .image-container:before {
			background: rgba(0,88,148,0.6);
			content: " ";
			height: 100%;
			position: absolute;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			width: 100%;
			z-index: 1;
		}

		.blocks-container .image-container img {
			-webkit-filter: grayscale(100%);
		}

	.blocks-container .overlay {
		background: #fff;
		box-shadow: 0 0 10px #909399;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		height: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		zoom: 1;
		position: absolute;
		pointer-events: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 0;
		z-index: -1;
	}

		.blocks-container .overlay.active {
			height: 580px;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			zoom: 1;
			pointer-events: auto;
			z-index: 20;
			width: 710px;
		}

			.blocks-container .overlay.active header h2, .blocks-container .overlay.active header .icon {
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
				zoom: 1;
			}

			.blocks-container .overlay.active section p {
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
				zoom: 1;
			}

		.blocks-container .overlay .close-btn {
			position: absolute;
			top: -70px;
		}

		.blocks-container .overlay header {
			background: #00a9e4;
			color: #fff;
			height: 140px;
			padding: 0 20px;
		}

			.blocks-container .overlay header h2, .blocks-container .overlay header .icon {
				line-height: 140px;
				margin: 0;
				opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				zoom: 1;
				-webkit-transition: all 0.5s ease-in 0.5s;
				-moz-transition: all 0.5s ease-in 0.5s;
				transition: all 0.5s ease-in 0.5s;
			}

			.blocks-container .overlay header .icon {
				display: inline-block;
				font-size: 40px;
				font-size: 2.5rem;
				margin: 0 10px 0 0;
				vertical-align: middle;
			}

				.blocks-container .overlay header .icon.icon-teaching {
					font-size: 60px;
					font-size: 3.75rem;
				}

			.blocks-container .overlay header.bio-header {
				height: auto;
				padding: 10px 20px;
				position: relative;
			}

				.blocks-container .overlay header.bio-header .photo, .blocks-container .overlay header.bio-header h2, .blocks-container .overlay header.bio-header .social-links li, .blocks-container .overlay header.bio-header .icon {
					color: #fff;
					display: inline-block;
					line-height: 1;
					vertical-align: middle;
				}

				.blocks-container .overlay header.bio-header h2 {
					padding: 0 20px;
				}

				.blocks-container .overlay header.bio-header .social-links {
					position: absolute;
					right: 20px;
					top: 45px;
				}

					.blocks-container .overlay header.bio-header .social-links .icon-linkedin {
						display: inline-block;
						margin: -8px 0 0 15px;
					}

					.blocks-container .overlay header.bio-header .social-links a:hover {
						color: #c9e7f7;
						-webkit-transition: color 0.1s ease;
						-moz-transition: color 0.1s ease;
						transition: color 0.1s ease;
					}

		.blocks-container .overlay section {
			height: 560px;
			overflow: auto !important;
			padding: 20px 20px;
		}

			.blocks-container .overlay section p {
				opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				zoom: 1;
				-webkit-transition: all 0.5s ease-in 0.5s;
				-moz-transition: all 0.5s ease-in 0.5s;
				transition: all 0.5s ease-in 0.5s;
			}

button, .button {
	background: #00a9e4;
	border: 1px solid #00a9e4;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 12px 30px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
}

	button:hover, .button:hover {
		border: 1px solid #86c9ed;
		background: #86c9ed;
		color: #fff;
	}

	button.gray, .button.gray {
		background: #909399;
		border: 1px solid #d1d3d4;
		color: #fff;
	}

		button.gray:hover, .button.gray:hover {
			background: #d1d3d4;
			color: #fff;
		}

	button.secondary, .button.secondary {
		background: #9eb3c2;
		border: 1px solid #9eb3c2;
		color: #fff;
	}

		button.secondary:hover, .button.secondary:hover {
			background: #b3cbdd;
			border: 1px solid #b3cbdd;
			color: #fff;
		}

	button.transparent, .button.transparent {
		background: none;
		border: 1px solid #f1f2f3;
		color: #fff;
		font-weight: 400;
	}

		button.transparent:hover, .button.transparent:hover {
			background: none;
			border: 1px solid #f1f2f3;
			color: #fff;
			opacity: 0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
			zoom: 1;
		}

	button.uniform, .button.uniform {
		width: 160px;
	}

	button.long, .button.long {
		font-size: 22px;
		font-size: 1.375rem;
		padding: 15px 30px;
		min-width: 280px;
	}

.button-group {
	background: #d1d3d4;
	border-radius: 3px;
	*zoom: 1;
	display: inline-block;
	padding: 1px;
	vertical-align: middle;
}

	.button-group:before, .button-group:after {
		content: " ";
		display: table;
	}

	.button-group:after {
		clear: both;
	}

	.button-group li {
		float: left;
		line-height: 1;
	}

		.button-group li.current a {
			background: #fff;
			border-radius: 3px;
			box-shadow: 0 0 5px rgba(0,0,0,0.3);
			color: #464a51;
		}

		.button-group li a {
			color: #464a51;
			display: inline-block;
			font-size: 14px;
			font-size: 0.875rem;
			padding: 5px 7px;
			text-shadow: none;
		}

.checkbox-container .input-checkbox {
	display: none;
}

	.checkbox-container .input-checkbox + label {
		cursor: pointer;
		padding: 5px 0 0 40px;
		position: relative;
	}

		.checkbox-container .input-checkbox + label:before {
			content: " ";
			background-image: url("../../images/img/sprite.png");
			background-position: -31px 0px;
			width: 31px;
			height: 31px;
			position: absolute;
			left: 0;
			top: 0;
		}

	.checkbox-container .input-checkbox:checked + label:before {
		background-image: url("../../images/img/sprite.png");
		background-position: 0px 0px;
		width: 31px;
		height: 31px;
	}

.main-slides > .main-slide-item {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
}

	.main-slides > .main-slide-item.flex-active-slide {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		zoom: 1;
	}

	.main-slides > .main-slide-item .container {
		padding: 0;
	}

#page-content {
	position: relative;
}

	#page-content > .flex-direction-nav a {
		background: #464a51;
		background: rgba(0,0,0,0.5);
		border: 0;
		color: #fff;
		font-size: 42px;
		font-size: 2.625rem;
		height: auto;
		margin: 0;
		margin-top: -33px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		zoom: 1;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		text-indent: 0;
		top: 50%;
		width: auto;
		z-index: 20;
	}

		#page-content > .flex-direction-nav a:hover {
			background: #2e3136;
			background: rgba(0,0,0,0.8);
		}

		#page-content > .flex-direction-nav a.flex-prev {
			border-radius: 0 5px 5px 0;
			left: 0;
			padding: 20px 15px 20px 20px;
			text-align: right;
		}

		#page-content > .flex-direction-nav a.flex-next {
			border-radius: 5px 0 0 5px;
			right: 0;
			padding: 20px 20px 20px 15px;
			text-align: left;
		}

.plex-control-nav {
	text-align: center;
}

	.plex-control-nav li {
		display: inline-block;
	}

		.plex-control-nav li a {
			background: #d6e3ed;
			border-radius: 12px;
			display: inline-block;
			color: transparent;
			font: 0/0 a;
			text-shadow: none;
			height: 12px;
			margin: 0 5px;
			width: 12px;
		}

			.plex-control-nav li a.plex-active {
				background: #9eb3c2;
			}

.input-text {
	background: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	display: block;
	line-height: 1.3;
	padding: 8px 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

	.input-text:focus {
		background: #fff;
		background: #fff;
		box-shadow: 0 0 5px 1px #0083b1;
	}

.photo.circle img {
	border-radius: 110px;
	height: 110px;
	width: 110px !important;
}

blockquote {
	font-style: italic;
	padding: 20px 0 20px 40px;
}

.triangle {
	border-bottom: 15px solid #00a9e4;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	display: inline-block;
}

	.triangle.down {
		border-bottom: 0;
		border-top: 18px solid #00a9e4;
	}

.video-container {
	position: relative;
}

	.video-container .play-button {
		background: #909399;
		background: rgba(0,0,0,0.3);
		border-radius: 96px;
		color: #fff;
		display: inline-block;
		font-size: 44px;
		font-size: 2.75rem;
		height: 96px;
		left: 50%;
		line-height: 96px;
		margin-left: -43px;
		margin-top: -43px;
		padding: 0;
		position: absolute;
		text-align: center;
		text-shadow: none;
		top: 50%;
		width: 96px;
		z-index: 100;
	}

		.video-container .play-button:hover {
			background: #464a51;
			background: rgba(0,0,0,0.5);
			-webkit-transform: rotate(10deg);
			-moz-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			-o-transform: rotate(10deg);
			transform: rotate(10deg);
			box-shadow: 0 0 0 rgba(0,0,0,0.1);
		}

		.video-container .play-button .icon {
			line-height: 80px;
		}

.page-content {
	*zoom: 1;
	background-color: #F6F8FA;
	box-shadow: inset 0 1px 10px #909399,inset 0 -1px 10px #909399;
	box-shadow: inset 0 1px 10px rgba(0,0,0,0.3),inset 0 -1px 10px rgba(0,0,0,0.3);
	width: 100%;
	min-width: 1040px;
	padding: 80px 0 60px;
}

	.page-content:before, .page-content:after {
		content: " ";
		display: table;
	}

	.page-content:after {
		clear: both;
	}

	.page-content#page-content {
		box-shadow: none;
		padding: 0;
	}

		.page-content#page-content .main-slides {
			padding: 80px 0 60px;
		}

	.page-content.login {
		background: none;
		box-shadow: none;
		padding: 60px 0;
	}

	.page-content.sticky {
		margin-top: 560px;
	}

		.page-content.sticky .main-slides {
			padding: 120px 0 60px;
		}

	.page-content a {
		color: #7f9aae;
	}

		.page-content a:hover {
			color: #90b3cd;
		}

.content-header {
	min-height: 70px;
	padding: 0 0 20px;
}

.main-content-container {
	display: block;
	float: left;
	margin-left: 4.82916%;
	width: 65.05695%;
}

	.main-content-container:first-child {
		margin-left: 0;
	}

.sidebar {
	display: block;
	float: left;
	margin-left: 4.82916%;
	width: 30.11389%;
}

	.sidebar:first-child {
		margin-left: 0;
	}

	.sidebar > section {
		margin: 0 0 20px;
	}

.global-footer {
	background: #91949b url(../../images/CRdevCss/photography/bg-mountain.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	min-height: 900px;
	padding: 60px 0;
}

	.global-footer.login {
		background: none;
		height: auto;
		min-height: 0;
		padding: 60px 0;
	}

.main-footer {
	border-top: 1px solid #909399;
	border-top: 1px solid rgba(255,255,255,0.3);
	*zoom: 1;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0 0;
	padding: 30px 0 0;
}

	.main-footer:before, .main-footer:after {
		content: " ";
		display: table;
	}

	.main-footer:after {
		clear: both;
	}

	.main-footer a {
		color: #fff;
	}

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

	.main-footer .cell {
		padding: 0 0 0 30px;
	}

		.main-footer .cell:first-child {
			padding: 0;
		}

.site-map {
	float: left;
	font-size: 12px;
	font-size: 0.75rem;
}

	.site-map li {
		margin: 0 0 10px;
	}

.connect-map {
	*zoom: 1;
	float: right;
}

	.connect-map:before, .connect-map:after {
		content: " ";
		display: table;
	}

	.connect-map:after {
		clear: both;
	}

	.connect-map nav {
		float: right;
	}

		.connect-map nav:first-child {
			margin: 0 0 0 30px;
		}

	.connect-map .social-media-links li {
		display: inline-block;
		font-size: 26px;
		font-size: 1.625rem;
		margin: 0 10px 0 0;
	}

.contact-links {
	margin: 0 0 20px;
}

	.contact-links li {
		font-size: 14px;
		font-size: 0.875rem;
		margin: 0 0 10px;
	}

		.contact-links li .icon {
			display: inline-block;
			text-align: center;
			width: 20px;
		}

.address {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.7;
}

.form label {
	display: inline-block;
	margin: 0 0 10px;
}

.form > li {
	margin: 20px 0 0;
}

	.form > li:first-child {
		margin: 0;
	}

.password-field .strength-indicator {
	*zoom: 1;
	margin: 5px 0 0;
}

	.password-field .strength-indicator:before, .password-field .strength-indicator:after {
		content: " ";
		display: table;
	}

	.password-field .strength-indicator:after {
		clear: both;
	}

	.password-field .strength-indicator li {
		background: #d1d3d4;
		float: left;
		height: 3px;
		margin: 5px 5px 0 0;
		width: 100px;
	}

		.password-field .strength-indicator li.label {
			background: none;
			font-size: 14px;
			font-size: 0.875rem;
			height: auto;
			margin: 0 0 0 10px;
			text-align: center;
			width: auto;
		}

	.password-field .strength-indicator.weak .active, .password-field .strength-indicator.slightly-weak .active {
		background: #ff7373;
	}

	.password-field .strength-indicator.average .active {
		background: #ffc388;
	}

	.password-field .strength-indicator.strong .active {
		background: #a1c960;
	}

body {
	background: #91949B;
}

	body.login-layout {
		background: #91949b url(../../images/LoginScripts/photography/bg-mountain.jpg) no-repeat;
		background-size: cover;
		background-position: center bottom;
		color: #fff;
	}

hr {
	background: #909399;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}

.global-header {
	background: url(../../images/LoginScripts/photography/bg-meeting.jpg) no-repeat center 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	height: 560px;
	width: 100%;
	min-width: 1020px;
}

@media screen and (min-width: 2000px) {
	.global-header {
		background-size: cover;
	}
}

.global-header.login {
	background: none;
	height: auto;
}

.global-navigation {
	*zoom: 1;
	padding: 20px 0;
}

	.global-navigation:before, .global-navigation:after {
		content: " ";
		display: table;
	}

	.global-navigation:after {
		clear: both;
	}

	.global-navigation .language-nav, .global-navigation .portal-nav {
		float: right;
	}

	.global-navigation .portal-nav {
		margin: 0 0 0 30px;
	}

		.global-navigation .portal-nav .button {
			margin: 0 0 0 20px;
		}

	.global-navigation .language-nav {
		display: table-cell;
		height: 42px;
		padding: 5px;
		vertical-align: middle;
	}

.main-navigation {
	background: #464a51;
	padding: 20px 0 23px;
	position: relative;
	min-width: 1020px;
}

	.main-navigation.sticky {
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 100;
	}

		.main-navigation.sticky ul {
			float: none;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
			transition: all 0.3s linear;
		}

			.main-navigation.sticky ul li {
				text-align: center;
			}

		.main-navigation.sticky .logo {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			zoom: 1;
			left: 20px;
		}

		.main-navigation.sticky .button {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			zoom: 1;
			top: -10px;
		}

	.main-navigation.subpage-header {
		padding: 15px 0;
	}

		.main-navigation.subpage-header ul {
			float: none;
			margin: 0 100px;
			vertical-align: middle;
			width: 560px;
		}

			.main-navigation.subpage-header ul li {
				text-align: center;
			}

				.main-navigation.subpage-header ul li a {
					display: inline-block;
					padding: 15px 0;
				}

		.main-navigation.subpage-header .logo {
			left: 0;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			zoom: 1;
			top: 0;
		}

		.main-navigation.subpage-header .portal-nav {
			color: #fff;
			display: inline-block;
			position: absolute;
			right: 0;
			top: 5px;
		}

			.main-navigation.subpage-header .portal-nav .button {
				margin: 0 0 0 10px;
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
				zoom: 1;
				position: relative;
				right: auto;
				top: auto;
			}

	.main-navigation .container {
		position: relative;
	}

	.main-navigation .logo {
		position: absolute;
		left: -100px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		zoom: 1;
		top: -5px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.main-navigation .button {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		zoom: 1;
		position: absolute;
		right: 20px;
		top: -100px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.main-navigation ul {
		display: inline-block;
		*zoom: 1;
		width: 610px;
	}

		.main-navigation ul:before, .main-navigation ul:after {
			content: " ";
			display: table;
		}

		.main-navigation ul:after {
			clear: both;
		}

	.main-navigation li {
		float: left;
		text-align: left;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
		width: 25%;
	}

		.main-navigation li a {
			color: #b3cbdd;
			border-bottom: 2px solid #464a51;
			padding: 0 0 1px;
		}

		.main-navigation li.flex-active a {
			border-bottom: 2px solid #00a9e4;
			color: #fff;
			font-weight: 600;
		}

.banner {
	padding: 41px 0 0;
}

	.banner .button {
		margin: 0 20px 0 0;
	}

	.banner .cell-span1 {
		vertical-align: top;
	}

	.banner .cell-span2 {
		vertical-align: top;
	}

	.banner .cell-span3 {
		vertical-align: top;
	}

	.banner .cell-span4 {
		vertical-align: top;
	}

	.banner .cell-span5 {
		vertical-align: top;
	}

	.banner .cell-span6 {
		vertical-align: top;
	}

	.banner .cell-span7 {
		vertical-align: top;
	}

	.banner .cell-span8 {
		vertical-align: top;
	}

	.banner .cell-span9 {
		vertical-align: top;
	}

	.banner .cell-span10 {
		vertical-align: top;
	}

	.banner .cell-span11 {
		vertical-align: top;
	}

	.banner .cell-span12 {
		vertical-align: top;
	}

	.banner .video-container {
		float: right;
	}

	.banner h1 {
		margin: 20px 0 10px;
	}

#section-process .container {
	position: relative;
}

.hiw-slide-item {
	display: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	-webkit-backface-visibility: hidden;
}

	.hiw-slide-item.plex-active-slide {
		display: block;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		zoom: 1;
	}

	.hiw-slide-item .cell-span6 {
		vertical-align: middle;
	}

		.hiw-slide-item .cell-span6 .pull-left {
			margin-left: 40px;
		}

		.hiw-slide-item .cell-span6 .pull-right {
			margin-right: 40px;
		}

#section-solutions .content-header, #section-solutions .blocks-container, #section-team .content-header, #section-team .blocks-container {
	margin-left: auto;
	margin-right: auto;
	width: 710px;
}

#section-testimonials .content-header, #section-testimonials .testimonials-container, #section-testimonials .testimonial-controls {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

.testimonials {
	background: #00a9e4;
	border: 1px solid #fff;
	color: #fff;
}

	.testimonials li {
		display: none;
		padding: 60px 30px;
	}

		.testimonials li.blex-active-slide {
			display: block;
		}

	.testimonials blockquote {
		padding: 0;
	}

.testimonial-controls {
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	position: relative;
}

	.testimonial-controls .indicator {
		left: 16.66%;
		margin-left: -18px;
		position: absolute;
		top: -1px;
		-webkit-transition: left 0.3s linear;
		-moz-transition: left 0.3s linear;
		transition: left 0.3s linear;
	}

	.testimonial-controls .triangle {
		border-top: 20px solid #00a9e4;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		position: relative;
		z-index: 2;
	}

		.testimonial-controls .triangle.shadow {
			border-top: 21px solid #fff;
			border-left: 19px solid transparent;
			border-right: 19px solid transparent;
			left: -1px;
			position: absolute;
			top: 1px;
			z-index: 1;
		}

	.testimonial-controls ul {
		width: 100%;
	}

	.testimonial-controls li {
		background: transparent;
		border-left: 1px solid #fff;
		cursor: pointer;
		padding: 40px 20px;
		text-align: center;
		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		transition: background 0.3s ease;
		vertical-align: middle;
	}

		.testimonial-controls li .active {
			display: none;
		}

		.testimonial-controls li.active {
			background: #86c9ed;
		}

			.testimonial-controls li.active .active {
				display: inline-block;
			}

			.testimonial-controls li.active .inactive {
				display: none;
			}

.portal-confirmation .span4 {
	padding: 3em 2em 2em 0;
}

	.portal-confirmation .span4 h1 {
		font-size: 48px;
		font-size: 3rem;
	}

	.portal-confirmation .span4 p {
		font-size: 18px;
		font-size: 1.125rem;
	}

		.portal-confirmation .span4 p.smaller {
			font-size: 16px;
			font-size: 1rem;
			text-align: center;
		}

	.portal-confirmation .span4 .button {
		margin: 2em 0 1em;
	}

.portal-confirmation .span8 {
	padding: 5em 0 0;
}

	.portal-confirmation .span8 img {
		float: right;
	}

.portal-confirmation .screenshot-labels {
	*zoom: 1;
	font-size: 14px;
	font-size: 0.875rem;
	margin: -30px 0 40px;
	position: relative;
}

	.portal-confirmation .screenshot-labels:before, .portal-confirmation .screenshot-labels:after {
		content: " ";
		display: table;
	}

	.portal-confirmation .screenshot-labels:after {
		clear: both;
	}

	.portal-confirmation .screenshot-labels li {
		float: left;
		position: relative;
	}

		.portal-confirmation .screenshot-labels li:before {
			background: #00a9e4;
			content: " ";
			left: 50%;
			position: absolute;
			top: 150%;
			width: 1px;
		}

		.portal-confirmation .screenshot-labels li.files:before {
			height: 250px;
		}

		.portal-confirmation .screenshot-labels li.files:after {
			background: #00a9e4;
			content: " ";
			left: 50%;
			height: 1px;
			position: absolute;
			top: 270px;
			width: 45px;
		}

		.portal-confirmation .screenshot-labels li.files .circle {
			margin-left: 0;
			left: 60px;
			top: 253px;
		}

		.portal-confirmation .screenshot-labels li.messages {
			margin-left: 50px;
		}

			.portal-confirmation .screenshot-labels li.messages:before {
				height: 130px;
			}

			.portal-confirmation .screenshot-labels li.messages .circle {
				top: 150px;
			}

		.portal-confirmation .screenshot-labels li.action-bar {
			margin-left: 215px;
		}

			.portal-confirmation .screenshot-labels li.action-bar:before {
				height: 130px;
			}

			.portal-confirmation .screenshot-labels li.action-bar .circle {
				top: 150px;
			}

		.portal-confirmation .screenshot-labels li.share {
			margin-left: 140px;
		}

			.portal-confirmation .screenshot-labels li.share:before {
				height: 60px;
			}

			.portal-confirmation .screenshot-labels li.share .circle {
				top: 80px;
			}

	.portal-confirmation .screenshot-labels .circle {
		background: #00a9e4;
		border-radius: 39px;
		cursor: pointer;
		display: inline-block;
		height: 39px;
		left: 50%;
		margin-left: -19px;
		opacity: 0.3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		zoom: 1;
		position: absolute;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		width: 39px;
	}

		.portal-confirmation .screenshot-labels .circle:hover {
			opacity: 0.4;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			zoom: 1;
		}

.form-label-wrap {
	margin-bottom: 15px;
}

	.form-label-wrap label {
		display: block;
		margin-bottom: 5px;
		font-size: 15px;
		color: #f5f5f5;
	}

	.form-label-wrap input {
		width: 100%;
		padding: 3px 10px;
		border-radius: 3px;
		color: #555;
	}

.form-submit-btn input {
	background: #00a9e4;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	border: 0;
	font-size: 14px;
	cursor: pointer;
}

.form-label-wrap span.error-msg {
	color: #f34a4a;
	font-size: 15px;
	display: block;
	margin-top: 5px;
}

.form-submit-btn input:hover {
	background: #fff;
	color: #00a9e4;
}
.mobile-right-image img {
	display: block;
	margin: 0 auto;
	max-height: 450px;
}