﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

@font-face {
  font-family: 'TheSans-Italic';
  src: url("../fonts/TheSansB_300i.eot");
  src: url("../fonts/TheSansB_300i.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_300i.woff") format("woff"), url("../fonts/TheSansB_300i.svg#TheSansB_300_") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TheSans-Bold';
  src: url("../fonts/TheSansB_600_.eot");
  src: url("../fonts/TheSansB_600_.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_600_.woff") format("woff"), url("../fonts/TheSansB_600_.svg#TheSansB_600_") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TheSans-Bold-Italic';
  src: url("../fonts/TheSansB_600i.eot");
  src: url("../fonts/TheSansB_600i.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSansB_600i.woff") format("woff"), url("../fonts/TheSansB_600_.svg#TheSansB_600i") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 12pt;
  scroll-behavior: smooth; }

body {
  font-family: "TheSans", Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  color: #000;
  font-size: 1rem; }

em, i, .italic {
  font-family: "TheSans-Italic", Verdana, sans-serif; }

strong, b, .bold {
  font-family: "TheSans-Bold", Verdana, sans-serif; }

em strong, strong em, em b, b em, i strong, strong i, i b, b i {
  font-family: "TheSans-Bold-Italic", Verdana, sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "TheSans-Bold", Verdana, sans-serif;
  font-weight: normal; }

img {
  max-width: 100%; }

a {
  color: #0074BF;
  transition: all 0.2s linear;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  margin: 0 0 1rem 0; }

h1 {
  color: #0074BF;
  font-family: "TheSans-Bold", Verdana, sans-serif;
  font-weight: normal;
  font-size: 24pt;
  line-height: 1.1;
  margin: 3rem 0 1rem 0; }
  h1.large-heading {
    font-family: "TheSans", Verdana, sans-serif;
    font-size: 36pt;
    margin: 0 0 3rem 0; }
  h1.section-heading {
    font-family: "TheSans", Verdana, sans-serif;
    font-size: 18pt;
    color: #51626F; }

h2 {
  color: #0074BF;
  font-size: 18pt;
  margin: 3rem 0 1rem 0;
  line-height: 26px; }
  h2 em {
    font-family: "TheSans-Bold-Italic", Verdana, sans-serif;
    font-style: normal; }

h3 {
  color: #51626F;
  font-family: "TheSans-Bold", Verdana, sans-serif;
  font-weight: normal;
  font-size: 15pt;
  margin: 0 0 0.3rem 0; }

.highlight {
  font-size: 15pt;
  color: #51626F;
  margin: 1rem 0; }
  .highlight em {
    font-family: "TheSans-Italic", Verdana, sans-serif;
    font-style: normal; }

.highlight-heading {
  font-family: "TheSans-Italic", Verdana, sans-serif;
  color: #51626F;
  font-size: 16pt; }
  .highlight-heading span {
    color: #0074BF;
    font-family: "TheSans", Verdana, sans-serif; }

.highlight-alt {
  font-family: "TheSans-Italic", Verdana, sans-serif;
  color: #51626F;
  font-size: 16pt;
  margin: 0;
  position: relative;
  top: -40px; }
  .highlight-alt span {
    color: #0074BF;
    font-family: "TheSans", Verdana, sans-serif; }

.caption {
  display: block;
  margin: 1rem 0 0 0;
  color: #51626F;
  font-size: 8pt;
  font-family: "TheSans-Bold", Verdana, sans-serif; }

.button {
  display: inline-block;
  color: #fff;
  background: #0074BF;
  border-radius: 1rem;
  padding: 0.2rem 1.5rem 0.2rem 1.3rem;
  font-size: 10pt; }
  .button:hover {
    text-decoration: none;
    background: #005992; }
  .button::before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 0;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    position: relative;
    top: 4px;
    vertical-align: top;
    width: 6px;
    margin-right: 7px; }

.quote {
  font-family: "TheSans-Italic", Verdana, sans-serif;
  font-size: 18pt;
  color: #B9C0C5;
  line-height: 1.2;
  margin: 0 0 4rem 0; }
  .quote .caption {
    font-size: 11pt; }

.read-more, .download {
  clear: both;
  text-align: right; }

.image-right {
  float: right;
  margin: 0 0 1rem 1rem; }

.wrapper {
  max-width: 1366px;
  padding: 0 40px 0px 40px;
  box-sizing: border-box;
  margin: 0 auto; }

.header {
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.banner-image {
  height: 80px;
  background: url("../img/17849D-FSRC-Banner(1280x80).jpg") no-repeat left top;
  background-size: cover; }

.site-logo {
  margin: 0;
  position: relative;
  top: -6px; }
.site-nav {
  margin: 0 0rem 0 2.5rem; }
  .site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex; }
    .site-nav ul li {
      margin: 0 1.9rem; }
      .site-nav ul li a {
        color: #B9C0C5;
        font-size: 14pt; }
        .site-nav ul li a:hover {
          text-decoration: none;
          color: #4c4c4c; }

.site-search input {
  border: 1px solid #B9C0C5;
  padding: 0.25rem 20px 0.25rem 30px;
  background: url("../img/Search.png") no-repeat 5px center;
  font-size: 0.9rem;
  width: 300px;
  box-sizing: border-box; }

.site-search :-ms-input-placeholder {
  color: #B9C0C5; }

.site-search ::placeholder {
  color: #B9C0C5; }

.footer {
  border-top: 1px solid #b9c0c5;
  padding: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-links li {
      margin: 0 2rem 0 0;
      padding: 0; }

.content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin: 60px 0 0 0; }

.navigation {
  margin: 100px 0 0 0;
  box-sizing: border-box;
  width: 300px;
  min-width: 300px; }

.primary-navigation {
  margin: 0 0 4rem 0; }
  .primary-navigation ul {
    list-style: none;
    background: #4f6172;
    padding: 0;
    margin: 0; }
    .primary-navigation ul li {
      position: relative; }
      .primary-navigation ul li a {
        color: #fff;
        display: block;
        padding: 0.5rem 20px;
        border-bottom: 1px solid #3a4d5f;
        position: relative; }
        .primary-navigation ul li a:hover {
          background: rgba(0, 0, 0, 0.2);
          text-decoration: none; }
      .primary-navigation ul li.active {
        background: #0069b7; }
      .primary-navigation ul li .toggle {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        margin-top: -15px; }
        .primary-navigation ul li .toggle:after, .primary-navigation ul li .toggle:before {
          position: absolute;
          content: " ";
          background: #fff; }
        .primary-navigation ul li .toggle:before {
          top: 9px;
          left: 14px;
          width: 2px;
          height: 12px; }
        .primary-navigation ul li .toggle:after {
          top: 14px;
          left: 9px;
          width: 12px;
          height: 2px; }
        .primary-navigation ul li .toggle.toggle-open:before {
          display: none; }
      .primary-navigation ul li ul {
        display: none;
        background: #6f7c8d; }
        .primary-navigation ul li ul li ul {
          background: #a9b1bc; }

.nav-toggle {
  display: none; }

.main {
  width: 100%;
  margin: 0px 50px 0 0;
  background: #fff; }

.sector-buttons {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  left: 8px;
  width:80%}
  .sector-buttons li {
    margin: 0;
    padding: 0;
    width: 133px;
    overflow: hidden;
    display: block;
    padding:10px 20px;
    transition: all .2s ease-in-out; }
    .sector-buttons li:hover {
      -ms-transform: scale(1.05);
          transform: scale(1.05); }
    .sector-buttons li img {
      width: 140px;
      max-width: none;
      position: relative;
      left: -8px; }

.sector-descriptions {
  padding: 0 0 0 2rem; }

.quick-links {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .quick-links li {
    padding: 0;
    margin: 1rem 1%;
    width: 31%; }
    .quick-links li a {
      border: 3px solid #a60055;
      border-radius: 8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      min-height: 60px;
      height: 50px;
      color: #a60055;
      text-align: center;
      font-family: "TheSans-Bold", Verdana, sans-serif;
      line-height: 1.2;
      text-decoration: none;
      padding: 0 1rem;
      text-transform: uppercase; }
      .quick-links li a:hover {
        background: #a60055;
        color: #fff; }
      .quick-links li a span {
        max-height: 3.5rem;
        overflow: hidden; }

ul.timelines {
  list-style: none;
  padding: 0;
  margin: 0 0 5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  ul.timelines > li {
    width: 28%; }
    ul.timelines > li h2 {
      color: #51626F;
      font-size: 16pt;
      line-height: 1.2;
      position: relative;
      padding-left: 50px;
      font-family: "TheSans", Verdana, sans-serif; }
      ul.timelines > li h2 img {
        position: absolute;
        top: 5px;
        left: 0; }
    ul.timelines > li ul {
      list-style: disc;
      padding: 0 0 0 18px; }
      ul.timelines > li ul li {
        margin: 0.5rem 0; }

.contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 4rem 0; }
  .contacts h2 {
    width: 100%;
    font-family: "TheSans-Bold", Verdana, sans-serif;
    font-weight: normal;
    color: #0074BF;
    ztext-transform: uppercase;
    font-size: 18pt;
    line-height: 1.1;
    margin: 0; }
  .contacts .contacts-list {
    list-style: none;
    padding: 0; }
    .contacts .contacts-list li {
      margin: 2rem 0;
      min-height: 100px;
      padding: 0 0 0 100px;
      position: relative; }
      .contacts .contacts-list li p {
        margin: 0;
        line-height: 1.3;
        font-size: 12pt; }
      .contacts .contacts-list li .name, .contacts .contacts-list li .role, .contacts .contacts-list li .phone span {
        color: #0074BF;
        font-family: "TheSans-Bold", Verdana, sans-serif; }
      .contacts .contacts-list li .email a {
        text-decoration: none;
        word-break: break-word;
        color: #51626F; }
      .contacts .contacts-list li .photo {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 80px;
        height: 80px; }
        .contacts .contacts-list li .photo img {
          display: block;
          width: 100%; }

.contacts-carousel-container {
  max-width: 700px;
  width: 700px;
  position: relative;
  zborder:thin solid silver;}

.contacts-carousel {
  margin: 2rem 0 4rem 0; 
  zborder:thin solid yellow;}
  .contacts-carousel .slick-slide {
    padding: 0 .8rem 0 0;
    box-sizing: border-box; }
    .contacts-carousel .slick-slide p {
      margin: 0;
      line-height: 1.3;
      font-size: 12pt; }
    .contacts-carousel .slick-slide .name {
      color: #0074BF;
      font-family: "TheSans-Bold", Verdana, sans-serif; }
    .contacts-carousel .slick-slide .role {
      zcolor: #0074BF;
      font-family: "TheSans-Bold", Verdana, sans-serif; }
    .contacts-carousel .slick-slide .phone span {
      color: #0074BF;
      font-family: "TheSans-Bold", Verdana, sans-serif; }
    .contacts-carousel .slick-slide .email {
      font-size: 0.7rem;
      line-height: 1.5; }
      .contacts-carousel .slick-slide .email a {
        text-decoration: none;
        word-break: break-word;
        color: #51626F; }
    .contacts-carousel .slick-slide .photo {
      overflow: hidden;
      width: 80px;
      height: 80px;
      margin: 0 0 0.5rem 0; }
      .contacts-carousel .slick-slide .photo img {
        display: block;
        width: 100%; }

.what-we-think-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .what-we-think-links li {
    width: 30%;
    margin: 0; }
    .what-we-think-links li a {
      display: block; }
      .what-we-think-links li a img {
        float: left;
        margin: 0 10px 5px 0; }
      .what-we-think-links li a h3 {
        font-size: 15pt;
        color: #51626F;
        margin: 0;
        line-height: 1.2; }
      .what-we-think-links li a .desc {
        margin: 0;
        padding: 1rem 0;
        clear: both;
        color: #000; }
      .what-we-think-links li a:hover {
        text-decoration: none; }
        .what-we-think-links li a:hover h3 {
          text-decoration: underline; }
.footnotes ol li{
	font-size: .8em;
}
@media (max-width: 1175px) {
  .hero {
    display: none; }
  .site-nav {
    margin: 0; }
    .site-nav ul li {
      margin: 0 1rem; } }

@media (max-width: 1024px) {
  .header {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 2rem 0; }
  .site-logo {
    top: 0; }
  .content {
    -ms-flex-direction: column;
        flex-direction: column; }
  .highlight-alt {
    top: -20px; }
  .read-more {
    text-align: center; }
  .contacts-carousel-container {
    max-width: none;
    width: auto;
    position: relative;
    left: 0.5rem; }
  .navigation {
    display: none;
    margin: 0;
    width: auto;
    min-width: 0; }
    .navigation .quote {
      display: none; }
  .nav-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 100;
    width: 60px;
    height: 60px;
    z-index: 9999; }
    .nav-toggle ul {
      padding: 15px;
      margin: 0; }
      .nav-toggle ul li {
        list-style: none;
        width: 100%;
        height: 3px;
        background: #06c;
        margin-bottom: 6px;
        position: relative;
        transition: all 500ms ease; }
        .nav-toggle ul li:first-child {
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          top: 0px; }
        .nav-toggle ul li:last-child {
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
          top: 0px; }
  .mobile-nav-open .nav-toggle ul li {
    opacity: 0; }
    .mobile-nav-open .nav-toggle ul li:first-child {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      top: 12px;
      opacity: 1; }
    .mobile-nav-open .nav-toggle ul li:last-child {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: -6px;
      opacity: 1; }
  ul.timelines {
    list-style: none;
    padding: 0;
    margin: 0 0 5rem 0;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    ul.timelines > li {
      width: auto; }
      ul.timelines > li h2 {
        color: #51626F;
        font-size: 16pt;
        line-height: 1.2;
        position: relative;
        padding-left: 50px;
        font-family: "TheSans", Verdana, sans-serif; }
        ul.timelines > li h2 img {
          position: absolute;
          top: -10px;
          left: 0; }
      ul.timelines > li ul {
        list-style: disc;
        padding: 0 0 0 18px; }
        ul.timelines > li ul li {
          margin: 0.5rem 0; } }

@media (max-width: 991px) {
  .content {
    display: block; }
  .main {
    margin: 0; }
  .aside {
    width: auto;
    min-width: auto; }
  .footer {
    -ms-flex-direction: column;
        flex-direction: column; }
    .footer .footer-links {
      margin: 0 0 1rem 0; }
      .footer .footer-links li {
        margin: 0 1rem; }
  .quick-links li {
    width: 100%; }
  .sector-buttons {
    width: auto;
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .sector-buttons li {
      float: none; }
      .sector-buttons li:nth-child(5) {
        clear: none;
        margin-left: 0px; }
  .sector-descriptions {
    padding: 0 1rem; }
  .contacts {
    display: block; }
  .image-right {
    float: none;
    margin: 1rem 0; } }

@media (max-width: 575px) {
  .site-nav ul li {
    margin: 0 0.2rem; }
    .site-nav ul li a {
      font-size: 12pt; } 
    .site-logo img{
	width:90%;
}
}
