/* Scss Document */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

html {
  background: #ffffff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  min-width: 480px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #16385e;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

table.sig_table td {
	padding: 5px;
}
table.sig_table td img {
	width: auto;
	height: auto;
}
a {
  text-decoration: none;
  border: none;
  outline: none;
  font-family: inherit;
  color: inherit;
}
a:hover, a:active {
  /* text-decoration: underline; */
}
a:hover img, a:active img {
  opacity: 0.65;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

p a {
  text-decoration: underline;
}
p a:hover, p a:active {
  color: #0b9dd9;
}

ul, ol {
  list-style-position: inside;
  margin-bottom: 20px;
}
ul li, ol li {
  font-size: 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #16385e;
  font-weight: bold;
  max-width: 840px;
}

h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #16385e;
  font-weight: 600;
  margin-bottom: 30px;
}

h3 {
  font-size: 2em;
  line-height: 1.4em;
  color: black;
  font-weight: normal;
}

h4 {
  font-size: 1.6em;
  line-height: 1.4em;
  color: black;
  font-weight: normal;
}

h5 {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #16385e;
  font-weight: bold;
}

h6 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #16385e;
  font-weight: bold;
}

img {
  display: block;
  width: 100%;
}


hr {
	width: 100%;
	border-top: 1px solid #16385e;
	margin-bottom: 20px;
}
/******** Classes ********/
.backlink {
  position: absolute;
  left: 9%;
  top: 22px;
  color: #9ca4af;
}

.column {
  display: table-cell;
  vertical-align: top;
}

.column-display {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.table {
  display: table;
  width: 100%;
}

.snippets {
  padding-left: 60px;
  display: block;
  position: relative;
}
.snippets:before {
  content: "";
  background-image: url(/_images/newsCaseStudies.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.snippets.news:before {
  background-position: left bottom;
}
.snippets.events:before {
  background-position: center bottom;
}
.snippets.caseStudies:before {
  background-position: right bottom;
}
.snippets.none,
.snippets.news2 {
  padding-left: 0;
}
.snippets.none:before,
.snippets.news2:before {
  background-image: none;
}
.snippets.news2 {
	display: table;
}
.snippets.news2 div {
	display: table-cell;
	vertical-align: top;
}
.snippets.news2 div img {
	border-radius: 50%;
	padding: 8px;
	border: 3px solid #16385e;
	margin-right: 15px;
}
.snippets p {
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 0.9em;
}
.snippets p:first-child {
  font-size: 1em;
  padding-top: 3px;
}
.snippets p:last-child {
  padding-bottom: 4px;
}
.snippets:hover:before, .snippets:active:before {
  opacity: 0.5;
}
.snippets:hover p, .snippets:active p {
  color: rgba(22, 56, 94, 0.5);
}

.lineBelow {
  border-bottom: solid 1px #9ca4af;
  padding-bottom: 40px;
}

p.related {
	display: table;
}
p.related span {
	display: table-cell;
	vertical-align: top;
}
p.related span img {
border-radius: 50%;
padding: 8px;
border: 3px solid #16385e;
margin-right: 15px;
}
.social {
  height: 31px;
  display: inline-block;
  padding: 4.5px 0 6.5px;
  float: left;
  	/*
  .blogIcon {
  		background-image: url(/_images/blogIcon.png);
  		width: 29px;
  		height: 37px;
  		opacity: 1;
  		vertical-align: top;
  	}
  */
}
.social a {
  height: 100%;
  width: 25px;
  margin-left: 5px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  background-image: url(/_images/social.png);
}
.social .linkedinW {
  background-position: 0 0;
}
.social .facebookW {
  background-position: -25px 0;
}
.social .twitterW {
  background-position: -50px 0;
}
.social .instagramW {
  background-position: -75px 0;
}
.social .blogerW {
  background-position: -125px 0;
  width: 38px;
}
.social .rssW {
  background-position: -100px 0;
}
.social .linkedinB {
  background-position: 0 -31px;
}
.social .facebookB {
  background-position: -25px -31px;
}
.social .twitterB {
  background-position: -50px -31px;
}
.social .instagramB {
  background-position: -75px -31px;
}
.social .blogerB {
  background-position: -125px -31px;
  width: 38px;
}
.social .rssB {
  background-position: -100px -31px;
}

.button {
  display: inline-block;
  width: 200px;
  height: 44px;
  border-radius: 6px;
  color: white;
  background-color: #0b9dd9;
  text-transform: uppercase;
  font: 0.75em/44px Arial, Helvetica, sans-serif;
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
.button:hover, .button:active {
  background-color: #16385e;
}

ul.home-tools {
	display: block;
	list-style: none;
	overflow: hidden;
}
ul.home-tools li {
	float: right;
}
.home-tools .button {
  background-color: #aebac7;
  color: #16385e;
  line-height: 15px;
  padding: 3px 30px 3px 13px;
  height: auto;
  width: auto;
  text-align: left;
}

.home-tools .button:hover {
  background-color: #16385e;
  color: #ffffff;
}
.home-tools .social a {
	height: 100%;
	width: 25px;
	margin-left: 5px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	opacity: 0.35;
	background-image: url(/_images/social.png);
	background-position-y: -31px;
}
.home-tools .social a:hover {
	opacity: 1;
}
.serviceButton {
  display: block;
  background-color: #5d7e95;
  height: auto;
  border-radius: 6px;
  color: white;
  font: 1em/1.2em Arial, Helvetica, sans-serif;
  margin-bottom: 3px;
  padding: 12px 30px 12px 53px;
  position: relative;
  overflow: hidden;
  	/*
  span {
  		overflow: hidden;
  		text-overflow: ellipsis;
  		white-space: pre;
  		display: inline-block;
  		vertical-align: top;
  	}
  */
  	/*
  &:after {
  		content: "Link";
  		float: right;
  		margin-right: $space;
  		text-decoration: underline;
  		font-size: map-get($size, p);
  		position: absolute;
  		top: 0;
  		right: 0;
  	}
  */
  	/*
  &.sub {
  		padding-right: $space;
  		&:after {
  			content: "";
  		}
  	}
  */
}
.serviceButton:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  left: 15px;
  top: 10px;
}
.serviceButton:hover, .serviceButton:active, .serviceButton.select {
  background-color: #16385e;
}
.serviceButton:last-of-type {
  margin-bottom: 20px;
}

.offset {
  margin-top: 147px;
}

.profile {
  display: inline-block;
  width: 260px;
	height: 220px;
	margin-right: 15px;
	margin-bottom: 50px;
	vertical-align: top;
}

.greyBox {
background: none;
height: 165px;
width: auto;
margin-top: 50px;
position: relative;
margin-bottom: 15px;
}
.greyBox img {
	outline: none;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
}
.greyBox h5 {
  position: absolute;
  left: 0;
  bottom: 0px;
  color: #ffffff;
  font-weight: bold;
font-size: 1.15em;
line-height: 1.25em;
  background: rgba(0,0,0,.5);
  width:92%;
  padding: 3% 4%;
}
.greyBox h5 em {
display:block;
font-weight:normal;
font-style: normal;
font-size: .7em;
line-height: 1.3em;
padding-top: 5px;
}
.actionBar {
  background: -moz-linear-gradient(top, rgba(243, 243, 244, 0.9) 0%, rgba(175, 177, 179, 0.55) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(243, 243, 244, 0.9) 0%, rgba(175, 177, 179, 0.55) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(243, 243, 244, 0.9) 0%, rgba(175, 177, 179, 0.55) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(243, 243, 244, 0.9) 0%, rgba(175, 177, 179, 0.55) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(243, 243, 244, 0.9) 0%, rgba(175, 177, 179, 0.55) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90F3F3F4', endColorstr='#55.0AFB1B3',GradientType=0 );
  /* IE6-9 */
  padding: 4% 9%;
}
.actionBar .table {
  max-width: 1180px;
  margin: auto;
}
.actionBar .half {
  width: 50%;
}
.actionBar .half:first-child {
  padding-right: 4%;
}
.actionBar .half:last-child .column {
  padding: 0 8px;
}
.actionBar .half:last-child .column img {
  margin-bottom: 15px;
}
.actionBar .half:last-child .column p {
  margin-bottom: 0;
  color: rgba(81, 84, 93, 0.7);
}
.actionBar .half:last-child .column p span {
  text-decoration: underline;
}
.actionBar .half:last-child .column:last-child p {
  color: inherit;
}
.actionBar .half:last-child .column.three {
  width: 33.33%;
}
.actionBar .half:last-child .column.three:first-child {
  padding-left: 0;
  padding-right: 16px;
}
.actionBar .half:last-child .column.three:last-child {
  padding-left: 16px;
  padding-right: 0;
}
.actionBar .half:last-child .column.four {
  width: 25%;
}
.actionBar .half:last-child .column.four:first-child {
  padding-left: 4px;
  padding-right: 16px;
}
.actionBar .half:last-child .column.four:nth-child(2) {
  padding-left: 8px;
  padding-right: 12px;
}
.actionBar .half:last-child .column.four:nth-child(3) {
  padding-right: 8px;
  padding-left: 12px;
}
.actionBar .half:last-child .column.four:last-child {
  padding-left: 16px;
  padding-right: 4px;
}
.actionBar h2 {
  color: #51545d;
}
.actionBar h2 + p {
  font-size: 1em;
  font-weight: normal;
  color: #51545d;
  margin-bottom: 30px;
}

.selectGroup {
  text-align: center;
}
.selectGroup .searchField {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.selectGroup .searchField:nth-last-child(1) {
  margin-left: 4.5%;
}
.selectGroup .searchField:nth-last-child(3) {
  margin-right: 4.5%;
}

.selectCont {
  width: 100%;
  overflow: hidden;
  border: solid 1px #16385e;
  position: relative;
  background: url(/_images/selectArrow.png), -moz-linear-gradient(top, rgba(243, 243, 244, 0) 0%, rgba(175, 177, 179, 0.3) 100%);
  /* FF3.6+ */
  background: url(/_images/selectArrow.png), -webkit-linear-gradient(top, rgba(243, 243, 244, 0) 0%, rgba(175, 177, 179, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(/_images/selectArrow.png), -o-linear-gradient(top, rgba(243, 243, 244, 0) 0%, rgba(175, 177, 179, 0.3) 100%);
  /* Opera 11.10+ */
  background: url(/_images/selectArrow.png), -ms-linear-gradient(top, rgba(243, 243, 244, 0) 0%, rgba(175, 177, 179, 0.3) 100%);
  /* IE10+ */
  background: url(/_images/selectArrow.png), linear-gradient(to bottom, rgba(243, 243, 244, 0) 0%, rgba(175, 177, 179, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F3F3F4', endColorstr='#30AFB1B3',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: right top;
}
.selectCont select {
  border-radius: 0;
  font: 0.9em/38px Arial, Helvetica, sans-serif;
  color: #9ca4af;
  height: 38px;
  width: 108%;
  padding: 0 0 0 5%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.selectCont select:active, .selectCont select:focus {
  color: #0b9dd9;
}
.selectCont select option {
  height: 29px;
  padding-top: 9px;
  padding-left: 9px;
  border-top: 1px solid #0b9dd9;
}

body:not(:-moz-handler-blocked) select {
  padding-top: 9px;
}

#results {
  position: relative;
}
#results.loader {
  opacity: 0.5;
}
#results.loader:after {
  content: url(/_images/loader.gif);
  position: absolute;
  top: 5%;
  margin-left: -27px;
  left: 50%;
}

table.tableborders, 
table.tableborders th,
table.tableborders td {
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 3px;
}
/******** End Classes ********/
#outerSpace {
  width: 100%;
  min-width: 480px;
  	/*
  position: fixed;
  	top: 0;
  	left: 0;
  	overflow: scroll;
  	-webkit-overflow-scrolling: touch;
  */
}

#icons {
  position: absolute;
  right: 9%;
  top: 30px;
}
#icons a {
  width: 24px;
  height: 24px;
  background-color: #51545d;
  border-radius: 3px;
  display: inline-block;
  text-align: right;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-image: url(/_images/icons.png);
}
#icons a:hover, #icons a:active {
  background-color: rgba(81, 84, 93, 0.6);
}
#icons #fork {
  background-position: right top;
}
#icons #email {
  background-position: -48px 0px;
}
#icons #print {
  background-position: -24px 0px;
}
#icons #rss {
  background-position: 0 0;
}

.st_sharethis_custom {
  width: 24px;
  height: 24px;
  background-color: #51545d;
  border-radius: 3px;
  display: inline-block;
  text-align: right;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-image: url(/_images/icons.png);
  background-position: right top;
}
.st_sharethis_custom:hover {
  background-color: rgba(81, 84, 93, 0.6);
  cursor: pointer;
}
.st_email_custom {
  width: 24px;
  height: 24px;
  background-color: #51545d;
  border-radius: 3px;
  display: inline-block;
  text-align: right;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-image: url(/_images/icons.png);
  background-position: -48px 0px;
}
.st_email_custom:hover {
  background-color: rgba(81, 84, 93, 0.6);
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 480px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border-collapse: separate;
  z-index: 1000;
}
header nav {
  list-style: none;
  float: right;
  vertical-align: middle;
}
header nav li {
  display: inline-block;
  color: white;
}
header nav li a {
  display: block;
  cursor: pointer;
}
header #topBar {
  background-color: #0b9dd9;
  height: 40px;
  padding: 0 9%;
  overflow: hidden;
}
header #topBar nav li {
  opacity: 0.6;
  font-size: 0.9em;
  margin-left: 50px;
  line-height: 40px;
  margin-top: 0;
}
header #topBar nav li #search {
  border: solid 1px white;
  border-radius: 6px;
  width: 134px;
  height: 26px;
  font-size: 0.8em;
  line-height: 26px;
  color: white;
  padding: 0 26px 0 8px;
  vertical-align: middle;
  background: transparent;
}
header #topBar nav li input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
header #topBar nav li input:-moz-placeholder {
  color: white;
  opacity: 1;
}
header #topBar nav li input::-moz-placeholder {
  color: white;
  opacity: 1;
}
header #topBar nav li input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
header #topBar nav li #searchButton {
  width: 26px;
  height: 26px;
  margin-left: -27px;
  Margin-top:8px;
  display: inline-block;
  vertical-align: middle;
  background: url(/_images/search.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  z-index: 999;
}
header #topBar a:hover, header #topBar a:active, header #topBar li:hover, header #topBar li:active {
  opacity: 0.9;
}
header .logoBar {
  background-color: #16385e;
  padding: 0 9%;
  border-bottom: solid 2px #ce9246;
  position: relative;
}
header .logoBar #closeOpenNav {
  display: none;
  width: 36px;
  height: 27px;
  position: absolute;
  margin-top: -13px;
  top: 50%;
  right: 9%;
  cursor: pointer;
}
header .logoBar #closeOpenNav:hover, header .logoBar #closeOpenNav:active {
  background-color: rgba(22, 56, 94, 0.5);
}
header .logoBar #logo {
  height: 90px;
  width: 250px;
  margin: 8px 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/_images/logoC.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  z-index: 1;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
header .logoBar #logo a {
  height: 100%;
  width: 100%;
  display: block;
}
header .logoBar nav {
  margin-top: -13px;
  position: absolute;
  top: 50%;
  right: 9%;
}
header .logoBar nav > ul > li {
  margin-left: 10px;
  font-weight: 500;
  line-height: 26px;
  font-size: 1em;
  position: relative;
  right: -15px;
}
header .logoBar nav > ul > li a {
  padding: 0 15px;
  position: relative;
  z-index: 1005;
}
header .logoBar nav > ul > li a.select:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  border-radius: 6px;
  background-color: #0b9dd9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
header .logoBar nav > ul > li a:hover, header .logoBar nav > ul > li a:active {
  color: rgba(255, 255, 255, 0.5);
}
header .logoBar nav > ul > li ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  margin-bottom: 0;
  background-color: #0b9dd9;
  border-radius: 6px;
  border-top-left-radius: 0;
}
header .logoBar nav > ul > li ul li {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 40px;
  border-bottom: solid 1px #16385e;
}
header .logoBar nav > ul > li ul li:last-child {
  border-bottom: none;
}
header .logoBar nav > ul > li ul li.select {
  background-color: #16385e;
}
header .logoBar nav > ul > li ul li.select:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
header .logoBar nav > ul > li ul#what_we_do {
  width: 416px;
}
header .logoBar nav > ul > li ul#rep_clients {
  width: 200px;
}
header .logoBar nav > ul > li ul#offices {
  width: 160px;
}
header .logoBar nav > ul > li.drop > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #0b9dd9;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
header .logoBar nav > ul > li.drop > a:hover, header .logoBar nav > ul > li.drop > a:active {
  color: inherit;
}

#main {
  background: -moz-linear-gradient(top, rgba(175, 177, 179, 0.2) 0%, rgba(243, 243, 244, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(175, 177, 179, 0.2) 0%, rgba(243, 243, 244, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(175, 177, 179, 0.2) 0%, rgba(243, 243, 244, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(175, 177, 179, 0.2) 0%, rgba(243, 243, 244, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(175, 177, 179, 0.2) 0%, rgba(243, 243, 244, 0.15) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20AFB1B3', endColorstr='#15F3F3F4',GradientType=0 );
  /* IE6-9 */
  position: relative;
}
#main .content {
  padding: 60px 9% 120px;
  margin: auto;
  max-width: 1180px;
  position: relative;
}
#main .content h1 {
  border-bottom: solid 1px #9ca4af;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#main .content section {
  margin-bottom: 40px;
}
#main .content section + section {
  margin-bottom: 0;
}
#main .content .full {
  width: auto;
}
#main .content .full .snippets {
  margin-bottom: 30px;
}
#main .content .full .snippets span {
  text-decoration: underline;
}
#main .content .fifty {
  width: 50%;
}
#main .content .fifty.left {
  padding-right: 70px;
}
#main .content .fifty.right {
  padding-left: 10px;
}
#main .content .forty {
  width: 34%;
}
#main .content .sixty {
  width: 66%;
  padding-left: 70px;
}
#main .content .seventy {
  width: 73%;
  padding-right: 70px;
}
#main .content .seventy .snippets {
  margin-bottom: 30px;
}
#main .content .seventy .snippets span {
  text-decoration: underline;
}
#main .content .seventy ul li a {
  text-decoration: underline;
}
#main .content .twenty {
  width: 27%;
  padding-left: 10px;
}
#main .content .twenty article ul {
  list-style: none;
}
#main .content .twenty article ul li {
  color: #5d7e95;
  font-size: 1em;
  line-height: 1.5em;
}
#main .content .twenty article.line {
  padding-left: 22px;
}
#main .content .twenty article.line:before {
  height: 58px;
  background-color: #9ca4af;
}
#main .content .twenty article.line:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(top, #afb1b3 0%, rgba(243, 243, 244, 0) 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #afb1b3 0%, rgba(243, 243, 244, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #afb1b3 0%, rgba(243, 243, 244, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #afb1b3 0%, rgba(243, 243, 244, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #afb1b3 0%, rgba(243, 243, 244, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAFB1B3', endColorstr='#0F3F3F4',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 6px;
  left: 0;
}
#main .content .twenty article .snippets.news:before, #main .content .twenty article .snippets.events:before, #main .content .twenty article .snippets.caseStudies:before {
  opacity: 0.5;
  top: 14px;
}
#main .content .twenty article .snippets p {
  color: rgba(22, 56, 94, 0.5);
}
#main .content .twenty article .snippets p:first-child {
  padding-top: 15px;
}
#main .content .twenty article .snippets p:last-child {
  padding-bottom: 15px;
}
#main .content .twenty article .snippets:nth-child(2n+2) p {
  background-color: rgba(156, 164, 175, 0.07);
}
#main .content .twenty article .snippets:hover:before, #main .content .twenty article .snippets:active:before {
  opacity: 0.8;
}
#main .content .twenty article .snippets:hover p, #main .content .twenty article .snippets:active p {
  color: rgba(22, 56, 94, 0.8);
}
#main .content .twenty article .social a {
  opacity: 1;
}
#main .content .twenty article .social a:hover, #main .content .twenty article .social a:active {
  opacity: 0.5;
}
#main .content .seventy article ul,
#main .content .seventy article ol {
	list-style-position: outside;
	margin-left: 30px;
}
#main .content .seventy article ul li,
#main .content .seventy article ol li {
	
}
#main .content article.line {
  position: relative;
  padding-left: 44px;
}
#main .content article.line:before {
  content: "";
  width: 5px;
  height: 76px;
  display: block;
  background-color: #16385e;
  position: absolute;
  top: 6px;
  left: 0;
}
#main .content article + article {
  margin-top: 60px;
}
#main .content article p + h2, #main .content article ul + h2, #main .content article ol + h2 {
  margin-top: 40px;
}
#main .content #backToTop {
  width: 44px;
  height: 44px;
  background: url(/_images/backToTop.png) no-repeat center top;
  position: absolute;
  right: 9%;
  bottom: 40px;
}
#main .content #backToTop:hover, #main .content #backToTopactive {
  background-position: center bottom;
}
#main .content #pagination {
  position: absolute;
  bottom: 40px;
  left: 9%;
  padding-left: 60px;
}
#main .content #pagination a {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #9ca4af;
  color: #9ca4af;
  line-height: 42px;
  text-align: center;
  margin-right: 6px;
  display: inline-block;
}
#main .content #pagination a.current {
  border-color: #16385e;
  color: #16385e;
}
#main .content #pagination a:hover, #main .content #pagination aactive {
  border-color: #16385e;
  color: #16385e;
}
#main .content #paginationCount {
  position: absolute;
  bottom: 30px;
  right: 9%;
  padding-right: 100px;
}

#main .content input, input.emailinput {
  border: solid 1px #16385e;
  border-radius: 6px;
  width: 134px;
  height: 26px;
  font-size: 0.8em;
  line-height: 26px;
  padding: 0 26px 0 8px;
  vertical-align: middle;
  background: transparent;
}

input.emailinput {
  width: 180px;
  height: 44px;
  font-size: 0.8em;
  line-height: 44px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  background: transparent;
}

footer {
  background-color: #16385e;
  padding: 0 9%;
}
footer .logoBar {
  border-bottom: solid 1px white;
  height: 90px;
  padding: 40px 0;
  opacity: 0.6;
}
footer .logoBar:after {
	content: "";
	display: block;
	height: 90px;
	background: url(/_images/logoC.png) no-repeat left center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
footer #footerCont {
	padding: 60px 0;
  display: table;
  width: 100%;
}
footer #footerCont * {
  color: white;
}
footer #footerCont ul {
  list-style: none;
}
footer #footerCont .button {
  background-color: white;
  color: #16385e;
  line-height: 16px;
  padding: 6px 12px;
  height: auto;
  width: auto;
}
footer #footerCont .button:hover, footer #footerCont .button:active {
  background-color: white;
}
footer #footerCont .column {
  width: 25%;
  padding-right: 30px;
}
footer #footerCont .column h2 {
  opacity: 0.6;
}
footer #footerCont .column .snippets {
  margin-bottom: 20px;
}
footer #footerCont .column .snippets.news:before {
  background-position: left top;
}
footer #footerCont .column .snippets.events:before {
  background-position: center top;
}
footer #footerCont .column .snippets.caseStudies:before {
  background-position: right top;
}
footer #footerCont .column .snippets:hover:before, footer #footerCont .column .snippets:active:before {
  opacity: 1;
}
footer #footerCont .column a {
  opacity: 0.6;
}
footer #footerCont .column:first-child h6 {
padding-bottom: 0px;
margin-bottom: 10px;
border-bottom: 0;
opacity: 0.6;
}
footer #footerCont .column p {
	font-size: 1.2em;
	line-height: 1.7em;	
	opacity: 0.6;
}

footer #footerCont .button {
	display: block;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.3em;
	padding: 6px 12px;
	height: auto;
	width: auto;
}
footer #footerCont .column:nth-child(3) {
	padding-right: 30px;	
}
footer #footerCont .column:last-child ul li {
  font-size: 1em;
  line-height: 1.9em;
}
footer #footerCont .column:last-child ul .social {
  margin-left: -5px;
  display: block;
}
footer #footerCont .column:last-child ul:nth-child(2) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
footer a:hover, footer a:active {
  opacity: 0.8 !important;
}

#copywrite {
  padding: 12px 9% 0;
  background-color: #f2f2f2;
  width: 82%;
}
#copywrite div {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 12px;
}
#copywrite div p {
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 0;
}
#copywrite div p a {
  text-decoration: none;
  white-space: nowrap;
}
#copywrite div:first-child {
  width: 30%;
  			/*
  p {
  				a {
  					margin: 0 ($copySpace / 2);
  				}
  				&:first-child {
  					float: left;
  					margin-right: $copySpace;
  				}
  				&:last-child {
  					float: right;
  					margin-left: $copySpace;
  				}
  			}
  */
}
#copywrite div:last-child {
  width: 69%;
  text-align: right;
}
#copywrite div:last-child a {
  margin-left: 16px;
}

@media (max-width: 1350px) {
  header .logoBar nav > ul > li:nth-child(2) {
    display: none;
  }

  #copywrite div {
    display: block !important;
    width: auto !important;
    text-align: center !important;
    			/*
    p {
    				float: none !important;
    				display: inline-block;
    				a {
    					margin: 0 ($copySpace / 2) !important;
    				}
    			}
    */
  }
}
@media (min-width: 1240px) {
  header .logoBar nav > ul {
    display: block !important;
  }
}
@media (max-width: 1240px) {
  header .logoBar #closeOpenNav {
    display: block;
  }
  header .logoBar nav {
    height: 5px;
    width: 36px;
    padding: 11px 0;
    background-color: white;
    cursor: pointer;
  }
  header .logoBar nav:before {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #16385e;
  }
  header .logoBar nav:after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #16385e;
  }
  header .logoBar nav:hover, header .logoBar nav:active {
    background-color: rgba(255, 255, 255, 0.5);
  }
  header .logoBar nav > ul {
    display: none;
    position: absolute;
    right: 0;
    top: 67px;
    width: 524px;
    background-color: #16385e;
  }
  header .logoBar nav > ul.open {
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  }
  header .logoBar nav > ul #navMask {
    position: absolute;
    width: 544px;
    height: 34px;
    background-color: #16385e;
    top: -34px;
    left: -10px;
    display: block;
  }
  header .logoBar nav > ul > li {
    display: block;
    margin: 0 auto;
    line-height: 75px;
    text-align: center;
    right: 0;
		font-size: 2.2em;
  }
  header .logoBar nav > ul > li:nth-child(2) {
    display: block;
  }
  header .logoBar nav > ul > li:nth-child(1n+3) {
    border-top: solid 1px #0b9dd9;
  }
  header .logoBar nav > ul > li a {
    padding: 0;
  }
  header .logoBar nav > ul > li a.select:after {
    display: block;
    height: 100%;
    border-radius: 0;
  }
  header .logoBar nav > ul > li ul {
    position: static;
    border-radius: 0;
  }
  header .logoBar nav > ul > li ul li {
    line-height: 1.2em;
    padding: 3px 20px;
  }
  header .logoBar nav > ul > li ul li:last-child {
    border-bottom: solid 1px #16385e;
  }
  header .logoBar nav > ul > li ul li.select:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: solid 1px #0b9dd9;
  }
  header .logoBar nav > ul > li ul#what_we_do, header .logoBar nav > ul > li ul#rep_clients, header .logoBar nav > ul > li ul#offices {
    width: auto;
  }
  header .logoBar nav > ul > li.drop > a:after {
    display: none;
  }
  header .logoBar nav > ul > li.drop > a.select:after {
    display: block;
    top: 0;
  }
  header .logoBar nav > ul > li.drop + li {
    border-top: 0;
  }
  header .logoBar nav > ul li:last-child ul li:last-child {
    border-bottom: none;
  }

  #main .content .seventy, #main .content .twenty {
    display: block;
    width: auto;
    padding: 0 !important;
  }
  #main .content .full .searchField {
    width: 40%;
    margin: 0 2% 40px;
  }

  .actionBar .table .half {
    display: block;
    width: auto;
    text-align: center;
  }
  .actionBar .table .half:first-child {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .actionBar .table .half:first-child .button {
    margin-right: 0;
  }
  .actionBar .table .half:last-child .column {
    display: inline-block;
  }
  .actionBar .table .half:last-child .column.four {
    width: 20%;
  }
  .actionBar .table .half:last-child .column.three {
    width: 29%;
  }

  footer #footerCont .column:first-child {
    width: 40%;
  }
  footer #footerCont .column:nth-child(2) {
    display: none;
  }
  footer #footerCont .column:nth-child(3) {
		width: 40%;
	}
	
	footer #footerCont .column:last-child {
		width: 20%;
    padding-left: 4%;
    padding-right: 0;
  }
  footer #footerCont .column:last-child ul:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 860px) {
  header #topBar nav li {
    margin-left: 12px;
  }

	#main .content {
	  padding: 60px 4% 120px;
	  position: relative;
	}
  #main .content .fifty {
    display: block;
    width: auto;
    padding: 0 !important;
  }
	#main .content .twenty {
	  width: 90%;
	  padding-left: 0px;
	}
  #main .content .full .searchField {
    width: 90%;
  }
  #main .content #paginationCount {
    bottom: 75px;
    right: auto;
    left: 9%;
    padding-left: 60px;
  }
	.actionBar {
	  padding: 4% 5%;
	}

footer #footerCont .button {
	font-size: .8em;
	text-align: left;
	line-height: 1em;
}
footer #footerCont .column:nth-child(3) {
	padding-right: 0px;	
}
  footer #footerCont .column:last-child ul:nth-child(2) {
    float: none;
  }
  footer #footerCont .column:last-child ul:nth-child(3) {
    float: none;
  }
}


@media (max-width: 480px) {
  header #topBar nav li {
    margin-left: 12px;
  }

	#main .content {
	  padding: 60px 4% 120px;
	  position: relative;
	}
	#main .content .twenty {
	  width: 90%;
	  padding-left: 0px;
	}
  #main .content .fifty {
    display: block;
    width: auto;
    padding: 0 !important;
  }
  #main .content .full .searchField {
    width: 90%;
  }
  #main .content #paginationCount {
    bottom: 75px;
    right: auto;
    left: 5%;
    padding-left: 60px;
  }

	.actionBar {
	  padding: 4% 4%;
	}
 
  footer #footerCont .column:last-child ul:nth-child(2) {
    float: none;
  }
  footer #footerCont .column:last-child ul:nth-child(3) {
    float: none;
  }
}


