/* -----------------------------------------
   Header
----------------------------------------- */


#logo {
	float: left;
}
#logo a img {
	margin-bottom:-1em;
}
#header.horizontal {
	padding:1.5em 0 1.2em 0;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
.soc-head-icons a {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
}
#header .soc-head-icons {
	height: 16px;
	position: relative;
	float: right;
	margin: 36px 15px 0 0;
}
#header .phone {
	padding: 2px 0 2px 27px;
	font-size:12px;
	line-height:24px;
	float:right;
	margin: 30px 70px 0 0;
}
#header .phone .icon-mobile:before {
	font-size: 15px;
	line-height:24px;
	display:block;
	float:left;
	position: relative;
	margin: 0 8px -2px 0;
}
#header.horizontal .form-search {
	float: right;
	display: block;
	margin: 24px 0 0;
	width: 50px;
	height: 38px;
	display:none;
}
#header.horizontal .submenu {
	float:right;
}
#header.horizontal .submenu ul li {
	width:auto;
	list-style:none;
	margin-left:1em;
	text-transform:uppercase;
	border-left:#4387A6 solid 1px;
	line-height:1em;
	float:left;
}
#header.horizontal .submenu ul li:first-child {
	border-left:0;
}
#header.horizontal .submenu ul li a {
	color:#F7994D;
	font-weight:bold;
	margin-left:1em;
	font-size:0.8em;
}
#header address .delim {
	margin: 0 12px;
}
.lang-sel {
	margin:  36px 0 0 46px;
	float: left;
	position: relative;
	padding-bottom: 10px;
}
.lang-sel a {
	padding-bottom: 3px;
	display: inline-block;
}
.lang-sel a img {
	display: block;
}
.lang-sel ul {
	border: 1px solid #eaeced;
	position: absolute;
	top: 30px;
	left: -10px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible !important;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	background: rgba(255, 255, 255, .95);
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	z-index:9999;
 -moz-transition: opacity .2s ease-in-out;
 -webkit-transition: opacity .2s ease-in-out;
 -o-transition: opacity .2s ease-in-out;
 transition: opacity .2s ease-in-out;
	overflow: visible !important;
}
.lang-sel.hovered ul {
	opacity: 1;
	visibility: visible;
}
.lang-sel ul>li {
	position: relative;
}
.lang-sel ul>li a {
	color: inherit;
	display: block;
	padding:5px 15px;
}
.lang-sel ul>li:hover a {
	color: #fff;
	background-color: #26bdef;
}
.panel {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}
/* -----------------------------------------
   Top sliding Panel
----------------------------------------- */

#top-panel {
	position: relative;
	width: 100%;
	z-index: 10;
}
#open-top-panel {
	display: block;
	position: absolute;
	bottom: -7px;
	left: 35%;
	width: 105px;
	height: 105px;
	border-radius: 7px;
	behavior:url(border-radius.htc);
	z-index: 1;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
#open-top-panel:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-family: "fontello";
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 82px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	content: '\e75c';
}
#open-top-panel:hover:before {
	color: #fff;
}
#open-top-panel.active:before {
	content: '\e75f';
	color: #fff;
}
#open-top-panel img {
	display: none;
}
#top-panel .top-panel-inner {
	padding: 30px 0 40px 0;
	overflow: hidden;
	display: none;
	position: relative;
	width: 100%;
	z-index: 2;
}
.top-text {
	color: #fff;
}
#top-panel .top-panel-inner * {
	z-index: 2;
}
#top-panel h3 {
	color: #fff;
	text-align: right;
}
.top-text .icon {
	float: left;
	font-size: 17px;
	margin-right: 10px;
}
.top-text .title {
	color: #fff;
	font-size: 23px;
	margin-bottom: 25px;
}
#top-panel .top-text {
	line-height: 1.5;
}
#top-panel .top-login {
	padding-top: 10px;
	color: #fff;
}
#top-panel .top-avatar {
	display: block;
	text-align: right;
	padding: 10px 0;
}
#top-panel .top-login input::-webkit-input-placeholder {
color:#fff;
}
#top-panel .top-login input:-moz-placeholder {
color:#fff;
}
#top-panel .top-login input {
	background: #1aaede;
	border: 1px solid #1aaede;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow:  none;
	color: #fff;
}
#top-panel .top-login input.button-primary {
	display: inline-block;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	padding: 5px 20px;
	font-size: 12px;
	border-radius: 2px;
	behavior:url(border-radius.htc);
	text-transform: uppercase;
}
#top-panel .top-login input.button-primary:hover {
	background: rgba(255, 255, 255, .3);
	border: 2px solid #fff;
}
#top-panel .top-login .login-remember {
	float: left;
}
#top-panel .top-login .login-submit {
	float: right;
}
#top-panel .top-login p {
	margin: 0;
	color: #fff;
}
#top-panel label {
	color: #fff;
}
#top-panel .links {
	text-align: right;
	padding: 5px 0 0 0;
}
#top-panel .links a {
	color: #d6f1fe;
	font-size: 12px;
	font-style: italic;
}
#top-panel .reg {
	float: left;
}
#top-panel .submit {
	padding-right: 17px;
	background: url("../../img/enter.png") right 3px no-repeat;
}
#top-panel .soc-icons {
	padding-top: 40px;
}
/* -----------------------------------------
   Soc icons
----------------------------------------- */

.soc-icons a {
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
}
/* -----------------------------------------
   Page title
----------------------------------------- */

#stuning-header {
	padding-top: 0px;
	color: #fff;
	margin-bottom: 10px;
	border-top: 7px solid #A2C1C6;
}
#stuning-header h1, #stuning-header a, #stuning-header .breadcrumbs span.del, #stuning-header .breadcrumbs a, #stuning-header .breadcrumbs {
	color: #EE7D00;
}
#stuning-header a.back, #stuning-header a.back:before {
	border-color:#fff;
}
#stuning-header .breadcrumbs a:hover, #stuning-header a.back:hover {
	color: #ff6565;
	border-color:#ff6565;
}
#stuning-header .breadcrumbs span.del {
	text-indent: 7px;
	background: none;
	font-size: 22px;
	font-weight: bold;
	line-height: 12px;
}
#page-title {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 20px;
	text-align: left;
	display:none;
}
.page-title {
	padding-bottom: 4px;
	text-align: left;
}
.page-title-inner {
	display: inline-block;
}
#page-title .page-nav {
	float: right;
	margin: 15px 0 0 0;
}
a.back {
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right:18px;
	text-align:center;
	border: 3px solid;
	border-radius: 100em;
	behavior:url(border-radius.htc);
	position: relative;
}
a.back:before {
	content: '\e805';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 34px;
	font-size: 20px;
	line-height: 36px;
	left: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	position: absolute;
}
.breadcrumbs, .breadcrumbs a {
	font-size: 12px;
	color: #b9b9b9;
	font-style: normal;
	text-transform: Capitalize;
}
.breadcrumbs {
	text-align: left;
	padding-left: 2px;
	margin-bottom: 1em;
}
.breadcrumbs span.del {
	width: 20px;
	text-indent:-9999px;
	background: url(../../img/arrow-breadcrumb.png) 50% 50% no-repeat;
	display: inline-block;
}
/* -----------------------------------------
   Layout selection
----------------------------------------- */

#layout-sel a:first-child {
	margin-left: 0;
}
#layout-sel a {
	width: 19px;
	height: 17px;
	background-image: url("../../img/select-layout.png");
	display: inline-block;
	margin: 10px 0 0 14px;
}
#page-title #layout-sel {
	padding-top: 20px;
	float: right;
}
#layout-sel .both-2 {
	background-position: -171px 0;
	width: 20px;
}
#layout-sel .full {
	background-position: -205px 0;
}
#layout-sel .left-2 {
	background-position: 0 0;
}
#layout-sel .right-2 {
	background-position: -35px 0;
}
#layout-sel .left-1 {
	background-position: -68px 0;
}
#layout-sel .right-1 {
	background-position: -101px 0;
}
#layout-sel .both {
	background-position: -134px 0;
}
#layout-sel .both-2:hover {
	background-position: -171px -20px;
	width: 20px;
}
#layout-sel .full:hover {
	background-position: -205px -20px;
}
#layout-sel .left-2:hover {
	background-position: 0 -20px;
}
#layout-sel .right-2:hover {
	background-position: -35px -20px;
}
#layout-sel .left-1:hover {
	background-position: -68px -20px;
}
#layout-sel .right-1:hover {
	background-position: -101px -20px;
}
#layout-sel .both:hover {
	background-position: -134px -20px;
}
#layout-sel .both-2.curr {
	background-position: -171px -40px;
	width: 20px;
}
#layout-sel .full.curr {
	background-position: -205px -40px;
}
#layout-sel .left-2.curr {
	background-position: 0 -40px;
}
#layout-sel .right-2.curr {
	background-position: -35px -40px;
}
#layout-sel .left-1.curr {
	background-position: -68px -40px;
}
#layout-sel .right-1.curr {
	background-position: -101px -40px;
}
#layout-sel .both.curr {
	background-position: -134px -40px;
}
/* -----------------------------------------
   Layout selection
----------------------------------------- */

.extra-links {
	height: 26px;
	padding: 0 0 0 25px;
	margin-left: 24px;
	border-left: 1px solid;
	position: relative;
	top: 1px;
}
.extra-links a {
	font-family: "fontello";
	width: 22px;
	height: 22px;
	border-radius: 100em;
	behavior:url(border-radius.htc);
	border: 2px solid;
	display: inline-block;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.extra-links a:before {
	width: 22px;
	height: 22px;
	content: '\e800';
	position: absolute;
	top: -2px;
	left: 5px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	speak: none;
}
/* Custom */
.clear {
	clear: both;
}
.page_sub_nav {
	float: right;
	margin-top:1em;
}
.sub-menu ul.menu li {
	float: left;
	list-style: none;
	padding-left: 0.5em;
	margin-right: 0.5em;
	border-left: 1px solid #4387A6;
	line-height: 1em;
	font-size: 15px;
	font-weight: bold;
}
.page_sub_nav ul.menu li:first-child {
	border-left: none;
	padding-left:0;
}
.page_sub_nav ul.menu li a {
	color: #ADC665;
}
.page_sub_nav ul.menu li.current-menu-item a {
	color:#ADC766 !important;
}
.full-width-wrapper .col-max .side-block-white .container-first {
	padding-top:2em;
}
.col-max .block-details-left {
	float: left;
}
.col-max .block-details-right {
	float: right;
}
.col-max .side-block-white {
	width:100%;
	max-width:2000px;
	margin:0 auto;
}
.col-max .side-block-gray {
	background: #e8f0f1;
	width:100%;
	margin:0 auto;
}
.col-max .side-block-white .container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:2.5em 0;
}
.col-max .container h3 {
	margin: 20px 0 15px 0;
	font-size: 20px;
	font-weight: bold;
}
.col-max .side-block-white .container-first {
	background:none;
	padding:0 0 2.5em 0;
}
.col-max .side-block-gray .container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:2.5em 0;
}
.col-max .portfolio-detail .container {
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding:0;
}
.full-width-wrapper .col-max .side-block-gray .container {
	max-width:960px;
	width:100%;
}
.full-width-wrapper .col-max .side-block-white .container {
	max-width:960px;
	width:100%;
}
.full-width-wrapper .col-max .portfolio-detail .container {
	max-width:960px;
	width:100%;
}
.col-max .side-block-white .container .block-details-main {
	max-width:700px;
	float:none;
}
.col-max .side-block-gray .container .block-details-main {
	max-width:700px;
	float:none;
}
.col-max .portfolio-detail .container .block-details-main {
	max-width:700px;
	float:none;
}
.fauna-one {
	line-height:1.2em;
}
.fauna-two {
	line-height:2.2em;
}
.font-size-em-1_2 {
	font-size:1.2em;
}
.font-size-em-1_35 {
	font-size: 1.35em;
}
.font-size-em-1_3 {
	font-size:1.3em;
}
.font-size-em-1_4 {
	font-size:1.4em;
}
.font-size-em-1_5 {
	font-size:1.5em;
}
.font-size-em-1_6 {
	font-size:1.6em;
}
.font-size-em-1_7 {
	font-size:1.7em;
}
.font-size-em-1_8 {
	font-size:1.8em;
}
.font-size-em-1_9 {
	font-size:1.9em;
}
.font-size-em-2_0 {
	font-size:2.0em;
}
.font-size-em-2_1 {
	font-size:2.1em;
}
.font-size-em-2_2 {
	font-size:2.2em;
}
.font-size-em-2_3 {
	font-size:2.3em;
}
.font-size-em-2_4 {
	font-size:2.4em;
}
.font-size-em-2_5 {
	font-size:2.5em;
}
.font-size-em-2_6 {
	font-size:2.6em;
}
.font-size-em-2_7 {
	font-size:2.7em;
}
.font-size-em-2_8 {
	font-size:2.8em;
}
.font-size-em-2_9 {
	font-size:2.9em;
}
.font-size-em-3_0 {
	font-size:3.0em;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.col-full {
	margin: 0 auto;
	max-width: 1000px;
}
.margin_right_1em {
	margin-right: 1em;
}
.margin_right_2em {
	margin-right: 2em;
}
.margin_right_4em {
	margin-right: 4em;
}
.margin_left_1em {
	margin-left: 1em;
}
.margin_left_2em {
	margin-left: 2em;
}
.margin_left_4em {
	margin-left: 4em;
}
.color-blue {
	color: #0c668f;
}
.color-light-blue {
	color: #23b1f7;
}
.color-orange {
	color: #ee7d00;
}
.color-purple {
	color: #61609d;
}
.color-green {
	color: #7ca22b;
}
.color-light-green {
	color: #E3EBCB;
}
.color-red {
	color: #eb2027;
}
.font-bold {
	font-weight: bold;
}
.gray-bg {
	background: #e8f0f1;
}
.white-bg {
	background: #ffffff;
}
.light-green-bg {
	background: #E3EBCB;
}
h4.light-green-bg {
	background: #E3EBCB;
	padding: 0.5em 1em;
}
ul.fauna-two li {
	line-height: 1.2em;
	list-style: disc outside none;
	margin-bottom: 1em;
	margin-left: 1em;
}
ul.fauna-two li a {
	color: #0c668f;
}
.two-column .block-details-left {
	width: 45%;
}
.two-column .block-details-left.margin-right-10PCT {
	margin-right: 10%;
}
.download-table table {
	border: none;
	margin: 0 0 1em 0;
}
.download-table table th {
	text-align: left;
	padding: 0 1em;
	color: #0c668f;
	border-bottom: 2px solid #0C668F;
}
.download-table table tr td {
	color: #171e1f;
}
.download-table table tr th {
	background: none !important;
}
.download-table table tr:nth-child(odd) td {
 background: #e8f0f1;
 line-height: 1em;
}
.download-table table tr a {
	color: #0c668f;
}
ul li a {
	color: #0c668f;
}
.date_post_meta {
	margin-right: 1em;
	margin-top: 20px;
	border: #FFF solid 3px;
	background: #F8F8F8;
	float: left;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	max-width: 78px;
}
.date_post_meta .date_day {
	color: #E61A23;
	font-size: 3.0em;
	float: left;
	display: block;
	margin: 0;
	line-height: 1em;
	width: 100%;
	text-align: center;
}
.blog .date_post_meta .date_day {
	color:#EE7D00;
}
.date_post_meta .date_month, .date_post_meta .date_year {
	float: left;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}
.custom-page h3, #main-content h3 {
	margin: 20px 0 15px 0;
	color: #0e6690;
	font-size: 18px;
	font-weight: bold;
}
.custom_list_item_box {
	padding-left: 95px;
}
.custom_list_item {
	margin-bottom: 2em;
}
.select_date {
	float:right;
}
.custom-button {
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border-radius: 5px;
	color: #ffffff !important;
	background: url(../../images/custom-button-bg.png) left center repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEEA5E), to(#9D4F0D));
	background: -webkit-linear-gradient(#FEEA5E, #9D4F0D);
	background: -moz-linear-gradient(center top, #FEEA5E 0%, #9D4F0D 100%);
	background: -moz-gradient(center top, #FEEA5E 0%, #9D4F0D 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FEEA5E, endColorstr=#9D4F0D);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FEEA5E, endColorstr=#9D4F0D)";
	box-shadow: 0 3px 0#FEEA5E inset, 0 3px 0 rgba(0, 0, 0, 0.15);
	font-family: Helvetica, Arial, sans-serif !important;
	display: inline-block;
}
.custom-button:hover, .custom-button:focus, .custom-button: active {
	color: #ffffff !important;
}
.cmxform fieldset p.error label {
	color: #FF0000;
}
#contact_form label.error {
	cursor: pointer;
}
#contact_form div.container {
	background-color: #EEEEEE;
	border: 1px solid #FF0000;
	margin-bottom: 1em;
	padding: 2%;
}
#contact_form div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
#contact_form div.container {
	display: none;
	width: 100%;
}
#contact_form .container label.error {
	display: block;
}
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
div.wpcf7-validation-errors {
	width: 45%;
}
span.wpcf7-not-valid-tip {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: 0 none !important;
	color: #FF0000 !important;
	left: 5% !important;
	top: 0 !important;
}
#contact_form .required {
	color: #FF0000;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398F14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #FF0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #FFA500;
}
div.wpcf7-validation-errors {
	border: 2px solid #F7E700;
}
.align_center {
	text-align: center;
}
.inbound-grid.one-half, .inbound-grid.inbound-2-col {
	width: 48%;
}
.inbound-grid {
	float: left;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 0px;
	position: relative;
}
#custom-accordion .custom-accordion-item {
	border-bottom: 1px solid #cccccc;
}
#custom-accordion h3.accordion-toggle {
	font-size: 16px;
	line-height: 1.5em;
}
h3.accordion-toggle span.accordion-icon {
	background: #666 url(../../images/toggle_plus.png) no-repeat center center;
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 1em;
	cursor:pointer;
}
h3.accordion-toggle span.icon_opened {
	background-image: url(../../images/toggle_minus.png);
	background-color: #EE7D00 !important;
}
.bg1 {
	background-image: url(../../images/third_wave_frame1.jpg);
}
.bg2 {
	background-image: url(../../images/third_wave_frame2.jpg);
}
.bg3 {
	background-image: url(../../images/third_wave_frame3.jpg);
}
#bg3 {
	width: 166px;
}
li#bg1, li#bg2, li#bg3 {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#menuWrapper ul.menu > li {
	float: left;
	width: 166px;
	height: 375px;
	border-right: 1px solid #777;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}
.menuWrapper {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	position: relative;
	margin: 20px auto;
	height: 410px;
	width: 500px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
#pgc-83-1-0, #pgc-83-1-1, #pgc-83-1-2 {
	width: 33.333%;
}
.panel-grid-cell {
	padding: 0 15px 0 15px;
}
#pg-83-1 .panel-grid-cell {
	float: left;
}
.home .feature-box .rand-testimonial {
	font-size: 13px;
	line-height: 1.2em;
	margin-top: 8%;
}
.home .panel-grid .extra-links {
	display: none;
}
.c1 {
	widows:2;
	orphans:2;
	height:11pt;
	direction:ltr
}
.c3 {
	widows:2;
	orphans:2;
	direction:ltr
}
.c7 {
	max-width:468pt;
	background-color:#ffffff;
	padding:72pt 72pt 72pt 72pt
}
.c8 {
	direction:ltr;
	page-break-after:avoid
}
.c9 {
	color:inherit;
	text-decoration:inherit
}
.c4 {
	color:#1155cc;
	text-decoration:underline
}
.c5 {
	text-align:right
}
.c2 {
	font-size:10pt
}
.c6 {
	font-weight:bold
}
.c0 {
}
.title {
	widows:2;
	padding-top:0pt;
	line-height:1.15;
	orphans:2;
	text-align:left;
	color:#000000;
	font-size:21pt;
	padding-bottom:0pt;
	page-break-after:avoid
}
.subtitle {
	widows:2;
	padding-top:0pt;
	line-height:1.15;
	orphans:2;
	text-align:left;
	color:#666666;
	font-style:italic;
	font-size:13pt;
	padding-bottom:10pt;
	page-break-after:avoid
}
#main-content h2 {
	color: #ee7d00;
	margin-bottom: 0.5em;
}
.select_date div.decoration {
	float: left;
	font-size: 20px;
	line-height: 1em;
	color: #4386A5;
}
.select_date select {
	width: auto;
	float: left;
}
/* Direction Nav */
.clients-list .flex-direction-nav a {
	width: 33px;
	height: 57px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 40%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	font-size: 0;
-webkit-transition: all .3s ease;
}
.clients-list .flex-direction-nav .flex-next {
	left: -40px;
	background:  url(../../images/prev.png) no-repeat center center;
}
.clients-list .flex-direction-nav .flex-prev {
	right: -40px;
	background:  url(../../images/next.png) no-repeat center center;
	text-align: right;
}
.clients-list .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.clients-list .flex-direction-nav .disabled {
	opacity: 1;
	cursor: default;
}
.clients-list ol.flex-control-paging {
	display:none;
}
.question {
	border:#E8F0F2 solid 1px;
	border-left:#A2C1C6 solid 6px;
	padding:0.5em;
	margin-bottom:1em;
}
.question ul {
	margin-top:1em;
}
.enterprise_community h3 {
	margin:1em 0;
}
#left-sidebar .widget {
	background:#EAEDEF;
	border:#7F9094 solid 1px;
	padding:10px;
}
.widget .accordion .title, .title {
	font-size:20px;
}
.widget .accordion .title, .title h6 {
	font-size:15px;
	font-weight:bold;
	line-height:1.1em;
}
.widget .accordion .content ul {
	margin:0;
	padding:0;
}
.widget .accordion .content ul li {
	margin:0;
	padding:5px 0;
	line-height:1.1em;
	list-style:none;
}
ul.accordion > li {
	border-bottom:#7F9094 solid 1px !important;
	margin-bottom:1em;
	min-height:50px;
}
ul.accordion > li:last-child {
	border-bottom:0 !important;
}
ul.accordion > li.active .title {
	background:#FFF;
}
.custom-list .custom_list_item {
	padding-bottom:1em;
	border-bottom:#F4F6F7 solid 1px;
}
.gray-bg {
	margin:2em 0;
}
.col-average .col-left,
.col-average .col-right{
	width:50%;
}
.careers .gray-bg {
	text-align:center;
	padding:1em 0;
}
.careers .gray-bg h3 {
	margin:0 !important;
}
.apply_today {
	padding:2em 0;
}
.apply_today row {
	margin:0 auto;
}
.apply_today h2 {
	text-align:center;
	font-size:28px;
	margin-bottom:0.5em;
}
.apply_today h4 {
	text-align:center;
}
.apply_today .apple-button {
	text-align:center;
}
.apply_today a.custom-button {
	font-size:24px;
}
.widget .menu .current-menu-ancestor>a {
	cursor: pointer;
	padding: 10px;
	margin: 0;
	width: 100%;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	-webkit-transition: 0.15s background linear;
	-moz-transition: 0.15s background linear;
	-o-transition: 0.15s background linear;
	transition: 0.15s background linear;
	text-align: left;
	display: table-cell;
	border-bottom: 1px solid #edf2f4;
	background: #FFF;
	border-bottom: 0;
	color: #F48120 !important;
}
.widget .menu>li>a {
	cursor: pointer;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	width: 100%;
	display: inline-block !important;
	position: relative;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	-webkit-transition: 0.15s background linear;
	-moz-transition: 0.15s background linear;
	-o-transition: 0.15s background linear;
	transition: 0.15s background linear;
	text-align: left;
	display: table-cell;
	border-bottom: 1px solid #edf2f4;
}
.widget .menu .sub-menu {
	padding: 55px 10px 15px;
}
.widget .menu .sub-menu li {
	list-style:none;
	line-height:1.1em;
	padding:5px 0;
}
.widget .menu .sub-menu li a {
	color:#333;
}
.widget .menu .sub-menu li a:hover {
	color:#0C668F;
}
.widget .menu .sub-menu .current_page_item a {
	color: #F48120;
}
.widget .menu > li > a {
	background:#FFF;
	left: 0;
	position: absolute;
}
.widget ul.tm-latest-updates {
	padding:10px;
}
.widget ul.tm-latest-updates li {
	font-size: 13px;
	line-height: 1.1em;
	list-style: none outside none;
	padding: 5px 0;
}
.widget ul.tm-latest-updates li a {
	color:#333;
}
a[name="BM1"], a[name="BM2"], a[name="BM3"], a[name="BM4"], a[name="BM5"], a[name="BM6"], a[name="BM7"], a[name="BM8"] {
	margin-top:-30px;
	position:absolute;
}
#footer h3.widget-title {
	font-size:18px;
}
.blog-section h3.blog_author {
	font-size:17px !important;
	font-weight:300 !important;
}
.single-pt_blog #stuning-header, .single-pt_blog #stuning-header .page-title {
	margin-bottom:0;
}
.next_prev_links .prev {
	float: left;
}
.next_prev_links .next {
	float: right;
	text-align: right;
}
.single-pt_press_releases #stuning-header, .single-pt_blog #stuning-header {
	margin-bottom:30px;
}
.video-list .featured .featured_title {
	font-size: 30px;
	margin: 0 0 30px;
	color: #EE7D00
}
.video-list .featured .custom_list_item_video img {
	max-width:500px;
	width: 100%;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.video-list .featured .custom_list_item_video h3.box-name {
	display: inline-block;
	margin: 0 0 15px;
}
.tax-cat_video .custom_list_item_video h3.box-name {
	margin: 20px 0 15px 0;
	color: #0e6690;
	font-size: 18px;
	font-weight: bold;
}
.video-list .featured .custom_list_item_featured {
	max-width: 100%;
	float: none;
	margin-right: 0;
	text-align: left;
	width: 100%;
}
.video-list .custom_list_item {
	max-width: 30%;
	margin-right: 5%;
	float: left;
	text-align: center;
	width: 100%;
}
.video-list .custom_list_item_3 {
	margin-right:0;
}
.tax-cat_video .custom_list_item {
	max-width: 30%;
	margin-right: 5%;
	float: left;
	text-align: center;
	width: 100%;
}
.tax-cat_video .custom_list_item_3 {
	margin-right:0;
}
.min-height-400 {
	min-height: 400px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxWrapper {
	max-width:none;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:url(../../images/overlay.png) repeat 0 0;
}
#colorbox {
	outline:0;
}
#cboxTopLeft {
	width:21px;
	height:21px;
	background:url(../../images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
	width:21px;
	height:21px;
	background:url(../../images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
	width:21px;
	height:21px;
	background:url(../../images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
	width:21px;
	height:21px;
	background:url(../../images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width:21px;
	background:url(../../images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
	width:21px;
	background:url(../../images/controls.png) right top repeat-y;
}
#cboxTopCenter {
	height:21px;
	background:url(../../images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
	height:21px;
	background:url(../../images/border.png) 0 -29px repeat-x;
}
#cboxContent {
	background:#fff;
	overflow:hidden;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom:28px;
}
#cboxTitle {
	position:absolute;
	bottom:4px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
}
#cboxCurrent {
	position:absolute;
	bottom:4px;
	left:58px;
	color:#949494;
}
#cboxLoadingOverlay {
	background:url(../../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background:url(../../images/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0;
}
#cboxSlideshow {
	position:absolute;
	bottom:4px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0;
	background:url(../../images/controls.png) no-repeat -75px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxPrevious:hover {
	background-position:-75px -25px;
}
#cboxNext {
	position:absolute;
	bottom:0;
	left:27px;
	background:url(../../images/controls.png) no-repeat -50px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxNext:hover {
	background-position:-50px -25px;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	background:url(../../images/controls.png) no-repeat -25px 0;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
#cboxClose:hover {
	background-position:-25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
.solutions section#main-content {
	min-height:600px;
}
.icon-format {
	display:none !important;
}
.header-wrap {
	border-left:0 !important;
	padding-left:0 !important;
}
#left-sidebar ul li {
	list-style:none;
}
.press_releases .custom_list_item_box h6{
	display:none;
}
.error404 #left-sidebar .widget,
.search-results #left-sidebar .widget{
	background:none;
	border:0;
}
.search-results span.older{
	border:0;
}

.search-results article.hentry{
	margin-bottom:2em;
	padding-bottom:1em;
	border-bottom:#CCC solid 1px;
}
#menu-primary-navigation li.free-download a{
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
}
#menu-primary-navigation li.free-download a{
	color:#FFF !important;
	font-weight: normal !important;
}
.search-results i.icon-comment,
.search-results .comments-tag{
	display:none;
}
ul.accordion{
	margin:0 0 22px !important;
}
.widget ul{
	padding-left:0.5em !important;
}
.ls-wp-fullwidth-container .ls-layer h3{
	display:none;
}