/*:::Fonts-----------------------------------------------------------------------------------------------------------------------------*/
@font-face
{
	font-family: 'cabin-b';
	src: url('../fonts/cabinbold.eot');
	src: url('../fonts/cabinbold.eot?#iefix') format('embedded-opentype'), url('../fonts/cabinbold.svg#cabinbold') format('svg'),url('../fonts/cabinbold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

@font-face
{
	font-family: 'rambla-b';
	src: url('../fonts/ramblabold.eot');
	src: url('../fonts/ramblabold.eot?#iefix') format('embedded-opentype'), url('../fonts/ramblabold.svg#ramblabold') format('svg'),url('../fonts/ramblabold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

/*:::Global-----------------------------------------------------------------------------------------------------------------------------*/
* { margin:0; padding:0 }
html, body { height:100%; background: #F2F2F2; -webkit-font-smoothing: antialiased; }
#main-wrapper { min-height:100%; margin-bottom: -238px; }
#solution-logo { cursor: pointer; }
.clear { clear: both; }
.clearfix:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }
img { border: none; }
a { text-decoration: none; }

.center { text-align: center; }
.middle { vertical-align: middle; }

h1, h2, h3 { font-family: rambla-b, sans-serif; color: #FFF; line-height: 130%; }
h1 { font-size: 24px; font-weight: normal; margin-bottom: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 17px; }

h3 a { color: inherit; }


.solution-logo { cursor: pointer; }
.resizable-img { width: 100%; height:auto; }
.table { display: table; }
.table-cell { display: table-cell }
.heading { padding: 20px 40px 20px 40px;  }
.heading h1 { margin-bottom: 8px; }
.heading p { font-family: "Helvetica Neue",Helvetica,Arial,Sans-Serif; font-size: 15px; line-height: 19px; color: #FFF; }
.table-cell-wrapper { width:100%; height:100%; background: #FF6600; }
.pageHeaderCopy { font-family: rambla-b, sans-serif; font-size: 18px; padding:20px 40px; color: #FFF; }
.col-50 { display: inline-block; width: 50px; }

.icon { display: inline-block; vertical-align: middle; }
.icon-lock { width:12px; height: 14px; background: url("/images/lock.png") no-repeat; margin-right: 5px; }
.icon-pdf { width: 16px; height: 16px; background: url("/images/pdf-icon.png") no-repeat; margin-right: 5px;}
.icon-arrow-green { width:21px; height: 21px; background: url("/images/arrow-green.png") no-repeat; }
.icon-arrow-grey { width:22px; height: 22px; background: url("/images/arrow-grey.png") no-repeat; }
.icon-arrow-down { width:22px; height: 22px; background: url("/images/arrow-down.png") no-repeat; }

.arrow-link { color: #666; padding:3px 20px 0 26px; position: relative; }
.arrow-link .icon-arrow-grey, .arrow-link .icon-arrow-down  { position: absolute; top:0; left:0; }
.arrow-link .icon { vertical-align: top; }

.video-area { display: inline-block; width: 430px; }

.video-wrapper { 
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*COMBO */
.combobox
{
	position: relative;
}

.combobox label {
  font-family: cabinregular, sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 4px;
  display: block;
}

/* line 98, ../sass/_inline-classes.scss */
.combobox input {
  width: 100%;
  font-family: cabinregular, sans-serif;
  font-size: 16px;
  color: #646464;
  padding: 10px 30px 10px 20px;
  border: none;
  background: #f3f3f3;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 99, ../sass/_inline-classes.scss */
.combobox input:focus {
  outline: none;
}

/* line 101, ../sass/_inline-classes.scss */
.combobox:after {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #aaaaaa;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  bottom: 14px;
}

/* line 115, ../sass/_inline-classes.scss */
.comboMenu {
  background: #f3f3f3;
  padding: 10px 20px;
  max-height: 290px;
  margin-top: 1px;

}

/* line 116, ../sass/_inline-classes.scss */
.comboMenuItem {
  padding: 10px 0;
  font-family: cabinregular, sans-serif;
  font-size: 16px;
  color: #646464;
  border-top: 1px solid #aaaaaa;
  cursor: pointer;
  min-width: 200px; 
  list-style: none;
}

/* line 117, ../sass/_inline-classes.scss */
.comboMenuItem:first-child {
  border: none;
}

/* line 118, ../sass/_inline-classes.scss */
.comboMenuItem:hover {
  color: #f2af12;
}


/*Header-----------------------------------------------------------------------------------------------------------------------------*/
#header-bg { width: 100%; height: 140px; background: #FFF;  }
#header { max-width: 967px; margin:0 auto; position: relative; }
#header #logo-mck { position: absolute; right: 26px; top: 23px; width: 141px; }
#header .solution-logo { left: 13px; position: absolute; top: 70px;  }
#header .nav { margin-right: -15px; z-index:1; }
#header .nav, #footer-inner .nav { display: inline-block; font-size: 0; }
#header .nav { position: absolute; right: 26px; top: 87px; }
#secure-zone { position: absolute; top:60px; right:26px; }
#secure-zone span { display: inline-block; font-family: cabin-b, sans-serif; font-size: 14px; color: #999999; vertical-align:middle; line-height:14px; } 



/*Main-----------------------------------------------------------------------------------------------------------------------------*/
#main { overflow:auto; padding-bottom: 238px; max-width: 967px; margin:0 auto; background:#f6f6f6; }
.row { width:100%; font-size:0; position: relative; }
.row .imageText { width: 100%; position: absolute; top:40px; color: #FFF; font-family: cabin-b, sans-serif; font-size: 20px;  text-align: center; } 
.content-wrapper { padding:25px 40px 20px 40px; }
.text-block { float: left; display: inline-block; font-family: "Helvetica Neue",Helvetica,Arial,Sans-Serif; font-size: 14px; line-height: 20px; color: #FFF;  }
.text-block.footer { float: none; display: block; }
.col1 { width: 100%; }
.col2 { width: 420px;  }
.col3 { width: 269px; }
.text-block.col2.first, .text-block.col3.first { margin-right: 40px; }
.col1.text-block { float:none; }

/*Collapse List-----------------------------------------------------------------------------------------------------------------------------*/
.collapse-list { width:100%; font-family: rambla-b,sans-serif; font-size: 0; }
.collapse-list a, .collapse-list a:link, .collapse-list a:visited { text-decoration: none; color: #666; }
.collapse-list .wrapper { padding:10px; }
.collapse-list .col-left, .collapse-list .col-right { display: inline-block; vertical-align: top; }
.collapse-list .col-left { width:30%; }
.collapse-list .col-right { width:70%; }
.collapse-list li { list-style: none; font-size: 16px; }
.collapse-list .title { font-size: 26px; line-height: 32px; font-weight: bold; color: #104b7d; }
.collapse-list .collapse-list-items { width:100%; }
.collapse-list ul li { padding: 15px; border-top:1px solid #DDD; color: #666; }
.collapse-list ul li:first-child { border-top:none; padding-top:10px; }
.collapse-list ul li .icon-plus { display: inline-block; margin-left: 20px;  width:26px; height: 26px; background: url("../images/plus.png") no-repeat; float: right; cursor: pointer; }
.collapse-list ul li ul { display: none; }
.collapse-list ul li ul li { border: none; color: #999; }

/*Footer-----------------------------------------------------------------------------------------------------------------------------*/
#footer-bg { width: 100%; height: 238px; background: #FFF; position: relative; position: relative; margin-top: -238px; clear:both; }
#footer { max-width: 967px; height:100%; position: relative; margin:0 auto 0 auto; padding:0 42px 0 42px; }
#footer .nav { float: right; margin:20px -10px 0 0; }
#footer .nav li { margin:0 5px 0 5px; }
#footer .nav-wrapper { padding:0 20px; margin-bottom: 20px; }
#footer .links-wrapper { margin-top: 10px; padding:0 20px; }
#footer .links-wrapper .mcklogo { float: right;  }
#footer .links-wrapper .copyright { margin-right: 10px; }
#footer .footer-links li, #footer .links-wrapper .copyright, .links-wrapper .links, #footer .footer-links li a:link, .footer-links li a:active, .footer-links li a:visited
{
	color: #999999;
	line-height: 10px;
	padding-right: 4px;
	padding-left: 2px;
	font-family: Helvetica,HelveticaNeue,sans-serif;
	font-size: 11px;
	text-transform: none;
	display: inline-block;
}
#footer .footer-links li:not(:last-child) { border-right: 1px solid #999999; }
#footer .footer-links li:first-child, #footer .footer-links li:first-child a { padding-left:0; }
#footer .nav li.hassub ul { display: none; }
#footer .nav li.hassub:hover a { border-color: #FFF; }
#footer .social-links { text-align: right;  padding: 30px 20px 0 20px;  }

/*Main Nav-----------------------------------------------------------------------------------------------------------------------------*/
.nav { line-height: 17px; }
.nav li { margin: 0 10px 0 10px; display: inline-block; vertical-align: top; list-style: none; position: relative; font-size: 14px; overflow:visible; }
.nav li a { padding: 5px; color: #999; text-transform: uppercase; display: block; font-family: cabinregular, sans-serif; }
.nav li a:link, .nav li a:active { text-decoration: none; } 
.nav li.hassub a { border: 1px solid #FFF; }
.nav li.hassub:hover a { border-color: #E2E2E2; }
.nav li.hassub:hover ul li { display: block; }
.nav li.hassub ul { position: absolute; background: #80BDE8; z-index: 1; }
.nav li.hassub ul li { margin:0; padding: 5px 15px 5px 5px; border: 1px solid #E2E2E2; display: none; margin-top: -1px!important; z-index: 1; background: #FFF; white-space: nowrap; }
.nav li.hassub ul li:hover { margin-left: 10px; padding-right:5px; }
.nav li.hassub ul li a { padding: 0; border: none; width:100%; height: 100%; display: block; color: #999; font-family: cabinregular, sans-serif; }
.nav li.hassub ul li a span { color: #999; margin-right: 10px; }
.nav li a:hover { background-color: inherit; text-decoration: none; color: #333; }
.nav li.active a { color: #333; font-family: cabin-b, sans-serif; }

#nav-toggle { width:20px; height: 20px; position:absolute; top: 10px; right:10px; cursor: pointer; display:none; } 
#nav-toggle div {  height:3px; margin:4px 0; background: #666; }


/*Row background-----------------------------------------------------------------------------------------------------------------------------*/
.row-bg
{
	background-color: #5f64a7;
	background-image: url("../images/stitched-wool.png");
	background-image: url("../images/stitched-wool.png"),-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) -10%, rgba(0, 0, 0, 0) 5%),-webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 150%);
	background-image: url("../images/stitched-wool.png"),-webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(0, 0, 0, 0.5)), color-stop(5%, rgba(0, 0, 0, 0))),-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(150%, rgba(0, 0, 0, 0.2)));
	background-image: url("../images/stitched-wool.png"),-moz-linear-gradient(top, rgba(0, 0, 0, 0.5) -10%, rgba(0, 0, 0, 0) 5%),-moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.1) 150%);
	background-image: url("../images/stitched-wool.png"),-o-linear-gradient(top, rgba(0, 0, 0, 0.5) -10%, rgba(0, 0, 0, 0) 5%),-o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 150%),-o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.07) 8%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0.11) 95%, rgba(0, 0, 0, 0.65) 100%);
	background-image: url("../images/stitched-wool.png"), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) -10%, rgba(0, 0, 0, 0) 5%), linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background: url("../images/stitched-wool.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) -10%, rgba(0, 0, 0, 0) 5%), -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%),
}

/*Aboutus-----------------------------------------------------------------------------------------------------------------------------*/
.aboutus-bio { background: #FFF; padding: 40px 30px 30px 220px; margin-bottom: 20px; position: relative; }
.aboutus-bio img { position: absolute; top:40px; left:30px; }

/*HR styles-----------------------------------------------------------------------------------------------------------------------------*/

hr.solidstyle {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(127, 188, 231, 0.3);
}

hr.lightend {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

/*KeyFacts-----------------------------------------------------------------------------------------------------------------------------*/
.keyfacts { padding: 40px; padding-top:35px; padding-bottom:65px;}
.keyfacts-items { font-size: 0; }
.keyfacts-item { display: inline-block; vertical-align: top; } 
.keyfacts-item { border-bottom: 1px solid #333; border-top: 1px solid #333; margin-top: -1px;}
.keyfacts-figure, .keyfacts-fact { vertical-align: top; }
.keyfacts-figure { font-family: rambla-b; font-size: 57px; color: #7fbce7; float: left; }
.keyfacts-item .highlight { color: #4e9192!important; }
.keyfacts-fact { padding-top:14px; font-family:cabinregular; font-size: 14px; color: #636463; margin-left:140px; }
.keyfacts .colleft { margin-right:20px; }
.keyfacts .colcenter { margin:-1px 20px 0 20px; }
.keyfacts .colright { margin-left:20px; }
.keyfacts.col2 { width:423px; }
.keyfacts.col3 { width:269px; }
.keyfacts h1 { color: #666; margin-bottom: 20px;  }

/*MediaModule-----------------------------------------------------------------------------------------------------------------------------*/
.media-module { width:100%; position: relative; background: #FFFFFF; overflow: hidden; }
.media-module .media-module-slides { margin:0; padding:0; font-size:0; white-space: nowrap; position:relative; top:0; left:0; }
.media-module-slide { width:100%; display:inline-block; vertical-align: top; margin:0; padding:0; position: relative; }
.media-module-slide img { width:100%; }
.media-module-nav { position: absolute;  right:40px; top: 20px; text-align: center; }
.media-module-nav-item { width: 10px!important; height: 10px; display: inline-block; background: #DDD; margin:0 4px 0 4px!important; cursor: pointer;  }
.media-module-nav-selected { background-color: #CCC!important; }

.media-module-content { display: inline-block; width:800px; height: 300px; position: absolute; top:75px; left:0; right:0; margin:0 auto; font-family: ramblaregular; font-size: 24px; line-height: 32px; color: #FFFFFF; text-align: center; white-space: normal; }
.media-module-content .table { width: 100%; height:100%; table-layout: fixed; }
.media-module-content .table .table-cell { background: transparent; }
.media-module-content .table .table-cell .content { display: inline-block; font-family: ramblaregular; font-size: 24px; line-height: 32px; color: #FFFFFF; max-width: 70%; white-space: normal; }

/*Bench Mark----------------------------------------------------------------------------------------------------------------------------*/
.benchmark-nav { width: 175px; float:left; margin: 0 40px 30px 0; color: #4d9394; font-size: 14px; font-family: arial, sans-serif; }
.benchmark-nav p a { color: inherit; }
.benchmark-nav h3, .benchmark-body h3 { color: #666;}
.benchmark-nav ul, .article .benchmark-nav ul { padding:10px 0 0 0; list-style:none; }
.benchmark-nav ul li, .article .benchmark-nav li { margin: 10px 0; }
.benchmark-nav ul li a { display:inline; color:inherit;  }
.benchmark-nav ul li.selected { border-left: 7px solid #80BDE8; padding:0 5px 0 5px; font-weight: bold; font-size:13px; }
.benchmark-nav ul li.selected span  { display: inline-block; vertical-align: middle; font-weight: bold; }
.benchmark-nav ul li.selected span:first-child + span { width: 100px; margin-left: 5px; }
.benchmark-nav ul li .left-sub-arrow { font-family: cabin-b, sans-serif; font-size: 20px; margin-left: 5px; }
.benchmark-body { overflow: hidden; max-width: 450px; display: inline-block; vertical-align: top; padding-right: 14px; margin-bottom: 20px; }
.benchmark-body h1 { color: #4E9192!important; }
.benchmark-body ul { padding-left: 18px; } 
.benchmark-body ul li ul { margin-left: 10px }
.benchmark-right { display: inline-block; vertical-align: top; width: 175px; list-style: none; }
.benchmark-right li img { border: 2px solid #74c9c7; margin-bottom: 10px; padding: 0; }
.benchmark-right li p { width: 150px }
.bench-side-head { font-size:12px; font-weight:bold; line-height:16px; padding-bottom:10px; color: #817e7e;}


/*Article ----------------------------------------------------------------------------------------------------------------------------*/
#articleimage { width: 240px; float: left; padding-right:15px; background-color: #ffffff; padding-bottom:55px;}
#article { width: 600px; float: left; padding-right:15px; background-color: #ffffff;}
.article ul { list-style: disc; padding-bottom: 20px; padding-left: 15px; }
.table-cell { background-color: #ffffff;}
.table-cell p { font-family:Arial; font-size:14px; color:#666; padding-bottom:15px; padding-right:5px; line-height:20px;}

/*Right Nav----------------------------------------------------------------------------------------------------------------------------*/
.right-nav { float:left; margin-left:40px; padding-top:5px; border-left: 1px solid #4e9192; padding-left;15px;}
.right-nav p a { color: inherit; }
.right-nav h3 {font-family:Arial; font-size:14px; color:#666; line-height:20px; color:#999; padding-left:10px;}

.right-nav ul { padding-top:10px; padding-left:27px; list-style: disc; }
.right-nav ul li { margin: 10px 0; font-family:Arial; font-size:14px; color:#666; line-height:20px; color:#999; }
.right-nav ul li a { display:inline; color:#4d9394;  }
.right-nav ul li.selected { border-left: 7px solid #4f9495; padding-right: 5px; }
.right-nav ul li.selected { font-weight: bold; font-size:13px; }
.right-nav ul li.selected span { display: inline-block; vertical-align: top; }
.right-nav ul li.selected span:first-child + span { width: 100px; margin-left: 5px; }
.right-nav ul li .left-sub-arrow { font-family: cabin-b, sans-serif; font-size: 20px; margin-left: 5px; }

/*CaseStudyListModule-----------------------------------------------------------------------------------------------------------------------------*/
.case-study-list-module { padding:30px 30px;  }
.case-study-list-module h1 { color:#07477C; }
.case-study-list-module ul { font-size:0; }
.case-study-list-module li { padding:10px; list-style: none; display: inline-block; vertical-align: top; }
.case-study-list-module li .wrapper { background: #FFF; padding:15px; position: relative; }
.case-study-list-module li .heading-bg { height: 14px;  }
.case-study-list-module li .heading { font-family: rambla-b, sans-serif; font-size: 18px; color: #666; display: inline-block; background: #FFF; position: absolute; top:5px; left: 30px; padding: 6px 8px;  }
.case-study-list-module li p { margin:20px 0; font-family: cabinregular, sans-serif; font-size: 14px; color: #666; }
.case-study-list-module li a, .case-study-list-module-item-link a:visited, .case-study-list-module-item-link a:link { font-family: rambla-b, sans-serif; font-size: 14px; color: #666; position: absolute; bottom: 10px; right:10px;  }
 
/* Form-----------------------------------------------------------------------------------------------------------------------------*/
label { font-family: cabinregular, sans-serif; font-size: 14px; }
input[type='text'], select { padding: 8px; font-family: Arial, sans-serif; font-size: 14px; color: #666; background: #FFF; border: 1px solid #FFF; box-sizing: border-box; -moz-box-sizing: border-box;  } 
select { padding-left: 6px; }
textarea { border: 1px solid #FFF; font-family: Arial, sans-serif; font-size: 14px; color: #666; padding: 8px; resize: none; box-sizing: border-box; -moz-box-sizing: border-box; }

.contact-wrapper { font-size:0; padding: 20px 0 20px 40px; }
.contact-wrapper h1 { color: #999; }
.contact-right, .contact-left { display: inline-block; vertical-align: top;  }
.contact-left { width: 50%; }
.contact-right { width: 50%; }
.contact-address-wrapper { margin-right: 30px; border-right: 1px solid #CCC; }
.contact-left .text-block { color: #999; width: 200px; float:none; margin:0 0 30px 0; vertical-align: top;}
#contactform { display:inline-block; }
#contactform .field-wrapper { position: relative; }
#contactform label { color: #999; width: 150px; display: inline-block; line-height: 45px; }
#contactform input[type='text'], select, textarea { width: 280px }
#contactform textarea { vertical-align: top; height:100px; margin-top: 6px; }
#contactform .section { padding:0 0 20px 154px; }
#contactform .section span { font-family: "Helvetica Neue",Helvetica, Arial, Sans-Serif; font-size: 12px; color: #999; }
#contactform .section .wrapper { text-align: center; margin-top: 20px; }
#contactform .section .wrapper button { padding:10px 15px 10px 15px; border: none; background: #4d9394; color: #FFF; font-family: cabinregular, sans-serif; font-size: 18px; font-weight: normal; cursor: pointer; }



/*Download Form-----------------------------------------------------------------------------------------------------------------------------*/
.download.content-wrapper { font-size:0; }
.download-left, .download-right { display:inline-block; width: 50%; vertical-align: top; }
#downloadform input, #downloadform select { width: 100%;  margin:2px 0 10px 0; }
#downloadform label { position: relative; color: #999; font-size: 12px; }
#downloadform .section span { font-family: Arial, sans-serif; font-size: 12px; color: #999; }
#downloadform .section .wrapper { text-align: center; margin-top: 20px; }
#downloadform .section .wrapper button { padding:10px 15px 10px 15px; border: none; background: #4fa9ec; color: #FFF; font-family: cabinregular, sans-serif; font-size: 18px; font-weight: normal; cursor: pointer; }
#downloadform .required { display: block; color: #AAA; margin-bottom: 10px; }
.download-button { padding:10px; background: #FFF; color: #0581c0; border-radius: 5px; margin:10px; cursor: pointer; }


/*Alert-----------------------------------------------------------------------------------------------------------------------------*/
.alert.table, .alert table-cell  { width:100%; height: 100% }
.alert .table-cell { text-align: center; vertical-align: middle; }
.alert .alert-img { max-width: 500px; display: inline-block; }
.modal { width: 100%; height:100%; background: #000; opacity:.1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; position: absolute; top:0; left:0; z-index: 100; }
.dialog { width:300px; height:100px; background: #1da2dc; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; z-index: 101; color: #fff; font-family: rambla-b,sans-serif; font-size: 18px; text-align: center; border:3px solid #FFF; box-shadow: 0 3px 3px rgba(0,0,0,.3); padding: 5px; }
.dialog .icon-close { width:23px; height:23px; display: inline-block; position: absolute; top:-13px; right:-13px; background: url('../images/close.png') no-repeat; cursor: pointer; }

/*EGO7----------------------------------------------------------------------------------------------------------------------------*/
.e7-ui-rcorner-tiny-all { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.e7-form-invalid { border: 1px solid #F26929!important; }
.e7-form-invalid-indicator { padding: 5px; position:absolute; top:-10px; right:-4px; font-family:Arial, sans-serif; font-size:10px; text-align: right; color: #FFF; text-shadow: 0 -1px rgba(0,0,0,.4); box-shadow: 0 1px 2px 1px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.5) inset; }
.e7-ui-grd-red
{
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0000 1%, #b20000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff0000), color-stop(100%,#b20000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff0000 1%,#b20000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff0000 1%,#b20000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff0000 1%,#b20000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff0000 1%,#b20000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b20000',GradientType=0 ); /* IE6-9 */
}

.e7-ui-lightbox-modal { margin:0; padding:0; position:fixed; top:0; left:0;width: 100%; height: 100%; background: #333333; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: .4; z-index: 10000; }
.e7-ui-lightbox-win { margin:auto; padding:0; position:fixed; top:0; left:0; bottom:0; right:0; z-index: 10001 }
.e7-ui-lightbox-icon { position:absolute; top:-11px; right:-11px; width: 23px; height: 23px; background: url("/images/close.png"); cursor: pointer; }


/*Pages----------------------------------------------------------------------------------------------------------------------------*/

.home .threeCol .content-wrapper { padding-bottom: 0; }
.home .threeCol .text-block { text-align: center; }
.home .threeCol .text-block h3 { color: #4e9192; margin-bottom: 15px; }
.home .threeCol .text-block .icon-arrow-green { margin-top: 15px; }
.home .threeCol .text-block.footer { margin-bottom: 0; }
.home .threeCol .text-block.footer hr { border: none; border-top: 1px solid #DDD; margin: 20px 0 0 0; } 
.home .btn { font-family: ramblaregular, sans-serif; font-size: 11px; padding: 3px 8px; background: #FFF; opacity: .8; }

.section h1 { margin-bottom: 30px; }
.section .text-block { padding-left: 13px; }
.section .text-block.first { border-right:1px solid #DDD; padding: 0 13px; margin-right: 0;  }
.section .text-block.first:first-child, .section.wide .text-block.first { padding-left: 0; } 
.section .text-block h2 { font-family: rambla-b, sans-serif; font-size:20px; margin: 10px 0; line-height: 130%; color: #666;  }
.section .text-block h3 { font-family: rambla-b, sans-serif; font-size:16px; color: #80BDE8; margin: 8px 0; }
.section .text-block .icon-arrow-grey { float: right; margin-top: 5px; }
.section .text-block .fixed-height { height: 220px; }
.section.wide .text-block .fixed-height { height: 140px; }

.sector .row.white-bg .content-wrapper { position: relative; min-height: 300px; } 
.sector .row.white-bg .content-wrapper ul { padding-left: 18px; }
/*.sector .row.white-bg .content-wrapper ul li { margin: 10px 0; font-family: Arial; font-size: 14px; color: #666; line-height: 20px; color: #999; margin-bottom: 5px; }*/
.sector .row.white-bg .content-wrapper ul li a { color: inherit; }
.sector .row.white-bg .col-left { width: 60%; display: block; /* padding-right: 220px;*/ float: left;   }
.white-bg h3 { font-family: rambla-b, sans-serif; font-size: 17px; margin-bottom: 15px; color:#666; }
.sector .row .col-right { width: 260px; /*position: absolute; top:25px; right:0; */ float: right; margin-left: 30px; border-left: 1px solid #4e9192; padding:0 20px 0 20px;}
.sector .row .col-right h4 { font-family: arial, sans-serif;  font-weight: bold; }
/*.sector .row .col2 h3 { font-size: 14px; color: #999; margin-bottom: 10px; }*/
.sector .row .col-right h4 { font-size: 15px; color: #4e9192; padding-top: 5px; }
.sector .row .col-right ul { margin-bottom: 15px; list-style: none; padding-left:0!important; }
.sector .row .col-right ul li { position: relative; padding-left:26px; }
.sector .row .col-right ul li .icon-arrow-grey, .sector .row .col-right ul li .icon-arrow-down {position: absolute; top:0; left:0; }

.diligence .table { width: 100%; }
.diligence .table-cell { width: 50%; }
.diligence .table-cell:first-child { padding-right: 5px } 
.diligence .table-cell:first-child + .table-cell { padding-left: 5px } 

.landing .txt-wrapper { padding-left: 20px; border-left: 1px solid #999; min-height: 200px; position: relative; }
.landing .txt-wrapper h3 { color: #666; margin-bottom: 15px; }
.landing .txt-wrapper .icon-arrow-grey { position: absolute; bottom:0; }
.landing.sectors .txt-wrapper, .landing.research .txt-wrapper { min-height: 150px; }

.article h1 { color: #4E9192!important; }
.article h3 { color: #666; }

.article .benchmark-body, .article .benchmark-right { font-family: "Helvetica Neue",Helvetica,Arial,Sans-Serif; font-size: 14px; line-height: 20px; }
.article .benchmark-right { list-style: none; }
.article label.icon { color: #666; font-size: 16px; margin-left: 5px; }

.how-we-do-it h1 { font-size: 17px; } 
.bench .txt-wrapper { min-height: 140px; }

.search { text-align: center; }
.search .combobox { display: inline-block; max-width: 300px; }
.search .combobox:first-child { margin-right: 5px; }
.search .combobox label { text-align: left; }
.search .combobox input { background: #EEE; }

.search { margin-bottom: 50px; }
.no-results { display: none; color: #666;}
.sort-container { overflow: hidden; }
.sort-container .result { width: 274px; background: #FFF; position: relative; float: left;  padding: 10px; margin: 20px -1px 20px 0; border-left:1px solid #DDD; border-right: 1px solid #DDD; }
.sort-container .result h1 { margin-bottom: 30px; }
.sort-container .result h2 { font-family: rambla-b, sans-serif; font-size:20px; margin: 10px 0; line-height: 130%; color: #666;  }
.sort-container .result h3 { font-family: rambla-b, sans-serif; font-size:16px; color: #80BDE8; margin: 8px 0; }
.sort-container .result p { font-family: "Helvetica Neue",Helvetica,Arial,Sans-Serif; font-size: 14px; line-height: 20px; color:#666; }
.sort-container .result .icon-arrow-grey { float: right; margin-top: 5px; }
.sort-container .result .fixed-height { height: 220px; }



/*Media----------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 978px)
{
	#header .solution-logo { top: 10px; }
    .text-block, .keyfacts-item  { width: 100%; margin-bottom: 15px }
	.keyfacts-item  { margin:-1px 0 0 0!important; }
	.ps-mod-list li { display: none; list-style-type: none; width:100%;  }
	.landing .text-block, .insights .text-block { float: none!important; position: static!important; border: none!important; }
	.landing .text-block .txt-wrapper { border: none; }
	.landing .text-block .txt-wrapper .icon-arrow-grey { position: static; margin-top: 10px; }
	.fixed-height { height: auto!important; margin-bottom: 20px; }
	.benchmark-nav { display: none; }
	.home .text-block { padding:0!important; border: none!important; }
}

@media only screen and (max-width: 970px)
{
    #solution-logo { top:13px; } 
	.case-study-list-module li{ display: block; width: auto!important; }
	.stackable { width: 100%; overflow: auto; float: none!important; padding-left: 0!important; }
	.sector .col-left, .sector .col-right { float: none!important; position: static!important; padding:0!important; width: auto!important; border: none!important; margin:20px 0 0 0!important; }
}

@media only screen and (max-width: 910px)
{
	.download-left, .download-right { display: block!important; width: 100%; }
}

@media only screen and (max-width: 880px)
{
	.media-module { display: none; }
	.benchmark-nav, .benchmark-right { float: none; position: static; margin-left:0; }
}

@media only screen and (max-width: 750px)
{
    #header-bg { width: 100%; height: 45px; }
	#header { max-width: 967px; margin:0 auto; position: relative; }
	#header .solution-logo { width: 140px;  } 
	#logo-mck { display: none; }
	#header .nav { left: 0; top: 46px; width: 100%; background: #FFF; box-shadow: 0 3px 3px rgba(0,0,0,.2) ; display: none; }
	.nav li { margin:0; display: block; list-style: none; font-size: 14px; background: #FFF; }
	.nav li:not(:first-child) { border-top:1px solid #e2e2e2; }
	.nav li.hassub a { border:none; }
	.nav li.hassub ul { position: initial; background: #FFF; }
	.nav li.hassub ul li { margin:0; padding: 5px;  display: block; width:auto; z-index: 1; background: #EEE; border: none; border-top: 1px solid #e2e2e2; }
	.nav li.hassub ul li:hover { width: 100%; margin-left: 0; }
	.nav li.hassub ul li a:hover { color: #333; }
	.keyfacts-fact { margin-left:75px; padding-top:8px; }
	.keyfacts-figure { font-size: 36px; }
	#nav-toggle { display:block; } 
	.imageText { font-size: 12px!important; line-height: 12px; }
}


@media only screen and (max-width: 596px)
{
	#footer { text-align: center; padding-top: 30px; }
	#footer .nav-wrapper { display: none; }
	#footer .social-links, #footer .copyright, #footer .footer-links { display: block; float: none!important;  }
	#footer .social-links { margin-top:10px; }
	#ps-mod {font-size: 16px; }
	.diligence .table-cell { display: block; width: auto; margin-bottom: 20px; }
	.video-area { width: 100%; }
	/*.sector .row .col2 { position: static;   margin:30px 0 10px 0; padding:0; }*/
}

@media only screen and (max-width: 677px)
{
	#ps-mod {font-size: 16px; }
	#ps-mod .header .cell-wrapper, #ps-mod .cell .cell-wrapper { padding-left:16px; }
	.contact-right, .contact-left { display: block; width: 100% }
	.contact-right .wrapper{ border-left: none; padding-left: 0; }
	.aboutus-bio { padding:30px 0 0 0; }
	.aboutus-bio .copy-block { display: block; }
	.aboutus-bio img { float: none; position: static; margin-bottom: 20px;  }
}

@media only screen and (max-width: 422px)
{
	#ps-mod { display: none; }
	.ps-mod-phone {display: block; }
}

@media only screen and (max-width: 385px)
{
	.sort-container .result { width: 206px };
}



























































































































































































































































































































































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
