/*============================================================================
		  #Normalize
		  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
		==============================================================================*/
@import url("https://use.typekit.net/vhg1rcg.css");
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0; }

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

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Media Query Mixin ================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 30px;
  margin-bottom: 30px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.3333333333%; }

.two-thirds {
  width: 66.6666666667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.6666666667%; }

.two-sixths {
  width: 33.3333333333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.6666666667%; }

.five-sixths {
  width: 83.3333333333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.3333333333%; }

.two-twelfths {
  width: 16.6666666667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.3333333333%; }

.five-twelfths {
  width: 41.6666666667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.3333333333%; }

.eight-twelfths {
  width: 66.6666666667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.3333333333%; }

.eleven-twelfths {
  width: 91.6666666667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 767px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.3333333333%; }

  .small--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.6666666667%; }

  .small--two-sixths {
    width: 33.3333333333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.6666666667%; }

  .small--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.3333333333%; }

  .small--two-twelfths {
    width: 16.6666666667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.3333333333%; }

  .small--five-twelfths {
    width: 41.6666666667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.3333333333%; }

  .small--eight-twelfths {
    width: 66.6666666667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.3333333333%; }

  .small--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.3333333333%; }

  .medium--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.6666666667%; }

  .medium--two-sixths {
    width: 33.3333333333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.6666666667%; }

  .medium--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.3333333333%; }

  .medium--two-twelfths {
    width: 16.6666666667%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.3333333333%; }

  .medium--five-twelfths {
    width: 41.6666666667%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.3333333333%; }

  .medium--eight-twelfths {
    width: 66.6666666667%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.3333333333%; }

  .medium--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%; }

  .medium-up--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%; }

  .medium-up--two-sixths {
    width: 33.3333333333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.6666666667%; }

  .medium-up--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%; }

  .medium-up--two-twelfths {
    width: 16.6666666667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.3333333333%; }

  .medium-up--five-twelfths {
    width: 41.6666666667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.3333333333%; }

  .medium-up--eight-twelfths {
    width: 66.6666666667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.3333333333%; }

  .medium-up--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1024px) {
  /* Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.3333333333%; }

  .large-up--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.6666666667%; }

  .large-up--two-sixths {
    width: 33.3333333333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.6666666667%; }

  .large-up--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.3333333333%; }

  .large-up--two-twelfths {
    width: 16.6666666667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.3333333333%; }

  .large-up--five-twelfths {
    width: 41.6666666667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.3333333333%; }

  .large-up--eight-twelfths {
    width: 66.6666666667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.3333333333%; }

  .large-up--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 767px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.3333333333%; }

  .small--push-two-thirds {
    left: 66.6666666667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.6666666667%; }

  .small--push-two-sixths {
    left: 33.3333333333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.6666666667%; }

  .small--push-five-sixths {
    left: 83.3333333333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.3333333333%; }

  .small--push-two-twelfths {
    left: 16.6666666667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.3333333333%; }

  .small--push-five-twelfths {
    left: 41.6666666667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.3333333333%; }

  .small--push-eight-twelfths {
    left: 66.6666666667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.3333333333%; }

  .small--push-eleven-twelfths {
    left: 91.6666666667%; } }
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.3333333333%; }

  .medium-up--push-two-thirds {
    left: 66.6666666667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.6666666667%; }

  .medium-up--push-two-sixths {
    left: 33.3333333333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.6666666667%; }

  .medium-up--push-five-sixths {
    left: 83.3333333333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.3333333333%; }

  .medium-up--push-two-twelfths {
    left: 16.6666666667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.3333333333%; }

  .medium-up--push-five-twelfths {
    left: 41.6666666667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.3333333333%; }

  .medium-up--push-eight-twelfths {
    left: 66.6666666667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.3333333333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.6666666667%; } }
.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  text-align: center; }

.gridder-list, .gridder-show {
  font-size: 16px; }

.gridder-list {
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.gridder-show {
  display: block;
  float: left;
  padding: 0 0 3rem;
  width: 100%; }

.gridder-content {
  display: none; }

.gridder-list {
  width: 100%;
  transition: opacity 150ms; }
  .gridder-list:nth-child(n) {
    margin-bottom: 2.5%;
    margin-right: 5%; }
  .gridder-list:nth-of-type(1n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .gridder-list {
      width: 47.5%; }
      .gridder-list:nth-child(n) {
        margin-bottom: 2.5%;
        margin-right: 5%; }
      .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0; } }

.icons .gridder-list {
  width: 100%; }
  .icons .gridder-list:nth-child(n) {
    margin-bottom: 2.5%;
    margin-right: 5%; }
  .icons .gridder-list:nth-of-type(1n) {
    margin-right: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .icons .gridder-list {
      width: 16%; }
      .icons .gridder-list:nth-child(n) {
        margin-bottom: 2.5%;
        margin-right: 5%; }
      .icons .gridder-list:nth-of-type(5n) {
        margin-right: 0;
        margin-bottom: 0; } }

.gridder-navigation {
  display: none; }

.hasSelectedItem .gridder-list {
  opacity: .5; }
.hasSelectedItem .selectedItem {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .flex,
  .row {
    display: flex;
    gap: 30px; }

  .flex__item,
  .row > * {
    flex: 1 1 auto; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }

ul,
ol,
dl {
  list-style: none; }

em {
  font-style: italic; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

pre {
  background-color: #5D539C;
  border-radius: 0.3rem;
  padding: 1rem; }

code {
  background-color: #5D539C;
  padding: 0.2rem 0.4rem; }

::selection {
  background-color: rgba(51, 54, 128, 0.5); }

input,
textarea {
  border: 0.05em solid #5D539C; }
  input:focus,
  textarea:focus {
    border: 0.05em solid #5D539C; }

textarea {
  vertical-align: top;
  resize: vertical;
  max-width: 100%; }

button,
.btn,
.btn:visited,
input[type=submit] {
  padding: 1.5rem 2rem;
  min-width: 250px;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: #5D539C;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all 150ms; }
  button:hover, button:focus, button:active,
  .btn:hover,
  .btn:focus,
  .btn:active,
  .btn:visited:hover,
  .btn:visited:focus,
  .btn:visited:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active {
    background-color: #273691;
    border-color: #5D539C;
    color: #fff; }

.btn--accent,
.btn--accent:visited {
  padding: 1.5rem 2rem;
  min-width: 250px;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: #5D539C;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all 150ms;
  color: #008DA8; }
  .btn--accent:hover, .btn--accent:focus, .btn--accent:active,
  .btn--accent:visited:hover,
  .btn--accent:visited:focus,
  .btn--accent:visited:active {
    background-color: #333680;
    border-color: #5D539C;
    color: #fff; }
  .btn--accent:hover,
  .btn--accent:visited:hover {
    color: #008DA8; }

.btn--secondary,
.btn--secondary:visited {
  padding: 1.5rem 2rem;
  min-width: 250px;
  border: none;
  text-align: center;
  line-height: 1;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  transition: all 150ms; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active,
  .btn--secondary:visited:hover,
  .btn--secondary:visited:focus,
  .btn--secondary:visited:active {
    background-color: #273691;
    border-color: #444;
    color: #fff; }

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon.eot?hsbnn4");
  src: url("../assets/fonts/icomoon.eot?hsbnn4#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?hsbnn4") format("truetype"), url("../assets/fonts/icomoon.woff?hsbnn4") format("woff"), url("../assets/fonts/icomoon.svg?hsbnn4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-knife:before {
  content: "\e63a"; }

.icon-at-sign:before {
  content: "\e695"; }

.icon-envelope:before {
  content: "\e696"; }

.icon-paper-plane:before {
  content: "\e699"; }

.icon-document2:before {
  content: "\e6d9"; }

.icon-pictures:before {
  content: "\e711"; }

.icon-group-work:before {
  content: "\e726"; }

.icon-abacus:before {
  content: "\e768"; }

.icon-telephone:before {
  content: "\e76a"; }

.icon-map:before {
  content: "\e781"; }

.icon-lamp:before {
  content: "\e7bc"; }

.icon-heart-pulse:before {
  content: "\e7e8"; }

.icon-download2:before {
  content: "\e8f5"; }

.icon-exit-right:before {
  content: "\e8fe"; }

.icon-menu:before {
  content: "\e92b"; }

.icon-cross2:before,
.icon-close:before {
  content: "\e935"; }

.icon-arrow-up-right:before {
  content: "\e945"; }

.icon-arrow-left-circle:before {
  content: "\e960"; }

.icon-arrow-right-circle:before {
  content: "\e961"; }

.icon-brand {
  background: url(../assets/img/uploads/dudley-favicon.png) top left no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 68.75%; } }
  @media only screen and (min-width: 1024px) {
    html {
      font-size: 75%; } }

body {
  color: #111111;
  font-family: lato, helvetica, arial, sans-serif;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6, p {
  padding-bottom: 1.5rem; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  padding-top: 1.5rem; }

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 2rem 0;
  font-family: adobe-caslon-pro, times, serif;
  font-weight: 600;
  font-style: normal;
  color: #008DA8;
  line-height: 1.2; }

h1 {
  font-size: 1.8em; }

h2, .h2 {
  font-size: 2.6rem; }
  section h2, section .h2 {
    padding-bottom: 2rem; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 1.85rem; }

h6, .subheading {
  font-family: lato, helvetica, arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase; }

p, li {
  font-size: 1.75rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #111111; }
  p.small, li.small {
    font-size: 1.3rem; }

p.intro {
  font-size: 1.75rem;
  color: #111111;
  padding-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    p.intro {
      padding-bottom: 3rem; } }

blockquote {
  margin: 0 0 3rem;
  font-family: adobe-caslon-pro, times, serif;
  font-weight: 600;
  font-style: normal;
  font-weight: normal; }
  blockquote p {
    font-style: italic; }
  blockquote cite {
    margin-top: 2rem;
    display: block; }

strong {
  font-weight: 600; }

small,
time {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  color: #111111; }

.small {
  font-size: 1.2rem; }

.smallest {
  font-size: 1.1rem; }

.caps {
  text-transform: uppercase; }

.grid__item p, .grid__item li {
  font-size: 1.3rem; }

a, a:visited {
  text-decoration: none;
  color: #5D539C;
  transition: all 150ms; }

a:hover, a:active {
  text-decoration: none;
  color: #333680; }

a.btn {
  display: inline-block;
  margin: 1em 0; }

form {
  min-width: 300px; }

input[type=text],
input[type=number],
input[type=email],
select,
textarea {
  height: auto;
  margin-bottom: 2rem;
  width: 100%;
  border: none;
  background-color: #EDEEF2;
  padding: .75em 1rem; }

input[type=text],
input[type=number],
input[type=email],
select {
  height: 48px; }

input,
textarea {
  transition: all 150ms; }
  input:focus,
  textarea:focus {
    border-color: #49417b; }

input[type=submit],
button {
  cursor: pointer; }

label {
  display: block;
  margin-bottom: .5rem;
  font-size: .8em;
  text-transform: uppercase; }

label.checkbox-label {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 1.5rem;
  font-size: inherit;
  text-transform: none; }

.contact-form form .grid__item {
  margin-bottom: 0; }
.contact-form form.card {
  padding: 3rem; }
.contact-form form button {
  margin-top: 1rem;
  width: 100%; }

.g-recaptcha {
  display: inline-block; }

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  *zoom: 1; }
  .wrapper::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 768px) {
    .wrapper {
      padding: 0 30px;
      max-width: 1140px; } }
  @media only screen and (min-width: 768px) {
    .wrapper.narrow {
      max-width: 800px; } }
  .wrapper.extra-narrow {
    max-width: 570px; }
  .wrapper.full {
    max-width: none; }

.narrow {
  margin: 0 auto;
  max-width: 800px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.pd-sm {
  padding: 2rem 3rem; }

.pd-md {
  padding: 4rem; }

.pd-lg {
  padding: 6rem; }

hr {
  margin: 0 0 3rem;
  height: 3px;
  background-color: #111111;
  border: none;
  outline: none; }

hr.clear {
  background-color: transparent; }

.bg--light {
  background-color: #EDEEF2; }

svg {
  color: #008DA8;
  fill: #008DA8; }

.column {
  margin-bottom: 30px; }

.cta-block {
  text-align: center; }

.btn {
  width: 100%; }

main .page-title,
main .section-title {
  text-align: center; }
main .page-title {
  padding-top: 0; }
main .container {
  padding-top: 3rem; }
main section,
main .section {
  padding: 2rem 0; }
  main section.page-intro,
  main .section.page-intro {
    padding-bottom: 3rem;
    background-color: #EDEEF2; }
  main section ul,
  main .section ul {
    list-style: disc;
    padding-left: 2rem; }
    main section ul li,
    main .section ul li {
      padding-bottom: 1rem;
      line-height: 1.5; }
      main section ul li p,
      main .section ul li p {
        margin: 0;
        padding: 0;
        line-height: inherit; }

main section .icon--svg {
  margin: 1rem auto 2rem;
  padding: 30px;
  border: 3px solid #008DA8;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: block;
  text-align: center; }
  main section .icon--svg svg {
    max-width: 60px; }

.social {
  margin: 1rem 0 3rem;
  vertical-align: middle; }
  .social a {
    margin: 8px;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #008DA8;
    text-align: center;
    vertical-align: middle;
    padding: 12px; }
  .social svg {
    width: 24px;
    height: 24px;
    color: #fff;
    fill: #fff; }

/*.people {
	display: grid;
	grid-template-columns: 1fr;
	gap: $gutter*2 $gutter;
}*/
.person {
  padding-bottom: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 20px; }
  .person .person__photo {
    max-width: 40%;
    max-width: 120px;
    border-radius: 50%; }
  .person .person__details {
    text-align: left; }
  .person .person__name {
    padding: 0; }

@media only screen and (min-width: 768px) {
  .btn {
    width: auto; } }
@media only screen and (min-width: 768px) {
  main .home-intro .wrapper {
    background-size: contain;
    min-height: 450px; } }
@media only screen and (min-width: 1024px) {
  main .home-intro {
    padding-top: 3rem;
    padding-bottom: 1rem; }
    main .home-intro .wrapper {
      min-height: 520px; }
    main .home-intro h1 {
      padding-top: 3rem;
      padding-top: 1rem; } }
@media only screen and (min-width: 1500px) {
  main .home-intro {
    padding-top: 5rem;
    padding-bottom: 1rem; }
    main .home-intro h1 {
      padding-top: 2rem;
      padding-top: 0; } }
.promo-banner {
  padding: .75rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  /*letter-spacing: .1rem;
  text-transform: uppercase;*/
  background-color: #008DA8;
  color: #fff;
  letter-spacing: .05rem; }

header {
  background: linear-gradient(135deg, #333680 0%, #5D539C 80%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 20px; }
  header .logo {
    display: inline-block; }
    header .logo img {
      width: 250px; }
  header #navTrigger {
    display: inline-flex;
    align-items: center;
    padding: 0;
    background: none !important;
    border: none !important;
    color: #fff;
    min-width: 0;
    font-size: 36px; }
  header nav li {
    font-family: adobe-caslon-pro, times, serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
    padding-left: 2rem;
    padding-right: 2rem; }
    header nav li:last-child {
      border-bottom: none; }
    header nav li a,
    header nav li a:link,
    header nav li a:visited {
      display: block;
      padding: 3rem 1rem;
      text-align: center;
      font-weight: bold;
      color: #fff; }
  header nav li.nav-item--client-portal {
    padding-left: 2rem; }
  header nav li.nav-item--client-portal a {
    background: #008DA8;
    font-family: lato, helvetica, arial, sans-serif;
    font-size: .9em;
    letter-spacing: .03em; }
    header nav li.nav-item--client-portal a:hover {
      background: #00a2c2; }
      header nav li.nav-item--client-portal a:hover::after {
        content: none; }

main .container {
  min-height: 500px; }

footer {
  margin-top: 5rem;
  padding-top: 10rem;
  background-color: #008DA8;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%); }
  footer .footer-sections {
    background: #008DA8; }
    footer .footer-sections * {
      color: #fff; }
    footer .footer-sections h6 {
      padding-bottom: 0; }
    footer .footer-sections p {
      font-size: 2.5rem;
      font-family: adobe-caslon-pro, times, serif; }
  footer .footer-bottom {
    padding: 2rem 0;
    background: #273691; }
  footer .copyright {
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff; }

@media only screen and (max-width: 1023px) {
  #navTrigger {
    z-index: 4; }

  #navTarget {
    opacity: 0;
    visibility: hidden;
    transition: all 150ms;
    padding-top: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background: #273691;
    background: linear-gradient(135deg, #333680 0%, #5D539C 80%);
    /* height: 100vh; */ }

  #navTarget.active {
    opacity: .97;
    visibility: visible; } }
@media only screen and (min-width: 1024px) {
  header {
    position: absolute;
    width: 100%;
    padding: 3rem 50px 50vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%); }
    header .logo img {
      width: 450px; }
    header nav {
      display: block !important;
      float: right;
      border: none; }
      header nav li {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1.8;
        padding-left: 0;
        padding-right: 0; }
        header nav li a,
        header nav li a:visited,
        header nav li a:active {
          padding: 1rem 1.5rem !important;
          position: relative; }
      header nav li.nav-link__active a:after,
      header nav li a:hover:after {
        display: block;
        content: " ";
        position: absolute;
        left: 1.5rem;
        bottom: 1rem;
        right: 1.5rem;
        border-bottom: 3px solid #008DA8; }

  main {
    position: relative;
    top: 200px; }
    main .container {
      margin: 0 auto;
      max-width: 1100px;
      background-color: #fff; }

  footer {
    position: relative;
    top: 200px; } }
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  header .logo img {
    width: 350px; }

  header nav li {
    font-size: 1.2rem; }

  header nav li a,
  header nav li a:visited,
  header nav li a:active {
    padding-left: 1rem !important;
    padding-right: 1rem !important; } }
.page-home main .container {
  background: none;
  position: relative; }
.page-home main .wrapper > section:first-child {
  padding-top: 0; }
  .page-home main .wrapper > section:first-child .block--image {
    border: 12px solid #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); }
.page-home .block--image {
  position: relative;
  width: 120%;
  left: -10%; }
