@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Neuton:400,400i);
@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html, body {
  height: 100%;
  font-size: 100%; }

body {
  line-height: 1; }

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

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.block-link {
  color: #025173;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none; }
  .block-link svg {
    fill: #ed5025;
    transition: margin 0.5s; }
  .block-link:hover, .block-link:active, .block-link:focus {
    color: #ed5025; }
    .block-link:hover svg, .block-link:active svg, .block-link:focus svg {
      fill: #ed5025;
      margin-left: 0.5rem; }
  @media (max-width: 59.9375em) {
    .block-link {
      letter-spacing: 0.07em; } }

input[type=radio], .find-a-mr-filters-panel-item label, .adage-fiftyfifty-heading, .adage-fiftyfifty .adage-image-block figcaption, .visually-hidden, .sr-only {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.hide {
  display: none;
  visibility: hidden; }

/* neuton-regular - latin */
@font-face {
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 400;
  src: url("/Static/fonts/Neuton/neuton/neuton-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Neuton Regular"), local("Neuton-Regular"), url("/Static/fonts/Neuton/neuton-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/Static/fonts/Neuton/neuton-v11-latin-regular.woff2") format("woff2"), url("/Static/fonts/Neuton/neuton-v11-latin-regular.woff") format("woff"), url("/Static/fonts/Neuton/neuton-v11-latin-regular.ttf") format("truetype"), url("/Static/fonts/Neuton/neuton-v11-latin-regular.svg#Neuton") format("svg");
  /* Legacy iOS */ }

/* neuton-italic - latin */
@font-face {
  font-family: 'Neuton';
  font-style: italic;
  font-weight: 400;
  src: url("/Static/fonts/Neuton/neuton-v11-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Neuton Italic"), local("Neuton-Italic"), url("/Static/fonts/Neuton/neuton-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("/Static/fonts/Neuton/neuton-v11-latin-italic.woff2") format("woff2"), url("/Static/fonts/Neuton/neuton-v11-latin-italic.woff") format("woff"), url("/Static/fonts/Neuton/neuton-v11-latin-italic.ttf") format("truetype"), url("/Static/fonts/Neuton/neuton-v11-latin-italic.svg#Neuton") format("svg");
  /* Legacy iOS */ }

body, .adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
  font-size: 100%;
  font-family: "Lato", Arial, sans-serif, serif;
  color: #1d252e;
  font-size: 1.375rem;
  line-height: 1.45455; }
  @media screen and (max-width: 89.9375em) {
    body, .adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
      font-size: 1.25rem;
      line-height: 1.4; } }
  @media screen and (max-width: 37.4375em) {
    body, .adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  body ::selection, .adage-modal-close ::selection, .adage-accordion-trigger ::selection, .adage-video-thumbnail-trigger ::selection, .un-btn ::selection {
    background: #025173;
    color: #ffffff; }
  body ::-moz-selection, .adage-modal-close ::-moz-selection, .adage-accordion-trigger ::-moz-selection, .adage-video-thumbnail-trigger ::-moz-selection, .un-btn ::-moz-selection {
    background: #025173;
    color: #ffffff; }

a {
  color: #1d252e;
  text-decoration: none;
  border-bottom: 1px solid #ed5025;
  line-height: 1.6; }
  a:hover, a:active, a:focus {
    color: #ed5025; }
  a:hover, a:active, a:focus {
    border-bottom-color: transparent; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Neuton", serif;
  font-weight: 400; }

h1, .h1-style {
  font-size: 3.35vw;
  line-height: 3.35vw; }
  @media screen and (max-width: 119.9375em) {
    h1, .h1-style {
      font-size: 4rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h1, .h1-style {
      font-size: 3.75rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h1, .h1-style {
      font-size: 2.875rem;
      line-height: 1; } }

h2, .h2-style {
  font-size: 2.5vw;
  line-height: 2.5vw; }
  @media screen and (max-width: 119.9375em) {
    h2, .h2-style {
      font-size: 3rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h2, .h2-style {
      font-size: 2.5rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h2, .h2-style {
      font-size: 2.25rem;
      line-height: 1; } }

h3, .h3-style {
  font-size: 2.1vw;
  line-height: 2.1vw; }
  @media screen and (max-width: 119.9375em) {
    h3, .h3-style {
      font-size: 2.5rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h3, .h3-style {
      font-size: 2rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h3, .h3-style {
      font-size: 1.75rem;
      line-height: 1; } }

h4, .adage-staff-item-title, .h4-style {
  font-size: 1.68vw;
  line-height: 1.68vw; }
  @media screen and (max-width: 119.9375em) {
    h4, .adage-staff-item-title, .h4-style {
      font-size: 2rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h4, .adage-staff-item-title, .h4-style {
      font-size: 1.75rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h4, .adage-staff-item-title, .h4-style {
      font-size: 1.5rem;
      line-height: 1; } }

h5, .h5-style {
  font-size: 1.45vw;
  line-height: 1.45vw; }
  @media screen and (max-width: 119.9375em) {
    h5, .h5-style {
      font-size: 1.75rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h5, .h5-style {
      font-size: 1.5rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h5, .h5-style {
      font-size: 1.375rem;
      line-height: 1; } }

h6, .h6-style {
  font-size: 1.25vw;
  line-height: 1.25vw; }
  @media screen and (max-width: 119.9375em) {
    h6, .h6-style {
      font-size: 1.5rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    h6, .h6-style {
      font-size: 1.375rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    h6, .h6-style {
      font-size: 1.25rem;
      line-height: 1; } }
  h6.sans-serif, .h6-style.sans-serif {
    font-size: 1.125rem;
    line-height: 1.55556;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09rem; }
    @media screen and (max-width: 89.9375em) {
      h6.sans-serif, .h6-style.sans-serif {
        font-size: 1rem;
        line-height: 1.5; } }
    @media screen and (max-width: 37.4375em) {
      h6.sans-serif, .h6-style.sans-serif {
        font-size: 0.875rem;
        line-height: 1.71429; } }
    @media (max-width: 25em) {
      h6.sans-serif, .h6-style.sans-serif {
        letter-spacing: 0.07rem; } }

p, ul, ol {
  margin-bottom: 2rem; }
  @media (max-width: 59.9375em) {
    p, ul, ol {
      margin-bottom: 1.75rem; } }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0; }

ul, ol {
  padding-left: 2.5rem; }

ol {
  list-style: decimal; }

sub, sup {
  font-size: .55em;
  padding-left: .1em; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

.large {
  font-size: 1.75rem;
  line-height: 1.28571;
  margin-bottom: 2.25rem; }
  @media screen and (max-width: 89.9375em) {
    .large {
      font-size: 1.5rem;
      line-height: 1.33333; } }
  @media screen and (max-width: 37.4375em) {
    .large {
      font-size: 1.375rem;
      line-height: 1.45455; } }
  @media (max-width: 59.9375em) {
    .large {
      margin-bottom: 2rem; } }
  @media (max-width: 25em) {
    .large {
      margin-bottom: 1.5rem; } }

.caption,
.adage-staff-item-role {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5e5e5e;
  margin-bottom: 1.75rem; }
  @media screen and (max-width: 89.9375em) {
    .caption,
    .adage-staff-item-role {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .caption,
    .adage-staff-item-role {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (max-width: 25em) {
    .caption,
    .adage-staff-item-role {
      margin-bottom: 1.5rem; } }

.disclaimer {
  font-size: 0.875rem;
  line-height: 1.51429;
  margin-bottom: 1.75rem; }
  @media screen and (max-width: 89.9375em) {
    .disclaimer {
      font-size: 0.875rem;
      line-height: 1.51429; } }
  @media screen and (max-width: 37.4375em) {
    .disclaimer {
      font-size: 0.75rem;
      line-height: 1.5; } }
  @media (max-width: 25em) {
    .disclaimer {
      margin-bottom: 1.5rem; } }

.adage-staff-item-role {
  font-family: "Lato", Arial, sans-serif; }

.svg-icon {
  width: 1.5rem;
  height: 1.5rem; }

.errorMsg {
  font-size: 0.875rem;
  line-height: 1.51429;
  color: red; }
  @media screen and (max-width: 89.9375em) {
    .errorMsg {
      font-size: 0.875rem;
      line-height: 1.51429; } }
  @media screen and (max-width: 37.4375em) {
    .errorMsg {
      font-size: 0.75rem;
      line-height: 1.5; } }
  .errorMsg svg {
    fill: red;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem; }

.rich-text > h3 + h3, .rich-text > h3 + h4, .rich-text > h3 + h5, .rich-text > h3 + h6, .rich-text > h3 + p, .rich-text > h3 + ul, .rich-text > h3 + ol, .rich-text > h4 + h3, .rich-text > h4 + h4, .rich-text > h4 + h5, .rich-text > h4 + h6, .rich-text > h4 + p, .rich-text > h4 + ul, .rich-text > h4 + ol, .rich-text > h5 + h3, .rich-text > h5 + h4, .rich-text > h5 + h5, .rich-text > h5 + h6, .rich-text > h5 + p, .rich-text > h5 + ul, .rich-text > h5 + ol, .rich-text > h6 + h3, .rich-text > h6 + h4, .rich-text > h6 + h5, .rich-text > h6 + h6, .rich-text > h6 + p, .rich-text > h6 + ul, .rich-text > h6 + ol, .rich-text > p + h3, .rich-text > p + h4, .rich-text > p + h5, .rich-text > p + h6, .rich-text > p + p, .rich-text > p + ul, .rich-text > p + ol, .rich-text > ul + h3, .rich-text > ul + h4, .rich-text > ul + h5, .rich-text > ul + h6, .rich-text > ul + p, .rich-text > ul + ul, .rich-text > ul + ol, .rich-text > ol + h3, .rich-text > ol + h4, .rich-text > ol + h5, .rich-text > ol + h6, .rich-text > ol + p, .rich-text > ol + ul, .rich-text > ol + ol, .rich-text > * + h1,
.rich-text > * + h2,
.rich-text > * + h3,
.rich-text > * + h4,
.rich-text > * + h5,
.rich-text > * + h6,
.rich-text > div > * + h1,
.rich-text > div > * + h2,
.rich-text > div > * + h3,
.rich-text > div > * + h4,
.rich-text > div > * + h5,
.rich-text > div > * + h6 {
  margin-top: 1.5rem; }
  @media screen and (max-width: 63.9375em) {
    .rich-text > h3 + h3, .rich-text > h3 + h4, .rich-text > h3 + h5, .rich-text > h3 + h6, .rich-text > h3 + p, .rich-text > h3 + ul, .rich-text > h3 + ol, .rich-text > h4 + h3, .rich-text > h4 + h4, .rich-text > h4 + h5, .rich-text > h4 + h6, .rich-text > h4 + p, .rich-text > h4 + ul, .rich-text > h4 + ol, .rich-text > h5 + h3, .rich-text > h5 + h4, .rich-text > h5 + h5, .rich-text > h5 + h6, .rich-text > h5 + p, .rich-text > h5 + ul, .rich-text > h5 + ol, .rich-text > h6 + h3, .rich-text > h6 + h4, .rich-text > h6 + h5, .rich-text > h6 + h6, .rich-text > h6 + p, .rich-text > h6 + ul, .rich-text > h6 + ol, .rich-text > p + h3, .rich-text > p + h4, .rich-text > p + h5, .rich-text > p + h6, .rich-text > p + p, .rich-text > p + ul, .rich-text > p + ol, .rich-text > ul + h3, .rich-text > ul + h4, .rich-text > ul + h5, .rich-text > ul + h6, .rich-text > ul + p, .rich-text > ul + ul, .rich-text > ul + ol, .rich-text > ol + h3, .rich-text > ol + h4, .rich-text > ol + h5, .rich-text > ol + h6, .rich-text > ol + p, .rich-text > ol + ul, .rich-text > ol + ol, .rich-text > * + h1,
    .rich-text > * + h2,
    .rich-text > * + h3,
    .rich-text > * + h4,
    .rich-text > * + h5,
    .rich-text > * + h6,
    .rich-text > div > * + h1,
    .rich-text > div > * + h2,
    .rich-text > div > * + h3,
    .rich-text > div > * + h4,
    .rich-text > div > * + h5,
    .rich-text > div > * + h6 {
      margin-top: 1rem; } }

.rich-text > * + *,
.rich-text > div > * + * {
  margin-top: 0.75rem; }

.rich-text a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: none;
  hyphens: auto; }
  :-ms-lang(x), .rich-text a {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none; }

.rich-text > *:last-child {
  margin-bottom: 0; }

.rich-text h1, .rich-text h2 {
  color: #009fa9; }

.rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6, .rich-text .large {
  color: #025173; }

.rich-text ol, .rich-text ul {
  padding-left: 1rem; }
  @media (min-width: 47.9475em) {
    .rich-text ol, .rich-text ul {
      padding-left: 2.5rem; } }

.rich-text ol {
  list-style-type: decimal; }

.rich-text ul {
  list-style-type: disc; }

.rich-text .cta-arrow {
  border-bottom: none; }
  @media (min-width: 37.4475em) {
    .rich-text .cta-arrow {
      display: inline; } }

.rich-text .caption, .rich-text .disclaimer {
  color: #5e5e5e; }

.secondary-rich-text h1, .secondary-rich-text h2, .secondary-rich-text h3, .secondary-rich-text h4, .secondary-rich-text h5, .secondary-rich-text h6 {
  color: #ffffff; }

.secondary-rich-text a {
  color: #ffffff;
  text-decoration: none;
  border-color: #ffffff; }
  .secondary-rich-text a:hover, .secondary-rich-text a:active, .secondary-rich-text a:focus {
    color: #ffffff; }
  .secondary-rich-text a:hover {
    border-color: transparent; }

.secondary-rich-text .btn-tertiary {
  border-color: transparent; }
  .secondary-rich-text .btn-tertiary:after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }

.primary-medium {
  color: #025173; }

.primary-dark {
  color: #1d252e; }

.primary-light {
  color: #009fa9; }

.secondary-medium {
  color: #ed5025; }

.secondary-dark {
  color: #dd390c; }

.secondary-light {
  color: #5e5e5e; }

.gray-medium {
  color: #5e5e5e; }

.gray-light {
  color: #e3e6e6; }

.btn, button, submit, input[type="submit"], input[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn, .adage-theme-light.adage-newsletter-signup .btn, .adage-theme-default.adage-fiftyfifty-item .btn, .adage-theme-default.adage-newsletter-signup .btn, .adage-scroll-to-top button, .btn-secondary, .secondary-rich-text .btn, .adage-theme-dark.adage-fiftyfifty-item .btn, .adage-theme-dark.adage-newsletter-signup .btn, .adage-highlight-item-pretitle, .adage-utility-item .utility-btn, .btn-light, .EPiServerForms .FormSubmitButton {
  display: inline-block;
  padding: 0.5rem 2.5rem;
  margin: 0.5rem 0;
  min-height: 2.5rem;
  text-decoration: none;
  border-radius: 5rem;
  border: 0;
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.55556;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.09rem; }
  @media screen and (max-width: 89.9375em) {
    .btn, button, submit, input[type="submit"], input[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn, .adage-theme-light.adage-newsletter-signup .btn, .adage-theme-default.adage-fiftyfifty-item .btn, .adage-theme-default.adage-newsletter-signup .btn, .adage-scroll-to-top button, .btn-secondary, .secondary-rich-text .btn, .adage-theme-dark.adage-fiftyfifty-item .btn, .adage-theme-dark.adage-newsletter-signup .btn, .adage-highlight-item-pretitle, .adage-utility-item .utility-btn, .btn-light, .EPiServerForms .FormSubmitButton {
      font-size: 1rem;
      line-height: 1.5; } }
  @media screen and (max-width: 37.4375em) {
    .btn, button, submit, input[type="submit"], input[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn, .adage-theme-light.adage-newsletter-signup .btn, .adage-theme-default.adage-fiftyfifty-item .btn, .adage-theme-default.adage-newsletter-signup .btn, .adage-scroll-to-top button, .btn-secondary, .secondary-rich-text .btn, .adage-theme-dark.adage-fiftyfifty-item .btn, .adage-theme-dark.adage-newsletter-signup .btn, .adage-highlight-item-pretitle, .adage-utility-item .utility-btn, .btn-light, .EPiServerForms .FormSubmitButton {
      font-size: 0.875rem;
      line-height: 1.71429; } }
  .btn[disabled], button[disabled], submit[disabled], input[disabled][type="submit"], input[disabled][type="button"], .adage-theme-light.adage-fiftyfifty-item .btn[disabled], .adage-theme-light.adage-newsletter-signup .btn[disabled], .adage-theme-default.adage-fiftyfifty-item .btn[disabled], .adage-theme-default.adage-newsletter-signup .btn[disabled], .btn-secondary[disabled], .adage-theme-dark.adage-fiftyfifty-item .btn[disabled], .adage-theme-dark.adage-newsletter-signup .btn[disabled], .adage-highlight-item-pretitle[disabled], .adage-utility-item .utility-btn[disabled], .btn-light[disabled], .EPiServerForms .FormSubmitButton[disabled], .disabled.btn, button.disabled, submit.disabled, input.disabled[type="submit"], input.disabled[type="button"], .adage-theme-light.adage-fiftyfifty-item .disabled.btn, .adage-theme-light.adage-newsletter-signup .disabled.btn, .adage-theme-default.adage-fiftyfifty-item .disabled.btn, .adage-theme-default.adage-newsletter-signup .disabled.btn, .disabled.btn-secondary, .adage-theme-dark.adage-fiftyfifty-item .disabled.btn, .adage-theme-dark.adage-newsletter-signup .disabled.btn, .disabled.adage-highlight-item-pretitle, .adage-utility-item .disabled.utility-btn, .disabled.btn-light, .EPiServerForms .disabled.FormSubmitButton {
    cursor: not-allowed; }
  @media (max-width: 37.4375em) {
    .btn, button, submit, input[type="submit"], input[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn, .adage-theme-light.adage-newsletter-signup .btn, .adage-theme-default.adage-fiftyfifty-item .btn, .adage-theme-default.adage-newsletter-signup .btn, .adage-scroll-to-top button, .btn-secondary, .secondary-rich-text .btn, .adage-theme-dark.adage-fiftyfifty-item .btn, .adage-theme-dark.adage-newsletter-signup .btn, .adage-highlight-item-pretitle, .adage-utility-item .utility-btn, .btn-light, .EPiServerForms .FormSubmitButton {
      letter-spacing: 0.07rem;
      width: 100%;
      display: block; } }

.btn, button, submit, input[type="submit"], input[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn, .adage-theme-light.adage-newsletter-signup .btn, .adage-theme-default.adage-fiftyfifty-item .btn, .adage-theme-default.adage-newsletter-signup .btn, .adage-scroll-to-top button {
  background-color: #ed5025;
  color: #ffffff;
  text-decoration: none; }
  .btn:hover, .btn:active, .btn:focus, button:hover, submit:hover, input:hover[type="submit"], input:hover[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:hover, .adage-theme-light.adage-newsletter-signup .btn:hover, .adage-theme-default.adage-fiftyfifty-item .btn:hover, .adage-theme-default.adage-newsletter-signup .btn:hover, button:active, submit:active, input:active[type="submit"], input:active[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:active, .adage-theme-light.adage-newsletter-signup .btn:active, .adage-theme-default.adage-fiftyfifty-item .btn:active, .adage-theme-default.adage-newsletter-signup .btn:active, button:focus, submit:focus, input:focus[type="submit"], input:focus[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:focus, .adage-theme-light.adage-newsletter-signup .btn:focus, .adage-theme-default.adage-fiftyfifty-item .btn:focus, .adage-theme-default.adage-newsletter-signup .btn:focus {
    color: #ed5025; }
  .btn:hover, .btn:active, .btn:focus, button:hover, submit:hover, input:hover[type="submit"], input:hover[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:hover, .adage-theme-light.adage-newsletter-signup .btn:hover, .adage-theme-default.adage-fiftyfifty-item .btn:hover, .adage-theme-default.adage-newsletter-signup .btn:hover, button:active, submit:active, input:active[type="submit"], input:active[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:active, .adage-theme-light.adage-newsletter-signup .btn:active, .adage-theme-default.adage-fiftyfifty-item .btn:active, .adage-theme-default.adage-newsletter-signup .btn:active, button:focus, submit:focus, input:focus[type="submit"], input:focus[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn:focus, .adage-theme-light.adage-newsletter-signup .btn:focus, .adage-theme-default.adage-fiftyfifty-item .btn:focus, .adage-theme-default.adage-newsletter-signup .btn:focus {
    background-color: #dd390c;
    color: #ffffff; }
  .btn[disabled], .btn.disabled, button[disabled], submit[disabled], input[disabled][type="submit"], input[disabled][type="button"], .adage-theme-light.adage-fiftyfifty-item .btn[disabled], .adage-theme-light.adage-newsletter-signup .btn[disabled], .adage-theme-default.adage-fiftyfifty-item .btn[disabled], .adage-theme-default.adage-newsletter-signup .btn[disabled], button.disabled, submit.disabled, input.disabled[type="submit"], input.disabled[type="button"], .adage-theme-light.adage-fiftyfifty-item .disabled.btn, .adage-theme-light.adage-newsletter-signup .disabled.btn, .adage-theme-default.adage-fiftyfifty-item .disabled.btn, .adage-theme-default.adage-newsletter-signup .disabled.btn {
    opacity: .75; }
    .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus, .btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus, button[disabled]:hover, submit[disabled]:hover, input[disabled]:hover[type="submit"], input[disabled]:hover[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn[disabled]:hover, .adage-theme-light.adage-newsletter-signup .btn[disabled]:hover, .adage-theme-default.adage-fiftyfifty-item .btn[disabled]:hover, .adage-theme-default.adage-newsletter-signup .btn[disabled]:hover, button[disabled]:active, submit[disabled]:active, input[disabled]:active[type="submit"], input[disabled]:active[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn[disabled]:active, .adage-theme-light.adage-newsletter-signup .btn[disabled]:active, .adage-theme-default.adage-fiftyfifty-item .btn[disabled]:active, .adage-theme-default.adage-newsletter-signup .btn[disabled]:active, button[disabled]:focus, submit[disabled]:focus, input[disabled]:focus[type="submit"], input[disabled]:focus[type="button"], .adage-theme-light.adage-fiftyfifty-item .btn[disabled]:focus, .adage-theme-light.adage-newsletter-signup .btn[disabled]:focus, .adage-theme-default.adage-fiftyfifty-item .btn[disabled]:focus, .adage-theme-default.adage-newsletter-signup .btn[disabled]:focus, button.disabled:hover, submit.disabled:hover, input.disabled:hover[type="submit"], input.disabled:hover[type="button"], .adage-theme-light.adage-fiftyfifty-item .disabled.btn:hover, .adage-theme-light.adage-newsletter-signup .disabled.btn:hover, .adage-theme-default.adage-fiftyfifty-item .disabled.btn:hover, .adage-theme-default.adage-newsletter-signup .disabled.btn:hover, button.disabled:active, submit.disabled:active, input.disabled:active[type="submit"], input.disabled:active[type="button"], .adage-theme-light.adage-fiftyfifty-item .disabled.btn:active, .adage-theme-light.adage-newsletter-signup .disabled.btn:active, .adage-theme-default.adage-fiftyfifty-item .disabled.btn:active, .adage-theme-default.adage-newsletter-signup .disabled.btn:active, button.disabled:focus, submit.disabled:focus, input.disabled:focus[type="submit"], input.disabled:focus[type="button"], .adage-theme-light.adage-fiftyfifty-item .disabled.btn:focus, .adage-theme-light.adage-newsletter-signup .disabled.btn:focus, .adage-theme-default.adage-fiftyfifty-item .disabled.btn:focus, .adage-theme-default.adage-newsletter-signup .disabled.btn:focus {
      background-color: #ed5025;
      color: #ffffff; }

.btn-secondary, .secondary-rich-text .btn, .adage-theme-dark.adage-fiftyfifty-item .btn, .adage-theme-dark.adage-newsletter-signup .btn, .adage-highlight-item-pretitle {
  background-color: #ffffff;
  color: #025173;
  text-decoration: none; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .secondary-rich-text .btn:hover, .adage-theme-dark.adage-fiftyfifty-item .btn:hover, .adage-theme-dark.adage-newsletter-signup .btn:hover, .adage-highlight-item-pretitle:hover, .secondary-rich-text .btn:active, .adage-theme-dark.adage-fiftyfifty-item .btn:active, .adage-theme-dark.adage-newsletter-signup .btn:active, .adage-highlight-item-pretitle:active, .secondary-rich-text .btn:focus, .adage-theme-dark.adage-fiftyfifty-item .btn:focus, .adage-theme-dark.adage-newsletter-signup .btn:focus, .adage-highlight-item-pretitle:focus {
    color: #025173; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .secondary-rich-text .btn:hover, .adage-theme-dark.adage-fiftyfifty-item .btn:hover, .adage-theme-dark.adage-newsletter-signup .btn:hover, .adage-highlight-item-pretitle:hover, .secondary-rich-text .btn:active, .adage-theme-dark.adage-fiftyfifty-item .btn:active, .adage-theme-dark.adage-newsletter-signup .btn:active, .adage-highlight-item-pretitle:active, .secondary-rich-text .btn:focus, .adage-theme-dark.adage-fiftyfifty-item .btn:focus, .adage-theme-dark.adage-newsletter-signup .btn:focus, .adage-highlight-item-pretitle:focus {
    background-color: rgba(255, 255, 255, 0.75); }
  .btn-secondary[disabled], .btn-secondary.disabled, .secondary-rich-text .btn[disabled], .adage-theme-dark.adage-fiftyfifty-item .btn[disabled], .adage-theme-dark.adage-newsletter-signup .btn[disabled], .adage-highlight-item-pretitle[disabled], .secondary-rich-text .disabled.btn, .adage-theme-dark.adage-fiftyfifty-item .disabled.btn, .adage-theme-dark.adage-newsletter-signup .disabled.btn, .disabled.adage-highlight-item-pretitle {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.35);
    color: #1d252e; }
    .btn-secondary[disabled]:hover, .btn-secondary[disabled]:active, .btn-secondary[disabled]:focus, .btn-secondary.disabled:hover, .btn-secondary.disabled:active, .btn-secondary.disabled:focus, .secondary-rich-text .btn[disabled]:hover, .adage-theme-dark.adage-fiftyfifty-item .btn[disabled]:hover, .adage-theme-dark.adage-newsletter-signup .btn[disabled]:hover, .adage-highlight-item-pretitle[disabled]:hover, .secondary-rich-text .btn[disabled]:active, .adage-theme-dark.adage-fiftyfifty-item .btn[disabled]:active, .adage-theme-dark.adage-newsletter-signup .btn[disabled]:active, .adage-highlight-item-pretitle[disabled]:active, .secondary-rich-text .btn[disabled]:focus, .adage-theme-dark.adage-fiftyfifty-item .btn[disabled]:focus, .adage-theme-dark.adage-newsletter-signup .btn[disabled]:focus, .adage-highlight-item-pretitle[disabled]:focus, .secondary-rich-text .disabled.btn:hover, .adage-theme-dark.adage-fiftyfifty-item .disabled.btn:hover, .adage-theme-dark.adage-newsletter-signup .disabled.btn:hover, .disabled.adage-highlight-item-pretitle:hover, .secondary-rich-text .disabled.btn:active, .adage-theme-dark.adage-fiftyfifty-item .disabled.btn:active, .adage-theme-dark.adage-newsletter-signup .disabled.btn:active, .disabled.adage-highlight-item-pretitle:active, .secondary-rich-text .disabled.btn:focus, .adage-theme-dark.adage-fiftyfifty-item .disabled.btn:focus, .adage-theme-dark.adage-newsletter-signup .disabled.btn:focus, .disabled.adage-highlight-item-pretitle:focus {
      background-color: rgba(255, 255, 255, 0.35);
      color: #1d252e; }

.btn-tertiary {
  color: #025173;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.55556;
  font-weight: 700;
  width: auto;
  border-color: transparent;
  position: relative;
  padding: 0 1.375rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.09rem;
  overflow: visible; }
  .btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
    color: #ed5025; }
  @media screen and (max-width: 89.9375em) {
    .btn-tertiary {
      font-size: 1rem;
      line-height: 1.5; } }
  @media screen and (max-width: 37.4375em) {
    .btn-tertiary {
      font-size: 0.875rem;
      line-height: 1.71429; } }
  @media (max-width: 37.4375em) {
    .btn-tertiary {
      letter-spacing: 0.07rem; } }
  .btn-tertiary:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    margin-right: -0.5rem;
    display: inline-block;
    transform: translate(0.25rem, -0.125rem) rotate(-45deg);
    transition: 0.5s transform;
    border-color: #ed5025;
    border-style: solid;
    border-width: 0 2px 2px 0; }
    @media (min-width: 37.4475em) {
      .btn-tertiary:after {
        width: 0.5625rem;
        height: 0.5625rem; } }
    @media (min-width: 89.9475em) {
      .btn-tertiary:after {
        width: 0.625rem;
        height: 0.625rem; } }
  .btn-tertiary:hover, .btn-tertiary:focus {
    border-color: transparent;
    color: #ed5025; }
    .btn-tertiary:hover:after, .btn-tertiary:focus:after {
      transition: 0.5s transform;
      transform: translate(1rem, -0.125rem) rotate(-45deg); }

.adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn, .adage-search-btn, .btn-plain, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item, .adage-nav-main .nav-item-btn, .search-facet-header-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  text-transform: none;
  font-family: "Lato", Arial, sans-serif, serif;
  letter-spacing: 0; }
  .adage-modal-close:hover, .adage-accordion-trigger:hover, .adage-video-thumbnail-trigger:hover, .un-btn:hover, .adage-search-btn:hover, .btn-plain:hover, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:hover, .adage-nav-main .nav-item-btn:hover, .search-facet-header-toggle:hover, .adage-modal-close:focus, .adage-accordion-trigger:focus, .adage-video-thumbnail-trigger:focus, .un-btn:focus, .adage-search-btn:focus, .btn-plain:focus, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:focus, .adage-nav-main .nav-item-btn:focus, .search-facet-header-toggle:focus {
    background: none; }

.adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
  display: inline;
  color: #1d252e;
  font-size: 1.375rem;
  line-height: 1.45455;
  text-align: left;
  text-transform: none; }
  @media screen and (max-width: 89.9375em) {
    .adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
      font-size: 1.25rem;
      line-height: 1.4; } }
  @media screen and (max-width: 37.4375em) {
    .adage-modal-close, .adage-accordion-trigger, .adage-video-thumbnail-trigger, .un-btn {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  .adage-modal-close:hover, .adage-accordion-trigger:hover, .adage-video-thumbnail-trigger:hover, .adage-modal-close:focus, .adage-accordion-trigger:focus, .adage-video-thumbnail-trigger:focus, .un-btn:hover, .un-btn:focus {
    background: transparent;
    color: #1d252e; }

.adage-search-btn, .btn-plain {
  color: #025173;
  text-decoration: none; }
  .adage-search-btn:hover, .adage-search-btn:active, .adage-search-btn:focus, .btn-plain:hover, .btn-plain:active, .btn-plain:focus {
    color: #ed5025; }

.adage-utility-item .utility-btn, .btn-light {
  color: #ffffff; }
  .adage-utility-item .utility-btn:hover, .adage-utility-item .utility-btn:focus, .btn-light:hover, .btn-light:focus {
    color: #ffffff; }

.adage-search-btn {
  background: transparent;
  line-height: 0;
  font-size: 0; }
  .adage-search-btn svg {
    background: transparent;
    fill: #ed5025;
    height: 1.5rem;
    width: 1.5rem; }
  .adage-search-btn:hover svg {
    fill: #dd390c; }

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], select, textarea {
  /*minimum size for form element font-size to prevent iOS resizing is 16px*/
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 40rem;
  border: 1px solid #ed5025;
  border-radius: 5rem;
  font-family: "Lato", Arial, sans-serif; }
  input:focus[type=text], input:focus[type=number], input:focus[type=password], input:focus[type=tel], input:focus[type=email], input:focus[type=search], input:focus[type=url], input:focus[type=date], input:focus[type=month], input:focus[type=week], input:focus[type=time], input:focus[type=datetime], input:focus[type=datetime-local], select:focus, textarea:focus {
    border-color: #025173; }
  input[disabled][type=text], input[disabled][type=number], input[disabled][type=password], input[disabled][type=tel], input[disabled][type=email], input[disabled][type=search], input[disabled][type=url], input[disabled][type=date], input[disabled][type=month], input[disabled][type=week], input[disabled][type=time], input[disabled][type=datetime], input[disabled][type=datetime-local], select[disabled], textarea[disabled] {
    cursor: not-allowed; }

.form-element {
  margin: 1rem;
  margin-left: 0; }

textarea {
  border-radius: 1rem; }

label {
  font-size: 1.25vw;
  line-height: 1.25vw;
  font-weight: 700;
  display: block; }
  @media screen and (max-width: 119.9375em) {
    label {
      font-size: 1.5rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    label {
      font-size: 1.375rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    label {
      font-size: 1.25rem;
      line-height: 1; } }
  label:not(.visually-hidden) ~ * {
    margin-top: 0.5rem; }

.form-element-checkbox {
  display: flex;
  position: relative;
  margin: 1rem; }
  .form-element-checkbox input[type="checkbox"] {
    display: none; }
    .form-element-checkbox input[type="checkbox"]:checked ~ label > .unselected {
      display: none; }
    .form-element-checkbox input[type="checkbox"]:not(:checked) ~ label > .selected {
      display: none; }
  .form-element-checkbox label {
    padding-top: 0.35rem;
    margin-right: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media (max-width: 47.9375em) {
      .form-element-checkbox label {
        margin-right: 0.5rem;
        padding-top: 0.175rem; } }
    .form-element-checkbox label ~ .form-element-checkbox-text {
      margin-top: 0; }
    .form-element-checkbox label svg {
      width: 1.5rem;
      height: 1.5rem; }
  .form-element-checkbox-text {
    margin-left: 2rem;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    z-index: 0; }
    .form-element-checkbox-text-term {
      white-space: normal; }
    .form-element-checkbox-text-number {
      padding-left: 5px; }
  .form-element-checkbox-disabled {
    color: #e3e6e6; }
    .form-element-checkbox-disabled input {
      opacity: .5; }
    .form-element-checkbox-disabled svg {
      opacity: .35; }

input[type=radio]:focus + label:after {
  border-color: #ed5025;
  outline: 2px solid #025173;
  outline-offset: 2px; }

input[type=radio] + label {
  position: relative;
  padding-left: 2.125rem;
  cursor: pointer;
  transition: .2s;
  display: block;
  font-weight: 400; }
  input[type=radio] + label:before, input[type=radio] + label:after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .2s; }
  input[type=radio] + label:before {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #fff;
    transition: .15s ease;
    margin-left: 5px; }
  input[type=radio] + label:after {
    border: 1px solid #1d252e;
    background-color: transparent;
    width: 1.375rem;
    height: 1.375rem; }
  .mod-no-touchevents input[type=radio] + label:hover {
    color: #ed5025; }
    .mod-no-touchevents input[type=radio] + label:hover:after {
      border-color: #ed5025; }

input[type=radio]:checked + label:before {
  background-color: #ed5025; }

input[type=radio]:checked + label:after {
  border-color: #1d252e; }

*:not(label) > input[type="checkbox"],
*:not(label) > input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  /*opacity: 0;*/ }
  ​ *:not(label) > input[type="checkbox"]:focus, ​
  *:not(label) > input[type="radio"]:focus {
    outline: none;
    border: none;
    box-shadow: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.adage-form-row {
  margin-top: 1rem;
  align-items: flex-end; }

input:focus[type=text], input:focus[type=number], input:focus[type=password], input:focus[type=tel], input:focus[type=email], input:focus[type=search], input:focus[type=url], input:focus[type=date], input:focus[type=month], input:focus[type=week], input:focus[type=time], input:focus[type=datetime], input:focus[type=datetime-local], select:focus, textarea:focus {
  box-shadow: 0 1px 2px rgba(29, 37, 46, 0.2);
  outline-offset: 0;
  outline-color: transparent; }

area:focus, area:active,
a.btn:focus,
a.btn:active,
input:focus,
input:active, select:focus,
select:active, textarea:focus,
textarea:active,
iframe:focus,
iframe:active, button:focus, button:active, .adage-nav-main .nav-item:active, .adage-video-thumbnail-trigger:before {
  outline: 2px solid;
  outline-offset: 5px;
  outline-color: #025173;
  transition: none;
  outline-offset: 2px; }

a, area,
a.btn,
input, select, textarea,
iframe, button {
  outline-style: solid;
  outline-color: transparent;
  outline-width: 2px;
  transition: none; }

a:focus, a:active {
  outline: 2px solid;
  outline-offset: 5px;
  outline-color: #025173;
  transition: none;
  outline-offset: 2px; }
  :-ms-lang(x), a:focus, a:active {
    outline: none;
    outline-offset: 0;
    outline-color: none;
    transition: none;
    background: #F4F4F4; }

main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
  padding-left: 6.5rem;
  padding-right: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-left: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-left: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-left: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-left: 1rem; } }
  @media screen and (max-width: 119.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-right: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-right: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-right: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    main > .adage-block > .adage-block-inner, .adage-nav-main, .adage-nav-desktop .nav-main-ul1-subnav, .footer-top-inner, .footer-bottom-inner, .adage-heading-inner, .adage-contact-container, .find-a-mr-filters-container, .find-a-mr-no-results-container, .find-a-mr-results-list, .find-a-mr-results-info-message, .EPiServerForms, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-fwcta-inner, .adage-newsletter-signup-inner {
      padding-right: 1rem; } }

.adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-top: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-top: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-top: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-top: 1rem; } }
  @media screen and (max-width: 119.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-bottom: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-bottom: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-contact-container, .adage-fiftyfifty-item .adage-wysiwyg-block, .adage-newsletter-signup-inner {
      padding-bottom: 1rem; } }

.find-a-mr-container {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 79.9375em) {
    .find-a-mr-container {
      margin-top: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    .find-a-mr-container {
      margin-top: 3rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-container {
      margin-top: 2rem; } }
  @media screen and (max-width: 79.9375em) {
    .find-a-mr-container {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    .find-a-mr-container {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-container {
      margin-bottom: 2rem; } }

.footer-top .social-media,
.unstyled-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }
  .footer-top .social-media li,
  .unstyled-list li {
    padding-left: 0 !important; }
    .footer-top .social-media li:before,
    .unstyled-list li:before {
      display: none; }

.adage-gallery-item:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.hide {
  display: none;
  visibility: hidden; }

@media (min-width: 63.9475em) {
  .adage-form-row, .adage-contact, .adage-news-container, .adage-tiles-two,
  .adage-tiles-three {
    display: flex;
    flex-wrap: wrap; } }

.adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
  margin-right: 4rem; }
  @media screen and (max-width: 89.9375em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      margin-right: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      margin-right: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      margin-right: 1.25rem; } }
  @media (min-width: 63.9475em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      flex: 0 0 auto;
      margin-bottom: 2rem; }
      .adage-form-item:nth-child(even), .adage-contact-item:nth-child(even), .adage-news-container-item:nth-child(even), .adage-tiles-two-item:nth-child(even) {
        margin-right: 0; }
      .adage-form-item:last-child, .adage-contact-item:last-child, .adage-news-container-item:last-child, .adage-tiles-two-item:last-child, .adage-form-item:nth-last-child(2):nth-child(odd), .adage-contact-item:nth-last-child(2):nth-child(odd), .adage-news-container-item:nth-last-child(2):nth-child(odd), .adage-tiles-two-item:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0; } }
  @media (min-width: 63.9475em) and (max-width: 79.9375em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      width: calc(50% - 1.5rem); } }
  @media (min-width: 79.9475em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      width: calc(50% - 2rem); } }
  @media (max-width: 63.9375em) {
    .adage-form-item, .adage-contact-item, .adage-news-container-item, .adage-tiles-two-item {
      width: 100%;
      margin-bottom: 2rem;
      margin-right: 0; } }

.adage-tiles-three-item {
  /*@include responsive-property('margin-right', $card-padding-map);*/
  margin-bottom: 1.5rem;
  margin-right: 0;
  /*@include media-range(medium, large) {
        width: calc(33.33% - 0.83333rem);
        margin-right: 0;

    }*/ }
  @media screen and (max-width: 79.9375em) {
    .adage-tiles-three-item {
      margin-bottom: 1.25rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-tiles-three-item {
      margin-bottom: 1rem; } }
  @media (min-width: 63.9475em) {
    .adage-tiles-three-item {
      width: calc(33.33% - 1rem);
      margin-right: 1.25rem; } }
  @media (max-width: 47.9375em) {
    .adage-tiles-three-item {
      margin-bottom: 1rem;
      margin-right: 0; } }

.search-bar-area-input label {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.animate {
  visibility: hidden;
  will-change: opacity; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes slideOpen {
  0% {
    max-height: 0; }
  99% {
    max-height: 400px; }
  100% {
    max-height: none; } }

@keyframes slideClosed {
  0% {
    max-height: none; }
  1% {
    max-height: 400px; }
  100% {
    max-height: 0; } }

@keyframes slideOpenIE {
  0% {
    max-height: 0; }
  99% {
    max-height: 500px; }
  100% {
    max-height: 10000px; } }

@keyframes slideClosedIE {
  0% {
    max-height: 10000px; }
  1% {
    max-height: 500px; }
  100% {
    max-height: 0; } }

@keyframes slideIn {
  from {
    transform: translateY(-120%); }
  to {
    transform: translateY(0); } }

@keyframes scrollSlideUp {
  0% {
    transform: translateY(70px);
    opacity: 0;
    visibility: visible; }
  60% {
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

@keyframes nudgeUp {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(0px); }
  60% {
    opacity: 1; }
  100% {
    transform: translateY(-15px);
    opacity: 1;
    visibility: visible; } }

@keyframes slideDown {
  0% {
    transform: translateY(-70px);
    opacity: 0;
    visibility: visible; }
  60% {
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }

main > .adage-block {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 79.9375em) {
    main > .adage-block {
      margin-top: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    main > .adage-block {
      margin-top: 3rem; } }
  @media screen and (max-width: 37.4375em) {
    main > .adage-block {
      margin-top: 2rem; } }
  @media screen and (max-width: 79.9375em) {
    main > .adage-block {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    main > .adage-block {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 37.4375em) {
    main > .adage-block {
      margin-bottom: 2rem; } }

main > .adage-block:first-of-type {
  margin-top: 1rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 79.9375em) {
    main > .adage-block:first-of-type {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 63.9375em) {
    main > .adage-block:first-of-type {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 37.4375em) {
    main > .adage-block:first-of-type {
      margin-bottom: 2rem; } }
  @media (min-width: 63.9475em) {
    main > .adage-block:first-of-type {
      margin-top: 2.5rem; } }

.adage-block > .adage-block-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.adage-block-full-bleed + .adage-block-full-bleed {
  margin-top: 0; }

main > .adage-block-full-bleed {
  margin-bottom: 0; }

.adage-fiftyfifty .adage-image-block img, .adage-fiftyfifty .adage-video-block img, .adage-video-thumbnail-trigger img, .adage-listing-item-image-inner .adage-image-block img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .adage-fiftyfifty .adage-image-block img, .adage-fiftyfifty .adage-video-block img, .adage-video-thumbnail-trigger img, .adage-listing-item-image-inner .adage-image-block img {
      display: none; } }
  @supports (object-fit: cover) {
    .adage-fiftyfifty .adage-image-block img, .adage-fiftyfifty .adage-video-block img, .adage-video-thumbnail-trigger img, .adage-listing-item-image-inner .adage-image-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transform: none;
      left: 0;
      top: 0; } }

.adage-fiftyfifty .adage-image-block [data-full-bleed-image-ie], .adage-fiftyfifty .adage-video-block [data-full-bleed-image-ie], .adage-video-thumbnail-trigger [data-full-bleed-image-ie], .adage-listing-item-image-inner .adage-image-block [data-full-bleed-image-ie] {
  background-size: cover;
  background-position: center center;
  height: 100%;
  opacity: 0;
  transition: .3s opacity;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .adage-fiftyfifty .adage-image-block [class][data-full-bleed-image-ie], .adage-fiftyfifty .adage-video-block [class][data-full-bleed-image-ie], .adage-video-thumbnail-trigger [class][data-full-bleed-image-ie], .adage-listing-item-image-inner .adage-image-block [class][data-full-bleed-image-ie] {
    opacity: 1; }

.adage-theme-light.adage-fiftyfifty-item, .adage-theme-light.adage-newsletter-signup, .adage-theme-default.adage-fiftyfifty-item, .adage-theme-default.adage-newsletter-signup {
  background: linear-gradient(to right, #009fa9, #025173);
  color: #1d252e; }

.adage-theme-dark.adage-fiftyfifty-item, .adage-theme-dark.adage-newsletter-signup {
  background: #1d252e;
  color: #009fa9; }

header.mobile-menu-only-scroll .adage-nav-mobile {
  overflow: auto;
  position: fixed; }

@media (max-width: 63.9375em) {
  header.mobile-menu-only-scroll > nav.adage-nav-mobile {
    min-height: 100vh; }
  header.mobile-menu-only-scroll ~ #main, header.mobile-menu-only-scroll ~ footer {
    display: none; } }

.page-header {
  top: 0;
  width: 100%;
  transition: top 0.5s ease-in-out 0s;
  background-color: #ffffff;
  z-index: 100;
  position: fixed; }
  @media (max-width: 63.9375em) {
    .page-header {
      top: 0 !important; } }

.adage-nav {
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 5px 15px rgba(29, 37, 46, 0.1); }
  .adage-nav-inner {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #e3e6e6; }
    @media (min-width: 63.9475em) {
      .adage-nav-inner {
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 1rem; } }
    @media (min-width: 89.9475em) {
      .adage-nav-inner {
        align-items: center; } }
  .adage-nav a {
    text-decoration: none;
    border-bottom: none; }
  .adage-nav-logo {
    flex-grow: 1;
    flex-shrink: 0; }
    @media (min-width: 37.4475em) {
      .adage-nav-logo {
        padding-left: 6.5rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 119.9375em) {
    .adage-nav-logo {
      padding-left: 4rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 79.9375em) {
    .adage-nav-logo {
      padding-left: 3rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 63.9375em) {
    .adage-nav-logo {
      padding-left: 2rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 37.4375em) {
    .adage-nav-logo {
      padding-left: 1rem; } }
    @media (min-width: 79.9475em) {
      .adage-nav-logo {
        flex-grow: 0;
        padding-right: 2.5rem; } }
    .adage-nav-logo .logo-link {
      display: block;
      text-align: center; }
      @media (min-width: 37.4475em) {
        .adage-nav-logo .logo-link {
          text-align: left; } }
      .adage-nav-logo .logo-link img {
        max-width: 10.6875rem;
        transition: all 0.5s; }
        @media (min-width: 63.9475em) {
          .adage-nav-logo .logo-link img {
            max-width: 15rem; } }
        @media (min-width: 89.9475em) {
          .adage-nav-logo .logo-link img {
            max-width: 18.75rem; } }

.adage-nav-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0; }
  @media (min-width: 89.9475em) {
    .adage-nav-main {
      max-width: 87.5rem;
      margin: 0 auto; } }
  @media (min-width: 63.9475em) {
    .adage-nav-main {
      align-items: center; } }
  .adage-nav-main .nav-main-ul1 {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e3e6e6; }
    .adage-nav-main .nav-main-ul1-featured {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      display: flex;
      align-items: center;
      border-left: 1px solid #e3e6e6; }
      .adage-nav-main .nav-main-ul1-featured-content {
        font-size: 1.125rem;
        line-height: 1.33333;
        padding-right: 1.5rem; }
        @media screen and (max-width: 89.9375em) {
          .adage-nav-main .nav-main-ul1-featured-content {
            font-size: 1.125rem;
            line-height: 1.33333; } }
        @media screen and (max-width: 79.9375em) {
          .adage-nav-main .nav-main-ul1-featured-content {
            font-size: 1rem;
            line-height: 1.5; } }
        @media screen and (max-width: 63.9375em) {
          .adage-nav-main .nav-main-ul1-featured-content {
            font-size: 1.125rem;
            line-height: 1.33333; } }
        @media screen and (max-width: 37.4375em) {
          .adage-nav-main .nav-main-ul1-featured-content {
            font-size: 1.125rem;
            line-height: 1.33333; } }
        .adage-nav-main .nav-main-ul1-featured-content .featured-title {
          color: #025173;
          font-size: 1.45vw;
          line-height: 1.45vw;
          font-family: "Neuton", serif;
          margin-bottom: 1rem; }
          @media screen and (max-width: 119.9375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-title {
              font-size: 1.75rem;
              line-height: 1; } }
          @media screen and (max-width: 89.9375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-title {
              font-size: 1.5rem;
              line-height: 1; } }
          @media screen and (max-width: 37.4375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-title {
              font-size: 1.375rem;
              line-height: 1; } }
        .adage-nav-main .nav-main-ul1-featured-content .featured-link {
          font-size: 1.45vw;
          line-height: 1.45vw;
          font-family: "Neuton", serif;
          margin-bottom: 1rem;
          color: #025173;
          text-decoration: none; }
          @media screen and (max-width: 119.9375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-link {
              font-size: 1.75rem;
              line-height: 1; } }
          @media screen and (max-width: 89.9375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-link {
              font-size: 1.5rem;
              line-height: 1; } }
          @media screen and (max-width: 37.4375em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-link {
              font-size: 1.375rem;
              line-height: 1; } }
          .adage-nav-main .nav-main-ul1-featured-content .featured-link:hover, .adage-nav-main .nav-main-ul1-featured-content .featured-link:active, .adage-nav-main .nav-main-ul1-featured-content .featured-link:focus {
            color: #ed5025; }
        .adage-nav-main .nav-main-ul1-featured-content .featured-description p {
          max-width: 30rem; }
          @media (min-width: 79.9475em) {
            .adage-nav-main .nav-main-ul1-featured-content .featured-description p {
              line-height: 1.75; } }
        .adage-nav-main .nav-main-ul1-featured-content .featured-cta {
          color: #1d252e;
          text-decoration: none;
          border-bottom: 1px solid #ed5025;
          color: #1d252e;
          margin-top: 1.5rem;
          display: inline-block; }
          .adage-nav-main .nav-main-ul1-featured-content .featured-cta:hover, .adage-nav-main .nav-main-ul1-featured-content .featured-cta:active, .adage-nav-main .nav-main-ul1-featured-content .featured-cta:focus {
            color: #ed5025; }
          .adage-nav-main .nav-main-ul1-featured-content .featured-cta:hover, .adage-nav-main .nav-main-ul1-featured-content .featured-cta:active, .adage-nav-main .nav-main-ul1-featured-content .featured-cta:focus {
            border-bottom-color: transparent; }
      .adage-nav-main .nav-main-ul1-featured-image img {
        max-width: 12.5rem;
        border-radius: 50%;
        height: auto;
        width: 100%; }
  .adage-nav-main .nav-main-li1 {
    margin-bottom: 0.5rem; }
    .adage-nav-main .nav-main-li1-item {
      color: #1d252e;
      text-decoration: none;
      border-bottom: 1px solid #ed5025;
      font-size: 1.125rem;
      line-height: 1.33333;
      color: #1d252e;
      border-bottom: 1px solid transparent; }
      .adage-nav-main .nav-main-li1-item:hover, .adage-nav-main .nav-main-li1-item:active, .adage-nav-main .nav-main-li1-item:focus {
        color: #ed5025; }
      .adage-nav-main .nav-main-li1-item:hover, .adage-nav-main .nav-main-li1-item:active, .adage-nav-main .nav-main-li1-item:focus {
        border-bottom-color: transparent; }
      @media screen and (max-width: 89.9375em) {
        .adage-nav-main .nav-main-li1-item {
          font-size: 1.125rem;
          line-height: 1.33333; } }
      @media screen and (max-width: 79.9375em) {
        .adage-nav-main .nav-main-li1-item {
          font-size: 1rem;
          line-height: 1.5; } }
      @media screen and (max-width: 63.9375em) {
        .adage-nav-main .nav-main-li1-item {
          font-size: 1.125rem;
          line-height: 1.33333; } }
      @media screen and (max-width: 37.4375em) {
        .adage-nav-main .nav-main-li1-item {
          font-size: 1.125rem;
          line-height: 1.33333; } }
      .adage-nav-main .nav-main-li1-item:hover, .adage-nav-main .nav-main-li1-item:focus {
        color: #1d252e;
        border-color: #ed5025; }
    .adage-nav-main .nav-main-li1:last-child {
      margin-top: 1rem; }
      .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item {
        color: #025173;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700; }
        .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:hover, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:active, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:focus {
          color: #ed5025; }
        .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:after {
          content: '';
          width: 0.5rem;
          height: 0.5rem;
          display: inline-block;
          transform: translate(0.5rem, -0.125rem) rotate(-45deg);
          transition: 0.5s transform;
          border-color: #ed5025;
          border-style: solid;
          border-width: 0 2px 2px 0; }
        .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:hover, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:focus {
          border-color: transparent;
          color: #ed5025; }
          .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:hover:after, .adage-nav-main .nav-main-li1:last-child .nav-main-li1-item:focus:after {
            transition: 0.5s transform;
            transform: translate(1rem, -0.125rem) rotate(-45deg); }
  @media (min-width: 89.9475em) {
    .adage-nav-main .nav-item {
      margin-left: 1rem;
      margin-right: 1rem; } }
  .adage-nav-main .nav-item.has-children.open .nav-desktop-main-toggle:after, .adage-nav-main .nav-item.has-children.open .nav-mobile-main-toggle:after {
    border-color: #ed5025;
    transform: translateY(-0.17678rem) rotate(-135deg); }
  .adage-nav-main .nav-item.has-children.open .nav-item-btn {
    color: #ed5025; }
  .adage-nav-main .nav-item.has-children.open .nav-main-ul1 {
    box-shadow: 0px 5px 15px rgba(29, 37, 46, 0.1); }
  .adage-nav-main .nav-item-btn {
    font-size: 1.5rem;
    line-height: 1;
    color: #025173;
    font-family: "Neuton", serif;
    font-weight: 500;
    /*&:focus {
                outline: none;
                border: none;
                box-shadow: none !important;
            }*/ }
    @media screen and (max-width: 99.9375em) {
      .adage-nav-main .nav-item-btn {
        font-size: 1.5rem;
        line-height: 1; } }
    @media screen and (max-width: 89.9375em) {
      .adage-nav-main .nav-item-btn {
        font-size: 1.375rem;
        line-height: 1; } }
    @media screen and (max-width: 79.9375em) {
      .adage-nav-main .nav-item-btn {
        font-size: 1.25rem;
        line-height: 1; } }
    @media screen and (max-width: 63.9375em) {
      .adage-nav-main .nav-item-btn {
        font-size: 2rem;
        line-height: 1; } }
    @media screen and (max-width: 37.4375em) {
      .adage-nav-main .nav-item-btn {
        font-size: 1.75rem;
        line-height: 1; } }
    @media (min-width: 63.9475em) {
      .adage-nav-main .nav-item-btn {
        display: inline-block; } }
    .adage-nav-main .nav-item-btn:hover {
      transition: none;
      color: #ed5025; }

.adage-nav-desktop {
  display: none; }
  @media (min-width: 63.9475em) {
    .adage-nav-desktop {
      padding-bottom: 0;
      display: block; } }
  .adage-nav-desktop-menu {
    border-top: 1px solid #e3e6e6;
    margin-top: 1rem;
    width: 100%;
    background: #ffffff; }
  .adage-nav-desktop .adage-nav-main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .adage-nav-desktop .nav-main-ul1-subnav {
    display: flex;
    margin-right: 1rem; }
    @media (min-width: 89.9475em) {
      .adage-nav-desktop .nav-main-ul1-subnav {
        max-width: calc(87.5rem - 2rem);
        margin: 0 auto; } }
  .adage-nav-desktop .nav-main-ul1-links {
    padding: 2.5rem 2.5rem 2.5rem 0;
    margin: 0;
    min-width: calc(25% + 1rem);
    /*@include media-min(large) {
                width: calc(33% + 1rem);
            }*/ }

.nav-main-ul1-subnav, .nav-mobile-main-ul1-subnav {
  overflow: hidden;
  max-height: 0;
  width: 100%; }

.nav-main-ul1[aria-hidden="false"] > .nav-main-ul1-subnav, .nav-mobile-main-ul1[aria-hidden="false"] > .nav-main-ul1-subnav {
  overflow: visible;
  max-height: none;
  animation: slideOpen .5s ease;
  z-index: 101;
  animation-fill-mode: both; }

.nav-main-ul1[aria-hidden="false"] .nav-main-ul1-links, .nav-mobile-main-ul1[aria-hidden="false"] .nav-main-ul1-links {
  animation: fadeIn .3s ease-in-out;
  animation-delay: .2s;
  animation-fill-mode: both; }

.nav-main-ul1[aria-hidden="false"] .nav-main-ul1-featured, .nav-mobile-main-ul1[aria-hidden="false"] .nav-main-ul1-featured {
  animation: fadeIn .3s ease-in-out;
  animation-delay: .4s;
  animation-fill-mode: both; }

.nav-main-ul1-links, .nav-mobile-main-ul1-links {
  opacity: 0; }

.nav-main-ul1-featured, .nav-mobile-main-ul1-featured {
  opacity: 0; }

.adage-nav-toggle-container {
  display: flex;
  margin-left: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-nav-toggle-container {
      margin-left: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-nav-toggle-container {
      margin-left: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-nav-toggle-container {
      margin-left: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-nav-toggle-container {
      margin-left: 1rem; } }
  .adage-nav-toggle-container svg {
    line-height: 0;
    font-size: 0; }
  .adage-nav-toggle-container .open {
    line-height: 1; }

.adage-nav-container-toggle {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0; }
  .adage-nav-container-toggle .close {
    display: none; }
  .adage-nav-container-toggle.active .open {
    display: none; }
  .adage-nav-container-toggle.active .close {
    display: block; }

.adage-nav-mobile {
  display: none; }
  @media (max-width: 63.9375em) {
    .adage-nav-mobile {
      display: block; } }
  .adage-nav-mobile .adage-nav-inner {
    align-items: center; }
  .adage-nav-mobile-menu {
    flex-basis: 100%;
    padding-top: 0; }
  .adage-nav-mobile-menu-container {
    visibility: hidden;
    max-height: 0;
    width: 100%;
    position: absolute;
    min-height: 110vh; }
    .adage-nav-mobile-menu-container.active {
      visibility: visible;
      max-height: none; }

.adage-nav-mobile-menu-container {
  padding: 0;
  background: #ffffff;
  display: none; }
  .adage-nav-mobile-menu-container .adage-nav-main {
    margin-top: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-right: 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e3e6e6; }
    @media (min-width: 47.9475em) {
      .adage-nav-mobile-menu-container .adage-nav-main {
        margin-top: 3rem; } }
    .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 {
      flex: 0 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 0.5rem;
      animation: fadeIn;
      animation-delay: 1s;
      position: relative; }
      .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        transition: none;
        text-align: left;
        margin-left: 10rem;
        margin-right: 10rem; }
        @media screen and (max-width: 79.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-left: 10rem; } }
        @media screen and (max-width: 63.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-left: 8rem; } }
        @media screen and (max-width: 47.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-left: 2rem; } }
        @media screen and (max-width: 37.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-left: 1rem; } }
        @media screen and (max-width: 22.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-left: 1rem; } }
        @media screen and (max-width: 79.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-right: 10rem; } }
        @media screen and (max-width: 63.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-right: 8rem; } }
        @media screen and (max-width: 47.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-right: 2rem; } }
        @media screen and (max-width: 37.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-right: 1rem; } }
        @media screen and (max-width: 22.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 > .nav-item-link {
            margin-right: 1rem; } }
      .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0.no-children .nav-item-link {
        color: #025173;
        text-decoration: none;
        justify-content: space-between;
        width: 100%; }
        .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0.no-children .nav-item-link:hover, .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0.no-children .nav-item-link:active, .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0.no-children .nav-item-link:focus {
          color: #ed5025; }
      .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0:last-child .nav-mobile-main-ul1 {
        border-bottom: none; }
      .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 0;
        padding: 1rem 0;
        border-top: 1px solid #e3e6e6;
        border-bottom: 1px solid #e3e6e6;
        margin-left: 10rem;
        margin-right: 10rem; }
        @media screen and (max-width: 79.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-left: 10rem; } }
        @media screen and (max-width: 63.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-left: 8rem; } }
        @media screen and (max-width: 47.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-left: 2rem; } }
        @media screen and (max-width: 37.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-left: 1rem; } }
        @media screen and (max-width: 22.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-left: 1rem; } }
        @media screen and (max-width: 79.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-right: 10rem; } }
        @media screen and (max-width: 63.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-right: 8rem; } }
        @media screen and (max-width: 47.9375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-right: 2rem; } }
        @media screen and (max-width: 37.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-right: 1rem; } }
        @media screen and (max-width: 22.4375em) {
          .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 {
            margin-right: 1rem; } }
        .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
          transition: none;
          margin-left: 10rem;
          margin-right: 10rem; }
          @media screen and (max-width: 79.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-left: 10rem; } }
          @media screen and (max-width: 63.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-left: 8rem; } }
          @media screen and (max-width: 47.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-left: 2rem; } }
          @media screen and (max-width: 37.4375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-left: 1rem; } }
          @media screen and (max-width: 22.4375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-left: 1rem; } }
          @media screen and (max-width: 79.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-right: 10rem; } }
          @media screen and (max-width: 63.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-right: 8rem; } }
          @media screen and (max-width: 47.9375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-right: 2rem; } }
          @media screen and (max-width: 37.4375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-right: 1rem; } }
          @media screen and (max-width: 22.4375em) {
            .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1 .nav-link-item {
              margin-right: 1rem; } }
        .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1[aria-hidden="true"] {
          display: none; }
        .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-mobile-main-ul1[aria-hidden="false"] {
          display: block; }
      .adage-nav-mobile-menu-container .adage-nav-main > .nav-item-li0 .nav-main-ul1-links {
        padding-left: 0; }
  .adage-nav-mobile-menu-container.active {
    display: flex;
    flex-direction: column; }

.adage-utility {
  display: block;
  padding-right: 6.5rem;
  font-size: 1.125rem;
  line-height: 1.33333; }
  @media screen and (max-width: 119.9375em) {
    .adage-utility {
      padding-right: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-utility {
      padding-right: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-utility {
      padding-right: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-utility {
      padding-right: 1rem; } }
  @media screen and (max-width: 89.9375em) {
    .adage-utility {
      font-size: 1.125rem;
      line-height: 1.33333; } }
  @media screen and (max-width: 79.9375em) {
    .adage-utility {
      font-size: 1rem;
      line-height: 1.5; } }
  @media screen and (max-width: 63.9375em) {
    .adage-utility {
      font-size: 1.125rem;
      line-height: 1.33333; } }
  @media screen and (max-width: 37.4375em) {
    .adage-utility {
      font-size: 1.125rem;
      line-height: 1.33333; } }
  @media (min-width: 63.9475em) {
    .adage-utility {
      justify-content: flex-end;
      align-items: center;
      display: flex; } }
  .adage-utility-container {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
    @media (min-width: 89.9475em) {
      .adage-utility-container {
        align-items: center;
        flex-direction: row-reverse; } }
  .adage-utility-links {
    margin: 0.25rem 0 0; }
    @media (min-width: 89.9475em) {
      .adage-utility-links {
        margin: 0;
        padding: 0; } }
  .adage-utility-item {
    margin-left: 1.6875rem; }
    .adage-utility-item a {
      font-size: 1.125rem;
      line-height: 1.55556;
      color: #5e5e5e;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      @media screen and (max-width: 89.9375em) {
        .adage-utility-item a {
          font-size: 1rem;
          line-height: 1.5; } }
      @media screen and (max-width: 37.4375em) {
        .adage-utility-item a {
          font-size: 0.875rem;
          line-height: 1.71429; } }
      .adage-utility-item a:hover, .adage-utility-item a:active, .adage-utility-item a:focus {
        color: #5e5e5e; }
      .adage-utility-item a:hover, .adage-utility-item a:focus {
        border-color: #ed5025; }
    .adage-utility-item .utility-btn {
      margin-top: 0;
      margin-bottom: 0; }
  .adage-utility .icon-item svg {
    height: 1rem;
    width: 1rem;
    fill: #1d252e;
    margin-right: 0.25rem; }
  .adage-utility .icon-item:hover a {
    color: #ed5025;
    border-bottom: 1px solid transparent; }
  .adage-utility .icon-item:hover svg {
    fill: #ed5025; }

.adage-nav-mobile .adage-nav-mobile-menu .adage-utility-account {
  display: flex; }
  @media (min-width: 47.9475em) {
    .adage-nav-mobile .adage-nav-mobile-menu .adage-utility-account {
      display: none; } }

@media (max-width: 37.4375em) {
  .adage-nav-mobile .adage-utility {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .adage-nav-mobile .adage-utility .utility-btn {
      padding: .14rem 1.1rem;
      min-height: 1rem; } }

.adage-nav-mobile .adage-utility-account {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center; }
  .adage-nav-mobile .adage-utility-account-mobile {
    border: 1px solid #e3e6e6; }
  @media (min-width: 37.4475em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 10rem;
      padding-right: 10rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 10rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 8rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 2rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 1rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-left: 1rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-right: 10rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-right: 8rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-right: 2rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-right: 1rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-account {
      padding-right: 1rem; } }
  @media (min-width: 47.9475em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 10rem;
      margin-right: 10rem;
      padding: 0;
      margin-top: 0.75rem;
      flex-wrap: nowrap; } }
  @media screen and (min-width: 47.9475em) and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 10rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 8rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 2rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 1rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-left: 1rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-right: 10rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-right: 8rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-right: 2rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-right: 1rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-account {
      margin-right: 1rem; } }
  @media (min-width: 47.9475em) {
      .adage-nav-mobile .adage-utility-account-mobile {
        display: none; } }

.adage-nav-mobile .adage-utility-links {
  margin: 0;
  padding-left: 10rem;
  padding-right: 10rem; }
  @media screen and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-left: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-left: 8rem; } }
  @media screen and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-left: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-left: 1rem; } }
  @media screen and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-left: 1rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-right: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-right: 8rem; } }
  @media screen and (max-width: 47.9375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-right: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-right: 1rem; } }
  @media screen and (max-width: 22.4375em) {
    .adage-nav-mobile .adage-utility-links {
      padding-right: 1rem; } }
  .adage-nav-mobile .adage-utility-links a {
    color: #5e5e5e; }
  .adage-nav-mobile .adage-utility-links li {
    margin-bottom: 1rem; }

.adage-nav-mobile .adage-utility-item {
  margin: 0.25rem; }
  @media (min-width: 37.4475em) {
    .adage-nav-mobile .adage-utility-item {
      margin: 0; } }

.adage-nav-mobile .adage-utility-tablet {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-nav-mobile .adage-utility-tablet {
      margin-right: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-nav-mobile .adage-utility-tablet {
      margin-right: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-nav-mobile .adage-utility-tablet {
      margin-right: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-nav-mobile .adage-utility-tablet {
      margin-right: 1rem; } }
  .adage-nav-mobile .adage-utility-tablet .adage-search-btn {
    margin-left: 0.75rem; }
  .adage-nav-mobile .adage-utility-tablet-links {
    display: none; }
    @media (min-width: 47.9475em) {
      .adage-nav-mobile .adage-utility-tablet-links {
        display: flex; } }
  .adage-nav-mobile .adage-utility-tablet .adage-utility-account {
    margin: 0; }
  .adage-nav-mobile .adage-utility-tablet .adage-utility-item {
    margin: 0 0 0 0.75rem; }
  .adage-nav-mobile .adage-utility-tablet .adage-utility-links {
    padding: 1rem 0 0; }
  .adage-nav-mobile .adage-utility-tablet .adage-utility-account-action {
    margin: 0 1rem; }

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  margin-left: 0; }
  @media (min-width: 47.9475em) {
    .breadcrumbs {
      margin-left: 6.5rem;
      margin-top: 0.5rem;
      justify-content: flex-start; } }
  @media screen and (min-width: 47.9475em) and (max-width: 119.9375em) {
    .breadcrumbs {
      margin-left: 4rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 79.9375em) {
    .breadcrumbs {
      margin-left: 3rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 63.9375em) {
    .breadcrumbs {
      margin-left: 2rem; } }
  @media screen and (min-width: 47.9475em) and (max-width: 37.4375em) {
    .breadcrumbs {
      margin-left: 1rem; } }
  @media (min-width: 47.9475em) {
    .breadcrumbs {
      justify-content: flex-start; } }
  .breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .breadcrumbs-list-item {
      margin-left: 0.5rem;
      flex: 0 1 auto;
      font-size: 1.25rem;
      line-height: 1.4;
      z-index: 2; }
      @media screen and (max-width: 89.9375em) {
        .breadcrumbs-list-item {
          font-size: 1.125rem;
          line-height: 1.55556; } }
      @media screen and (max-width: 37.4375em) {
        .breadcrumbs-list-item {
          font-size: 1rem;
          line-height: 1.5; } }
      .breadcrumbs-list-item-link {
        color: #1d252e; }
      .breadcrumbs-list-item-link + span {
        display: inline-block;
        margin-left: 0.5rem; }

.adage-theme-swoosh-lg .breadcrumbs-list-item-link, .adage-theme-swoosh-lg .breadcrumbs-list-item span {
  color: #ffffff; }

.adage-theme-swoosh-lg .breadcrumbs-list-item-link {
  border-color: #ffffff; }

.adage-theme-swoosh-sm .breadcrumbs {
  margin-top: 5rem; }
  @media (min-width: 47.9475em) {
    .adage-theme-swoosh-sm .breadcrumbs {
      margin-top: 0.5rem; } }
  @media (min-width: 47.9475em) and (max-width: 63.9375em) {
    .adage-theme-swoosh-sm .breadcrumbs {
      max-width: 21rem; } }
  .adage-theme-swoosh-sm .breadcrumbs-list {
    max-width: 21rem; }
    @media (min-width: 79.9475em) {
      .adage-theme-swoosh-sm .breadcrumbs-list {
        max-width: 100%; } }

.footer-top {
  border-top: 1px solid rgba(227, 230, 230, 0.5);
  background-color: #ffffff; }
  @media print {
    .footer-top {
      border: 0;
      background: none; } }
  .footer-top-inner {
    margin: 0 auto;
    padding-top: 2.5rem;
    padding-bottom: 3rem; }
    @media (min-width: 47.9475em) {
      .footer-top-inner {
        display: flex; } }
  @media (min-width: 47.9475em) {
    .footer-top-block {
      width: 33.33%; } }
  .footer-top-block + .footer-top-block {
    margin-top: 2rem; }
    @media (min-width: 47.9475em) {
      .footer-top-block + .footer-top-block {
        margin-top: 0;
        margin-left: 1rem; } }
  .footer-top-block p {
    margin-bottom: 0; }
    .footer-top-block p:not(:first-of-type) a {
      margin-top: 0.5rem;
      display: inline-block; }
  .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary) {
    color: #1d252e;
    text-decoration: none;
    border-color: transparent; }
    .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary):hover, .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary):active, .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary):focus {
      color: #1d252e; }
    .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary):hover, .footer-top-block a:not(.btn):not(.btn-secondary):not(.btn-tertiary):focus {
      border-color: #ed5025; }
  .footer-top-title {
    font-size: 2.1vw;
    line-height: 2.1vw;
    color: #025173;
    margin-bottom: 0.75rem; }
    @media screen and (max-width: 119.9375em) {
      .footer-top-title {
        font-size: 2.5rem;
        line-height: 1; } }
    @media screen and (max-width: 89.9375em) {
      .footer-top-title {
        font-size: 2rem;
        line-height: 1; } }
    @media screen and (max-width: 37.4375em) {
      .footer-top-title {
        font-size: 1.75rem;
        line-height: 1; } }
    @media (min-width: 37.4475em) {
      .footer-top-title {
        margin-bottom: 1.625rem; } }
    @media (min-width: 63.9475em) {
      .footer-top-title {
        margin-bottom: 2.25rem; } }
  .footer-top .social-media {
    margin-top: 1.25rem;
    display: flex; }
    .footer-top .social-media li + li {
      margin-left: 1.25rem; }
    .footer-top .social-media a:not(.btn):not(.btn-secondary):not(.btn-tertiary) {
      display: block;
      width: 1.75rem;
      height: 1.75rem; }
      .footer-top .social-media a:not(.btn):not(.btn-secondary):not(.btn-tertiary):hover, .footer-top .social-media a:not(.btn):not(.btn-secondary):not(.btn-tertiary):focus {
        border-color: transparent; }
        .footer-top .social-media a:not(.btn):not(.btn-secondary):not(.btn-tertiary):hover svg, .footer-top .social-media a:not(.btn):not(.btn-secondary):not(.btn-tertiary):focus svg {
          fill: #dd390c; }
    .footer-top .social-media svg {
      width: 1.75rem;
      height: 1.75rem;
      fill: #ed5025;
      transition: fill 0.5s ease-in-out; }

.footer-bottom {
  background-color: rgba(227, 230, 230, 0.5);
  color: #1d252e;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media screen and (max-width: 89.9375em) {
    .footer-bottom {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .footer-bottom {
      font-size: 1rem;
      line-height: 1.5; } }
  .footer-bottom-inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media (min-width: 63.9475em) {
      .footer-bottom-inner {
        flex-direction: row;
        justify-content: space-between; } }
    :-ms-lang(x), .footer-bottom-inner a:focus {
      background: none; }
    .footer-bottom-inner .user-info-links {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      @media (min-width: 37.4475em) {
        .footer-bottom-inner .user-info-links {
          margin-bottom: 0.875rem; } }
      @media (min-width: 63.9475em) {
        .footer-bottom-inner .user-info-links {
          margin-bottom: 0;
          margin-right: 2.5rem; } }
      .footer-bottom-inner .user-info-links p {
        margin: 0;
        position: relative; }
        .footer-bottom-inner .user-info-links p:not(:last-of-type) {
          margin-right: 1.25rem; }
          @media (min-width: 37.4475em) {
            .footer-bottom-inner .user-info-links p:not(:last-of-type) {
              margin-right: 1.5rem; } }
          .footer-bottom-inner .user-info-links p:not(:last-of-type):after {
            content: '';
            display: inline;
            height: 0.125rem;
            width: 0.125rem;
            border: 1px solid #1d252e;
            border-radius: 100%;
            background-color: #1d252e;
            position: absolute;
            top: 50%;
            transform: translate(50%);
            right: -0.625rem; }
            @media (min-width: 37.4475em) {
              .footer-bottom-inner .user-info-links p:not(:last-of-type):after {
                height: 0.1875rem;
                width: 0.1875rem;
                right: -0.75rem; } }
      .footer-bottom-inner .user-info-links a {
        color: #1d252e;
        text-decoration: none;
        border-color: transparent; }
        .footer-bottom-inner .user-info-links a:hover, .footer-bottom-inner .user-info-links a:active, .footer-bottom-inner .user-info-links a:focus {
          color: #1d252e; }
        .footer-bottom-inner .user-info-links a:hover, .footer-bottom-inner .user-info-links a:focus {
          border-color: #ed5025; }

body {
  display: flex;
  flex-direction: column; }
  body.fixed {
    overflow: hidden; }

header {
  flex: 0 0 auto; }

footer {
  flex: 0 0 auto; }

main {
  flex: 1 0 auto;
  background: #ffffff;
  position: relative; }

.skip-link {
  position: absolute;
  background: #ffffff;
  padding: 0.5rem;
  z-index: 90;
  top: 0;
  left: 0; }
  .skip-link:focus {
    color: #1d252e;
    z-index: 110; }

@media print {
  body {
    display: block !important; }
  #main, #page {
    width: 100%;
    margin: .25cm;
    margin-top: 0 !important; }
  * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }
  .adage-utility-container,
  .adage-nav-desktop-menu,
  .adage-nav-toggle-container,
  .adage-utility-tablet,
  .adage-utility-mobile,
  .adage-heading-svg-swoosh-lg,
  .adage-nav-mobile-menu,
  .adage-utility.adage-utility-account {
    display: none !important; }
  .adage-nav-logo {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .adage-nav {
    box-shadow: none; }
  .adage-nav-inner {
    padding-top: 0;
    padding-bottom: 1rem; }
  .adage-block {
    margin-left: 0;
    margin-right: 0; }
  .adage-block-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .adage-wysiwyg-block {
    max-width: 90% !important; }
  .adage-wysiwyg-title,
  .adage-wysiwyg-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none; }
  .btn, .btn-primary {
    background-color: #ed5025;
    color: #ffffff;
    border-radius: 5px;
    text-align: left; }
  .animate {
    visibility: visible !important;
    opacity: 1 !important; }
  .page-header {
    position: relative;
    display: block;
    padding: 1rem 0; }
  a.skip-link {
    display: none; }
  .social-share-container {
    display: none; }
  nav.breadcrumbs {
    margin-left: 0; }
  h1, .h1-style {
    font-size: 48pt;
    line-height: 1; }
  h2, .h2-style {
    font-size: 42pt;
    line-height: 1; }
  h3, .h3-style {
    font-size: 36pt;
    line-height: 1; }
  h4, .h4-style {
    font-size: 30pt;
    line-height: 1; }
  h5, .h5-style {
    font-size: 24pt;
    line-height: 1; }
  h6, .h6-style {
    font-size: 18pt;
    line-height: 1; }
  p, body {
    font-size: 16pt; }
  a {
    page-break-inside: avoid; }
  blockquote {
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  img, .adage-image-block img {
    display: block !important;
    page-break-inside: avoid !important;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid; }
  table, ul, ol, dl {
    page-break-inside: avoid;
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: avoid; }
  .embed-youtube, .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden; }
  p, address, li, dt, dd, blockquote {
    font-size: 100%; } }

.adage-heading {
  position: relative;
  background: transparent; }
  .adage-heading-inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 5rem; }
    @media (max-width: 25em) {
      .adage-heading-inner {
        padding-top: 4rem; } }
    @media (min-width: 37.4475em) and (max-width: 47.9375em) {
      .adage-heading-inner {
        padding-top: 6rem; } }
  .adage-heading .breadcrumbs-container ~ .adage-heading-inner {
    padding-top: 2rem; }
    @media (min-width: 47.9475em) {
      .adage-heading .breadcrumbs-container ~ .adage-heading-inner {
        padding-top: 5rem; } }
  .adage-heading .rich-text {
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 99.9475em) {
      .adage-heading .rich-text {
        max-width: 70rem; } }
  .adage-heading-title {
    color: #009fa9;
    margin-bottom: 1rem;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto; }
  .adage-heading-description {
    font-size: 1.75rem;
    line-height: 1.28571;
    color: #025173; }
    @media screen and (max-width: 89.9375em) {
      .adage-heading-description {
        font-size: 1.5rem;
        line-height: 1.33333; } }
    @media screen and (max-width: 37.4375em) {
      .adage-heading-description {
        font-size: 1.375rem;
        line-height: 1.45455; } }
  .adage-heading-centered {
    margin-left: auto;
    margin-right: auto; }

.adage-block .adage-heading-title {
  margin-left: 0;
  margin-right: 0; }

.adage-heading-animate {
  opacity: 0; }

.adage-heading.animated-load, .adage-heading.animated-scroll {
  animation: fadeIn .5s ease-in .5s both; }

.adage-heading.animated-load .adage-heading-inner,
.adage-heading.animated-scroll .adage-heading-inner {
  animation: nudgeUp 1s ease-in .55s both; }

.search-app-container {
  min-height: 20rem;
  display: flex; }
  @media (max-width: 47.9375em) {
    .search-app-container {
      flex-direction: column; } }

.search-app-content-wrapper {
  padding: 0; }
  @media (min-width: 47.9475em) {
    .search-app-content-wrapper {
      flex: 1; } }

.search-app-results-messaging {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: tablet-small) {
    .search-app-results-messaging {
      margin-top: 1.125rem; } }
  @media screen and (max-width: 25em) {
    .search-app-results-messaging {
      margin-top: 1rem; } }

@media (min-width: 89.9475em) {
  .search-results-block {
    padding-left: 14rem;
    padding-right: 14rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 79.9375em) {
    .search-results-block {
      padding-left: 10rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 63.9375em) {
    .search-results-block {
      padding-left: 4rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 37.4375em) {
    .search-results-block {
      padding-left: 3.5rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 79.9375em) {
    .search-results-block {
      padding-right: 10rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 63.9375em) {
    .search-results-block {
      padding-right: 4rem; } }
  @media screen and (min-width: 89.9475em) and (max-width: 37.4375em) {
    .search-results-block {
      padding-right: 3.5rem; } }

.search-results-container {
  overflow: hidden;
  list-style-type: none; }

.search-bar-container {
  padding-top: 0.5rem; }

.search-bar-info-desktop {
  display: none; }
  @media (min-width: 47.9475em) {
    .search-bar-info-desktop {
      margin-top: 2.5rem;
      margin-bottom: 0.75rem;
      display: block; } }

.search-bar-info p {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5e5e5e;
  margin-bottom: 0; }
  @media screen and (max-width: 89.9375em) {
    .search-bar-info p {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .search-bar-info p {
      font-size: 1rem;
      line-height: 1.5; } }

.search-bar-area {
  background: #ffffff;
  border: 1px solid #e3e6e6;
  border-radius: 5rem;
  display: flex;
  width: 100%; }
  .search-bar-area:focus-within {
    border-radius: 0 5rem 5rem 0; }
  .search-bar-area-input {
    flex: 999; }
    .search-bar-area-input:focus {
      border: 2px solid #025173; }
    .search-bar-area-input-group {
      position: relative; }
    .search-bar-area-input input {
      max-width: none;
      width: 100%;
      line-height: 1.8;
      box-shadow: none;
      border: none; }
      .search-bar-area-input input:focus {
        outline: 2px solid transparent;
        outline-offset: 5px;
        transition: none;
        transition: none;
        box-shadow: none !important; }
        .search-bar-area-input input:focus:focus {
          outline-offset: 2px;
          outline-color: #025173; }
      .search-bar-area-input input::-ms-clear {
        display: none; }
    .search-bar-area-input-clear {
      position: absolute;
      top: 0;
      right: 1rem;
      height: 100%;
      display: flex;
      align-items: center;
      width: auto; }
      .search-bar-area-input-clear.hide {
        display: none; }
      .search-bar-area-input-clear svg {
        width: 0.875rem;
        height: 0.875rem;
        fill: #5e5e5e;
        visibility: visible;
        opacity: 1;
        margin-left: 0; }
  .search-bar-area-button-container {
    flex: 1;
    width: auto;
    z-index: 1; }
    .search-bar-area-button-container-submit {
      border-radius: 0 5rem 5rem 0;
      margin: 0;
      width: auto;
      height: 100%; }
      @media (max-width: 37.4375em) {
        .search-bar-area-button-container-submit {
          padding: 0.5rem 1rem; } }
      .search-bar-area-button-container-submit:focus {
        transition: none; }

.search-result-item {
  display: block;
  background: #ffffff;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 1px solid #e3e6e6; }
  .search-result-item:hover, .search-result-item:focus {
    border-bottom: 1px solid #e3e6e6; }
    .search-result-item:hover .search-result-title, .search-result-item:focus .search-result-title {
      color: #ed5025;
      border-bottom: 1px solid #ed5025; }
  .search-result-item > * + * {
    margin-top: 1rem;
    margin-bottom: 0; }

.search-result-title {
  font-size: 1.45vw;
  line-height: 1.45vw;
  color: #025173;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block; }
  @media screen and (max-width: 119.9375em) {
    .search-result-title {
      font-size: 1.75rem;
      line-height: 1; } }
  @media screen and (max-width: 89.9375em) {
    .search-result-title {
      font-size: 1.5rem;
      line-height: 1; } }
  @media screen and (max-width: 37.4375em) {
    .search-result-title {
      font-size: 1.375rem;
      line-height: 1; } }
  .search-result-title:hover, .search-result-title:active, .search-result-title:focus {
    color: #ed5025; }

.search-result-content {
  font-size: 1.375rem;
  line-height: 1.45;
  color: #1d252e; }
  @media screen and (max-width: 79.9375em) {
    .search-result-content {
      font-size: 1.375rem;
      line-height: 1.45; } }
  @media screen and (max-width: 63.9375em) {
    .search-result-content {
      font-size: 1.25rem;
      line-height: 1.4; } }
  @media screen and (max-width: 37.4375em) {
    .search-result-content {
      font-size: 1.125rem;
      line-height: 1.4; } }

.search-result-permalink {
  display: block;
  font-size: 1.15rem;
  line-height: 1.32075;
  color: #5e5e5e;
  word-wrap: break-word; }
  @media screen and (max-width: 89.9375em) {
    .search-result-permalink {
      font-size: 1.15rem;
      line-height: 1.32075; } }
  @media screen and (max-width: 37.4375em) {
    .search-result-permalink {
      font-size: 1.2rem;
      line-height: 1.32075; } }

.alert-message-search {
  margin-bottom: 4rem; }
  @media screen and (max-width: 89.9375em) {
    .alert-message-search {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .alert-message-search {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .alert-message-search {
      margin-bottom: 1.25rem; } }
  .alert-message-search-container {
    margin-bottom: auto;
    display: flex; }

.adage-theme-swoosh-lg {
  background: linear-gradient(107.07deg, #00a4ae 37.34%, #025173 83.87%), #009fa9; }
  .adage-theme-swoosh-lg .adage-heading-svg-container {
    padding-bottom: 7%; }
    @media (min-width: 47.9475em) {
      .adage-theme-swoosh-lg .adage-heading-svg-container {
        padding-bottom: 4%; } }
  .adage-theme-swoosh-lg .adage-heading-inner, .adage-theme-swoosh-lg .adage-heading-title, .adage-theme-swoosh-lg .adage-heading-description {
    color: #ffffff; }
  @media (min-width: 37.4475em) {
    .adage-theme-swoosh-lg .adage-heading-inner {
      padding-bottom: 2rem; } }
  @media (min-width: 47.9475em) {
    .adage-theme-swoosh-lg .adage-heading-inner {
      padding-bottom: 5rem; } }
  @media (min-width: 89.9475em) {
    .adage-theme-swoosh-lg .adage-heading-inner {
      padding-bottom: 4rem; } }

.adage-heading-svg-container {
  overflow: hidden; }

.adage-heading-svg-swoosh-lg {
  fill: #ffffff;
  position: absolute;
  bottom: -0.25rem;
  transform: rotateX(-180deg); }

.adage-heading-svg-swoosh-sm {
  fill: url(#swoosh-gradient);
  position: absolute;
  top: -0.225rem;
  right: 0;
  transform: all 0.5s;
  width: 160%;
  width: 50%; }
  @media screen and (max-width: 89.9375em) {
    .adage-heading-svg-swoosh-sm {
      width: 50%; } }
  @media screen and (max-width: 79.9375em) {
    .adage-heading-svg-swoosh-sm {
      width: 60%; } }
  @media screen and (max-width: 63.9375em) {
    .adage-heading-svg-swoosh-sm {
      width: 80%; } }
  @media screen and (max-width: 47.9375em) {
    .adage-heading-svg-swoosh-sm {
      width: 100%; } }
  @media screen and (max-width: 37.4375em) {
    .adage-heading-svg-swoosh-sm {
      width: 125%; } }
  @media screen and (max-width: 22.4375em) {
    .adage-heading-svg-swoosh-sm {
      width: 165%; } }

.swoosh-gradient {
  height: 0;
  position: absolute; }

.adage-contact-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 63.9475em) {
  .adage-contact-item.rich-text {
    padding-right: 2.5rem; } }

.adage-contact .EPiServerForms {
  padding: 0;
  max-width: 40rem; }

@media (min-width: 79.9475em) {
  .find-a-mr-filters-container {
    padding-left: 30rem;
    padding-right: 30rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-filters-container {
      padding-left: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-filters-container {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-filters-container {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-filters-container {
      padding-left: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-filters-container {
      padding-left: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-filters-container {
      padding-left: 3.5rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-filters-container {
      padding-right: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-filters-container {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-filters-container {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-filters-container {
      padding-right: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-filters-container {
      padding-right: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-filters-container {
      padding-right: 3.5rem; } }

.find-a-mr-filters-panel-container {
  transition: height 0.5s; }
  .find-a-mr-filters-panel-container[aria-hidden="true"] {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
  .find-a-mr-filters-panel-container[aria-hidden="false"] {
    opacity: 1;
    visibility: visible; }

.find-a-mr-filters-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 37.4475em) {
    .find-a-mr-filters-panel {
      flex-wrap: nowrap; } }
  @media (min-width: 47.9475em) {
    .find-a-mr-filters-panel {
      justify-content: center; } }

.find-a-mr-filters-panel-item {
  width: auto;
  margin-bottom: 2rem;
  flex: 0 1 auto;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-filters-panel-item {
      width: 100%; } }
  @media screen and (max-width: 47.9375em) {
    .find-a-mr-filters-panel-item {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-filters-panel-item {
      margin-bottom: 1.25rem; } }
  .find-a-mr-filters-panel-item label, .find-a-mr-filters-panel-item input, .find-a-mr-filters-panel-item select {
    min-width: 12rem;
    display: block;
    width: 100%;
    max-width: none; }
  .find-a-mr-filters-panel-item button {
    margin: 0; }

.find-a-mr-filters-option {
  position: relative; }

.find-a-mr-filters-controls-clear {
  margin-left: 2.5rem; }
  @media (max-width: 37.4375em) {
    .find-a-mr-filters-controls-clear {
      margin-left: 0;
      margin-top: 1rem;
      display: block;
      width: 100%; } }

.find-a-mr-filters-panel-item {
  position: relative; }
  .find-a-mr-filters-panel-item input, .find-a-mr-filters-panel-item select {
    font-family: "Lato", Arial, sans-serif;
    font-size: 1rem;
    border-radius: 5rem;
    border: 1px solid #e3e6e6; }
  .find-a-mr-filters-panel-item-svg {
    position: absolute;
    top: 0;
    right: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    width: auto; }
    .find-a-mr-filters-panel-item-svg svg {
      width: 1rem;
      height: 1rem;
      fill: #5e5e5e; }
    .find-a-mr-filters-panel-item-svg .icon-close {
      display: block; }
    .find-a-mr-filters-panel-item-svg .icon-search {
      display: none; }
    .find-a-mr-filters-panel-item-svg.inactive .icon-close {
      display: none; }
    .find-a-mr-filters-panel-item-svg.inactive .icon-search {
      display: block; }
  .find-a-mr-filters-panel-item-field {
    flex-grow: 1; }
    @media (min-width: 37.4475em) {
      .find-a-mr-filters-panel-item-field {
        margin-right: 2rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 47.9375em) {
    .find-a-mr-filters-panel-item-field {
      margin-right: 1.5rem; } }
  @media screen and (min-width: 37.4475em) and (max-width: 37.4375em) {
    .find-a-mr-filters-panel-item-field {
      margin-right: 1.25rem; } }
  @media (max-width: 37.4375em) {
    .find-a-mr-filters-panel-item-search {
      margin-top: 0.75rem; } }
  .find-a-mr-filters-panel-item .zipcode-container {
    flex-grow: 1; }
    .find-a-mr-filters-panel-item .zipcode-container .errorMsg {
      position: absolute;
      display: flex;
      align-items: center;
      top: 3.25rem; }
  .find-a-mr-filters-panel-item .find-a-mr-clear.search-bar-area-input-clear {
    right: 3rem; }

@media (min-width: 79.9475em) {
  .find-a-mr-no-results-container {
    padding-left: 30rem;
    padding-right: 30rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-no-results-container {
      padding-left: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-no-results-container {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-no-results-container {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-no-results-container {
      padding-left: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-no-results-container {
      padding-left: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-no-results-container {
      padding-left: 3.5rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-no-results-container {
      padding-right: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-no-results-container {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-no-results-container {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-no-results-container {
      padding-right: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-no-results-container {
      padding-right: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-no-results-container {
      padding-right: 3.5rem; } }

.find-a-mr-results-list {
  margin: 0; }

.find-a-mr-results-info-container {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 37.4375em) {
    .find-a-mr-results-info-container {
      flex-direction: column-reverse; } }

.find-a-mr-results-info-container {
  border-top: 1px solid #e3e6e6;
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  margin-top: 0.75rem; }
  @media screen and (max-width: tablet-small) {
    .find-a-mr-results-info-container {
      padding-top: 0.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-results-info-container {
      padding-top: 0.25rem; } }
  @media screen and (max-width: tablet-small) {
    .find-a-mr-results-info-container {
      margin-top: 0.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-results-info-container {
      margin-top: 0.25rem; } }

@media (min-width: 79.9475em) {
  .find-a-mr-results-info-message {
    padding-left: 30rem;
    padding-right: 30rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-results-info-message {
      padding-left: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-results-info-message {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-results-info-message {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-results-info-message {
      padding-left: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-results-info-message {
      padding-left: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-results-info-message {
      padding-left: 3.5rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-results-info-message {
      padding-right: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-results-info-message {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-results-info-message {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-results-info-message {
      padding-right: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-results-info-message {
      padding-right: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-results-info-message {
      padding-right: 3.5rem; } }

@media (min-width: 79.9475em) {
  .find-a-mr-results-list {
    padding-left: 30rem;
    padding-right: 30rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-results-list {
      padding-left: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-results-list {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-results-list {
      padding-left: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-results-list {
      padding-left: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-results-list {
      padding-left: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-results-list {
      padding-left: 3.5rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 119.9375em) {
    .find-a-mr-results-list {
      padding-right: 25rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 99.9375em) {
    .find-a-mr-results-list {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 89.9375em) {
    .find-a-mr-results-list {
      padding-right: 20rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 79.9375em) {
    .find-a-mr-results-list {
      padding-right: 15rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 63.9375em) {
    .find-a-mr-results-list {
      padding-right: 4rem; } }
  @media screen and (min-width: 79.9475em) and (max-width: 37.4375em) {
    .find-a-mr-results-list {
      padding-right: 3.5rem; } }

.find-a-mr-results-list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e6e6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (max-width: tablet-small) {
    .find-a-mr-results-list-item {
      padding-top: 1.25rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-results-list-item {
      padding-top: 1rem; } }
  @media screen and (max-width: tablet-small) {
    .find-a-mr-results-list-item {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 37.4375em) {
    .find-a-mr-results-list-item {
      padding-bottom: 1rem; } }
  .find-a-mr-results-list-item-content {
    display: flex;
    justify-content: flex-start; }
  .find-a-mr-results-list-item-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .find-a-mr-results-list-item-info > :not(:empty) {
      margin-bottom: 0.75rem; }
      @media screen and (max-width: tablet-small) {
        .find-a-mr-results-list-item-info > :not(:empty) {
          margin-bottom: 0.5rem; } }
      @media screen and (max-width: 37.4375em) {
        .find-a-mr-results-list-item-info > :not(:empty) {
          margin-bottom: 0.25rem; } }
    .find-a-mr-results-list-item-info p {
      margin-bottom: 0;
      font-size: 1.375rem;
      line-height: 1.45455;
      color: #5e5e5e; }
      @media screen and (max-width: 89.9375em) {
        .find-a-mr-results-list-item-info p {
          font-size: 1.25rem;
          line-height: 1.4; } }
      @media screen and (max-width: 37.4375em) {
        .find-a-mr-results-list-item-info p {
          font-size: 1.125rem;
          line-height: 1.55556; } }
    .find-a-mr-results-list-item-info .officeName {
      margin-bottom: 0;
      font-weight: 700; }
      .find-a-mr-results-list-item-info .officeName:empty {
        display: none; }
  .find-a-mr-results-list-item-title {
    margin-bottom: 0.5rem;
    width: 100%;
    flex: 0 0 auto; }
    .find-a-mr-results-list-item-title > a {
      color: #025173;
      text-decoration: none;
      border-bottom: none; }
      .find-a-mr-results-list-item-title > a:hover, .find-a-mr-results-list-item-title > a:active, .find-a-mr-results-list-item-title > a:focus {
        color: #ed5025; }
  .find-a-mr-results-list-item-image {
    padding-right: 1rem;
    max-width: 3.75rem;
    min-width: 3.75rem;
    height: auto; }
    @media screen and (max-width: tablet-small) {
      .find-a-mr-results-list-item-image {
        padding-right: 1rem; } }
    @media screen and (max-width: 37.4375em) {
      .find-a-mr-results-list-item-image {
        padding-right: 1rem; } }
    @media (min-width: 47.9475em) {
      .find-a-mr-results-list-item-image {
        max-width: 6.25rem;
        min-width: 6.25rem; } }
  .find-a-mr-results-list-item-skills {
    color: #5e5e5e;
    font-size: 0.875rem;
    line-height: 1.51429;
    line-height: 1.7; }
    @media screen and (max-width: 89.9375em) {
      .find-a-mr-results-list-item-skills {
        font-size: 0.875rem;
        line-height: 1.51429; } }
    @media screen and (max-width: 37.4375em) {
      .find-a-mr-results-list-item-skills {
        font-size: 0.75rem;
        line-height: 1.5; } }
  .find-a-mr-results-list-item-address {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .find-a-mr-results-list-item-address span {
      display: none; }
    @media (min-width: 37.4475em) {
      .find-a-mr-results-list-item-address {
        flex-wrap: nowrap;
        flex-direction: row; }
        .find-a-mr-results-list-item-address span {
          display: block;
          margin: 0 0.5rem; } }

.find-a-mr-results-filter-approx {
  display: flex;
  align-content: center;
  align-items: center; }
  .find-a-mr-results-filter-approx p {
    color: #1d252e;
    font-weight: 700;
    margin-left: 0.25rem; }

[data-find-a-mr] ~ .adage-scroll-to-top {
  bottom: 5rem; }
  @media screen and (max-width: 47.9375em) {
    [data-find-a-mr] ~ .adage-scroll-to-top {
      bottom: 8rem; } }
  @media screen and (max-width: 37.4375em) {
    [data-find-a-mr] ~ .adage-scroll-to-top {
      bottom: 8rem; } }
  @media screen and (max-width: 25em) {
    [data-find-a-mr] ~ .adage-scroll-to-top {
      bottom: 8rem; } }

/**
 * When the native `<dialog>` element is supported, the overlay is implied and
 * can be styled with `::backdrop`, which means the DOM one should be removed.
 *
 * The `data-a11y-dialog-native` attribute is set by the script when the
 * `<dialog>` element is properly supported.
 *
 * Feel free to replace `:first-child` with the overlay selector you prefer.
 */
[data-a11y-dialog-native] > :first-child {
  display: none; }

/**
 * When the `<dialog>` element is not supported, its default display is `inline`
 * which can cause layout issues. This makes sure the dialog is correctly
 * displayed when open.
 */
dialog[open] {
  display: block; }

/**
 * When the native `<dialog>` element is not supported, the script toggles the
 * `aria-hidden` attribute on the container. If `aria-hidden` is set to `true`,
 * the container should be hidden entirely.
 *
 * Feel free to replace `.dialog-container` with the container selector you
 * prefer.
 */
.dialog-container[aria-hidden='true'] {
  display: none; }

.social-share {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  line-height: 1;
  justify-content: space-around; }
  .social-share-container {
    margin-top: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 6.5rem;
    z-index: 20; }
    @media screen and (max-width: 119.9375em) {
      .social-share-container {
        padding-right: 4rem; } }
    @media screen and (max-width: 79.9375em) {
      .social-share-container {
        padding-right: 3rem; } }
    @media screen and (max-width: 63.9375em) {
      .social-share-container {
        padding-right: 2rem; } }
    @media screen and (max-width: 37.4375em) {
      .social-share-container {
        padding-right: 1rem; } }
  .social-share-item {
    margin-left: 0.75rem; }
  .social-share svg {
    fill: #ffffff; }
  .social-share a {
    border-color: transparent; }
  @media (max-width: 25em) {
    .social-share {
      font-size: 1rem; }
      .social-share svg {
        width: 1rem;
        height: 1rem; } }

.adage-nav-toggle-container button {
  background: transparent;
  border: 0; }
  .adage-nav-toggle-container button svg {
    width: 1.45rem;
    height: 1rem;
    fill: #1d252e; }

.nav-desktop-main-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .nav-desktop-main-toggle:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    transform: translateY(-0.35355rem) rotate(45deg);
    transition: 0.5s transform;
    border-color: #025173;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-desktop-main-toggle:hover:before, .nav-desktop-main-toggle:focus:before {
    background: #ffffff; }
  .nav-desktop-main-toggle:hover:after, .nav-desktop-main-toggle:focus:after {
    border-color: #dd390c; }

.nav-item-btn:hover .nav-desktop-main-toggle:after {
  border-color: #dd390c; }

.nav-mobile-main-toggle {
  position: relative;
  /*@include responsive-property('padding-left', $standard-padding-map);*/ }
  .nav-mobile-main-toggle:before {
    display: block;
    content: '';
    width: 3rem;
    height: 3rem; }
  .nav-mobile-main-toggle:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-0.35355rem) rotate(45deg);
    transition: 0.5s transform;
    border-color: #025173;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-mobile-main-toggle:hover:before, .nav-mobile-main-toggle:focus:before {
    background: #ffffff; }
  .nav-mobile-main-toggle:hover:after, .nav-mobile-main-toggle:focus:after {
    border-color: #dd390c; }

.nav-item-link-direct {
  position: relative; }
  .nav-item-link-direct:before {
    display: block;
    content: '';
    width: 3rem;
    height: 3rem;
    background: #ffffff; }
  .nav-item-link-direct:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-0.35355rem) rotate(-45deg);
    transition: 0.5s transform;
    border-color: #025173;
    border-style: solid;
    border-width: 0 2px 2px 0; }
  .nav-item-link-direct:hover:before, .nav-item-link-direct:focus:before {
    background: #025173; }
  .nav-item-link-direct:hover:after, .nav-item-link-direct:focus:after {
    border-color: #ffffff; }

.adage-nav-searchbar-container {
  max-height: 0;
  width: 100%;
  position: absolute;
  background: #ffffff;
  text-align: center;
  padding: 0.75rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  background: #ffffff;
  visibility: hidden;
  box-shadow: 0 4px 2px -2px rgba(29, 37, 46, 0.15);
  border-top: 1px solid #e3e6e6; }
  .adage-nav-searchbar-container.active {
    max-height: none;
    animation: slideOpen 0.25s ease-in;
    animation-fill-mode: both;
    visibility: visible; }
    .adage-nav-searchbar-container.active .adage-searchbar {
      transition: 0.5s;
      opacity: 1; }

.adage-nav .adage-searchbar {
  display: flex;
  opacity: 0;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  border-radius: 5rem;
  max-width: 18em; }
  @media (min-width: 37.4475em) {
    .adage-nav .adage-searchbar {
      max-width: 25em; } }
  @media (min-width: 47.9475em) {
    .adage-nav .adage-searchbar {
      max-width: 35em; } }
  .adage-nav .adage-searchbar:focus {
    border-radius: 0; }
  .adage-nav .adage-searchbar-input {
    border-color: transparent;
    border-radius: 5rem;
    max-width: none;
    line-height: 1.5;
    outline: 2px solid transparent;
    outline-offset: 5px;
    transition: none; }
    .adage-nav .adage-searchbar-input:focus {
      outline-offset: 2px;
      outline-color: #025173; }
    .adage-nav .adage-searchbar-input:focus {
      border-color: #e3e6e6;
      border-radius: 0;
      transition: none; }
  .adage-nav .adage-searchbar-submit {
    font-size: 1rem;
    border-radius: 0 5rem 5rem 0;
    margin: 0;
    line-height: 1.5;
    transition: none !important;
    padding: 0.5rem 1rem;
    width: auto; }
    @media (min-width: 47.9475em) {
      .adage-nav .adage-searchbar-submit {
        padding: 0.5rem 1.5rem; } }
  .adage-nav .adage-searchbar-toggle .close {
    display: none; }

.adage-nav-mobile .adage-nav-searchbar-container {
  padding: 0.5rem 0;
  border-top: none; }

header.search-active .adage-searchbar-toggle.active .open {
  display: none; }

header.search-active .adage-searchbar-toggle.active .close {
  display: block; }

.adage-scroll-to-top {
  width: 3rem;
  height: 3rem;
  border: 1px solid transparent;
  border-radius: 100%;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  position: fixed;
  right: 1.5rem;
  transition: opacity ease-in-out 0.5s;
  z-index: 10;
  bottom: 3rem; }
  .adage-scroll-to-top-hidden {
    visibility: hidden;
    opacity: 0; }
  .adage-scroll-to-top button {
    border-radius: 100%;
    padding: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .adage-scroll-to-top svg {
    fill: #ffffff; }
  .adage-scroll-to-top.static {
    position: absolute; }

.adage-modal-wrapper {
  transition: .5s opacity;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  opacity: 1;
  overflow: auto; }
  .adage-modal-wrapper[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0; }

.adage-modal-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .adage-modal-overlay:focus {
    outline: none;
    box-shadow: none;
    border: none; }
  .adage-modal-overlay:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh; }

.adage-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 63.9375em;
  margin-left: auto;
  margin-right: auto;
  top: 2.5rem; }
  @media (max-width: 47.9375em) {
    .adage-modal-dialog {
      width: 100%;
      bottom: auto; } }

.adage-modal-inner {
  position: relative;
  overflow: auto; }

.adage-modal-wrapper {
  background-color: rgba(29, 37, 46, 0.8);
  padding: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-modal-wrapper {
      padding: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-modal-wrapper {
      padding: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-modal-wrapper {
      padding: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-modal-wrapper {
      padding: 1rem; } }

.adage-modal-inner {
  background-color: #ffffff;
  padding: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-modal-inner {
      padding: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-modal-inner {
      padding: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-modal-inner {
      padding: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-modal-inner {
      padding: 1rem; } }
  .adage-modal-inner-full-bleed {
    padding: 0; }

.adage-modal-close {
  width: 1.41421rem;
  height: 1.41421rem;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem; }
  @media (max-width: 63.9375em) {
    .adage-modal-close {
      right: 0; } }
  .adage-modal-close:before, .adage-modal-close:after {
    content: '';
    display: block;
    width: 1.41421rem;
    height: 3px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px); }
  .adage-modal-close:before {
    transform: rotate(-45deg); }
  .adage-modal-close:after {
    transform: rotate(45deg); }

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem; }

.pagination-arrows {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 22.4475em) {
    .pagination-arrows {
      flex-wrap: nowrap; } }
  .pagination-arrows button {
    background: transparent;
    border: none; }
    .pagination-arrows button svg {
      display: flex;
      width: 1.25rem;
      height: 1.25rem;
      fill: #ed5025;
      transition: all 0.5s; }
      @media (max-width: 37.4375em) {
        .pagination-arrows button svg {
          width: 1rem;
          height: 1rem; } }
      .pagination-arrows button svg:hover, .pagination-arrows button svg:focus {
        fill: #dd390c; }
    .pagination-arrows button[disabled] svg {
      opacity: 0.35; }
      .pagination-arrows button[disabled] svg:hover, .pagination-arrows button[disabled] svg:focus {
        background: transparent !important;
        cursor: not-allowed; }
    .pagination-arrows button:hover, .pagination-arrows button:focus {
      cursor: pointer;
      background: none; }
      .pagination-arrows button:hover svg, .pagination-arrows button:focus svg {
        fill: #dd390c; }
  .pagination-arrows-item {
    padding: 0 0.5rem; }
    @media (max-width: 25em) {
      .pagination-arrows-item {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0; } }
  .pagination-arrows-left > button {
    transform: rotate(180deg); }

.pagination-list {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 37.4375em) {
    .pagination-list {
      padding: 0 1rem; } }

@media (max-width: 47.9375em) {
  .pagination-desktop {
    display: none; } }

@media (min-width: 47.9475em) {
  .pagination-mobile {
    display: none; } }

.pagination-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 1rem;
  font-size: 1rem; }
  @media (min-width: 37.4475em) {
    .pagination-list > li {
      padding: 1.5rem;
      font-size: 1.125rem; } }
  .pagination-list > li + li {
    margin-left: 0.5rem; }
    @media (max-width: 37.4375em) {
      .pagination-list > li + li {
        margin-left: 0.125rem; } }
  .pagination-list > li.ellipsis p {
    border-bottom: none; }
  .pagination-list > li:hover, .pagination-list > li:focus {
    cursor: pointer; }
    .pagination-list > li:hover p, .pagination-list > li:focus p {
      color: #ed5025; }
  .pagination-list > li.selected {
    border-bottom: none; }
    .pagination-list > li.selected:hover, .pagination-list > li.selected:focus {
      cursor: not-allowed;
      color: #1d252e; }
    .pagination-list > li.selected p {
      color: #1d252e;
      border-bottom: none;
      background: #e3e6e6;
      padding: 0.25rem; }
      @media (min-width: 47.9475em) {
        .pagination-list > li.selected p {
          padding: 0.25rem 0.75rem 0.35rem; } }
      .pagination-list > li.selected p:hover, .pagination-list > li.selected p:focus {
        cursor: not-allowed;
        color: #1d252e; }
  .pagination-list > li p {
    color: #1d252e;
    text-decoration: none;
    border-bottom: 1px solid #ed5025;
    transition: all 0.5s; }
    .pagination-list > li p:hover, .pagination-list > li p:active, .pagination-list > li p:focus {
      color: #ed5025; }
    .pagination-list > li p:hover, .pagination-list > li p:active, .pagination-list > li p:focus {
      border-bottom-color: transparent; }

.loading-status {
  display: block; }

.loader-block,
.loader-block:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  max-height: 100px;
  overflow-y: hidden; }

.loader-block {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.75rem solid rgba(237, 80, 37, 0.2);
  border-right: 0.75rem solid rgba(237, 80, 37, 0.2);
  border-bottom: 0.75rem solid rgba(237, 80, 37, 0.2);
  border-left: 0.75rem solid #ed5025;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadAnimation 1.1s infinite linear;
  animation: loadAnimation 1.1s infinite linear; }

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

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

.search-facet {
  width: 100%;
  border: 1px solid #e3e6e6;
  padding: 1rem; }
  .search-facet.no-results .search-facet-header, .search-facet.loading .search-facet-header {
    opacity: 0.325; }
  .search-facet.no-results .search-facet-terms, .search-facet.loading .search-facet-terms {
    display: none; }
  .search-facet-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3rem; }
    @media (min-width: 47.9475em) {
      .search-facet-header {
        align-items: center; } }
    .search-facet-header-toggle {
      background: transparent;
      border: 0;
      padding: 0;
      display: flex;
      align-items: center; }
    .search-facet-header .reset-btn {
      color: #1d252e;
      text-decoration: none;
      border-bottom: 1px solid #ed5025;
      font-weight: 400; }
      .search-facet-header .reset-btn:hover, .search-facet-header .reset-btn:active, .search-facet-header .reset-btn:focus {
        color: #ed5025; }
      .search-facet-header .reset-btn:hover, .search-facet-header .reset-btn:active, .search-facet-header .reset-btn:focus {
        border-bottom-color: transparent; }
    .search-facet-header-toggle[disabled]:hover, .search-facet-header .reset-btn[disabled]:hover {
      background: none; }
    .search-facet-header-text {
      color: #025173;
      display: inline-flex;
      align-items: center;
      text-align: left; }
      .search-facet-header-text svg {
        fill: #025173;
        width: 1.125rem;
        height: 1.125rem; }
        @media (min-width: 47.9475em) {
          .search-facet-header-text svg {
            display: none !important; } }
        .search-facet-header-text svg.close {
          display: none; }
        .search-facet-header-text svg:first-child {
          margin-left: 0.5rem; }
    .search-facet-header-selected-count {
      margin-left: .05rem; }
      @media (min-width: 47.9475em) {
        .search-facet-header-selected-count {
          display: none; } }
    @media (min-width: 47.9475em) {
      .search-facet-header .facet-controls {
        display: none; } }
  .search-facet-reset {
    padding-left: 0.5rem; }
    @media (max-width: desktop) {
      .search-facet-reset {
        padding-left: 0; } }
  .search-facet.active svg.open {
    display: none; }
  .search-facet.active svg.close {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem; }

.search-header-desktop {
  display: none; }
  @media (min-width: 47.9475em) {
    .search-header-desktop {
      display: block; } }

.search-header-mobile-text {
  display: flex;
  font-family: "Neuton", serif;
  font-weight: 400;
  color: #ed5025;
  font-size: 1.25rem;
  line-height: 1.4; }
  @media screen and (max-width: 89.9375em) {
    .search-header-mobile-text {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .search-header-mobile-text {
      font-size: 1rem;
      line-height: 1.5; } }

@media (min-width: 47.9475em) {
  .search-header-mobile {
    display: none; } }

.search-facet-item-header > h6 {
  color: #025173; }

.search-facet-item-list {
  margin-bottom: 0.5rem; }
  .search-facet-item-list .form-element-checkbox {
    margin: 1rem 0; }
    .search-facet-item-list .form-element-checkbox-text p {
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 0; }
      @media screen and (max-width: 89.9375em) {
        .search-facet-item-list .form-element-checkbox-text p {
          font-size: 1.125rem;
          line-height: 1.55556; } }
      @media screen and (max-width: 37.4375em) {
        .search-facet-item-list .form-element-checkbox-text p {
          font-size: 1rem;
          line-height: 1.5; } }

.search-facet-item + .search-facet-item {
  margin-top: 1rem; }

.desktop-facets-wrapper {
  width: 21rem;
  margin-right: 2.5rem; }
  @media (max-width: 47.9375em) {
    .desktop-facets-wrapper {
      display: none; } }

.mobile-facets-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px solid #e3e6e6; }
  @media (max-width: 37.4375em) {
    .mobile-facets-wrapper {
      margin-left: -1rem;
      margin-right: -1rem;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (max-width: 47.9375em) {
    .mobile-facets-wrapper {
      margin-left: -2rem;
      margin-right: -2rem;
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 47.9475em) {
    .mobile-facets-wrapper {
      display: none; } }
  .search-bar-container ~ .mobile-facets-wrapper {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .mobile-facets-wrapper > .search-facet-reset {
    display: none; }
  .mobile-facets-wrapper-items {
    display: flex;
    justify-content: space-between; }
  .mobile-facets-wrapper .loader-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 5rem;
    margin-left: auto;
    margin-right: auto; }
  .mobile-facets-wrapper.no-results > .search-facet-header-toggle, .mobile-facets-wrapper.loading > .search-facet-header-toggle {
    opacity: 0.325; }
  .mobile-facets-wrapper.no-results .form-element-checkbox-text p, .mobile-facets-wrapper.loading .form-element-checkbox-text p {
    color: #e3e6e6; }
  .mobile-facets-wrapper .facet-controls {
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    display: flex; }
    .mobile-facets-wrapper .facet-controls svg {
      fill: #ed5025;
      width: 1rem;
      height: 1rem; }
      .mobile-facets-wrapper .facet-controls svg:active, .mobile-facets-wrapper .facet-controls svg:focus, .mobile-facets-wrapper .facet-controls svg:hover {
        fill: #dd390c; }
  .mobile-facets-wrapper .search-facet-header-toggle {
    width: auto; }
  .mobile-facets-wrapper .search-facet-header-text {
    color: #ed5025;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media screen and (max-width: 89.9375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1.125rem;
        line-height: 1.55556; } }
    @media screen and (max-width: 37.4375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1rem;
        line-height: 1.5; } }
  .mobile-facets-wrapper .facet-controls {
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    display: flex; }
    .mobile-facets-wrapper .facet-controls svg {
      fill: #ed5025;
      width: 1rem;
      height: 1rem; }
      .mobile-facets-wrapper .facet-controls svg:active, .mobile-facets-wrapper .facet-controls svg:focus, .mobile-facets-wrapper .facet-controls svg:hover {
        fill: #dd390c; }
  .mobile-facets-wrapper .search-facet-header-toggle {
    width: auto; }
  .mobile-facets-wrapper .search-facet-header-text {
    color: #ed5025;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media screen and (max-width: 89.9375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1.125rem;
        line-height: 1.55556; } }
    @media screen and (max-width: 37.4375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1rem;
        line-height: 1.5; } }
  .mobile-facets-wrapper .facet-controls {
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    display: flex; }
    .mobile-facets-wrapper .facet-controls svg {
      fill: #ed5025;
      width: 1rem;
      height: 1rem; }
      .mobile-facets-wrapper .facet-controls svg:active, .mobile-facets-wrapper .facet-controls svg:focus, .mobile-facets-wrapper .facet-controls svg:hover {
        fill: #dd390c; }
  .mobile-facets-wrapper .search-facet-header-toggle {
    width: auto; }
  .mobile-facets-wrapper .search-facet-header-text {
    color: #ed5025;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media screen and (max-width: 89.9375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1.125rem;
        line-height: 1.55556; } }
    @media screen and (max-width: 37.4375em) {
      .mobile-facets-wrapper .search-facet-header-text {
        font-size: 1rem;
        line-height: 1.5; } }

.mobile-facets-close {
  display: none; }

.mobile-search-facet {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  padding: 0;
  z-index: 101; }
  .mobile-search-facet.active {
    display: flex;
    flex-direction: column; }
    .mobile-search-facet.active .search-facet-header-toggle {
      flex-direction: row-reverse;
      justify-content: space-between;
      padding: 1rem; }
    .mobile-search-facet.active .search-facet-header-selected-count {
      display: none; }
    @media (min-width: 47.9475em) {
      .mobile-search-facet.active .facet-controls {
        display: none; } }
    .mobile-search-facet.active .facet-controls .mobile-facets-close {
      display: flex;
      align-items: center; }
      .mobile-search-facet.active .facet-controls .mobile-facets-close-text {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-right: 0.5rem;
        color: #1d252e; }
        @media screen and (max-width: 89.9375em) {
          .mobile-search-facet.active .facet-controls .mobile-facets-close-text {
            font-size: 1.125rem;
            line-height: 1.55556; } }
        @media screen and (max-width: 37.4375em) {
          .mobile-search-facet.active .facet-controls .mobile-facets-close-text {
            font-size: 1rem;
            line-height: 1.5; } }
      .mobile-search-facet.active .facet-controls .mobile-facets-close .close {
        fill: #1d252e; }
    .mobile-search-facet.active .facet-controls svg {
      fill: #ed5025; }
    .mobile-search-facet.active .facet-controls svg {
      fill: #ed5025; }
    .mobile-search-facet.active.no-results {
      opacity: 1; }
      .mobile-search-facet.active.no-results .search-facet-item {
        opacity: 0.325; }
    .mobile-search-facet.active .search-header-mobile-text {
      font-size: 1.68vw;
      line-height: 1.68vw;
      color: #025173;
      margin-left: 0; }
      @media screen and (max-width: 119.9375em) {
        .mobile-search-facet.active .search-header-mobile-text {
          font-size: 2rem;
          line-height: 1; } }
      @media screen and (max-width: 89.9375em) {
        .mobile-search-facet.active .search-header-mobile-text {
          font-size: 1.75rem;
          line-height: 1; } }
      @media screen and (max-width: 37.4375em) {
        .mobile-search-facet.active .search-header-mobile-text {
          font-size: 1.5rem;
          line-height: 1; } }
    .mobile-search-facet.active .search-facet-header-text {
      font-size: 1.68vw;
      line-height: 1.68vw;
      margin-left: 0; }
      @media screen and (max-width: 119.9375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 2rem;
          line-height: 1; } }
      @media screen and (max-width: 89.9375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 1.75rem;
          line-height: 1; } }
      @media screen and (max-width: 37.4375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 1.5rem;
          line-height: 1; } }
    .mobile-search-facet.active .search-facet-header-text {
      font-size: 1.68vw;
      line-height: 1.68vw;
      margin-left: 0; }
      @media screen and (max-width: 119.9375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 2rem;
          line-height: 1; } }
      @media screen and (max-width: 89.9375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 1.75rem;
          line-height: 1; } }
      @media screen and (max-width: 37.4375em) {
        .mobile-search-facet.active .search-facet-header-text {
          font-size: 1.5rem;
          line-height: 1; } }
  .mobile-search-facet .search-facet-header {
    display: flex;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 1.25vw;
    line-height: 1.25vw; }
    @media screen and (max-width: 119.9375em) {
      .mobile-search-facet .search-facet-header {
        font-size: 1.5rem;
        line-height: 1; } }
    @media screen and (max-width: 89.9375em) {
      .mobile-search-facet .search-facet-header {
        font-size: 1.375rem;
        line-height: 1; } }
    @media screen and (max-width: 37.4375em) {
      .mobile-search-facet .search-facet-header {
        font-size: 1.25rem;
        line-height: 1; } }
    .mobile-search-facet .search-facet-header-toggle, .mobile-search-facet .search-facet-header-text {
      width: 100%; }
    .mobile-search-facet .search-facet-header-text {
      color: #025173;
      margin-left: 1rem; }
    .mobile-search-facet .search-facet-header-toggle {
      padding: 0 1rem; }
  .mobile-search-facet .search-facet-terms {
    overflow-y: scroll; }
  .mobile-search-facet .search-facet-item {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem; }
  .mobile-search-facet .search-facet-container-links {
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-end;
    margin: 2rem 0;
    padding-top: 2rem;
    padding-right: 1rem;
    border-top: 1px solid #e3e6e6; }
    .mobile-search-facet .search-facet-container-links button {
      width: auto; }
    .mobile-search-facet .search-facet-container-links .search-facet-reset {
      margin-right: 2rem;
      text-align: right; }
      .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset {
        color: #1d252e;
        text-decoration: none;
        border-bottom: 1px solid #ed5025;
        font-weight: 400; }
        .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:hover, .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:active, .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:focus {
          color: #ed5025; }
        .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:hover, .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:active, .mobile-search-facet .search-facet-container-links .search-facet-reset .btn-reset:focus {
          border-bottom-color: transparent; }

.Form__MainBody {
  max-width: 40rem; }
  .Form__MainBody .Form__Element input, .Form__MainBody .Form__Element textarea, .Form__MainBody .Form__Element select {
    border: 1px solid #e3e6e6; }
    .Form__MainBody .Form__Element input:focus, .Form__MainBody .Form__Element input:active, .Form__MainBody .Form__Element textarea:focus, .Form__MainBody .Form__Element textarea:active, .Form__MainBody .Form__Element select:focus, .Form__MainBody .Form__Element select:active {
      outline: 2px solid transparent;
      outline-offset: 5px;
      transition: none;
      border-radius: 0;
      transition: none; }
      .Form__MainBody .Form__Element input:focus:focus, .Form__MainBody .Form__Element input:active:focus, .Form__MainBody .Form__Element textarea:focus:focus, .Form__MainBody .Form__Element textarea:active:focus, .Form__MainBody .Form__Element select:focus:focus, .Form__MainBody .Form__Element select:active:focus {
        outline-offset: 2px;
        outline-color: #025173; }
    .Form__MainBody .Form__Element input::-webkit-input-placeholder, .Form__MainBody .Form__Element textarea::-webkit-input-placeholder, .Form__MainBody .Form__Element select::-webkit-input-placeholder {
      font-style: italic; }
    .Form__MainBody .Form__Element input::-moz-placeholder, .Form__MainBody .Form__Element textarea::-moz-placeholder, .Form__MainBody .Form__Element select::-moz-placeholder {
      font-style: italic; }
    .Form__MainBody .Form__Element input:-ms-input-placeholder, .Form__MainBody .Form__Element textarea:-ms-input-placeholder, .Form__MainBody .Form__Element select:-ms-input-placeholder {
      font-style: italic; }
  .Form__MainBody .Form__Element .Form__Element__Caption {
    font-size: 1.25rem;
    line-height: 1.4;
    display: flex !important;
    justify-content: space-between; }
    @media screen and (max-width: 89.9375em) {
      .Form__MainBody .Form__Element .Form__Element__Caption {
        font-size: 1.125rem;
        line-height: 1.55556; } }
    @media screen and (max-width: 37.4375em) {
      .Form__MainBody .Form__Element .Form__Element__Caption {
        font-size: 1rem;
        line-height: 1.5; } }
  .Form__MainBody .Form__Element select {
    -webkit-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLSURBVHgBdc3RDQAQDATQSyxgBKMYySg2YAQrmMS3DfxxEhKhLnk/1zYFgEj9IxA0FWE4O4MVKyw4XPHX9ZPzldmlOhYaZaqUdjkANgYaoHptPYEAAAAASUVORK5CYII=");
    background-position: right 1rem center;
    background-repeat: no-repeat; }
  .Form__MainBody .epiForm-field-status {
    font-weight: 400;
    color: #5e5e5e; }

.EPiServerForms .Form__Title {
  margin-bottom: 1rem;
  color: #009fa9; }

.EPiServerForms .Form__Element__Caption {
  font-weight: 700; }

.EPiServerForms .form-element-checkbox-text, .EPiServerForms .form-element label {
  font-size: 1.15rem;
  line-height: 1.32075;
  font-weight: 400; }
  @media screen and (max-width: 89.9375em) {
    .EPiServerForms .form-element-checkbox-text, .EPiServerForms .form-element label {
      font-size: 1.15rem;
      line-height: 1.32075; } }
  @media screen and (max-width: 37.4375em) {
    .EPiServerForms .form-element-checkbox-text, .EPiServerForms .form-element label {
      font-size: 1.2rem;
      line-height: 1.32075; } }

.EPiServerForms .form-element + .form-element {
  margin-bottom: 1rem; }

.EPiServerForms .form-element.form-element-checkbox {
  margin-left: 0; }
  .EPiServerForms .form-element.form-element-checkbox label {
    padding-top: .15rem; }

.EPiServerForms .Form__Element .Form__Element__ValidationError {
  line-height: 1;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #E31837 !important; }
  @media screen and (max-width: 89.9375em) {
    .EPiServerForms .Form__Element .Form__Element__ValidationError {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .EPiServerForms .Form__Element .Form__Element__ValidationError {
      font-size: 1rem;
      line-height: 1.5; } }
  .EPiServerForms .Form__Element .Form__Element__ValidationError::before {
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C4.4858 20 0 15.5146 0 10C0 4.4858 4.4858 0 10 0C15.5142 0 20 4.4858 20 10C20 15.5146 15.5142 20 10 20ZM10 2C5.5889 2 2 5.5889 2 10C2 14.4111 5.5889 18 10 18C14.4111 18 18 14.4111 18 10C18 5.5889 14.4111 2 10 2ZM9 4V11H11V4H9ZM11.25 14C11.25 14.6904 10.6904 15.25 10 15.25C9.30964 15.25 8.75 14.6904 8.75 14C8.75 13.3096 9.30964 12.75 10 12.75C10.6904 12.75 11.25 13.3096 11.25 14Z' fill='%23E31837'/%3e%3c/svg%3e ");
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
    position: relative;
    bottom: -0.125rem; }
    @media screen and (max-width: 89.9375em) {
      .EPiServerForms .Form__Element .Form__Element__ValidationError::before {
        width: 1.125rem;
        height: 1.125rem; } }
    @media screen and (max-width: 37.4375em) {
      .EPiServerForms .Form__Element .Form__Element__ValidationError::before {
        width: 1rem;
        height: 1rem; } }

.EPiServerForms.ValidationSuccess .Form__Status .Form__Status__Message {
  color: #025173;
  background: none;
  margin: 0;
  padding: 0;
  display: block; }
  .EPiServerForms.ValidationSuccess .Form__Status .Form__Status__Message.hide {
    display: none !important; }

@media (max-width: 47.9375em) {
  .adage-header-hero-content-desktop > * {
    display: none; } }

.adage-header-hero-content-mobile {
  background: #009fa9; }
  @media (min-width: 47.9475em) {
    .adage-header-hero-content-mobile {
      display: none; } }

.adage-header-hero {
  position: relative;
  overflow: hidden; }
  .adage-header-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #025173;
    z-index: 2;
    opacity: .75;
    display: none; }
    @media (min-width: 47.9475em) {
      .adage-header-hero-overlay {
        display: block; } }
  .adage-header-hero-background {
    background-color: #ffffff;
    display: flex;
    flex: 1 1 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%; }
    .adage-header-hero-background img {
      filter: grayscale(100%) contrast(1) blur(0px);
      flex: 1 0 100%;
      height: 100%;
      max-width: 100%;
      mix-blend-mode: unset;
      object-fit: cover;
      opacity: 1;
      position: relative;
      width: 100%; }
    @supports not (mix-blend-mode: screen) {
      .adage-header-hero-background:before {
        opacity: 0.5; } }
    .adage-header-hero-background:before {
      background-color: #025173;
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      mix-blend-mode: screen;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 1; }
  .adage-header-hero .adage-heading-inner, .adage-header-hero .adage-heading-title, .adage-header-hero .adage-heading-description {
    color: #ffffff; }
  .adage-header-hero-content-desktop.adage-heading-inner {
    padding-top: 8rem;
    padding-bottom: 12rem;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 63.9375em) {
      .adage-header-hero-content-desktop.adage-heading-inner {
        padding-top: 6rem; } }
    @media screen and (max-width: 47.9375em) {
      .adage-header-hero-content-desktop.adage-heading-inner {
        padding-top: 10rem; } }
    @media screen and (max-width: 63.9375em) {
      .adage-header-hero-content-desktop.adage-heading-inner {
        padding-bottom: 8rem; } }
    @media screen and (max-width: 47.9375em) {
      .adage-header-hero-content-desktop.adage-heading-inner {
        padding-bottom: 5rem; } }
  .adage-header-hero-content-mobile .adage-heading-inner {
    padding-top: 1rem;
    padding-bottom: 2rem; }

.adage-header-hero .adage-heading-svg-swoosh-lg {
  fill: #009fa9;
  transform: rotateX(-190deg) rotateY(-180deg);
  z-index: 10; }
  @media (min-width: 47.9475em) {
    .adage-header-hero .adage-heading-svg-swoosh-lg {
      fill: #ffffff; } }

.adage-header-hero-container-animate {
  opacity: 0; }

.adage-header-hero-container.animated-load {
  animation: fadeIn .5s ease-in .5s both; }

.adage-header-hero-container.animated-load .adage-heading-inner {
  animation: nudgeUp 1s ease-in .55s both; }

.adage-fiftyfifty {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 47.9475em) {
    .adage-fiftyfifty-item {
      flex: 1 1 auto;
      width: 50%; } }
  @media (max-width: 47.9375em) {
    .adage-fiftyfifty-inner.reversed .adage-fiftyfifty-item:first-child {
      display: none;
      visibility: hidden; } }
  @media (min-width: 47.9475em) {
    .adage-fiftyfifty-inner {
      display: flex; }
      .adage-fiftyfifty-inner.reversed .adage-fiftyfifty-item:last-child {
        display: none;
        visibility: hidden; } }

.adage-fiftyfifty-item {
  display: flex; }
  .adage-fiftyfifty-item .adage-wysiwyg-block {
    width: 100%;
    display: flex;
    align-items: center; }

.adage-fiftyfifty .adage-image-block {
  width: 100%; }

.adage-fiftyfifty {
  max-width: 100rem; }
  .adage-fiftyfifty .adage-block {
    width: 100%; }
  .adage-fiftyfifty .adage-image-block, .adage-fiftyfifty .adage-video-block {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 12px 20px rgba(29, 37, 46, 0.15); }
    .adage-fiftyfifty .adage-image-block > a, .adage-fiftyfifty .adage-video-block > a {
      width: 100%;
      height: 100%; }
  .adage-fiftyfifty-inner.ratio-standard .adage-image-block {
    padding-bottom: 100%; }
  .adage-fiftyfifty-inner.ratio-standard .adage-video-block {
    padding-bottom: 100%; }
  .adage-fiftyfifty-inner.ratio-wide .adage-image-block, .adage-fiftyfifty-inner.ratio-wide .adage-video-block {
    padding-bottom: 56.25%; }

.adage-fiftyfifty-item.animated-scroll:nth-child(1) {
  animation: fadeIn 0.65s 0.35s ease 1 both; }
  @media print {
    .adage-fiftyfifty-item.animated-scroll:nth-child(1) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-fiftyfifty-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-fiftyfifty-item.animated-scroll:nth-child(2) {
  animation: fadeIn 0.65s 0.7s ease 1 both; }
  @media print {
    .adage-fiftyfifty-item.animated-scroll:nth-child(2) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-fiftyfifty-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-fiftyfifty-item.animated-scroll:nth-child(3) {
  animation: fadeIn 0.65s 1.05s ease 1 both; }
  @media print {
    .adage-fiftyfifty-item.animated-scroll:nth-child(3) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-fiftyfifty-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-fiftyfifty-item.animated-scroll:nth-child(4) {
  animation: fadeIn 0.65s 1.4s ease 1 both; }
  @media print {
    .adage-fiftyfifty-item.animated-scroll:nth-child(4) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-fiftyfifty-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-accordion {
  max-width: 66rem; }
  @media screen and (max-width: max-large) {
    .adage-accordion {
      max-width: 66rem; } }
  @media screen and (max-width: 99.9375em) {
    .adage-accordion {
      max-width: 61rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-accordion {
      max-width: 59rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-accordion {
      max-width: 57rem; } }
  .adage-accordion-panel {
    overflow: hidden;
    transition: 0.5s height; }
    .adage-accordion-panel[aria-hidden="true"] {
      height: 0; }

.adage-accordion {
  margin-left: auto;
  margin-right: auto; }
  .adage-accordion-inner {
    border-bottom: 1px solid #e3e6e6;
    padding-left: 0; }
  .adage-accordion-heading {
    color: #009fa9;
    margin-bottom: 2.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .adage-accordion-trigger {
    font-size: 1.75rem;
    line-height: 1.28571;
    color: #025173;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media screen and (max-width: 89.9375em) {
      .adage-accordion-trigger {
        font-size: 1.5rem;
        line-height: 1.33333; } }
    @media screen and (max-width: 37.4375em) {
      .adage-accordion-trigger {
        font-size: 1.375rem;
        line-height: 1.45455; } }
    .adage-accordion-trigger:hover, .adage-accordion-trigger:active, .adage-accordion-trigger:focus {
      color: #ed5025; }
  .adage-accordion-item {
    border-top: 1px solid #e3e6e6;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
  .adage-accordion-panel-content {
    font-size: 1.375rem;
    line-height: 1.45455;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
    @media screen and (max-width: 89.9375em) {
      .adage-accordion-panel-content {
        font-size: 1.25rem;
        line-height: 1.4; } }
    @media screen and (max-width: 37.4375em) {
      .adage-accordion-panel-content {
        font-size: 1.125rem;
        line-height: 1.55556; } }

.adage-accordion-trigger {
  position: relative;
  padding-right: 3rem;
  text-transform: none;
  border-radius: 0;
  font-weight: normal; }
  .adage-accordion-trigger:hover, .adage-accordion-trigger:focus {
    border-bottom: none; }
  .adage-accordion-trigger:after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-0.70711rem) rotate(45deg);
    transition: 0.5s transform;
    border-color: #ed5025;
    border-style: solid;
    border-width: 0 3px 3px 0; }
  .adage-accordion-trigger[aria-expanded="true"]:after {
    transform: translateY(-0.35355rem) rotate(-135deg); }

.adage-wysiwyg-block {
  max-width: 66rem; }
  @media screen and (max-width: max-large) {
    .adage-wysiwyg-block {
      max-width: 66rem; } }
  @media screen and (max-width: 99.9375em) {
    .adage-wysiwyg-block {
      max-width: 61rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-wysiwyg-block {
      max-width: 59rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-wysiwyg-block {
      max-width: 57rem; } }

@media (min-width: 63.9475em) {
  .adage-block > .adage-video-block {
    max-width: 72rem; } }

@media (min-width: 79.9475em) {
  .adage-block > .adage-video-block {
    max-width: 74rem; } }

@media (min-width: 119.9475em) {
  .adage-block > .adage-video-block {
    max-width: 88rem; } }

.adage-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(rgba(94, 94, 94, 0.3), #5e5e5e); }
  .adage-video-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.adage-video-native {
  max-width: 100%; }
  .adage-video-native > video {
    width: 100%;
    height: auto;
    display: block; }

.adage-video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }
  .adage-video-thumbnail-trigger {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative; }

.adage-video-thumbnail-trigger:before {
  content: '';
  display: block;
  position: absolute;
  transition: 0.5s;
  background: rgba(237, 80, 37, 0.75);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  top: 50%;
  left: 50%;
  z-index: 1; }

.adage-video-thumbnail-trigger svg {
  position: absolute;
  fill: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  top: 50%;
  left: 50%;
  z-index: 2; }

.adage-video-thumbnail-trigger:hover:before, .adage-video-thumbnail-trigger:focus:before {
  background: #dd390c;
  box-shadow: 0.16rem 0.16rem 0.6rem rgba(29, 37, 46, 0.3); }

main > .adage-block > .adage-video-block .adage-video-thumbnail {
  position: static; }

@media (min-width: 63.9475em) {
  main > .adage-block > .adage-image-block {
    max-width: 72rem; } }

@media (min-width: 79.9475em) {
  main > .adage-block > .adage-image-block {
    max-width: 74rem; } }

@media (min-width: 119.9475em) {
  main > .adage-block > .adage-image-block {
    max-width: 88rem; } }

.adage-image-block img {
  width: 100%; }

.adage-highlight-item {
  display: flex; }
  .adage-highlight-item-clickable {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; }
    .adage-highlight-item-clickable > * {
      min-height: 1px;
      flex-shrink: 0; }

.adage-highlight-item {
  box-shadow: 4px 12px 20px rgba(29, 37, 46, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .adage-highlight-item-clickable {
    text-decoration: none;
    border-bottom: 0;
    flex-grow: 1; }
    .adage-highlight-item-clickable:hover, .adage-highlight-item-clickable:focus, .adage-highlight-item-clickable:active {
      color: #ffffff;
      background: #ed5025;
      transition: 0.5s;
      box-shadow: 0 5px 15px rgba(95, 20, 78, 0.3); }
      .adage-highlight-item-clickable:hover .adage-highlight-item-content-with-image::before, .adage-highlight-item-clickable:focus .adage-highlight-item-content-with-image::before, .adage-highlight-item-clickable:active .adage-highlight-item-content-with-image::before {
        background: #ed5025;
        transition: 0.5s; }
      .adage-highlight-item-clickable:hover .adage-highlight-item-pretitle, .adage-highlight-item-clickable:hover .adage-highlight-item-title, .adage-highlight-item-clickable:hover .adage-highlight-item-details, .adage-highlight-item-clickable:hover .adage-highlight-item-content-cta-btn, .adage-highlight-item-clickable:focus .adage-highlight-item-pretitle, .adage-highlight-item-clickable:focus .adage-highlight-item-title, .adage-highlight-item-clickable:focus .adage-highlight-item-details, .adage-highlight-item-clickable:focus .adage-highlight-item-content-cta-btn, .adage-highlight-item-clickable:active .adage-highlight-item-pretitle, .adage-highlight-item-clickable:active .adage-highlight-item-title, .adage-highlight-item-clickable:active .adage-highlight-item-details, .adage-highlight-item-clickable:active .adage-highlight-item-content-cta-btn {
        color: #ffffff; }
  .adage-highlight-item-details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center; }
    @media screen and (max-width: 79.9375em) {
      .adage-highlight-item-details {
        padding-left: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-details {
        padding-left: 1rem; } }
    @media screen and (max-width: 79.9375em) {
      .adage-highlight-item-details {
        padding-right: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-details {
        padding-right: 1rem; } }
    .adage-highlight-item-details > * {
      z-index: 1;
      position: relative;
      text-align: center; }
  .adage-highlight-item-content {
    flex-grow: 1;
    position: relative;
    padding-top: 1.5rem; }
    @media screen and (max-width: 79.9375em) {
      .adage-highlight-item-content {
        padding-top: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-content {
        padding-top: 1rem; } }
    .adage-highlight-item-content-with-image {
      padding-top: 0; }
      .adage-highlight-item-content-with-image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        border-radius: 100%;
        height: 0;
        width: 400%;
        padding-bottom: 400%;
        transform: translateX(-50%) translateY(-40px);
        background: #ffffff; }
    .adage-highlight-item-content-cta {
      z-index: 1;
      text-align: center;
      flex-grow: 0;
      padding-bottom: 1.5rem; }
      @media screen and (max-width: 79.9375em) {
        .adage-highlight-item-content-cta {
          padding-bottom: 1.25rem; } }
      @media screen and (max-width: 37.4375em) {
        .adage-highlight-item-content-cta {
          padding-bottom: 1rem; } }
      .adage-highlight-item-content-cta-btn {
        color: #1d252e;
        text-decoration: none;
        border-bottom: 1px solid #ed5025; }
        .adage-highlight-item-content-cta-btn:hover, .adage-highlight-item-content-cta-btn:active, .adage-highlight-item-content-cta-btn:focus {
          color: #ed5025; }
        .adage-highlight-item-content-cta-btn:hover, .adage-highlight-item-content-cta-btn:active, .adage-highlight-item-content-cta-btn:focus {
          border-bottom-color: transparent; }
  .adage-highlight-item-pretitle {
    display: block;
    color: #5e5e5e;
    font-family: "Lato", Arial, sans-serif;
    margin-bottom: 0;
    background: transparent; }
    .adage-highlight-item-pretitle:hover {
      background: transparent; }
  .adage-highlight-item-caption {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media screen and (max-width: 89.9375em) {
      .adage-highlight-item-caption {
        font-size: 1.125rem;
        line-height: 1.55556; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-caption {
        font-size: 1rem;
        line-height: 1.5; } }
    @media screen and (max-width: 79.9375em) {
      .adage-highlight-item-caption {
        padding-top: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-caption {
        padding-top: 1rem; } }
    @media screen and (max-width: 79.9375em) {
      .adage-highlight-item-caption {
        padding-bottom: 1.25rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item-caption {
        padding-bottom: 1rem; } }
  .adage-highlight-item-title {
    color: #025173;
    text-decoration: none; }
    .adage-highlight-item-title:hover, .adage-highlight-item-title:active, .adage-highlight-item-title:focus {
      color: #025173; }
  .adage-highlight-item .learn-more {
    color: #025173;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.55556; }
    .adage-highlight-item .learn-more svg {
      fill: #ed5025;
      transition: margin 0.5s; }
    .adage-highlight-item .learn-more:hover, .adage-highlight-item .learn-more:active, .adage-highlight-item .learn-more:focus {
      color: #ed5025; }
      .adage-highlight-item .learn-more:hover svg, .adage-highlight-item .learn-more:active svg, .adage-highlight-item .learn-more:focus svg {
        fill: #ed5025;
        margin-left: 0.5rem; }
    @media (max-width: 59.9375em) {
      .adage-highlight-item .learn-more {
        letter-spacing: 0.07em; } }
    @media screen and (max-width: 89.9375em) {
      .adage-highlight-item .learn-more {
        font-size: 1rem;
        line-height: 1.5; } }
    @media screen and (max-width: 37.4375em) {
      .adage-highlight-item .learn-more {
        font-size: 0.875rem;
        line-height: 1.71429; } }

@media (min-width: 37.4475em) {
  :first-child:nth-last-child(2) .adage-highlight-item-content-with-image:before,
  :first-child:nth-last-child(2) ~ .adage-highlight-item .adage-highlight-item-content-with-image:before {
    transform: translateX(-50%) translateY(-70px); }
  :first-child:nth-last-child(2) .adage-highlight-item-content-with-image .adage-highlight-item-details,
  :first-child:nth-last-child(2) ~ .adage-highlight-item .adage-highlight-item-content-with-image .adage-highlight-item-details {
    margin-top: -2.5rem; } }

@media (min-width: 99.9475em) {
  :first-child:nth-last-child(2) .adage-highlight-item-content-with-image:before,
  :first-child:nth-last-child(2) ~ .adage-highlight-item .adage-highlight-item-content-with-image:before {
    transform: translateX(-50%) translateY(-130px); }
  :first-child:nth-last-child(2) .adage-highlight-item-content-with-image .adage-highlight-item-details,
  :first-child:nth-last-child(2) ~ .adage-highlight-item .adage-highlight-item-content-with-image .adage-highlight-item-details {
    margin-top: -5rem; } }

@media (min-width: 37.4475em) and (max-width: 63.9375em) {
  :first-child:nth-last-child(3):first-child .adage-highlight-item-content-with-image:before,
  :first-child:nth-last-child(3) ~ .adage-highlight-item:first-child .adage-highlight-item-content-with-image:before {
    transform: translateX(-50%) translateY(-70px); }
  :first-child:nth-last-child(3):first-child .adage-highlight-item-content-with-image .adage-highlight-item-details,
  :first-child:nth-last-child(3) ~ .adage-highlight-item:first-child .adage-highlight-item-content-with-image .adage-highlight-item-details {
    margin-top: -2.5rem; } }

@media (min-width: 99.9475em) {
  :first-child:nth-last-child(3) .adage-highlight-item-content-with-image:before,
  :first-child:nth-last-child(3) ~ .adage-highlight-item .adage-highlight-item-content-with-image:before {
    transform: translateX(-50%) translateY(-70px); }
  :first-child:nth-last-child(3) .adage-highlight-item-content-with-image .adage-highlight-item-details,
  :first-child:nth-last-child(3) ~ .adage-highlight-item .adage-highlight-item-content-with-image .adage-highlight-item-details {
    margin-top: -2.5rem; } }

.adage-highlight-item.animated-scroll:nth-child(1) {
  animation: scrollSlideUp 0.65s 0.35s ease 1 both; }
  @media print {
    .adage-highlight-item.animated-scroll:nth-child(1) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-highlight-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-highlight-item.animated-scroll:nth-child(2) {
  animation: scrollSlideUp 0.65s 0.7s ease 1 both; }
  @media print {
    .adage-highlight-item.animated-scroll:nth-child(2) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-highlight-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-highlight-item.animated-scroll:nth-child(3) {
  animation: scrollSlideUp 0.65s 1.05s ease 1 both; }
  @media print {
    .adage-highlight-item.animated-scroll:nth-child(3) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-highlight-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

.adage-highlight-item.animated-scroll:nth-child(4) {
  animation: scrollSlideUp 0.65s 1.4s ease 1 both; }
  @media print {
    .adage-highlight-item.animated-scroll:nth-child(4) {
      animation: none;
      visibility: visible;
      opacity: 1; } }

@media print {
  .adage-highlight-item.animated-scroll {
    animation: none;
    visibility: visible;
    opacity: 1; } }

@media (min-width: 63.9475em) {
  .adage-block > .adage-video-block {
    max-width: 72rem; } }

@media (min-width: 79.9475em) {
  .adage-block > .adage-video-block {
    max-width: 74rem; } }

@media (min-width: 119.9475em) {
  .adage-block > .adage-video-block {
    max-width: 88rem; } }

.adage-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(rgba(94, 94, 94, 0.3), #5e5e5e); }
  .adage-video-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.adage-video-native {
  max-width: 100%; }
  .adage-video-native > video {
    width: 100%;
    height: auto;
    display: block; }

.adage-video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }
  .adage-video-thumbnail-trigger {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative; }

.adage-video-thumbnail-trigger:before {
  content: '';
  display: block;
  position: absolute;
  transition: 0.5s;
  background: rgba(237, 80, 37, 0.75);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  top: 50%;
  left: 50%;
  z-index: 1; }

.adage-video-thumbnail-trigger svg {
  position: absolute;
  fill: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  top: 50%;
  left: 50%;
  z-index: 2; }

.adage-video-thumbnail-trigger:hover:before, .adage-video-thumbnail-trigger:focus:before {
  background: #dd390c;
  box-shadow: 0.16rem 0.16rem 0.6rem rgba(29, 37, 46, 0.3); }

main > .adage-block > .adage-video-block .adage-video-thumbnail {
  position: static; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.adage-gallery-container {
  padding-left: 14rem;
  padding-right: 14rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 79.9375em) {
    .adage-gallery-container {
      padding-left: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-gallery-container {
      padding-left: 4rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-container {
      padding-left: 3.5rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-gallery-container {
      padding-right: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-gallery-container {
      padding-right: 4rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-container {
      padding-right: 3.5rem; } }

.adage-gallery-item-caption {
  margin-top: 0.75rem; }
  .adage-gallery-item-caption-page {
    margin: 0; }
  .adage-gallery-item-caption-details {
    min-height: 60px;
    padding: 0 0.5rem; }
  @media (min-width: 47.9475em) {
    .adage-gallery-item-caption {
      margin-top: 2.5rem; } }
  @media (max-width: 63.9375em) {
    .adage-gallery-item-caption-details {
      margin-top: 1rem;
      text-align: center; }
    .adage-gallery-item-caption-page {
      text-align: center; } }
  @media (min-width: 63.9475em) {
    .adage-gallery-item-caption {
      display: flex;
      margin-top: 1rem; }
      .adage-gallery-item-caption-details {
        padding: 0;
        margin-top: 0;
        flex: 0 1 auto;
        width: calc(75% - 2.5rem);
        padding-right: 2.5rem;
        order: -1; }
      .adage-gallery-item-caption-page {
        flex: 1 0 auto;
        text-align: right; } }

.adage-gallery-heading {
  padding-left: 6.5rem; }
  @media screen and (max-width: 119.9375em) {
    .adage-gallery-heading {
      padding-left: 4rem; } }
  @media screen and (max-width: 79.9375em) {
    .adage-gallery-heading {
      padding-left: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-gallery-heading {
      padding-left: 2rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-heading {
      padding-left: 1rem; } }

.adage-gallery-item {
  position: relative; }
  .adage-gallery-item:before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
    z-index: 1; }
  .adage-gallery-item:not(.swiper-slide-active):before {
    opacity: 1; }

.adage-gallery-btn-next, .adage-gallery-btn-prev {
  position: absolute;
  display: flex;
  top: auto;
  bottom: 2.5rem;
  z-index: 10;
  margin-top: -3rem;
  color: #ffffff;
  background-color: #ed5025;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  padding: 0.9rem;
  width: 3rem;
  height: 3rem; }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-btn-next, .adage-gallery-btn-prev {
      width: 2.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-btn-next, .adage-gallery-btn-prev {
      height: 2.5rem; } }
  @media (min-width: 63.9475em) {
    .adage-gallery-btn-next, .adage-gallery-btn-prev {
      top: 50%;
      bottom: auto; } }
  .adage-gallery-btn-next svg, .adage-gallery-btn-prev svg {
    pointer-events: none;
    height: 1.25rem;
    width: 1.25rem;
    fill: #ffffff;
    transition: 0.5s; }
    .adage-gallery-btn-next svg:after, .adage-gallery-btn-prev svg:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .adage-gallery-btn-next:hover, .adage-gallery-btn-next:active, .adage-gallery-btn-next:focus, .adage-gallery-btn-prev:hover, .adage-gallery-btn-prev:active, .adage-gallery-btn-prev:focus {
    background: #dd390c; }
  @media (max-width: 37.4375em) {
    .adage-gallery-btn-next, .adage-gallery-btn-prev {
      margin-top: -3rem;
      padding: 0.6rem; } }

.adage-gallery-btn-next {
  right: 14rem;
  margin-right: calc((-60px - 1.5rem)); }
  @media screen and (max-width: 79.9375em) {
    .adage-gallery-btn-next {
      right: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-gallery-btn-next {
      right: 4rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-btn-next {
      right: 3.5rem; } }
  @media (max-width: 63.9375em) {
    .adage-gallery-btn-next {
      margin-right: calc((-32px - 1.5rem)); } }
  @media (max-width: 37.4375em) {
    .adage-gallery-btn-next {
      margin-right: calc((-16px - 1.5rem)); } }

.adage-gallery-btn-prev {
  left: 14rem;
  margin-left: calc((-60px - 1.5rem)); }
  @media screen and (max-width: 79.9375em) {
    .adage-gallery-btn-prev {
      left: 10rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-gallery-btn-prev {
      left: 4rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-gallery-btn-prev {
      left: 3.5rem; } }
  @media (max-width: 63.9375em) {
    .adage-gallery-btn-prev {
      margin-left: calc((-32px - 1.5rem)); } }
  @media (max-width: 37.4375em) {
    .adage-gallery-btn-prev {
      margin-left: calc((-16px - 1.5rem)); } }

.swiper-pagination-bullets {
  margin-top: 0.5rem; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 0.75rem;
    height: 1rem;
    width: 1rem;
    background: transparent;
    border: 1px solid #1d252e;
    opacity: 0.5; }
    .swiper-pagination-bullets .swiper-pagination-bullet-active {
      opacity: 1;
      border: 1px solid #025173;
      background: #025173; }

.adage-columns-auto-container {
  margin-top: 1rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 37.4475em) {
    .adage-columns-auto-container {
      display: flex; } }
  @media (max-width: 63.9375em) {
    .adage-columns-auto-container {
      flex-wrap: wrap; } }
  .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
    flex: 1 1 0;
    width: 0;
    margin-right: 2rem; }
    @media screen and (max-width: 89.9375em) {
      .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
        margin-right: 2rem; } }
    @media screen and (max-width: 63.9375em) {
      .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
        margin-right: 1.5rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
        margin-right: 1.25rem; } }
    @media (min-width: 63.9475em) {
      .adage-columns-auto-container > div:last-child, .adage-columns-auto-container > article:last-child, .adage-columns-auto-container > figure:last-child {
        margin-right: 0; } }
    @media (min-width: 37.4475em) and (max-width: 63.9375em) {
      .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
        flex: 0 0 auto;
        width: calc(50% - 0.75rem);
        margin-bottom: 1.5rem; }
        .adage-columns-auto-container > div:nth-last-child(odd), .adage-columns-auto-container > article:nth-last-child(odd), .adage-columns-auto-container > figure:nth-last-child(odd) {
          margin-right: 0; }
          .adage-columns-auto-container > div:nth-last-child(odd):first-child, .adage-columns-auto-container > article:nth-last-child(odd):first-child, .adage-columns-auto-container > figure:nth-last-child(odd):first-child {
            width: 100%; }
        .adage-columns-auto-container > div:nth-last-child(3) ~ *, .adage-columns-auto-container > article:nth-last-child(3) ~ *, .adage-columns-auto-container > figure:nth-last-child(3) ~ * {
          margin-bottom: 0; } }
    @media (max-width: 37.4375em) {
      .adage-columns-auto-container > div, .adage-columns-auto-container > article, .adage-columns-auto-container > figure {
        width: 100%;
        margin-bottom: 1.25rem; } }

.adage-columns-auto-heading-container {
  display: flex;
  justify-content: space-between; }

.adage-columns-auto-cta {
  align-self: flex-end; }
  .adage-columns-auto-cta.epi-empty-link {
    display: none; }
  .adage-columns-auto-cta-desktop {
    display: none; }
    @media (min-width: 63.9475em) {
      .adage-columns-auto-cta-desktop {
        display: block; } }
  .adage-columns-auto-cta-mobile {
    display: block; }
    @media (min-width: 63.9475em) {
      .adage-columns-auto-cta-mobile {
        display: none; } }
  .adage-columns-auto-cta .cta-arrow {
    text-align: left; }

.adage-fwcta {
  position: relative;
  padding-bottom: 4rem; }
  .adage-fwcta-svg {
    fill: #ffffff;
    position: absolute;
    top: -0.125rem; }
    .adage-fwcta-svg.change-direction {
      transform: rotateY(180deg); }
    .adage-fwcta-svg-container {
      position: relative;
      padding-bottom: 9.85%;
      overflow: hidden; }
  .adage-fwcta-inner {
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    padding-top: 3.5rem; }
    @media (min-width: 37.4475em) {
      .adage-fwcta-inner {
        padding-bottom: 2rem; } }
    @media (min-width: 47.9475em) {
      .adage-fwcta-inner {
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    @media (min-width: 89.9475em) {
      .adage-fwcta-inner {
        max-width: 49rem;
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    @media (min-width: 99.9475em) {
      .adage-fwcta-inner {
        max-width: 70rem; } }
  .adage-fwcta-heading {
    margin-bottom: 1.5rem; }
    @media (min-width: 89.9475em) {
      .adage-fwcta-heading {
        margin-bottom: 2rem; } }
    @media (min-width: 99.9475em) {
      .adage-fwcta-heading {
        margin-bottom: 2.5rem; } }
  .adage-fwcta-content {
    margin-top: 1rem; }
  .adage-fwcta-cta {
    margin-top: 1.75rem; }
    @media (min-width: 37.4475em) {
      .adage-fwcta-cta {
        margin-top: 1.25rem; } }
    @media (min-width: 89.9475em) {
      .adage-fwcta-cta {
        margin-top: 2rem; } }
    @media (min-width: 99.9475em) {
      .adage-fwcta-cta {
        margin-top: 3rem; } }

.adage-fwcta {
  background: #009fa9; }
  :-ms-lang(x), .adage-fwcta .rich-text a:focus {
    background: none; }
  .adage-fwcta.adage-theme-light {
    background: #009fa9; }
  .adage-fwcta.adage-theme-dark {
    background: linear-gradient(107.07deg, #00a4ae 37.34%, #025173 83.87%), #009fa9; }

.adage-staff-container {
  margin-top: 1rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 47.9475em) {
    .adage-staff-container {
      display: flex;
      flex-wrap: wrap; } }

.adage-staff-item {
  width: 100%; }
  @media (min-width: 47.9475em) {
    .adage-staff-item {
      width: calc(50% - 1.5rem); } }
  @media (min-width: 119.9475em) {
    .adage-staff-item {
      width: calc(33.3% - 2rem); } }
  .adage-staff-item + .adage-staff-item {
    margin-top: 1.5rem; }
    @media (min-width: 47.9475em) {
      .adage-staff-item + .adage-staff-item {
        margin-top: 0; } }
  @media (min-width: 37.4475em) and (max-width: 119.9375em) {
    .adage-staff-item:nth-child(n + 3) {
      margin-top: 2.5rem; } }
  @media (min-width: 119.9475em) {
    .adage-staff-item:nth-child(n + 4) {
      margin-top: 2.5rem; } }

.adage-staff-item {
  display: flex;
  align-items: flex-start; }
  @media (min-width: 47.9475em) and (max-width: 119.9375em) {
    .adage-staff-item:nth-child(even) {
      margin-left: 3rem; } }
  @media (min-width: 119.9475em) {
    .adage-staff-item:not(:nth-child(3n + 1)) {
      margin-left: 3rem; } }
  .adage-staff-item-img {
    flex: 0 0 auto;
    width: 5rem;
    max-width: 10rem;
    margin-right: 1.25rem; }
    @media (min-width: 37.4475em) {
      .adage-staff-item-img {
        margin-right: 1rem; } }
    @media (min-width: 25.01em) {
      .adage-staff-item-img {
        width: 5.9375rem; } }
    @media (min-width: 89.9475em) {
      .adage-staff-item-img {
        width: 9.375rem;
        margin-right: 2rem; } }
    .adage-staff-item-img img {
      width: 100%; }
  .adage-staff-item-content {
    flex: 1 1 auto;
    max-width: 30.5rem; }

.adage-staff-container-show-placeholders .adage-staff-item-svg {
  display: block; }

.adage-staff-heading {
  color: #009fa9; }

.adage-staff-item-img .adage-image-block {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 999rem; }
  .adage-staff-item-img .adage-image-block > * {
    position: absolute; }

.adage-staff-item-svg {
  display: none; }
  .adage-staff-item-svg .adage-image-block {
    background-color: #5e5e5e; }
  .adage-staff-item-svg svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    fill: #ffffff; }
    @media (min-width: 89.9475em) {
      .adage-staff-item-svg svg {
        width: 3.75rem;
        height: 3.75rem; } }

.adage-staff-item-content h3, .adage-staff-item-content h4 {
  margin-bottom: 0; }

@media (min-width: 37.4475em) {
  .adage-staff-item-content h3 {
    margin-bottom: 0.5rem; } }

@media (min-width: 37.4475em) {
  .adage-staff-item-info {
    margin-top: 0.25rem; } }

.adage-staff-item-info p {
  margin: 0; }
  .adage-staff-item-info p + p {
    margin: 0; }

.adage-newsletter-signup-inner {
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto; }

.adage-newsletter-signup-description {
  margin-top: 1rem; }

.adage-newsletter-signup-form-item {
  flex-grow: 1;
  margin-right: 0; }

.adage-listing-container {
  margin-top: 1rem;
  margin-bottom: 2.5rem; }

.adage-listing-item + .adage-listing-item {
  margin-top: 4rem; }
  @media screen and (max-width: 89.9375em) {
    .adage-listing-item + .adage-listing-item {
      margin-top: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-listing-item + .adage-listing-item {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-listing-item + .adage-listing-item {
      margin-top: 1.25rem; } }

.adage-listing-heading {
  color: #009fa9; }

@media (min-width: 47.9475em) {
  .adage-listing-item {
    grid-template-columns: repeat(3, 1fr); } }

.adage-listing-item-content {
  max-width: 60rem;
  margin-top: 1rem; }
  @media (min-width: 47.9475em) {
    .adage-listing-item-content {
      margin-top: 0;
      grid-column: span 2; } }

.adage-listing-item + .adage-listing-item {
  margin-top: 3.625rem; }
  @media (min-width: 37.4475em) {
    .adage-listing-item + .adage-listing-item {
      margin-top: 4.25rem; } }

.adage-listing-item-pre-title {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #5e5e5e;
  margin-bottom: 0; }
  @media screen and (max-width: 89.9375em) {
    .adage-listing-item-pre-title {
      font-size: 1.125rem;
      line-height: 1.55556; } }
  @media screen and (max-width: 37.4375em) {
    .adage-listing-item-pre-title {
      font-size: 1rem;
      line-height: 1.5; } }

.adage-listing-item-title {
  color: #025173;
  margin-bottom: 1rem; }

@media screen and (min-width: 47.9475em) and (-ms-high-contrast: active), (min-width: 47.9475em) and (-ms-high-contrast: none) {
  .adage-listing-item-image {
    flex: 0 1 auto;
    width: 32%; } }

.adage-listing-item-image .adage-listing-item-image-inner .adage-image-block {
  width: 100%;
  padding-bottom: 56.25%;
  margin-left: 0; }
  @media (min-width: 47.9475em) {
    .adage-listing-item-image .adage-listing-item-image-inner .adage-image-block {
      margin-left: auto; } }

.adage-listing-item-cta {
  margin-top: 1.625rem; }

@media (min-width: 47.9475em) {
  .adage-listing-item {
    display: flex; }
    .adage-listing-item-image {
      width: 0;
      flex: 1 1 auto; }
    .adage-listing-item-content {
      flex: 1 1 auto; }
    .adage-listing-item-image + .adage-listing-item-content {
      margin-left: 4rem; } }
    @media screen and (min-width: 47.9475em) and (max-width: 89.9375em) {
      .adage-listing-item-image + .adage-listing-item-content {
        margin-left: 3rem; } }
    @media screen and (min-width: 47.9475em) and (max-width: 63.9375em) {
      .adage-listing-item-image + .adage-listing-item-content {
        margin-left: 1.5rem; } }
    @media screen and (min-width: 47.9475em) and (max-width: 37.4375em) {
      .adage-listing-item-image + .adage-listing-item-content {
        margin-left: 1.25rem; } }

.adage-listing-item-content {
  width: 8rem;
  flex-grow: 3; }
  @media (max-width: 89.9375em) {
    .adage-listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 63.9375em) {
    .adage-listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 37.4375em) {
    .adage-listing-item-content {
      width: 0;
      flex-grow: 1; } }
  @media (max-width: 47.9375em) {
    .adage-listing-item-content {
      width: auto; } }

@supports (display: grid) {
  .adage-listing-item {
    grid-gap: 4rem; }
    @media screen and (max-width: 89.9375em) {
      .adage-listing-item {
        grid-gap: 3rem; } }
    @media screen and (max-width: 63.9375em) {
      .adage-listing-item {
        grid-gap: 1.5rem; } }
    @media screen and (max-width: 37.4375em) {
      .adage-listing-item {
        grid-gap: 1.25rem; } }
    @media (min-width: 47.9475em) {
      .adage-listing-item {
        display: grid; }
        .adage-listing-item-image, .adage-listing-item-content {
          width: auto; }
        .adage-listing-item-image + .adage-listing-item-content {
          margin-left: 0; } }
    @media (min-width: 47.9475em) and (max-width: 79.9375em) {
      .adage-listing-item {
        grid-template-columns: repeat(3, 1fr); }
        .adage-listing-item-content {
          grid-column: span 2; } }
    @media (min-width: 79.9475em) {
      .adage-listing-item {
        grid-template-columns: repeat(4, 1fr); }
        .adage-listing-item-content {
          grid-column: span 3; } } }

.adage-listing-item-image-inner .adage-image-block {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden; }
  .adage-listing-item-image-inner .adage-image-block > a {
    width: 100%;
    height: 100%; }

.adage-listing-item-image-inner.ratio-standard .adage-image-block, .adage-listing-item-image-inner.ratio-standard .adage-video-block {
  padding-bottom: 75%; }

.adage-listing-item-image-inner.ratio-wide .adage-image-block, .adage-listing-item-image-inner.ratio-wide .adage-video-block {
  padding-bottom: 56.25%; }

.adage-news-container-item img {
  box-shadow: 4px 12px 20px rgba(29, 37, 46, 0.15); }

.adage-news-container-item-featured-article {
  margin-top: 2rem; }
  @media screen and (max-width: 89.9375em) {
    .adage-news-container-item-featured-article {
      margin-top: 2rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-news-container-item-featured-article {
      margin-top: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-news-container-item-featured-article {
      margin-top: 1.25rem; } }

.adage-news-container-item-related-article {
  margin-bottom: 4rem; }
  @media screen and (max-width: 89.9375em) {
    .adage-news-container-item-related-article {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-news-container-item-related-article {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-news-container-item-related-article {
      margin-bottom: 1.25rem; } }
  .adage-news-container-item-related-article .article-title {
    line-height: 1.4; }
    .adage-news-container-item-related-article .article-title a {
      line-height: 1; }

@media (min-width: 63.9475em) {
  .adage-news-container-related {
    border-left: 1px solid #e3e6e6; }
    .adage-news-container-related > * {
      margin-left: 4rem; } }
    @media screen and (min-width: 63.9475em) and (max-width: 89.9375em) {
      .adage-news-container-related > * {
        margin-left: 3rem; } }
    @media screen and (min-width: 63.9475em) and (max-width: 63.9375em) {
      .adage-news-container-related > * {
        margin-left: 1.5rem; } }
    @media screen and (min-width: 63.9475em) and (max-width: 37.4375em) {
      .adage-news-container-related > * {
        margin-left: 1.25rem; } }

.adage-news-container .article-title a {
  color: #025173;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-transform: none; }
  .adage-news-container .article-title a:hover, .adage-news-container .article-title a:active, .adage-news-container .article-title a:focus {
    color: #ed5025; }

.adage-news-container .article-description {
  margin-top: 1rem; }

.adage-tiles-container {
  display: flex; }

@media (min-width: 63.9475em) {
  .adage-tiles-three-item:nth-child(3n+3) {
    margin-right: 0; } }

.adage-tiles-item {
  box-shadow: 4px 12px 20px rgba(29, 37, 46, 0.15);
  padding: 2rem;
  border-bottom: none;
  display: block; }
  @media screen and (max-width: 89.9375em) {
    .adage-tiles-item {
      padding: 2rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-tiles-item {
      padding: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-tiles-item {
      padding: 1.25rem; } }
  .adage-tiles-item:focus, .adage-tiles-item:hover {
    background: #ed5025;
    color: #ffffff; }
    .adage-tiles-item:focus .adage-tiles-item-title, .adage-tiles-item:hover .adage-tiles-item-title {
      color: #ffffff; }
  .adage-tiles-item-title {
    color: #025173;
    text-decoration: none;
    margin-bottom: 1rem; }
    .adage-tiles-item-title:hover, .adage-tiles-item-title:active, .adage-tiles-item-title:focus {
      color: #ffffff; }

.adage-membership-block .membership-details {
  padding-bottom: 1.5rem;
  color: #1d252e; }
  @media screen and (max-width: 79.9375em) {
    .adage-membership-block .membership-details {
      padding-bottom: 1.25rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-membership-block .membership-details {
      padding-bottom: 1rem; } }
  .adage-membership-block .membership-details > * {
    text-align: left;
    margin-bottom: 0; }

.adage-membership-block .rich-text ul {
  margin: 0;
  padding-left: 1.25rem; }

.adage-membership-block .adage-highlight-item-title {
  font-family: "Neuton", serif;
  margin: 0 0 1rem; }

.adage-membership-block .adage-highlight-item-details {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media screen and (max-width: 89.9375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-left: 2rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-left: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-left: 1.25rem; } }
  @media screen and (max-width: 89.9375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-right: 2rem; } }
  @media screen and (max-width: 63.9375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-right: 1.5rem; } }
  @media screen and (max-width: 37.4375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-right: 1.25rem; } }
  @media (max-width: 47.9375em) {
    .adage-membership-block .adage-highlight-item-details {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

@media (min-width: 37.4475em) {
  .media-block-container {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 63.9475em) {
  .media-block-container {
    max-width: 72rem; } }

@media (min-width: 79.9475em) {
  .media-block-container {
    max-width: 74rem; } }

@media (min-width: 119.9475em) {
  .media-block-container {
    max-width: 88rem; } }

.media-block-inner {
  width: 100%; }
  @media (min-width: 37.4475em) {
    .media-block-inner {
      display: flex; } }
  @media (min-width: 37.4475em) {
    .media-block-inner > .media-container:nth-child(odd) {
      margin-right: 1.25rem; } }
  @media (min-width: 63.9475em) {
    .media-block-inner > .media-container:nth-child(odd) {
      margin-right: 1.625rem; } }
  @media (min-width: 119.9475em) {
    .media-block-inner > .media-container:nth-child(odd) {
      margin-right: 2rem; } }

.media-container {
  margin-top: 1.25rem; }
  @media (min-width: 37.4475em) {
    .media-container {
      width: calc(50% - 0.75rem); } }
  @media (min-width: 63.9475em) {
    .media-container {
      margin-top: 1.625rem;
      width: calc(50% - 0.8125rem); } }
  @media (min-width: 119.9475em) {
    .media-container {
      margin-top: 2rem;
      width: calc(50% - 1rem); } }
  .media-container-first,
  .media-container-first img {
    width: 100%; }
  .media-container img {
    width: 100%; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0; }

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent; }

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform; }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  transition-property: visibility,opacity,transform;
  outline: 0; }

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  transform-origin: 50% 0;
  bottom: -7px; }

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  transform-origin: 50% 7px;
  top: -7px; }

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  transform-origin: 0 50%;
  right: -7px; }

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  transform-origin: 7px 50%;
  left: -7px; }

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  padding: 5px 9px; }

.tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff; }

.tippy-tooltip.light-theme[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #fff; }

.tippy-tooltip.light-theme[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #fff; }

.tippy-tooltip.light-theme[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #fff; }

.tippy-tooltip.light-theme[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #fff; }

.tippy-tooltip.light-theme > .tippy-backdrop {
  background-color: #fff; }

.tippy-tooltip.light-theme > .tippy-svg-arrow {
  fill: #fff; }

/* inputs, links, buttons */
.amta-input-default.plaintext {
  border: 0 !important;
  box-shadow: none !important; }

.plaintext-html {
  font-size: 85%; }

a.link-button {
  text-decoration: none;
  display: block;
  border: 0; }

button.disabled, input.disabled, .amta-radio-button-container.disabled, .amta-checkbox-container.disabled {
  opacity: .75; }

.condensed-inputs .amta-checkbox-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* form layouts */
.amta-form-section-full-width-wrapper .amta-form-section {
  max-width: 100% !important; }

/* busy overlay */
.app-busy {
  opacity: .5; }

/* autocomplete */
.amta-input-default.autocomplete-textbox {
  border-radius: 0 !important;
  border-top: 1px transparent !important;
  border-left: 1px transparent !important;
  border-right: 1px transparent !important; }

.autocomplete {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
  z-index: 1000;
  font-size: 1rem;
  overflow: auto;
  box-sizing: border-box; }

.autocomplete > div {
  padding: .25rem; }

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
  color: #ffffff;
  background-color: #025173;
  cursor: pointer; }

.helptext {
  font-size: .85rem;
  color: grey; }

.text-muted {
  color: grey; }

.helptext {
  font-size: .85rem;
  color: grey; }

.highlighted {
  font-size: 1rem;
  background-color: #FFFF66;
  line-height: 1rem;
  border-radius: 100px; }

.highlighted-content {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem; }

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

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

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

.full-width {
  width: 100%; }

.amta-alert-primary {
  color: #ffffff;
  background-color: #ed5025 !important;
  padding: 1rem;
  text-align: center; }

.amta-alert-secondary {
  color: #ffffff;
  background-color: #025173 !important;
  padding: 1rem;
  text-align: center; }

.amta-alert-danger {
  color: #ffffff;
  background-color: #E31837 !important;
  padding: 1rem;
  text-align: center; }

/********* CREATE ACCOUNT *********/
.create-account-form {
  min-width: 35rem; }

@media (max-width: 450px) {
  .create-account-form {
    min-width: 100%; } }

/********* SHOPPING CART **********/
.amta-table.amta-shopping-cart-table td, .amta-table.amta-shopping-cart-table th {
  border: 0px !important; }

.amta-table.amta-shopping-cart-table .amta-input-default {
  margin-bottom: 0; }

.amta-table.amta-shopping-cart-table button, .amta-table.amta-shopping-cart-table input {
  margin-bottom: 0; }

.amta-table.amta-shopping-cart-table tfoot td {
  background-color: white !important; }

.amta-table.amta-shopping-cart-table .text-left {
  text-align: left !important; }

.amta-table.amta-shopping-cart-table table {
  font-size: 85%;
  margin-top: 1rem; }
  .amta-table.amta-shopping-cart-table table td, .amta-table.amta-shopping-cart-table table th {
    color: #000000 !important;
    background-color: #ffffff !important; }
  .amta-table.amta-shopping-cart-table table th {
    border-bottom: 1px solid #000 !important; }

.amta-table.amta-shopping-cart-preview-table {
  margin-top: 1rem;
  min-width: 380px; }
  .amta-table.amta-shopping-cart-preview-table .text-left {
    text-align: left !important; }
  .amta-table.amta-shopping-cart-preview-table td, .amta-table.amta-shopping-cart-preview-table th {
    border: 0px !important;
    color: #000000 !important;
    background-color: #ffffff !important; }
  .amta-table.amta-shopping-cart-preview-table th {
    border-bottom: 1px solid #000 !important; }

.agenda-day h3 {
  border-bottom: 1px solid #e3e6e6; }


/*# sourceMappingURL=main.css.map*/