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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-prev {
  left: 20px;
  transform: rotate(180deg);
}

.slick-next {
  right: 20px;
}

.slick-prev, .slick-next {
  background: red;
  z-index: 9;
  background: url(../images/small-white-arrow.svg) no-repeat;
  background-position: center center;
  width: 32px;
  height: 30px;
  background-size: 32px;
}

@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "Graphik Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

h1, h2, h3, h4, h5 {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.Graphik-Regular-Web,
h1.Graphik-Regular-Web,
h2.Graphik-Regular-Web,
h3.Graphik-Regular-Web,
h4.Graphik-Regular-Web,
h5.Graphik-Regular-Web {
  font-family: "Graphik Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.Graphik-Medium-Web, .filters-selected {
  font-family: "Graphik Web";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.Graphik-Semibold-Web {
  font-family: "Graphik Web";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

/*  ==========================================================================
    NORMALIZE
    ========================================================================== */
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::selection {
  color: #fff;
  background-color: #328efd;
}

::-moz-selection {
  color: #fff;
  background-color: #328efd;
}

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

dd {
  margin: 0 0 0 40px;
}

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* Select styling in Firefox */
@-moz-document url-prefix() {
  select {
    padding: 0.8em 0.75em;
  }
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}

*:first-child + html input.button {
  overflow: visible; /* remove padding from left/right */
  width: auto !important;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; /* change background colour of autofill inputs in webkit */
}

input[type=button],
input[type=submit],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
select,
button,
textarea {
  margin: 0;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  border: 1px solid #ccc;
}

input[type=submit] {
  border: none 0;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
}

input[type=text],
input[type=search],
select,
textarea {
  cursor: default;
}

button {
  border: none 0;
}

*:first-child + html input.button {
  overflow: visible; /* remove padding from left/right */
  width: auto !important;
}

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

td,
th {
  vertical-align: top;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.bg-primary p a, .bg-primary ul a, .bg-primary ul li a, .bg-primary ol a, .bg-primary ol li a, .bg-primary blockquote a {
  color: #ffffff;
  text-decoration: none;
}
.bg-primary a {
  color: #ffffff;
  text-decoration: none;
}

.header {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header .logo {
  width: 165px;
  height: 20px;
  background: url(../images/dundas-logo.svg) no-repeat;
  position: relative;
  display: inline-block;
  color: transparent;
  text-indent: -999px;
}
.header #nav-hamburger {
  width: 22px;
  height: 22px;
  background: url(../images/hamburger-blue.svg) no-repeat;
  background-size: 23px 12px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.HomePage .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

@media only screen and (min-width: 700px) {
  .header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header #nav-hamburger {
    background-size: 28px 16px;
    width: 30px;
    height: 30px;
    top: 50px;
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .logo {
    width: 235px;
    height: 30px;
  }
  .header .wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header #nav-hamburger {
    display: none;
  }
  .HomePage .header {
    transition: background-color 0.25s ease;
    background: transparent;
  }
  .HomePage .header:hover {
    background: #ffffff;
  }
}
nav {
  display: none;
  background: #002B86;
  position: fixed;
  padding: 100px 20px 20px 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  overflow-y: scroll;
}
nav:before {
  content: "Menu";
  font-size: 12px;
  line-height: 15px;
  color: #8c9cc4;
  left: 20px;
  top: 20px;
  position: absolute;
}
nav #nav-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 23px;
  background: url(../images/dundas-nav-close.svg) no-repeat center center;
}
nav ul {
  margin: 0;
  margin-bottom: 20px;
}
nav ul li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  text-decoration: none;
}
nav ul li a.js-parent:after {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 1px;
  width: 10px;
  height: 22px;
  background: url(../images/dundas-nav-mobile-dropdown.svg) no-repeat;
  background-position: 0 center;
  background-size: 6px;
  transition: transform 0.25s ease;
}
nav ul li a:hover:after {
  transform: rotate(90deg);
}
nav ul li a.js-parent.activenav + ul {
  max-height: 700px;
}
nav ul li ul {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
nav ul li ul li:first-child {
  padding-top: 20px;
}
nav ul li ul li:last-child {
  padding-bottom: 20px;
}
nav ul li ul li a {
  font-size: 14px;
  line-height: 26px;
}
nav ul li ul li a:after {
  content: none;
}

@media only screen and (min-width: 700px) {
  nav {
    left: auto;
    width: 380px;
    padding: 125px 35px 35px 35px;
  }
  nav:before {
    top: 45px;
    left: 35px;
  }
  nav #nav-close {
    top: 50px;
    right: 57px;
  }
  nav ul li a {
    font-size: 24px;
    line-height: 48px;
  }
  nav ul li a.js-parent:after {
    top: 4px;
    margin-left: 15px;
  }
  nav ul li ul li a {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  nav, .HomePage .header:hover nav {
    padding: 0;
    position: relative;
    background: transparent;
    width: auto;
    display: block !important;
    padding-top: 5px;
    overflow-y: hidden;
  }
  nav:before, .HomePage .header:hover nav:before {
    content: none;
  }
  nav #nav-close, .HomePage .header:hover nav #nav-close {
    display: none;
  }
  nav ul, .HomePage .header:hover nav ul {
    display: block;
    display: flex;
    justify-content: space-between;
  }
  nav ul.master-nav, .HomePage .header:hover nav ul.master-nav {
    transition: height 0.25s ease;
  }
  nav ul.master-nav.master-nav-grow, .HomePage .header:hover nav ul.master-nav.master-nav-grow {
    height: 220px;
  }
  nav ul.Graphik-Regular-Web, .HomePage .header:hover nav ul.Graphik-Regular-Web {
    width: 680px;
  }
  nav ul li, .HomePage .header:hover nav ul li {
    vertical-align: top;
    display: inline-block;
  }
  nav ul li:last-of-type, .HomePage .header:hover nav ul li:last-of-type {
    min-width: auto;
  }
  nav ul li a, .HomePage .header:hover nav ul li a {
    color: #8B8D90;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
  }
  nav ul li a:hover, nav ul li a:focus, nav ul li a:active, .HomePage .header:hover nav ul li a:hover, .HomePage .header:hover nav ul li a:focus, .HomePage .header:hover nav ul li a:active {
    color: #414042;
  }
  nav ul li a.js-parent:after, .HomePage .header:hover nav ul li a.js-parent:after {
    content: none;
  }
  nav ul li ul, .HomePage .header:hover nav ul li ul {
    display: block;
    position: absolute;
    max-width: 130px;
  }
  nav ul li ul li, .HomePage .header:hover nav ul li ul li {
    display: block;
  }
  nav ul li ul li:first-of-type, .HomePage .header:hover nav ul li ul li:first-of-type {
    padding-top: 65px;
  }
  nav ul li ul li:last-of-type, .HomePage .header:hover nav ul li ul li:last-of-type {
    padding-bottom: 25px;
  }
  nav ul li ul li a, .HomePage .header:hover nav ul li ul li a {
    font-size: 17px;
    line-height: 25px;
  }
  nav ul li ul li a:hover, nav ul li ul li a:focus, nav ul li ul li a:active, .HomePage .header:hover nav ul li ul li a:hover, .HomePage .header:hover nav ul li ul li a:focus, .HomePage .header:hover nav ul li ul li a:active {
    color: #002B87;
    border-bottom: none;
  }
  .HomePage.activeHomeNav header {
    position: relative;
  }
  .HomePage.activeHomeNav nav ul li a {
    color: #8B8D90;
  }
  .HomePage.activeHomeNav nav ul li a:hover, .HomePage.activeHomeNav nav ul li a:focus, .HomePage.activeHomeNav nav ul li a:active {
    color: #414042;
  }
  .HomePage.activeHomeNav nav ul li a:hover:before, .HomePage.activeHomeNav nav ul li a:focus:before, .HomePage.activeHomeNav nav ul li a:active:before {
    background: #8B8D90;
  }
  .HomePage.activeHomeNav nav ul li ul li a:hover, .HomePage.activeHomeNav nav ul li ul li a:focus, .HomePage.activeHomeNav nav ul li ul li a:active {
    color: #002B87;
  }
  .HomePage.activeHomeNav nav ul li ul li a:hover:before, .HomePage.activeHomeNav nav ul li ul li a:focus:before, .HomePage.activeHomeNav nav ul li ul li a:active:before {
    background: #002B87;
  }
  .HomePage nav ul li a {
    color: #ffffff;
  }
  body.ExpertisePage nav ul li a.ExpertisePage {
    color: #414042;
  }
  body.OurPeoplePage nav ul li a.OurPeoplePage {
    color: #414042;
  }
  body.AboutUsPage nav ul li a.AboutUsPage {
    color: #414042;
  }
  body.InsightHolder nav ul li a.InsightHolder {
    color: #414042;
  }
  body.InsightPage nav ul li a.InsightPage {
    color: #414042;
  }
  body.ContactUsPage nav ul li a.ContactUsPage {
    color: #414042;
  }
}
.banner {
  width: 100%;
  min-height: 440px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-copy {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.banner-copy h1 {
  font-size: 18px;
  line-height: 33px;
  color: #414042;
  max-width: 300px;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.banner-copy h1:before {
  content: "";
  position: absolute;
  margin-left: 30px;
  width: 20px;
  height: 11px;
  background: url(../images/banner-heading-dropdown-dark.svg) no-repeat;
  right: 0px;
  top: 12px;
  background-size: 20px;
}
.banner-copy h2 {
  font-size: 25px;
  line-height: 33px;
  color: #002B87;
  padding-bottom: 40px;
  max-width: 400px;
}
.banner-copy .banner-down {
  position: absolute;
  right: 0;
  cursor: pointer;
  bottom: 20px;
  width: 22px;
  height: 12px;
  background: url(../images/banner-down-arrow.svg) no-repeat;
  background-size: 22px 12px;
  animation: bounce 2s infinite;
}
.banner-homepage .banner-copy h1 {
  color: #ffffff;
  font-size: 27px;
  line-height: 33px;
  max-width: 300px;
}
.banner-homepage .banner-copy h1:before {
  content: none;
}
.banner-insight {
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-insight h1 {
  color: #002B87;
  font-size: 27px;
  line-height: 33px;
  max-width: 450px;
}
.banner-insight h1:before {
  content: none;
}
.banner-insight span {
  display: block;
  padding-top: 40px;
  color: #414042;
  font-size: 25px;
  line-height: 33px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media only screen and (min-width: 700px) {
  .banner {
    min-height: 540px;
  }
  .banner-copy {
    padding-bottom: 30px;
  }
  .banner-copy h1 {
    font-size: 18px;
    line-height: 34px;
    max-width: 780px;
  }
  .banner-copy h2 {
    font-size: 33px;
    line-height: 40px;
    max-width: 440px;
  }
  .banner-copy .banner-down {
    bottom: 30px;
  }
  .banner-homepage h1, .banner-insight h1 {
    font-size: 33px;
    line-height: 40px;
    max-width: 320px;
  }
  .banner-insight {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 400px;
  }
  .banner-insight h1 {
    max-width: 540px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner {
    min-height: calc(100vh - 149px);
  }
  .banner .wrapper-inner-wide {
    display: flex;
    align-items: flex-end;
    height: calc(100vh - 149px);
  }
}
@media only screen and (min-width: 1200px) and (min-height: 1089px) {
  .banner {
    min-height: 940px;
  }
  .banner .wrapper-inner-wide {
    display: flex;
    align-items: flex-end;
    height: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-copy {
    padding-bottom: 110px;
  }
  .banner-copy h1 {
    font-size: 25px;
    line-height: 34px;
    max-width: 780px;
  }
  .banner-copy h2 {
    font-size: 55px;
    line-height: 65px;
    max-width: 650px;
    padding-bottom: 100px;
  }
  .banner-copy .banner-down {
    bottom: 110px;
  }
  .banner-homepage {
    height: 100vh;
  }
  .banner-homepage .banner-copy {
    padding-bottom: 110px;
  }
  .banner-homepage .banner-copy h1 {
    font-size: 83px;
    line-height: 100px;
    max-width: 780px;
  }
  .banner-homepage .banner-copy .banner-down {
    bottom: 110px;
    width: 39px;
    height: 20px;
    background-size: 39px 20px;
  }
  .banner-insight {
    min-height: 730px;
  }
  .banner-insight .wrapper-inner-tight {
    height: 730px;
    display: flex;
    align-items: center;
  }
  .banner-insight .banner-copy {
    padding-bottom: 0;
  }
  .banner-insight h1 {
    font-size: 55px;
    line-height: 65px;
    max-width: 860px;
  }
  .banner-insight span {
    padding-top: 80px;
  }
}
.insight-entry {
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.insight-entry-img {
  display: block;
}
.insight-entry-img img {
  width: auto;
  max-width: 100%;
}
.insight-entry-copy {
  color: #ffffff;
  padding: 20px 0 50px 0;
  position: relative;
}
.insight-entry-copy h3 {
  font-size: 16px;
  line-height: 21px;
  color: #002B86;
  position: relative;
}
.insight-entry-copy h3:after {
  content: "";
  z-index: 1;
  position: absolute;
  margin-top: 40px;
  left: 0px;
  background: url(../images/long-grey-arrow.svg) no-repeat;
  background-position: center right;
  width: 30px;
  height: 14px;
  background-size: 36px;
  transition: width 0.25s ease;
}
.insight-entry-copy h5 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #8A8C8F;
}
.insight-entry-featured {
  margin-bottom: 50px;
}
.insight-entry-featured .insight-entry-img img {
  display: none;
}
.insight-entry-featured .insight-entry-img img:first-of-type {
  display: block;
}
.insight-entry-featured .insight-entry-copy {
  background: #002B86;
  padding: 20px 20px 50px 20px;
}
.insight-entry-featured .insight-entry-copy h3, .insight-entry-featured .insight-entry-copy h5, .insight-entry-featured .insight-entry-copy p {
  color: #ffffff;
}
.insight-entry-featured .insight-entry-copy h3 {
  margin-bottom: 15px;
}
.insight-entry-featured .insight-entry-copy h5 {
  margin-bottom: 10px;
}
.insight-entry-featured .insight-entry-copy h3:after {
  content: none;
}
.insight-entry-featured .insight-entry-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}
.insight-entry-featured .insight-entry-copy p:last-of-type {
  margin-bottom: 0;
}
.insight-entry-featured .insight-entry-copy p:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  margin-top: 35px;
  background: url(../images/long-white-arrow.svg) no-repeat;
  background-position: center right;
  width: 30px;
  height: 14px;
  background-size: 36px;
  transition: width 0.25s ease;
}
.insight-entry:hover .insight-entry-copy h3:after, .insight-entry:focus .insight-entry-copy h3:after, .insight-entry:active .insight-entry-copy h3:after {
  width: 36px;
}
.insight-entry:hover .insight-entry-copy p:after, .insight-entry:focus .insight-entry-copy p:after, .insight-entry:active .insight-entry-copy p:after {
  width: 36px;
}

@media only screen and (min-width: 700px) {
  .insights {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .insights .insight-entry, .insights i {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1199px) {
  .insights .insight-entry:nth-child(3) {
    display: none;
  }
  #js-insight-list .insight-entry:nth-child(3) {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .insight-entry {
    margin-bottom: 30px;
  }
  .insight-entry-featured {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .insight-entry-featured .insight-entry-img img {
    display: block;
  }
  .insight-entry-featured .insight-entry-img img:first-of-type {
    display: none;
  }
  .insight-entry-featured .insight-entry-copy {
    background: #002B86;
    padding: 30px 30px 30px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .insight-entry-featured .insight-entry-copy h3, .insight-entry-featured .insight-entry-copy h5, .insight-entry-featured .insight-entry-copy p {
    color: #ffffff;
  }
  .insight-entry-featured .insight-entry-copy p {
    font-size: 14px;
    line-height: 19px;
  }
  .insight-entry-featured .insight-entry-copy p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .insights {
    padding-bottom: 80px;
  }
  .insights .insight-entry {
    width: calc(33.3333% - 33.333px);
  }
  .insights i {
    width: calc(33.3333% - 33.333px);
  }
  .insight-entry {
    margin-bottom: 50px;
  }
  .insight-entry-copy {
    color: #ffffff;
    padding: 30px 0 50px 0;
  }
  .insight-entry-copy h3 {
    font-size: 25px;
    line-height: 34px;
    color: #002B86;
  }
  .insight-entry-copy h3:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0px;
    background: url(../images/long-grey-arrow.svg) no-repeat;
    background-position: center right;
    width: 49px;
    height: 14px;
    background-size: auto;
    transition: width 0.25s ease;
    margin-top: 55px;
  }
  .insight-entry-copy h5 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .insight-entry-featured .insight-entry-img {
    max-width: 630px;
  }
  .insight-entry-featured .insight-entry-img img {
    display: none;
  }
  .insight-entry-featured .insight-entry-img img:first-of-type {
    display: block;
  }
  .insight-entry-featured .insight-entry-copy {
    padding: 30px 30px 50px 30px;
  }
  .insight-entry-featured .insight-entry-copy h3 {
    margin-bottom: 20px;
  }
  .insight-entry-featured .insight-entry-copy p {
    font-size: 17px;
    line-height: 24px;
  }
  .insight-entry-featured .insight-entry-copy p:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0px;
    background: url(../images/long-white-arrow.svg) no-repeat;
    background-position: center right;
    width: 49px;
    height: 14px;
    background-size: auto;
    transition: width 0.25s ease;
    margin-top: 45px;
  }
  .insight-entry:hover .insight-entry-copy h3:after, .insight-entry:focus .insight-entry-copy h3:after, .insight-entry:active .insight-entry-copy h3:after {
    width: 63px;
  }
  .insight-entry:hover .insight-entry-copy p:after, .insight-entry:focus .insight-entry-copy p:after, .insight-entry:active .insight-entry-copy p:after {
    width: 63px;
  }
}
@media only screen and (min-width: 1360px) {
  .insight-entry-featured .insight-entry-img {
    max-width: 840px;
  }
}
.footer {
  border-bottom: 1px solid #414042;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.footer-copy {
  margin-bottom: 40px;
}
.footer-copy h5 {
  color: #002B86;
  font-size: 14px;
  line-height: 19px;
}
.footer-addresses-physical .footer-addresses-entry {
  margin-bottom: 20px;
  max-width: 180px;
}
.footer-addresses-physical .footer-addresses-social .footer-addresses-entry {
  margin-bottom: 0px;
}
.footer-addresses-entry {
  color: #8A8C8F;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.footer-addresses-entry a {
  color: #8A8C8F;
  text-decoration: none;
}
.footer-addresses-entry a:hover, .footer-addresses-entry a:focus, .footer-addresses-entry a:active {
  color: #002B86;
}
.footer-small {
  display: grid;
}
.footer-small-copyright, .footer-small-newsletter {
  padding-top: 40px;
  color: #8A8C8F;
  font-size: 12px;
  line-height: 17px;
}
.footer-small-copyright {
  order: 2;
  padding-bottom: 60px;
}
.footer-small-newsletter {
  order: 1;
  padding-top: 30px;
}
.footer-small-newsletter p:first-of-type {
  margin-top: 0;
}
.footer-small-newsletter #mc_embed_signup {
  width: 100%;
  border-bottom: 1px solid #8A8C8F;
  max-width: 400px;
}
.footer-small-newsletter #mc_embed_signup .success-feedback {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #002B86;
  padding-left: 0;
  height: 30px;
  position: relative;
  display: none;
}
.footer-small-newsletter #mc_embed_signup .success-feedback:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 13px;
  background: url(../images/newsletter-tick.svg) no-repeat;
}
.footer-small-newsletter #mc_embed_signup form {
  width: 100%;
  padding: 0;
}
.footer-small-newsletter #mc_embed_signup form ::-webkit-input-placeholder, .footer-small-newsletter #mc_embed_signup form ::-moz-placeholder,
.footer-small-newsletter #mc_embed_signup form :-ms-input-placeholder, .footer-small-newsletter #mc_embed_signup form :-moz-placeholder {
  font-size: 12px;
  line-height: 17px;
}
.footer-small-newsletter #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-small-newsletter #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: calc(100% - 13px);
}
.footer-small-newsletter #mc_embed_signup form #mc_embed_signup_scroll input.email {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  color: #8A8C8F;
  padding-left: 0;
  height: 30px;
}
.footer-small-newsletter #mc_embed_signup form #mc_embed_signup_scroll .clear {
  width: 13px;
  display: inline-block;
}
.footer-small-newsletter #mc_embed_signup form #mc_embed_signup_scroll .clear input[type=submit] {
  width: 20px;
  height: 13px;
  background: url(../images/footer-newsletter-submit.svg) no-repeat;
}
.footer #backtotop {
  width: 17px;
  height: 32px;
  background: url(../images/footer-back-to-top.svg) no-repeat;
  background-size: 17px 63px;
  background-position: top center;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 60px;
  transform: translateY(0px);
  transition: transform 0.25s ease, height 0.25s ease;
}
.footer #backtotop:hover {
  transform: translateY(-18px);
  height: 48px;
}

@media only screen and (min-width: 700px) {
  .footer {
    border-bottom: 1px solid #414042;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .footer-copy {
    margin-bottom: 40px;
  }
  .footer-copy h5 {
    color: #002B86;
    font-size: 14px;
    line-height: 19px;
  }
  .footer-addresses-physical {
    max-width: 520px;
    display: grid;
    grid-template-columns: auto auto;
  }
  .footer-addresses-physical .footer-addresses-entry, .footer-addresses-physical .footer-addresses-social {
    width: 260px;
    display: inline-block;
    order: 1;
  }
  .footer-addresses-physical .footer-addresses-entry-ex {
    order: 4;
  }
  .footer-addresses-physical .footer-addresses-social {
    order: 3;
  }
  .footer-small-newsletter {
    padding-top: 40px;
  }
  .footer-small-newsletter-copy {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .footer-copy {
    padding-right: 40px;
  }
  .footer-copy h5 {
    font-size: 25px;
    line-height: 34px;
  }
  .footer-addresses-physical {
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 50px;
  }
  .footer-addresses-physical .footer-addresses-entry-ex {
    order: 1;
  }
  .footer-addresses-physical .footer-addresses-social {
    order: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .footer-small-copyright {
    order: 1;
    padding: 0;
    padding-bottom: 40px;
    padding-right: 40px;
  }
  .footer-small-newsletter {
    padding: 0;
    width: 100%;
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 50px;
  }
  .footer-small-newsletter #mc_embed_signup {
    max-width: 480px;
  }
  .footer #backtotop {
    top: 80px;
  }
}
@media only screen and (min-width: 1630px) {
  .footer-addresses-physical {
    margin-right: 150px;
    max-width: 870px;
  }
  .footer-small-newsletter {
    margin-right: 150px;
    max-width: 870px;
  }
  .footer-small-newsletter #mc_embed_signup {
    max-width: 520px;
  }
  .footer-small-newsletter #mc_embed_signup .success-feedback {
    font-size: 14px;
  }
}
body {
  background: #ffffff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  outline: 0;
}
.wrapper-inner {
  text-align: left;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.wrapper-inner-tight {
  max-width: 1430px;
}
.wrapper-inner-wide, .wrapper-inner-wide-offset {
  max-width: 1900px;
}
.wrapper-inner-offset {
  max-width: 1900px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1830px) {
  .wrapper-inner-offset-training {
    max-width: 1430px;
  }
}

.res-div {
  padding-top: 40px;
  border-bottom: 1px solid #414042;
}

.byline {
  color: #002B86;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.byline p {
  color: #002B86;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.byline a {
  color: #002B86;
  text-decoration: underline;
}
.byline a:hover, .byline a:focus, .byline a:active {
  text-decoration: none;
}
.byline a.byline-link {
  margin-top: 20px;
  display: inline-block;
  color: #8A8C8F;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
}

.overlay-blocks {
  border-bottom: 1px solid #414042;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}
.overlay-blocks-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 400px;
  text-decoration: none;
  margin-bottom: 20px;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.overlay-blocks-item:hover:before, .overlay-blocks-item:focus:before, .overlay-blocks-item:active:before {
  background-color: #002B86;
}
.overlay-blocks-item:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.overlay-blocks-item span {
  padding: 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  z-index: 2;
}

.bg-primary {
  background: #002B86;
}

.bg-secondary {
  background: #EAEDF4;
}

.bg-tertiary {
  background: #EBEEF5;
}

.content-feature {
  padding-top: 50px;
  padding-bottom: 60px;
}
.content-feature .caption {
  opacity: 0.5;
  margin-top: 10px;
  margin-bottom: 40px;
}
.content-feature-content-title h2 {
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.content-feature-content-copy {
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
}
.content-feature-content-copy h5 {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 20px;
}
.content-feature-content-copy p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  margin-bottom: 20px;
}
.content-feature-content-copy:first-child {
  font-size: 16px;
  line-height: 21px;
}
.content-feature-content-copy:last-child {
  margin-bottom: 40px;
}
.content-feature-content-copy .white-arrow {
  margin-bottom: 20px;
}
.content-feature-content-copy .white-arrow:after {
  margin-top: 0;
}
.content-feature-img {
  width: 100%;
}
.content-feature-img img {
  width: auto;
  max-width: 100%;
}
.content-feature .content-feature-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.content-feature .content-feature-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-feature .content-feature-story-img {
  width: 100%;
}
.content-feature .content-feature-story-img img {
  width: auto;
  max-width: 100%;
}
.content-feature .content-feature-story-img p {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.5;
}
.content-feature .content-feature-story-img p:last-of-type {
  margin-bottom: 40px;
}
.content-feature .content-feature-story-title h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px;
  color: #ffffff;
  text-align: left;
}

@media only screen and (min-width: 700px) {
  .wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .byline {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 570px;
  }
  .byline p {
    font-size: 19px;
    line-height: 28px;
  }
  .overlay-blocks {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .overlay-blocks-item {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .overlay-blocks-item span {
    font-size: 21px;
    line-height: 18px;
  }
  .content-feature {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .content-feature-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-feature-content-title {
    width: 50%;
  }
  .content-feature-content-title h2 {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .content-feature-content-copy:last-child {
    margin-bottom: 50px;
  }
  .content-feature-half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-feature-half .content-feature-content, .content-feature-half .content-feature-img {
    width: calc(50% - 30px);
    max-width: none;
  }
  .content-feature-half .content-feature-img .content-feature-content-copy > p:first-of-type {
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-inner {
    padding-left: 110px;
    padding-right: 110px;
  }
  .res-div {
    padding-top: 130px;
  }
  .byline {
    padding-top: 250px;
    padding-bottom: 210px;
    max-width: 1060px;
  }
  .byline p {
    font-size: 36px;
    line-height: 50px;
  }
  .byline a.byline-link {
    margin-top: 40px;
    font-size: 17px;
    line-height: 20px;
  }
  .overlay-blocks-item {
    height: 1015px;
    max-height: 100vh;
  }
  .overlay-blocks-item span {
    font-size: 55px;
    line-height: 65px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (hover: hover) {
  .overlay-blocks-item span {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .overlay-blocks-item:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 50px;
    right: 50px;
    background: url(../images/white-arrow.svg) no-repeat;
    width: 40px;
    background-size: 60px;
    background-position: center right;
    height: 16px;
    opacity: 0;
    transform: translate(-20px);
    transition: transform 0.5s ease, opacity 0.5s ease, width 0.5s ease;
  }
  .overlay-blocks-item:hover span, .overlay-blocks-item:focus span, .overlay-blocks-item:active span {
    display: block;
  }
  .overlay-blocks-item:hover:after, .overlay-blocks-item:focus:after, .overlay-blocks-item:active:after {
    transform: translate(0px);
    width: 60px;
    opacity: 1;
  }
  .content-feature {
    padding-top: 110px;
    padding-bottom: 110px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .content-feature .content-feature-story-img {
    margin-top: 100px;
  }
  .content-feature .content-feature-story-img p {
    font-size: 17px;
    line-height: 24px;
  }
  .content-feature-half .content-feature-img .content-feature-content-copy > p:first-of-type {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 34px;
  }
  .content-feature .content-feature-story-title h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .content-feature .content-feature-img .content-feature-content-copy > p:first-of-type {
    margin-bottom: 100px;
  }
  .content-feature .content-feature-img .content-feature-content-copy .caption {
    margin-bottom: 80px;
  }
  .content-feature-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 160px;
    width: 460px;
    max-width: 460px;
  }
  .content-feature-content-title {
    width: 100%;
  }
  .content-feature-content-title h2 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 50px;
  }
  .content-feature-content-copy {
    width: 100%;
  }
  .content-feature-content-copy h5 {
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    margin-bottom: 30px;
  }
  .content-feature-content-copy p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .content-feature-content-copy:first-child {
    font-size: 25px;
    line-height: 34px;
  }
  .content-feature-content-copy:last-child {
    margin-bottom: 0px;
  }
  .content-feature-content-copy .white-arrow:after {
    margin-top: 25px;
  }
  .content-feature-img {
    max-width: calc(100% - 460px - 160px);
    display: flex;
    justify-content: flex-end;
  }
  .content-feature-leadership .content-feature-content {
    margin-right: 100px;
  }
  .content-feature-leadership .content-feature-img {
    max-width: calc(100% - 460px - 100px);
    display: block;
  }
  .content-feature-half {
    display: flex;
    justify-content: space-between;
  }
  .content-feature-half .content-feature-content, .content-feature-half .content-feature-img {
    width: calc(50% - 30px);
    max-width: 600px;
    margin: 0;
  }
  @keyframes arrowlefttoright {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-30px);
    }
    60% {
      transform: translateX(-15px);
    }
  }
}
@media only screen and (min-width: 1400px) {
  .content-feature .content-feature-story-img {
    margin-left: -100px;
  }
  .content-feature-leadership {
    max-width: 1450px;
    margin: 0 0 0 auto;
  }
}
.testimonial {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #002B87;
  max-width: 1100px;
}
.testimonial h4 {
  color: #002B87;
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}
.testimonial blockquote {
  margin-bottom: 30px;
  display: block;
}
.testimonial blockquote p {
  font-size: 16px;
  line-height: 22px;
}
.testimonial cite {
  display: block;
  position: relative;
  padding-top: 30px;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.testimonial cite:before {
  content: "";
  position: absolute;
  top: 0;
  background: #414042;
  width: 40px;
  height: 1px;
  left: 50%;
  margin-left: -20px;
}
.testimonial p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

@media only screen and (min-width: 700px) {
  .testimonial {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .testimonial h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  .testimonial h4 {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 32px;
  }
  .testimonial blockquote {
    margin-bottom: 40px;
  }
  .testimonial blockquote p {
    font-size: 25px;
    line-height: 34px;
  }
  .testimonial cite {
    display: block;
    position: relative;
    padding-top: 40px;
    font-style: normal;
    font-size: 17px;
    line-height: 24px;
  }
  .testimonial cite:before {
    content: "";
    position: absolute;
    top: 0;
    background: #414042;
    width: 80px;
    height: 1px;
    left: 50%;
    margin-left: -40px;
  }
  .testimonial p {
    font-size: 17px;
    line-height: 24px;
  }
}
.sub-heading {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sub-heading h2, .sub-heading h4 {
  color: #002B86;
  font-size: 20px;
  line-height: 24px;
}
.sub-heading a {
  text-decoration: none;
  color: #8A8C8F;
  font-size: 12px;
  line-height: 15px;
}
.sub-heading-content {
  display: block;
}
.sub-heading-content-copy {
  display: block;
  max-width: 700px;
  color: #002B87;
  font-size: 19px;
  line-height: 28px;
}
.sub-heading-expertise .sub-heading {
  padding-top: 20px;
}
.sub-heading-expertise h3 {
  color: #414042;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.sub-heading-expertise h4 {
  color: #002B86;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.sub-heading-expertise ul li {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
}
.sub-heading-expertise ul li a {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  border: none;
}
.sub-heading-expertise ul li a:hover, .sub-heading-expertise ul li a:focus, .sub-heading-expertise ul li a:active {
  color: #002B86;
}

.bg-primary .sub-heading h2, .bg-primary .sub-heading a {
  color: #ffffff;
}
.bg-primary .sub-heading a:hover, .bg-primary .sub-heading a:focus, .bg-primary .sub-heading a:active {
  border-bottom: 1px solid #ffffff;
}
.bg-primary .sub-heading-content-copy {
  color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .sub-heading {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .sub-heading.article-related {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-heading h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .sub-heading h4 {
    font-size: 25px;
    line-height: 34px;
  }
  .sub-heading a {
    font-size: 17px;
    line-height: 24px;
  }
  .sub-heading-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sub-heading-content h2, .sub-heading-content-copy {
    width: calc(50% - 25px);
  }
  .sub-heading-content-copy {
    font-size: 25px;
    line-height: 34px;
    max-width: none;
  }
  .sub-heading-content-copy p:first-child {
    margin-top: 0;
  }
  .sub-heading-expertise {
    margin-top: 100px;
    border-top: 1px solid #414042;
  }
  .sub-heading-expertise .sub-heading {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .sub-heading-expertise h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .sub-heading-expertise h4 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .sub-heading-expertise ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub-heading-expertise ul li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
}
.accordian {
  padding-bottom: 40px;
}
.accordian-row:first-of-type {
  border-top: 1px solid #414042;
}
.accordian-row-close {
  position: absolute;
  right: 10px;
  top: 25px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.accordian-row {
  position: relative;
  border-bottom: 1px solid #414042;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.accordian-row:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 26px;
  width: 15px;
  height: 15px;
  background: url(../images/accordian-arrow.svg) no-repeat;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (hover: hover) {
  .accordian-row:hover:before {
    transform: rotate(90deg);
    opacity: 0.5;
  }
}
@media (hover: hover) {
  .accordian-row:hover .accordian-row-heading {
    color: #8B8D90;
  }
}
.accordian-row-heading {
  font-size: 19px;
  line-height: 28px;
  color: #002B87;
  padding-right: 50px;
  display: block;
  width: 100%;
}
.accordian-row-copy {
  color: #414042;
  font-size: 14px;
  line-height: 19px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.accordian-row-copy p:last-child {
  margin-bottom: 0;
}
.accordian-row-copy ul li {
  position: relative;
  padding-left: 30px;
}
.accordian-row-copy ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0d2b86;
  top: 10px;
  left: 0;
}
.accordian-row.accordian-row-active {
  cursor: default;
}
.accordian-row.accordian-row-active:before {
  transform: rotate(90deg);
  opacity: 0.5;
}
.accordian-row.accordian-row-active .accordian-row-heading {
  color: #8B8D90;
}
.accordian-row.accordian-row-active .accordian-row-copy {
  max-height: 2000px;
  padding-bottom: 20px;
}

.bg-primary .accordian-row:first-of-type {
  border-top: 1px solid #ffffff;
}
.bg-primary .accordian-row {
  border-bottom: 1px solid #ffffff;
}
.bg-primary .accordian-row:before {
  background: url(../images/accordian-arrow-white.svg) no-repeat;
}
@media (hover: hover) {
  .bg-primary .accordian-row:hover .accordian-row-heading {
    color: #8395bf;
  }
}
.bg-primary .accordian-row.accordian-row-active .accordian-row-heading {
  color: #8395bf;
}
.bg-primary .accordian-row-heading, .bg-primary .accordian-row-copy {
  color: #ffffff;
}
.bg-primary .accordian-row-heading ul li:before, .bg-primary .accordian-row-copy ul li:before {
  background: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .accordian {
    padding-top: 50px;
  }
  .accordian-row-close {
    right: 0px;
    top: 30px;
    height: 40px;
    width: 40px;
  }
  .accordian {
    padding-bottom: 100px;
  }
  .accordian-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .accordian-row:before {
    top: 45px;
  }
  .accordian-row-heading, .accordian-row-copy {
    width: calc(50% - 25px);
  }
  .accordian-row-heading {
    font-size: 19px;
    line-height: 28px;
  }
  .accordian-row-copy {
    font-size: 17px;
    line-height: 24px;
    padding-right: 50px;
  }
  .accordian-row-copy p:first-child {
    margin-top: 0;
  }
}
.column-blocks {
  padding-top: 40px;
  padding-bottom: 40px;
}
.column-blocks-row {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #002B87;
}
.column-blocks-row:first-of-type {
  padding-top: 0;
}
.column-blocks-row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.column-blocks-row-left, .column-blocks-row-right {
  color: #002B87;
  font-size: 16px;
  line-height: 22px;
}
.column-blocks-row-left h3, .column-blocks-row-left p, .column-blocks-row-right h3, .column-blocks-row-right p {
  color: #002B87;
  font-size: 16px;
  line-height: 22px;
}
.column-blocks-row-left h3 {
  padding-bottom: 20px;
}
.column-blocks-row-right p:first-child {
  margin-top: 0;
}
.column-blocks-row-right p:last-child {
  margin-bottom: 0;
}

.bg-primary .column-blocks-row {
  border-bottom: 1px solid #ffffff;
}
.bg-primary .column-blocks-row:last-of-type {
  border-bottom: none;
}
.bg-primary .column-blocks-row-left, .bg-primary .column-blocks-row-right {
  color: #ffffff;
}
.bg-primary .column-blocks-row-left h3, .bg-primary .column-blocks-row-left p, .bg-primary .column-blocks-row-right h3, .bg-primary .column-blocks-row-right p {
  color: #ffffff;
}

@media only screen and (min-width: 700px) {
  .column-blocks {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .column-blocks-row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-blocks-row-left, .column-blocks-row-right {
    font-size: 19px;
    line-height: 28px;
  }
  .column-blocks-row-left h3, .column-blocks-row-left p, .column-blocks-row-right h3, .column-blocks-row-right p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .column-blocks {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .column-blocks-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .column-blocks-row-left, .column-blocks-row-right {
    width: calc(50% - 25px);
    font-size: 25px;
    line-height: 34px;
  }
  .column-blocks-row-left h3, .column-blocks-row-left p, .column-blocks-row-right h3, .column-blocks-row-right p {
    font-size: 25px;
    line-height: 34px;
  }
}
#people.people-active .person-card-image {
  opacity: 0.4;
}
#people.people-active .person-card-active .person-card-image {
  opacity: 1;
}
#people.people-active .person-card:hover .person-card-image {
  opacity: 1;
}
#people .person-card-image.opac-04 {
  opacity: 0.4;
}

.person-card {
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-bottom: 40px;
}
.person-card-image {
  transition: opacity 0.25s ease;
  position: relative;
}
.person-card-image img {
  width: auto;
  max-width: 100%;
}
.person-card-image img:last-of-type {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.person-card-image img:first-of-type {
  position: relative;
  opacity: 1;
}
.person-card-copy {
  padding-top: 20px;
}
.person-card-copy h4, .person-card-copy h5 {
  color: #002B87;
  font-size: 20px;
  line-height: 24px;
}
.person-card-copy-cta {
  margin-top: 20px;
  color: #414042;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}
.person-card-copy-cta:after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/people-dropdown-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 8px;
  opacity: 0.6;
  transform: rotate(-90deg);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.person-card:hover .person-card-image, .person-card:focus .person-card-image, .person-card:active .person-card-image {
  opacity: 1;
}
.person-card:hover .person-card-image img:last-of-type, .person-card:focus .person-card-image img:last-of-type, .person-card:active .person-card-image img:last-of-type {
  opacity: 1;
}
.person-card-active .person-card-image {
  opacity: 1;
}
.person-card-active .person-card-copy-cta:after {
  opacity: 1;
  transform: rotate(0deg);
}
.person-bio {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
  position: relative;
  outline: 0;
  opacity: 0;
}
.person-bio:before, .person-bio:after {
  content: "";
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
  right: 0;
  background: #414042;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.person-bio:after {
  top: auto;
  bottom: 0;
}
.person-bio-show {
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 40px;
  max-height: 2000px;
  width: 100%;
  opacity: 1;
}
.person-bio-show:before, .person-bio-show:after {
  opacity: 1;
}
.person-bio-close {
  cursor: pointer;
  top: 40px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/people-close.svg) no-repeat;
  position: absolute;
  text-indent: -999999px;
  z-index: 3;
}
.person-bio-details {
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #414042;
}
.person-bio-details span {
  color: #414042;
}
.person-bio-details a {
  color: #414042;
  text-decoration: none;
  display: inline-block;
}
.person-bio-details a:hover, .person-bio-details a:focus, .person-bio-details a:active {
  color: #002B87;
}
.person-bio-copy {
  position: relative;
  color: #414042;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 40px;
}
.person-bio-copy ul li {
  position: relative;
  padding-left: 30px;
}
.person-bio-copy ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #414042;
  top: 10px;
  left: 0;
}

@media only screen and (min-width: 700px) {
  #people {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 50px;
  }
  .person-card {
    width: calc(50% - 20px);
  }
  .person-card:nth-of-type(2n + 1) {
    margin-right: 40px;
  }
  .person-card-copy {
    padding-top: 20px;
  }
  .person-card-copy h4, .person-card-copy h5 {
    font-size: 25px;
    line-height: 34px;
  }
  .person-card-copy-cta {
    font-size: 17px;
    line-height: 24px;
  }
  .person-bio-details {
    font-size: 17px;
    line-height: 24px;
  }
  .person-bio-copy {
    font-size: 17px;
    line-height: 24px;
  }
  .person-bio-copy ul li {
    position: relative;
    padding-left: 30px;
  }
  .person-bio-copy ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #414042;
    top: 10px;
    left: 0;
  }
  #person-card-1,
  #person-card-2 {
    order: 1;
  }
  #person-bio-1,
  #person-bio-2 {
    order: 2;
  }
  #person-card-3,
  #person-card-4 {
    order: 3;
  }
  #person-bio-3,
  #person-bio-4 {
    order: 4;
  }
  #person-card-5,
  #person-card-6 {
    order: 5;
  }
  #person-bio-5,
  #person-bio-6 {
    order: 6;
  }
  #person-card-7,
  #person-card-8 {
    order: 7;
  }
  #person-bio-7,
  #person-bio-8 {
    order: 8;
  }
  #person-card-9,
  #person-card-10 {
    order: 9;
  }
  #person-bio-9,
  #person-bio-10 {
    order: 10;
  }
  #person-card-11,
  #person-card-12 {
    order: 11;
  }
  #person-bio-11,
  #person-bio-12 {
    order: 12;
  }
  #person-card-13,
  #person-card-14 {
    order: 13;
  }
  #person-bio-13,
  #person-bio-14 {
    order: 14;
  }
  #person-card-15,
  #person-card-16 {
    order: 15;
  }
  #person-bio-15,
  #person-bio-16 {
    order: 16;
  }
  #person-card-17,
  #person-card-18 {
    order: 17;
  }
  #person-bio-17,
  #person-bio-18 {
    order: 18;
  }
  #person-card-19,
  #person-card-20 {
    order: 19;
  }
  #person-bio-19,
  #person-bio-20 {
    order: 20;
  }
}
@media only screen and (min-width: 1200px) {
  #person-card-1,
  #person-card-2,
  #person-card-3 {
    order: 1;
  }
  #person-bio-1,
  #person-bio-2,
  #person-bio-3 {
    order: 2;
  }
  #person-card-4,
  #person-card-5,
  #person-card-6 {
    order: 4;
  }
  #person-bio-4,
  #person-bio-5,
  #person-bio-6 {
    order: 5;
  }
  #person-card-7,
  #person-card-8,
  #person-card-9 {
    order: 7;
  }
  #person-bio-7,
  #person-bio-8,
  #person-bio-9 {
    order: 8;
  }
  #person-card-10,
  #person-card-11,
  #person-card-12 {
    order: 10;
  }
  #person-bio-10,
  #person-bio-11,
  #person-bio-12 {
    order: 11;
  }
  #person-card-13,
  #person-card-14,
  #person-card-15 {
    order: 13;
  }
  #person-bio-13,
  #person-bio-14,
  #person-bio-15 {
    order: 14;
  }
  #person-card-16,
  #person-card-17,
  #person-card-18 {
    order: 16;
  }
  #person-bio-16,
  #person-bio-17,
  #person-bio-18 {
    order: 17;
  }
  #person-card-19,
  #person-card-20,
  #person-card-21 {
    order: 19;
  }
  #person-bio-19,
  #person-bio-20,
  #person-bio-21 {
    order: 20;
  }
  #person-card-21,
  #person-card-22,
  #person-card-23 {
    order: 21;
  }
  #person-bio-21,
  #person-bio-22,
  #person-bio-23 {
    order: 22;
  }
  #person-card-24,
  #person-card-25,
  #person-card-26 {
    order: 24;
  }
  #person-bio-24,
  #person-bio-25,
  #person-bio-26 {
    order: 25;
  }
  #people {
    padding-bottom: 50px;
  }
  .person-card {
    width: calc(33.3333% - 33.3333px);
    margin-bottom: 90px;
  }
  .person-card:nth-of-type(2n + 1) {
    margin-right: 0px;
  }
  .person-card:nth-of-type(3n + 1) {
    margin-right: 50px;
  }
  .person-card:nth-of-type(3n + 2) {
    margin-right: 50px;
  }
  .person-card-copy {
    padding-top: 50px;
  }
  .person-bio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .person-bio-close {
    top: 100px;
  }
  .person-bio-show {
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .person-bio-details {
    padding-top: 20px;
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .person-bio-copy {
    width: calc(66.66666% - 10px);
    padding-right: 100px;
  }
}
.slider-padding {
  padding-bottom: 40px;
}
.slider-padding-var {
  max-width: 1920px;
}
.slider img {
  width: auto;
  max-width: 100%;
}
.slider.slider-dual .slick-slide {
  margin: 0 10px;
}
.slider.slider-dual .slick-list {
  margin: 0 -10px;
}
.slider-variable img {
  max-width: 100vw;
}

.slider a {
  outline: none;
}
.slider .slick-slide, .slider img {
  outline: 0;
}

.slider-case-item a, .slider-res-item a {
  display: block;
  text-decoration: none;
}
.slider-case-item a img, .slider-res-item a img {
  width: auto;
  max-width: 100%;
}
.slider-case-item a h4, .slider-case-item a p, .slider-res-item a h4, .slider-res-item a p {
  color: #002B87;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
}
.slider-case-item a h4, .slider-res-item a h4 {
  font-size: 16px;
  line-height: 21px;
}
.slider-case-item a p, .slider-res-item a p {
  font-size: 14px;
  line-height: 19px;
}
.slider-case-item a span, .slider-res-item a span {
  color: #8B8D90;
  font-size: 12px;
  line-height: 15px;
}
.slider-case-item a .slider-res-item-content, .slider-res-item a .slider-res-item-content {
  font-size: 19px;
  line-height: 28px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
.slider-case-item a .slider-res-item-content h4, .slider-case-item a .slider-res-item-content p, .slider-res-item a .slider-res-item-content h4, .slider-res-item a .slider-res-item-content p {
  padding-bottom: 0;
}
.slider-case-item a .slider-res-item-content h4, .slider-res-item a .slider-res-item-content h4 {
  padding-top: 0;
}
.slider-case-item a .slider-res-item-content p, .slider-res-item a .slider-res-item-content p {
  padding-top: 20px;
  color: #8B8D90;
}
.slider-case-item a .slider-res-item-content p:first-of-type, .slider-res-item a .slider-res-item-content p:first-of-type {
  margin-top: 0;
}
.slider-case .slick-prev, .slider-case .slick-next, .slider-res .slick-prev, .slider-res .slick-next {
  z-index: 9;
  background: url(../images/grey-arrow.svg) no-repeat;
  background-position: bottom center;
  width: 20px;
  height: 30px;
  background-size: 20px;
}
.slider-case .slick-prev, .slider-res .slick-prev {
  left: -22px;
}
.slider-case .slick-next, .slider-res .slick-next {
  right: -22px;
}

.slider-case .slick-prev, .slider-case .slick-next {
  top: 150px;
}

.slider-res {
  margin-bottom: 40px;
}
.slider-res-item a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.slider-res-item-content {
  width: calc(100% - 150px);
}
.slider-res-item-image {
  width: 130px;
}
.slider-res-item-image img {
  width: auto;
  max-width: 100%;
}

@media only screen and (min-width: 700px) {
  .slider-padding {
    padding-bottom: 50px;
  }
  .slider.slider-dual .slick-slide {
    margin: 0 27px;
  }
  .slider.slider-dual .slick-list {
    margin: 0 -27px;
  }
  .slider.slider-case .slick-slide, .slider.slider-res .slick-slide {
    margin: 0 27px;
  }
  .slider.slider-case .slick-list, .slider.slider-res .slick-list {
    margin: 0 -27px;
  }
  .slider .slick-prev, .slider .slick-next {
    width: 32px;
    background-size: 32px;
  }
  .slider .slick-prev {
    left: -35px;
  }
  .slider .slick-next {
    right: -35px;
  }
  .slider.slider-dual .slick-prev {
    left: 15px;
  }
  .slider.slider-dual .slick-next {
    right: 15px;
  }
  .slider-res {
    margin-bottom: 60px;
  }
  .slider .slick-prev, .slider .slick-next {
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .slider:hover .slick-prev, .slider:hover .slick-next {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-case-item a h4, .slider-case-item a p, .slider-res-item a h4, .slider-res-item a p {
    font-size: 25px;
    line-height: 34px;
  }
  .slider-case-item a span, .slider-res-item a span {
    font-size: 17px;
    line-height: 24px;
  }
  .slider-padding {
    padding-bottom: 100px;
  }
  .slider.slider-variable .slick-prev {
    left: 40px;
  }
  .slider.slider-variable .slick-next {
    right: 40px;
  }
  .slider.slider-case-item a h4, .slider.slider-res-item a h4 {
    padding-top: 50px;
    font-size: 25px;
    line-height: 34px;
  }
  .slider.slider-case-item a .slider-res-item-content h4, .slider.slider-res-item a .slider-res-item-content h4 {
    padding-top: 0;
  }
  .slider.slider-case-item a .slider-res-item-content p, .slider.slider-res-item a .slider-res-item-content p {
    font-size: 25px;
    line-height: 34px;
  }
  .slider.slider-case .slick-prev, .slider.slider-res .slick-prev {
    left: -100px;
  }
  .slider.slider-case .slick-next, .slider.slider-res .slick-next {
    right: -100px;
  }
  .slider .slider-case .slick-prev, .slider .slider-case .slick-next {
    top: 160px;
  }
  .slider-res {
    margin-bottom: 100px;
  }
  .slider .slick-prev, .slider .slick-next {
    width: 48px;
    background-size: 48px;
  }
}
.values h4, .values p {
  color: #002B87;
}
.values h4 {
  font-size: 20px;
  line-height: 24px;
}
.values p {
  font-size: 16px;
  line-height: 22px;
}
.values-item {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.values-item:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #414042;
  top: -40px;
  left: 50%;
  margin-left: -1px;
}
.values-item:first-of-type:before {
  content: none;
}
.values-item:last-of-type:after {
  content: none;
}
.values-item-content {
  margin: 0 auto;
  max-width: 300px;
}

@media only screen and (min-width: 700px) {
  .values h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .values p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .values {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .values:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #414042;
    left: 0;
    top: 20px;
  }
  .values-item {
    display: inline-block;
    text-align: left;
    width: calc(33.33333% - 20px);
    cursor: pointer;
  }
  .values-item:before {
    content: none;
  }
  .values-item h4, .values-item .values-item-content {
    text-align: center;
    max-width: none;
  }
  .values-item h4 span {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
  }
  .values-item:first-of-type h4 span {
    padding-left: 0;
  }
  .values-item:first-of-type .values-item-content {
    margin: 0;
  }
  .values-item:first-of-type h4, .values-item:first-of-type .values-item-content {
    text-align: left;
  }
  .values-item:last-of-type {
    text-align: right;
  }
  .values-item:last-of-type h4 span {
    padding-right: 0;
  }
  .values-item:last-of-type .values-item-content {
    margin: 0;
  }
  .values-item:last-of-type h4, .values-item:last-of-type .values-item-content {
    text-align: right;
  }
  .values-item h4 {
    color: #8B8D90;
    transition: color 0.25s ease;
  }
  .values-item-content {
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .values-item.show-value h4 {
    color: #002B87;
  }
  .values-item.show-value .values-item-content {
    opacity: 1;
  }
  .values h4 {
    font-size: 36px;
    line-height: 42px;
    position: relative;
    z-index: 2;
  }
  .values p {
    font-size: 25px;
    line-height: 34px;
  }
}
.award-toggle {
  display: none;
}
.award-toggle h4 {
  display: inline-block;
  color: #8B8D90;
  border-bottom: none;
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.award-toggle h4.selected {
  color: #414042;
}
.award-toggle h4.selected:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #414042;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}
.award-toggle h4:first-of-type.selected-default {
  color: #414042;
}
.award-toggle h4:first-of-type.selected-default:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #414042;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}

.awards-block {
  padding-bottom: 40px;
}
.awards-block-select {
  display: inline-block;
  color: #8B8D90;
  border-bottom: none;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
}
.awards-block-select:last-of-type {
  margin-top: 60px;
}
.awards-block-list:last-of-type {
  display: none;
}
.awards-block-list-item {
  border-top: 1px solid #414042;
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
}
.awards-block-list-item-content h3, .awards-block-list-item-content p {
  color: #414042;
}
.awards-block-list-item-content h3 {
  font-size: 19px;
  line-height: 28px;
}
.awards-block-list-item-content p {
  font-size: 14px;
  line-height: 19px;
}
.awards-block-list-item-image div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.awards-block-list-item-image div img {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  max-width: 100%;
  height: 100%;
}

@media only screen and (max-width: 699px) {
  .awards-block-list {
    display: block !important;
  }
}
@media only screen and (min-width: 700px) {
  .award-toggle h4 {
    font-size: 17px;
    line-height: 24px;
  }
  .award-toggle {
    display: block;
    padding-bottom: 40px;
  }
  .awards-block {
    padding-bottom: 60px;
  }
  .awards-block-select {
    display: none;
  }
  .awards-block-list-item {
    border-top: 1px solid #414042;
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .awards-block-list-item-content, .awards-block-list-item-image {
    width: calc(50% - 20px);
  }
  .awards-block-list-item-content h3 {
    font-size: 19px;
    line-height: 28px;
  }
  .awards-block-list-item-image div {
    justify-content: flex-end;
  }
  .awards-block-list-item-image div img {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .award-toggle {
    padding-bottom: 60px;
  }
  .award-toggle h4 {
    margin-right: 40px;
  }
  .awards-block-list-item-content h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .awards-block-list-item-content p {
    font-size: 17px;
    line-height: 24px;
  }
}
.filters {
  display: block;
  width: 100%;
  border-top: 1px solid #8B8D90;
  padding-top: 20px;
  padding-bottom: 40px;
}
.filters-selected {
  padding-bottom: 40px;
}
.filters-selected ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.filters-selected ul li span {
  color: #002B87;
  font-size: 19px;
  line-height: 28px;
}
.filters-selected ul li a {
  display: inline-block;
  background: url(../images/filter-remove.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 11px;
  position: relative;
  text-indent: -999999px;
  text-decoration: none;
  margin-left: 10px;
}
.filters-selected h3 {
  color: #002B87;
  font-size: 19px;
  line-height: 28px;
}
.filters-options {
  position: relative;
}
.filters-options #js-filter-toggle {
  font-size: 17px;
  line-height: 25px;
  color: #8B8D90;
  text-decoration: none;
  padding-right: 50px;
  position: relative;
}
.filters-options #js-filter-toggle:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  right: 0;
  background: url(../images/footer-newsletter-submit.svg) no-repeat;
  background-size: 7px;
  top: 6px;
  transition: transform 0.25s ease;
}
.filters-options #js-filter-toggle:hover:before {
  transform: rotate(90deg);
}
.filters-options #js-filter-toggle.filter-showing:before {
  transform: rotate(90deg);
}
.filters-options ul {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  padding-top: 20px;
}
.filters-options ul li {
  margin-bottom: 10px;
}
.filters-options ul li a {
  color: #8B8D90;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.filters-options ul li a:hover, .filters-options ul li a:active, .filters-options ul li a:focus {
  color: #002B87;
}

.no-insights {
  color: #002B87;
  font-size: 19px;
  line-height: 28px;
}

@media only screen and (min-width: 700px) {
  .filters-selected ul li {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .filters-selected ul li a {
    margin-top: 5px;
    width: 14px;
    height: 14px;
    background-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .filters-selected, .filters-options {
    width: calc(50% - 20px);
  }
  .filters-selected ul li span {
    font-size: 25px;
    line-height: 34px;
  }
  .filters-selected h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .filters-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .filters-options #js-filter-toggle {
    position: absolute;
    right: 0;
    z-index: 8;
  }
  .filters-options #js-filter-toggle.filter-showing {
    z-index: 10;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 0;
    text-indent: -99999999px;
  }
  .filters-options #js-filters-container {
    background: #ffffff;
    z-index: 9;
    margin-right: 15px;
  }
  .filters-options ul {
    padding-top: 0;
  }
  .no-insights {
    font-size: 25px;
    line-height: 34px;
  }
}
body {
  counter-reset: section;
}

.article {
  width: 100%;
  display: block;
  border-top: 1px solid #414042;
  border-bottom: 1px solid #414042;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article-meta {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 20px;
}
.article-meta-dual {
  justify-content: space-between;
}
.article-meta time, .article-meta span {
  font-size: 12px;
  line-height: 15px;
  color: #8B8D90;
}
.article-meta a {
  text-decoration: none;
  color: #8B8D90;
  font-size: 12px;
  line-height: 15px;
}
.article-meta a:hover, .article-meta a:focus, .article-meta a:active {
  color: #414042;
}
.article article {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #414042;
}
.article-main {
  max-width: 465px;
}
.article-main p:first-of-type {
  color: #002B87;
  font-size: 16px;
  line-height: 21px;
  margin-top: 0;
  font-weight: 500;
}
.article-main p, .article-main ul, .article-main ol {
  font-size: 14px;
  line-height: 19px;
  color: #414042;
  margin-bottom: 20px;
}
.article-main ul {
  list-style: none;
}
.article-main ul li {
  position: relative;
  padding-left: 50px;
}
.article-main ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #414042;
  border-radius: 100%;
}
@media only screen and (min-width: 1200px) {
  .article-main ul li:before {
    top: 12px;
  }
}
.article-main ol {
  list-style: none;
}
.article-main ol li {
  position: relative;
  padding-left: 50px;
}
.article-main ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section);
}
.article-media {
  padding-top: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #8B8D90;
}
.article-media img {
  width: auto;
  max-width: 100%;
  display: block;
}
.article-media .article-video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.article-media .article-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-images img + img {
  margin-top: 40px;
}
.article-images p {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 700px) {
  .article {
    padding-bottom: 60px;
  }
  .article-main p:first-of-type {
    font-size: 16px;
    line-height: 21px;
  }
  .article-meta {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .article {
    padding-bottom: 80px;
  }
  .article-meta {
    padding-bottom: 80px;
  }
  .article-meta time, .article-meta span {
    font-size: 17px;
    line-height: 24px;
  }
  .article-meta a {
    font-size: 17px;
    line-height: 24px;
  }
  .article article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .article-main, .article-media {
    width: calc(50% - 20px);
  }
  .article-main p:first-of-type {
    font-size: 22px;
    line-height: 28px;
  }
  .article-main p, .article-main ul, .article-main ol {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .article-media {
    padding-top: 0;
    padding-top: 20px;
    font-size: 17px;
    line-height: 24px;
  }
  .insights-rel {
    padding-bottom: 200px;
  }
}
.contact-content {
  padding-top: 50px;
  padding-bottom: 40px;
}
.contact-content-heading {
  padding-bottom: 60px;
}
.contact-content-heading h1 {
  font-size: 25px;
  line-height: 33px;
  color: #002B87;
  max-width: 680px;
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.contact-content-heading h2 {
  font-size: 17px;
  line-height: 24px;
  color: #414042;
  max-width: 680px;
  position: relative;
  display: block;
}
.contact-content-copy-general, .contact-content-copy-address {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
}
.contact-content-copy-general h3, .contact-content-copy-general h4, .contact-content-copy-address h3, .contact-content-copy-address h4 {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
  max-width: 460px;
}
.contact-content-copy-general p.grey, .contact-content-copy-general p .grey, .contact-content-copy-address p.grey, .contact-content-copy-address p .grey {
  color: #8B8D90;
}
.contact-content-copy-general p strong, .contact-content-copy-address p strong {
  display: inline-block;
  margin-right: 10px;
}
.contact-content-copy-general p a, .contact-content-copy-address p a {
  text-decoration: none;
  color: #414042;
}
.contact-content-copy-general p a:hover, .contact-content-copy-general p a:focus, .contact-content-copy-general p a:active, .contact-content-copy-address p a:hover, .contact-content-copy-address p a:focus, .contact-content-copy-address p a:active {
  color: #002B87;
}
.contact-media img {
  width: auto;
  max-width: 100%;
}
.contact-media-image, .contact-media-map {
  display: block;
  margin-bottom: 20px;
}
.contact-media-map #map {
  width: 100%;
  max-width: none;
}
.contact-newsletter {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #414042;
}
.contact-newsletter h4, .contact-newsletter p {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
}
.contact-newsletter-form-wrapper {
  width: 100%;
  max-width: 820px;
}
.contact-newsletter-form-wrapper .footer-small-newsletter-copy {
  max-width: none;
  width: 100%;
  display: block;
}
.contact-newsletter-form-wrapper p {
  color: #414042;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
}
.contact-newsletter-form-wrapper #mc_embed_signup {
  width: 100%;
  border-bottom: 1px solid #8A8C8F;
  max-width: 400px;
  padding-top: 15px;
  max-height: 45px;
}
.contact-newsletter-form-wrapper #mc_embed_signup .success-feedback {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #002B86;
  padding-left: 0;
  height: 30px;
  position: relative;
  display: none;
}
.contact-newsletter-form-wrapper #mc_embed_signup .success-feedback:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 13px;
  background: url(../images/newsletter-tick.svg) no-repeat;
}
.contact-newsletter-form-wrapper #mc_embed_signup form {
  width: 100%;
  padding: 0;
}
.contact-newsletter-form-wrapper #mc_embed_signup form ::-webkit-input-placeholder, .contact-newsletter-form-wrapper #mc_embed_signup form ::-moz-placeholder,
.contact-newsletter-form-wrapper #mc_embed_signup form :-ms-input-placeholder, .contact-newsletter-form-wrapper #mc_embed_signup form :-moz-placeholder {
  font-size: 12px;
  line-height: 17px;
}
.contact-newsletter-form-wrapper #mc_embed_signup form #mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-newsletter-form-wrapper #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  width: calc(100% - 13px);
}
.contact-newsletter-form-wrapper #mc_embed_signup form #mc_embed_signup_scroll input.email {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: calc(100% - 13px);
  font-size: 12px;
  line-height: 24px;
  color: #8A8C8F;
  padding-left: 0;
}
.contact-newsletter-form-wrapper #mc_embed_signup form #mc_embed_signup_scroll .clear {
  width: 13px;
  display: inline-block;
}
.contact-newsletter-form-wrapper #mc_embed_signup form #mc_embed_signup_scroll .clear input[type=submit] {
  width: 20px;
  height: 13px;
  background: url(../images/footer-newsletter-submit.svg) no-repeat;
}

.copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  color: #8B8D90;
  font-size: 11px;
  line-height: 24px;
}

#map {
  height: 400px;
  background: #f5f5f5;
}
#map .map-popup h3 {
  margin: 0 0 4px;
  color: #002B86;
  font-size: 15px;
}
#map .map-popup p {
  margin: 0;
  color: #414042;
  font-size: 13px;
  line-height: 18px;
}

@media only screen and (min-width: 700px) {
  .contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-content-heading, .contact-content-copy {
    width: calc(50% - 20px);
  }
  .contact-media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .contact-media-image {
    width: calc(33.33333% - 20px);
    max-width: 615px;
  }
  .contact-media-map {
    width: calc(66.6666% - 20px);
  }
  .contact-newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-newsletter h4, .contact-newsletter p {
    color: #414042;
    font-size: 17px;
    line-height: 24px;
  }
  .contact-newsletter-form-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .contact-newsletter-form-wrapper .footer-small-newsletter-copy {
    max-width: 410px;
    padding-right: 30px;
  }
  .copyright {
    padding-bottom: 80px;
  }
  #map {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-content {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 1200px) {
  .contact-content {
    padding-top: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-content-heading {
    width: 660px;
  }
  .contact-content-heading h1, .contact-content-heading h2 {
    max-width: 560px;
  }
  .contact-content-heading h1 {
    font-size: 55px;
    line-height: 65px;
    padding-bottom: 80px;
  }
  .contact-content-heading h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .contact-content-copy {
    width: calc(100% - 660px);
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-content-copy-general, .contact-content-copy-address {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
  }
  .contact-content-copy-general h3, .contact-content-copy-general h4, .contact-content-copy-address h3, .contact-content-copy-address h4 {
    margin-bottom: 40px;
  }
  .contact-content-copy-general p, .contact-content-copy-address p {
    margin-bottom: 30px;
  }
  .contact-content-copy-general p:first-child, .contact-content-copy-address p:first-child {
    margin-top: 0;
  }
  .contact-content-copy-general {
    max-width: 450px;
  }
  .contact-content-copy-general h3, .contact-content-copy-general h4 {
    font-size: 25px;
    line-height: 34px;
  }
  .contact-content-copy-address {
    max-width: 260px;
  }
  .contact-newsletter {
    padding-top: 160px;
    padding-bottom: 360px;
    display: flex;
    justify-content: space-between;
  }
  .contact-newsletter h4 {
    font-size: 25px;
    line-height: 34px;
  }
  .contact-newsletter p {
    margin-top: 0;
  }
  .copyright {
    padding-bottom: 130px;
  }
  #map {
    height: 837px;
  }
}
@media only screen and (min-width: 1350px) {
  .contact-media-image {
    width: 615px;
  }
  .contact-media-map {
    width: calc(100% - 615px - 40px);
  }
}
@media only screen and (min-width: 1500px) {
  .contact-content-copy-general {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 1630px) {
  .contact-newsletter-form-wrapper #mc_embed_signup .success-feedback {
    font-size: 14px;
  }
}
.white-arrow {
  display: block;
  width: 30px;
  height: 14px;
  position: relative;
  text-indent: -999px;
  transition: width 0.25s ease;
}
.white-arrow:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0px;
  margin-top: 35px;
  background: url(../images/long-white-arrow.svg) no-repeat;
  background-position: center right;
  width: 30px;
  height: 14px;
  background-size: 36px;
  transition: width 0.25s ease;
}
.white-arrow:hover, .white-arrow:focus, .white-arrow:active {
  width: 36px;
}
.white-arrow:hover:after, .white-arrow:focus:after, .white-arrow:active:after {
  width: 36px;
}

a:hover .ani-under:before {
  width: 100%;
  left: 0;
}

.content-feature-content-copy a,
.column-blocks a, .sub-heading-content-copy a, .accordian-row-copy a {
  position: relative;
}
.content-feature-content-copy a:before,
.column-blocks a:before, .sub-heading-content-copy a:before, .accordian-row-copy a:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #002B86;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.content-feature-content-copy a:hover,
.column-blocks a:hover, .sub-heading-content-copy a:hover, .accordian-row-copy a:hover {
  text-decoration: none;
  border-bottom: none;
}
.content-feature-content-copy a:hover:before,
.column-blocks a:hover:before, .sub-heading-content-copy a:hover:before, .accordian-row-copy a:hover:before {
  width: 100%;
  left: 0;
}
.content-feature-content-copy a.white-arrow:before,
.column-blocks a.white-arrow:before, .sub-heading-content-copy a.white-arrow:before, .accordian-row-copy a.white-arrow:before {
  content: none;
}

.bg-primary .content-feature-content-copy a:before, .bg-primary .column-blocks a:before, .bg-primary .sub-heading-content-copy a:before,
.bg-primary .accordian-row-copy a:before {
  background: #ffffff;
}

.ani-under {
  position: relative;
}
.ani-under:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #8A8C8F;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.ani-under.ani-thin:before {
  height: 1px;
}
.ani-under.ani-blue:before {
  background: #002B86;
}
.ani-under.ani-white:before {
  background: #ffffff;
}
.ani-under:hover {
  text-decoration: none;
  border-bottom: none;
}
.ani-under:hover:before {
  width: 100%;
  left: 0;
}

nav ul li a.ani-under:before {
  background: #ffffff;
}

@media only screen and (min-width: 1200px) {
  nav ul li a.ani-under:before {
    background: #414042;
  }
  nav ul li ul li a.ani-under:before {
    background: #002B86;
  }
}
@media only screen and (min-width: 1200px) {
  .white-arrow {
    display: block;
    width: 49px;
    height: 14px;
    position: relative;
    text-indent: -999px;
    transition: width 0.25s ease;
  }
  .white-arrow:after {
    width: 49px;
    height: 14px;
    background-size: auto;
    transition: width 0.25s ease;
    margin-top: 45px;
  }
  .white-arrow:hover, .white-arrow:focus, .white-arrow:active {
    width: 63px;
  }
  .white-arrow:hover:after, .white-arrow:focus:after, .white-arrow:active:after {
    width: 63px;
  }
}
.content-container.unit.size3of4.lastUnit article, .content-container.unit.size3of4.lastUnit form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.content-container.unit.size3of4.lastUnit article h1, .content-container.unit.size3of4.lastUnit form h1 {
  margin-top: 50px;
  color: #002B86;
}
.content-container.unit.size3of4.lastUnit form {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-container.unit.size3of4.lastUnit form label {
  color: #002B86;
  font-weight: 800;
  margin-bottom: 5px;
}
.content-container.unit.size3of4.lastUnit form input[type=text], .content-container.unit.size3of4.lastUnit form input[type=password],
.content-container.unit.size3of4.lastUnit form input[type=email] {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  border: 1px solid #002B86;
  background: #ffffff;
}
.content-container.unit.size3of4.lastUnit form input[type=text]:hover, .content-container.unit.size3of4.lastUnit form input[type=text]:focus, .content-container.unit.size3of4.lastUnit form input[type=text]:active, .content-container.unit.size3of4.lastUnit form input[type=password]:hover, .content-container.unit.size3of4.lastUnit form input[type=password]:focus, .content-container.unit.size3of4.lastUnit form input[type=password]:active,
.content-container.unit.size3of4.lastUnit form input[type=email]:hover,
.content-container.unit.size3of4.lastUnit form input[type=email]:focus,
.content-container.unit.size3of4.lastUnit form input[type=email]:active {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.content-container.unit.size3of4.lastUnit form input[type=submit] {
  background: #002B86;
  color: #ffffff;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 10px;
}
.content-container.unit.size3of4.lastUnit form input[type=submit]:hover, .content-container.unit.size3of4.lastUnit form input[type=submit]:focus, .content-container.unit.size3of4.lastUnit form input[type=submit]:active {
  background: #164dc1;
}
.content-container.unit.size3of4.lastUnit form a {
  color: #002B86;
  text-decoration: underline;
}
.content-container.unit.size3of4.lastUnit form a:hover, .content-container.unit.size3of4.lastUnit form a:focus, .content-container.unit.size3of4.lastUnit form a:active {
  text-decoration: none;
}

.ErrorPage article h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
