@charset "UTF-8";
/*
 *
 * Theme.scss should generate a theme.css file in the main theme directory.
 * Styles.css will contain no actual styles.
 *
 * HOWEVER, if after site develpment has completed, styles need to be added quickly 
 * without SASS, then should then be added to style.css, and only there.
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.2.0 | 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.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * 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;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * 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,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            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,
  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; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.slick-lightbox.slick-hide {
  opacity: 0; }

.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  margin-top: 10px;
  color: #fff; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* Base Colors */
/* Default Fonts */
body {
  -webkit-font-smoothing: antialiased;
  color: #039;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 2;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

p {
  font-size: 16px;
  line-height: 1.75;
  margin: 1em 0; }

a {
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }
  a:active, a:focus {
    color: #c2e7ff;
    outline: none; }

img,
picture {
  margin: 0;
  max-width: 100%; }

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

main {
  display: block;
  /* IE! */
  margin: 0 auto 24px auto;
  padding-bottom: 24px;
  max-width: 75em;
  border-bottom: 1px solid #727272; }
  @media screen and (min-width: 52.5em) {
    main {
      padding-bottom: 72px; } }

body {
  margin: 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 48em) {
    body {
      padding: 0px 20px 20px 20px; } }

nav ul, nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* CSS Tables */
.table {
  display: table; }

.tr {
  display: table-row; }

.td {
  display: table-cell; }

.ir {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* Adjust some Boilerplate stuff */
hr {
  border-top: 1px solid #727272; }

a {
  -webkit-transition: color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out; }

a, a:hover, a:active, a:visited {
  text-decoration: none; }

header {
  /* Header / .upper
	--------------------- */
  position: relative;
  /* Header / .lower
	--------------------- */ }
  header div.inner-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 0; }
  header div.logo-wrapper {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 77.5em) {
      header div.logo-wrapper {
        float: left;
        width: 20%; } }
    header div.logo-wrapper span.logo {
      width: 204px;
      height: auto;
      float: left;
      display: inline-block;
      text-align: left;
      margin: 18px; }
      @media screen and (min-width: 77.5em) {
        header div.logo-wrapper span.logo {
          margin: 24px 12px 13.2px 10.8px; } }

/* Mobile Nav
--------------------- */
.navigation-menu {
  top: 24px;
  right: 12px;
  position: absolute;
  padding-left: 1.25em;
  text-indent: -9999;
  display: block;
  height: 27px;
  width: 34px;
  cursor: pointer;
  font-size: 18px; }
  .navigation-menu:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0.25em;
    width: 18px;
    height: 0.15em;
    background: #004c7e;
    -webkit-box-shadow: 0 0.4em 0 0 #004c7e, 0 0.8em 0 0 #004c7e;
            box-shadow: 0 0.4em 0 0 #004c7e, 0 0.8em 0 0 #004c7e; }
  @media screen and (min-width: 60em) {
    .navigation-menu {
      display: none !important; } }

/* Main Nav
--------------------- */
.nav-wrapper {
  display: none;
  text-align: left;
  font-size: 24px; }
  @media screen and (min-width: 60em) {
    .nav-wrapper {
      display: inline-block !important;
      /* Override jQuery */
      font-size: 16px;
      text-align: center;
      width: 100%; } }
  @media screen and (min-width: 77.5em) {
    .nav-wrapper {
      float: right;
      text-align: right;
      width: 80%; } }

nav.mainnav {
  font-family: "Karla", sans-serif;
  background-color: #004c7e;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 60em) {
    nav.mainnav {
      display: inline-block !important;
      background-color: white;
      text-align: center;
      position: relative; } }
  nav.mainnav #menu-top-nav > li.menu-item {
    position: relative; }
    @media screen and (min-width: 60em) {
      nav.mainnav #menu-top-nav > li.menu-item:hover {
        background: #f3f3f3; }
        nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu {
          position: absolute;
          background: #f3f3f3;
          z-index: 999999;
          -webkit-box-shadow: 5px 5px 1px #000;
                  box-shadow: 5px 5px 1px #000;
          min-width: 220px; }
          nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item {
            display: block;
            width: 100%;
            border-bottom: 1px solid #a4a4a4; }
            nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item a {
              display: block;
              font-weight: 400;
              text-align: left;
              color: #333333; }
            nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item a i {
              font-weight: 400;
              display: block;
              white-space: nowrap; }
            nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item:hover {
              background-color: #ccc; }
          nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item:last-child {
            border-bottom: none; }
            nav.mainnav #menu-top-nav > li.menu-item:hover ul.sub-menu li.menu-item:last-child a {
              padding-right: 20px; } }
  nav.mainnav ul {
    list-style-type: none; }
    nav.mainnav ul a {
      font-weight: 600;
      display: block;
      width: 100%;
      padding: 8.4px 24px;
      margin: 0;
      text-decoration: none;
      text-align: left;
      border-bottom: 1px solid #fff; }
      nav.mainnav ul a i {
        font-style: normal;
        color: #fff; }
        @media screen and (min-width: 60em) {
          nav.mainnav ul a i {
            color: #333;
            -webkit-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out; } }
      @media screen and (min-width: 60em) {
        nav.mainnav ul a {
          padding: 14.4px 18px;
          color: #fff;
          text-align: center;
          border: none; } }
      @media screen and (min-width: 77.5em) {
        nav.mainnav ul a {
          padding: 28.8px 15.6px 28.8px 15.6px; } }
    @media screen and (min-width: 60em) {
      nav.mainnav ul a:hover i {
        color: #a5a5a5; } }
    nav.mainnav ul li.menu-item-662 a i,
    nav.mainnav ul li.menu-item-262 a i {
      color: #a5a5a5; }
    nav.mainnav ul li.menu-item-662 a:hover i,
    nav.mainnav ul li.menu-item-262 a:hover i {
      color: #000; }
    @media screen and (min-width: 48em) {
      nav.mainnav ul ul.sub-menu {
        border-bottom: 1px solid #fff; } }
    @media screen and (min-width: 60em) {
      nav.mainnav ul ul.sub-menu {
        border-bottom: none; } }
    nav.mainnav ul ul.sub-menu li a i {
      font-size: 0.8em;
      padding-left: 24px; }
    @media screen and (min-width: 48em) {
      nav.mainnav ul ul.sub-menu li {
        display: inline-block; }
        nav.mainnav ul ul.sub-menu li a {
          border: none;
          padding-left: 24px;
          padding-right: 24px;
          border-left: 1px solid #fff; }
          nav.mainnav ul ul.sub-menu li a i {
            padding: 0; }
        nav.mainnav ul ul.sub-menu li:first-child a {
          border: none; }
          nav.mainnav ul ul.sub-menu li:first-child a i {
            padding-left: 24px; } }
    @media screen and (min-width: 60em) {
      nav.mainnav ul ul.sub-menu li {
        display: none; }
        nav.mainnav ul ul.sub-menu li a i {
          font-size: 16px;
          padding-left: 0 !important; } }
  @media screen and (min-width: 60em) {
    nav.mainnav ul li {
      display: inline-block; } }
  @media screen and (min-width: 60em) {
    nav.mainnav ul li a {
      border: none; } }
  @media screen and (min-width: 60em) {
    nav.mainnav .menu-item-has-children {
      padding-right: 18px; }
      nav.mainnav .menu-item-has-children:before {
        position: absolute;
        top: 40.8px;
        right: 18px;
        content: " ";
        width: 0;
        display: inline-block;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #a4a4a4 transparent transparent transparent;
        cursor: pointer; } }
    @media screen and (min-width: 60em) and (min-width: 60em) {
      nav.mainnav .menu-item-has-children:before {
        top: 26.4px; } }
    @media screen and (min-width: 60em) and (min-width: 77.5em) {
      nav.mainnav .menu-item-has-children:before {
        top: 40.8px; } }
  nav.mainnav .menu-item-has-children:hover:before {
    border-color: #000 transparent transparent transparent;
    cursor: pointer; }
  @media screen and (min-width: 60em) {
    nav.mainnav .sub-menu li {
      display: none; } }

nav.mainnav ul li.current-menu-item > a i,
nav.mainnav ul li.current-menu-parent > a i {
  color: #000; }
  @media screen and (min-width: 48em) {
    nav.mainnav ul li.current-menu-item > a i,
    nav.mainnav ul li.current-menu-parent > a i {
      color: #004c7e; } }

main {
  border-bottom: 0px;
  max-width: 100%;
  /* Main Content
	--------------------- */ }
  main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    main {
      padding-bottom: 110px; } }
  main .main-headline {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 12px; }
    @media screen and (min-width: 48em) {
      main .main-headline {
        color: #039;
        margin: 24px; } }
  main .sub-headline, main aside .gform_heading h3.gform_title {
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .05em !important;
    color: #002245;
    text-transform: uppercase;
    margin-bottom: 0; }
  main p, main aside .gform_heading span.gform_description {
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #363636; }
  main section.inner-content {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    margin: auto; }
    main section.inner-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 48em) {
      main section.inner-content {
        padding-left: 35px !important;
        max-width: 500px; } }
    @media screen and (min-width: 60em) {
      main section.inner-content {
        max-width: 600px; } }
  main .inner-content > ul {
    padding: 0px;
    list-style-image: url("/wp-content/themes/ccmp/img/bullet_arrow.png");
    margin-top: 0px; }
    main .inner-content > ul li > ul > li:before {
      content: '\002022';
      color: #004c7e;
      margin-right: 5px; }
    main .inner-content > ul li > ul > li {
      border-bottom: none;
      border-top: none !important;
      list-style-image: none;
      list-style-type: none; }
    main .inner-content > ul li {
      padding-left: 5px;
      font-family: "Crimson Text", sans-serif;
      font-size: 20px;
      color: #6e6e6e;
      border-bottom: 1px solid #d5d5d5; }
    main .inner-content > ul li:first-child {
      border-top: 1px solid #d5d5d5; }
  main .inner-content > ul > li {
    padding: 10px 0px 10px 5px; }
  main main img {
    width: 100%;
    height: auto; }
  main main .inner-content .left {
    width: 100%; }
  main > section.inner-content {
    font-family: "Crimson Text", sans-serif;
    font-size: 24px;
    color: #6e6e6e; }
    @media screen and (min-width: 52.5em) {
      main > section.inner-content {
        float: left;
        padding-right: 12px;
        width: 63.5%; } }
    @media screen and (min-width: 77.5em) {
      main > section.inner-content {
        margin: 24px 0;
        padding: 0; } }
  @media screen and (min-width: 52.5em) {
    main aside {
      margin-top: 38px;
      padding: 0 0 0 42px;
      float: left;
      width: 36.5%;
      max-width: 240px; } }
  main h1 {
    font-weight: 300; }
  main h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      main h2 {
        padding-top: 50px; } }
  main h1, main h2 {
    font-family: "Lato", sans-serif; }
  main h4 {
    font-family: "Karla", sans-serif;
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
    letter-spacing: 1px; }
  main p {
    font-family: "Crimson Text", sans-serif;
    font-size: 24px;
    color: #6e6e6e; }
  main .cta {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #004c7e;
    text-transform: uppercase;
    padding: 15px 40px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-top: 25px;
    text-decoration: none; }
  main .cta:hover {
    background: #1a6ca2; }

.aside_content_wrap {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px; }
  .aside_content_wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .aside_content_wrap {
      width: 100%;
      max-width: 950px;
      padding-top: 80px; } }
  .aside_content_wrap aside {
    display: none; }
    @media screen and (min-width: 48em) {
      .aside_content_wrap aside {
        float: left;
        display: block; } }
  @media screen and (min-width: 48em) {
    .aside_content_wrap .inner-content {
      float: right; } }
  .aside_content_wrap .inner-content, .aside_content_wrap aside {
    margin-top: 0px; }
    @media screen and (min-width: 48em) {
      .aside_content_wrap .inner-content, .aside_content_wrap aside {
        padding: 0px; } }
  .aside_content_wrap .inner-content {
    display: block; }
  .aside_content_wrap .cta {
    margin-top: 30px; }

.template-about .investor_image_wrap,
.template-industry-focus .industry_wrap {
  display: table;
  margin: 0 auto;
  border-spacing: 25px;
  margin-top: 55px; }
  .template-about .investor_image_wrap .investor_image, .template-about .investor_image_wrap .industry_item_wrap,
  .template-industry-focus .industry_wrap .investor_image,
  .template-industry-focus .industry_wrap .industry_item_wrap {
    background-size: contain !important;
    margin-bottom: 25px; }
    @media screen and (min-width: 48em) {
      .template-about .investor_image_wrap .investor_image, .template-about .investor_image_wrap .industry_item_wrap,
      .template-industry-focus .industry_wrap .investor_image,
      .template-industry-focus .industry_wrap .industry_item_wrap {
        display: table-cell;
        margin-bottom: 0px; } }
    .template-about .investor_image_wrap .investor_image img, .template-about .investor_image_wrap .industry_item_wrap img,
    .template-industry-focus .industry_wrap .investor_image img,
    .template-industry-focus .industry_wrap .industry_item_wrap img {
      visibility: hidden;
      width: 370px; }
  .template-about .investor_image_wrap .investor_image:last-child, .template-about .investor_image_wrap .industry_item_wrap:last-child,
  .template-industry-focus .industry_wrap .investor_image:last-child,
  .template-industry-focus .industry_wrap .industry_item_wrap:last-child {
    margin-right: 0px; }

.aside_content_wrap.no_aside .inner-content {
  float: none; }

.template-strategy .inner-content, .template-industry-focus .inner-content, .error404 .inner-content {
  margin: 0 auto; }

.template-portfolio-directory .company-group-title, .template-industry-focus .company-group-title {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 26px;
  margin-bottom: 20px; }

.template-portfolio-directory .sub-group-title, .template-industry-focus .sub-group-title {
  font-family: "Karla", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #004c7e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.template-portfolio-directory .company_sub_group_wrap, .template-industry-focus .company_sub_group_wrap {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .template-portfolio-directory .company_sub_group_wrap::after, .template-industry-focus .company_sub_group_wrap::after {
    clear: both;
    content: "";
    display: table; }
  .template-portfolio-directory .company_sub_group_wrap a.portfolio_directory_link,
  .template-portfolio-directory .company_sub_group_wrap span.portfolio_directory_link, .template-industry-focus .company_sub_group_wrap a.portfolio_directory_link,
  .template-industry-focus .company_sub_group_wrap span.portfolio_directory_link {
    background: #f3f3f3;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 175px;
    display: block; }
    @media screen and (min-width: 48em) {
      .template-portfolio-directory .company_sub_group_wrap a.portfolio_directory_link,
      .template-portfolio-directory .company_sub_group_wrap span.portfolio_directory_link, .template-industry-focus .company_sub_group_wrap a.portfolio_directory_link,
      .template-industry-focus .company_sub_group_wrap span.portfolio_directory_link {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        display: inline-block;
        float: none;
        margin-right: 20px !important; }
        .template-portfolio-directory .company_sub_group_wrap a.portfolio_directory_link:last-child,
        .template-portfolio-directory .company_sub_group_wrap span.portfolio_directory_link:last-child, .template-industry-focus .company_sub_group_wrap a.portfolio_directory_link:last-child,
        .template-industry-focus .company_sub_group_wrap span.portfolio_directory_link:last-child {
          margin-right: 0; } }

.feature {
  background-size: cover !important; }
  .feature img {
    visibility: hidden;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .feature img {
        width: 1px; } }

/* Hero  
--------------------- */
.hero {
  background-color: #004c7e; }
  @media screen and (min-width: 60em) {
    .hero img {
      visibility: hidden; } }
  @media screen and (min-width: 32.5em) {
    .hero .tr {
      display: inline; } }
  @media screen and (min-width: 60em) {
    .hero .tr {
      display: table-row; } }
  .hero .second, .hero .third {
    display: none; }
  @media screen and (min-width: 32.5em) {
    .hero .first, .hero .second {
      float: left;
      width: 100%;
      display: inline-block; } }
  @media screen and (min-width: 60em) {
    .hero .first, .hero .second, .hero .third {
      float: none;
      display: table-cell; } }
  .hero h2, .hero p {
    color: #fff; }
  .hero .td.col {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 24px; }
    @media screen and (min-width: 60em) {
      .hero .td.col {
        display: table-cell;
        padding: 24px 42px; } }
    .hero .td.col.fullbleed, .hero .td.col.fullbleed .col {
      padding: 0; }
    .hero .td.col .hero_header_wrap h1 {
      font-size: 27px;
      margin: 0 !important; }
      @media screen and (min-width: 48em) {
        .hero .td.col .hero_header_wrap h1 {
          font-size: 50px;
          color: #fff;
          text-align: center; } }
    .hero .td.col .hero_header_wrap h3 {
      font-family: "Karla", sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #c2e7ff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px; }
    @media screen and (min-width: 48em) {
      .hero .td.col .hero_header_wrap {
        margin: 24px 0 !important; } }
    .hero .td.col p {
      font-size: 16px;
      line-height: 1.575; }
      @media screen and (min-width: 48em) {
        .hero .td.col p {
          font-size: 20px;
          line-height: 1.575; } }
    .hero .td.col img, .hero .td.col .col img {
      width: 100%; }
  .hero .fullbleed .table {
    width: 100%; }
    .hero .fullbleed .table .td {
      width: 50%;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
      vertical-align: top; }
      .hero .fullbleed .table .td .table .tr, .hero .fullbleed .table .td .table .td {
        height: 50%; }

.hero .col .table, .hero .col .tr, .hero .col .td {
  height: 100%; }

.hero.table, .hero .tr, .hero .td {
  height: 100%; }

.hero.table {
  width: 100%; }

.home .hero {
  margin-bottom: 0; }

.home .hero .td.col h2 {
  margin: 18px 0 30px 0; }

/* Aside
--------------------- */
aside::after {
  clear: both;
  content: "";
  display: table; }

aside section.inner-content {
  padding: 0px;
  margin: 0px; }
  aside section.inner-content ul {
    list-style-type: none;
    list-style-image: none !important;
    padding: 0px;
    width: 100%;
    margin-top: 0px; }
    @media screen and (min-width: 48em) {
      aside section.inner-content ul {
        max-width: 238px; } }
    aside section.inner-content ul li {
      border-top: none !important;
      border-bottom: 1px solid #d5d5d5;
      padding: 15px 0px; }
      aside section.inner-content ul li a {
        font-family: "Karla", sans-serif;
        font-size: 18px;
        color: #6e6e6e; }
      aside section.inner-content ul li a:hover {
        color: #004c7e; }
      aside section.inner-content ul li a.active {
        color: #004c7e;
        font-weight: 700; }

footer {
  width: 100%;
  max-width: 10000px; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 52.5em) {
    footer {
      padding: 0 0 24px 0; } }
  @media screen and (min-width: 52.5em) {
    footer {
      height: 67px;
      overflow-y: hidden; } }

footer .inner-wrapper {
  margin-top: 0;
  padding: 12px 0 0 0;
  text-align: center; }
  @media screen and (min-width: 52.5em) {
    footer .inner-wrapper {
      padding: 0 0 0; } }

footer .inner-wrapper p {
  clear: both;
  margin: 0; }

footer .inner-wrapper .footernav,
footer .inner-wrapper .footernav ul {
  list-style-type: none;
  padding: 0; }

footer .inner-wrapper p,
footer .inner-wrapper .footernav li a {
  font: 13px/20px Arial, sans-serif;
  color: #666; }

footer nav.footernav {
  margin-top: 24px;
  margin-bottom: 6px; }
  @media screen and (min-width: 52.5em) {
    footer nav.footernav {
      margin-top: 0; } }
  footer nav.footernav ul {
    border-top: 1px solid #ccc; }
    @media screen and (min-width: 52.5em) {
      footer nav.footernav ul {
        border: none; } }
  footer nav.footernav li {
    display: block; }
    @media screen and (min-width: 50px) {
      footer nav.footernav li {
        display: inline-block; } }
    footer nav.footernav li a {
      display: inline-block;
      padding: 6px; }
      @media screen and (min-width: 520px) {
        footer nav.footernav li a {
          padding: 24px;
          border-right: 1px solid #ccc; } }
    @media screen and (min-width: 520px) {
      footer nav.footernav li:first-child a {
        border-left: 1px solid #ccc; } }

footer .inner-wrapper .footernav li a {
  text-decoration: none; }

footer a:hover {
  color: #039 !important; }

@media screen and (min-width: 52.5em) {
  footer .inner-wrapper p {
    float: left;
    padding-top: 24px;
    padding-left: 24px;
    display: inline-block; }
    footer .inner-wrapper p::after {
      clear: both;
      content: "";
      display: table; }
  footer .footernav {
    float: right; }
    footer .footernav::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 77.5em) {
  footer .inner-wrapper p {
    padding-left: 0; } }

@media screen and (min-width: 48em) {
  footer {
    height: initial;
    overflow: visible;
    padding: 0px; }
    footer .inner-wrapper {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      text-align: left;
      padding: 40px 80px;
      background-color: #e6e6e6; }
      footer .inner-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      footer .inner-wrapper .logo {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        float: left; }
        footer .inner-wrapper .logo:last-child {
          margin-right: 0; }
      footer .inner-wrapper .copy_footernav_wrap {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        float: right; }
        footer .inner-wrapper .copy_footernav_wrap:last-child {
          margin-right: 0; }
        footer .inner-wrapper .copy_footernav_wrap .footernav {
          line-height: 46px; }
          footer .inner-wrapper .copy_footernav_wrap .footernav a {
            border: none;
            padding: 0px; }
        footer .inner-wrapper .copy_footernav_wrap .copyright, footer .inner-wrapper .copy_footernav_wrap .footernav {
          float: right;
          margin-bottom: 0px; }
        footer .inner-wrapper .copy_footernav_wrap .copyright, footer .inner-wrapper .copy_footernav_wrap .footernav a {
          font-family: "Lato", sans-serif;
          font-weight: 300;
          font-size: 15px;
          line-height: 46px;
          margin-right: 30px; }
        footer .inner-wrapper .copy_footernav_wrap .copyright {
          padding: 0px;
          clear: none;
          font-weight: 300; }
        footer .inner-wrapper .copy_footernav_wrap .footernav a {
          font-weight: 700; } }

.search-bar {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  border-top: 1px solid #dedede;
  margin: 0 24px;
  padding: 10px 0; }
  @media screen and (min-width: 60em) {
    .search-bar {
      border-top: none;
      vertical-align: top;
      position: relative;
      border-bottom: 1px solid transparent;
      margin-left: 0px;
      margin-right: 0px;
      padding: 27.6px 0 0 0; } }
  @media screen and (min-width: 60em) {
    .search-bar {
      display: block;
      position: absolute;
      top: -6px;
      right: 24px; } }
  @media screen and (min-width: 77.5em) {
    .search-bar {
      display: inline-block;
      position: static;
      margin-right: 12px;
      margin-left: 20px; } }

.search-link {
  float: right;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: -12px; }
  @media screen and (min-width: 60em) {
    .search-link {
      margin-right: 0; } }
  @media screen and (min-width: 77.5em) {
    .search-link {
      float: none; } }

.icon-searchleft {
  display: inline-block;
  font-size: 18px;
  color: #b4b4b4;
  position: relative;
  top: 2px;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .icon-searchleft:before {
    font-family: "ccmp";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e805'; }
  .icon-searchleft:hover {
    color: #5e5e5e; }

.searchform {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px; }
  @media screen and (min-width: 60em) {
    .searchform {
      width: auto; } }
  .searchform input[type=text] {
    background: transparent;
    border: 1px solid transparent;
    padding: 5px 0px;
    display: inline-block;
    line-height: normal;
    width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    @media screen and (min-width: 60em) {
      .searchform input[type=text] {
        width: 0px; } }
    .searchform input[type=text]::-webkit-input-placeholder {
      color: #000;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      opacity: 0.5;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]::-moz-placeholder {
      color: #000;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      opacity: 0.5;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]:-moz-placeholder {
      color: #000;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      opacity: 0.5;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]:-ms-input-placeholder {
      color: #000;
      -webkit-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      opacity: 0.5;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
  .searchform input[type=text]:focus {
    outline: none; }
    .searchform input[type=text]:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]:focus::-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]:focus:-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .searchform input[type=text]:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }

@media screen and (min-width: 48em) {
  .search-bar.active {
    border-bottom: 1px solid #727272; }
    .search-bar.active .searchform input[type=text] {
      width: 130px; }
      .search-bar.active .searchform input[type=text]::-webkit-input-placeholder {
        color: #000; }
      .search-bar.active .searchform input[type=text]::-moz-placeholder {
        color: #000; }
      .search-bar.active .searchform input[type=text]:-moz-placeholder {
        color: #000; }
      .search-bar.active .searchform input[type=text]:-ms-input-placeholder {
        color: #000; } }
    @media screen and (min-width: 48em) and (min-width: 90em) {
      .search-bar.active .searchform input[type=text] {
        width: 200px; } }

html, body {
  width: 100%;
  height: 100%; }

.hide {
  display: none; }

.show {
  display: block; }

.video-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .video-modal .table {
    display: table;
    width: 100%;
    height: 100%; }
  .video-modal .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .video-modal span {
    position: absolute;
    z-index: 999999;
    right: 20px;
    top: 20px;
    font-size: 25px;
    display: block;
    cursor: pointer; }
    .video-modal span:before {
      font-family: "ccmp";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e801'; }
    .video-modal span:before {
      color: #fff; }
    .video-modal span:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    @media screen and (min-width: 32.5em) {
      .video-modal span {
        right: 50px;
        top: 50px; } }
  .video-modal .modal-container {
    position: relative;
    max-width: 940px !important;
    margin: 0 auto; }
    .video-modal .modal-container img {
      width: 100%;
      height: auto !important;
      position: relative;
      left: 0;
      top: 0; }
  .video-modal .video {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .video-modal .video > *, .video-modal .video > p > * {
    position: absolute !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important; }
    .video-modal .video > * video, .video-modal .video > p > * video {
      height: auto !important;
      width: inherit !important; }

.home .slider, .slider.interior, .strategy-ceo-modules {
  background-color: #004c7e;
  margin-bottom: 72px;
  margin-left: -24px;
  margin-right: -24px; }
  @media screen and (min-width: 30em) {
    .home .slider, .slider.interior, .strategy-ceo-modules {
      margin-left: 0;
      margin-right: 0; } }

.home .slider {
  margin-bottom: 65px; }
  @media screen and (min-width: 60em) {
    .home .slider {
      margin-bottom: 25px !important; } }

.slick-slide:focus {
  outline: none !important; }

.slider, .slider-team, .strategy-ceo-modules {
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
  margin: 0px !important; }
  @media screen and (min-width: 30em) {
    .slider, .slider-team, .strategy-ceo-modules {
      margin-left: 0;
      margin-right: 0; } }
  .slider .slide, .slider-team .slide, .strategy-ceo-modules .slide {
    display: none;
    /* Prevent FOUC while Slick Loads */
    width: 100%;
    /* Prevent FOUC while Slick Loads */ }
    .slider .slide:first-child, .slider .slide.slick-slide, .slider-team .slide:first-child, .slider-team .slide.slick-slide, .strategy-ceo-modules .slide:first-child, .strategy-ceo-modules .slide.slick-slide {
      display: block; }
    .slider .slide .slide-wrapper, .slider-team .slide .slide-wrapper, .strategy-ceo-modules .slide .slide-wrapper {
      position: relative;
      display: block;
      height: 100%;
      width: 100%; }
      @media screen and (min-width: 30em) {
        .slider .slide .slide-wrapper, .slider-team .slide .slide-wrapper, .strategy-ceo-modules .slide .slide-wrapper {
          display: table;
          table-layout: fixed; } }
    .slider .slide .slide_image, .slider-team .slide .slide_image, .strategy-ceo-modules .slide .slide_image {
      display: block;
      width: 100%;
      background-color: blue;
      background-size: cover !important; }
      @media screen and (min-width: 48em) {
        .slider .slide .slide_image, .slider-team .slide .slide_image, .strategy-ceo-modules .slide .slide_image {
          width: 50%;
          display: table-cell; } }
      .slider .slide .slide_image img, .slider-team .slide .slide_image img, .strategy-ceo-modules .slide .slide_image img {
        display: none;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 48em) {
          .slider .slide .slide_image img, .slider-team .slide .slide_image img, .strategy-ceo-modules .slide .slide_image img {
            display: block;
            visibility: hidden;
            /* balnaves method to force a height */ } }
    .slider .slide .slide_content, .slider-team .slide .slide_content, .strategy-ceo-modules .slide .slide_content {
      display: block;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: left;
      margin: 0;
      padding: 24px 48px;
      padding-bottom: 56px; }
      @media screen and (min-width: 48em) {
        .slider .slide .slide_content, .slider-team .slide .slide_content, .strategy-ceo-modules .slide .slide_content {
          width: 50%;
          display: table-cell; } }
      @media screen and (min-width: 77.5em) {
        .slider .slide .slide_content, .slider-team .slide .slide_content, .strategy-ceo-modules .slide .slide_content {
          width: 50%;
          display: table-cell; } }
      .slider .slide .slide_content span.content, .slider-team .slide .slide_content span.content, .strategy-ceo-modules .slide .slide_content span.content {
        display: block; }
        .slider .slide .slide_content span.content p, .slider-team .slide .slide_content span.content p, .strategy-ceo-modules .slide .slide_content span.content p {
          display: block;
          font-family: "Lato", sans-serif;
          font-weight: 300;
          font-size: 20px;
          line-height: 1.35;
          letter-spacing: .0125em;
          color: white;
          max-width: 10000px;
          text-align: center; }
          @media screen and (min-width: 48em) {
            .slider .slide .slide_content span.content p, .slider-team .slide .slide_content span.content p, .strategy-ceo-modules .slide .slide_content span.content p {
              text-align: left;
              font-size: 21.6px; } }
          @media screen and (min-width: 60em) {
            .slider .slide .slide_content span.content p, .slider-team .slide .slide_content span.content p, .strategy-ceo-modules .slide .slide_content span.content p {
              font-size: 24.8px; } }
          @media screen and (min-width: 77.5em) {
            .slider .slide .slide_content span.content p, .slider-team .slide .slide_content span.content p, .strategy-ceo-modules .slide .slide_content span.content p {
              font-size: 32px; } }
      .slider .slide .slide_content h2, .slider .slide .slide_content h3, .slider-team .slide .slide_content h2, .slider-team .slide .slide_content h3, .strategy-ceo-modules .slide .slide_content h2, .strategy-ceo-modules .slide .slide_content h3 {
        color: #c2e7ff;
        text-transform: uppercase;
        text-align: center;
        font-family: "Karla", sans-serif;
        font-weight: 600;
        font-size: 14.4px;
        line-height: 1.5;
        letter-spacing: .04em;
        padding: 0;
        margin: 24px 0 0 0; }
        @media screen and (min-width: 48em) {
          .slider .slide .slide_content h2, .slider .slide .slide_content h3, .slider-team .slide .slide_content h2, .slider-team .slide .slide_content h3, .strategy-ceo-modules .slide .slide_content h2, .strategy-ceo-modules .slide .slide_content h3 {
            font-size: 16px; } }
        @media screen and (min-width: 60em) {
          .slider .slide .slide_content h2, .slider .slide .slide_content h3, .slider-team .slide .slide_content h2, .slider-team .slide .slide_content h3, .strategy-ceo-modules .slide .slide_content h2, .strategy-ceo-modules .slide .slide_content h3 {
            text-align: left;
            font-size: 17.6px;
            margin: 36px 0 0 0; } }
        @media screen and (min-width: 77.5em) {
          .slider .slide .slide_content h2, .slider .slide .slide_content h3, .slider-team .slide .slide_content h2, .slider-team .slide .slide_content h3, .strategy-ceo-modules .slide .slide_content h2, .strategy-ceo-modules .slide .slide_content h3 {
            text-align: left;
            font-size: 19.2px;
            margin: 36px 0 0 0; } }
      .slider .slide .slide_content h3, .slider-team .slide .slide_content h3, .strategy-ceo-modules .slide .slide_content h3 {
        color: white;
        margin: 0; }
      .slider .slide .slide_content span.slide_links, .slider-team .slide .slide_content span.slide_links, .strategy-ceo-modules .slide .slide_content span.slide_links {
        display: block;
        width: 100%;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .slider .slide .slide_content span.slide_links, .slider-team .slide .slide_content span.slide_links, .strategy-ceo-modules .slide .slide_content span.slide_links {
            width: 50%;
            position: absolute;
            bottom: 0;
            right: 24px; } }
        @media screen and (min-width: 60em) {
          .slider .slide .slide_content span.slide_links, .slider-team .slide .slide_content span.slide_links, .strategy-ceo-modules .slide .slide_content span.slide_links {
            text-align: right;
            bottom: 24px; } }
        .slider .slide .slide_content span.slide_links a, .slider-team .slide .slide_content span.slide_links a, .strategy-ceo-modules .slide .slide_content span.slide_links a {
          color: white;
          display: inline-block;
          text-transform: uppercase;
          font-family: "Karla", sans-serif;
          font-weight: 800;
          font-size: 14.4px;
          letter-spacing: .05em;
          padding: 14.4px 12px; }
          .slider .slide .slide_content span.slide_links a:after, .slider-team .slide .slide_content span.slide_links a:after, .strategy-ceo-modules .slide .slide_content span.slide_links a:after {
            display: block;
            content: " ";
            border-bottom: 2px solid white; }
        .slider .slide .slide_content span.slide_links .play, .slider-team .slide .slide_content span.slide_links .play, .strategy-ceo-modules .slide .slide_content span.slide_links .play {
          color: white;
          display: inline-block;
          text-transform: uppercase;
          font-family: "Karla", sans-serif;
          font-weight: 800;
          font-size: 14.4px;
          letter-spacing: .05em;
          padding: 14.4px 12px;
          cursor: pointer; }
          .slider .slide .slide_content span.slide_links .play:before, .slider-team .slide .slide_content span.slide_links .play:before, .strategy-ceo-modules .slide .slide_content span.slide_links .play:before {
            font-family: "ccmp";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e800'; }
          .slider .slide .slide_content span.slide_links .play:before, .slider-team .slide .slide_content span.slide_links .play:before, .strategy-ceo-modules .slide .slide_content span.slide_links .play:before {
            font-size: 1.75em;
            margin: 0;
            padding: 12px;
            position: relative;
            top: 3px;
            background-color: #004c7e; }
          .slider .slide .slide_content span.slide_links .play:after, .slider-team .slide .slide_content span.slide_links .play:after, .strategy-ceo-modules .slide .slide_content span.slide_links .play:after {
            display: block;
            content: " ";
            border-bottom: 2px solid transparent; }
          .slider .slide .slide_content span.slide_links .play:hover:after, .slider-team .slide .slide_content span.slide_links .play:hover:after, .strategy-ceo-modules .slide .slide_content span.slide_links .play:hover:after {
            border-bottom: 2px solid white; }

/* Slider Navigation */
.slick-arrow, .template-team .slider.interior .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.slick-prev, .template-team .slider.interior .slick-prev {
  bottom: -24px; }

.slick-prev {
  left: 24px; }
  @media screen and (min-width: 30em) {
    .slick-prev {
      top: 50%;
      left: 0; } }

.slick-next, .template-team .slider.interior .slick-next {
  bottom: -24px; }

.slick-next {
  right: 24px; }
  @media screen and (min-width: 30em) {
    .slick-next {
      top: 50%;
      right: 0; } }

.slick-prev:before,
.slick-next:before {
  display: block;
  font-size: 24px;
  padding: 13px 0 0 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #1a6ca2; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #1a6ca2;
  background-color: #c2e7ff;
  -webkit-transition: color ease-out .2s;
  transition: color ease-out .2s; }

.slick-prev:before {
  font-family: "ccmp";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803'; }

.slick-next:before {
  font-family: "ccmp";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e802'; }

#down-arrow {
  display: none;
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -47px;
  left: 50%;
  width: 50px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1000;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "ccmp";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #down-arrow:before {
    font-family: "ccmp";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e804'; }
  #down-arrow:before {
    font-size: 24px;
    color: white; }

/* Interior Sliders */
.slider.interior .slide_content, .strategy-ceo-modules .slide_content {
  text-align: center; }
  .slider.interior .slide_content span.content, .strategy-ceo-modules .slide_content span.content {
    text-align: center; }
    .slider.interior .slide_content span.content h1, .slider.interior .slide_content span.content h2, .slider.interior .slide_content span.content h3, .slider.interior .slide_content span.content h4, .slider.interior .slide_content span.content p, .slider.interior .slide_content span.content p img, .strategy-ceo-modules .slide_content span.content h1, .strategy-ceo-modules .slide_content span.content h2, .strategy-ceo-modules .slide_content span.content h3, .strategy-ceo-modules .slide_content span.content h4, .strategy-ceo-modules .slide_content span.content p, .strategy-ceo-modules .slide_content span.content p img {
      text-align: center !important;
      color: #fff; }
    .slider.interior .slide_content span.content img, .strategy-ceo-modules .slide_content span.content img {
      width: auto;
      height: auto;
      display: inline-block; }
    .slider.interior .slide_content span.content h1, .strategy-ceo-modules .slide_content span.content h1 {
      font-size: 27.2px; }
    .slider.interior .slide_content span.content h2, .strategy-ceo-modules .slide_content span.content h2 {
      font-size: 19.2px;
      letter-spacing: 0.1em;
      margin-top: 0; }
    .slider.interior .slide_content span.content h3, .strategy-ceo-modules .slide_content span.content h3 {
      font-size: 19.2px;
      font-weight: 400;
      margin-top: 36px;
      color: #c2e7ff; }
    .slider.interior .slide_content span.content h4, .strategy-ceo-modules .slide_content span.content h4 {
      font-size: 16.8px; }
  .slider.interior .slide_content span.slide_links, .strategy-ceo-modules .slide_content span.slide_links {
    display: block;
    margin: 0;
    width: 100% !important;
    position: static !important;
    text-align: center !important; }

.slider.interior .slick-prev, .slider.interior .slick-next, .strategy-ceo-modules .slick-prev, .strategy-ceo-modules .slick-next {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slider.interior .slick-prev, .strategy-ceo-modules .slick-prev {
  right: 51px; }

.strategy-ceo-modules {
  display: table;
  table-layout: fixed;
  background: none;
  width: 100%; }
  .strategy-ceo-modules .ceo-row {
    display: table-row;
    width: 100%; }
    .strategy-ceo-modules .ceo-row .slide {
      display: block !important;
      width: 100%;
      vertical-align: top;
      background-color: #004c7e;
      width: 44%;
      min-width: 320px;
      max-width: 360px;
      margin: 0 auto;
      margin-bottom: 25px; }
      @media screen and (min-width: 48em) {
        .strategy-ceo-modules .ceo-row .slide {
          display: table !important; } }
      @media screen and (min-width: 60em) {
        .strategy-ceo-modules .ceo-row .slide {
          display: table-cell !important;
          width: 50%;
          margin-bottom: 0px; } }
      .strategy-ceo-modules .ceo-row .slide .slide_image {
        background-size: cover !important; }
        .strategy-ceo-modules .ceo-row .slide .slide_image img {
          visibility: hidden;
          height: 275px; }
          @media screen and (min-width: 60em) {
            .strategy-ceo-modules .ceo-row .slide .slide_image img {
              height: 451px; } }
      .strategy-ceo-modules .ceo-row .slide .slide_content {
        padding: 20px; }
        .strategy-ceo-modules .ceo-row .slide .slide_content .content h1 {
          font-size: 20px; }
        .strategy-ceo-modules .ceo-row .slide .slide_content .content h2, .strategy-ceo-modules .ceo-row .slide .slide_content .content h3 {
          font-size: 14px; }
        .strategy-ceo-modules .ceo-row .slide .slide_content .content h3 {
          margin-top: 16px; }
        @media screen and (min-width: 60em) {
          .strategy-ceo-modules .ceo-row .slide .slide_content .content p {
            font-size: 16px;
            width: 50%;
            margin-left: auto;
            margin-right: auto; } }
      .strategy-ceo-modules .ceo-row .slide .slide_image, .strategy-ceo-modules .ceo-row .slide .slide_content {
        display: inline-block;
        vertical-align: top;
        height: 100%; }
        @media screen and (min-width: 48em) {
          .strategy-ceo-modules .ceo-row .slide .slide_image, .strategy-ceo-modules .ceo-row .slide .slide_content {
            width: 100%;
            height: inherit; } }
        @media screen and (min-width: 60em) {
          .strategy-ceo-modules .ceo-row .slide .slide_image, .strategy-ceo-modules .ceo-row .slide .slide_content {
            width: 49%;
            height: 100%; } }
      .strategy-ceo-modules .ceo-row .slide .slide_image img {
        display: block !important; }
    @media screen and (min-width: 60em) {
      .strategy-ceo-modules .ceo-row .slide:first-of-type {
        border-right: 25px solid #fff; } }
  @media screen and (min-width: 60em) {
    .strategy-ceo-modules .ceo-row:first-of-type .slide {
      border-bottom: 25px solid #fff; } }

.strategy-ceo-modules {
  display: block;
  table-layout: auto; }
  @media screen and (min-width: 60em) {
    .strategy-ceo-modules .ceo-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 100% !important; } }
  .strategy-ceo-modules .ceo-row .slide {
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .strategy-ceo-modules .ceo-row .slide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        max-width: 50% !important;
        border-right: 25px solid #fff !important;
        border-bottom: 25px solid #fff !important;
        min-width: 0 !important;
        margin: 0 !important;
        display: block !important; }
        .strategy-ceo-modules .ceo-row .slide:nth-child(even) {
          border-right: none !important; } }

.logo-slider .slick-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 175px; }
  @media screen and (min-width: 48em) {
    .logo-slider .slick-list {
      max-width: 75em; } }

.logo-slider, .portfolio-slider {
  margin: 0; }
  .logo-slider .slick-slide:focus, .portfolio-slider .slick-slide:focus {
    outline: none !important; }
  @media screen and (min-width: 48em) {
    .logo-slider, .portfolio-slider {
      margin: 0 96px; } }
  .logo-slider .slide-wrapper, .portfolio-slider .slide-wrapper {
    display: table;
    width: 100%;
    border: 12px solid #fff;
    text-align: center;
    background: #f3f3f3; }
    .logo-slider .slide-wrapper a, .logo-slider .slide-wrapper span, .portfolio-slider .slide-wrapper a, .portfolio-slider .slide-wrapper span {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%; }
    .logo-slider .slide-wrapper img, .portfolio-slider .slide-wrapper img {
      padding: 0 24px;
      height: auto;
      width: auto;
      display: inline-block;
      text-align: center;
      width: 100%; }
  .logo-slider .slick-prev, .portfolio-slider .slick-prev {
    top: auto;
    bottom: -6px;
    left: 6px; }
    @media screen and (min-width: 48em) {
      .logo-slider .slick-prev, .portfolio-slider .slick-prev {
        top: 50%;
        left: -60px; } }
  .logo-slider .slick-next, .portfolio-slider .slick-next {
    top: auto;
    bottom: -6px;
    right: 6px; }
    @media screen and (min-width: 48em) {
      .logo-slider .slick-next, .portfolio-slider .slick-next {
        top: 50%;
        right: -60px; } }
  .logo-slider .slick-prev:before,
  .logo-slider .slick-next:before, .portfolio-slider .slick-prev:before,
  .portfolio-slider .slick-next:before {
    color: #1a6ca2;
    background-color: transparent; }
    @media screen and (min-width: 48em) {
      .logo-slider .slick-prev:before,
      .logo-slider .slick-next:before, .portfolio-slider .slick-prev:before,
      .portfolio-slider .slick-next:before {
        background-color: #fff; } }
  .logo-slider .slick-prev:hover:before,
  .logo-slider .slick-prev:focus:before,
  .logo-slider .slick-next:hover:before,
  .logo-slider .slick-next:focus:before, .portfolio-slider .slick-prev:hover:before,
  .portfolio-slider .slick-prev:focus:before,
  .portfolio-slider .slick-next:hover:before,
  .portfolio-slider .slick-next:focus:before {
    color: #1a6ca2;
    background-color: #c2e7ff;
    -webkit-transition: color ease-out .2s;
    transition: color ease-out .2s; }

.portfolio-slider {
  padding-bottom: 48px;
  /* Preventing FOUC before slider has initialized */
  /* END Preventing FOUC before slider has initialized */ }
  @media screen and (min-width: 48em) {
    .portfolio-slider {
      padding-left: 60px;
      padding-right: 60px; }
      .portfolio-slider .slick-prev {
        left: 0px; }
      .portfolio-slider .slick-next {
        right: 0px; } }
  .portfolio-slider a.photo-block figure div.image {
    margin: 0;
    background-size: cover !important; }
  @media screen and (min-width: 48em) {
    .portfolio-slider {
      margin: 0; } }
  .portfolio-slider a.photo-block {
    width: 100%;
    display: none; }
  .portfolio-slider.slick-initialized a.photo-block {
    display: block; }
  .portfolio-slider a.photo-block:first-child {
    display: table-cell; }
  @media screen and (min-width: 52.5em) {
    .portfolio-slider a.photo-block {
      width: 50%; } }
  @media screen and (min-width: 52.5em) {
    .portfolio-slider a.photo-block:nth-child(2) {
      display: table-cell; } }
  @media screen and (min-width: 60em) {
    .portfolio-slider a.photo-block {
      width: 33%; } }
  @media screen and (min-width: 60em) {
    .portfolio-slider a.photo-block:nth-child(3) {
      display: table-cell; } }
  @media screen and (min-width: 67.5em) {
    .portfolio-slider a.photo-block {
      width: 25%; } }
  @media screen and (min-width: 67.5em) {
    .portfolio-slider a.photo-block:nth-child(4) {
      display: table-cell; } }

.photo-table {
  width: 100%; }
  @media screen and (min-width: 60em) {
    .photo-table {
      display: table; } }

@media screen and (min-width: 60em) {
  .photo-tr {
    display: table-row; } }

a.photo-block {
  display: block;
  border: 12px solid #fff;
  background-color: #f3f3f3;
  -webkit-transition: background-color 0.125s ease-in-out;
  transition: background-color 0.125s ease-in-out; }
  a.photo-block::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 60em) {
    a.photo-block {
      display: table-cell;
      width: 33%;
      vertical-align: top; } }
  a.photo-block figure {
    margin: 0;
    background-color: #ccc; }
    a.photo-block figure div.image {
      height: 185px;
      margin: 0 24px;
      background-size: contain !important; }
      a.photo-block figure div.image img {
        visibility: hidden;
        height: 185px; }
  a.photo-block figcaption {
    padding: 24px;
    background-color: #f3f3f3;
    -webkit-transition: background-color 0.125s ease-in-out;
    transition: background-color 0.125s ease-in-out; }
    a.photo-block figcaption h2, a.photo-block figcaption p {
      text-align: left;
      margin: 0;
      padding: 0;
      line-height: 1.2; }
    a.photo-block figcaption h2 {
      margin-bottom: 24px; }
    a.photo-block figcaption p {
      font-size: 20px; }
  a.photo-block:hover {
    background-color: #dad9d9; }
    a.photo-block:hover figure {
      background-color: #b3b2b2; }
    a.photo-block:hover figcaption {
      background-color: #dad9d9;
      -webkit-transition: background-color 0.125s ease-in-out;
      transition: background-color 0.125s ease-in-out; }

.empty-table-cell {
  display: none; }
  @media screen and (min-width: 77.5em) {
    .empty-table-cell {
      display: table-cell; } }

.home main {
  padding-bottom: 55px; }
  .home main .inner-wrapper {
    padding: 0 24px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .home main .inner-wrapper {
        padding: 0; } }
    .home main .inner-wrapper h1 {
      color: #333333;
      line-height: 1.5; }
      @media screen and (min-width: 48em) {
        .home main .inner-wrapper h1 {
          font-size: 32px; } }
    .home main .inner-wrapper p, .home main .inner-wrapper ul {
      margin: 0 auto; }
    .home main .inner-wrapper p {
      width: 100%; }
    .home main .inner-wrapper ul {
      padding: 0px;
      list-style: none;
      margin-top: 0px;
      width: 77%;
      max-width: 1030px; }
      @media all and (min-width: 1300px) {
        .home main .inner-wrapper ul {
          width: 67%; } }
      .home main .inner-wrapper ul li {
        margin-top: 10px;
        font-family: "Crimson Text", sans-serif;
        font-size: 24px;
        color: #6e6e6e;
        line-height: 1.75; }
        .home main .inner-wrapper ul li:before {
          content: url("/wp-content/themes/ccmp/img/bullet_arrow.png");
          margin-right: 20px; }
    .home main .inner-wrapper hr {
      border-top: 2px solid #004c7e;
      width: 60px;
      margin: 0 auto; }
    .home main .inner-wrapper p, .home main .inner-wrapper hr {
      margin-top: 0px; }
    .home main .inner-wrapper .cta {
      margin-top: 15px; }

@media screen and (min-width: 48em) {
  .home .slider .slide .slide-wrapper .slide_image img {
    height: 545px; } }

@media all and (min-width: 1281px) {
  .home .slider .slide .slide-wrapper .slide_image img {
    height: 600px; } }

.home .slider .slide .slide-wrapper .slide_content {
  padding-bottom: 24px;
  padding-right: 68px; }
  .home .slider .slide .slide-wrapper .slide_content span.content p {
    font-size: 28px; }
    @media screen and (min-width: 60em) {
      .home .slider .slide .slide-wrapper .slide_content span.content p {
        font-size: 28px; } }
    @media screen and (min-width: 77.5em) {
      .home .slider .slide .slide-wrapper .slide_content span.content p {
        font-size: 30px;
        line-height: 1.2; } }
  @media screen and (min-width: 60em) {
    .home .slider .slide .slide-wrapper .slide_content h2, .home .slider .slide .slide-wrapper .slide_content h3 {
      text-align: left;
      font-size: 17.6px;
      margin: 24px 0 0 0; } }
  @media screen and (min-width: 77.5em) {
    .home .slider .slide .slide-wrapper .slide_content h2, .home .slider .slide .slide-wrapper .slide_content h3 {
      text-align: left;
      font-size: 19.2px;
      margin: 24px 0 0 0; } }
  .home .slider .slide .slide-wrapper .slide_content .company_link {
    text-decoration: underline;
    color: #fff; }
  .home .slider .slide .slide-wrapper .slide_content h3 {
    margin: 0; }

.template-about.page-history .aside_content_wrap h2 {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px; }

.template-about.page-history .aside_content_wrap p {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 45px; }

.template-about.page-history .aside_content_wrap .timeline_wrap {
  position: relative; }
  .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item {
    overflow: auto;
    margin-bottom: 45px; }
    .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .year {
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #004c7e; }
    .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .year:after {
      content: url("/wp-content/themes/ccmp/img/timeline_dot.png");
      position: relative;
      top: 5px;
      padding: 0px 15px;
      visibility: hidden; }
      @media screen and (min-width: 48em) {
        .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .year:after {
          visibility: visible; } }
    .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .details {
      max-width: 400px; }
      .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .details p {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #333333;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px; }
      .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .details .sub_detail {
        padding-left: 45px; }
      .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .details .sub_detail:before {
        content: url("/wp-content/themes/ccmp/img/timeline_indent.png");
        position: absolute;
        margin-left: -39px;
        margin-top: -12px; }
    .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .year, .template-about.page-history .aside_content_wrap .timeline_wrap .timeline_item .details {
      display: block;
      float: left; }

.template-about.page-history .aside_content_wrap .timeline_wrap:before {
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4eeff+0,024d7f+100 */
  background: #d4eeff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d4eeff 0%, #024d7f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d4eeff), to(#024d7f));
  background: linear-gradient(to bottom, #d4eeff 0%, #024d7f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4eeff', endColorstr='#024d7f',GradientType=0 );
  /* IE6-9 */
  width: 2px;
  height: 94%;
  position: absolute;
  top: 10px;
  left: 71px;
  visibility: hidden; }
  @media screen and (min-width: 48em) {
    .template-about.page-history .aside_content_wrap .timeline_wrap:before {
      visibility: visible; } }

@media screen and (min-width: 48em) {
  .template-about.page-history .inner-content {
    padding-left: 0px !important; } }

@media screen and (min-width: 60em) {
  .template-about.page-history .inner-content {
    padding-left: 35px !important; } }

.template-about.page-investors .cta_wrap {
  display: block;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .template-about.page-investors .cta_wrap {
      text-align: left; } }

.template-about .video_modules {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 25px; }
  .template-about .video_modules .video_module_row {
    display: table-row; }
  .template-about .video_modules .video_module {
    background: #f3f3f3;
    display: block;
    width: 100% !important;
    border: none !important; }
    @media screen and (min-width: 48em) {
      .template-about .video_modules .video_module {
        width: 50% !important;
        display: table-cell;
        float: none;
        margin: 0 !important; } }
    .template-about .video_modules .video_module .video_link {
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      cursor: pointer;
      opacity: .8;
      display: block;
      background-size: cover !important;
      position: relative;
      height: 360px;
      text-align: center; }
      .template-about .video_modules .video_module .video_link img.video_image {
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .template-about .video_modules .video_module .video_link img.ceo_play_button {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .template-about .video_modules .video_module .video_link.no_video_link {
      -webkit-transition: none;
      transition: none;
      opacity: 1;
      cursor: default; }
      .template-about .video_modules .video_module .video_link.no_video_link img {
        visibility: hidden; }
    .template-about .video_modules .video_module .ceo_corner_text {
      padding: 25px; }
      @media screen and (min-width: 30em) {
        .template-about .video_modules .video_module .ceo_corner_text {
          padding: 50px; } }
      .template-about .video_modules .video_module .ceo_corner_text p {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
        line-height: 1.5; }
      .template-about .video_modules .video_module .ceo_corner_text h3, .template-about .video_modules .video_module .ceo_corner_text h4 {
        font-family: "Karla", sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.5; }
      .template-about .video_modules .video_module .ceo_corner_text h3 {
        color: #004c7e; }
      .template-about .video_modules .video_module .ceo_corner_text h4 {
        color: #696969; }
    .template-about .video_modules .video_module:hover .video_link {
      opacity: 1; }

.page-industry-focus aside {
  display: none; }

.page-industry-focus .industry_wrap h1 {
  font-size: 24px;
  font-weight: 400;
  padding: 12px 0px; }

.template-industry-focus .industry_wrap {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  .template-industry-focus .industry_wrap::after {
    clear: both;
    content: "";
    display: table; }
  .template-industry-focus .industry_wrap a.industry_item_wrap {
    width: 100%;
    display: inline-block;
    float: none;
    background: #f3f3f3;
    line-height: 185px;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .template-industry-focus .industry_wrap a.industry_item_wrap {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .template-industry-focus .industry_wrap a.industry_item_wrap:last-child {
          margin-right: 0; } }
    .template-industry-focus .industry_wrap a.industry_item_wrap img {
      display: inline; }
    .template-industry-focus .industry_wrap a.industry_item_wrap .image {
      height: 185px;
      background-size: cover;
      background-position: top center !important; }
      @media screen and (min-width: 48em) {
        .template-industry-focus .industry_wrap a.industry_item_wrap .image {
          background-position: center center !important; } }

.template-industry-focus .cta_wrap {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca; }
  @media screen and (min-width: 48em) {
    .template-industry-focus .cta_wrap {
      text-align: left; } }
  .template-industry-focus .cta_wrap .cta {
    padding: 15px 30px; }
    @media all and (min-width: 340px) {
      .template-industry-focus .cta_wrap .cta {
        padding: 15px 40px; } }

.template-industry-focus .team_cat_wrap {
  padding-top: 0px; }
  .template-industry-focus .team_cat_wrap .photo-table {
    width: 100%; }
    .template-industry-focus .team_cat_wrap .photo-table .image {
      height: inherit !important; }

.template-industry-focus .team_cat_industrial {
  margin-bottom: 0px; }
  .template-industry-focus .team_cat_industrial li {
    border-top: none !important;
    border-bottom: none;
    font-weight: 700; }

@media screen and (min-width: 48em) {
  .page-portfolio .inner-content {
    padding-left: 0px !important; } }

.single-portfolio-posts h3, .single-growth-stories-posts h3 {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.single-portfolio-posts .hero_middle_wrap, .single-growth-stories-posts .hero_middle_wrap {
  margin-bottom: 45px; }
  .single-portfolio-posts .hero_middle_wrap .hero_wrap, .single-growth-stories-posts .hero_middle_wrap .hero_wrap {
    display: table;
    width: 100%;
    background: #004c7e; }
    @media screen and (min-width: 48em) {
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content_wrap, .single-portfolio-posts .hero_middle_wrap .hero_wrap .feature, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content_wrap, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .feature {
        display: table-cell;
        width: 50%; } }
    .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content_wrap, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content_wrap {
      vertical-align: middle;
      padding: 0px 20px; }
    .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content {
      text-align: center;
      width: 100%;
      max-width: 455px;
      min-height: 390px;
      margin: 0 auto;
      padding-top: 60px;
      padding-bottom: 130px; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h3, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h3 {
        color: #8cc6ec;
        border-bottom: 0px solid #8cc6ec; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h1, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h1 {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 60px;
        color: #fff;
        line-height: 1em;
        margin-top: 28px;
        margin-bottom: 5px; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h2, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h2 {
        font-family: "Karla", sans-serif;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0px; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content p, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content p {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 18px;
        color: #fff;
        margin-top: 22px;
        line-height: 1.6; }
        .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content p strong, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content p strong {
          font-size: 16px; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a {
        font-size: 14px;
        border-bottom: 2px solid #fff;
        padding-bottom: 10px;
        margin: 0px 10px;
        display: inline-block;
        line-height: 1em;
        margin-bottom: 10px; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a:hover, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a:active, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a:visited, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a:hover, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a:active, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a:visited {
        color: #fff; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h3 a, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:hover, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:active, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:visited, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h3 a, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:hover, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:active, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content h3 a:visited {
        color: #8cc6ec;
        border-bottom: 2px solid #8cc6ec; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content p strong, .single-portfolio-posts .hero_middle_wrap .hero_wrap .hero_content a, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content p strong, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a {
        font-family: "Karla", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px; }
    .single-portfolio-posts .hero_middle_wrap .hero_wrap .feature, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .feature {
      background-position: center center !important; }
      .single-portfolio-posts .hero_middle_wrap .hero_wrap .feature img, .single-growth-stories-posts .hero_middle_wrap .hero_wrap .feature img {
        max-height: 600px; }
  .single-portfolio-posts .hero_middle_wrap .middle_content, .single-growth-stories-posts .hero_middle_wrap .middle_content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    max-width: 792px;
    padding: 25px;
    padding-bottom: 0px;
    position: relative;
    background: #fff; }
    .single-portfolio-posts .hero_middle_wrap .middle_content::after, .single-growth-stories-posts .hero_middle_wrap .middle_content::after {
      clear: both;
      content: "";
      display: table; }
    .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item {
      text-align: center; }
      .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item p, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item p {
        margin-top: 30px; }
      .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item h3, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item h3 {
        color: #6e6e6e;
        border-bottom: none; }
      .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item span, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item span {
        font-family: "Lato", sans-serif;
        font-size: 22px;
        color: #004c7e; }
      .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item h3, .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item span, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item h3, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item span {
        display: block; }
      @media screen and (min-width: 48em) {
        .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          display: inline-block;
          float: none;
          margin-right: 0px; }
          .single-portfolio-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item:last-child, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_content_items .middle_content_item:last-child {
            margin-right: 0; } }
    .single-portfolio-posts .hero_middle_wrap .middle_content .middle_text, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_text {
      width: 100%;
      max-width: 595px;
      margin: 0 auto; }
      .single-portfolio-posts .hero_middle_wrap .middle_content .middle_text h4, .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_text h4 {
        font-family: "Lato", sans-serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.75;
        color: #333333;
        text-align: center;
        margin-top: 27px;
        margin-bottom: 0px;
        text-transform: initial;
        letter-spacing: initial; }

.single-portfolio-posts .portfolio_single_bottom, .single-growth-stories-posts .portfolio_single_bottom {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  .single-portfolio-posts .portfolio_single_bottom::after, .single-growth-stories-posts .portfolio_single_bottom::after {
    clear: both;
    content: "";
    display: table; }
  .single-portfolio-posts .portfolio_single_bottom .slider.interior, .single-growth-stories-posts .portfolio_single_bottom .slider.interior {
    margin-bottom: 65px !important; }
  .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap {
    clear: both;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px; }
    .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap h2, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap h2 {
      font-family: "Karla", sans-serif;
      font-size: 18px;
      color: #004c7e;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding-top: 0px;
      line-height: 1em;
      padding-bottom: 45px; }
    .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      display: table;
      border-spacing: 25px 0px; }
      .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers::after, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers::after {
        clear: both;
        content: "";
        display: table; }
      .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row {
        display: table-row; }
        .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row .growth_driver, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row .growth_driver {
          float: none;
          display: block;
          width: 100%;
          max-width: 385px;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 18px;
          color: #000;
          border-bottom: 1px solid #cacaca;
          text-align: center;
          padding: 40px 0px; }
          @media screen and (min-width: 48em) {
            .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row .growth_driver, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row .growth_driver {
              width: 50%;
              display: table-cell; } }
      .single-portfolio-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row:nth-child(1) .growth_driver, .single-growth-stories-posts .portfolio_single_bottom .growth_drivers_wrap .growth_drivers .growth_driver_row:nth-child(1) .growth_driver {
        border-top: 1px solid #cacaca; }
  .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images {
    display: table;
    border-spacing: 25px 0px;
    width: 100%; }
    .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_videos_and_images_wrap, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_videos_and_images_wrap {
      margin: 0 -12px; }
    .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item {
      margin: 0 !important;
      position: relative;
      background-size: cover !important;
      width: 100% !important;
      margin-bottom: 25px !important; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item .image-video-caption, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item .image-video-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        padding: 0 32px 20px; }
        .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item .image-video-caption .icon-play img, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item .image-video-caption .icon-play img {
          visibility: visible; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item h2, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item h2 {
        font-family: "Karla", sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        text-align: left;
        padding: 0 0 0 20px;
        line-height: 32px;
        display: inline-block;
        vertical-align: top;
        width: 88%; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item img, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item img {
        visibility: hidden;
        width: 100%;
        height: auto; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item iframe, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item iframe {
        width: 100%;
        height: 100%;
        min-height: 430px; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item figure, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item figure {
        margin: 0; }
      .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item figure:hover, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item figure:hover {
        opacity: 1; }
      @media screen and (min-width: 48em) {
        .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item {
          display: table-cell;
          width: 50% !important;
          margin-bottom: 0px !important; } }
    .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item.video-module figure, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item.video-module figure {
      background-size: cover !important;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      opacity: .2;
      cursor: pointer; }
    .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item.video-module figure:hover, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item.video-module figure:hover {
      opacity: .5; }
    .single-portfolio-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item:last-child, .single-growth-stories-posts .portfolio_single_bottom .portfolio_videos_and_images .portfolio_imagevideo_item:last-child {
      margin-right: 0px; }

.single-portfolio-posts .middle_content {
  margin-top: -64px; }

.single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content {
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: initial; }
  .single-growth-stories-posts .hero_middle_wrap .hero_wrap .hero_content a {
    display: inline-block;
    margin-top: 20px; }

.single-growth-stories-posts .hero_middle_wrap .hero_wrap .feature {
  background-color: #f3f3f3 !important;
  background-size: contain !important; }

.single-growth-stories-posts .hero_middle_wrap .middle_content {
  padding-top: 40px; }
  .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_text h4 {
    padding-bottom: 25px;
    text-align: initial; }
  .single-growth-stories-posts .hero_middle_wrap .middle_content .middle_text p {
    font-size: 20px; }

.template-portfolio .inner-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  margin: 0 auto;
  padding-top: 50px; }
  .template-portfolio .inner-content::after {
    clear: both;
    content: "";
    display: table; }
  .template-portfolio .inner-content .portfolio_module_wrap.slider {
    margin-bottom: 25px; }
  .template-portfolio .inner-content .portfolio_buttons {
    text-align: center; }
    .template-portfolio .inner-content .portfolio_buttons .cta {
      font-family: "Karla", sans-serif;
      font-size: 15px;
      padding: 10px 30px; }
      @media screen and (min-width: 48em) {
        .template-portfolio .inner-content .portfolio_buttons .cta {
          margin-top: 0px;
          margin-right: 15px; } }
      @media all and (min-width: 784px) {
        .template-portfolio .inner-content .portfolio_buttons .cta {
          min-width: 310px; } }
    .template-portfolio .inner-content .portfolio_buttons .cta:last-child {
      margin-right: 0px; }

.single-portfolio-posts .portfolio_single_bottom .ceo_corner_item,
.portfolio_ceo_corner .ceo_corner_item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0px;
  width: 100%;
  background: #004c7e; }
  .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item:last-child,
  .portfolio_ceo_corner .ceo_corner_item:last-child {
    margin-right: 0; }
  .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image,
  .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image {
    background-color: #000; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image iframe, .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image .ceo_corner_image,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image iframe,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image .ceo_corner_image {
      width: 100%;
      height: 100%; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image .ceo_corner_image,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image .ceo_corner_image {
      background-size: cover !important; }
      .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image .ceo_corner_image img,
      .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image .ceo_corner_image img {
        visibility: hidden; }
  .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text,
  .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text {
    text-align: center; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text h2,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text h2 {
      font-family: "Karla", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      position: relative;
      padding-top: 65px;
      padding-bottom: 0px; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text h2:before,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text h2:before {
      content: '“';
      font-family: "Playfair Display", serif;
      color: #78b1d7;
      position: absolute; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text p,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text p {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      padding: 0px 3em; }
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text h3,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text h3 {
      font-family: "Karla", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #c2e7ff;
      margin-bottom: 67px;
      display: inline-block;
      letter-spacing: 2px;
      text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image, .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image,
    .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin: 0px;
      width: 50%; }
      .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_video_image:last-child, .single-portfolio-posts .portfolio_single_bottom .ceo_corner_item .ceo_corner_text:last-child,
      .portfolio_ceo_corner .ceo_corner_item .ceo_corner_video_image:last-child,
      .portfolio_ceo_corner .ceo_corner_item .ceo_corner_text:last-child {
        margin-right: 0; } }

.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_image,
.portfolio_ceo_corner .slider.interior .slide_image {
  background-position: center top; }
  .single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_image img,
  .portfolio_ceo_corner .slider.interior .slide_image img {
    width: 100%;
    min-height: 438px; }
    @media screen and (min-width: 48em) {
      .single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_image img,
      .portfolio_ceo_corner .slider.interior .slide_image img {
        width: 1px; } }

.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content h2,
.portfolio_ceo_corner .slider.interior .slide_content span.content h2 {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 0px; }

.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content h2:before,
.portfolio_ceo_corner .slider.interior .slide_content span.content h2:before {
  content: '“';
  font-family: "Playfair Display", serif;
  color: #78b1d7;
  position: absolute;
  top: -15px !important; }

.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content p,
.portfolio_ceo_corner .slider.interior .slide_content span.content p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff; }

.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content h3,
.portfolio_ceo_corner .slider.interior .slide_content span.content h3 {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #c2e7ff;
  margin-top: 5px;
  margin-bottom: 0px;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase; }

.single-portfolio-posts .portfolio_single_bottom .video-module .ceo_corner_image,
.portfolio_ceo_corner .video-module .ceo_corner_image {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: .8;
  position: relative; }
  .single-portfolio-posts .portfolio_single_bottom .video-module .ceo_corner_image:hover,
  .portfolio_ceo_corner .video-module .ceo_corner_image:hover {
    opacity: 1; }
  .single-portfolio-posts .portfolio_single_bottom .video-module .ceo_corner_image span,
  .portfolio_ceo_corner .video-module .ceo_corner_image span {
    position: absolute;
    left: 46%;
    top: 45%;
    z-index: 2; }
    .single-portfolio-posts .portfolio_single_bottom .video-module .ceo_corner_image span img,
    .portfolio_ceo_corner .video-module .ceo_corner_image span img {
      visibility: visible !important; }

.single-portfolio-posts .portfolio_single_bottom .ceo_corner_text h2,
.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content h2 {
  font-size: 18px; }

.single-portfolio-posts .portfolio_single_bottom .ceo_corner_text h2:before,
.single-portfolio-posts .portfolio_single_bottom .slider.interior .slide_content span.content h2:before {
  font-size: 52px;
  top: 42px;
  margin-left: -30px; }

.portfolio_ceo_corner {
  margin-top: 50px; }
  .portfolio_ceo_corner .slick-slider {
    margin-bottom: 50px !important; }
  .portfolio_ceo_corner .slide_image {
    height: 100%;
    display: none !important;
    position: relative; }
    @media screen and (min-width: 60em) {
      .portfolio_ceo_corner .slide_image {
        display: table-cell !important; } }
    .portfolio_ceo_corner .slide_image .ceo_play_button {
      width: 55px !important;
      height: 55px !important;
      visibility: visible !important;
      min-height: 1px !important;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin: 0 auto !important; }
  .portfolio_ceo_corner .slide_image.play {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    opacity: .8; }
  .portfolio_ceo_corner .slide_image.play:hover {
    opacity: 1; }
  .portfolio_ceo_corner h2 {
    font-size: 24px !important; }
  .portfolio_ceo_corner h2:before {
    font-size: 64px;
    top: 38px;
    margin-left: -34px; }
  .portfolio_ceo_corner p {
    padding: 0px !important; }

.template-portfolio-directory .hero_header_wrap,
.template-ceo-corner .hero_header_wrap {
  text-align: center; }
  .template-portfolio-directory .hero_header_wrap a,
  .template-ceo-corner .hero_header_wrap a {
    display: inline-block;
    margin-top: 10px;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #fff; }
  .template-portfolio-directory .hero_header_wrap a:after,
  .template-ceo-corner .hero_header_wrap a:after {
    content: url("/wp-content/themes/ccmp/img/view_growth_arrow.png");
    margin-left: 5px; }

.template-portfolio-directory .inner-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: none; }
  @media screen and (min-width: 48em) {
    .template-portfolio-directory .inner-content {
      padding: 0px !important; } }
  .template-portfolio-directory .inner-content .miscellaneous {
    border-top: 1px solid #d5d5d5;
    padding-top: 80px;
    margin-top: 60px; }

.video-module span {
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  width: 10%;
  margin-top: 5px; }

.video-module .image-video-caption:hover {
  cursor: pointer; }

.video-module figure {
  background: #000; }

.video-module img {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  opacity: .8; }
  .video-module img:hover {
    cursor: pointer;
    opacity: 1; }

.video-module:hover .image-video-caption, .video-module:hover .ceo_corner_video_image {
  cursor: pointer; }

.video-module:hover img {
  cursor: pointer;
  opacity: 1; }

/* Sliders have larger images on these pages, for some reason */
.template-ceo-corner .slider.interior {
  margin-top: 60px !important; }
  @media screen and (min-width: 77.5em) {
    .template-ceo-corner .slider.interior .slide_image {
      width: 66%; } }
  @media screen and (min-width: 77.5em) {
    .template-ceo-corner .slider.interior .slide_content {
      padding: 48px; } }
  @media screen and (min-width: 77.5em) {
    .template-ceo-corner .slider.interior .slide_content {
      padding: 48px;
      width: 33%;
      display: table-cell; } }

.bottom_text {
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  padding: 0px 12px; }

.single-team-posts .hero_wrap {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: #004c7e; }
  .single-team-posts .hero_wrap::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .single-team-posts .hero_wrap {
      height: 345px; } }
  @media screen and (min-width: 48em) {
    .single-team-posts .hero_wrap .hero_content_wrap, .single-team-posts .hero_wrap .hero_image_wrap {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .single-team-posts .hero_wrap .hero_content_wrap:last-child, .single-team-posts .hero_wrap .hero_image_wrap:last-child {
        margin-right: 0; } }
  .single-team-posts .hero_wrap .hero_image_wrap {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .single-team-posts .hero_wrap .hero_image_wrap {
        text-align: left; } }
  .single-team-posts .hero_wrap .hero_content_wrap {
    padding: 25px 0px; }
    @media screen and (min-width: 48em) {
      .single-team-posts .hero_wrap .hero_content_wrap {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0px; } }
  .single-team-posts .hero_wrap .hero_content {
    text-align: center;
    width: 100%;
    padding: 0px 20px; }
    @media screen and (min-width: 48em) {
      .single-team-posts .hero_wrap .hero_content {
        float: right;
        max-width: 325px;
        padding: 0px; } }
    .single-team-posts .hero_wrap .hero_content h3 {
      display: inline-block;
      font-family: "Karla", sans-serif;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8cc6ec; }
    .single-team-posts .hero_wrap .hero_content h1 {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 50px;
      color: #fff;
      line-height: 1em;
      margin-bottom: 5px; }
    .single-team-posts .hero_wrap .hero_content h2 {
      font-family: "Karla", sans-serif;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0px; }
  .single-team-posts .hero_wrap .feature {
    background-position: center top !important;
    background-size: cover !important;
    display: inline-block;
    width: 100%;
    max-width: 345px;
    height: 345px; }
    .single-team-posts .hero_wrap .feature img {
      width: auto;
      max-width: 100%; }

.single-team-posts .hero_wrap.no_image .hero_content_wrap {
  width: 100%;
  margin: 0px;
  padding: 0px 20px; }
  .single-team-posts .hero_wrap.no_image .hero_content_wrap .hero_content {
    float: none;
    max-width: 100%; }

.single-team-posts .hero_wrap.no_image .hero_image_wrap {
  display: none; }

.single-team-posts .middle_text {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 48em) {
    .single-team-posts .middle_text {
      padding-left: 0px;
      padding-right: 0px; } }
  .single-team-posts .middle_text p {
    font-size: 20px; }
  .single-team-posts .middle_text .cta_wrap {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .single-team-posts .middle_text .cta_wrap {
        text-align: left; } }

.template-team .hero.table {
  table-layout: fixed; }
  @media screen and (min-width: 48em) {
    .template-team .hero.table .tr {
      display: table-row !important; } }
  @media screen and (min-width: 48em) {
    .template-team .hero.table .td.col {
      display: table-cell !important;
      width: 50%;
      padding: 0px; } }
  .template-team .hero.table .td.col .slider-team {
    margin: 0px;
    display: none;
    max-width: 700px !important; }
    @media screen and (min-width: 48em) {
      .template-team .hero.table .td.col .slider-team {
        display: block; } }
    .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_image_row {
      display: table-row; }
    .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_image {
      display: none;
      width: 100%;
      height: 100%;
      background-position: top center !important;
      max-height: 336px; }
      @media screen and (min-width: 48em) {
        .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_image {
          display: table-cell; } }
      .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_image img {
        height: 100%;
        max-height: 336px; }
    .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_content {
      display: table-row;
      padding: 0px; }
      .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_content .content {
        background-color: #f3f3f3;
        text-align: left;
        padding: 3px 40px;
        padding-right: 140px; }
        .template-team .hero.table .td.col .slider-team .slide .slide-wrapper .slide_content .content p {
          font-family: "Karla", sans-serif;
          font-size: 14px;
          color: #6e6e6e;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-align: left !important;
          font-weight: 700; }
  .template-team .hero.table .append_nav {
    max-width: 700px;
    float: right; }
    .template-team .hero.table .append_nav .slick-arrow, .template-team .hero.table .append_nav .template-team .slider.interior .slick-arrow {
      position: relative; }
    .template-team .hero.table .append_nav .slick-prev {
      float: left; }
    .template-team .hero.table .append_nav .slick_next {
      float: right; }

.template-team .aside_content_wrap {
  max-width: 1024px;
  padding-top: 72px; }

.template-team .inner-content {
  max-width: 10000px; }
  @media screen and (min-width: 48em) {
    .template-team .inner-content {
      padding-left: 0px !important; } }

.template-team .team_cat_wrap {
  border-bottom: 1px solid #cacaca;
  padding: 30px 0px; }
  .template-team .team_cat_wrap::after {
    clear: both;
    content: "";
    display: table; }
  .template-team .team_cat_wrap > h2 {
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0 12px 0 0; }
    @media screen and (min-width: 48em) {
      .template-team .team_cat_wrap > h2 {
        float: left;
        text-align: right;
        width: 50%; } }
    @media screen and (min-width: 60em) {
      .template-team .team_cat_wrap > h2 {
        width: 28%; } }
  .template-team .team_cat_wrap .photo-table {
    display: block; }
    @media screen and (min-width: 48em) {
      .template-team .team_cat_wrap .photo-table {
        float: right;
        width: 50%; } }
    @media screen and (min-width: 60em) {
      .template-team .team_cat_wrap .photo-table {
        float: right;
        width: 72%; } }
    .template-team .team_cat_wrap .photo-table a.photo-block, .template-team .team_cat_wrap .photo-table span.empty-table-cell {
      width: 270px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 48em) {
        .template-team .team_cat_wrap .photo-table a.photo-block, .template-team .team_cat_wrap .photo-table span.empty-table-cell {
          display: inline-block;
          width: 324px;
          margin: 0px; } }
      @media screen and (min-width: 77.5em) {
        .template-team .team_cat_wrap .photo-table a.photo-block, .template-team .team_cat_wrap .photo-table span.empty-table-cell {
          width: 240px; } }
      .template-team .team_cat_wrap .photo-table a.photo-block figure div.image, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure div.image {
        height: auto;
        margin: 0;
        background-position: top center !important; }
        @media screen and (min-width: 60em) {
          .template-team .team_cat_wrap .photo-table a.photo-block figure div.image, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure div.image {
            height: 345px;
            background-size: cover !important; } }
        @media screen and (min-width: 77.5em) {
          .template-team .team_cat_wrap .photo-table a.photo-block figure div.image, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure div.image {
            height: 250px;
            background-size: cover !important; } }
        .template-team .team_cat_wrap .photo-table a.photo-block figure div.image img, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure div.image img {
          visibility: visible;
          width: auto;
          height: auto; }
          @media screen and (min-width: 60em) {
            .template-team .team_cat_wrap .photo-table a.photo-block figure div.image img, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure div.image img {
              visibility: hidden; } }
      .template-team .team_cat_wrap .photo-table a.photo-block figure figcaption, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure figcaption {
        background-color: #f3f3f3;
        text-align: center;
        padding: 12px; }
        .template-team .team_cat_wrap .photo-table a.photo-block figure figcaption h2, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure figcaption h2 {
          font-size: 20px;
          color: #004c7e;
          text-align: center;
          margin: 0; }
        .template-team .team_cat_wrap .photo-table a.photo-block figure figcaption h4, .template-team .team_cat_wrap .photo-table span.empty-table-cell figure figcaption h4 {
          margin-top: 10px;
          line-height: 1.5em; }
    @media screen and (min-width: 60em) {
      .template-team .team_cat_wrap .photo-table span.empty-table-cell:nth-of-type(2) {
        display: none; } }
    @media screen and (min-width: 77.5em) {
      .template-team .team_cat_wrap .photo-table span.empty-table-cell:nth-of-type(2) {
        display: inline-block; } }
    .template-team .team_cat_wrap .photo-table a.photo-block:hover {
      background-color: #dad9d9; }
      .template-team .team_cat_wrap .photo-table a.photo-block:hover figure {
        background-color: #dad9d9; }
      .template-team .team_cat_wrap .photo-table a.photo-block:hover figcaption {
        background-color: #dad9d9;
        -webkit-transition: background-color 0.125s ease-in-out;
        transition: background-color 0.125s ease-in-out; }
    .template-team .team_cat_wrap .photo-table a.photo-block.no_image {
      background: none;
      vertical-align: middle; }
      .template-team .team_cat_wrap .photo-table a.photo-block.no_image figure {
        background: none; }
        .template-team .team_cat_wrap .photo-table a.photo-block.no_image figure .image {
          display: none; }
        .template-team .team_cat_wrap .photo-table a.photo-block.no_image figure figcaption {
          background: none; }

.template-industry-focus .team_cat_wrap .photo-table {
  width: 100%;
  text-align: center; }
  @media all and (min-width: 975px) {
    .template-industry-focus .team_cat_wrap .photo-table {
      text-align: left; } }

.template-industry-focus .team_cat_wrap a.photo-block.no_image {
  background: none;
  vertical-align: bottom; }
  .template-industry-focus .team_cat_wrap a.photo-block.no_image figure {
    background: none; }
    .template-industry-focus .team_cat_wrap a.photo-block.no_image figure .image {
      display: none; }
    .template-industry-focus .team_cat_wrap a.photo-block.no_image figure figcaption {
      background: none; }

.template-industry-focus .team_cat_wrap a.photo-block, .template-industry-focus .team_cat_wrap span.empty-table-cell {
  width: 270px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .template-industry-focus .team_cat_wrap a.photo-block, .template-industry-focus .team_cat_wrap span.empty-table-cell {
      display: inline-block;
      width: 324px !important;
      margin: 0px; } }
  @media screen and (min-width: 60em) {
    .template-industry-focus .team_cat_wrap a.photo-block, .template-industry-focus .team_cat_wrap span.empty-table-cell {
      width: 280px !important; } }
  @media screen and (min-width: 77.5em) {
    .template-industry-focus .team_cat_wrap a.photo-block, .template-industry-focus .team_cat_wrap span.empty-table-cell {
      width: 188px !important; } }
  .template-industry-focus .team_cat_wrap a.photo-block figure div.image, .template-industry-focus .team_cat_wrap span.empty-table-cell figure div.image {
    height: auto;
    margin: 0;
    background-position: top center !important; }
    @media screen and (min-width: 60em) {
      .template-industry-focus .team_cat_wrap a.photo-block figure div.image, .template-industry-focus .team_cat_wrap span.empty-table-cell figure div.image {
        height: 270px !important;
        background-size: cover !important; } }
    @media screen and (min-width: 77.5em) {
      .template-industry-focus .team_cat_wrap a.photo-block figure div.image, .template-industry-focus .team_cat_wrap span.empty-table-cell figure div.image {
        height: 185px !important;
        background-size: cover !important; } }
    .template-industry-focus .team_cat_wrap a.photo-block figure div.image img, .template-industry-focus .team_cat_wrap span.empty-table-cell figure div.image img {
      visibility: visible;
      width: auto;
      height: auto; }
      @media screen and (min-width: 60em) {
        .template-industry-focus .team_cat_wrap a.photo-block figure div.image img, .template-industry-focus .team_cat_wrap span.empty-table-cell figure div.image img {
          visibility: hidden; } }
  .template-industry-focus .team_cat_wrap a.photo-block figure figcaption, .template-industry-focus .team_cat_wrap span.empty-table-cell figure figcaption {
    background-color: #f3f3f3;
    text-align: center;
    padding: 12px; }
    .template-industry-focus .team_cat_wrap a.photo-block figure figcaption h2, .template-industry-focus .team_cat_wrap span.empty-table-cell figure figcaption h2 {
      font-size: 20px;
      color: #004c7e;
      text-align: center;
      margin: 0; }
    .template-industry-focus .team_cat_wrap a.photo-block figure figcaption h4, .template-industry-focus .team_cat_wrap span.empty-table-cell figure figcaption h4 {
      margin-top: 10px;
      line-height: 1.5em; }

.team_cat_wrap.investment-committee a,
.team_cat_wrap.managing-directors a,
.team_cat_wrap.principals a {
  background-color: #f3f3f3; }
  .team_cat_wrap.investment-committee a h3,
  .team_cat_wrap.managing-directors a h3,
  .team_cat_wrap.principals a h3 {
    margin-top: 0px; }

.team_cat_wrap:last-child {
  border-bottom: none; }

.default {
  padding-top: 0px; }
  .default .inner-content {
    max-width: 610px;
    padding-top: 50px;
    padding-bottom: 0px;
    float: none;
    margin: 24px auto; }
    @media screen and (min-width: 48em) {
      .default .inner-content {
        padding-left: 0px !important; } }
    .default .inner-content p {
      font-size: 20px; }
    .default .inner-content p:last-child {
      margin-bottom: 0px; }
    .default .inner-content ul {
      list-style-image: none; }
      .default .inner-content ul li {
        border: none; }

.template-growth-stories .inner-content {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1170px;
  float: none;
  margin: 0 auto;
  padding: 0px;
  padding-top: 80px; }
  .template-growth-stories .inner-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .template-growth-stories .inner-content {
      padding-left: 0px !important; } }

.template-strategy .inner-content {
  float: none; }

.template-contact h2 {
  font-size: 14px;
  padding-bottom: 0;
  color: #6e6e6e;
  letter-spacing: 2px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.template-contact p {
  margin: 0;
  font-size: 20px; }

.template-contact a {
  color: #004c7e; }

.template-contact section {
  max-width: 1170px;
  margin: 0 auto; }

.template-contact .general-contacts {
  text-align: center; }
  .template-contact .general-contacts a {
    font-size: 20px; }
    @media screen and (min-width: 32.5em) {
      .template-contact .general-contacts a {
        font-size: 24px; } }

.template-contact .department-contacts {
  text-align: center; }
  .template-contact .department-contacts .contact {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    padding: 0 10px; }

.template-contact .location-contacts {
  text-align: center; }
  .template-contact .location-contacts .contact {
    display: inline-block;
    vertical-align: top;
    padding: 50px 20px 0; }
    @media screen and (min-width: 30em) {
      .template-contact .location-contacts .contact {
        width: 389px;
        padding: 75px 12px 0; } }
  .template-contact .location-contacts .contact-wrap {
    background-color: #f3f3f3; }
  .template-contact .location-contacts .location-info {
    padding: 25px;
    text-align: left; }
  .template-contact .location-contacts h2 {
    text-align: left;
    font-family: "Lato", sans-serif;
    text-transform: none;
    font-size: 24px;
    color: #333;
    padding: 0 0 15px;
    letter-spacing: normal; }
  .template-contact .location-contacts p {
    line-height: 30px;
    font-style: normal; }
  .template-contact .location-contacts figure {
    margin: 0; }
  .template-contact .location-contacts img {
    width: 100%;
    height: auto; }

.error404 .inner-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  float: none !important; }
  @media screen and (min-width: 48em) {
    .error404 .inner-content {
      padding-left: 0px !important; } }

.search .inner-content {
  max-width: 600px;
  margin: 0 auto;
  float: none;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .search .inner-content {
      padding-left: 0px !important; } }

.search h3 {
  margin: 0 0 25px;
  line-height: normal; }
  .search h3 a {
    color: #004c7e; }

.search p {
  font-size: 20px;
  margin: 0; }

.search .search-result {
  text-align: left;
  border-top: 1px solid #cacaca;
  padding: 35px 0; }
  .search .search-result:first-child {
    border-top: none; }

.template-ceo-corner .aside_content_wrap {
  padding-top: 55px;
  max-width: 1170px; }
  .template-ceo-corner .aside_content_wrap .inner-content {
    max-width: 100%;
    float: none; }
    @media screen and (min-width: 48em) {
      .template-ceo-corner .aside_content_wrap .inner-content {
        padding-left: 0px !important; } }
    .template-ceo-corner .aside_content_wrap .inner-content .top_text {
      text-align: center; }
      .template-ceo-corner .aside_content_wrap .inner-content .top_text h2 {
        font-size: 34px;
        padding: 0px;
        line-height: 1.5em;
        margin-bottom: 10px; }
      .template-ceo-corner .aside_content_wrap .inner-content .top_text p {
        font-family: "Lato", sans-serif;
        font-weight: 300;
        margin-top: 0px; }
    .template-ceo-corner .aside_content_wrap .inner-content .video_modules {
      max-width: 75em;
      margin-left: auto;
      margin-right: auto;
      display: table;
      table-layout: fixed;
      width: 100%;
      margin-top: 60px; }
      .template-ceo-corner .aside_content_wrap .inner-content .video_modules::after {
        clear: both;
        content: "";
        display: table; }
      .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module_row {
        display: table-row; }
      .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module {
        background: #f3f3f3;
        display: block;
        width: 100% !important;
        border: none !important;
        margin-bottom: 60px !important; }
        @media screen and (min-width: 48em) {
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module {
            width: 50% !important;
            display: table-cell;
            float: none;
            border-right: 10px solid #fff !important;
            margin: 0 !important; } }
        .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .video_link {
          -webkit-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          cursor: pointer;
          opacity: .8;
          display: block;
          background-size: cover !important;
          position: relative;
          height: 485px;
          text-align: center; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .video_link img.video_image {
            visibility: hidden; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .video_link img.ceo_play_button {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .video_link.no_video_link {
          -webkit-transition: none;
          transition: none;
          opacity: 1;
          cursor: default; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .video_link.no_video_link img {
            visibility: hidden; }
        .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text {
          padding: 25px; }
          @media screen and (min-width: 30em) {
            .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text {
              padding: 50px; } }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text p {
            font-size: 20px;
            margin-top: 0px;
            margin-bottom: 30px;
            line-height: 1.5; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text h3, .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text h4 {
            font-family: "Karla", sans-serif;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 3px;
            line-height: 1.5; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text h3 {
            color: #004c7e; }
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module .ceo_corner_text h4 {
            color: #696969; }
        .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module:hover .video_link {
          opacity: 1; }
      .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module:nth-child(2n) {
        border-right: none !important; }
        @media screen and (min-width: 48em) {
          .template-ceo-corner .aside_content_wrap .inner-content .video_modules .video_module:nth-child(2n) {
            border-left: 10px solid #fff !important; } }

.template-chart .inner-content {
  width: 100%;
  max-width: 768px;
  padding-top: 50px;
  padding-bottom: 0px;
  float: none;
  margin: 24px auto;
  font-size: 16px; }
  @media screen and (min-width: 48em) {
    .template-chart .inner-content {
      padding-left: 0px !important; } }

.template-chart .inner-content table {
  width: 320px;
  margin: 0 auto; }
  .template-chart .inner-content table tr {
    padding-bottom: 20px;
    float: left;
    display: block;
    clear: left; }
  .template-chart .inner-content table td {
    float: left;
    display: block;
    clear: left; }
  .template-chart .inner-content table td:nth-child(1) {
    font-weight: bold; }
  @media screen and (min-width: 48em) {
    .template-chart .inner-content table {
      width: 100%; }
      .template-chart .inner-content table tr {
        padding-bottom: 5px;
        float: none;
        display: table-row;
        clear: none; }
      .template-chart .inner-content table td {
        float: none;
        display: table-cell;
        clear: none; }
      .template-chart .inner-content table td:nth-child(1) {
        font-weight: 100; } }
/*# sourceMappingURL=theme.css.map */