﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15; /* 1 */;
	-ms-text-size-adjust: 100%; /* 2 */;
	-webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
	/* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */;
	height: 0; /* 1 */;
	overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */;
	font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent; /* 1 */;
	-webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
/* 1 */text-decoration: underline; /* 2 */;
	text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
	font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */;
	font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
	display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: sans-serif; /* 1 */;
	font-size: 100%; /* 1 */;
	line-height: 1.15; /* 1 */;
	margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */;
	color: inherit; /* 2 */;
	display: table; /* 1 */;
	max-width: 100%; /* 1 */;
	padding: 0;
/* 3 */white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block; /* 1 */;
	vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box; /* 1 */;
	padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */;
	outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */;
	font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
	display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.5;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
  /* 1 */
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
	content: " "; /* 1 */;
	display: table;
  /* 2 */
}
.clearfix:after {
	clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre {
	white-space: pre-wrap !important;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
@font-face {
  font-family: 'TheSans';
  src: url("../fonts/TheSansB_300_.eot");
  src: url("../fonts/TheSansB_300_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_300_.woff") format("woff"), url("../fonts/TheSansB_300_.svg#TheSansB_300_") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans-Italic';
  src: url("../fonts/TheSansB_300i.eot");
  src: url("../fonts/TheSansB_300i.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_300i.woff") format("woff"), url("../fonts/TheSansB_300i.svg#TheSansB_300_") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans-Bold';
  src: url("../fonts/TheSansB_600_.eot");
  src: url("../fonts/TheSansB_600_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_600_.woff") format("woff"), url("../fonts/TheSansB_600_.svg#TheSansB_600_") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TheSans-Bold-Italic';
  src: url("../fonts/TheSansB_600i.eot");
  src: url("../fonts/TheSansB_600i.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_600i.woff") format("woff"), url("../fonts/TheSansB_600_.svg#TheSansB_600i") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
	font-size: 12pt;
}
body {
	font-family: "TheSans", Verdana, sans-serif;
	text-rendering: optimizeLegibility;
	background-color: #FFFFFF;
	color: #000;
	font-size: 1rem;
}
em, i, .italic {
	font-family: "TheSans-Italic", Verdana, sans-serif;
}
strong, b, .bold {
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
em strong, strong em, em b, b em, i strong, strong i, i b, b i {
	font-family: "TheSans-Bold-Italic", Verdana, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "TheSans-Bold", Verdana, sans-serif;
	font-weight: normal;
}
img {
	max-width: 100%;
}
a {
	color: #0074BF;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1rem 0;
}
h1 {
	color: #0074BF;
	font-family: "TheSans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 46pt;
	line-height: 1.1;
	margin: 0 0 1rem 0;
}
h2 {
	color: #0074BF;
	text-transform: uppercase;
	font-size: 18pt;
	margin: 1rem 0;
	line-height: 26px;
}
h2 em {
	font-family: "TheSans-Bold-Italic", Verdana, sans-serif;
	font-style: normal;
}
h3 {
	color: #51626F;
	font-family: "TheSans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	margin: 0 0 0.3rem 0;
}

.overridecolorblue {
	color: #0074BF;
	}
}

.highlight {
	font-size: 15pt;
	color: #51626F;
	margin: 1rem 0;
}
.highlight em {
	font-family: "TheSans-Italic", Verdana, sans-serif;
	font-style: normal;
}
.highlight-heading {
	font-family: "TheSans-Italic", Verdana, sans-serif;
	color: #51626F;
	font-size: 16pt;
}
.highlight-heading span {
	color: #0074BF;
	font-family: "TheSans", Verdana, sans-serif;
}
.highlight-alt {
	font-family: "TheSans-Italic", Verdana, sans-serif;
	color: #51626F;
	font-size: 16pt;
	margin: 0;
	position: relative;
	top: -40px;
}
.highlight-alt span {
	color: #0074BF;
	font-family: "TheSans", Verdana, sans-serif;
}
.caption {
	display: block;
	margin: 1rem 0 0 0;
	color: #51626F;
	font-size: 8pt;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.learn-more {
	font-size: 12pt;
	display: block;
	text-align: right;
	margin: 0;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.button {
	display: inline-block;
	color: #fff;
	background: #0074BF;
	border-radius: 1rem;
	padding: 0.2rem 1.5rem 0.2rem 1.3rem;
	font-size: 10pt;
}
.button:hover {
	text-decoration: none;
	background: #005992;
}
.button::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 6px;
	left: 0;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
	top: 4px;
	vertical-align: top;
	width: 6px;
	margin-right: 7px;
}
.download {
	text-align: right;
}
.play-video {
	height: 332px;
	display: block;
}
.wrapper {
	max-width: 1366px;
	padding: 0 40px 0px 40px;
	box-sizing: border-box;
	margin: 0 auto;
}
.header {
	height: 120px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.site-logo {
	margin: 0;
	position: relative;
	top: -6px;
}
.site-nav {
	margin: 0 0rem 0 2.5rem;
}
.site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
}
.site-nav ul li {
	margin: 0 1.9rem;
}
.site-nav ul li a {
	color: #B9C0C5;
	font-size: 14pt;
}
.site-nav ul li a:hover {
	text-decoration: none;
	color: #4c4c4c;
}
.site-search input {
	border: 1px solid #B9C0C5;
	padding: 0.25rem 20px 0.25rem 30px;
	background: url(/assets/img/Search.png) no-repeat 5px center;
	font-size: 0.9rem;
	width: 300px;
	box-sizing: border-box;
}
.site-search ::-webkit-input-placeholder {
	color: #B9C0C5;
}
.site-search :-ms-input-placeholder {
	color: #B9C0C5;
}
.site-search ::placeholder {
	color: #B9C0C5;
}
.primary-nav {
	border-top: 1px solid #B9C0C5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.primary-nav ul {
	width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.primary-nav ul li a {
	display: block;
	font-size: 11pt;
	color: #B9C0C5;
	text-transform: uppercase;
	padding: 1rem 0;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.primary-nav ul li a:hover {
	text-decoration: none;
	color: #0074BF;
}
.primary-nav ul li a::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 5px;
	left: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 7px;
	vertical-align: top;
	width: 5px;
	margin-right: 7px;
}
.primary-nav ul li.active a {
	color: #0074BF;
}
.footer {
	border-top: 1px solid #b9c0c5;
	padding: 2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.footer .footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
}
.footer .footer-links li {
	margin: 0 2rem 0 0;
	padding: 0;
}
.content {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 0;
}
.hero {
	position: relative;
	left: -20px;
	top: -20px;
	width: 347px;
	min-width: 347px;
	background: url(/datadrivenbusiness/assets/img/Hero-Image.png) no-repeat 0px top #fff;
	padding: 500px 10px 0 40px;
	box-sizing: border-box;
	zborder:thin solid blue;
}
.hero .quote {
	font-family: "TheSans-Italic", Verdana, sans-serif;
	font-size: 20pt;
	color: #B9C0C5;
	line-height: 1.2;
}
.hero .quote .caption {
	font-size: 11pt;
}
.main {
	width: 100%;
	margin: 0px 50px 0 0;
	background: #fff;
}
.main .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.main .columns .column {
	width: 46%;
	background: #fff;
}
.main .showcase {
	margin: 0 0 40px 0;
}
.main .showcase h2 {
	font-family: "TheSans-Bold", Verdana, sans-serif;
	font-weight: normal;
	color: #B9C0C5;
	text-transform: uppercase;
	font-size: 13pt;
	position: relative;
	padding-left: 30px;
	line-height: 1.1;
}
.main .showcase h2 img {
	position: absolute;
	top: 2px;
	left: 0;
}
.main .showcase ul {
	padding-left: 20px;
}
.quick-links {
	box-sizing: border-box;
	width: 300px;
	min-width: 300px;
}
.quick-links .report {
	text-align: right;
}
.contacts {
	margin: 0px 0 40px 0;
}
.contacts h2 {
	font-family: "TheSans-Bold", Verdana, sans-serif;
	font-weight: normal;
	color: #0074BF;
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 1.1;
	margin: 0;
}
.contacts .contacts-list {
	list-style: none;
	padding: 0;
}
.contacts .contacts-list li {
	margin: 2rem 0;
	min-height: 100px;
	padding: 0 0 0 100px;
	position: relative;
}
.contacts .contacts-list li p {
	margin: 0;
	line-height: 1.3;
	font-size: 12pt;
}
.contacts .contacts-list li .name, .contacts .contacts-list li .role, .contacts .contacts-list li .phone span {
	color: #0074BF;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.contacts .contacts-list li .email a {
	text-decoration: none;
	word-break: break-word;
	font-size: .85rem;
	color: #51626F;
}
.contacts .contacts-list li .photo {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
.contacts .contacts-list li .photo img {
	display: block;
	width: 100%;
}
.contacts-carousel-container {
	max-width: 583px;
	width: 583px;
	position: relative;
}
.contacts-carousel {
	margin: 2rem 0 4rem 0;
}
.contacts-carousel .slick-slide {
	padding: 0 1rem 0 0;
	box-sizing: border-box;
}
.contacts-carousel .slick-slide p {
	margin: 0;
	line-height: 1.3;
	font-size: 12pt;
}
.contacts-carousel .slick-slide .name {
	color: #0074BF;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.contacts-carousel .slick-slide .role {
	color: #0074BF;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.contacts-carousel .slick-slide .phone span {
	color: #0074BF;
	font-family: "TheSans-Bold", Verdana, sans-serif;
}
.contacts-carousel .slick-slide .email {
	font-size: 0.75rem;
}
.contacts-carousel .slick-slide .email a {
	text-decoration: none;
	word-break: break-word;
	color: #51626F;
}
.contacts-carousel .slick-slide .photo {
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: 0 0 0.5rem 0;
}
.contacts-carousel .slick-slide .photo img {
	display: block;
	width: 100%;
}

.casestudy-left{
	float:left;
	width:48%;
	padding:0 1% 3% 0;
	min-height:200px;
	zborder:thin solid blue;
}
.casestudy-right{
	float:right;
	width:49%;
	zborder:thin solid red;
}
.case-study-links {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
	zdisplay: -ms-flexbox;
	zdisplay: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.case-study-links li {
	display:block;
	width: 100%;
	margin: 0 0 10% 0;
}
.case-study-links li a {
	position: relative;
	display: block;
}
.case-study-links li a img {
	display: block;
}
.case-study-links li a span {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 10px;
	width: 40%;
	box-sizing: border-box;
	color: #FFF;
	text-transform: uppercase;
	font-family: "TheSans-Bold", Verdana, sans-serif;
	zborder:thin solid white;
}
.data-health-check {
}
.what-we-think-links {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.what-we-think-links li {
	width: 49%;
	margin: 0;
}
.what-we-think-links li a {
	display: block;
}
.what-we-think-links li a img {
	float: left;
	margin: 0 10px 5px 0;
}
.what-we-think-links li a h3 {
	font-size: 15pt;
	color: #51626F;
	margin: 0;
	line-height: 1.2;
}
.what-we-think-links li a .desc {
	margin: 0;
	padding: 1rem 0;
	clear: both;
	color: #000;
}
.what-we-think-links li a:hover {
	text-decoration: none;
}
.what-we-think-links li a:hover h3 {
	text-decoration: underline;
}
.accordion .toggle {
	border-top: 1px solid #fff;
	background: url(/propellingcitygrowth/assets/img/Expand.png) no-repeat 25px center #CBD0D4;
	transition: all 0.2s linear;
	padding: 35px 35px 35px 60px;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
}
.accordion .toggle h3 {
	font-family: "TheSans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	color: #fff;
	margin: 0;
}
.accordion .toggle .subheading {
	margin: 5px 0 0 0;
	font-family: "TheSans-Italic", Verdana, sans-serif;
	font-size: 11pt;
}
.accordion .toggle:hover {
	background-color: #A8B0B7;
}
.accordion .toggle.toggle-open {
	background-image: url(/propellingcitygrowth/assets/img/close.png);
	background-color: #A8B0B7;
}
.accordion .panel {
	background: #F8F9F9;
	padding: 35px 60px;
	display: none;
}
.accordion .panel h4 {
	font-size: 11pt;
	color: #0074BF;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.accordion .panel .quote {
	position: relative;
	padding: 0 15px 0 30px;
	font-size: 16pt;
	color: #51626F;
}
.accordion .panel .quote:before, .accordion .panel .quote:after {
	content: " ";
	width: 15px;
	height: 30px;
	background: url(/assets/img/CloseQuote.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
}
.accordion .panel .quote:after {
	background-image: url(/assets/img/OpenQuote.png);
	bottom: 0;
	right: 0;
	top: auto;
	left: auto;
}
.accordion .panel .further {
	font-size: 11pt;
}
@media (max-width: 1175px) {
.hero {
	display: none;
}
.site-nav {
	margin: 0;
}
.site-nav ul li {
	margin: 0 1rem;
}
}
@media (max-width: 1024px) {
.header {
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 0;
}
.site-logo {
	top: 0;
}
.content {
	-ms-flex-direction: column;
	flex-direction: column;
}
.quick-links {
	width: auto;
}
.highlight-alt {
	top: -20px;
}
.quick-links .report {
	text-align: center;
}
.download {
	text-align: center;
}
.contacts-carousel-container {
	max-width: none;
	width: auto;
	position: relative;
	left: 0.5rem;
}
}
@media (max-width: 991px) {
.footer {
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer .footer-links {
	margin: 0 0 1rem 0;
}
.footer .footer-links li {
	margin: 0 1rem;
}
}
@media (max-width: 575px) {
.site-nav ul li {
	margin: 0 0.2rem;
}
.site-nav ul li a {
	font-size: 12pt;
}
.accordion .toggle {
	padding: 15px 15px 15px 40px;
	background-position: 10px center;
}
.accordion .panel {
	padding: 35px 40px;
	word-break: break-word;
}
.accordion .panel .quote {
	font-size: 14pt;
}
.casestudy-left{
	text-align:center;
	width:100%;
	display:block;
}
.casestudy-right{
	text-align:center;
	width:100%;
	display:block;
}

.casestudy-left h2, .casestudy-right h2{
	text-align:left;
}

.case-study-links {
	-ms-flex-direction: column;
	flex-direction: column;
}
.case-study-links li {
	width: auto;
	margin: 1rem 0;
	text-align: center;
}
.what-we-think-links {
	-ms-flex-direction: column;
	flex-direction: column;
}
.what-we-think-links li {
	width: auto;
	margin: 1rem 0;
}
.what-we-think-links li h3 {
	padding-top: 1rem;
}
.play-video {
	height: auto;
}
.case-study-links li a img {
	width: 100%;
}
.case-study-links li a span {
	font-size: 18pt;
}
}
