/* This file is generated.  DO NOT EDIT. */ 
@charset "UTF-8";
/*------------------------------------*\
    #SCSS FILE IMPORTS FOR PRINT
\*------------------------------------*/
/** Brand Colors  -- do we need these? **/
/* Other color variables -- do we need these? */
/* Font Families */
/* Symbols */
/* Link base paths */
/* Print max width */
/* should always go first */
/* unmodified abstracts */
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/** Brand Colors **/
/** Transparent Brand Colors **/
/** Neutral Colors **/
/* Note: Neutral color variables use a numbered system to define variables for better maintainability.
    "$color-gray-10" means "10% gray", which is a gray closer to white than to black. For more info read https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.brevrq67p */
/** Transparent Neutral Colors **/
/** Color Mapping **/
/*------------------------------------*\
    #MIXINS
    note:   see breakpoints.scss
            for media query mixins
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*------------------------------------*\
    #RETINA QUERY MIXINS
    usage:  @include retina-screen {
                font-size: 18px;
            }
\*------------------------------------*/
/* 1.5 dpr and above */
/* 1.49 dpr and below */
/*------------------------------------*\
    #PLACEHOLDER SELECTORS

    note: see typography.scss for 
    font size placeholders
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
    note:   responsive styles/breakpts
            are written desktop-first
\*------------------------------------*/
/** IMPORTANT:
    breakpoints are hardcoded in the
    cshtml files for all banner components.
    any changes to these variables must be
    replicated there
**/
/*------------------------------------*\
    #MEDIA QUERY MIXINS
    usage:  @include small-breakpoint {
                font-size: 18px;
            }
\*------------------------------------*/
/*------------------------------------*\
    #RESPONSIVE TOGGLE MIXINS
    usage:  @include large-only(flex);
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/* Clearfix */
.split-container {
  *zoom: 1; }
  .split-container::before, .split-container::after {
    display: table;
    content: " "; }
  .split-container::after {
    clear: both; }

/* Centered and contained content with max-width*/
.section-title, .split-container, .event-promo, .rte, .pullquote, .title-and-summary, .breadcrumb-wrapper, .image, .offices-search, .statistics-wrapper, .expert-quote-promo, .cta-without-image, .cta-with-image, .search-tags__container, .search-container, .heading--section-title {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 799px) {
    .section-title, .split-container, .event-promo, .rte, .pullquote, .title-and-summary, .breadcrumb-wrapper, .image, .offices-search, .statistics-wrapper, .expert-quote-promo, .cta-without-image, .cta-with-image, .search-tags__container, .search-container, .heading--section-title {
      max-width: 100%; } }

/* Limit length of standard line of text for readability */
p, .event-promo__title, .event-promo__date, .cta-without-image__summary {
  max-width: 765px; }

/* Horizontally and vertically center using flexbox */
/* Remove link styling on a link */
/* Remove link styling, except for on hover */
.what-we-do__list-link, .breadcrumb a, .area-of-focus__list-item a {
  border-bottom: 0; }
  .what-we-do__list-link:hover, .breadcrumb a:hover, .area-of-focus__list-item a:hover {
    border-bottom: 2px solid #0099EE; }

/* Remove base list styling */
/* Remove default button styling */
/* unmodified base styles */
/*------------------------------------*\
    #BODY BASE STYLES
\*------------------------------------*/
html, body {
  min-height: 100%; }

body {
  position: relative;
  overflow-x: hidden;
  font: 100%/1.5 "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  /*  Note: Font 100% means default browser font size.
        A user's browser settings could change this. */
  color: #222;
  overflow-y: auto;
  background: #fff;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none; }

.modal-is-open,
.is-nav-open {
  overflow: hidden; }

/*------------------------------------*\
    #RESET
    Styles taken from reset and
    normalize, with some modifications
\*------------------------------------*/
/** BASE (BUNCH OF ELEMENTS) **/
* {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0; }

[hidden], template {
  display: none; }

/** HTML & BODY **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; }

body {
  margin: 0; }

/** IMAGES **/
svg:not(:root) {
  overflow: hidden; }

img {
  border: 0; }

figure {
  margin: 0; }

/** AUDIO & VIDEO **/
audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/** SPECIAL TEXT ELEMENTS **/
b,
strong {
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

mark {
  background: #ff0;
  color: #000; }

dfn {
  font-style: italic; }

/** BUTTONS **/
button {
  cursor: pointer;
  font-family: sans-serif;
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0; }

button[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/** FORM ELEMENTS **/
input, .select-list select,
.data-list select,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

input, .select-list select,
.data-list select {
  line-height: normal; }

input[disabled], .select-list select[disabled],
.data-list select[disabled] {
  cursor: default; }

input[type="search"]::-webkit-search-cancel-button, .select-list select[type="search"]::-webkit-search-cancel-button,
.data-list select[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.select-list select[type="search"]::-webkit-search-decoration,
.data-list select[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-moz-focus-inner, .select-list select::-moz-focus-inner,
.data-list select::-moz-focus-inner {
  border: 0;
  padding: 0; }

html input[type="button"], html .select-list select[type="button"], .select-list html select[type="button"],
html .data-list select[type="button"], .data-list html select[type="button"],
input[type="reset"],
.select-list select[type="reset"],
.data-list select[type="reset"],
input[type="submit"],
.select-list select[type="submit"],
.data-list select[type="submit"] {
  cursor: pointer; }

input[type="checkbox"], .select-list select[type="checkbox"],
.data-list select[type="checkbox"],
input[type="radio"],
.select-list select[type="radio"],
.data-list select[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

fieldset {
  min-width: 0;
  padding: 0.01em 0 0;
  margin: 0;
  border: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

legend {
  display: table;
  padding: 0;
  border: 0;
  white-space: normal; }

textarea {
  overflow: auto;
  vertical-align: top; }

/** TABLES **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin-bottom: 16px;
  font-size: 17px;
  color: #222; }
  @media (max-width: 799px) {
    p {
      font-size: 18px; } }

.paragraph--small {
  font-size: 15px; }
  @media (max-width: 799px) {
    .paragraph--small {
      font-size: 16px; } }

.paragraph--splash, .title-and-summary__summary, .full-width-promo__summary {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 21px;
  color: #707070; }
  .paragraph--splash a, .title-and-summary__summary a, .full-width-promo__summary a {
    color: #707070; }

blockquote,
cite {
  display: block;
  font-style: inherit; }

.section-title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 36px;
  overflow: hidden; }
  @media (max-width: 799px) {
    .section-title {
      padding-top: 25px; } }

.section-title__heading {
  position: relative;
  padding-left: 30px;
  display: inline;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  color: #222; }

.section-title__block {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-color: #78c143; }

.section-title__line {
  position: absolute;
  display: inline-block;
  float: right;
  width: 1200px;
  height: 1px;
  margin: 20px 0;
  margin-left: 15px;
  color: #fff;
  background-color: #a5a5a5; }
  @media (max-width: 799px) {
    .section-title__line {
      display: none; } }

a {
  font-weight: 700;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #0099EE; }
  a:hover {
    text-decoration: none;
    border-bottom: 2px solid #0099EE; }

.btn {
  display: inline-block;
  min-height: 44px;
  padding: 14px 30px;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: #78c143;
  border-bottom: 0;
  transition: background 0.2s ease;
  max-width: 100%;
  word-wrap: normal; }
  @media (max-width: 799px) {
    .btn {
      width: 100%;
      margin-bottom: 20px; } }
  .btn:hover {
    background: #548a2e;
    border-bottom: 0; }
  .btn:disabled {
    background: #a5a5a5;
    cursor: default; }
    .btn:disabled:hover {
      background: #a5a5a5;
      border-bottom: 0; }
  .btn .fa-external-link {
    color: #fff; }

.btn--blue {
  background: #0099EE; }
  .btn--blue .fa-external-link {
    color: #fff; }
  .btn--blue:hover {
    background: #003087; }
  .btn--blue:focus {
    outline: #0068a2 solid 2px; }

.btn--white, .cta-without-image.theme-blue .cta-without-image__button, .cta-without-image.theme-light-blue .cta-without-image__button, .cta-without-image.theme-white .cta-without-image__button, .cta-with-image__button {
  color: #0099EE;
  background: #fff; }
  .btn--white .fa-external-link, .cta-without-image.theme-blue .cta-without-image__button .fa-external-link, .cta-without-image.theme-light-blue .cta-without-image__button .fa-external-link, .cta-without-image.theme-white .cta-without-image__button .fa-external-link, .cta-with-image__button .fa-external-link {
    color: #0099EE; }
  .btn--white:hover, .cta-without-image.theme-blue .cta-without-image__button:hover, .cta-without-image.theme-light-blue .cta-without-image__button:hover, .cta-without-image.theme-white .cta-without-image__button:hover, .cta-with-image__button:hover {
    background: #d9d9d9; }

.token {
  display: inline-block;
  height: 44px;
  padding: 10px 14px;
  background-color: #f7f9f9;
  border-bottom: 0; }

.token:hover {
  background-color: #78c143;
  border-bottom: 0; }
  .token:hover .token__text {
    color: #fff; }
  .token:hover .token__clear {
    color: #fff;
    border-bottom: 0; }

.token__text {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222; }

.token__clear {
  color: #78c143; }

input, .select-list select,
.data-list select {
  height: 41px;
  min-width: 300px;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  input::-webkit-input-placeholder, .select-list select::-webkit-input-placeholder,
  .data-list select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #737373;
    opacity: 1; }
  input::-moz-placeholder, .select-list select::-moz-placeholder,
  .data-list select::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373;
    opacity: 1; }
  input:-ms-input-placeholder, .select-list select:-ms-input-placeholder,
  .data-list select:-ms-input-placeholder {
    /* IE 10+ */
    color: #737373;
    opacity: 1; }
  input:-moz-placeholder, .select-list select:-moz-placeholder,
  .data-list select:-moz-placeholder {
    /* Firefox 18- */
    color: #737373;
    opacity: 1; }

.select-list,
.data-list {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .select-list::before,
  .data-list::before {
    position: absolute;
    right: 40px;
    height: 100%;
    pointer-events: none;
    border-left: 1px solid #d9d9d9;
    content: ""; }
  .select-list::after,
  .data-list::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    pointer-events: none;
    border-color: #78c143 transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: ""; }
  .select-list input::-webkit-calendar-picker-indicator, .select-list select::-webkit-calendar-picker-indicator,
  .data-list input::-webkit-calendar-picker-indicator,
  .data-list select::-webkit-calendar-picker-indicator {
    display: none; }
  .select-list select,
  .data-list select {
    padding: 10px 55px 10px 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .select-list select::-ms-expand,
    .data-list select::-ms-expand {
      display: none; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #737373;
  text-transform: uppercase; }

textarea {
  padding: 20px;
  border: 1px solid #909090; }

.section {
  display: block;
  padding: 20px 40px;
  max-width: 1600px;
  margin: 0 auto; }
  @media (max-width: 799px) {
    .section {
      padding: calc(40px / 2); } }

/* this class should be added to the component class, not the component's section wrapper */
.is-full-width {
  width: calc(100% + (2 * 40px));
  margin-left: -40px; }
  @media (max-width: 799px) {
    .is-full-width {
      width: calc(100% + 40px);
      margin-left: calc(40px / -2); } }

.section.has-alt-background {
  padding: 20px;
  background-color: #f7f9f9; }
  @media (max-width: 1199px) {
    .section.has-alt-background {
      padding: 20px 40px; } }
  @media (max-width: 799px) {
    .section.has-alt-background {
      padding: 20px; } }

.section.has-background {
  padding: 0; }

main > .section {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    main > .section {
      margin-bottom: 0; } }

.container .section:last-child {
  margin-bottom: 0; }

.icon {
  width: 60px;
  height: 60px; }

.icon--googleplus {
  padding: 3px; }

main {
  min-height: 100px; }

.header--over-banner + main {
  position: relative;
  top: -100px; }
  @media (max-width: 799px) {
    .header--over-banner + main {
      top: -75px; } }
  .header--over-banner + main + .footer {
    margin-top: -100px; }
    @media (max-width: 799px) {
      .header--over-banner + main + .footer {
        margin-top: -37.5px; } }

/* unmodified component stylesheets */
/*  contains styles for 50-50, 30-70 and 70-30 containers */
/*  at medium breakpoint, the container on the right will 
    stack beneath the one on the left */
main > .container {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    main > .container {
      margin-bottom: 0; } }

.split-container {
  position: relative;
  background-color: #fff; }
  @media (max-width: 1199px) {
    .split-container {
      padding-right: 0;
      padding-left: 0; } }

.split-container__inner {
  display: inline-block; }

.split-container__inner--70 {
  width: calc(70% - 20px); }

.split-container__inner--50 {
  width: calc(50% - 20px); }

.split-container__inner--30 {
  width: calc(30% - 20px); }

.split-container__inner:first-of-type {
  float: left;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .split-container__inner:first-of-type {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; } }

.split-container__inner:last-of-type {
  margin-left: 20px; }
  @media (max-width: 1199px) {
    .split-container__inner:last-of-type {
      width: 100%;
      margin-left: 0; } }

.split-container__inner--30 .heading--section-title::after {
  content: none; }

.rail-container__title {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  background: #fff;
  padding: 20px 40px 10px; }

.rail-container__content.has-alt-background {
  padding: 20px;
  background-color: #f7f9f9;
  /* if side rail container has alt background,
    and components inside also have alt background,
    those components will have a white background
    (aka alternate to container background)
    */ }
  .rail-container__content.has-alt-background .rte-section.has-alt-background,
  .rail-container__content.has-alt-background .quote-promo.has-alt-background,
  .rail-container__content.has-alt-background .area-of-focus-section.has-alt-background,
  .rail-container__content.has-alt-background .event-promo.has-alt-background {
    background-color: #fff; }

.rail-container__content.has-alt-background > .section {
  padding: 20px;
  /* the rest of the padding comes from the rail container */ }

.rail-container__content.has-alt-background > .section.has-background {
  padding: 0;
  /* padding comes from component */ }

.what-we-do {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 799px) {
    .what-we-do {
      -ms-flex-direction: column;
          flex-direction: column; } }

.what-we-do__block {
  width: 33%; }
  @media (max-width: 799px) {
    .what-we-do__block {
      width: 100%; }
      .what-we-do__block:not(:last-child) {
        margin-bottom: 25px; } }

.what-we-do__list {
  text-align: center;
  list-style: none; }

.what-we-do__title {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
  text-align: center; }
  .what-we-do__title::after {
    display: block;
    width: 70px;
    height: 2px;
    margin: 20px auto;
    background-color: #0099EE;
    content: ""; }

.what-we-do__list-item {
  margin-bottom: 15px; }

/* restyled */
.event-promo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1199px) {
    .event-promo {
      display: block; } }

.event-promo.has-alt-background {
  background: #f7f9f9;
  padding: 20px; }

.event-promo__text {
  margin-right: 40px; }
  @media (max-width: 1199px) {
    .event-promo__text {
      margin-right: 0; } }

.event-promo__title {
  margin-bottom: 15px; }

.event-promo__date {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #0099EE; }

.event-promo__summary {
  margin-bottom: 30px; }

.event-promo__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 15px;
  white-space: nowrap; }

.split-container .event-promo {
  display: block; }
  .split-container .event-promo .event-promo__text {
    margin-right: 0; }

.split-container__inner--30 .event-promo .event-promo__button {
  width: 100%; }
  @media (max-width: 1199px) {
    .split-container__inner--30 .event-promo .event-promo__button {
      width: auto; } }

/* restyled */
.photo-caption {
  /* slick slider styles */ }
  .photo-caption.slick-dotted {
    margin-bottom: 70px; }
  .photo-caption .slick-disabled {
    visibility: hidden; }
  .photo-caption .slick-dots {
    bottom: -30px; }
    .photo-caption .slick-dots .slick-active {
      background-color: #78c143; }
    .photo-caption .slick-dots li {
      height: auto;
      width: auto;
      background-color: #d9d9d9; }
    .photo-caption .slick-dots button {
      height: 10px;
      width: 18px;
      padding: 0; }
      .photo-caption .slick-dots button:before {
        display: none; }
  @media (max-width: 520px) {
    .photo-caption .slick-arrow {
      width: 30px; } }

.photo-caption__description {
  background-color: #231f20;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  width: 100%; }
  .photo-caption__description p {
    max-width: none; }
  @media (min-width: 1200px) {
    .photo-caption__description {
      background-color: rgba(35, 31, 32, 0.8);
      padding: 10px 40px;
      position: absolute;
      bottom: 0; } }

.photo-caption__slide {
  position: relative; }
  .experience-editor .photo-caption__slide {
    margin-bottom: 20px;
    min-height: 150px; }

.photo-caption__summary {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0; }

.photo-caption__copyright {
  font-size: 13px;
  font-style: italic;
  line-height: 25px; }

.photo-caption__image {
  position: relative;
  background-position: center;
  background-size: cover; }
  .photo-caption__image::before {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    content: ""; }
  .photo-caption__image > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.opportunities {
  position: relative; }

/* Using background image */
.opportunities__image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  max-width: 80%; }
  .opportunities__image-container::before {
    display: block;
    width: 100%;
    padding-top: 75%;
    content: ""; }
  .opportunities__image-container > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 1199px) {
    .opportunities__image-container {
      max-width: 100%; } }
  @media (max-width: 799px) {
    .opportunities__image-container {
      position: relative;
      width: 100%;
      margin-right: 0; }
      .opportunities__image-container::before {
        display: block;
        width: 100%;
        padding-top: 133.33333%;
        content: ""; }
      .opportunities__image-container > .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }

.opportunities__rte-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  padding: 40px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (max-width: 1199px) {
    .opportunities__rte-container {
      display: block;
      margin-top: -150px;
      padding-bottom: 0;
      padding-top: 0;
      position: relative; } }
  @media (max-width: 500px) {
    .opportunities__rte-container {
      display: block;
      padding: 0; } }

.opportunities__rte {
  display: block;
  padding: 70px;
  background: rgba(0, 48, 135, 0.8);
  max-width: 60%;
  max-height: 100%;
  color: #fff; }
  .opportunities__rte * {
    color: #fff; }
  @media (max-width: 1199px) {
    .opportunities__rte {
      padding: 70px;
      max-width: 100%; } }
  @media (max-width: 799px) {
    .opportunities__rte {
      height: auto;
      max-height: none;
      max-width: 100%;
      padding: 20px;
      box-sizing: content-box; } }

/* restyled */
/*  NOTE: To make a CSS class appear in the RTE dropdiwn list,
    the style needs to be added to /web/Website/cdmSmith-rte.css
    (hoping to change this in the future)
*/
.rte img {
  height: auto;
  max-width: 100%; }

.rte ul, .rte ol {
  padding-left: 20px;
  margin-bottom: 16px; }

.rte .section-title-style-snippet {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  color: #222; }

.rte .image-float-right {
  float: right;
  height: auto;
  max-width: 33%;
  margin: 5px 0 10px 10px; }
  @media (max-width: 799px) {
    .rte .image-float-right {
      float: none;
      margin: 10px 0;
      max-width: 100%; } }

.rte .image-float-left {
  float: left;
  height: auto;
  max-width: 33%;
  margin: 5px 10px 10px 0; }
  @media (max-width: 799px) {
    .rte .image-float-left {
      float: none;
      margin: 10px 0;
      max-width: 100%; } }

.rte .image-caption-float-right {
  float: right;
  margin: 5px 0 10px 10px;
  width: 33%; }
  @media (max-width: 799px) {
    .rte .image-caption-float-right {
      float: none;
      margin: 10px 0;
      width: 100%; } }

.rte .image-caption-float-left {
  float: left;
  margin: 5px 10px 10px 0;
  width: 33%; }
  @media (max-width: 799px) {
    .rte .image-caption-float-left {
      float: none;
      margin: 10px 0;
      width: 100%; } }

.rte .image-caption-float-left span,
.rte .image-caption-float-right span {
  font-size: 12px; }

.rte .image-caption-float-left img,
.rte .image-caption-float-right img {
  height: auto;
  margin-bottom: 5px;
  width: 100%; }

.pullquote {
  position: relative; }
  .pullquote__quote {
    font-family: "Georgia", Times, "Times New Roman", serif;
    font-size: 36px;
    font-style: italic;
    line-height: 44px;
    color: #009999;
    word-wrap: break-word;
    vertical-align: baseline; }
    @media (max-width: 799px) {
      .pullquote__quote {
        font-size: 28px;
        line-height: 34px; } }
  .pullquote__quotation-surrounded::before, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::before, .pullquote__quotation-surrounded::after, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::after {
    font-size: 60px;
    line-height: 38px;
    vertical-align: bottom; }
  .pullquote__quotation-surrounded::before, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::before {
    content: "“";
    margin-right: 5px; }
  .pullquote__quotation-surrounded::after, .experience-editor .pullquote__quote span[scfieldtype="multi-line text"]::after {
    content: "”";
    position: relative;
    top: 4px;
    margin-left: 5px; }
  .pullquote__attribution {
    display: block;
    padding-left: 20px;
    margin-top: 25px;
    font-style: normal; }
    @media (max-width: 799px) {
      .pullquote__attribution {
        margin-top: 15px; } }
    .pullquote__attribution::before {
      position: absolute;
      left: 0;
      content: "–" " "; }

.experience-editor .pullquote__quote::before,
.experience-editor .pullquote__quote::after {
  display: none; }

.title-and-summary__detail {
  margin-bottom: 20px;
  margin-top: 12px;
  color: #78c143; }

.title-and-summary__pipe {
  margin: 0 10px;
  color: #d9d9d9; }

.title-and-summary__divider-line {
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px 0;
  background-color: #0099EE; }

.title-and-summary__type {
  background-color: #d9d9d9;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 18px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.title-and-summary__subtitle {
  color: #333333;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 15px; }

/* restyled */
@media (max-width: 799px) {
  .breadcrumb-wrapper {
    padding: 15px 20px; } }

main > .breadcrumb-wrapper {
  margin-bottom: 0; }

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none; }
  @media (max-width: 799px) {
    .breadcrumb {
      max-width: 100%; } }

.breadcrumb li {
  display: inline-block;
  font-size: 14px; }

.breadcrumb__divider {
  display: inline-block;
  font-size: 14px;
  margin: 0 7px 0 10px; }

.breadcrumb li.current {
  color: #0099EE; }

.breadcrumb a {
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 14px; }

/* restyled */
.image {
  margin: 0 auto;
  text-align: center; }

.image__wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .image__wrapper img {
    max-width: 100%;
    max-height: 600px; }
    @media (max-width: 799px) {
      .image__wrapper img {
        max-height: 80vh; } }

.image__copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 799px) {
    .image__copyright {
      padding: 5px;
      font-size: 11px;
      line-height: 14px; } }

.object-fit--cover {
  font-family: 'object-fit: cover'; }

/* restyled */
.focus-area-section {
  padding: 40px; }
  @media (max-width: 799px) {
    .focus-area-section {
      padding: 20px; } }

.focus-area-section__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%; }

.focus-area-section__title {
  color: #fff;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 35px; }

.focus-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.focus-item-teaser {
  border-top-color: #0099EE;
  border-top-style: solid;
  border-top-width: 4px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 0 40px;
  padding: 37px 0;
  position: relative;
  width: calc(50% - 80px); }
  .focus-item-teaser:nth-child(odd) {
    margin-left: 0; }
  .focus-item-teaser:nth-child(even) {
    margin-right: 0; }
  @media (max-width: 799px) {
    .focus-item-teaser {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      padding: 20px 0; } }

.focus-item-teaser__title {
  color: #fff;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 52px;
  margin-bottom: 15px; }

.focus-item-teaser__summary {
  color: #fff;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 20px;
  margin-bottom: 10px; }

.focus-item-teaser__button-space-saver {
  width: 100%;
  height: 40px; }

.focus-item-teaser__button-wrapper {
  display: block;
  width: 100%;
  text-align: right; }

.focus-item-teaser__button {
  border-bottom: none;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline; }
  .focus-item-teaser__button:hover {
    border-bottom: none; }
  .focus-item-teaser__button:after {
    background-color: #0099EE;
    color: #fff;
    content: "›";
    display: inline-block;
    font-size: 40px;
    font-weight: 100;
    height: 40px;
    line-height: 35px;
    margin-left: 15px;
    position: relative;
    bottom: -1px;
    text-align: center;
    width: 40px;
    vertical-align: middle; }

.focus-area-section--theme-blue {
  background-color: #003087; }
  .focus-area-section--theme-blue .focus-area-section__title {
    color: #fff;
    margin-top: 20px; }
  .focus-area-section--theme-blue .focus-item-teaser {
    border-top-color: #0099EE; }
  .focus-area-section--theme-blue .focus-item-teaser__title {
    color: #fff; }
  .focus-area-section--theme-blue .focus-item-teaser__summary {
    color: #fff; }
  .focus-area-section--theme-blue .focus-item-teaser__button-space-saver {
    display: none; }
  .focus-area-section--theme-blue .focus-item-teaser__button-wrapper {
    position: static; }
  .focus-area-section--theme-blue .focus-item-teaser__button {
    color: #fff; }

.focus-area-section--theme-white {
  background-color: #fff; }
  .focus-area-section--theme-white .focus-area-section__title {
    color: #000; }
  .focus-area-section--theme-white .focus-item-teaser {
    border-top-color: #0099EE;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 0;
    margin-bottom: 40px; }
  .focus-area-section--theme-white .focus-item-teaser__title {
    color: #000; }
  .focus-area-section--theme-white .focus-item-teaser__summary {
    color: #444; }
  .focus-area-section--theme-white .focus-item-teaser__button-space-saver {
    display: block; }
  .focus-area-section--theme-white .focus-item-teaser__button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%; }
  .focus-area-section--theme-white .focus-item-teaser__button {
    color: #0099EE;
    font-weight: bold; }

/* restyled */
/* Search UI */
.offices-search__ui {
  display: block; }

.offices-ui__row {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px; }
  .offices-ui__row:first-child {
    margin-top: 0; }
  @media (max-width: 799px) {
    .offices-ui__row {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 0; } }

.offices-ui__column {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .offices-ui__column:first-of-type {
    margin-right: 40px; }
  @media (max-width: 799px) {
    .offices-ui__column {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-bottom: 50px; } }

.offices-ui__title,
.offices-ui__label {
  font-size: 25px;
  line-height: 30px; }

.offices-ui__title {
  margin-bottom: 30px; }

.offices-ui__label {
  font-weight: 700;
  text-transform: none;
  color: #222;
  margin-bottom: 10px; }

.offices-ui__help-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  color: #222;
  margin-bottom: 20px; }

.offices-ui__select-list__wrapper {
  display: block; }
  .offices-ui__select-list__wrapper select {
    width: 100%;
    min-width: 100px; }

.offices-ui__statement {
  margin-top: 30px;
  margin-bottom: 30px; }

.offices-ui__results-wrapper {
  width: 100%; }

.offices-ui__results-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/* Single office contact info */
.office__section {
  display: block;
  font-size: 16px;
  line-height: 24px; }

.office__number-label,
.office__email-label {
  font-weight: 700;
  margin-right: 5px; }

/* Special Offices (headquarters & nearest) */
.offices-ui__row--special-offices .office__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.offices-ui__row--special-offices .office__section {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }
  .offices-ui__row--special-offices .office__section:first-of-type {
    margin-right: 10px; }
  @media (max-width: 799px) {
    .offices-ui__row--special-offices .office__section {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.offices-ui__row--special-offices .office__name {
  display: none; }

/* Searched Offices */
.offices-ui__row--searched-offices .offices-ui__label {
  margin-bottom: 30px; }

.offices-ui__row--searched-offices .office__wrapper {
  display: none; }

.offices-ui__row--searched-offices .office__wrapper.is-a-result {
  display: block;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  margin-bottom: 40px; }
  @media (min-width: 1200px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3); } }
  @media (max-width: 1199px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: calc(50% - 20px);
          flex-basis: calc(50% - 20px); } }
  @media (max-width: 799px) {
    .offices-ui__row--searched-offices .office__wrapper.is-a-result {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .offices-ui__row--searched-offices .office__wrapper.is-a-result .office__section {
        padding-right: 0; } }

.offices-ui__row--searched-offices .office__name {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

.offices-ui__row--searched-offices .office__email a {
  font-weight: 400; }

/* restyled */
.full-width-promo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 40px; }
  @media (max-width: 799px) {
    .full-width-promo {
      height: 300px;
      padding: 20px; } }
  .full-width-promo::before {
    background-image: linear-gradient(to left, transparent 0%, rgba(0, 48, 135, 0.8) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 799px) {
      .full-width-promo::before {
        background-color: rgba(0, 48, 135, 0.8);
        opacity: 0.7; } }

.full-width-promo__content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .full-width-promo__content > * {
    max-width: 50%; }
    @media (max-width: 1199px) {
      .full-width-promo__content > * {
        max-width: 70%; } }
    @media (max-width: 799px) {
      .full-width-promo__content > * {
        max-width: 100%; } }

.full-width-promo__headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  color: #fff; }
  @media (max-width: 799px) {
    .full-width-promo__headline {
      font-size: 24px;
      line-height: 32px;
      width: 100%;
      padding: 0; } }

.full-width-promo__divider-line {
  display: block;
  width: 100px;
  height: 4px;
  margin: 15px 0;
  background-color: #009999; }

.full-width-promo__summary {
  color: #fff;
  font-size: 24px;
  line-height: 34px; }
  @media (max-width: 799px) {
    .full-width-promo__summary {
      font-size: 18px;
      line-height: 22px; } }

.full-width-promo__btn {
  margin-top: 24px; }

/* restyled */
/* styles shared by both horizontal and vertical displays */
.statistics-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.statistic {
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.statistic__super,
.statistic__counter-number {
  display: inline;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  color: #0099EE; }

.statistic__summary {
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  max-width: 300px;
  margin: 15px auto 0;
  color: #707070; }

.statistics-wrapper .statistics-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -2px; }
  @media (min-width: 1200px) {
    .statistics-wrapper .statistics-list .split-container__inner--30 {
      display: block; } }

.statistics-wrapper .statistic {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 20px;
  position: relative;
  width: 245px; }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 0 20px 20px; } }
  .statistics-wrapper .statistic:before {
    background-color: #d9d9d9;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 130px;
    width: 2px; }

.statistics-wrapper .statistic__super {
  font-size: 52px; }
  @media (max-width: 799px) {
    .statistics-wrapper .statistic__super {
      font-size: 40px;
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic__super {
      font-size: 40px; } }

.statistics-wrapper .statistic__counter-number {
  font-size: 88px;
  line-height: 70px; }
  @media (max-width: 799px) {
    .statistics-wrapper .statistic__counter-number {
      font-size: 65px;
      line-height: 60px; } }
  @media (min-width: 1200px) {
    .split-container__inner--30 .statistics-wrapper .statistic__counter-number {
      font-size: 52px;
      line-height: 60px; } }

/* restyled */
.area-of-focus__title {
  margin-bottom: 30px;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 26px;
  font-style: italic; }

.area-of-focus__list {
  list-style: none; }

.area-of-focus__list-item {
  margin-bottom: 20px;
  font-size: 16px; }
  .area-of-focus__list-item a {
    color: #0099EE; }

/* component wraps into 2 columns in 50-50 container */
.split-container__inner--50 .area-of-focus__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .split-container__inner--50 .area-of-focus__list > * {
    width: calc(50% - 10px); }
  .split-container__inner--50 .area-of-focus__list > *:nth-child(odd) {
    margin-right: 20px; }
  .split-container__inner--50 .area-of-focus__list > *:only-child {
    width: 100%;
    margin-right: 0; }
  @media (max-width: 799px) {
    .split-container__inner--50 .area-of-focus__list > *,
    .split-container__inner--50 .area-of-focus__list > *:nth-child(odd),
    .split-container__inner--50 .area-of-focus__list > *:only-child {
      width: 100%;
      margin-right: 0; } }

/* restyled */
.expert-quote-promo {
  position: relative;
  color: #fff;
  overflow: hidden; }

.expert-quote-promo__color-block {
  position: relative;
  display: inline-block;
  width: 55%; }
  .expert-quote-promo__color-block::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }

.expert-quote-promo__color-block div {
  position: relative;
  z-index: 1; }

.expert-quote-promo__quote {
  margin-bottom: 20px;
  color: #fff; }
  .expert-quote-promo__quote:last-child {
    margin-bottom: 0; }

.expert-quote-promo__title {
  font-weight: 700;
  color: #fff;
  margin-top: 5px; }

.expert-quote-promo__name {
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px; }

a.expert-quote-promo__name {
  border-bottom: 1px solid #0099EE;
  transition: border .5s; }
  a.expert-quote-promo__name:hover {
    border-bottom: 2px solid #0099EE; }
  a.expert-quote-promo__name .fa-external-link {
    color: #fff; }

.expert-quote-promo__flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/*  Note : Had to use mixins for the below styles
    (instead of regular classes or placeholders)
    b/c you can't extend from within the media query
    mixin.
*/
/** 3 Style Versions: Large, Medium Small **/
/** (they don't just correspond to breakpoints) **/
/*  Only for components in main content container,
    at large breakpoint
*/
/*  For all components at medium breakpoint,
    and also in 50% container at large breakpoints
*/
/*  For all components at small breakpoint,
    and also in 30% container at large breakpoints
*/
/*  Applying the correct styles to the correct
    breakpoints and containers
*/
.expert-quote-promo .expert-quote-promo__color-block {
  padding: 60px 30px 60px 60px; }

.expert-quote-promo .expert-quote-promo__quote {
  font-size: 20px;
  line-height: 28px; }

.expert-quote-promo .fa-quote-left {
  position: absolute;
  top: -40px;
  left: -20px;
  display: block;
  color: rgba(255, 255, 255, 0.3); }

.expert-quote-promo .expert-quote-promo__name,
.expert-quote-promo .expert-quote-promo__title {
  font-size: 21px;
  line-height: 26px; }

.expert-quote-promo .expert-quote-promo__image {
  position: absolute;
  right: 0;
  min-width: 50%; }

.expert-quote-promo .expert-quote-promo__image--cropped {
  display: none; }

.expert-quote-promo .expert-quote-promo__image--full {
  display: block;
  max-height: 100%;
  min-width: 0; }
  @media (max-width: 1199px) {
    .expert-quote-promo .expert-quote-promo__image--full {
      max-height: none; } }

@media (max-width: 1199px) {
  .expert-quote-promo .expert-quote-promo__color-block {
    top: -190px;
    margin-bottom: -190px;
    width: 100%;
    max-width: 100%;
    padding: 50px; }
  .expert-quote-promo .expert-quote-promo__quote {
    font-size: 18px;
    line-height: 26px; }
  .expert-quote-promo .fa-quote-left {
    display: block; }
  .expert-quote-promo .expert-quote-promo__name,
  .expert-quote-promo .expert-quote-promo__title {
    font-size: 21px;
    line-height: 26px; }
  .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .expert-quote-promo .expert-quote-promo__image--cropped {
    display: none; }
  .expert-quote-promo .expert-quote-promo__image--full {
    display: block; } }

@media (max-width: 799px) {
  .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .expert-quote-promo .expert-quote-promo__name,
  .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__color-block {
  top: -190px;
  margin-bottom: -190px;
  width: 100%;
  max-width: 100%;
  padding: 50px; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__quote {
  font-size: 18px;
  line-height: 26px; }

.split-container__inner--50 .expert-quote-promo .fa-quote-left {
  display: block; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__name,
.split-container__inner--50 .expert-quote-promo .expert-quote-promo__title {
  font-size: 21px;
  line-height: 26px; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image {
  position: relative;
  width: 100%; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--cropped {
  display: none; }

.split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--full {
  display: block; }

@media (max-width: 799px) {
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .split-container__inner--50 .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .split-container__inner--50 .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
  top: -100px;
  margin-bottom: -100px;
  width: 100%;
  max-width: 100%;
  padding: 20px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
  font-size: 15px;
  line-height: 21px; }

.split-container__inner--30 .expert-quote-promo .fa-quote-left {
  font-size: 40px;
  top: -15px;
  left: -13px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
.split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
  font-size: 16px;
  line-height: 20px; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
  position: relative;
  width: 100%; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
  display: block; }

.split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
  display: none; }

@media (max-width: 1199px) {
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
    top: -190px;
    margin-bottom: -190px;
    width: 100%;
    max-width: 100%;
    padding: 50px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 18px;
    line-height: 26px; }
  .split-container__inner--30 .expert-quote-promo .fa-quote-left {
    display: block; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
    font-size: 21px;
    line-height: 26px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: none; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
    display: block; } }

@media (max-width: 799px) {
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__color-block {
    top: -100px;
    margin-bottom: -100px;
    width: 100%;
    max-width: 100%;
    padding: 20px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__quote {
    font-size: 15px;
    line-height: 21px; }
  .split-container__inner--30 .expert-quote-promo .fa-quote-left {
    font-size: 40px;
    top: -15px;
    left: -13px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__name,
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--cropped {
    display: block; }
  .split-container__inner--30 .expert-quote-promo .expert-quote-promo__image--full {
    display: none; } }

/* Color themes */
.expert-quote-promo.theme-light-blue .expert-quote-promo__color-block::after {
  background: rgba(0, 153, 238, 0.8); }

.expert-quote-promo.theme-blue .expert-quote-promo__color-block::after {
  background: rgba(0, 48, 135, 0.8); }

/* restyled */
.cta-without-image {
  padding: 40px; }
  @media (max-width: 1199px) {
    .cta-without-image {
      padding: 20px 40px; } }
  @media (max-width: 799px) {
    .cta-without-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 20px; } }

.split-container__inner--30 .cta-without-image {
  -ms-flex-direction: column;
      flex-direction: column; }
  .split-container__inner--30 .cta-without-image .cta-without-image__header {
    font-size: 25px;
    line-height: 30px; }
  .split-container__inner--30 .cta-without-image .cta-without-image__flex-block {
    -ms-flex-direction: column;
        flex-direction: column; }
  .split-container__inner--30 .cta-without-image .cta-without-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: auto;
        flex: auto; }

.split-container__inner--50 .cta-without-image {
  -ms-flex-direction: column;
      flex-direction: column; }
  .split-container__inner--50 .cta-without-image .cta-without-image__flex-block {
    -ms-flex-direction: column;
        flex-direction: column; }
  .split-container__inner--50 .cta-without-image .cta-without-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start; }

.rail-container__content .cta-without-image-section .cta-without-image {
  padding: 20px 20px 0;
  /* overly specific to override without impt */ }

.cta-without-image__type {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.cta-without-image__thumbnail {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 5px; }
  .cta-without-image__thumbnail img {
    margin-right: 20px;
    max-width: 100%; }
  @media (max-width: 799px) {
    .cta-without-image__thumbnail {
      display: none; } }

.cta-without-image__flex-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 1199px) {
    .cta-without-image__flex-block {
      -ms-flex-direction: column;
          flex-direction: column; } }

.cta-without-image__image-wrap-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 15px; }
  .cta-without-image__image-wrap-block .cta-without-image__thumbnail {
    float: left;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .split-container__inner--50 .cta-without-image__image-wrap-block {
    display: block; }
    .split-container__inner--50 .cta-without-image__image-wrap-block {
      display: -ms-flexbox;
      display: flex; }
  .split-container__inner--30 .cta-without-image__image-wrap-block {
    margin-right: 0; }

.cta-without-image__text-block {
  float: left;
  max-width: 70%; }
  .split-container__inner--50 .cta-without-image__text-block {
    float: none;
    max-width: none; }
  .split-container__inner--30 .cta-without-image__text-block {
    float: none;
    max-width: none; }
  @media (max-width: 1199px) {
    .cta-without-image__text-block {
      max-width: none; } }

.cta-without-image__header {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; }
  @media (max-width: 1199px) {
    .cta-without-image__header {
      font-size: 25px;
      line-height: 30px; } }

.cta-without-image__summary {
  margin-bottom: 15px; }
  .split-container__inner--50 .cta-without-image__summary {
    float: left; }

.cta-without-image__button {
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media (max-width: 1199px) {
    .cta-without-image__button {
      display: inline-block;
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: auto; } }

/* Theme variations */
.cta-without-image.theme-grey {
  background-color: #f7f9f9; }
  .cta-without-image.theme-grey .cta-without-image__type {
    color: #a5a5a5; }
  .cta-without-image.theme-grey .cta-without-image__button {
    /* default button style, green bkgrd w/ white text */ }

.cta-without-image.theme-blue {
  background-color: #003087; }
  .cta-without-image.theme-blue .cta-without-image__type {
    color: #fff; }
  .cta-without-image.theme-blue .cta-without-image__header,
  .cta-without-image.theme-blue .cta-without-image__summary {
    color: #fff; }
  .cta-without-image.theme-blue .cta-without-image__button {
    color: #003087; }

.cta-without-image.theme-light-blue {
  background-color: #0099EE; }
  .cta-without-image.theme-light-blue .cta-without-image__type {
    color: #fff; }
  .cta-without-image.theme-light-blue .cta-without-image__header,
  .cta-without-image.theme-light-blue .cta-without-image__summary {
    color: #fff; }
  .cta-without-image.theme-light-blue .cta-without-image__button {
    color: #0099EE; }

.cta-without-image.theme-white {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 15px 20px 20px;
  background-color: #fff;
  border-top: 4px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9; }
  .cta-without-image.theme-white .cta-without-image__type {
    color: #a5a5a5; }
  .cta-without-image.theme-white .cta-without-image__flex-block {
    display: -ms-flexbox;
    display: flex; }
  .cta-without-image.theme-white .cta-without-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -ms-flex-positive: 0;
        flex-grow: 0;
    position: relative;
    padding-right: 60px;
    font-size: 13px;
    height: 44px; }
    @media (max-width: 1199px) {
      .cta-without-image.theme-white .cta-without-image__button {
        width: auto;
        margin-bottom: 0;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    .cta-without-image.theme-white .cta-without-image__button::after {
      position: absolute;
      top: 1px;
      right: 0;
      display: inline-block;
      width: 40px;
      height: 44px;
      padding-left: 4px;
      margin-left: 15px;
      font-size: 40px;
      font-weight: 100;
      line-height: 40px;
      color: #fff;
      background-color: #0099EE;
      content: "›"; }

.cta-without-image__print-email {
  display: none; }

/* restyled */
.cta-with-image {
  position: relative;
  color: #fff;
  overflow: hidden; }

.cta-with-image__color-block {
  display: inline-block; }
  .cta-with-image__color-block::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }

.cta-with-image__color-block div {
  position: relative;
  z-index: 1; }

.cta-with-image__header {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #fff; }

.cta-with-image__summary {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #fff; }

.cta-with-image__name,
.cta-with-image__title {
  font-size: 21px;
  font-weight: 700; }

.cta-with-image__button {
  height: 44px;
  white-space: nowrap; }

.cta-with-image__flex-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/*  Note : Had to use mixins for the below styles
    (instead of regular classes or placeholders)
    b/c you can't extend from within the media query
    mixin. 
*/
/** 3 Style Versions: Large, Medium Small **/
/** (they don't just correspond to breakpoints) **/
/*  Only for components in main content container,
    at large breakpoint
*/
/*  For all components at medium breakpoint, 
    and also in 50% container at large breakpoints
*/
/*  For all components at small breakpoint, 
    and also in 30% container at large breakpoints
*/
/*  Applying the correct styles to the correct
    breakpoints and containers 
*/
.cta-with-image {
  min-height: 300px; }
  .cta-with-image .cta-with-image__color-block {
    position: absolute;
    width: 55%;
    height: 100%;
    padding: 60px 30px 60px 60px; }
  .cta-with-image .cta-with-image__image {
    position: relative;
    float: right;
    width: 50%; }
  .cta-with-image .cta-with-image__image--cropped {
    display: none; }
  .cta-with-image .cta-with-image__image--full {
    display: block; }
  .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 1199px) {
    .cta-with-image .cta-with-image__color-block {
      position: relative;
      top: -150px;
      margin-bottom: -150px;
      width: 100%;
      height: auto;
      max-width: 100%;
      padding: 50px; }
    .cta-with-image .cta-with-image__image {
      position: relative;
      width: 100%; }
    .cta-with-image .cta-with-image__image--cropped {
      display: none; }
    .cta-with-image .cta-with-image__image--full {
      display: block; }
    .cta-with-image .cta-with-image__header {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px; }
    .cta-with-image .cta-with-image__summary {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
    .cta-with-image .cta-with-image__name,
    .cta-with-image .cta-with-image__title {
      font-size: 21px;
      line-height: 26px; }
    .cta-with-image .cta-with-image__button {
      -ms-flex-item-align: end;
          align-self: flex-end;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .cta-with-image .cta-with-image__flex-wrap {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (max-width: 799px) {
    .cta-with-image .cta-with-image__color-block {
      top: -75px;
      margin-bottom: -75px;
      width: 100%;
      max-width: 100%;
      padding: 25px; }
    .cta-with-image .cta-with-image__image {
      position: relative;
      width: 100%; }
    .cta-with-image .cta-with-image__image--cropped {
      display: block; }
    .cta-with-image .cta-with-image__image--full {
      display: none; }
    .cta-with-image .cta-with-image__header {
      font-size: 25px;
      line-height: 36px;
      margin-bottom: 15px; }
    .cta-with-image .cta-with-image__summary {
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 15px; }
    .cta-with-image .cta-with-image__name,
    .cta-with-image .cta-with-image__title {
      font-size: 16px;
      line-height: 20px; }
    .cta-with-image .cta-with-image__button {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: auto;
      margin-top: 20px;
      margin-bottom: 0; }
    .cta-with-image .cta-with-image__flex-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }

.split-container__inner--50 .cta-with-image .cta-with-image__color-block {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 50px; }

.split-container__inner--50 .cta-with-image .cta-with-image__image {
  position: relative;
  width: 100%; }

.split-container__inner--50 .cta-with-image .cta-with-image__image--cropped {
  display: none; }

.split-container__inner--50 .cta-with-image .cta-with-image__image--full {
  display: block; }

.split-container__inner--50 .cta-with-image .cta-with-image__header {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px; }

.split-container__inner--50 .cta-with-image .cta-with-image__summary {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px; }

.split-container__inner--50 .cta-with-image .cta-with-image__name,
.split-container__inner--50 .cta-with-image .cta-with-image__title {
  font-size: 21px;
  line-height: 26px; }

.split-container__inner--50 .cta-with-image .cta-with-image__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 0; }

.split-container__inner--50 .cta-with-image .cta-with-image__flex-wrap {
  -ms-flex-direction: row;
      flex-direction: row; }

@media (max-width: 799px) {
  .split-container__inner--50 .cta-with-image .cta-with-image__color-block {
    top: -75px;
    margin-bottom: -75px;
    width: 100%;
    max-width: 100%;
    padding: 25px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image--cropped {
    display: block; }
  .split-container__inner--50 .cta-with-image .cta-with-image__image--full {
    display: none; }
  .split-container__inner--50 .cta-with-image .cta-with-image__header {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 15px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__summary {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__name,
  .split-container__inner--50 .cta-with-image .cta-with-image__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--50 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0; }
  .split-container__inner--50 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: column;
        flex-direction: column; } }

.split-container__inner--30 .cta-with-image .cta-with-image__color-block {
  top: -75px;
  margin-bottom: -75px;
  width: 100%;
  max-width: 100%;
  padding: 25px; }

.split-container__inner--30 .cta-with-image .cta-with-image__image {
  position: relative;
  width: 100%; }

.split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
  display: block; }

.split-container__inner--30 .cta-with-image .cta-with-image__image--full {
  display: none; }

.split-container__inner--30 .cta-with-image .cta-with-image__header {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 15px; }

.split-container__inner--30 .cta-with-image .cta-with-image__summary {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 15px; }

.split-container__inner--30 .cta-with-image .cta-with-image__name,
.split-container__inner--30 .cta-with-image .cta-with-image__title {
  font-size: 16px;
  line-height: 20px; }

.split-container__inner--30 .cta-with-image .cta-with-image__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0; }

.split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
  -ms-flex-direction: column;
      flex-direction: column; }

.split-container__inner--30 .cta-with-image .cta-with-image__color-block {
  height: auto;
  position: relative; }

@media (max-width: 1199px) {
  .split-container__inner--30 .cta-with-image .cta-with-image__color-block {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 50px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
    display: none; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--full {
    display: block; }
  .split-container__inner--30 .cta-with-image .cta-with-image__header {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__summary {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__name,
  .split-container__inner--30 .cta-with-image .cta-with-image__title {
    font-size: 21px;
    line-height: 26px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: row;
        flex-direction: row; } }

@media (max-width: 799px) {
  .split-container__inner--30 .cta-with-image .cta-with-image__color-block {
    top: -75px;
    margin-bottom: -75px;
    width: 100%;
    max-width: 100%;
    padding: 25px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image {
    position: relative;
    width: 100%; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--cropped {
    display: block; }
  .split-container__inner--30 .cta-with-image .cta-with-image__image--full {
    display: none; }
  .split-container__inner--30 .cta-with-image .cta-with-image__header {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 15px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__summary {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__name,
  .split-container__inner--30 .cta-with-image .cta-with-image__title {
    font-size: 16px;
    line-height: 20px; }
  .split-container__inner--30 .cta-with-image .cta-with-image__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0; }
  .split-container__inner--30 .cta-with-image .cta-with-image__flex-wrap {
    -ms-flex-direction: column;
        flex-direction: column; } }

/* Color themes */
.cta-with-image.theme-light-blue .cta-with-image__color-block::after {
  background: rgba(0, 104, 162, 0.8); }

.cta-with-image.theme-blue .cta-with-image__color-block::after {
  background: rgba(0, 48, 135, 0.8); }

.cta-with-image.theme-green .cta-with-image__color-block::after {
  background: rgba(84, 138, 46, 0.8); }

.cta-with-image.theme-orange .cta-with-image__color-block::after {
  background: rgba(128, 96, 0, 0.8); }

.cta-with-image.theme-teal .cta-with-image__color-block::after {
  background: rgba(0, 77, 77, 0.8); }

.cta-with-image.theme-maroon .cta-with-image__color-block::after {
  background: rgba(96, 32, 64, 0.8); }

/* restyled */
.search-container {
  margin-bottom: 40px; }

.search-box {
  width: 70%; }
  @media (max-width: 799px) {
    .search-box {
      width: 100%; } }

.search-box__input-container {
  position: relative; }

.search-box__input {
  font-size: 18px;
  line-height: 26px;
  height: 50px;
  width: 100%;
  border: 3px solid #e3e3e3; }
  @media (max-width: 799px) {
    .search-box__input {
      min-width: 0; } }

.search-box__button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .search-box__button .icon {
    height: 24px;
    width: 24px; }

/* restyled */
.search-item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.search-item__title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px; }
  .search-item__title a {
    border: none; }

.search-item__meta {
  margin-bottom: 5px; }

.search-item__image-link {
  border: none; }
  .search-item__image-link:hover {
    border: none; }

.search-item__image-container {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 25px;
  width: 150px; }
  .search-item__image-container::before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: ""; }
  .search-item__image-container > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  @media (max-width: 799px) {
    .search-item__image-container {
      display: none; } }

.search-item__image {
  max-width: 100%; }

.search-item__content {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 25px); }
  @media (max-width: 799px) {
    .search-item__content {
      width: 100%; } }

.search-item__content-type {
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.search-item__subtitle {
  color: #333333;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px; }

.search-item__body {
  font-size: 16px;
  line-height: 23px; }

/* restyled */
.search-results__sort-bar {
  margin-bottom: 20px; }

.search-results__sort-options {
  display: inline-block; }

.search-results__sorter {
  border-right: 1px solid #222;
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  padding-right: 15px; }
  .search-results__sorter:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }

.search-results__load-more {
  text-align: center; }
  .search-results__load-more .btn {
    border: none; }

.search-results__status-sort {
  border-bottom: 4px solid #e3e3e3;
  margin-bottom: 50px; }

.search-results__sort-label {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.3; }
  .search-results__sort-label:hover {
    cursor: pointer; }
  .is-active .search-results__sort-label {
    border-bottom: 1px solid #61ae25;
    font-weight: 700; }

.search-results__sort-by {
  color: #999999;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle; }

.search-results__sort-dir {
  display: inline-block;
  position: relative;
  top: 6px;
  vertical-align: middle; }
  .search-results__sort-dir button,
  .search-results__sort-dir svg {
    width: 24px;
    height: 24px; }
  .search-results__sort-dir button {
    color: #e3e3e3;
    display: block;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: -16px; }
    .search-results__sort-dir button.is-selected {
      color: #78c143; }
  .search-results__sort-dir svg {
    fill: currentColor; }

/* restyled */
.search-tags__container {
  max-width: 1280px;
  padding: 0 40px; }
  @media (max-width: 799px) {
    .search-tags__container {
      padding: 0 20px; } }

.search-tags {
  display: inline-block;
  padding-right: 100px;
  width: calc(100% - 288px); }
  @media (max-width: 1199px) {
    .search-tags {
      padding-right: 40px; } }
  @media (max-width: 799px) {
    .search-tags {
      margin-bottom: 20px;
      padding-right: 0;
      width: 100%; } }

.search-tags__clear-all {
  background-color: #61ae25;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 3px;
  max-width: 288px;
  padding: 15px 40px;
  text-transform: uppercase;
  vertical-align: top; }
  .search-tags__clear-all:hover {
    background-color: #559921; }
  @media (max-width: 799px) {
    .search-tags__clear-all {
      margin-bottom: 20px; } }

.search-tags__tag {
  background-color: #f4f5f6;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 50px 10px 30px;
  position: relative; }
  .search-tags__tag:hover {
    background-color: #61ae25;
    color: #fff;
    cursor: pointer; }
    .search-tags__tag:hover:before, .search-tags__tag:hover:after {
      background-color: #fff; }
  .search-tags__tag:last-child {
    margin-right: 0; }
  .search-tags__tag:after, .search-tags__tag:before {
    background-color: #61ae25;
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 3px;
    width: 13px; }
  .search-tags__tag:before {
    -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
  .search-tags__tag:after {
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }

/* restyled */
.search .search-box {
  margin-bottom: rem(60);
  max-width: 40%; }

.search-full-width {
  background-color: #f4f5f6;
  margin-bottom: 40px; }

/* restyled */
/* print styles & overrides */
/* More info about @page: https://drafts.csswg.org/css-page-3 */
@page {
  margin: 1in 0.5in 0.5in;
  orphans: 4;
  widows: 3;
  size: A4; }

html, body {
  background-color: #FFF;
  height: auto !important;
  margin: 0;
  max-width: 1250px !important;
  padding: 0;
  width: 100% !important; }

.print-only {
  display: block; }

.profiler-results {
  display: none; }

.print-2-col {
  position: static !important; }
  .print-2-col .split-container__inner--70 {
    margin-right: 0 !important;
    max-width: calc(65% - 20px);
    float: left; }
  .print-2-col .split-container__inner--30 {
    margin-left: 0 !important;
    width: auto;
    max-width: calc(35% - 20px);
    padding-left: 20px !important;
    float: left; }

/* Hide accessibility stuff */
.skip-link,
.screen-reader-only {
  display: none; }

/* Excerpt from the HTML5 Boilerplate print style sheet */
*,
*:before,
*:after,
*:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: http://www.sanbeiji.com/archives/953 */
  box-shadow: none !important;
  text-shadow: none !important; }

/*  TODO (Once we have an h1):
    Print H1 content at top of page
    How-to @ https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/
*/
/*  TODO (Nice to have ONLY!);
    Print a QR code at the bottom of the document that links to the CDM site
    How-to: https://www.smashingmagazine.com/2013/03/tips-and-tricks-for-print-style-sheets/#print-qr-codes-for-easy-url-references
*/
html, body {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.4; }

/*  Don't print headings at the end of a page */
h1, h2, h3, h4, h5 {
  page-break-after: avoid;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  orphans: 3;
  widows: 3; }

h1 {
  font-size: 43px !important;
  line-height: 52px !important; }

h2 {
  font-size: 32px !important;
  line-height: 39px !important; }

h3 {
  font-size: 28px !important;
  line-height: 38px !important; }

h4 {
  font-size: 20px !important;
  line-height: 30px !important; }

h5, h6 {
  font-size: 14px;
  line-height: 24px; }

p {
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 14px;
  margin-bottom: 15px;
  orphans: 3;
  widows: 4; }

.heading--section-title {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 36px;
  font-family: "Georgia", Times, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  color: #222; }
  .heading--section-title::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #a5a5a5;
    content: ""; }

.heading--small, .event-promo__title, .title-and-summary__detail, .cta-without-image__type, .heading--small-subtle, .pullquote__attribution, .breadcrumb li, .breadcrumb__divider, .breadcrumb a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

.heading--small-subtle, .pullquote__attribution, .breadcrumb li, .breadcrumb__divider, .breadcrumb a {
  color: #707070; }

/*  Print title attribute after any abbreviations */
abbr[title]:after {
  content: " (" attr(title) ")"; }

/* header nav */
header .nav {
  display: none; }

/*  Prink link targets unless they're anchor links */
a {
  font-weight: 700;
  color: #000;
  text-decoration: none; }
  a[href^="#"]:after {
    content: "" !important; }
  a:after {
    content: " <" "www.cdmsmith.com" attr(href) ">" !important;
    font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    margin-left: 10px !important;
    word-wrap: break-word !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    text-transform: none !important; }

/* Underline links in paragraphs */
p a {
  text-decoration: underline; }

/* Style buttons more or less like links */
.btn {
  min-height: auto !important;
  padding: 0 !important;
  letter-spacing: 0 !important; }

button {
  display: none !important; }

header {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.header--over-banner + main {
  top: 0; }

header .logo--print {
  position: relative; }
  header .logo--print img {
    display: block !important; }
  header .logo--print a {
    display: block;
    text-decoration: none;
    border-bottom: 0;
    position: relative; }
  header .logo--print a:after {
    content: "www.cdmsmith.com";
    position: relative;
    float: right;
    bottom: 10px;
    font-size: 14px; }

header .nav {
  display: none; }

main > .section,
main > .container {
  margin-bottom: 0; }

.section {
  max-width: 1250px;
  padding: 20px 0 !important; }

/* Remove dots on section titles */
.section-title {
  margin-bottom: 0; }
  .section-title__heading {
    padding-left: 0; }
  .section-title__block {
    display: none; }

/*  Don't show alt backgrounds */
.has-alt-background {
  background-color: #FFF !important; }

/* Replace component backgrounds with outlines */
.has-background {
  background-color: #FFF !important; }
  .has-background * {
    background-color: transparent !important; }

.is-full-width {
  margin-left: 0 !important;
  width: 100% !important; }

/* Normalize rail containers */
.rail-container__title {
  padding: 10px 0; }

.rail-container__content.has-alt-background {
  padding: 0; }

.split-container {
  float: none !important; }
  .split-container .split-container__inner {
    display: block !important; }

.split-container__inner--70,
.split-container__inner--30 {
  width: 100%; }

/** alphabetized by component class **/
.area-of-focus-section {
  display: none !important; }
  .print-2-col .area-of-focus-section {
    display: block !important; }

.area-of-focus__title {
  margin-bottom: 10px !important; }

.area-of-focus__list {
  list-style: none !important; }

.area-of-focus__list-item {
  margin-bottom: 5px !important; }

.print-2-col .area-of-focus {
  border: 10px solid #eff4f7;
  padding: 15px; }
  .print-2-col .area-of-focus__title {
    font-family: "Arial", sans-serif;
    font-size: 22px;
    line-height: 1.2; }
  .print-2-col .area-of-focus__list-item {
    font-family: "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.7; }
    .print-2-col .area-of-focus__list-item a:after {
      display: none !important; }

.breadcrumb {
  font-family: "Arial", sans-serif;
  list-style: none !important;
  margin: 0 !important; }
  .breadcrumb-wrapper {
    break-after: avoid;
    column-break-after: avoid;
    -moz-column-break-after: avoid;
    margin-bottom: 0 !important;
    padding-top: 0 !important; }
  .breadcrumb li {
    display: inline-block !important;
    font-size: 11px !important;
    text-transform: none !important;
    letter-spacing: 0; }
    .breadcrumb li:not(:last-of-type)::after {
      margin: 0 7px 0 10px !important; }
  .breadcrumb li a {
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: none !important; }
    .breadcrumb li a:after {
      display: none !important; }
  .breadcrumb li.current a {
    border-bottom: 0 !important;
    font-weight: 700 !important; }
  .breadcrumb a {
    border-bottom: 2px solid #FFF !important;
    display: inline-block !important;
    font-size: 11px !important; }
    .breadcrumb a:before, .breadcrumb a:after {
      display: none; }
  .breadcrumb .breadcrumb__divider {
    margin: 0 !important; }

.copyright {
  font-family: "Times New Roman", serif; }

.cta-with-image {
  padding: 0 !important; }
  .cta-with-image__image {
    display: none !important; }
  .cta-with-image__color-block {
    top: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    background: transparent !important;
    width: 100% !important;
    position: static !important;
    padding: 0 !important; }
  .cta-with-image__button {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    height: auto !important;
    width: auto !important; }
    .cta-with-image__button[href^="#"]:after {
      content: ""; }
    .cta-with-image__button:after {
      content: " <" "www.cdmsmith.com" attr(href) ">" !important;
      font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
      font-size: 12px !important;
      line-height: 14px !important;
      margin-left: 10px !important;
      word-wrap: break-word !important;
      text-decoration: none !important;
      font-weight: 400 !important;
      text-transform: none !important;
      width: auto !important;
      height: auto !important;
      position: relative !important; }

.cta-without-image {
  border: 0 !important;
  padding: 0 !important;
  page-break-inside: avoid; }
  .cta-without-image__thumbnail {
    display: none !important; }
  .cta-without-image__button {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    height: auto !important;
    width: auto !important; }
    .cta-without-image__button[href^="#"]:after {
      content: ""; }
    .cta-without-image__button:after {
      content: " <" "www.cdmsmith.com" attr(href) ">" !important;
      font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
      font-size: 12px !important;
      line-height: 14px !important;
      margin-left: 10px !important;
      word-wrap: break-word !important;
      text-decoration: none !important;
      font-weight: 400 !important;
      text-transform: none !important;
      width: auto !important;
      height: auto !important;
      position: relative !important; }
  .cta-without-image__header {
    font-family: "Arial", sans-serif;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-right: 20px; }
    .cta-without-image__header + .cta-without-image__print-email {
      display: block;
      font-family: "Arial", sans-serif;
      font-size: 14px;
      font-weight: bold; }
  .cta-without-image__text-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .cta-without-image__summary {
    font-family: "Arial", sans-serif;
    font-size: 12px !important;
    line-height: 1.7 !important;
    width: 100%; }
  .print-2-col + .cta-without-image-section {
    max-width: 1200px; }
    .print-2-col + .cta-without-image-section .cta-without-image {
      max-width: 65%;
      margin-left: 0; }
    .print-2-col + .cta-without-image-section .cta-without-image__button {
      display: none; }

.event-promo.has-alt-background {
  padding: 0 !important; }

.expert-quote-promo {
  display: -ms-flexbox;
  display: flex; }
  .expert-quote-promo-section {
    break-inside: avoid; }
  .expert-quote-promo__image {
    display: none !important; }
  .expert-quote-promo__image--cropped {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: block !important;
    margin-right: 30px;
    max-width: 33% !important;
    min-width: unset !important; }
  .expert-quote-promo__name {
    border-bottom: 0 !important;
    font-family: "Arial", sans-serif;
    font-size: 14px !important; }
  .expert-quote-promo__color-block {
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .expert-quote-promo__color-block::after {
      display: none !important; }
  .expert-quote-promo__quote {
    min-height: 55px !important; }
    .expert-quote-promo__quote div {
      display: inline-block !important;
      padding-top: 15px !important; }
    .expert-quote-promo__quote blockquote {
      font-family: "Arial", sans-serif;
      font-weight: 700; }
  .expert-quote-promo__person-block a:after {
    display: none; }
  .expert-quote-promo .fa-quote-left {
    font-size: 36px !important;
    left: 0 !important;
    margin-bottom: 5px;
    position: relative !important;
    top: 0 !important; }
  .expert-quote-promo__title {
    font-family: "Arial", sans-serif !important;
    font-size: 14px !important; }
  .print-2-col .expert-quote-promo {
    display: block !important;
    padding: 10px; }
    .print-2-col .expert-quote-promo img {
      max-width: 100% !important;
      margin-bottom: 10px; }
    .print-2-col .expert-quote-promo__quote blockquote {
      font-size: 13px; }

.focus-area-section {
  padding: 0 !important; }
  .focus-area-section__title {
    margin-bottom: 0 !important; }

.focus-items {
  margin-top: 10px !important; }

.focus-item-teaser {
  border-top-color: #CCC !important;
  padding: 20px 0 !important; }

.full-width-promo {
  height: auto !important;
  padding: 0 !important; }
  .full-width-promo__content > * {
    max-width: 100% !important; }
  .full-width-promo__divider-line {
    background-color: #CCC !important; }

.image__copyright {
  position: static !important;
  display: block !important;
  text-align: left !important; }

.logo-link img {
  max-width: 100px !important; }

.offices-ui__row {
  margin-top: 40px !important; }

.offices-ui__results-list {
  display: block !important; }

.opportunities__image-container {
  display: none !important; }

.opportunities__rte-container {
  position: relative !important;
  padding: 0 !important;
  display: block !important;
  margin: 0 !important; }

.opportunities__rte {
  max-width: 100% !important;
  padding: 0 !important;
  padding-top: 10px !important; }

.pullquote__quote {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  max-width: 90%;
  font-size: 23px !important;
  line-height: 1.3 !important; }
  .pullquote__quote:before {
    font-size: 23px !important; }
  .pullquote__quote:after {
    font-size: 23px !important;
    margin-right: 5px !important; }

.pullquote-section {
  break-inside: avoid; }

.search-container {
  margin: 0 !important; }

.search-box {
  width: 100% !important; }

.search-box__button {
  display: none !important; }

.search-full-width {
  margin-bottom: 0 !important; }

.search-facets, .search-tags__clear-all {
  display: none !important; }

.search-tags__container {
  padding: 0 !important; }

.search-tags {
  width: 100% !important;
  padding: 0 !important; }

.search-tags__tag {
  border: 1px dashed #CCC;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif !important; }

.search-item {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important; }

.search-item__image-link {
  display: none !important; }

.search-item__title a::after {
  display: block !important;
  margin-top: 10px !important; }

.search-results__status-sort {
  margin-bottom: 10px !important; }

.statistics-section {
  padding: 0 !important; }

.statistic {
  display: none !important; }
  .statistic.statistic--print {
    display: block !important;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    float: left !important;
    width: 33% !important;
    padding: 10px !important; }
  .statistic .statistic__super {
    font-size: 24px !important;
    padding: 0 !important;
    position: relative !important;
    top: -15px !important; }
  .statistic__counter-number {
    font-family: "Arial", sans-serif !important;
    font-size: 46px !important;
    font-weight: bold;
    line-height: 1.2 !important; }
  .statistic__summary {
    margin-top: 0;
    font-size: 13px;
    font-family: "Arial", sans-serif !important; }
  .statistic:before {
    display: none; }

.rte-section {
  font-family: "Arial", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.7;
  padding-top: 0 !important; }
  .rte-section:last-child {
    padding-bottom: 0 !important; }

.rte p,
.rte div {
  font-family: "Arial", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.7; }

.rte a {
  border-bottom: 0 !important;
  text-decoration: none !important;
  font-weight: normal !important; }
  .rte a:after {
    display: none !important; }

.rte .section-title-style-snippet {
  font-family: "Times New Roman", serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: bold;
  line-height: 1.2 !important; }

.title-and-summary__detail {
  font-family: "Arial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  margin-top: 0 !important;
  text-transform: none !important; }

.title-and-summary__divider-line {
  display: none !important; }

.title-and-summary__pipe {
  margin: 0 3px !important; }

.title-and-summary__summary {
  color: #808080 !important;
  font-family: "Arial", sans-serif;
  font-size: 18px !important;
  font-weight: bold;
  letter-spacing: 0.14px; }
  .title-and-summary__summary:first-line, .title-and-summary__summary:first-letter {
    color: #808080 !important; }
  .print-2-col .title-and-summary__summary {
    font-weight: bold;
    font-size: 18px !important; }

.title-and-summary__title {
  font-family: "Arial", sans-serif !important;
  font-size: 22px !important;
  margin-bottom: 12px !important; }
  .title-and-summary__title:after {
    background-color: #bfbfbf !important;
    content: '';
    margin-top: 8px;
    display: block;
    height: 4px;
    width: 125px; }

.title-and-summary__type {
  background-color: #cddbe2 !important;
  border: none !important;
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
  padding: 4px 10px !important; }

.title-summary-section {
  padding-top: 10px !important; }

.what-we-do {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }
  .what-we-do__title::after {
    background-color: #CCC !important;
    margin: 10px auto !important; }
  .what-we-do__block {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    margin-bottom: 0 !important; }

/* Hide banners */
.banner__outer-wrapper {
  display: none; }

.banner__image {
  background: none !important; }

.banner__large-notch {
  display: block;
  position: static;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* Hide related content components */
.teaser-block-section,
.related-experts-section,
.latest-news,
.news-list-section {
  display: none; }

/* Hide carousels */
.large-carousel-section,
.image-gallery-section,
.person-focus-section,
.people-river-section,
.featured-people-section {
  display: none; }

/* Hide floating & fullscreen stuff */
.back-to-top,
.cookie-warning,
.search-takeover,
.region-takeover,
.social-share {
  display: none; }

/* Hide interactive components */
.email-form-section,
.accordion-gallery-section,
.code-embed-section,
.downloads-button-section,
.offices-search__map-section {
  display: none; }

/* Hide navigation */
.left-page-navigation {
  display: none; }

/* Hide media components */
.video-section,
.image-section {
  display: none; }

/* Hide social */
.social-media-latest-news-section {
  display: none; }

/*  Force the printer to use web colors on webkit
    Note: No non-webkit equivalent
*/
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

/* Make sure images don't bleed off the paper & aren't distorted */
img, figure {
  display: none;
  max-width: 100% !important;
  height: auto;
  page-break-inside: avoid !important; }

/* Hide background images */
*,
*::before,
*::after {
  background-image: none !important; }

/* Hide various interactive elements */
object, audio, embed, video {
  display: none; }

/* Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */
table {
  max-width: 100% !important;
  page-break-after: avoid;
  page-break-inside: avoid; }
  table thead {
    display: table-header-group; }
  table tr {
    page-break-inside: avoid; }

footer {
  display: none; }

.copyright--print {
  display: block;
  margin-top: 15px; }

/*# sourceMappingURL=print-generated.css.map */
