.sronly {
  position: absolute;
  left: -999999px;
}

/* !
 * Bootstrap v4.3.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) */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: left;
  background-color: #f5fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 400;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0076a1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0076a1;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1, h1 {
  font-size: 3rem;
}

.h2, h2 {
  font-size: 2.5rem;
}

.h3, h3 {
  font-size: 2rem;
}

.h4, h4 {
  font-size: 1.75rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.5625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
  font-size: .875rem;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .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-md, .container-sm {
    max-width: 720px;
  }
}

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

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-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%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width:576px) {
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:576px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:576px) {
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:576px) {
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:576px) {
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:576px) {
  .order-sm-first {
    order: -1;
  }
}

@media (min-width:576px) {
  .order-sm-last {
    order: 13;
  }
}

@media (min-width:576px) {
  .order-sm-0 {
    order: 0;
  }
}

@media (min-width:576px) {
  .order-sm-1 {
    order: 1;
  }
}

@media (min-width:576px) {
  .order-sm-2 {
    order: 2;
  }
}

@media (min-width:576px) {
  .order-sm-3 {
    order: 3;
  }
}

@media (min-width:576px) {
  .order-sm-4 {
    order: 4;
  }
}

@media (min-width:576px) {
  .order-sm-5 {
    order: 5;
  }
}

@media (min-width:576px) {
  .order-sm-6 {
    order: 6;
  }
}

@media (min-width:576px) {
  .order-sm-7 {
    order: 7;
  }
}

@media (min-width:576px) {
  .order-sm-8 {
    order: 8;
  }
}

@media (min-width:576px) {
  .order-sm-9 {
    order: 9;
  }
}

@media (min-width:576px) {
  .order-sm-10 {
    order: 10;
  }
}

@media (min-width:576px) {
  .order-sm-11 {
    order: 11;
  }
}

@media (min-width:576px) {
  .order-sm-12 {
    order: 12;
  }
}

@media (min-width:576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width:576px) {
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width:576px) {
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media (min-width:576px) {
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:576px) {
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media (min-width:576px) {
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:576px) {
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) {
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:768px) {
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:768px) {
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width:768px) {
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:768px) {
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:768px) {
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) {
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:768px) {
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:768px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:768px) {
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:768px) {
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:768px) {
  .order-md-first {
    order: -1;
  }
}

@media (min-width:768px) {
  .order-md-last {
    order: 13;
  }
}

@media (min-width:768px) {
  .order-md-0 {
    order: 0;
  }
}

@media (min-width:768px) {
  .order-md-1 {
    order: 1;
  }
}

@media (min-width:768px) {
  .order-md-2 {
    order: 2;
  }
}

@media (min-width:768px) {
  .order-md-3 {
    order: 3;
  }
}

@media (min-width:768px) {
  .order-md-4 {
    order: 4;
  }
}

@media (min-width:768px) {
  .order-md-5 {
    order: 5;
  }
}

@media (min-width:768px) {
  .order-md-6 {
    order: 6;
  }
}

@media (min-width:768px) {
  .order-md-7 {
    order: 7;
  }
}

@media (min-width:768px) {
  .order-md-8 {
    order: 8;
  }
}

@media (min-width:768px) {
  .order-md-9 {
    order: 9;
  }
}

@media (min-width:768px) {
  .order-md-10 {
    order: 10;
  }
}

@media (min-width:768px) {
  .order-md-11 {
    order: 11;
  }
}

@media (min-width:768px) {
  .order-md-12 {
    order: 12;
  }
}

@media (min-width:768px) {
  .offset-md-0 {
    margin-left: 0;
  }
}

@media (min-width:768px) {
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width:768px) {
  .offset-md-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width:768px) {
  .offset-md-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width:768px) {
  .offset-md-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:768px) {
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width:992px) {
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:992px) {
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:992px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .order-lg-first {
    order: -1;
  }
}

@media (min-width:992px) {
  .order-lg-last {
    order: 13;
  }
}

@media (min-width:992px) {
  .order-lg-0 {
    order: 0;
  }
}

@media (min-width:992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width:992px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width:992px) {
  .order-lg-3 {
    order: 3;
  }
}

@media (min-width:992px) {
  .order-lg-4 {
    order: 4;
  }
}

@media (min-width:992px) {
  .order-lg-5 {
    order: 5;
  }
}

@media (min-width:992px) {
  .order-lg-6 {
    order: 6;
  }
}

@media (min-width:992px) {
  .order-lg-7 {
    order: 7;
  }
}

@media (min-width:992px) {
  .order-lg-8 {
    order: 8;
  }
}

@media (min-width:992px) {
  .order-lg-9 {
    order: 9;
  }
}

@media (min-width:992px) {
  .order-lg-10 {
    order: 10;
  }
}

@media (min-width:992px) {
  .order-lg-11 {
    order: 11;
  }
}

@media (min-width:992px) {
  .order-lg-12 {
    order: 12;
  }
}

@media (min-width:992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width:992px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width:992px) {
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width:992px) {
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:992px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width:1200px) {
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width:1200px) {
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:1200px) {
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width:1200px) {
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width:1200px) {
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width:1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width:1200px) {
  .order-xl-first {
    order: -1;
  }
}

@media (min-width:1200px) {
  .order-xl-last {
    order: 13;
  }
}

@media (min-width:1200px) {
  .order-xl-0 {
    order: 0;
  }
}

@media (min-width:1200px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (min-width:1200px) {
  .order-xl-2 {
    order: 2;
  }
}

@media (min-width:1200px) {
  .order-xl-3 {
    order: 3;
  }
}

@media (min-width:1200px) {
  .order-xl-4 {
    order: 4;
  }
}

@media (min-width:1200px) {
  .order-xl-5 {
    order: 5;
  }
}

@media (min-width:1200px) {
  .order-xl-6 {
    order: 6;
  }
}

@media (min-width:1200px) {
  .order-xl-7 {
    order: 7;
  }
}

@media (min-width:1200px) {
  .order-xl-8 {
    order: 8;
  }
}

@media (min-width:1200px) {
  .order-xl-9 {
    order: 9;
  }
}

@media (min-width:1200px) {
  .order-xl-10 {
    order: 10;
  }
}

@media (min-width:1200px) {
  .order-xl-11 {
    order: 11;
  }
}

@media (min-width:1200px) {
  .order-xl-12 {
    order: 12;
  }
}

@media (min-width:1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width:1200px) {
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width:1200px) {
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width:1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width:1200px) {
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width:1200px) {
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer > * {
  margin: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width:576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width:576px) {
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (min-width:576px) {
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.ico {
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-chevron-left:before {
  content: "\e903";
}

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

.icon-person:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-globe:before {
  content: "\e907";
}

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

.icon-link-circle:before {
  content: "\e909";
}

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

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

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

.icon-soundcloud:before {
  content: "\e90d";
}

.icon-youtube:before {
  content: "\e90e";
}

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

.icon-tiktok:before {
  content: "\e910";
}

.icon-spotify:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

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

.icon-person-alt:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e915";
}

.icon-tick:before {
  content: "\e916";
}

.icon-filter:before {
  content: "\e917";
}

.icon-download:before {
  content: "\e918";
}

.icon-arrow-right-circle .path1:before {
  content: "\e919";
  color: #c6c6c6;
}

.icon-arrow-right-circle .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: #6e6e6e;
}

.icon-arrow-left-circle .path1:before {
  content: "\e91b";
  color: #c6c6c6;
}

.icon-arrow-left-circle .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: #6e6e6e;
}

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

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

@media only screen and (max-width:767px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width:767px) {
  .h2, h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width:767px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width:767px) {
  .h4, h4 {
    font-size: 1.25rem;
  }
}

.h5, h5 {
  font-family: AvenirNextW06-Regular,sans-serif;
}

@media only screen and (max-width:767px) {
  .h5, h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width:767px) {
  .h6, h6 {
    font-size: 1rem;
  }
}

@media only screen and (max-width:767px) {
  .lead {
    font-size: 1.25rem;
  }
}

p {
  margin-bottom: 1.25rem;
}

p + img {
  margin-bottom: 1.25rem;
}

b, strong {
  font-family: AvenirNextW06-Bold,sans-serif;
}

a {
  text-decoration-line: underline;
  text-decoration-color: #0076a1;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 2px;
}

blockquote {
  font-size: 2rem;
  font-family: AdelleCYRW10-SemiBoldItalic,serif;
}

@media only screen and (max-width:767px) {
  blockquote {
    font-size: 2.5rem;
  }
}

table {
  border-left: 1px solid rgba(112,112,112,.3);
  border-top: 1px solid rgba(112,112,112,.3);
}

td, th {
  border-bottom: 1px solid rgba(112,112,112,.3);
  border-right: 1px solid rgba(112,112,112,.3);
  padding: 5px 10px;
}

.text-highlight {
  color: #009cd6;
}

.wrapper .gform_wrapper.gravity-theme .gfield_header_item, .wrapper .gform_wrapper.gravity-theme .gfield_label, .wrapper .gform_wrapper.gravity-theme .gform_fileupload_rules, .wrapper .gform_wrapper.gravity-theme .ginput_complex label, .wrapper label {
  color: #6e6e6e;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: .25rem;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), select {
  border: none;
  border-bottom: 2px solid rgba(112,112,112,.3);
  border-radius: .125rem;
  box-shadow: 0 0 10px rgba(169,202,216,.14);
  padding: .5rem .75rem;
  transition: border-bottom-color .2s ease-in-out;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, select:focus {
  border-bottom-color: #009cd6;
}

.wrapper .gform_wrapper .gfield_validation_message, .wrapper .gform_wrapper .gform_validation_errors, .wrapper .gform_wrapper .validation_message, .wrapper .gform_wrapper.gravity-theme .gfield_description {
  border-radius: .25rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.wrapper .gform_wrapper .gform_validation_errors > h2 {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.wrapper .gform_wrapper.gravity-theme .description, .wrapper .gform_wrapper.gravity-theme .gfield_description, .wrapper .gform_wrapper.gravity-theme .gsection_description, .wrapper .gform_wrapper.gravity-theme .instruction {
  font-size: .875rem;
  padding: .5rem .75rem;
}

.wrapper img.gform_ajax_spinner {
  display: inline-block;
  margin-left: .625rem;
  margin-right: 0;
  position: relative;
  top: -.125rem;
}

body:not(.user-is-tabbing) a:focus, body:not(.user-is-tabbing) button:focus, body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing) select:focus {
  box-shadow: none;
  outline: 0;
}

body.user-is-tabbing :focus {
  outline: 2px solid #7aacfe!important;
  outline: 5px auto -webkit-focus-ring-color!important;
}

.unsupported-browser {
  display: none;
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .unsupported-browser {
    display: block;
  }
}

@media only screen and (max-width:767px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .container {
    max-width: 100%;
  }
}

img {
  max-width: 100%;
}

.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section[id] {
  scroll-margin-top: calc(3.6875rem + 10px);
}

@media only screen and (min-width:992px) {
  section[id] {
    scroll-margin-top: calc(6.8125rem + 10px);
  }
}

.admin-bar .header {
  top: 2.875rem;
}

@media (min-width:768px) {
  .admin-bar .header {
    top: 2rem;
  }
}

.header {
  background-color: #fff;
  z-index: 100;
}

.footer {
  background: transparent center right -330px/572px 619px url(../img/logo-itu-2x.png) no-repeat;
  padding: 3rem 0 1.5rem;
}

@media only screen and (min-width:576px) {
  .footer {
    background-position: center right 20px;
  }
}

.footer a, .footer a:hover {
  text-decoration: none;
}

.footer a span {
  border-bottom: 1px solid transparent;
  color: #2f2f2f;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .footer a:hover span:not(.ico) {
    border-bottom-color: inherit;
    color: #0076a1;
  }
}

.footer .newsletter-signup {
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  padding-top: 1.5rem;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    padding-top: 2rem;
  }
}

@media only screen and (min-width:992px) {
  .footer .newsletter-signup {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

.footer .newsletter-signup__title {
  font-family: AvenirNextW06-Demi,sans-serif;
  line-height: 1.25;
  margin-bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup__title {
    margin-bottom: 1rem;
  }
}

.footer .newsletter-signup .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper .gform_page_fields, .footer .newsletter-signup .gform_wrapper .gform_page_footer {
    display: inline-block;
  }
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper .gform_page_fields, .footer .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 70%;
  }
}

@media only screen and (min-width:992px) {
  .footer .newsletter-signup .gform_wrapper .gform_page_fields, .footer .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 67%;
  }
}

@media only screen and (min-width:1200px) {
  .footer .newsletter-signup .gform_wrapper .gform_page_fields, .footer .newsletter-signup .gform_wrapper .gform_validation_errors {
    width: 55%;
  }
}

.footer .newsletter-signup .gform_wrapper .gform_page_fields ul li.gfield {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper .gform_page_footer {
    padding-top: 0;
    width: 20%;
  }
}

.footer .newsletter-signup .gform_wrapper .gform_page_footer .gform_previous_button {
  display: none;
}

.footer .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-bottom: 2px solid rgba(112,112,112,.3);
  box-shadow: 0 0 10px rgba(169,202,216,.14);
  padding-bottom: .4375rem;
}

.footer .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom-color: #009cd6;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 2.75rem;
  }
}

@media only screen and (max-width:767px) {
  .footer .newsletter-signup .gform_wrapper input[type=button], .footer .newsletter-signup .gform_wrapper input[type=submit] {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper input[type=button], .footer .newsletter-signup .gform_wrapper input[type=submit] {
    margin-left: 1rem;
  }
}

.footer .newsletter-signup .gform_wrapper .gchoice {
  margin-top: .625rem;
}

@media only screen and (min-width:768px) {
  .footer .newsletter-signup .gform_wrapper .gchoice {
    position: relative;
    transform: translateY(17px);
  }
}

@media only screen and (min-width:992px) {
  .footer .newsletter-signup .gform_wrapper .gchoice {
    position: relative;
    transform: translateY(7px);
  }
}

.footer-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-list__item {
  margin-bottom: .5rem;
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.footer-list__link .ico {
  color: #009cd6;
  font-size: 1.125rem;
  margin-right: .25rem;
  min-width: 1.375rem;
  position: relative;
  top: .125rem;
}

.footer-menus__title {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.footer-menus .footer-list {
  margin-bottom: 2rem;
}

.footer-bottom {
  border-top: 1px solid rgba(112,112,112,.3);
  padding-top: 1.5rem;
}

.footer-bottom .footer-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (min-width:768px) {
  .footer-bottom .footer-list {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media only screen and (min-width:768px) {
  .footer-bottom .footer-list__item {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

.nav-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.nav-wrapper ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-wrapper a, .nav-wrapper a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.nav-wrapper a span {
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: border-bottom-color .2s ease-in-out;
}

.nav-wrapper a.nav-links-desk-list__link--active span, .nav-wrapper a.nav-links-mob-list__link--active span, .nav-wrapper a.top-nav-list__link--active span, .nav-wrapper a.top-nav-mob-list__link--active span {
  border-bottom-color: #2f2f2f;
}

.nav-wrapper .nav-icon {
  background-color: transparent;
  border: none;
  padding: 0;
}

.logged-in .main-nav .nav-actions {
  margin-right: 0;
}

@media only screen and (max-width:575px) {
  .logged-in .main-nav .nav-actions .login-wrapper {
    font-size: .75rem;
  }
}

.logged-in .main-nav .nav-actions .login-wrapper a {
  color: #0076a1;
  margin-left: .25rem;
  text-decoration-line: underline;
  text-decoration-color: #0076a1;
  text-decoration-thickness: 1px;
}

.logged-in .main-nav .nav-actions .login-wrapper a:hover {
  text-decoration-thickness: 2px;
}

.main-nav {
  border-bottom: 1px solid rgba(112,112,112,.3);
}

.main-nav .nav-actions, .main-nav .nav-icon, .main-nav__logo, .main-nav__row {
  display: flex;
}

.main-nav__row {
  align-items: stretch;
}

.main-nav .nav-actions, .main-nav .nav-icon, .main-nav__logo {
  align-items: center;
}

.main-nav .nav-actions {
  margin-left: auto;
  margin-right: -.7rem;
}

@media only screen and (min-width:768px) {
  .main-nav .nav-actions {
    margin-right: -1.2rem;
  }
}

.main-nav .nav-actions .login-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
}

.main-nav .nav-actions .oauthloginbutton {
  background-color: transparent;
  height: 100%;
  border-color: transparent;
  max-width: 2.25rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-indent: 9999px;
}

@media only screen and (min-width:768px) {
  .main-nav .nav-actions .oauthloginbutton {
    max-width: 3.25rem;
  }
}

.main-nav .nav-actions .oauthloginbutton::after {
  content: '\e905';
  color: #000;
  font-size: 1.25rem;
  height: 1.875rem;
  left: 50%;
  line-height: 1.4;
  position: absolute;
  text-indent: initial;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.875rem;
  font-family: icomoon!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-nav .nav-actions .oauthloginbutton:focus, .main-nav .nav-actions .oauthloginbutton:hover {
  background-color: transparent;
}

.main-nav .nav-actions .oauthloginbutton .custom_logo, .main-nav .nav-actions .oauthloginbutton .fa {
  display: none;
}

.main-nav .dropdown, .main-nav .nav-icon {
  height: 100%;
}

.main-nav .nav-icon {
  padding: 0 .5rem;
}

@media only screen and (min-width:768px) {
  .main-nav .nav-icon {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.main-nav .nav-icon .ico {
  font-size: 1.25rem;
}

@media only screen and (max-width:991px) {
  .main-nav .nav-icon:last-child {
    padding-right: 0;
  }
}

.main-nav .nav-icon.is-active .ico {
  color: #0076a1;
}

.main-nav .nav-icon.site-search-toggle {
  color: #2f2f2f;
}

.main-nav .lang-dropdown-toggle::after {
  content: none;
}

.main-nav .lang-dropdown-toggle[aria-expanded=true] .ico {
  color: #0076a1;
}

.main-nav .lang-dropdown-menu {
  border-color: #fff;
  border-radius: 0;
  margin-left: -6.75rem;
  margin-top: 0;
  min-width: 12.9375rem;
  padding: 1rem 2rem 2rem;
}

@media only screen and (min-width:768px) {
  .main-nav .lang-dropdown-menu {
    margin-left: -4.25rem;
  }
}

@media only screen and (min-width:1024px) {
  .main-nav .lang-dropdown-menu {
    margin-left: -1.125rem;
  }
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal, .main-nav .lang-dropdown-menu .wpml-ls-link {
  padding: 0;
}

.main-nav .lang-dropdown-menu .wpml-ls-display {
  display: none;
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  border-bottom: 2px solid rgba(112,112,112,.3);
  display: block;
  position: relative;
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
  border-bottom-color: transparent;
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item::before {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  height: .5rem;
  position: absolute;
  top: 50%;
  transform: translate(-1rem,-50%);
  transition: background-color .2s ease-in-out;
  width: .5rem;
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language::before, .main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover::before {
  background-color: #0076a1;
}

.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language .wpml-ls-link, .main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item:hover .wpml-ls-link {
  color: #0076a1;
}

.main-nav .lang-dropdown-menu .wpml-ls-link {
  font-family: AvenirNextW06-Demi,sans-serif;
  padding: .75rem 0;
  transition: color .2s ease-in-out;
}

.main-nav .lang-dropdown-menu .wpml-ls-link:hover {
  color: #0076a1;
}

.tooltip {
  font-family: AvenirNextW06-Demi,sans-serif;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  background-color: #000;
  border-radius: .125rem;
  margin-top: -.3125rem;
  padding: .5rem .75rem;
}

.mob-nav-toggler {
  background-color: transparent;
  border: none;
  margin-right: 1rem;
  padding: 0;
}

@media only screen and (min-width:992px) {
  .mob-nav-toggler {
    display: none;
  }
}

.mob-nav-toggler:focus {
  outline: 0;
}

.mob-nav-toggler__icon, .mob-nav-toggler__icon::after, .mob-nav-toggler__icon::before {
  display: inline-block;
  height: .125rem;
  width: 1.625rem;
}

.mob-nav-toggler__icon {
  background-color: #2f2f2f;
  position: relative;
  top: -.1875rem;
  transition: background .3s 0s ease-in-out;
}

.mob-nav-toggler__icon::after, .mob-nav-toggler__icon::before {
  background-color: #2f2f2f;
  content: '';
  left: 0;
  position: absolute;
  transform-origin: .8125rem center;
  transition: top .3s .6s ease-in-out,transform .3s ease-in-out,background .3s 0s ease-in-out;
}

.mob-nav-toggler__icon::before {
  top: .375rem;
}

.mob-nav-toggler__icon::after {
  top: -.375rem;
}

.nav-wrapper.is-active .mob-nav-toggler__icon {
  background: 0 0!important;
  transition: background .3s 0s ease-in-out;
}

.nav-wrapper.is-active .mob-nav-toggler__icon::after, .nav-wrapper.is-active .mob-nav-toggler__icon::before {
  top: 0;
  transition: top .3s ease-in-out,transform .3s .5s ease-in-out;
}

.nav-wrapper.is-active .mob-nav-toggler__icon::before {
  transform: rotate(45deg);
}

.nav-wrapper.is-active .mob-nav-toggler__icon::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width:991px) {
  .main-nav {
    position: relative;
    z-index: 5;
  }
}

@media only screen and (max-width:991px) {
  .main-nav__row {
    height: 3.6875rem;
  }
}

@media only screen and (max-width:991px) {
  .main-nav__logo img {
    height: 2.625rem;
  }
}

.admin-bar .nav-links-mob {
  top: calc(3.6875rem + 2.875rem);
}

.nav-links-mob {
  background-color: #f5fafc;
  display: block;
  height: calc(100vh - 3.6875rem);
  left: 0;
  overflow-y: scroll;
  padding: 0 1.5rem 6rem;
  position: fixed;
  top: 3.6875rem;
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
  width: 85vw;
}

@media only screen and (min-width:992px) {
  .nav-links-mob {
    display: none;
  }
}

.nav-links-mob-list {
  padding-top: 1.5rem;
}

.nav-links-mob-list__item:not(:last-child) {
  margin-bottom: .5rem;
}

.nav-links-mob-list__link {
  display: block;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 2rem;
}

.nav-links-mob .top-nav-mob-list {
  margin-top: 1.5rem;
}

.nav-links-mob .top-nav-mob-list__item {
  margin-top: .75rem;
}

.nav-links-mob .top-nav-mob-list__link {
  background-color: rgba(0,156,214,.33);
  border: 1px solid transparent;
  display: block;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  padding: .25rem .5rem;
}

@media only screen and (max-width:991px) {
  .nav-wrapper.is-active .nav-links-mob {
    transform: translateX(0);
  }
}

body .wrapper::after {
  background-color: #252c37;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease-in-out;
  width: 100%;
  z-index: -1;
}

body.nav-is-active .wrapper, body.site-search-box-is-active .wrapper {
  position: relative;
}

body.nav-is-active .wrapper::after, body.site-search-box-is-active .wrapper::after {
  opacity: .5;
  z-index: 5;
}

.nav-links-desk, .top-nav {
  display: none;
}

@media only screen and (min-width:992px) {
  .nav-links-desk, .top-nav {
    display: block;
  }
}

.top-nav {
  background-color: #e5f5fb;
  border-bottom: 2px solid #009cd6;
}

.top-nav-list {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width:992px) {
  .top-nav-list {
    transform: translateX(1rem);
  }
}

.top-nav-list__link {
  background-color: #e5f5fb;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  display: block;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  padding: .25rem 1rem;
  transition: background-color .2s ease-in-out;
}

.top-nav-list__link:hover {
  background-color: #ccebf7;
}

.top-nav-list__link:hover span {
  border-bottom-color: #2f2f2f;
}

@media only screen and (min-width:992px) {
  .main-nav__logo img {
    height: 3.625rem;
    margin-right: .5rem;
  }
}

.nav-links-desk-list {
  display: flex;
}

.nav-links-desk-list__link {
  display: block;
  font-family: AvenirNextW06-Demi,sans-serif;
  padding: 1.5rem .75rem;
}

.nav-links-desk-list__link:hover {
  color: #0076a1;
}

.nav-links-desk-list__link:hover span {
  border-bottom-color: #0076a1;
  color: #0076a1;
}

.nav-links-desk-list__link span {
  border-top: 1px solid transparent;
  transition: color .2s ease-in-out,border-bottom-color .2s ease-in-out;
}

.admin-bar .site-search-box {
  top: calc(3.6875rem + 2.875rem);
}

@media only screen and (min-width:768px) {
  .admin-bar .site-search-box {
    top: calc(3.6875rem + 2rem);
  }
}

@media only screen and (min-width:992px) {
  .admin-bar .site-search-box {
    top: calc(6.8125rem + 2rem);
  }
}

.site-search-box {
  background-color: #f5fafc;
  display: none;
  height: 8.75rem;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 3.6875rem;
  transform: translateY(-200%);
  transition: transform .3s ease-in-out;
  width: 100vw;
}

@media only screen and (min-width:992px) {
  .site-search-box {
    background-color: #fff;
    top: 6.8125rem;
  }
}

.site-search-box.is-active {
  display: block;
  transform: translateY(0);
}

.site-search-box__content {
  border-bottom: 1px solid rgba(112,112,112,.3);
}

.site-search-form {
  display: flex;
}

.site-search-form .site-search-form__btn {
  order: 1;
}

.site-search-form .site-search-form__input {
  order: 2;
}

.site-search-form .site-search-form__btn--close {
  order: 3;
}

.site-search-form__label {
  color: #2f2f2f;
  margin-bottom: 1.25rem;
}

.site-search-form__input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  flex-grow: 2;
  font-size: 1.75rem;
  height: 8.75rem;
  padding: 0;
  width: 100%;
}

.site-search-form__btn {
  background-color: transparent;
  border: none;
  flex-shrink: 0;
  padding: 0 1.5rem 0 0;
}

.site-search-form__btn--close {
  padding: 0 0 0 1.5rem;
}

.site-search-form__icon {
  color: #2f2f2f;
  font-size: 1.25rem;
  position: relative;
  top: .1875rem;
}

.block {
  position: relative;
}

.block--spc {
  padding: 1.25rem 0;
}

@media only screen and (min-width:768px) {
  .block--spc {
    padding: 1.875rem 0;
  }
}

@media only screen and (min-width:992px) {
  .block--spc {
    padding: 3.125rem 0;
  }
}

.block--spc:last-child {
  padding-bottom: 0;
}

.block--bg-color + .block--bg-color, .block--transparent + .block--transparent, .block--white + .block--white {
  padding-top: 0;
}

.block--transparent {
  background-color: transparent;
}

.block--white {
  background-color: #fff;
}

.block--bg-color {
  background-color: #f5fafc;
}

.block__bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity .2s ease-in-out;
  width: 100%;
}

.wp-editor-wrapper > :last-child {
  margin-bottom: 0;
}

.no-js .collapse {
  display: block;
}

.download-form .gform_heading {
  display: none;
}

.download-form__layout .gform-body .download-form__subtitle {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.download-form__layout .gform-body .gform_fields ::-webkit-input-placeholder {
  color: #e2e2e2;
}

.download-form__layout .gform-body .gform_fields ::-moz-placeholder {
  color: #e2e2e2;
}

.download-form__layout .gform-body .gform_fields :-ms-input-placeholder {
  color: #e2e2e2;
}

.download-form__layout .gform-body .gform_fields :-moz-placeholder {
  color: #e2e2e2;
}

.download-form__layout .gform-body .gform_fields .gfield_html {
  margin-bottom: -.5rem;
}

.download-form__layout .gform-body .gform_fields .download-form__name legend {
  height: 0;
  margin: 0;
  visibility: hidden;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container {
  flex-direction: column;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_first, .download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_last {
  display: flex;
  flex-wrap: wrap;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_first input, .download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_last input {
  order: 2;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_first label, .download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_last label {
  order: 1;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_first {
  padding-right: 0!important;
  margin-bottom: .75rem;
}

.download-form__layout .gform-body .gform_fields .download-form__name .ginput_container span.name_last {
  padding-left: 0!important;
}

.download-form__layout + .show-download {
  margin-top: .5rem;
}

.download-form__layout + .show-download .btn-border, .download-form__layout + .show-download .modal-content--global .oauthloginbutton, .download-form__layout + .show-download input[type=button], .download-form__layout + .show-download input[type=submit], .modal-content--global .download-form__layout + .show-download .oauthloginbutton, .newsletter-signup .gform_wrapper .download-form__layout + .show-download input[type=submit] {
  margin-right: 1rem;
  margin-top: 1rem;
}

.download-form .gform_wrapper.gravity-theme .gform_footer, .download-form .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 0;
  padding-top: .75rem;
}

.download-form .gform_confirmation_message {
  color: #597d25;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
}

body.rtl {
  text-align: unset;
}

body.rtl .skip-link-wrapper {
  left: auto;
  right: 20px;
  width: 180px;
}

body.rtl .site-search-form__btn {
  padding-left: 1.5rem;
  padding-right: 0;
}

body.rtl .footer-list, body.rtl .text-image__link-group ul {
  padding-right: 0;
}

@media only screen and (max-width:575px) {
  .modal-content--global {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

.modal-content--global .close {
  height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .2s ease-in-out;
  width: 2.75rem;
}

.modal-content--global .close .close-left::after, .modal-content--global .close .close-right::after {
  background-color: #252c37;
  content: '';
  height: .9375rem;
  position: absolute;
  top: 25%;
  width: .125rem;
  transition: transform .2s ease-in-out;
}

.modal-content--global .close .close-left::after {
  transform: rotate(45deg);
}

.modal-content--global .close .close-right::after {
  transform: rotate(-45deg);
}

.modal-content--global .modal-body {
  padding: 2rem 1rem 3rem;
}

.modal-content--global .modal-title {
  margin-bottom: .75rem;
}

@media only screen and (min-width:576px) {
  .modal-content--global .text-center {
    margin: 0 auto;
    width: 80%;
  }
}

.modal-content--global .oauthloginbutton {
  background-color: transparent;
  border: solid 2px #0076a1;
  border-radius: .25rem;
  color: #0076a1;
  margin-bottom: 1.25rem;
  padding-bottom: .625rem;
  padding-left: 2.8125rem!important;
  padding-top: .625rem;
  text-decoration: none;
}

.modal-content--global .oauthloginbutton:focus, .modal-content--global .oauthloginbutton:hover {
  background-color: transparent;
  color: #0076a1;
}

.modal-content--global .oauthloginbutton .custom_logo, .modal-content--global .oauthloginbutton .fa {
  top: .125rem;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.text-block .wp-editor-wrapper h2, .text-block .wp-editor-wrapper h3, .text-block .wp-editor-wrapper h4, .text-block .wp-editor-wrapper h5, .text-block .wp-editor-wrapper h6 {
  margin-bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .text-block .wp-editor-wrapper h2, .text-block .wp-editor-wrapper h3, .text-block .wp-editor-wrapper h4, .text-block .wp-editor-wrapper h5, .text-block .wp-editor-wrapper h6 {
    margin-bottom: 1rem;
  }
}

.text-block .wp-editor-wrapper p {
  margin-bottom: 1.25rem;
}

.text-block .wp-editor-wrapper blockquote {
  background-color: #edf7fc;
  border-top: solid 3px #009cd6;
  color: #6e6e6e;
  padding: 4rem .5rem 2rem;
  position: relative;
}

@media only screen and (min-width:768px) {
  .text-block .wp-editor-wrapper blockquote {
    padding: 6rem 1.5rem 2rem;
  }
}

.text-block .wp-editor-wrapper blockquote p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.text-block .wp-editor-wrapper blockquote cite {
  font-family: AvenirNextW06-Regular,sans-serif;
  font-size: 1.25rem;
  font-style: normal;
}

.text-block .wp-editor-wrapper blockquote::before {
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.875rem;
  left: .625rem;
  position: absolute;
  top: 1.875rem;
  width: 1.875rem;
}

@media only screen and (min-width:768px) {
  .text-block .wp-editor-wrapper blockquote::before {
    height: 3.125rem;
    left: 1.6875rem;
    width: 4.375rem;
  }
}

.text-block .wp-editor-wrapper > :last-child {
  margin-bottom: 0;
}

.post-feed__title {
  margin-bottom: .5rem;
  font-size: 1.75rem;
}

@media only screen and (min-width:768px) {
  .post-feed__title {
    font-size: 2rem;
  }
}

.post-feed .btn-text, .post-feed .text-image__link-group a, .text-image__link-group .post-feed a {
  color: #0076a1;
  font-family: AvenirNextW06-Demi,sans-serif;
}

.post-feed + .cta-img-txt {
  padding-top: calc(1.0625rem + 1.25rem);
}

@media only screen and (min-width:768px) {
  .post-feed .slick-slider {
    margin-top: -1.25rem;
  }
}

@media only screen and (min-width:768px) {
  .post-feed .slick-track {
    min-width: 100%;
    padding: 1.25rem 0;
  }
}

.post-feed .slick-dots {
  display: none!important;
}

.post-feed .progress {
  background-color: transparent;
  background-image: linear-gradient(to right,#707070,#707070);
  background-repeat: no-repeat;
  background-size: 0 100%;
  border-radius: .25rem;
  display: none;
  height: .25rem;
  margin-top: -.25rem;
  overflow: hidden;
  position: relative;
  transform: translate(1.5rem,-14px);
  transition: background-size .2s ease-in-out;
  width: calc(100% - (1.5rem + 1.5rem));
}

@media only screen and (min-width:576px) {
  .post-feed .progress {
    transform: translate(0,-14px);
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .post-feed .progress {
    transform: translate(15px,-25px);
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width:992px) {
  .post-feed .slick-dotted + .progress {
    display: block;
  }
}

.cards-slider__item .card-linked.card-feed[data-url-single] > div {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.cards-slider__item .card-linked.card-feed[data-url-single] .card-feed__bgimg, .cards-slider__item .card-linked.card-feed[data-url-single] .card-feed__categories {
  flex-shrink: 0;
}

.cards-slider__item .card-linked.card-feed[data-url-single] .card-feed-body {
  cursor: pointer;
  flex-grow: 2;
  padding-top: 0;
}

.cards-slider__item .card-linked.card-feed[data-url-single] .card-feed__category {
  display: block;
  padding-left: .9375rem;
  padding-right: .9375rem;
  padding-top: 1.25rem;
}

@media only screen and (min-width:992px) {
  .cards-slider__item .card-linked.card-feed[data-url-single] .card-feed__category {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}

.hero-main {
  background-color: #252c37;
  padding: 2rem 0;
}

.hero-main__content, .hero-main__link, .hero-main__link:hover, .hero-main__title {
  color: #fff;
}

.hero-main__bg-img, .hero-main__bg-img::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-main__bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-main__bg-img::after {
  background: linear-gradient(45deg,rgba(63,71,82,.8) 0,rgba(63,71,82,0) 100%);
  content: '';
}

.hero-main__bg-img ~ * {
  position: relative;
  z-index: 5;
}

.hero-main__title {
  margin-bottom: 0;
}

.hero-main__link, .hero-main__link:hover {
  text-decoration: none;
}

.hero-main__link {
  margin-right: .25rem;
}

.hero-main__link:last-child {
  margin-right: 0;
}

.hero-main__link:last-child::after {
  content: none;
}

.hero-main__link span {
  text-decoration-color: #fff;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

.hero-main__link:hover span {
  text-decoration-thickness: 2px;
}

.hero-main__link::after {
  content: '•';
}

.hero-main__content {
  border-left: 3px solid #009cd6;
  padding-left: 1rem;
}

@media only screen and (min-width:768px) {
  .hero-main__content {
    font-size: 1.25rem;
    padding-left: 2rem;
    width: 75%;
  }
}

@media only screen and (min-width:992px) {
  .hero-main__content {
    width: 68%;
  }
}

@media only screen and (min-width:1200px) {
  .hero-main__content {
    width: 58%;
  }
}

.hero-main__content > * {
  margin-bottom: .75rem;
}

.hero-main__content > :last-child {
  margin-bottom: 0;
}

.hero-main__content p {
  line-height: 1.3;
}

.hero-main--img-title {
  padding: 10rem 0 1.5rem;
}

@media only screen and (min-width:768px) {
  .hero-main--img-title {
    padding: 12.6875rem 0 3rem;
  }
}

.hero-main--img-title-text {
  padding: 10rem 0 3rem;
}

@media only screen and (min-width:768px) {
  .hero-main--img-title-text {
    padding: 0 0 4rem;
  }
}

.hero-main--img-title-text .hero-main__title {
  line-height: 1.3;
  margin-bottom: 1rem;
}

@media only screen and (min-width:768px) {
  .hero-main--img-title-text .hero-main__title {
    margin-bottom: 1.25rem;
    width: 70%;
  }
}

@media only screen and (min-width:992px) {
  .hero-main--img-title-text .hero-main__title {
    width: 50%;
  }
}

.hero-main .bcrumb-bar {
  background-color: #f5fafc;
  display: none;
}

@media only screen and (min-width:768px) {
  .hero-main .bcrumb-bar {
    display: block;
    margin-bottom: 6rem;
  }
}

.hero-simple {
  background-color: #e5f5fb;
  padding: 2rem 0 3rem;
}

@media only screen and (min-width:768px) {
  .hero-simple {
    padding: 0 0 6rem;
  }
}

.hero-simple__text, .hero-simple__title {
  text-align: center;
}

.hero-simple__title {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .hero-simple__title {
    font-size: 2rem;
  }
}

.hero-simple__text {
  margin-top: 1.25rem;
}

.hero-simple__text:last-child {
  margin-bottom: 0;
}

.hero-simple--alt {
  background-color: #fff;
  border-bottom: 1px solid rgba(112,112,112,.3);
  padding: .75rem 0 1rem;
}

.hero-simple--alt .hero-simple__text, .hero-simple--alt .hero-simple__title {
  text-align: left;
}

.hero-simple--alt .hero-simple__title {
  font-size: 2.5rem;
}

@media only screen and (min-width:768px) {
  .hero-simple--alt .hero-simple__title {
    font-size: 2rem;
  }
}

.hero-simple--alt .hero-simple__text {
  color: #6e6e6e;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1rem;
  margin-top: .5rem;
}

@media only screen and (min-width:768px) {
  .hero-simple--alt .hero-simple__text {
    font-size: 1.25rem;
  }
}

.hero-post-info {
  padding-top: 1.5rem;
}

@media only screen and (min-width:768px) {
  .hero-post-info {
    padding-top: 0;
  }
}

.hero-post-info .bcrumb-bar {
  margin-bottom: .75rem;
}

.card-hero {
  background-color: #fff;
  border-radius: .125rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .card-hero {
    border-radius: 0;
    flex-direction: row;
  }
}

@media only screen and (min-width:768px) {
  .card-hero__img {
    width: 40%;
  }
}

.card-hero-body {
  padding: 1rem 1.5rem 1.5rem;
}

@media only screen and (min-width:768px) {
  .card-hero-body {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
}

@media only screen and (min-width:992px) {
  .card-hero-body {
    padding: 1.5rem 2rem 2rem;
  }
}

.card-hero-body__title {
  font-size: 1.25rem;
}

@media only screen and (min-width:768px) {
  .card-hero-body__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:768px) {
  .card-hero-body__title + .card-hero-tags {
    margin-top: 1rem;
  }
}

.card-hero-tags {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media only screen and (min-width:768px) {
  .card-hero-tags {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width:992px) {
  .card-hero-tags {
    margin-bottom: 1.5rem;
  }
}

.card-hero-tags__item {
  display: inline-block;
  margin: .5rem .25rem 0 0;
}

.card-hero-tags__item:last-child {
  margin-right: 0;
}

.card-hero-tags__link {
  display: block;
}

.card-hero-ctas {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

@media only screen and (min-width:768px) {
  .card-hero-ctas {
    margin-top: auto;
  }
}

@media only screen and (min-width:992px) {
  .card-hero-ctas {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.card-hero-ctas .btn-border, .card-hero-ctas .modal-content--global .oauthloginbutton, .card-hero-ctas .newsletter-signup .gform_wrapper input[type=submit], .card-hero-ctas input[type=button], .card-hero-ctas input[type=submit], .modal-content--global .card-hero-ctas .oauthloginbutton, .newsletter-signup .gform_wrapper .card-hero-ctas input[type=submit] {
  display: inline-block;
  margin: .5rem 1.5rem 0 0;
}

.card-hero-ctas .btn-border:last-child, .card-hero-ctas .modal-content--global .oauthloginbutton:last-child, .card-hero-ctas input:last-child[type=button], .card-hero-ctas input:last-child[type=submit], .modal-content--global .card-hero-ctas .oauthloginbutton:last-child {
  margin-right: 0;
}

.card-hero .share-list {
  margin-top: 1.5rem;
}

@media only screen and (min-width:992px) {
  .card-hero .share-list {
    flex-shrink: 0;
    margin-left: .5rem;
    margin-top: .5rem;
  }
}

.faq-block__section-title {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

@media only screen and (min-width:768px) {
  .faq-block__section-title {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width:768px) {
  .text-quick-links__col:not(:first-child) {
    margin-left: 8.33333%;
  }
}

.text-quick-links__intro {
  font-family: AdelleCYRW10-Italic,serif;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .text-quick-links__intro {
    font-size: 1.25rem;
  }
}

.text-quick-links__intro:last-child {
  margin-bottom: 0;
}

.pull-quote__quote-wrapper {
  background-color: #edf7fc;
  border-top: solid 3px #009cd6;
  position: relative;
  padding: 1.5rem;
}

@media only screen and (min-width:992px) {
  .pull-quote__quote-wrapper {
    padding: 2rem 10rem 4rem;
  }
}

.pull-quote__icon {
  height: 1.5625rem;
  margin-bottom: .75rem;
  width: auto;
}

@media only screen and (min-width:992px) {
  .pull-quote__icon {
    height: 3.125rem;
    margin-bottom: .5rem;
  }
}

.pull-quote__quote {
  font-family: AdelleCYRW10-Italic,serif;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width:992px) {
  .pull-quote__quote {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

.pull-quote__img {
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  width: 2.5rem;
}

@media only screen and (min-width:992px) {
  .pull-quote__img {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.pull-quote__img + .pull-quote__cite {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 3.75rem;
  min-height: 2.5rem;
  position: relative;
}

@media only screen and (min-width:576px) {
  .pull-quote__img + .pull-quote__cite {
    align-items: center;
    flex-direction: row;
  }
}

@media only screen and (min-width:992px) {
  .pull-quote__img + .pull-quote__cite {
    margin-left: 5rem;
    min-height: 3.75rem;
  }
}

.pull-quote__cite {
  line-height: 1.1;
  margin-bottom: 0;
}

.pull-quote__cite .job-title, .pull-quote__cite .name {
  font-size: 1.25rem;
}

@media only screen and (max-width:991px) {
  .pull-quote__cite .job-title, .pull-quote__cite .name {
    display: inline-block;
  }
}

.pull-quote__cite .name {
  font-family: AvenirNextW06-Demi,sans-serif;
}

.pull-quote__cite .job-title {
  position: relative;
}

@media only screen and (min-width:576px) {
  .pull-quote__cite .job-title {
    margin-left: .25rem;
  }
}

.pull-quote__cite .job-title::before {
  content: '-';
  margin-right: .25rem;
}

.latest-posts__title {
  margin-bottom: .75rem;
  font-size: 1.75rem;
}

@media only screen and (min-width:768px) {
  .latest-posts__title {
    font-size: 1.75rem;
  }
}

.latest-posts .card-feed-horizontal {
  margin-bottom: 1rem;
}

.latest-posts .card-feed-horizontal:last-child {
  margin-bottom: 0;
}

.latest-posts .btn-text, .latest-posts .text-image__link-group a, .text-image__link-group .latest-posts a {
  display: block;
  color: #0076a1;
  font-family: AvenirNextW06-Demi,sans-serif;
  margin-top: 1.5rem;
}

.four-col-cards__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

@media only screen and (min-width:992px) {
  .four-col-cards__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -.25rem;
  }
}

.four-col-cards__col {
  flex: 0 0 50%;
  margin-top: 1rem;
  max-width: 50%;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .four-col-cards__col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width:992px) {
  .four-col-cards__col {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.four-col-cards__title {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: .125rem;
}

@media only screen and (min-width:768px) {
  .four-col-cards__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.text-image__title {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: left;
}

@media only screen and (min-width:768px) {
  .text-image__title {
    font-size: 2rem;
  }
}

@media only screen and (min-width:768px) {
  .text-image__col--txt {
    align-items: center;
    background-color: #fff;
    display: flex;
  }
}

.text-image__image {
  height: 100%;
  min-height: 15.25rem;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .text-image__image {
    min-height: 22.5rem;
  }
}

.text-image__text p:last-child {
  margin-bottom: 0;
}

.text-image__text + .text-image__link, .text-image__text + .text-image__link-group, .text-image__text + .text-image__link-group + .text-image__link {
  margin-top: 1.25rem;
}

.text-image__link-group ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.text-image__link-group ul li:not(:first-child) {
  margin-top: .5rem;
}

.text-image__link-group a {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.text-image__link-group a .ico.icon-chevron-right {
  font-size: .75rem;
}

.text-image__link-group + .text-image__link {
  margin-top: 1.25rem;
}

.text-image__txt-wrapper {
  background-color: #fff;
  padding: 1.5rem;
}

@media only screen and (min-width:768px) {
  .text-image__txt-wrapper {
    padding: 2rem 1.5rem;
  }
}

@media only screen and (min-width:992px) {
  .text-image__txt-wrapper {
    padding: 3rem 2rem;
  }
}

@media only screen and (min-width:1200px) {
  .text-image__txt-wrapper {
    padding: 4rem 3rem;
  }
}

.text-image__row-title {
  font-size: 1.25rem;
}

@media only screen and (min-width:768px) {
  .text-image__row-title {
    font-size: 1.75rem;
    margin-bottom: .75rem;
  }
}

@media only screen and (min-width:768px) {
  .text-image .text-image__row:nth-child(odd) .text-image__col--img {
    order: 1;
  }
}

@media only screen and (min-width:768px) {
  .text-image .text-image__row:nth-child(odd) .text-image__col--txt {
    order: 2;
    right: calc(30px / 2);
  }
}

@media only screen and (min-width:768px) {
  .text-image .text-image__row:nth-child(even) .text-image__col--img {
    order: 2;
  }
}

@media only screen and (min-width:768px) {
  .text-image .text-image__row:nth-child(even) .text-image__col--txt {
    order: 1;
    left: calc(30px / 2);
  }
}

@media only screen and (min-width:768px) {
  .text-image.image-right .text-image__row:nth-child(odd) .text-image__col--img {
    order: 2;
  }
}

@media only screen and (min-width:768px) {
  .text-image.image-right .text-image__row:nth-child(odd) .text-image__col--txt {
    order: 1;
    left: calc(30px / 2);
    right: unset;
  }
}

@media only screen and (min-width:768px) {
  .text-image.image-right .text-image__row:nth-child(even) .text-image__col--img {
    order: 1;
  }
}

@media only screen and (min-width:768px) {
  .text-image.image-right .text-image__row:nth-child(even) .text-image__col--txt {
    order: 2;
    left: unset;
    right: calc(30px / 2);
  }
}

.text-image__row:not(:first-child) {
  margin-top: 2rem;
}

.text-image__title + .text-image__row {
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .text-image__title + .text-image__row {
    margin-top: 1.5rem;
  }
}

.cta-img-txt__content {
  padding: 1.5rem 1.5rem 3rem;
  position: relative;
}

@media only screen and (min-width:768px) {
  .cta-img-txt__content {
    padding: 2.8125rem 6rem 6rem 4rem;
  }
}

@media only screen and (min-width:992px) {
  .cta-img-txt__content {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
  }
}

.cta-img-txt__image-wrapper::after {
  background-color: rgba(52,87,95,.5);
  border-radius: .25rem;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cta-img-txt__image {
  border-radius: .25rem;
}

.cta-img-txt__image::after {
  background-image: url(../images/dots.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  bottom: 0;
  content: '';
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .cta-img-txt__image::after {
    height: 50%;
  }
}

.cta-img-txt__image, .cta-img-txt__image-wrapper::after {
  left: 15px;
  width: calc(100% - 30px);
}

.cta-img-txt__text-wrapper * {
  color: #fff;
}

.cta-img-txt__text-wrapper + .cta-img-txt__btn {
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .cta-img-txt__text-wrapper + .cta-img-txt__btn {
    margin-top: calc(1.5rem - 2px);
  }
}

.cta-img-txt__title {
  line-height: 1.25;
  margin-bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .cta-img-txt__title {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-bottom: .5rem;
  }
}

.cta-img-txt__text {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.state-list-title {
  border-bottom: 1px solid rgba(112,112,112,.3);
  font-size: 1.25rem;
  margin-top: 1rem;
}

.state-list-title:first-child {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .state-list-title {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
}

.state-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.benefits__col {
  margin-top: 1rem;
}

.benefits__col:first-child {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .benefits__col {
    margin-top: 30px;
  }
}

@media only screen and (min-width:768px) {
  .benefits__col:first-child, .benefits__col:nth-child(2) {
    margin-top: 0;
  }
}

.benefit-card {
  background-color: #e5f5fb;
  border-radius: .5rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

@media only screen and (min-width:992px) {
  .benefit-card {
    padding: 1.5rem;
  }
}

.benefit-card::before {
  background-color: #009cd6;
  content: '';
  height: .1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.benefit-card p:last-child {
  margin-bottom: 0;
}

.benefit-card__title h2 {
  font-size: 1.25rem;
}

.benefit-card--icon {
  display: flex;
  justify-content: space-between;
}

.benefit-card--icon__right {
  flex-shrink: 0;
  margin-left: 1rem;
}

.benefit-card--icon__right img {
  height: 2rem;
  width: auto;
}

.benefit-card--icon .wp-editor-wrapper {
  color: #6e6e6e;
}

.fees-table {
  border-left-color: #e5f5fb;
  border-top-color: #e5f5fb;
  table-layout: fixed;
  width: 100%;
}

.fees-table td, .fees-table th {
  border-right-color: transparent;
  padding: 1rem 1.5rem;
  vertical-align: top;
  word-break: break-word;
}

.fees-table td p:last-child, .fees-table th p:last-child {
  margin-bottom: 0;
}

.fees-table tbody th {
  border-right-color: #dee2e6;
}

.fees-table th {
  background-color: #e5f5fb;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-weight: 400;
}

.fees-table td {
  font-family: AvenirNextW06-Medium,sans-serif;
}

@media only screen and (min-width:992px) {
  .fees-table--mob {
    display: none;
  }
}

.fees-table--desk {
  border-top-color: #dee2e6;
  display: none;
}

@media only screen and (min-width:992px) {
  .fees-table--desk {
    display: table;
  }
}

.fees-table--desk thead th {
  border-right-color: #dee2e6;
  padding: 2rem 1.5rem;
}

.fees-table--desk thead th:last-child {
  border-right-color: #e5f5fb;
}

.fees-table--desk td, .fees-table--desk th {
  padding: 1.5rem;
}

.fees-table--desk td {
  border-right-color: #dee2e6;
}

.fees-table--desk td:last-child {
  border-right-color: #fff;
}

.testimonials__col:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (min-width:992px) {
  .testimonials__col:not(:last-child) {
    margin-bottom: 0;
  }
}

.testi-card {
  background-color: #e5f5fb;
  border-radius: .5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

@media only screen and (min-width:992px) {
  .testi-card {
    margin-bottom: 30px;
    padding: 1.5rem;
  }
}

.testi-card:last-child {
  margin-bottom: 0;
}

.testi-card::before {
  background-color: #009cd6;
  content: '';
  height: .1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testi-card__quote {
  font-family: AdelleCYRW10-Italic,serif;
  font-size: 1rem;
  margin-bottom: 0;
}

.testi-card__caption {
  font-family: AvenirNextW06-Bold,sans-serif;
  margin-top: .5rem;
}

.testi-card__caption cite {
  font-family: AvenirNextW06-Regular,sans-serif;
  font-style: normal;
}

@media only screen and (min-width:768px) {
  .text-image-simple.image-left .text-image-simple__row {
    flex-direction: row-reverse;
  }
}

.text-image-simple__row {
  align-items: center;
}

.text-image-simple__col {
  margin-top: 1rem;
}

.text-image-simple__col:first-child {
  margin-top: 0;
}

@media only screen and (min-width:768px) {
  .text-image-simple__col {
    margin-top: 0;
  }
}

.text-image-simple figure {
  margin-bottom: 0;
}

.text-image-simple figure img {
  border-radius: .125rem;
  width: 100%;
}

.text-image-simple figure figcaption {
  color: #6e6e6e;
  font-family: AvenirNextW06-Regular,sans-serif;
  font-size: .875rem;
}

.text-image-simple__cta {
  margin-top: 1.25rem;
}

.modal-content--global .search-button .oauthloginbutton .ico, .search-button .btn-border .ico, .search-button .modal-content--global .oauthloginbutton .ico, .search-button input[type=button] .ico, .search-button input[type=submit] .ico {
  font-size: .75rem;
  margin-right: .125rem;
}

.memb-app h3 {
  font-size: 1.5rem;
}

.memb-app .nav {
  flex-wrap: nowrap;
  justify-content: center;
}

.memb-app .tab-pane {
  padding-top: 1rem;
}

@media only screen and (min-width:768px) {
  .memb-app .tab-pane {
    padding-top: 2rem;
  }
}

.memb-app .card-icon-text {
  border: 1px solid rgba(112,112,112,.3);
  height: auto;
  justify-content: center;
  position: relative;
  transition: border-color .2s ease-in-out,transform .2s ease-in-out;
}

@media only screen and (min-width:768px) {
  .memb-app .card-icon-text {
    width: 40%;
  }
}

@media only screen and (min-width:1200px) {
  .memb-app .card-icon-text {
    width: 36%;
  }
}

.memb-app .card-icon-text:first-child {
  margin-right: calc(.75rem / 2);
}

@media only screen and (min-width:768px) {
  .memb-app .card-icon-text:first-child {
    margin-right: 1rem;
  }
}

.memb-app .card-icon-text:last-child {
  margin-left: calc(.75rem / 2);
}

@media only screen and (min-width:768px) {
  .memb-app .card-icon-text:last-child {
    margin-left: 1rem;
  }
}

.memb-app .card-icon-text::before {
  border: 2px solid transparent;
  border-radius: .125rem;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color .2s ease-in-out;
  width: 100%;
}

.memb-app .card-icon-text.active, .memb-app .card-icon-text.active::before {
  border-color: #009cd6;
}

@media only screen and (min-width:768px) {
  .memb-app .card-icon-text br {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .memb-app .gform_wrapper.gravity-theme .gform-body {
    width: 85%;
  }
}

@media only screen and (min-width:1200px) {
  .memb-app .gform_wrapper.gravity-theme .gform-body {
    width: 76.5%;
  }
}

.form-block .gform_wrapper.gravity-theme .gf_page_steps, .page-basic-content .gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: none;
}

.form-block .gform_wrapper.gravity-theme .gf_page_steps .gf_step_active .gf_step_number, .form-block .gform_wrapper.gravity-theme .gf_page_steps .gf_step_number::before, .page-basic-content .gform_wrapper.gravity-theme .gf_page_steps .gf_step_active .gf_step_number, .page-basic-content .gform_wrapper.gravity-theme .gf_page_steps .gf_step_number::before {
  background-color: #009cd6;
  border-color: #009cd6;
  color: #fff;
  font-family: AvenirNextW06-Bold,sans-serif;
}

.form-block .gform_wrapper.gravity-theme .gf_page_steps .gf_step_label, .page-basic-content .gform_wrapper.gravity-theme .gf_page_steps .gf_step_label {
  font-size: 1rem;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-weight: 400;
}

.form-block .gform_wrapper.gravity-theme .gfield_label, .form-block .gform_wrapper.gravity-theme label, .page-basic-content .gform_wrapper.gravity-theme .gfield_label, .page-basic-content .gform_wrapper.gravity-theme label {
  color: #6e6e6e;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.form-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-block .gform_wrapper.gravity-theme select, .page-basic-content .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-basic-content .gform_wrapper.gravity-theme select {
  background-color: #f5fafc;
}

.form-block .gform_wrapper.gravity-theme select, .page-basic-content .gform_wrapper.gravity-theme select {
  -moz-appearance: none;
  appearance: none;
  background: #f5fafc url(../images/icons/chevron-down-grey.svg) no-repeat top .875rem right .75rem;
  background-size: 1.125rem .8125rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.form-block .gform_wrapper.gravity-theme select::-ms-expand, .page-basic-content .gform_wrapper.gravity-theme select::-ms-expand {
  display: none;
}

.form-block .gform_wrapper.gravity-theme .ginput_container_consent, .page-basic-content .gform_wrapper.gravity-theme .ginput_container_consent {
  display: flex;
}

.form-block .gform_wrapper.gravity-theme .ginput_container_consent [type=checkbox], .page-basic-content .gform_wrapper.gravity-theme .ginput_container_consent [type=checkbox] {
  flex-shrink: 0;
  margin-right: .25rem;
  position: relative;
  top: .1875rem;
}

.form-block .gform_wrapper.gravity-theme .ginput_container_consent .gfield_consent_label, .form-block .gform_wrapper.gravity-theme .ginput_container_consent [type=checkbox], .page-basic-content .gform_wrapper.gravity-theme .ginput_container_consent .gfield_consent_label, .page-basic-content .gform_wrapper.gravity-theme .ginput_container_consent [type=checkbox] {
  cursor: pointer;
}

@media only screen and (max-width:575px) {
  .form-block .gform_wrapper.gravity-theme input[type=button], .form-block .gform_wrapper.gravity-theme input[type=submit], .page-basic-content .gform_wrapper.gravity-theme input[type=button], .page-basic-content .gform_wrapper.gravity-theme input[type=submit] {
    width: 100%;
  }
}

@media only screen and (max-width:575px) {
  .form-block .gform_wrapper.gravity-theme input[type=button] + button, .form-block .gform_wrapper.gravity-theme input[type=button] + input, .form-block .gform_wrapper.gravity-theme input[type=submit] + button, .form-block .gform_wrapper.gravity-theme input[type=submit] + input, .page-basic-content .gform_wrapper.gravity-theme input[type=button] + button, .page-basic-content .gform_wrapper.gravity-theme input[type=button] + input, .page-basic-content .gform_wrapper.gravity-theme input[type=submit] + button, .page-basic-content .gform_wrapper.gravity-theme input[type=submit] + input {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.form-block .gform_wrapper.gravity-theme .gform_footer, .form-block .gform_wrapper.gravity-theme .gform_page_footer, .page-basic-content .gform_wrapper.gravity-theme .gform_footer, .page-basic-content .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .form-block .gform_wrapper.gravity-theme .gform_footer, .form-block .gform_wrapper.gravity-theme .gform_page_footer, .page-basic-content .gform_wrapper.gravity-theme .gform_footer, .page-basic-content .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 2rem;
  }
}

.form-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-block .gform_wrapper.gravity-theme select {
  background-color: #fff;
}

.table-simple-wrapper + .table-simple-wrapper {
  margin-top: 1.5rem;
}

@media only screen and (min-width:768px) {
  .table-simple-wrapper + .table-simple-wrapper {
    margin-top: 2rem;
  }
}

.table-simple-wrapper__title {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .table-simple-wrapper__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.table-simple {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-simple table {
  max-width: 100%;
  width: 100%;
}

.table-simple table tr:first-child td {
  background-color: #e5f5fb;
  font-family: AvenirNextW06-Bold,sans-serif;
}

.table-simple table tr:nth-child(even) td {
  background-color: #fff;
}

.table-simple table td {
  background-color: #f5fafc;
  min-width: 4.375rem;
  text-align: center;
}

.table-simple table td:first-child {
  text-align: left;
}

.table-simple table td.cell-wide {
  min-width: 7.5rem;
}

@media only screen and (max-width:767px) {
  .pub-subscription .gform_wrapper {
    margin-top: 1rem;
  }
}

.pub-subscription .gform_confirmation_message h6 {
  margin-top: .75rem;
}

body:not(.no-js) .page-loading .slick-dots, body:not(.no-js) .page-loading .slider-button, body:not(.no-js) .page-loading .slider-page-info, body:not(.no-js) .slider-items {
  opacity: 0;
  visibility: hidden;
}

body:not(.no-js) .slick-dots, body:not(.no-js) .slider-button, body:not(.no-js) .slider-items.slick-initialized, body:not(.no-js) .slider-page-info {
  opacity: 1;
  transition: opacity .2s ease-in-out;
  visibility: visible;
}

.skip-link-wrapper {
  display: block;
  left: 20px;
  position: absolute;
  top: 30px;
  width: 130px;
}

.skip-link {
  padding: 5px 10px;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  left: -76px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 2em;
  z-index: 1;
  display: block;
  color: #333;
  transition: none;
}

.skip-link:focus {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  clip: auto;
  left: 0;
  top: 1.692em;
  text-align: center;
}

.bcrumb-bar {
  display: none;
  padding: .25rem 0;
}

@media only screen and (min-width:768px) {
  .bcrumb-bar {
    display: block;
  }
}

.bcrumb-list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.bcrumb-list__item {
  display: inline-block;
  font-size: .875rem;
}

.bcrumb-list__item:not(:first-child)::before {
  content: '>';
  font-size: .75rem;
  margin: 0 .125rem 0 .25rem;
}

.bcrumb-list__link, .bcrumb-list__link:hover {
  text-decoration: none;
}

.bcrumb-list__link {
  color: #2f2f2f;
  transition: color .2s ease-in-out;
}

.bcrumb-list__link span {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .2s ease-in-out;
}

.bcrumb-list__link span:hover {
  border-bottom-color: inherit;
}

.btn-border, .modal-content--global .oauthloginbutton, .newsletter-signup .gform_wrapper input[type=submit], input[type=button], input[type=submit] {
  background-color: transparent;
  border: solid 2px #0076a1;
  border-radius: .25rem;
  box-shadow: 0 .375rem .625rem transparent;
  color: #0076a1;
  display: inline-block;
  font-family: AvenirNextW06-Demi,sans-serif;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
}

.btn-border:disabled, .modal-content--global .oauthloginbutton:disabled, .newsletter-signup .gform_wrapper input:disabled[type=submit], input:disabled[type=button], input:disabled[type=submit] {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #c4c4c4;
}

.btn-border--white {
  background-color: #fff;
}

.btn-border--icon {
  background: transparent url(../images/icons/chevron-down.svg) no-repeat top .875rem right .75rem;
  background-size: 1.125rem .8125rem;
  padding-right: 2rem;
}

.btn-border:not(:disabled), .modal-content--global .oauthloginbutton:not(:disabled), .newsletter-signup .gform_wrapper input:not(:disabled)[type=submit], input:not(:disabled)[type=button], input:not(:disabled)[type=submit] {
  cursor: pointer;
}

.btn-border:not(:disabled):hover, .modal-content--global .oauthloginbutton:not(:disabled):hover, input:not(:disabled):hover[type=button], input:not(:disabled):hover[type=submit] {
  box-shadow: 0 .375rem .625rem #007FAD33;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-border:not(:disabled):active, .modal-content--global .oauthloginbutton:not(:disabled):active, input:not(:disabled):active[type=button], input:not(:disabled):active[type=submit] {
  transform: scale(.9);
}

.btn-pill {
  background-color: #e5f5fb;
  border-radius: 1.25rem;
  color: #2f2f2f;
  cursor: pointer;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  padding: calc(.25rem + 1px) 1rem .25rem;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  white-space: nowrap;
}

.btn-pill:hover {
  background-color: #ccebf7;
  color: #2f2f2f;
  text-decoration: none;
}

button.btn-pill {
  border: none;
}

.btn-text, .text-image__link-group a {
  color: #2f2f2f;
  position: relative;
  text-decoration: none;
}

.btn-text:disabled, .text-image__link-group a:disabled {
  color: #c4c4c4;
}

.btn-text:disabled::after, .text-image__link-group a:disabled::after {
  background-color: #c4c4c4;
}

.btn-text .ico, .text-image__link-group a .ico {
  display: inline-block;
  font-size: .625rem;
  transition: transform .2s ease-in-out;
}

.btn-text:not(:disabled), .text-image__link-group a:not(:disabled) {
  cursor: pointer;
}

.btn-text:not(:disabled):active, .btn-text:not(:disabled):hover, .text-image__link-group a:not(:disabled):active, .text-image__link-group a:not(:disabled):hover {
  color: #0076a1;
  text-decoration: none;
}

.btn-text:not(:disabled):hover .ico, .text-image__link-group a:not(:disabled):hover .ico {
  transform: translateX(3px);
}

button.btn-text {
  background-color: transparent;
  border: none;
}

.btn-select {
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../images/icons/chevron-down.svg) no-repeat top .875rem right .5rem;
  background-size: 1.125rem .8125rem;
  border: solid 2px #0076a1;
  border-radius: .25rem;
  box-shadow: 0 .375rem .625rem transparent;
  color: #0076a1;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: .5rem 2rem .5rem 1rem;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  white-space: nowrap;
}

.btn-select:active, .btn-select:hover {
  box-shadow: 0 .375rem .625rem #007FAD33;
}

.accordion:not(:last-child) {
  margin-bottom: 1.5rem;
}

.accordion .accordion-card {
  border-top: solid 1px rgba(112,112,112,.3);
  margin-bottom: -.0625rem;
}

.accordion .accordion-card:last-child {
  border-bottom: solid 1px rgba(112,112,112,.3);
}

.accordion .accordion-card__button {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-align: left;
  transition: color .2s ease-in-out;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .accordion .accordion-card__button {
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
}

.accordion .accordion-card__button::after {
  background: transparent url(../images/icons/chevron-down-grey.svg) no-repeat;
  background-size: 1.25rem .9375rem;
  content: '';
  height: .9375rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .2s ease-in-out;
  width: 1.25rem;
}

.accordion .accordion-card__button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion .accordion-card__button:hover {
  color: #0076a1;
}

.accordion .accordion-card__title {
  font-size: 1rem;
  margin-bottom: 0;
}

.accordion .accordion-card__body {
  margin-bottom: 1rem;
  padding-left: 1rem;
}

@media only screen and (min-width:768px) {
  .accordion .accordion-card__body {
    margin-bottom: 2rem;
  }
}

.share-list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.share-list__item:not(:last-child) {
  margin-right: .5rem;
}

.share-list__link:hover img {
  transform: scale(1.2);
}

.share-list__link img {
  transition: transform .2s ease-in-out;
}

.share-list a {
  display: block;
}

.card-feed {
  background-color: #fff;
  border-radius: .25rem;
  border: none;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  height: 100%;
  transform: translateY(0);
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
}

@media only screen and (min-width:768px) {
  .card-feed:hover {
    box-shadow: 0 10px 24px rgba(31,167,217,.21);
    transform: translateY(-.125rem);
  }
}

.card-feed a {
  text-decoration: none;
}

.card-feed__bgimg:hover, .card-feed__date:hover, .card-feed__title:hover {
  cursor: pointer;
}

.card-feed__bgimg {
  background-size: cover;
  border-radius: .25rem 0 0 .25rem;
  padding-bottom: 56.25%;
}

@media only screen and (min-width:768px) {
  .card-feed__bgimg {
    border-radius: .25rem .25rem 0 0;
  }
}

.card-feed-body {
  padding: .9375rem;
}

@media only screen and (min-width:992px) {
  .card-feed-body {
    padding: 1.1875rem 1.4375rem .75rem;
  }
}

.card-feed__category {
  color: #6e6e6e;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.card-feed__category:hover {
  text-decoration: underline;
}

.card-feed__category + .card-feed__category {
  margin-left: .25rem;
}

.card-feed__title {
  font-size: 1rem;
  margin-bottom: 3.75rem;
}

@media only screen and (min-width:768px) {
  .card-feed__title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.card-feed__title a {
  color: #2f2f2f;
}

.card-feed__date, .card-feed__download {
  bottom: .75rem;
}

@media only screen and (min-width:768px) {
  .card-feed__date, .card-feed__download {
    bottom: 1rem;
  }
}

.card-feed__date {
  color: #6e6e6e;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: .875rem;
  position: absolute;
}

.card-feed__download {
  background-color: transparent;
  border: none;
  color: #0076a1;
  font-family: AvenirNextW06-Demi,sans-serif;
  position: absolute;
  right: 1rem;
}

.card-feed__download .ico {
  left: -.9375rem;
  position: absolute;
  top: .25rem;
}

.card-feed[data-url] {
  cursor: pointer;
}

.card-feed[data-url] .card-feed__category:hover {
  text-decoration: none;
}

.card-feed-main {
  background-color: #252c37;
  border-radius: .25rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1rem;
  min-height: 11.6875rem;
  padding: 1rem;
  position: relative;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
}

@media only screen and (min-width:768px) {
  .card-feed-main {
    height: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
  }
}

@media only screen and (min-width:768px) {
  .card-feed-main:hover {
    box-shadow: 0 10px 24px rgba(31,167,217,.21);
  }
}

.card-feed-main a {
  text-decoration: none;
}

.card-feed-main:hover {
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .card-feed-main:hover {
    transform: translateY(-.125rem);
  }
}

.card-feed-main__category, .card-feed-main__category:hover, .card-feed-main__date, .card-feed-main__title a {
  color: #fff;
}

.card-feed-main__category, .card-feed-main__title {
  font-family: AvenirNextW06-Bold,sans-serif;
}

.card-feed-main__category, .card-feed-main__date {
  font-size: .875rem;
}

.card-feed-main__category {
  text-decoration: none;
}

.card-feed-main__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media only screen and (min-width:768px) {
  .card-feed-main__title {
    margin-bottom: .1875rem;
  }
}

.card-feed-main__bgimg, .card-feed-main__bgimg::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-feed-main__bgimg {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-radius: .25rem;
  overflow: hidden;
}

.card-feed-main__bgimg::after {
  background: linear-gradient(45deg,rgba(63,71,82,.8) 0,rgba(63,71,82,0) 100%);
  content: '';
}

.card-feed-main__bgimg ~ * {
  position: relative;
  z-index: 5;
}

.card-feed-main__download {
  background-color: transparent;
  border: none;
  bottom: 1rem;
  color: #fff;
  font-size: .875rem;
  font-family: AvenirNextW06-Demi,sans-serif;
  position: absolute;
  right: 1rem;
}

.card-feed-main__download .ico {
  left: -.9375rem;
  position: absolute;
  top: .25rem;
}

.card-feed-horizontal {
  background-color: #fff;
  border-radius: .25rem;
  border: none;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: flex;
  transform: translateY(0);
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
}

@media only screen and (min-width:768px) {
  .card-feed-horizontal:hover {
    box-shadow: 0 10px 24px rgba(31,167,217,.21);
    transform: translateY(-.125rem);
  }
}

.card-feed-horizontal a {
  text-decoration: none;
}

.card-feed-horizontal__image {
  width: 7.125rem;
}

.card-feed-horizontal__bgimg:hover, .card-feed-horizontal__date:hover, .card-feed-horizontal__title:hover {
  cursor: pointer;
}

.card-feed-horizontal__bgimg {
  background-position: center;
  background-size: cover;
  border-radius: .25rem 0 0 .25rem;
  padding-bottom: 100%;
  width: 7.125rem;
}

.card-feed-horizontal__body {
  padding: .125rem .5rem .5rem;
}

.card-feed-horizontal__category {
  color: #6e6e6e;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.card-feed-horizontal__category:hover {
  text-decoration: underline;
}

.card-feed-horizontal__title-wrapper {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-feed-horizontal__title {
  color: #2f2f2f;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.card-feed-horizontal__title a {
  color: #2f2f2f;
}

.card-feed-horizontal__date, .card-feed-horizontal__download {
  bottom: .25rem;
}

.card-feed-horizontal__date {
  color: #6e6e6e;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: .875rem;
  position: absolute;
}

.card-feed-horizontal__download {
  background-color: transparent;
  border: none;
  bottom: -.25rem;
  color: #0076a1;
  height: 2.125rem;
  font-size: .875rem;
  font-family: AvenirNextW06-Demi,sans-serif;
  position: absolute;
  right: 0;
  width: 2.125rem;
}

.card-feed-horizontal__download .ico {
  position: relative;
}

.newsletter-signup {
  border: 1px solid #009cd6;
  border-radius: .25rem;
  padding: 1.5rem 1.5rem 1rem;
}

@media only screen and (min-width:768px) {
  .newsletter-signup {
    padding: 2rem 3rem;
  }
}

.newsletter-signup--bg-white {
  background-color: #fff;
  border-color: #fff;
  padding: 1rem 1.5rem 0;
}

.newsletter-signup__title {
  margin-bottom: 1rem;
}

.newsletter-signup .gform_wrapper {
  margin: 0;
}

.newsletter-signup .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.newsletter-signup .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-bottom: 0;
}

.newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 2px solid rgba(112,112,112,.3);
  border-radius: .125rem;
  padding: .5rem .75rem;
}

.newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom-color: #009cd6;
}

.newsletter-signup .gform_confirmation_wrapper {
  margin-top: .5rem;
}

.newsletter-signup img.gform_ajax_spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width:768px) {
  .newsletter-signup img.gform_ajax_spinner {
    display: inline-block;
    margin-left: .625rem;
    margin-right: 0;
    position: relative;
    top: -.125rem;
  }
}

.newsletter-signup .gform_wrapper .gfield_validation_message, .newsletter-signup .gform_wrapper .gform_validation_errors, .newsletter-signup .gform_wrapper .validation_message, .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
  border-radius: .25rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-top: .5rem;
  padding: 1rem 1rem 1rem 3rem;
}

@media only screen and (min-width:768px) {
  .newsletter-signup .gform_wrapper .gfield_validation_message, .newsletter-signup .gform_wrapper .gform_validation_errors, .newsletter-signup .gform_wrapper .validation_message, .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
    margin-bottom: .5rem;
  }
}

.newsletter-signup .gform_wrapper .validation_message, .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
  margin-bottom: 0;
  margin-top: 1.5rem;
  padding-left: 1.125rem;
}

@media only screen and (min-width:768px) {
  .newsletter-signup .gform_wrapper .validation_message, .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
    margin-top: .875rem;
  }
}

@media (min-width:992px) {
  .newsletter-signup .gform_wrapper .gform_body .gform_fields .gf_list_3col .ginput_container_checkbox .gfield_checkbox .gchoice label {
    max-width: calc(100%);
  }
}

@media only screen and (min-width:768px) and (max-width:799px) {
  .footer .newsletter-signup .gform_wrapper .gform_footer.top_label {
    width: 25%;
  }
}

.quick-links {
  display: none;
}

@media only screen and (min-width:768px) {
  .quick-links {
    background-color: #fff;
    display: block;
    padding: 1rem 1.5rem 1.5rem;
  }
}

.quick-links__title {
  font-size: 1.25rem;
}

.quick-links__list {
  margin-bottom: 0;
  padding-left: 0;
}

.quick-links__item {
  list-style-type: none;
}

.quick-links__link, .quick-links__link:hover {
  text-decoration: none;
}

.quick-links__link {
  color: #2f2f2f;
}

.quick-links__link span {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .2s ease-in-out;
}

.quick-links__link .ico {
  display: inline-block;
  font-size: .625rem;
  padding-left: .5rem;
  transition: transform .2s ease-in-out;
}

.quick-links__link:hover span {
  border-bottom-color: inherit;
}

.quick-links__link:hover .ico {
  border-bottom: none;
  transform: translateX(3px);
}

a.card-icon-text, a.card-icon-text:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.card-icon-text {
  align-items: center;
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .card-icon-text {
    padding: 2rem 1rem 1.5rem;
  }
}

.card-icon-text:hover {
  box-shadow: 0 10px 24px rgba(31,167,217,.21);
  transform: translateY(-.125rem);
}

.card-icon-text__icon {
  height: 3.0625rem;
  margin-bottom: .125rem;
  width: auto;
}

@media only screen and (min-width:992px) {
  .card-icon-text__icon {
    height: 4.25rem;
  }
}

.card-icon-text__icon:last-child {
  margin-bottom: 0;
}

.card-icon-text__icon + .card-icon-text__title {
  margin-top: 1rem;
}

.card-icon-text__title {
  display: block;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: .875rem;
  line-height: 1.3;
  margin-bottom: .125rem;
  text-align: center;
  width: 100%;
}

.card-icon-text__title:first-child {
  margin-bottom: 0;
}

@media only screen and (min-width:992px) {
  .card-icon-text__title {
    font-size: 1.25rem;
  }
}

body:not(.user-is-tabbing) a.card-icon-text:focus:hover {
  box-shadow: 0 10px 24px rgba(31,167,217,.21);
}

a.card-bgimg-text, a.card-bgimg-text:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.card-bgimg-text {
  background-color: #252c37;
  border-radius: .25rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  min-height: 8.25rem;
  overflow: hidden;
  padding: 1.5rem 1rem .75rem;
  position: relative;
  text-align: center;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .card-bgimg-text {
    min-height: 11.875rem;
    padding: 1.5rem;
  }
}

.card-bgimg-text:hover {
  box-shadow: 0 10px 24px rgba(31,167,217,.21);
  transform: translateY(-.125rem);
}

.card-bgimg-text__bg-img, .card-bgimg-text__bg-img::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-bgimg-text__bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-bgimg-text__bg-img::after {
  background: linear-gradient(45deg,rgba(63,71,82,.8) 0,rgba(63,71,82,0) 100%);
  content: '';
}

.card-bgimg-text__bg-img ~ * {
  position: relative;
  z-index: 5;
}

.card-bgimg-text__title {
  color: #fff;
  display: block;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}

@media only screen and (min-width:992px) {
  .card-bgimg-text__title {
    font-size: 1.25rem;
  }
}

.info-bar {
  bottom: 3.125rem;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.info-bar__content {
  background: linear-gradient(to right,#252c37,#007fad);
  border-radius: .25rem;
  display: flex;
  justify-content: space-between;
  padding: .75rem 1rem;
  position: relative;
}

@media only screen and (min-width:768px) {
  .info-bar__content {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}

.info-bar__text {
  padding-right: 2.5rem;
}

.info-bar__text a, .info-bar__text a:hover, .info-bar__text p {
  color: #fff;
  margin-bottom: 0;
}

.info-bar__text a {
  text-decoration-thickness: 1px;
}

.info-bar__text a:hover {
  text-decoration-thickness: 2px;
}

.info-bar__text a, .info-bar__text a:hover {
  text-decoration-color: #fff;
  text-decoration-line: underline;
}

.info-bar__close {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  width: 2.5rem;
}

.info-bar__close .close-left::after, .info-bar__close .close-right::after {
  background-color: #fff;
  content: '';
  height: 1.25rem;
  position: absolute;
  top: 25%;
  width: .125rem;
  transition: transform .2s ease-in-out;
}

.info-bar__close .close-left::after {
  transform: rotate(45deg);
}

.info-bar__close .close-right::after {
  transform: rotate(-45deg);
}

.info-bar__close.clicked .close-left::after {
  transform: rotate(90deg);
}

.info-bar__close.clicked .close-right::after {
  transform: rotate(-90deg);
}

.info-bar-hide {
  display: none;
}

@media only screen and (min-width:768px) {
  .downloads-modal__dialog {
    max-width: 39.75rem;
  }
}

.downloads-modal__content {
  background-color: #f5fafc;
  border-radius: .25rem;
}

.downloads-modal__header {
  border-bottom: none;
  padding: 3rem 1.5rem 0;
  position: relative;
}

@media only screen and (min-width:768px) {
  .downloads-modal__header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.downloads-modal__close {
  background: 0 0;
  border: none;
  cursor: pointer;
  height: 2.5rem;
  position: absolute;
  right: 1.4375rem;
  top: 2.5rem;
  transform: translateY(-50%);
  transition: opacity .2s ease-in-out;
  width: 2.5rem;
}

.downloads-modal__close .close-left::after, .downloads-modal__close .close-right::after {
  background-color: #252c37;
  content: '';
  height: .9375rem;
  position: absolute;
  top: 25%;
  width: .125rem;
  transition: transform .2s ease-in-out;
}

.downloads-modal__close .close-left::after {
  transform: rotate(45deg);
}

.downloads-modal__close .close-right::after {
  transform: rotate(-45deg);
}

.downloads-modal__title-wrapper {
  align-items: center;
  background-color: #fff;
  display: flex;
  width: 100%;
}

.downloads-modal__title {
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.downloads-modal__img {
  height: 100%;
  max-height: 3rem;
  max-width: 4.0625rem;
  width: 100%;
}

.downloads-modal__body {
  padding: 1.5rem 1.5rem .75rem;
}

@media only screen and (min-width:768px) {
  .downloads-modal__body {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.downloads-modal__download {
  display: none;
}

.downloads-modal__download.show-download {
  display: block;
}

.downloads-modal .modal-content--global a.oauthloginbutton span, .downloads-modal a.btn-border span, .modal-content--global .downloads-modal a.oauthloginbutton span {
  border-bottom: none;
  color: #0076a1;
}

.downloads-modal .modal-content--global a.oauthloginbutton span:hover, .downloads-modal a.btn-border span:hover, .modal-content--global .downloads-modal a.oauthloginbutton span:hover {
  border-bottom: none;
}

.admin-bar .downloads-modal__dialog {
  margin-top: calc(.5rem + 46px);
}

@media (min-width:768px) {
  .admin-bar .downloads-modal__dialog {
    margin-top: calc(1.75rem + 32px);
  }
}

.sticky-bar {
  background-color: #e5f5fb;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width:768px) {
  .sticky-bar {
    padding: 1.5rem 0;
  }
}

.sticky-bar.is-active {
  opacity: 1;
  z-index: 95;
}

.sticky-bar__title {
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress-bar {
  background-color: #009cd6;
  bottom: 0;
  height: .25rem;
  left: 0;
  position: absolute;
  transition: all linear .1s;
}

.cards-slider.slick-dotted {
  padding-bottom: 1.625rem;
}

@media only screen and (max-width:576px) {
  .cards-slider-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:768px) {
  .cards-slider-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cards-slider-container + .container a {
  display: inline-block;
  max-width: calc(100% - 140px);
}

@media only screen and (max-width:576px) {
  .cards-slider-wrapper {
    position: relative;
    transform: translateX(-40px);
    width: calc(100% + 40px);
  }
}

.cards-slider__item {
  padding: .3125rem .4375rem 0 .4375rem;
}

@media only screen and (min-width:768px) {
  .cards-slider__item {
    padding: .3125rem .9375rem 0 .9375rem;
  }
}

.slick-arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 50%;
  bottom: -2.25rem;
  height: 2.5rem;
  padding: 0;
  position: absolute;
  transition: background-color .2s ease-in-out;
  width: 2.5rem;
}

@media only screen and (min-width:768px) {
  .slick-arrow {
    bottom: -2.25rem;
    height: 3rem;
    width: 3rem;
  }
}

@media only screen and (min-width:768px) {
  .slick-arrow:hover:not(.slick-disabled) {
    background-color: #fff;
  }
}

.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: default;
}

.slick-arrow.slick-prev {
  background-image: url(../images/icons/arrow-left.svg);
  right: 5.625rem;
}

.slick-arrow.slick-next {
  background-image: url(../images/icons/arrow-right.svg);
  right: 1.25rem;
}

.subnav-wrapper {
  background-color: #fff;
  border-bottom: 1px solid rgba(112,112,112,.3);
  border-top: 1px solid rgba(112,112,112,.3);
}

@media only screen and (max-width:991px) {
  .subnav-wrapper__container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:992px) {
  .sub-nav {
    display: flex;
    flex-wrap: wrap;
  }
}

.sub-nav a, .sub-nav a:hover {
  text-decoration: none;
}

.sub-nav__item {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #2f2f2f;
  display: inline-block;
  font-family: AvenirNextW06-Demi,sans-serif;
  padding: 1rem 0;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .sub-nav__item {
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width:992px) {
  .sub-nav__item:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width:992px) {
  .sub-nav__item--right {
    margin-left: auto;
  }
}

@media only screen and (min-width:1200px) {
  .sub-nav__item {
    margin-right: 2rem;
  }
}

@media only screen and (max-width:991px) {
  .sub-nav__item:not(:first-child) {
    display: none;
  }
}

.sub-nav__item.active, .sub-nav__item:hover {
  border-bottom-color: #0076a1;
  color: #0076a1;
}

.sub-nav__item .ico {
  font-size: .75rem;
}

.sub-nav .slick-list {
  padding-left: 1.5rem;
}

.sub-nav .slick-slide {
  padding-left: .25rem;
  padding-right: 1rem;
}

.sub-nav .slick-slide:first-child {
  padding-left: 0;
}

.sub-nav .slick-arrow {
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  box-shadow: 0 -5px 6px rgba(224,224,224,.8);
  height: 100%;
  top: 0;
  width: 1.5rem;
  z-index: 5;
}

.sub-nav .slick-arrow:focus {
  box-shadow: 0 -5px 6px rgba(224,224,224,.8);
}

.sub-nav .slick-arrow.slick-prev {
  left: 0;
}

.sub-nav .slick-arrow.slick-next {
  right: 0;
}

.sub-nav .slick-arrow.slick-disabled {
  opacity: 0;
}

.sub-nav .slick-arrow .ico {
  font-size: .75rem;
}

.pagination {
  margin-top: 1rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width:992px) {
  .pagination {
    margin-top: 1.5rem;
  }
}

.pagination .page-numbers {
  border-bottom: 2px solid transparent;
  color: #2f2f2f;
  display: inline-block;
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  padding: .5rem .9375rem;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .pagination .page-numbers {
    padding: 0 .4375rem;
  }
}

.pagination .page-numbers.current {
  border-bottom-color: inherit;
  color: #0076a1;
}

@media only screen and (min-width:992px) {
  .pagination .page-numbers:hover:not(.dots):not(.next):not(.prev) {
    border-bottom-color: inherit;
    color: #0076a1;
  }
}

.pagination .page-numbers.dots {
  padding-left: 0;
  padding-right: 0;
}

.pagination a.page-numbers, .pagination a.page-numbers:hover {
  text-decoration: none;
}

.pagination .next, .pagination .prev {
  height: 2.75rem;
  position: absolute;
  text-indent: -9999px;
  top: .4375rem;
  white-space: nowrap;
  width: 2.75rem;
}

@media only screen and (min-width:576px) {
  .pagination .next, .pagination .prev {
    height: 1.875rem;
    width: 1.5625rem;
  }
}

@media only screen and (min-width:992px) {
  .pagination .next, .pagination .prev {
    height: 1.875rem;
    top: auto;
    width: 1.5625rem;
  }
}

.pagination .next::before, .pagination .prev::before {
  background: transparent url(../images/icons/arrow-right.svg) no-repeat center;
  background-size: 1.4375rem;
  content: '';
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1.5rem;
}

.pagination .next {
  right: 0;
  transform: translate(.8125rem,-.375rem);
}

@media only screen and (min-width:576px) {
  .pagination .next {
    right: auto;
    transform: translate(.8125rem,.0625rem);
  }
}

.pagination .prev {
  left: 0;
  transform: translate(-.875rem,-.375rem);
}

@media only screen and (min-width:576px) {
  .pagination .prev {
    left: auto;
    transform: translate(-2.5rem,.0625rem);
  }
}

.pagination .prev::before {
  background: transparent url(../images/icons/arrow-left.svg) no-repeat center;
  background-size: 1.4375rem;
}

.member-card {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

@media only screen and (min-width:992px) {
  .member-card {
    padding: 1.5rem;
  }
}

.member-card::before {
  background-color: #009cd6;
  content: '';
  height: .1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.member-card[data-url] {
  transition: transform .2s ease-in-out;
}

.member-card[data-url]:hover {
  box-shadow: 0 10px 24px rgba(31,167,217,.21);
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .member-card[data-url]:hover {
    transform: translateY(-.125rem);
  }
}

.member-card__text--cat, .member-card__text--location, .member-card__text--sector, .member-card__topic {
  color: #6e6e6e;
}

.member-card__topic {
  font-size: .875rem;
  margin-bottom: .5rem;
}

.member-card__title {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.member-card__title a, .member-card__title a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.member-card__text {
  margin-bottom: .5rem;
}

.member-card__text:last-child {
  margin-bottom: 0;
}

.member-card__text strong {
  text-transform: uppercase;
}

.member-card .stretched-link::after {
  background-color: rgba(0,0,0,0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-template-page-members-directory .member-card {
  box-shadow: 0 5px 10px rgba(41,150,190,.12);
  transition: transform .2s ease-in-out;
}

.page-template-page-members-directory .member-card:hover {
  box-shadow: 0 10px 24px rgba(31,167,217,.21);
}

@media only screen and (min-width:768px) {
  .page-template-page-members-directory .member-card:hover {
    transform: translateY(-.125rem);
  }
}

.page-template-page-members-directory .member-card__title a {
  color: #2f2f2f;
  text-decoration: none;
}

.search-archive-results-count + .filters-wrapper {
  margin-top: 1rem;
}

.filters-wrapper {
  margin-top: 1.5rem;
}

.filters-wrapper hr {
  border-top: 1px solid rgba(112,112,112,.3);
  margin: 0;
}

.filters-collapse-btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  padding: 0 0 .75rem 0;
  transition: color .2s ease-in-out;
}

.filters-collapse-btn__icon {
  font-size: .8125rem;
}

.filters-collapse-btn__text {
  border-bottom: 1px solid transparent;
  font-family: AvenirNextW06-Bold,sans-serif;
  transition: border-bottom-color .2s ease-in-out;
}

.filters-collapse-btn:hover .filters-collapse-btn__text {
  border-bottom-color: inherit;
}

.filters-collapse-btn[aria-expanded=true] {
  color: #0076a1;
}

.filters-row {
  border-bottom: 1px solid rgba(112,112,112,.3);
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media only screen and (min-width:768px) {
  .filters-row {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}

.filters-dropdown-row {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width:576px) {
  .filters-dropdown-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: calc(-1.5rem / 2);
    margin-right: calc(-1.5rem / 2);
  }
}

.filters-dropdown {
  margin-top: .5rem;
}

.filters-dropdown:first-child {
  margin-top: 0;
}

@media only screen and (min-width:576px) {
  .filters-dropdown {
    padding-left: calc(1.5rem / 2);
    padding-right: calc(1.5rem / 2);
    width: 50%;
  }
}

@media only screen and (min-width:576px) {
  .filters-dropdown:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width:768px) {
  .filters-dropdown {
    margin-top: 0;
    width: 25%;
  }
}

@media only screen and (min-width:992px) {
  .filters-dropdown {
    width: auto;
  }
}

.filters-dropdown__toggle {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(112,112,112,.3);
  border-radius: .125rem;
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: .5rem .5rem .5rem 1rem;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .filters-dropdown__toggle {
    width: 12.0625rem;
  }
}

.filters-dropdown__toggle::after {
  content: none;
}

.filters-dropdown__toggle .ico {
  flex-shrink: 0;
  font-size: .625rem;
  transition: transform .2s ease-in-out;
}

.filters-dropdown__toggle[aria-expanded=true] .ico {
  transform: rotate(180deg);
}

.filters-dropdown__menu {
  border-color: #fff;
  border-radius: .125rem;
  box-shadow: 0 5px 10px rgba(41,150,190,.12);
  overflow-y: scroll;
  margin-top: 0;
  max-height: 11.6875rem;
  min-width: auto;
  padding: 1rem;
  width: 100%;
  z-index: 95;
}

@media only screen and (min-width:992px) {
  .filters-dropdown__menu {
    width: 12.0625rem;
  }
}

.filters-dropdown .field-wrapper {
  margin-bottom: .75rem;
}

.filters-dropdown .field-wrapper:last-child {
  margin-bottom: 0;
}

.filters-dropdown input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0;
  border-bottom: 1px solid rgba(112,112,112,.3);
  box-shadow: none;
  font-size: .75rem;
  padding: .25rem .5rem;
  width: 100%;
}

.filters-dropdown input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-bottom-color: #009cd6;
}

.filters-dropdown .custom-checkbox {
  cursor: pointer;
  display: block;
  line-height: 1.25;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-dropdown .custom-checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.filters-dropdown .custom-checkbox .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: .125rem;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.filters-dropdown .custom-checkbox input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}

.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}

.filters-dropdown .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.filters-dropdown .custom-checkbox input:focus ~ .checkmark {
  outline: 2px solid #7aacfe;
  outline: 5px auto -webkit-focus-ring-color;
}

.filters-dropdown .custom-checkbox .checkmark::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: .3125rem;
  height: .5rem;
  top: .125rem;
  transform: rotate(45deg);
  width: .3125rem;
}

.filters-dropdown .custom-radio {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-dropdown .custom-radio input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.filters-dropdown .custom-radio .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  height: 1rem;
  left: 0;
  position: absolute;
  top: .125rem;
  width: 1rem;
}

.filters-dropdown .custom-radio input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}

.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}

.filters-dropdown .custom-radio input:checked ~ .checkmark::after {
  display: block;
}

.filters-dropdown .custom-radio input:focus ~ .checkmark {
  outline: 2px solid #7aacfe;
  outline: 5px auto -webkit-focus-ring-color;
}

.filters-dropdown .custom-radio .checkmark::after {
  background: #fff;
  border-radius: 50%;
  height: .375rem;
  left: .25rem;
  top: .25rem;
  width: .375rem;
}

.filters-reset-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.filters-reset-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid;
  border-radius: .125rem;
  color: #0076a1;
  display: flex;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: .875rem;
  justify-content: space-between;
  margin-right: .5rem;
  margin-top: 1rem;
  padding: .125rem .5rem;
  text-decoration: none;
}

.filters-reset-btn:last-child {
  margin-right: 0;
}

.filters-reset-btn--simple {
  border: none;
  color: #6e6e6e;
  margin-left: auto;
}

.filters-reset-btn__text {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-right: .5rem;
  transition: border-bottom-color .2s ease-in-out;
}

.filters-reset-btn .ico {
  flex-shrink: 0;
  font-size: .5625rem;
}

.filters-reset-btn:hover {
  text-decoration: none;
}

.filters-reset-btn:hover .filters-reset-btn__text {
  border-bottom-color: inherit;
}

.spacing-404 {
  padding: 1.5rem 0;
}

@media only screen and (min-width:992px) {
  .spacing-404 {
    padding: 6rem 0;
  }
}

.title-404 {
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media only screen and (min-width:768px) {
  .title-404 {
    font-size: 3rem;
    margin-bottom: .25rem;
  }
}

.text-404 {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width:768px) {
  .text-404 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.img-404 {
  display: block;
}

@media only screen and (max-width:767px) {
  .img-404 {
    margin: 1.5rem auto 0;
  }
}

.single-post .bcrumb-bar {
  background-color: #f5fafc;
}

.single-post-hero__img {
  position: relative;
}

.single-post-hero__img img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .single-post-hero__img img {
    max-height: 30rem;
  }
}

.single-post-hero__img::after {
  background-color: rgba(52,87,95,.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-post-content .newsletter-signup {
  box-shadow: 0 0 24px rgba(169,202,216,.08);
  display: none;
}

@media only screen and (min-width:992px) {
  .single-post-content .newsletter-signup {
    display: block;
    margin-top: 3rem;
  }
}

.single-post-content .newsletter-signup__title {
  font-size: 1.25rem;
}

.single-post-content .newsletter-signup .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #f5fafc;
}

@media only screen and (min-width:768px) {
  .single-post-content .newsletter-signup .gform_wrapper .gfield_validation_message, .single-post-content .newsletter-signup .gform_wrapper .gform_validation_errors, .single-post-content .newsletter-signup .gform_wrapper .validation_message, .single-post-content .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width:768px) {
  .single-post-content .newsletter-signup .gform_wrapper .validation_message, .single-post-content .newsletter-signup .gform_wrapper.gravity-theme .gfield_description {
    margin-bottom: 0;
  }
}

.single-post-article {
  background-color: #fff;
}

@media only screen and (max-width:767px) {
  .single-post-article {
    left: -1.5rem;
    padding: 1rem 1.5rem 1.5rem;
    position: relative;
    width: calc(100% + (1.5rem * 2));
  }
}

@media only screen and (min-width:768px) {
  .single-post-article {
    border-radius: .25rem;
    box-shadow: 0 0 24px rgba(169,202,216,.08);
    margin-top: -6.25rem;
    padding: 1rem 2rem 2rem 2rem;
  }
}

@media only screen and (min-width:992px) {
  .single-post-article {
    margin-top: -8.125rem;
    padding: 1.5rem 3rem 3rem 3rem;
  }
}

@media only screen and (min-width:1200px) {
  .single-post-article {
    margin-top: -10rem;
    padding: 2rem 4rem 4rem 4rem;
  }
}

.single-post-article .wp-editor-wrapper {
  border-top: 1px solid rgba(112,112,112,.3);
  margin-top: 1rem;
  padding-top: 1rem;
}

.single-post-article .wp-editor-wrapper h2 {
  font-size: 1.875rem;
}

.single-post-article .wp-editor-wrapper h3 {
  font-size: 1.75rem;
}

.single-post-article .wp-editor-wrapper h4 {
  font-size: 1.625rem;
}

.single-post-article .wp-editor-wrapper h5 {
  font-size: 1.5rem;
  font-family: AvenirNextW06-Bold,sans-serif;
}

.single-post-article .wp-editor-wrapper h6 {
  font-size: 1.25rem;
}

.single-post-article .wp-editor-wrapper img {
  height: auto;
}

.single-post-article .wp-editor-wrapper .wp-block-image img {
  border-radius: .125rem;
}

.single-post-article .wp-editor-wrapper .wp-block-quote {
  border-left: 3px solid #009cd6;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 1rem;
  padding-left: 1.25rem;
}

.single-post-article .wp-editor-wrapper .wp-block-embed {
  margin-bottom: 1.25rem;
}

.single-post-article .wp-editor-wrapper .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.single-post-article .wp-editor-wrapper .wp-block-embed .wp-block-embed__wrapper::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.single-post-article .wp-editor-wrapper .wp-block-embed .wp-block-embed__wrapper iframe {
  border: 0;
  border-radius: .125rem;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-post-article .wp-editor-wrapper .wp-block-embed figcaption {
  color: #6e6e6e;
  font-family: AvenirNextW06-Regular,sans-serif;
  font-size: .875rem;
}

.single-post .post-title {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

@media only screen and (min-width:768px) {
  .single-post .post-title {
    font-size: 2rem;
  }
}

.single-post .post-info-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.single-post .post-info-wrapper--bottom {
  border-top: 1px solid rgba(112,112,112,.3);
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

@media only screen and (min-width:576px) {
  .single-post .post-info-wrapper--bottom {
    flex-wrap: nowrap;
  }
}

.single-post .post-info-wrapper--bottom .post-share {
  margin-top: 1rem;
}

@media only screen and (min-width:576px) {
  .single-post .post-info-wrapper--bottom .post-share {
    margin-top: 0;
  }
}

.single-post .post-info {
  margin-right: .75rem;
}

.single-post .post-info__cat, .single-post .post-info__date {
  color: #6e6e6e;
  font-size: .875rem;
}

.single-post .post-info__cat, .single-post .post-info__cat:hover {
  font-family: AvenirNextW06-Bold,sans-serif;
  text-decoration: none;
}

.single-post .post-info__cat {
  border-bottom: 1px solid transparent;
  margin-right: .3125rem;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

.single-post .post-info__cat:hover {
  border-bottom-color: inherit;
  color: #0076a1;
}

.single-post .post-info .post-info__cat + .post-info__date {
  padding-left: .5rem;
}

.single-post .post-info .post-info__cat + .post-info__date::before {
  content: '.';
  position: absolute;
  transform: translate(-.5rem,-.125rem);
}

.single-post .post-share {
  flex-shrink: 0;
}

.single-post .post-tags {
  margin: calc(1.5rem - .5rem) 0 1.5rem;
}

@media only screen and (min-width:768px) {
  .single-post .post-tags {
    margin: calc(2rem - .5rem) 0 2rem;
  }
}

.single-post .post-tags .btn-pill {
  display: inline-block;
  margin: .5rem .25rem 0 0;
}

.single-post .post-tags .btn-pill:last-child {
  margin-right: 0;
}

@media only screen and (min-width:768px) {
  .single-post .cards-slider {
    padding-bottom: 0;
  }
}

@media only screen and (min-width:768px) {
  .single-publication .cards-slider {
    padding-bottom: 0;
  }
}

.single-pub-content__title {
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

@media only screen and (min-width:992px) {
  .single-pub-content__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}

.page-basic-content {
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width:767px) {
  .page-basic-content {
    left: -1.5rem;
    padding: 1.5rem;
    position: relative;
    width: calc(100% + (1.5rem * 2));
  }
}

@media only screen and (min-width:768px) {
  .page-basic-content {
    border-radius: .25rem;
    box-shadow: 0 0 24px rgba(169,202,216,.08);
    margin: -4rem auto 0;
    padding: 2rem;
    width: 80%;
  }
}

@media only screen and (min-width:992px) {
  .page-basic-content {
    padding: 3rem;
  }
}

@media only screen and (min-width:1200px) {
  .page-basic-content {
    width: 75%;
  }
}

.page-basic-content .block {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width:768px) {
  .page-basic-content .block {
    margin-bottom: 2rem;
  }
}

.page-basic-content .block:last-child {
  margin-bottom: 0;
}

.page-basic-content__title-h4 {
  font-size: 1.25rem;
}

@media only screen and (min-width:768px) {
  .page-basic-content__title-h4 {
    font-size: 1.75rem;
  }
}

.page-basic-content__form {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width:576px) {
  .page-basic-content__form {
    flex-direction: row;
    justify-content: center;
  }
}

.page-basic-content__form input:not([type=radio]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-basic-content__form select {
  background-color: #f5fafc;
  height: 2.75rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width:576px) {
  .page-basic-content__form input:not([type=radio]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .page-basic-content__form select {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.page-basic-content__form select:hover {
  cursor: pointer;
}

.search-archive-hero {
  background-color: #e5f5fb;
  padding-top: 2rem;
}

.search-archive-hero__title {
  line-height: 1.25;
  margin-bottom: 0;
}

.search-archive-hero__title:last-child {
  padding-bottom: 2rem;
}

.search-archive-hero-form {
  background-color: #fff;
  border-radius: .25rem;
  display: flex;
}

.search-archive-hero-form__input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-radius: .25rem;
  box-shadow: none;
  flex-grow: 2;
  font-family: AvenirNextW06-Medium,sans-serif;
  font-size: 1.25rem;
  order: 2;
  padding: .5rem .25rem;
  width: 100%;
}

.search-archive-hero-form__btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  flex-shrink: 0;
  height: 2.75rem;
  width: 2.75rem;
}

.search-archive-hero-form__btn .ico {
  font-size: 1.25rem;
  position: relative;
  top: .1875rem;
}

.search-archive-hero-form__btn--submit {
  order: 1;
}

.search-archive-hero-form__btn--clear {
  order: 3;
}

.search-archive-hero-form__btn--clear .ico {
  color: #6e6e6e;
  font-size: .875rem;
}

.search-archive-hero-list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.search-archive-hero-list a, .search-archive-hero-list a:hover {
  text-decoration: none;
}

.search-archive-hero-list__item {
  margin-right: 2rem;
}

.search-archive-hero-list__item:last-child {
  margin-right: 0;
}

.search-archive-hero-list__link {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #2f2f2f;
  display: block;
  font-family: AvenirNextW06-Demi,sans-serif;
  padding-bottom: .75rem;
  padding-top: 1.5rem;
  transition: border-bottom-color .2s ease-in-out,color .2s ease-in-out;
}

@media only screen and (min-width:992px) {
  .search-archive-hero-list__link {
    padding-bottom: 1rem;
  }
}

.search-archive-hero-list__link.active, .search-archive-hero-list__link:hover, .search-archive-hero-list__link[aria-current=page] {
  border-bottom-color: #0076a1;
  color: #0076a1;
}

.search-archive-results-count {
  color: #6e6e6e;
  display: block;
  margin-top: .5rem;
}

.search-archive-result-col {
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .search-archive-result-col {
    margin-top: 30px;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-feed {
    display: flex;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-feed__bgimg {
    flex-shrink: 0;
    padding-bottom: 25%;
    width: 25%;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-feed__category, .search-archive-result-col .card-feed__date, .search-archive-result-col .card-feed__download, .search-archive-result-col .card-feed__title {
    font-size: .875rem;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-feed__title {
    line-height: 1.25;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-feed__download {
    right: .5rem;
  }
}

@media only screen and (max-width:575px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
}

@media only screen and (max-width:374px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
}

@media only screen and (max-width:374px) {
  .search-archive-result-col .card-feed__title {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width:374px) {
  .search-archive-result-col .card-feed__date, .search-archive-result-col .card-feed__download {
    bottom: auto;
    position: relative;
  }
}

@media only screen and (max-width:374px) {
  .search-archive-result-col .card-feed__date {
    display: block;
  }
}

@media only screen and (max-width:374px) {
  .search-archive-result-col .card-feed__download {
    left: .75rem;
    right: auto;
  }
}

.members-search-wrapper .search-archive-hero {
  background-color: transparent;
  padding-top: 0;
}

.members-search-wrapper .title-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(112,112,112,.3);
  padding: .75rem 0;
}

.members-search-wrapper .title-bar__title {
  font-family: AvenirNextW06-Demi,sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.members-search-wrapper .bcrumb-bar {
  margin-bottom: 1.5rem;
}

.members-search-wrapper .search-archive-hero-form {
  margin-top: 1rem;
}

@media only screen and (min-width:768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width:768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__bgimg, .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__categories {
    flex-shrink: 0;
  }
}

@media only screen and (max-width:767px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed-body {
    padding-top: 2.625rem;
  }
}

@media only screen and (min-width:768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed-body {
    cursor: pointer;
    flex-grow: 2;
    padding-top: 0;
  }
}

.search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__categories {
  left: calc(33.3333% + 15px);
  position: absolute;
  top: 15px;
}

@media only screen and (min-width:576px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__categories {
    left: calc(25% + 15px);
  }
}

@media only screen and (min-width:768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__categories {
    left: auto;
    position: relative;
    top: auto;
  }
}

@media only screen and (min-width:768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__category {
    display: block;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-top: 1.25rem;
  }
}

@media only screen and (min-width:992px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] .card-feed__category {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}

.page-template-page-members-directory .page-basic-content__form {
  margin-bottom: 1rem;
}

@media only screen and (min-width:768px) {
  .page-template-page-members-directory .page-basic-content__form {
    margin-bottom: 1.5rem;
  }
}

.page-template-page-members-directory .members-directory-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -1.5rem;
}

.page-template-page-members-directory .members-directory-menu ul {
  list-style-type: none;
  margin: 0 1rem;
  padding-left: 0;
}

.page-template-page-members-directory .members-directory-menu li span {
  display: block;
  font-family: AvenirNextW06-Bold,sans-serif;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

.members-search-wrapper .helper-text {
  margin-top: .75rem;
}

/* # sourceMappingURL=theme.min.css.map */

