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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

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

/**
 *		Project (style guide)
 */
/**
 *		Breakpoints
 */
#widthREMs {
  width: 64rem; }

html[data-font-size='lg'] #widthREMs {
  width: 96rem; }

html[data-font-size='xl'] #widthREMs {
  width: 128rem; }

/**
 *		Content widths
 */
/**
 *		Sitewide Alerts
 */
/**
 *		Social Media
 */
/**
 *		Base elements
 */
/**
 *		Tables
 */
/**
 *		Forms
 */
/**
 *		Store (cart, checkout, etc)
 */
/**
 *		Loading overlay
 */
/**
 *		Force an element to self-clear its floated children
 *
 *		element/.class/#id {
 *			@extend %clearfix;
 *		}
 */
.slab.content::after {
  content: '';
  display: block;
  clear: both; }

/**
 *		Absolutely position an element to the full width/height of its parent
 *
 *		element/.class/#id {
 *			@extend %fullcoverage;
 *		}
 */
/**
 *		Absolutely position an element to the center of its parent
 *
 *		element/.class/#id {
 *			@extend %center;
 *		}
 */
body #loading-overlay div, figure.aspect > svg, figure.aspect > video, figure.aspect > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/**
 *		Duplicate contained style rules across various media breakpoints AND classes
 *
 *		Replace "@media (min-width: $breakpoint)" with "@include accessibility($breakpoint)"
 *		and this will automatically multiply the breakpoint by 1.5 and 2 and duplicate any
 *		@content within inside new media queries tied to data-font-size attribute values
 *		on the `html` element
 */
/**
 *		Scale units gracefully on any property that supports calc()
 *
 *		element/.class/#id {
 *			// Scales font-size from 16px (at 320px) to 24px (at 640px)
 *			@include scale(font-size, 1rem, 20rem, 1.5rem, 40rem);
 *		}
 */
/**
 *		Generate column-based layouts using flexbox
 *
 *		@include on the parent element and all direct children (of any type)
 *		will form a column layout at the specified breakpoints
 *
 *		element/.class/#id {
 *			// Forms a 2-column layout at 480px, 3-columns at 640px,
 *			// jumps back to 2 columns at 800px, etc.
 *			@include columns($margin_columns, $margin_rows, (
 *				30em : 2,
 *				40em : 3,
 *				50em : 2,
 *				60em : 3,
 *				70em : 4
 *			));
 *		}
 */
/**
 *		scrim-gradient
 *
 *		- Customizes the color stops for a much smoother transition
 *		- ONLY works from a single color to transparent
 *		- See https://css-tricks.com/easing-linear-gradients/ for details
 *
 *		element/.class/#id {
 *			@include scrim-gradient($direction, $color);
 *		}
 */
/**
 * 		(WIP) Generate a realistic box shadow using ambient and drop shadows.
 *
 *		@include physical-shadow(11); // uses default shadow color
 *		@include physical-shadow(11, darkgray); //specify a different shadow color
 *		@include physical-shadow(11, $transform: true); // translates the element up an appropriate distance, useful for transitions.
 */
/**
 *		Center block level elements using auto margins.
 *
 *		- Padding keeps space on sides in mobile layout
 *
 *		@include contained; // uses default settings
 *		@include contained(110ch); // uses default padding
 *		@include contained(110ch, 2rem);
 */
/**
 *		Browser hack wrapper
 *
 *		- supports ie11, edge
 *
 *		@include browser(ie11, edge) {
 * 			// ie11 and edge browser-specific rules
 * 		}
 */
/**
 * 		Visually hide an element without masking it from crawlers / assistive technology
 */
/**
 *		Force an element to self-clear its floated children
 *
 *		@include clearfix; // uses ::after
 *		@include clearfix(before); // uses ::before instead
 */
/**
 *		Absolutely position an element to the full width/height of its parent
 *
 *		@include fullcoverage;
 */
/**
 *		Absolutely position an element to the center of its parent
 *
 *		@include center;
 */
html {
  scroll-behavior: smooth; }

body {
  color: #5a5a5a;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth; }
  body[data-fonts-loaded=true] {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  body #loading-overlay {
    display: none; }
    body #loading-overlay div .spinner {
      display: block;
      -webkit-animation: rotator 1.4s linear infinite;
              animation: rotator 1.4s linear infinite; }
      body #loading-overlay div .spinner .path {
        stroke-dasharray: 187;
        stroke-dashoffset: 0;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
                animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }
  body.is-loading {
    overflow: hidden;
    cursor: wait; }
    body.is-loading #loading-overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-color: rgba(255, 255, 255, 0.75);
      cursor: wait;
      z-index: 999999; }

.user-text a {
  color: #0F7FAA;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-weight: 600;
  text-decoration: none; }
  .user-text a:hover, .user-text a:focus {
    text-decoration: underline; }

.user-text p {
  margin-bottom: 1.5rem; }

h1, .h1 {
  font-size: 2.8125rem;
  color: #3D3D3D;
  font-weight: 700;
  letter-spacing: .011rem; }
  @media (min-width: 20em) {
    h1, .h1 {
      font-size: calc(2.8125rem + 0.625 * (100vw - 20em) / 12); } }
  @media (min-width: 32em) {
    h1, .h1 {
      font-size: 3.4375rem; } }

h2, .h2 {
  font-size: 2.0625rem;
  color: #0B5F8E;
  font-weight: 500;
  letter-spacing: .014em; }
  @media (min-width: 20em) {
    h2, .h2 {
      font-size: calc(2.0625rem + 0.5625 * (100vw - 20em) / 12); } }
  @media (min-width: 32em) {
    h2, .h2 {
      font-size: 2.625rem; } }

h3, .h3, .summary-block h3.summary-block__title, h1.position-statement,
h1.section-heading,
.section-heading {
  font-size: 1.5rem;
  color: #0B5F8E;
  font-weight: 500;
  letter-spacing: .018em; }
  @media (min-width: 20em) {
    h3, .h3, .summary-block h3.summary-block__title, h1.position-statement,
    h1.section-heading,
    .section-heading {
      font-size: calc(1.5rem + 0.5 * (100vw - 20em) / 44); } }
  @media (min-width: 64em) {
    h3, .h3, .summary-block h3.summary-block__title, h1.position-statement,
    h1.section-heading,
    .section-heading {
      font-size: 2rem; } }

h4, .h4 {
  font-size: 1.3125rem;
  color: #46BAAF;
  letter-spacing: .021em; }
  @media (min-width: 20em) {
    h4, .h4 {
      font-size: calc(1.3125rem + 0.4375 * (100vw - 20em) / 12); } }
  @media (min-width: 32em) {
    h4, .h4 {
      font-size: 1.75rem; } }

h5, .h5 {
  font-size: 1rem;
  color: #6D3291;
  font-weight: 500;
  letter-spacing: .025em; }
  @media (min-width: 20em) {
    h5, .h5 {
      font-size: calc(1rem + 0.375 * (100vw - 20em) / 12); } }
  @media (min-width: 32em) {
    h5, .h5 {
      font-size: 1.375rem; } }

h6, .h6 {
  font-size: 0.8125rem;
  color: #5a5a5a;
  font-weight: 500;
  letter-spacing: .028em; }
  @media (min-width: 20em) {
    h6, .h6 {
      font-size: calc(0.8125rem + 0.3125 * (100vw - 20em) / 12); } }
  @media (min-width: 32em) {
    h6, .h6 {
      font-size: 1.125rem; } }

blockquote {
  position: relative;
  color: #6D3291;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center; }
  blockquote p {
    font-size: 2.6875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.025rem; }
    @media (min-width: 20em) {
      blockquote p {
        font-size: calc(2.6875rem + 0.4375 * (100vw - 20em) / 12); } }
    @media (min-width: 32em) {
      blockquote p {
        font-size: 3.125rem; } }

ul, ol, p {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0; }

.phone-numbers {
  font-weight: 600;
  letter-spacing: 0.01rem;
  line-height: 1.5;
  color: #898989; }
  .phone-numbers a {
    color: #898989;
    text-decoration: none;
    font-weight: 400; }

/**************************************
 *		CORE
 *************************************/
.action-overlay {
  position: relative; }
  .action-overlay::after {
    background-color: rgba(236, 79, 45, 0.75);
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 100%;
    z-index: 1; }
  .action-overlay .action-svg {
    background-color: rgba(0, 0, 0, 0.65);
    border: 2px solid #fff;
    border-radius: 100%;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    width: 4rem;
    z-index: 3; }
    .action-overlay .action-svg svg {
      display: block;
      height: 2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 2rem; }
      .action-overlay .action-svg svg path {
        fill: #fff; }
    .action-overlay .action-svg.play svg {
      left: 55%; }
  .action-overlay:hover::after {
    opacity: 1; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #4285f4; }
  25% {
    stroke: #de3e35; }
  50% {
    stroke: #f7c223; }
  75% {
    stroke: #1b9a59; }
  100% {
    stroke: #4285f4; } }

@keyframes colors {
  0% {
    stroke: #4285f4; }
  25% {
    stroke: #de3e35; }
  50% {
    stroke: #f7c223; }
  75% {
    stroke: #1b9a59; }
  100% {
    stroke: #4285f4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

figure {
  margin: 0; }
  figure.aspect {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden; }
    figure.aspect.portrait {
      padding-bottom: 160%; }
    figure.aspect.square {
      padding-bottom: 100%; }
    figure.aspect.traditional {
      padding-bottom: 75%; }
    figure.aspect.computer {
      padding-bottom: 62.5%; }
    figure.aspect.hd, figure.aspect.video, figure.aspect.landscape {
      padding-bottom: 56.25%; }
    figure.aspect.widescreen {
      padding-bottom: 54%; }
    figure.aspect.cinema {
      padding-bottom: 42%; }
    figure.aspect.banner {
      padding-bottom: 25%; }
    figure.aspect > svg {
      width: 100%;
      height: 100%; }
    figure.aspect > img {
      display: none; }
    figure.aspect > video {
      min-width: 100%;
      min-height: 100%; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) or ((-o-object-fit: contain) or (object-fit: contain)) {
      figure.aspect > svg {
        display: none; }
      figure.aspect > img {
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        width: 100%;
        height: 100%; }
        figure.aspect > img.contain {
          -o-object-fit: contain;
             object-fit: contain; } }

#browser-update {
  background-color: rgba(208, 2, 27, 0.1);
  border-bottom: 1px solid rgba(208, 2, 27, 0.4);
  color: #D0021B;
  margin: 0;
  padding: 0; }
  #browser-update p {
    margin: 0 auto;
    padding: 1em;
    width: 90%; }
  #browser-update a {
    color: #D0021B; }

.lazy-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 4rem; }
  @supports ((display: -ms-grid) or (display: grid)) {
    .lazy-load {
      grid-column: -1 / 1;
      text-align: center; } }

.pagination-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 3px; }
  .pagination-list li {
    display: inline; }
    .pagination-list li:first-child a {
      border-left-width: 1px;
      border-radius: 3px 0 0 3px; }
    .pagination-list li:last-child a {
      border-radius: 0 3px 3px 0; }
    .pagination-list li.active a {
      color: #999;
      cursor: default; }
  .pagination-list a {
    float: left;
    padding: 0 1em;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #ccc;
    border-left-width: 0; }
  .pagination-list .active a,
  .pagination-list a:hover,
  .pagination-list a:focus {
    background-color: #eee; }
  .pagination-list a svg {
    fill: currentColor;
    position: relative;
    top: .1875rem;
    width: 1.0625rem; }
  .pagination-list li.first svg {
    margin-right: .5rem; }
  .pagination-list li.last svg {
    margin-left: .5rem; }

.rd-button, .rd-form input[type=submit],
.rd-form button {
  display: inline-block;
  min-width: 10rem;
  padding: .625rem 1.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #6D3291;
  border: 2px solid #6D3291;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.06375rem;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .rd-button:hover, .rd-form input:hover[type=submit],
  .rd-form button:hover, .rd-button:focus, .rd-form input:focus[type=submit],
  .rd-form button:focus {
    color: #fff;
    background-color: #8451A8;
    border-color: #8451A8; }
  .rd-button--ghost {
    background: transparent;
    border-color: #FFF; }
    .rd-button--ghost:hover, .rd-button--ghost:focus {
      border-color: #FFF;
      background-color: rgba(255, 255, 255, 0.1); }

.user-text .rd-button, .user-text .rd-form input[type=submit], .rd-form .user-text input[type=submit],
.user-text .rd-form button, .rd-form .user-text button {
  color: #FFF; }
  .user-text .rd-button:hover, .user-text .rd-form input:hover[type=submit], .rd-form .user-text input:hover[type=submit],
  .user-text .rd-form button:hover, .rd-form .user-text button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8451A8;
    border-color: #8451A8; }

.rd-form input[type=submit],
.rd-form button {
  font-family: inherit;
  line-height: inherit;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin-top: 1.5rem;
  margin-bottom: 3rem; }
  .rd-form input[type=submit][data-fonts-loaded=true],
  .rd-form button[data-fonts-loaded=true] {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .rd-form input[type=submit]:disabled:hover, .rd-form input[type=submit]:disabled:focus,
  .rd-form button:disabled:hover,
  .rd-form button:disabled:focus {
    color: #fff;
    background-color: #6D3291;
    border-color: #6D3291; }
  .rd-form input[type=submit]:disabled,
  .rd-form button:disabled {
    cursor: not-allowed;
    opacity: .5; }

.rd-form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .rd-form .buttons.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .rd-form .buttons.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .rd-form .buttons.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .rd-form .buttons.spread {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .rd-form .buttons input[type=submit],
  .rd-form .buttons button {
    margin-right: .5rem;
    margin-bottom: 2rem;
    margin-left: .5rem; }

.rd-form .sprout-forms.fields .field {
  position: relative;
  margin: 1rem 0 2rem; }
  .rd-form .sprout-forms.fields .field label,
  .rd-form .sprout-forms.fields .field legend {
    color: #888888;
    font-weight: 700;
    letter-spacing: 0.15rem; }
  .rd-form .sprout-forms.fields .field.checkboxes label {
    font-weight: normal;
    letter-spacing: normal; }
  .rd-form .sprout-forms.fields .field.required label::after {
    content: '*';
    padding: 0 .25rem;
    color: #D0021B;
    font-weight: 700; }
  .rd-form .sprout-forms.fields .field input[type=checkbox],
  .rd-form .sprout-forms.fields .field input[type=radio] {
    height: 1em;
    margin-right: .75rem !important; }
  .rd-form .sprout-forms.fields .field input[type=email],
  .rd-form .sprout-forms.fields .field input[type=file],
  .rd-form .sprout-forms.fields .field input[type=number],
  .rd-form .sprout-forms.fields .field input[type=tel],
  .rd-form .sprout-forms.fields .field input[type=text] {
    width: 100%;
    padding: 1.25rem;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    -webkit-transition: border-color 200ms;
    -o-transition: border-color 200ms;
    transition: border-color 200ms; }
    .rd-form .sprout-forms.fields .field input[type=email]:focus,
    .rd-form .sprout-forms.fields .field input[type=file]:focus,
    .rd-form .sprout-forms.fields .field input[type=number]:focus,
    .rd-form .sprout-forms.fields .field input[type=tel]:focus,
    .rd-form .sprout-forms.fields .field input[type=text]:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      border-color: #6D3291; }
  .rd-form .sprout-forms.fields .field input[type=file] {
    width: 100%;
    padding-top: .625rem;
    padding-bottom: .5625rem; }
  .rd-form .sprout-forms.fields .field select {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 30px; }
    .rd-form .sprout-forms.fields .field select[multiple] option {
      padding: .6875rem .875rem; }
    .rd-form .sprout-forms.fields .field select:not([multiple]) {
      height: 2.75rem; }
  .rd-form .sprout-forms.fields .field textarea {
    width: 100%;
    padding: 1.25rem;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    -webkit-transition: border-color 200ms;
    -o-transition: border-color 200ms;
    transition: border-color 200ms; }
    .rd-form .sprout-forms.fields .field textarea:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none;
      border-color: #6D3291; }
  @media (min-width: 32em) {
    .rd-form .sprout-forms.fields .field.phone .input > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .rd-form .sprout-forms.fields .field.phone .input > div select {
    margin-bottom: 1rem; }
    @media (min-width: 32em) {
      .rd-form .sprout-forms.fields .field.phone .input > div select {
        max-width: 12rem;
        margin-right: 1rem;
        margin-bottom: 0; } }
  .rd-form .sprout-forms.fields .field .errors {
    list-style: none;
    margin: 0;
    padding: 0; }
    .rd-form .sprout-forms.fields .field .errors li {
      color: #D0021B !important;
      font-style: italic;
      font-size: .875rem; }

.rd-form .sprout-forms.fields .field.singleline label,
.rd-form .sprout-forms.fields .field.name label,
.rd-form .sprout-forms.fields .field.email label,
.rd-form .sprout-forms.fields .field.phone label,
.rd-form .sprout-forms.fields .field.paragraph label {
  position: absolute;
  top: 50%;
  padding-left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.rd-form .sprout-forms.fields .field.singleline.move-label label,
.rd-form .sprout-forms.fields .field.name.move-label label,
.rd-form .sprout-forms.fields .field.email.move-label label,
.rd-form .sprout-forms.fields .field.phone.move-label label,
.rd-form .sprout-forms.fields .field.paragraph.move-label label {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.rd-form .freeform-form-has-errors {
  display: none; }

.rd-form .freeform-row {
  margin: 1rem 0 2rem; }
  .rd-form .freeform-row .freeform-label {
    color: #6D3291; }
    .rd-form .freeform-row .freeform-label.freeform-required::after {
      color: #D0021B !important; }
  .rd-form .freeform-row input[type=checkbox],
  .rd-form .freeform-row input[type=radio] {
    height: 1em;
    margin-right: .75rem !important; }
  .rd-form .freeform-row input[type=email],
  .rd-form .freeform-row input[type=file],
  .rd-form .freeform-row input[type=number],
  .rd-form .freeform-row input[type=text] {
    padding: .75rem .875rem;
    border: 1px solid #cfcfcf;
    border-radius: 30px; }
  .rd-form .freeform-row input[type=file] {
    padding-top: .625rem;
    padding-bottom: .5625rem; }
  .rd-form .freeform-row select {
    border: 1px solid #cfcfcf;
    border-radius: 30px; }
    .rd-form .freeform-row select[multiple] option {
      padding: .6875rem .875rem; }
    .rd-form .freeform-row select:not([multiple]) {
      height: 2.75rem; }
  .rd-form .freeform-row textarea {
    padding: .75rem .875rem;
    border: 1px solid #cfcfcf;
    border-radius: 30px; }
  .rd-form .freeform-row .freeform-errors li {
    color: #D0021B !important;
    font-style: italic;
    font-size: .875rem; }

.rd-form-success {
  margin-bottom: 3rem; }
  .rd-form-success header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5rem 1rem .5rem 2rem;
    color: #fff;
    background-color: #85c169;
    border-left: 10px solid #5e9d41; }
    .rd-form-success header .message {
      padding-right: 1rem; }
    .rd-form-success header .check {
      margin-left: auto;
      padding-top: .25rem; }
      .rd-form-success header .check svg {
        height: 1rem;
        width: 1rem; }
        .rd-form-success header .check svg path {
          fill: #fff; }
  .rd-form-success .submitted-fields {
    width: 100%;
    margin: 1rem 0; }
    .rd-form-success .submitted-fields:empty {
      display: none; }
    .rd-form-success .submitted-fields .field {
      padding: 1rem 0;
      border-bottom: 1px solid #eee; }
      .rd-form-success .submitted-fields .field label {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 700; }

.rd-form-errors {
  margin-bottom: 3rem; }
  .rd-form-errors header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5rem 1rem .5rem 2rem;
    color: #fff;
    background-color: #D0021B;
    border-left: 10px solid #840111; }
    .rd-form-errors header .message {
      padding-right: 1rem; }
    .rd-form-errors header .times {
      margin-left: auto;
      padding-top: .25rem; }
      .rd-form-errors header .times svg {
        height: 1.25rem;
        width: 1.25rem; }
        .rd-form-errors header .times svg path {
          fill: #fff; }
  .rd-form-errors .errors {
    width: 100%;
    margin: 0 0 1rem 0; }
    .rd-form-errors .errors:empty {
      display: none; }
    .rd-form-errors .errors .error {
      padding: 1rem 0 1rem 1rem;
      color: #D0021B;
      border-bottom: 1px solid #eee; }

.rd-lightbox {
  position: fixed;
  top: 50vh;
  right: 50vw;
  bottom: 50vh;
  left: 50vw;
  width: 0;
  height: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  opacity: 0;
  z-index: 999999;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .rd-lightbox.is-shown {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1; }
  .rd-lightbox .toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 1rem; }
    .rd-lightbox .toolbar .pages {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .rd-lightbox .toolbar .pages .sep {
        padding: 0 .3125rem 0 .25rem; }
    .rd-lightbox .toolbar .links {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .rd-lightbox .toolbar .links a {
        padding: .875rem;
        color: white;
        text-decoration: none;
        -webkit-transition: background-color .25s;
        -o-transition: background-color .25s;
        transition: background-color .25s; }
        .rd-lightbox .toolbar .links a svg {
          display: block;
          width: 1.25rem;
          height: 1.25rem; }
          .rd-lightbox .toolbar .links a svg path {
            fill: white; }
        .rd-lightbox .toolbar .links a:hover, .rd-lightbox .toolbar .links a:focus {
          background-color: rgba(0, 0, 0, 0.6); }
  .rd-lightbox .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 3rem); }
    .rd-lightbox .content .rd-lightbox-prev,
    .rd-lightbox .content .rd-lightbox-next {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: .875rem;
      color: white;
      text-decoration: none;
      -webkit-transition: background-color .25s;
      -o-transition: background-color .25s;
      transition: background-color .25s; }
      .rd-lightbox .content .rd-lightbox-prev svg,
      .rd-lightbox .content .rd-lightbox-next svg {
        display: block;
        width: 1.25rem;
        height: 1.25rem; }
        .rd-lightbox .content .rd-lightbox-prev svg path,
        .rd-lightbox .content .rd-lightbox-next svg path {
          fill: white; }
      .rd-lightbox .content .rd-lightbox-prev:hover, .rd-lightbox .content .rd-lightbox-prev:focus,
      .rd-lightbox .content .rd-lightbox-next:hover,
      .rd-lightbox .content .rd-lightbox-next:focus {
        background-color: rgba(0, 0, 0, 0.6); }
    .rd-lightbox .content .gallery {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      position: relative; }
      .rd-lightbox .content .gallery > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 60rem;
        max-height: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s; }
        .rd-lightbox .content .gallery > div:not(.active) {
          opacity: 0;
          z-index: -1; }
        .rd-lightbox .content .gallery > div img {
          display: block;
          max-width: 100%;
          max-height: calc(100vh - 6rem);
          margin: -3rem auto 0; }
    .rd-lightbox .content[data-count="1"] .rd-lightbox-prev,
    .rd-lightbox .content[data-count="1"] .rd-lightbox-next {
      display: none; }
    .rd-lightbox .content[data-count="1"] .gallery {
      margin: 0 3rem; }

.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed,
  .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: .875rem;
  line-height: 1.357142857142857;
  background-color: #7aaecc; }
  #alert a:not(.close),
  #alert div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 1rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none; }
    #alert a:not(.close) strong,
    #alert div strong {
      margin-right: .75rem;
      font-weight: 500;
      font-size: 1rem; }
  #alert .close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    text-decoration: none;
    background-color: #5d869e; }
    #alert .close svg {
      display: block;
      width: 1rem;
      height: 1rem;
      fill: #fff; }
  #alert.urgent {
    background-color: #D0021B; }
    #alert.urgent .close {
      background-color: #820716; }
  #alert.informational {
    background-color: #85c169; }
    #alert.informational .close {
      background-color: #678a56; }

.slab.accordion {
  max-width: 74.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .slab.accordion .wrapper {
    border-bottom: 1px solid #eee; }
    .slab.accordion .wrapper .toggler {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem 0;
      font-weight: 400;
      text-decoration: none; }
      .slab.accordion .wrapper .toggler .title {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding-right: 1.5rem;
        color: #5a5a5a;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s; }
      .slab.accordion .wrapper .toggler svg {
        width: 1rem;
        height: 1rem;
        margin: .125rem;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        -webkit-transform-origin: center;
                transform-origin: center; }
        .slab.accordion .wrapper .toggler svg path {
          fill: #0F7FAA; }
      .slab.accordion .wrapper .toggler:hover .title, .slab.accordion .wrapper .toggler.toggled .title {
        color: #0F7FAA; }
      .slab.accordion .wrapper .toggler:hover svg path, .slab.accordion .wrapper .toggler.toggled svg path {
        fill: #0F7FAA; }
      .slab.accordion .wrapper .toggler.toggled {
        border-bottom: 0; }
        .slab.accordion .wrapper .toggler.toggled + .toggle {
          display: block; }
        .slab.accordion .wrapper .toggler.toggled svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .slab.accordion .wrapper .toggle {
      display: none;
      padding: 0 0 1rem; }
      .slab.accordion .wrapper .toggle p:first-child {
        margin-top: 0; }
      .slab.accordion .wrapper .toggle p:last-child {
        margin-bottom: 0; }
      .slab.accordion .wrapper .toggle p:empty {
        display: none; }
  .slab.accordion + .slab.accordion {
    margin-top: -3rem; }

.slab.content {
  margin-right: auto;
  margin-left: auto;
  max-width: 74.875rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }
  .slab.content img:not(.img-left):not(.img-right) {
    display: block;
    max-width: 90% !important;
    height: auto !important;
    margin: 2em auto; }
  .slab.content .img-left {
    float: left;
    max-width: 35%;
    height: auto !important;
    margin-right: 3rem;
    margin-bottom: 1.5rem; }
  .slab.content .img-right {
    float: right;
    max-width: 35%;
    height: auto !important;
    margin-bottom: 1.5rem;
    margin-left: 3rem; }

.slab.content-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 74.875rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }
  @media (min-width: 60em) {
    .slab.content-image {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .slab.content-image.img-left .content-image-image {
        margin-right: 2rem; }
      .slab.content-image.img-right .content-image-image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 2rem; }
      .slab.content-image.img-right .content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .slab.content-image .content-image-image {
    position: relative; }
    @media (min-width: 60em) {
      .slab.content-image .content-image-image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 60%;
                flex: 1 1 60%; } }
  @media (min-width: 60em) {
    .slab.content-image .content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 40%;
              flex: 1 1 40%;
      text-align: center; } }
  .slab.content-image .content .heading {
    font-size: 1.5rem;
    color: #6D3291;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative; }
    @media (min-width: 20em) {
      .slab.content-image .content .heading {
        font-size: calc(1.5rem + 0.75 * (100vw - 20em) / 40); } }
    @media (min-width: 60em) {
      .slab.content-image .content .heading {
        font-size: 2.25rem; } }
    @media (min-width: 60em) {
      .slab.content-image .content .heading {
        margin-top: 0; } }
    .slab.content-image .content .heading:after {
      background-color: #c5c5c5;
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 6rem; }
      @media (min-width: 60em) {
        .slab.content-image .content .heading:after {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .slab.content-image .content .rd-button, .slab.content-image .content .rd-form input[type=submit], .rd-form .slab.content-image .content input[type=submit],
  .slab.content-image .content .rd-form button, .rd-form .slab.content-image .content button {
    margin-top: .5rem; }

.slab.form {
  margin-right: auto;
  margin-left: auto;
  max-width: 74.875rem;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }

.slab.full-bleed {
  height: 37.5rem;
  position: relative; }
  .slab.full-bleed .video {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
    @media (min-width: 60em) {
      .slab.full-bleed .video {
        display: block; } }
    .slab.full-bleed .video video {
      -o-object-fit: contain;
         object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto; }
  .slab.full-bleed figure {
    height: 100%;
    padding-bottom: 0; }

.slab.gallery {
  max-width: 74.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .slab.gallery .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.15625rem;
    margin-left: -0.15625rem;
    margin-top: .3125rem; }
    .slab.gallery .wrapper > * {
      display: block;
      width: calc(100% - 0.3125rem);
      margin-right: 0.15625rem;
      margin-left: 0.15625rem;
      margin-bottom: 0.3125rem; }
      @media (min-width: 20em) {
        .slab.gallery .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 0.625rem) / 2.0001);
          max-width: calc((100% - 0.625rem) / 2.0001); } }
      @media (min-width: 30em) {
        .slab.gallery .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 0.9375rem) / 3.0001);
          max-width: calc((100% - 0.9375rem) / 3.0001); } }
      @media (min-width: 40em) {
        .slab.gallery .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 1.25rem) / 4.0001);
          max-width: calc((100% - 1.25rem) / 4.0001); } }
    @supports ((display: -ms-grid) or (display: grid)) {
      .slab.gallery .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 0.3125rem;
        grid-row-gap: 0.3125rem;
        margin-right: 0;
        margin-bottom: 0.3125rem;
        margin-left: 0; }
        @media (min-width: 20em) {
          .slab.gallery .wrapper {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
        @media (min-width: 30em) {
          .slab.gallery .wrapper {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr; } }
        @media (min-width: 40em) {
          .slab.gallery .wrapper {
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr; } }
        .slab.gallery .wrapper > * {
          min-width: 0;
          width: auto;
          max-width: none;
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0; } }
    .slab.gallery .wrapper > a {
      position: relative;
      color: rgba(255, 255, 255, 0.75);
      cursor: pointer; }
      .slab.gallery .wrapper > a > svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        height: 40%;
        max-width: 3.5rem;
        max-height: 3.5rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2; }
        .slab.gallery .wrapper > a > svg path {
          fill: currentColor; }
      .slab.gallery .wrapper > a:hover, .slab.gallery .wrapper > a:focus {
        color: white; }

.table-overflow {
  width: 100%;
  margin-bottom: 2rem;
  overflow-x: auto; }
  .table-overflow table {
    min-width: 40rem; }

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dbdbdb; }
  table thead tr {
    border-bottom: 1px solid #dbdbdb; }
    table thead tr th {
      padding: .75rem;
      font-weight: 400;
      font-size: .875rem;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-align: left;
      background-color: #f4f4f4; }
  table tbody tr td {
    padding: 1rem .75rem; }
    table tbody tr td.no-results-message {
      padding: 4rem 0;
      text-align: center; }
  table tbody tr:nth-of-type(even) td {
    background-color: #f4f4f4; }

.cke_editable {
  position: relative;
  left: calc(50% - 1.5rem);
  max-width: 60rem;
  min-height: 0 !important;
  height: auto !important;
  margin: 1.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .cke_editable img:not(.img-left):not(.img-right) {
    display: block;
    max-width: 90% !important;
    height: auto !important;
    margin: 2em auto; }
  .cke_editable .img-left {
    float: left;
    max-width: 35%;
    height: auto !important;
    margin-right: 3rem;
    margin-bottom: 1.5rem; }
  .cke_editable .img-right {
    float: right;
    max-width: 35%;
    height: auto !important;
    margin-bottom: 1.5rem;
    margin-left: 3rem; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .banner__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover; object-position: center;'; }
    .banner__image:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(139, 67, 152, 0.6); }
  .banner__content {
    position: relative;
    z-index: 10;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #FFF; }
    @media (min-width: 20em) {
      .banner__content {
        padding-top: calc(2rem + 8.75 * (100vw - 20em) / 44); } }
    @media (min-width: 64em) {
      .banner__content {
        padding-top: 10.75rem; } }
    @media (min-width: 768px) {
      .banner__content {
        padding-bottom: 4rem; } }
  .banner__title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.0272rem;
    max-width: 50rem; }
    @media (min-width: 20em) {
      .banner__title {
        font-size: calc(2.5rem + 0.9375 * (100vw - 20em) / 44); } }
    @media (min-width: 64em) {
      .banner__title {
        font-size: 3.4375rem; } }
  .banner__subtitle {
    font-size: 1.185rem;
    line-height: 1.2;
    letter-spacing: 0.0625rem; }
    @media (min-width: 20em) {
      .banner__subtitle {
        font-size: calc(1.185rem + 0.065 * (100vw - 20em) / 12); } }
    @media (min-width: 32em) {
      .banner__subtitle {
        font-size: 1.25rem; } }
    @media (min-width: 768px) {
      .banner__subtitle {
        max-width: 28.625rem; } }
  .banner__link {
    display: none;
    position: relative;
    z-index: 10;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%; }
    @media (min-width: 1024px) {
      .banner__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.banner--services.banner .banner__content {
  padding-top: 2rem; }
  @media (min-width: 20em) {
    .banner--services.banner .banner__content {
      padding-top: calc(2rem + 6 * (100vw - 20em) / 44); } }
  @media (min-width: 64em) {
    .banner--services.banner .banner__content {
      padding-top: 8rem; } }

@media (min-width: 1024px) {
  .banner--services.banner .banner__subtitle {
    margin-bottom: -3rem; } }

@media (min-width: 1024px) {
  .banner--services.banner .banner__content {
    padding-bottom: 0; } }

@media all and (-ms-high-contrast: none) {
  .banner-service {
    display: none !important; }
  .banner__subtitle {
    margin-bottom: 0 !important; }
  .banner__content {
    padding-bottom: 4rem !important; } }

.banner-service {
  display: block;
  width: 22.3%;
  padding: 2.375rem 1.375rem 1.5rem 1.375rem;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.043rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-top-left-radius: 99999px;
  border-top-right-radius: 99999px;
  /* IE 11 */
  -webkit-transform: translateY(calc(100% - 7.125rem));
          transform: translateY(calc(100% - 7.125rem));
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .banner-service:hover {
    /* IE 11 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #FFF; }
  .banner-service__title {
    width: 100%;
    padding: 0 0.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1;
    font-size: 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 0.0775rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .banner-service__description {
    margin: 1rem 0 1.5rem 0; }
  .banner-service__cta {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900; }
  .banner-service:nth-child(odd) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 63, 149, 0.65)), color-stop(1%, rgba(131, 63, 149, 0.65)), to(rgba(102, 47, 143, 0.65)));
    background: -o-linear-gradient(top, rgba(131, 63, 149, 0.65) 0%, rgba(131, 63, 149, 0.65) 1%, rgba(102, 47, 143, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(131, 63, 149, 0.65) 0%, rgba(131, 63, 149, 0.65) 1%, rgba(102, 47, 143, 0.65) 100%); }
    .banner-service:nth-child(odd):hover {
      background-color: #662F8F; }
  .banner-service:nth-child(even) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 127, 170, 0.65)), color-stop(1%, rgba(15, 127, 170, 0.65)), to(rgba(10, 78, 133, 0.65)));
    background: -o-linear-gradient(top, rgba(15, 127, 170, 0.65) 0%, rgba(15, 127, 170, 0.65) 1%, rgba(10, 78, 133, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(15, 127, 170, 0.65) 0%, rgba(15, 127, 170, 0.65) 1%, rgba(10, 78, 133, 0.65) 100%); }
    .banner-service:nth-child(even):hover {
      background-color: #036799; }

.cta-section {
  min-height: 100px;
  background: #027cab;
  background: -webkit-gradient(linear, left top, left bottom, from(#027cab), to(#574199));
  background: -o-linear-gradient(top, #027cab 0%, #574199 100%);
  background: linear-gradient(180deg, #027cab 0%, #574199 100%);
  color: #FFF;
  padding: 2.5rem 1rem; }
  @media (min-width: 768px) {
    .cta-section {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1024px) {
    .cta-section {
      padding-top: 3.5rem; } }
  @media (min-width: 1024px) {
    .cta-section .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .cta-section__title {
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.0175rem;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .cta-section__title {
        margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .cta-section__body--link {
      margin-top: 2.25rem; } }
  .cta-section__right {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1024px) {
      .cta-section__right {
        text-align: right; } }
    .cta-section__right .rd-button, .cta-section__right .rd-form input[type=submit], .rd-form .cta-section__right input[type=submit],
    .cta-section__right .rd-form button, .rd-form .cta-section__right button {
      margin-top: 1rem; }
      @media (min-width: 1024px) {
        .cta-section__right .rd-button, .cta-section__right .rd-form input[type=submit], .rd-form .cta-section__right input[type=submit],
        .cta-section__right .rd-form button, .rd-form .cta-section__right button {
          margin-top: 0; } }

.cta-section.cta-section--image {
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .cta-section.cta-section--image .container {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .cta-section.cta-section--image .cta-section__left {
    padding-bottom: 2.5rem; }
    @media (min-width: 1024px) {
      .cta-section.cta-section--image .cta-section__left {
        padding-bottom: 2.625rem; } }
  .cta-section.cta-section--image .cta-section__right {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 2rem; }
    @media (min-width: 1198px) {
      .cta-section.cta-section--image .cta-section__right {
        width: 50%;
        padding-left: 5%; } }
    .cta-section.cta-section--image .cta-section__right img {
      display: none;
      width: 100%; }
      @media (min-width: 1024px) {
        .cta-section.cta-section--image .cta-section__right img {
          display: block; } }

.summary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  width: 100%; }
  @media (min-width: 768px) {
    .summary-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 4rem; } }
  .summary-block__image-container {
    display: block;
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media (min-width: 768px) {
      .summary-block__image-container {
        width: 100%;
        max-width: 100%;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    .summary-block__image-container .pb-60 {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      @media (min-width: 768px) {
        .summary-block__image-container .pb-60 {
          height: auto;
          padding-bottom: 60%; } }
    .summary-block__image-container picture {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .summary-block__image-container picture img.object-fit {
        -o-object-fit: contain;
           object-fit: contain; }
      .summary-block__image-container picture img,
      .summary-block__image-container picture svg {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) or ((-o-object-fit: contain) or (object-fit: contain)) {
        .summary-block__image-container picture > svg {
          display: none; } }
  .summary-block__details {
    padding-left: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .summary-block__details {
        padding-left: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
        .summary-block__details > div {
          width: 100%; } }
  .summary-block h3.summary-block__title {
    font-size: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 1rem; }
    @media (min-width: 768px) {
      .summary-block h3.summary-block__title {
        width: 100%;
        padding-top: 1.5rem; } }
    .summary-block h3.summary-block__title a {
      color: inherit;
      text-decoration: none; }
  .summary-block__desc {
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .summary-block__desc {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .summary-block__cta {
      margin-top: auto; } }

.summary-block-nav,
.tns-nav {
  width: 100%;
  text-align: center; }
  .summary-block-nav__dot,
  .summary-block-nav button,
  .tns-nav__dot,
  .tns-nav button {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 0.75rem;
    height: 0.75rem;
    background: #D8D8D8;
    border: 1px solid #979797;
    border-radius: 100%;
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    outline: none;
    cursor: pointer;
    margin: 0 .25rem; }
    .summary-block-nav__dot.tns-nav-active,
    .summary-block-nav button.tns-nav-active,
    .tns-nav__dot.tns-nav-active,
    .tns-nav button.tns-nav-active {
      background: #6D3291; }

@media (min-width: 768px) {
  .summary-block-carousel.rd-container {
    padding: 0 60px; } }

@media (min-width: 1258px) {
  .summary-block-carousel.rd-container {
    padding: 0 1rem;
    margin-bottom: 8rem; } }

.tns-outer {
  position: relative; }
  .tns-outer .tns-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.rd-tns-control {
  display: none;
  position: absolute;
  top: 12%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  padding: 0;
  margin: 0;
  background: transparent;
  border: none; }
  @media (min-width: 768px) {
    .rd-tns-control {
      display: block; } }
  .rd-tns-control.rd-tns-prev {
    left: 1rem; }
    @media (min-width: 1258px) {
      .rd-tns-control.rd-tns-prev {
        left: -1.875rem; } }
  .rd-tns-control.rd-tns-next {
    right: 1rem; }
    @media (min-width: 1258px) {
      .rd-tns-control.rd-tns-next {
        right: -1.875rem; } }
  .rd-tns-control svg {
    width: 1.3125rem;
    height: auto;
    fill: #D4D4D4; }

.person-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem; }
  .person-component.has-bio {
    cursor: pointer; }
    @media (min-width: 768px) {
      .person-component.has-bio:hover .person-component__image {
        position: relative; }
        .person-component.has-bio:hover .person-component__image:after {
          background: rgba(139, 67, 152, 0.3); } }
  @media (min-width: 768px) {
    .person-component {
      display: block;
      margin-bottom: 4rem;
      max-width: 19.625rem;
      text-align: center; } }
  .person-component__left {
    width: 6.5rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) {
      .person-component__left {
        width: 100%; } }
  .person-component__right {
    padding-left: 1rem; }
  .person-component__image {
    max-width: 17.625rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #6D3291;
    border: 3px solid #6D3291;
    font-size: 0; }
    @media (min-width: 768px) {
      .person-component__image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0px solid #9C65C5;
        background: transparent;
        -webkit-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease; } }
    .person-component__image img {
      width: 100%; }
    .person-component__image .placeholder-image {
      max-width: 100%;
      height: auto;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: #D8D8D8; }
  .person-component__name {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #0B5F8E; }
    @media (min-width: 768px) {
      .person-component__name {
        margin: 2rem 0 0.5rem 0; } }
  .person-component__position {
    font-weight: 700; }
  .person-component__bio-link {
    margin-top: 0.5rem;
    color: #6D3291;
    font-weight: 500; }
    @media (min-width: 768px) {
      .person-component__bio-link {
        display: none; } }
  .person-component__bio-text {
    display: none; }

/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none; }

/* confirm and alerts
  -------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

/* modal
  -------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal--noClose .tingle-modal__close {
  display: none; }

.tingle-modal__close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer; }

.tingle-modal__close svg * {
  fill: currentColor; }

.tingle-modal__closeLabel {
  display: none; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity; }

.tingle-modal-box__content {
  padding: 3rem 3rem; }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ""; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  -o-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

/* state
  -------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden; }

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
          filter: blur(8px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards; }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

/* btn
  -------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #3498db; }

.tingle-btn--danger {
  background-color: #e74c3c; }

.tingle-btn--default {
  background-color: #34495e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

/* responsive
  -------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%; }
  .tingle-modal-box {
    width: auto;
    border-radius: 0; }
  .tingle-modal-box__content {
    overflow-y: scroll; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--noOverlayClose {
    padding-top: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff; }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0; } }

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px); }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
            filter: none; } }

/* animations
  -------------------------------------------------------------- */
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.team-modal-tingle.tingle-modal {
  background: rgba(0, 0, 0, 0.5); }
  .team-modal-tingle.tingle-modal:before {
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px); }

.team-modal-tingle .tingle-modal-box__content {
  padding: 0; }

.team-modal-tingle .tingle-modal-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px; }

.team-popup {
  background: #6D3291; }
  .team-popup__header {
    text-align: right;
    padding: 1rem; }
    @media (min-width: 768px) {
      .team-popup__header {
        padding: 1.625rem 2.375rem; } }
    .team-popup__header .rd-button--ghost {
      min-width: 0;
      cursor: pointer; }
  .team-popup__body {
    padding: 1rem 1rem 2rem 1rem; }
    @media (min-width: 768px) {
      .team-popup__body {
        padding: 0 2rem 3rem 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1198px) {
      .team-popup__body {
        padding: 0 4rem 5.875rem 4rem; } }
  @media (min-width: 768px) {
    .team-popup__left {
      width: 31%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .team-popup__left .image {
    width: 100%;
    border-radius: 9999px;
    overflow: hidden;
    border: 6px solid #9C65C5; }
    .team-popup__left .image img {
      display: block;
      width: 100%; }
  .team-popup__right {
    padding: 1rem 0 0; }
    @media (min-width: 768px) {
      .team-popup__right {
        padding: 0 0 0 2rem; } }
    @media (min-width: 1198px) {
      .team-popup__right {
        padding-left: 5.625rem; } }
    .team-popup__right.no-image {
      padding-left: 0; }
    .team-popup__right .name {
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: .02rem;
      line-height: 1.1;
      color: #FFF; }
      @media (min-width: 768px) {
        .team-popup__right .name {
          font-size: 3rem; } }
    .team-popup__right .title {
      margin: 0.5rem 0 1.5rem;
      font-size: 1.25rem;
      font-weight: 700;
      color: #0F7FAA; }
      @media (min-width: 768px) {
        .team-popup__right .title {
          font-size: 1.4375rem; } }
    .team-popup__right .bio {
      color: #C08CE6; }
  .team-popup__right-footer {
    color: #FFF;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3rem; }
    @media (min-width: 1198px) {
      .team-popup__right-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .team-popup__right-footer > div {
      margin-bottom: 0.5rem; }
      @media (min-width: 1198px) {
        .team-popup__right-footer > div {
          margin: 0 3rem 0 0; } }
      .team-popup__right-footer > div:last-child {
        margin: 0; }
    .team-popup__right-footer a {
      line-height: 1;
      color: #FFF;
      text-decoration: none; }
    .team-popup__right-footer .social {
      font-size: 0; }
      @media (min-width: 1198px) {
        .team-popup__right-footer .social.has-border {
          position: relative;
          padding: 0.25rem 0 0.25rem 1.125rem;
          border-left: 1px solid rgba(216, 216, 216, 0.3);
          left: -1.5rem; } }
      .team-popup__right-footer .social a {
        display: inline-block;
        width: 1.875rem;
        height: 1.875rem;
        margin-right: 0.75rem; }
        .team-popup__right-footer .social a:last-child {
          margin-right: 0; }
        .team-popup__right-footer .social a svg {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          fill: #FFF; }

/**************************************
 *		3RD PARTY
 *************************************/
.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.slab-content--media-none, .slab-content--media-above, .slab-content--media-below {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slab-content--media-none .slab-content__body, .slab-content--media-above .slab-content__body, .slab-content--media-below .slab-content__body {
    width: 100%; }
    @media (min-width: 1024px) {
      .slab-content--media-none .slab-content__body, .slab-content--media-above .slab-content__body, .slab-content--media-below .slab-content__body {
        width: 85%; } }
  .slab-content--media-none .slab-content__media, .slab-content--media-above .slab-content__media, .slab-content--media-below .slab-content__media {
    width: 100%; }
    @media (min-width: 1024px) {
      .slab-content--media-none .slab-content__media, .slab-content--media-above .slab-content__media, .slab-content--media-below .slab-content__media {
        width: 70%; } }

.slab-content--media-above .slab-content__body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.slab-content--media-above .slab-content__media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem; }

.slab-content--media-below .slab-content__media {
  margin-top: 1rem; }

.slab-content__media {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .slab-content__media {
      margin-top: 0; } }

@media (min-width: 768px) {
  .slab-content--media-left, .slab-content--media-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .slab-content--media-left.rd-row, .slab-content--media-right.rd-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .slab-content--media-left .slab-content__body, .slab-content--media-right .slab-content__body {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .slab-content--media-left .slab-content__media, .slab-content--media-right .slab-content__media {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 50%; }
      .slab-content--media-left .slab-content__media.width-third, .slab-content--media-right .slab-content__media.width-third {
        width: 33%; }
      .slab-content--media-left .slab-content__media.width-quarter, .slab-content--media-right .slab-content__media.width-quarter {
        width: 25%; } }

@media (min-width: 768px) {
  .slab-content--media-left .slab-content__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .slab-content--media-left .slab-content__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1024px) {
  .slab-content--media-left .slab-content__media {
    padding-right: 2.125rem; } }

@media (min-width: 1024px) {
  .slab-content--media-right .slab-content__media {
    padding-left: 2.125rem; } }

.did-you-know {
  position: relative;
  background: #46BAAF;
  padding: 1.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .did-you-know {
      padding-left: 2.75rem;
      padding-right: 5.5rem; } }
  .did-you-know__title {
    color: #FFF;
    margin-bottom: 0.4rem;
    font-size: 1.3125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09625rem;
    line-height: 1.1; }
  .did-you-know__body {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: .06375rem; }
  .did-you-know__time {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0.125rem 0.75rem;
    background: #46BAAF;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .06375rem; }
  .did-you-know__bkg {
    display: none; }
    @media (min-width: 1024px) {
      .did-you-know__bkg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: auto; } }

@media all and (-ms-high-contrast: none) {
  .did-you-know__bkg {
    width: 28px !important; } }

.slab-accordion {
  max-width: 74.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .slab-accordion .rd-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 1024px) {
    .slab-accordion .rd-col {
      width: 70%; } }
  .slab-accordion .accordion-line {
    border-bottom: 1px solid #979797; }
    .slab-accordion .accordion-line:last-child {
      border-bottom: none; }
  .slab-accordion .toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer; }
    .slab-accordion .toggler .title {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding-right: 1.5rem;
      color: #0B5F8E;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      font-weight: 700; }
    .slab-accordion .toggler svg {
      width: 1rem;
      height: 1rem;
      margin: .125rem;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      -webkit-transform-origin: center;
              transform-origin: center; }
      .slab-accordion .toggler svg path {
        fill: #000; }
    .slab-accordion .toggler:hover .title, .slab-accordion .toggler.toggled .title {
      color: #6D3291; }
    .slab-accordion .toggler:hover svg path, .slab-accordion .toggler.toggled svg path {
      fill: #6D3291; }
    .slab-accordion .toggler.toggled {
      border-bottom: 0; }
      .slab-accordion .toggler.toggled + .toggle {
        display: block; }
      .slab-accordion .toggler.toggled svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .slab-accordion .toggle {
    display: none;
    padding: 0 0 1rem; }
    .slab-accordion .toggle p:first-child {
      margin-top: 0; }
    .slab-accordion .toggle p:last-child {
      margin-bottom: 0; }
    .slab-accordion .toggle p:empty {
      display: none; }
  .slab-accordion + .slab.accordion {
    margin-top: -3rem; }

.slab-resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.slab-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #DEDEDE;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 768px) {
    .slab-resource {
      width: 40%; } }
  .slab-resource__icon {
    width: 2.8175rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.5rem; }
    .slab-resource__icon svg {
      width: 2.8175rem;
      height: auto; }
  .slab-resource__details {
    padding-left: 1.25rem; }
  .slab-resource__title {
    font-size: 1.5rem;
    color: #0B5F8E;
    font-weight: 500; }
  .slab-resource__description {
    color: #5a5a5a; }

@media all and (-ms-high-contrast: none) {
  .slab-resource__icon svg {
    height: 56px !important; } }

.slab-carousel {
  overflow: hidden;
  padding-bottom: 4rem; }
  .slab-carousel .tns-ovh {
    overflow: visible !important; }
  .slab-carousel .tns-outer .tns-nav {
    bottom: -2rem; }

.site-header {
  position: relative;
  z-index: 100; }
  .site-header .site-nav {
    background: #0F7FAA;
    position: relative;
    z-index: 100; }
    .site-header .site-nav .toggle.menu {
      display: block;
      padding: .6875rem;
      text-decoration: none;
      cursor: pointer; }
      @media (min-width: 64rem) {
        .site-header .site-nav .toggle.menu {
          display: none; } }
      .site-header .site-nav .toggle.menu svg {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        fill: #FFF;
        display: block;
        width: 1.625rem;
        height: 1.625rem; }
  .site-header .site-nav .toggle.menu.on svg,
  .site-header .site-nav .toggle.menu:hover svg,
  .site-header .site-nav .toggle.menu:focus svg {
    fill: #FFF; }
  .site-header .site-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    z-index: 110; }
    @media (min-width: 64rem) {
      .site-header .site-menu {
        position: relative;
        top: auto;
        display: block !important;
        width: auto;
        border-bottom: 0;
        overflow: visible !important; } }
    .site-header .site-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 64rem) {
        .site-header .site-menu ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .site-header .site-menu ul li {
        position: relative;
        display: block;
        margin: 0; }
        @media (min-width: 64rem) {
          .site-header .site-menu ul li.on {
            color: #fff;
            background-color: #1191c1; } }
        .site-header .site-menu ul li.has-children {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .site-header .site-menu ul li.has-children > a:not(.toggle) {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            width: calc(100% - 3rem);
            max-width: calc(100% - 3rem); }
            @media (min-width: 64rem) {
              .site-header .site-menu ul li.has-children > a:not(.toggle) {
                width: 100%;
                max-width: 100%; } }
          .site-header .site-menu ul li.has-children a.toggle {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 3rem;
            max-width: 3rem;
            padding: 0;
            border-bottom: 1px solid #FFF;
            border-left: 1px solid #FFF;
            cursor: pointer;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s; }
            @media (min-width: 64rem) {
              .site-header .site-menu ul li.has-children a.toggle {
                display: none; } }
            .site-header .site-menu ul li.has-children a.toggle svg {
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto;
              width: 1.125rem;
              height: 1.125rem;
              -webkit-transition: all .25s;
              -o-transition: all .25s;
              transition: all .25s; }
              .site-header .site-menu ul li.has-children a.toggle svg path {
                fill: #FFF; }
            .site-header .site-menu ul li.has-children a.toggle:hover, .site-header .site-menu ul li.has-children a.toggle:focus {
              background-color: #1191c1; }
              .site-header .site-menu ul li.has-children a.toggle:hover svg path, .site-header .site-menu ul li.has-children a.toggle:focus svg path {
                fill: #fff; }
          .site-header .site-menu ul li.has-children ul {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 100%;
                    flex: 1 1 100%;
            display: none; }
            @media (min-width: 64rem) {
              .site-header .site-menu ul li.has-children ul {
                position: absolute;
                top: 100%;
                left: 0;
                background-color: #0F7FAA; } }
            .site-header .site-menu ul li.has-children ul li {
              position: relative;
              display: block; }
              .site-header .site-menu ul li.has-children ul li.has-children {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
              .site-header .site-menu ul li.has-children ul li a:not(.toggle) {
                padding-left: 2.6875rem;
                font-weight: 700; }
                @media (min-width: 64rem) {
                  .site-header .site-menu ul li.has-children ul li a:not(.toggle) {
                    padding: .75rem 1.25rem; } }
                .site-header .site-menu ul li.has-children ul li a:not(.toggle):hover, .site-header .site-menu ul li.has-children ul li a:not(.toggle):focus {
                  color: #fff;
                  background-color: #1191c1; }
              @media (min-width: 64rem) {
                .site-header .site-menu ul li.has-children ul li ul {
                  top: -1px;
                  left: 100%; } }
              .site-header .site-menu ul li.has-children ul li ul li a:not(.toggle) {
                padding-left: 4rem; }
                @media (min-width: 64rem) {
                  .site-header .site-menu ul li.has-children ul li ul li a:not(.toggle) {
                    padding: .75rem 1.25rem; } }
        .site-header .site-menu ul li a {
          display: block;
          padding: .75rem 1.375rem;
          color: #FFF;
          font-weight: 900;
          text-decoration: none;
          text-transform: uppercase;
          border-bottom: 1px solid #FFF;
          background-color: #0F7FAA; }
          @media (min-width: 64rem) {
            .site-header .site-menu ul li a {
              padding: .85rem;
              white-space: nowrap;
              border-bottom: 0; } }
          @media (min-width: 1198px) {
            .site-header .site-menu ul li a {
              padding: 0.875rem 1.75rem; } }
          .site-header .site-menu ul li a:hover, .site-header .site-menu ul li a:focus {
            color: #fff;
            background-color: #1191c1; }
        .site-header .site-menu ul li.has-children.on > a.toggle svg {
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }

.site-logo-phone {
  padding: 1rem;
  width: 100%; }
  @media (min-width: 640px) {
    .site-logo-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      padding: 1rem; } }
  @media (min-width: 768px) {
    .site-logo-phone {
      padding: 1.75rem 1rem; } }
  @media (min-width: 1198px) {
    .site-logo-phone {
      padding: 2.685rem 0rem; } }
  .site-logo-phone__logo {
    display: block; }
    .site-logo-phone__logo img {
      display: block;
      max-width: 17.5rem;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .site-logo-phone__logo img {
          max-width: 22.8125rem; } }
  .site-logo-phone__phone {
    padding-top: 1rem;
    display: block;
    text-align: right; }
    @media (min-width: 640px) {
      .site-logo-phone__phone {
        padding-top: 0; } }

.menu-active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.3125rem;
  background: #46BAAF;
  pointer-events: none; }
  .menu-active-bar.animate {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

main {
  margin: 0; }
  main > article,
  main > section {
    width: 100%; }
    main > article > article,
    main > article > section,
    main > section > article,
    main > section > section {
      margin: 3rem 0; }

.site-footer {
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 1.75rem 1rem; } }
  @media (min-width: 1198px) {
    .site-footer {
      padding: 2.685rem 0rem; } }
  .site-footer .h3, .site-footer .summary-block h3.summary-block__title, .summary-block .site-footer h3.summary-block__title, .site-footer h1.position-statement,
  .site-footer .section-heading {
    margin-bottom: 1rem; }
  .site-footer__stay-in-touch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 1rem 0; }
    @media (min-width: 768px) {
      .site-footer__stay-in-touch {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0;
        width: 50%; } }
    .site-footer__stay-in-touch p {
      line-height: 1.4; }
    .site-footer__stay-in-touch .copyright {
      font-size: 0.875rem;
      font-weight: 500; }
    .site-footer__stay-in-touch .newsletter-social {
      margin-bottom: 1rem; }
    .site-footer__stay-in-touch .newsletter-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .site-footer__stay-in-touch .social a {
      display: inline-block;
      width: 2.0625rem;
      height: 2.0625rem; }
      .site-footer__stay-in-touch .social a svg {
        fill: #898989; }
  .site-footer__visit-contact {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 768px) {
      .site-footer__visit-contact {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 50%;
        text-align: right; } }
    .site-footer__visit-contact .address {
      margin: 1rem 0;
      color: #0B5F8E;
      font-size: 1rem;
      font-weight: 500; }
      @media (min-width: 20em) {
        .site-footer__visit-contact .address {
          font-size: calc(1rem + 0.125 * (100vw - 20em) / 12); } }
      @media (min-width: 32em) {
        .site-footer__visit-contact .address {
          font-size: 1.125rem; } }
    .site-footer__visit-contact .phone-numbers {
      margin: 1rem 0; }
    .site-footer__visit-contact .associations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: -1rem;
      margin-right: -1rem; }
      .site-footer__visit-contact .associations__logo {
        padding-left: 1rem;
        padding-right: 1rem; }

.news-listing {
  max-width: 74.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .news-listing .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem; }
    .news-listing .wrapper > * {
      display: block;
      width: calc(100% - 2rem);
      margin-right: 1rem;
      margin-left: 1rem;
      margin-bottom: 2.5rem; }
      @media (min-width: 36em) {
        .news-listing .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 4rem) / 2.0001);
          max-width: calc((100% - 4rem) / 2.0001); } }
      @media (min-width: 54em) {
        .news-listing .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 6rem) / 3.0001);
          max-width: calc((100% - 6rem) / 3.0001); } }
      @media (min-width: 72em) {
        .news-listing .wrapper > * {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          width: calc((100% - 8rem) / 4.0001);
          max-width: calc((100% - 8rem) / 4.0001); } }
    @supports ((display: -ms-grid) or (display: grid)) {
      .news-listing .wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 2rem;
        grid-row-gap: 2.5rem;
        margin-right: 0;
        margin-bottom: 2.5rem;
        margin-left: 0; }
        @media (min-width: 36em) {
          .news-listing .wrapper {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
        @media (min-width: 54em) {
          .news-listing .wrapper {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr; } }
        @media (min-width: 72em) {
          .news-listing .wrapper {
            -ms-grid-columns: 1fr 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr; } }
        .news-listing .wrapper > * {
          min-width: 0;
          width: auto;
          max-width: none;
          margin-right: 0;
          margin-bottom: 0;
          margin-left: 0; } }

.featured-video {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #8B4398), to(#6D3291));
  background-image: -o-linear-gradient(top, #8B4398 2%, #6D3291 100%);
  background-image: linear-gradient(180deg, #8B4398 2%, #6D3291 100%);
  color: #FFF; }
  @media (min-width: 20em) {
    .featured-video {
      padding-top: calc(2.25rem + 1.5 * (100vw - 20em) / 54.875); } }
  @media (min-width: 74.875em) {
    .featured-video {
      padding-top: 3.75rem; } }
  @media (min-width: 20em) {
    .featured-video {
      padding-bottom: calc(2.25rem + 1.5 * (100vw - 20em) / 54.875); } }
  @media (min-width: 74.875em) {
    .featured-video {
      padding-bottom: 3.75rem; } }
  @media (min-width: 1024px) {
    .featured-video .rd-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .featured-video .section-heading {
    text-align: left;
    color: #FFF;
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .featured-video__summary.rd-col {
      padding-right: 5rem; } }
  .featured-video__media {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 1024px) {
      .featured-video__media {
        width: 60%; } }

.video-component:after {
  content: 'play'; }

.video-block {
  margin-bottom: 4rem; }
  .video-block__embed {
    margin-bottom: 1rem; }
  .video-block__title.section-heading {
    text-align: left;
    margin: 2rem 0 1rem 0; }

.rd-button.rd-button--select, .rd-form input.rd-button--select[type=submit],
.rd-form button.rd-button--select {
  position: relative;
  background: #FFF;
  color: #6D3291; }
  .rd-button.rd-button--select select, .rd-form input.rd-button--select[type=submit] select, .rd-form button.rd-button--select select {
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20px;
    opacity: 0; }
    .rd-button.rd-button--select select:focus, .rd-form input.rd-button--select[type=submit] select:focus, .rd-form button.rd-button--select select:focus {
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .rd-button.rd-button--select label, .rd-form input.rd-button--select[type=submit] label, .rd-form button.rd-button--select label {
    white-space: nowrap;
    pointer-events: none; }
    .rd-button.rd-button--select label svg, .rd-form input.rd-button--select[type=submit] label svg, .rd-form button.rd-button--select label svg {
      margin-left: 0.25rem;
      margin-right: -.5rem; }

.service-listing {
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .service-listing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .service-listing__image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 768px) {
      .service-listing__image {
        width: 34%; } }
    .service-listing__image img {
      width: 100%; }
  .service-listing__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 768px) {
      .service-listing__body {
        padding-left: 1.5rem; } }
  @media (min-width: 768px) and (min-width: 20em) {
    .service-listing__body {
      padding-left: calc(1.5rem + 1.5 * (100vw - 20em) / 54.875); } }
  @media (min-width: 768px) and (min-width: 74.875em) {
    .service-listing__body {
      padding-left: 3rem; } }
    .service-listing__body h2.section-heading {
      text-align: left; }

.appointments-section {
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .appointments-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }
  @media (min-width: 1198px) {
    .appointments-section {
      margin-left: -2rem;
      margin-right: -2rem; } }

.appt-callout {
  position: relative;
  background: #6D3291;
  padding: 1.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .appt-callout {
      width: 50%;
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media (min-width: 1024px) {
    .appt-callout {
      padding-left: 2.75rem;
      padding-right: 5.5rem; } }
  @media (min-width: 1198px) {
    .appt-callout {
      margin-left: 2rem;
      margin-right: 2rem; } }
  .appt-callout__title {
    color: #FFF;
    margin-bottom: 0.4rem;
    font-size: 1.3125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .09625rem;
    line-height: 1.1; }
  .appt-callout__body {
    font-size: 0.875rem;
    font-weight: 700;
    color: #C999E6;
    line-height: 1.1;
    letter-spacing: .06375rem; }
  .appt-callout__time {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0.125rem 0.75rem;
    background: #46BAAF;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .06375rem; }
  .appt-callout__bkg {
    display: none; }
    @media (min-width: 1024px) {
      .appt-callout__bkg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: auto; } }

@media all and (-ms-high-contrast: none) {
  .appt-callout__bkg {
    width: 32px !important; } }

#preview-login {
  position: fixed;
  top: 50vh;
  left: 50vw;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #preview-login label {
    display: block;
    margin: 0 0 1.5rem 0; }
    #preview-login label.checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #preview-login label .field-label {
      font-size: .875rem; }
  #preview-login .form-row.buttons input {
    margin-bottom: 0;
    padding: .375rem; }

.site-contact .rd-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .site-contact .rd-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.site-contact__form {
  width: 100%;
  margin-top: -2rem; }
  @media (min-width: 1024px) {
    .site-contact__form {
      margin-top: -1rem; }
      .site-contact__form.rd-col {
        padding-right: 6rem; } }

.site-contact__map {
  width: 100%; }
  @media (min-width: 1024px) {
    .site-contact__map {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .site-contact__map.rd-col {
        padding-left: 0; } }

.form-disclaimer {
  color: #6D3291;
  font-size: 0.875rem;
  font-weight: 700; }

.contact-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  .contact-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.section-spacing {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem; }
  @media (min-width: 20em) {
    .section-spacing {
      margin-top: calc(2.25rem + 1.5 * (100vw - 20em) / 54.875); } }
  @media (min-width: 74.875em) {
    .section-spacing {
      margin-top: 3.75rem; } }
  @media (min-width: 20em) {
    .section-spacing {
      margin-bottom: calc(2.25rem + 1.5 * (100vw - 20em) / 54.875); } }
  @media (min-width: 74.875em) {
    .section-spacing {
      margin-bottom: 3.75rem; } }

h1.position-statement,
h1.section-heading,
.section-heading {
  line-height: 1.3;
  margin-top: 0; }

.container {
  width: 100%;
  max-width: 74.875rem;
  margin-left: auto;
  margin-right: auto; }

.rd-container {
  width: 100%;
  max-width: calc(74.875rem + 2rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.rd-row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rd-col {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 768px) {
  .rd-container.gutter-lg {
    max-width: calc(74.875rem + 4rem);
    padding-left: 2rem;
    padding-right: 2rem; }
    .rd-container.gutter-lg .rd-row {
      margin-left: -2rem;
      margin-right: -2rem; }
    .rd-container.gutter-lg .rd-col {
      padding-left: 2rem;
      padding-right: 2rem; } }

.bg-secondary {
  background: #0F7FAA; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

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

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

.w-full {
  width: 100%; }

.h-full {
  height: 100%; }

.h-0 {
  height: 0; }

.pb-16\/9 {
  padding-bottom: 56.25%; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-4 {
  margin-top: 1rem; }

.mt-8 {
  margin-top: 2rem; }

.whitespace-no-wrap {
  white-space: nowrap; }

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

.object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain; object-position: center;'; }

.cursor-pointer {
  cursor: pointer; }

.hidden {
  display: none; }

@media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%; }
  .md\:w-1\/3 {
    width: 33.3333%; }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1024px) {
  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

/*# sourceMappingURL=../maps/scss/site.min.css.map */
