@charset "UTF-8";
/* === COLORS === */
/* === FONTS === */
html {
  scroll-behavior: smooth;
}

.avp-styles {
  /* Headings */
  /* Images */
  /* Links */
  /* Quote */
  /* Buttons */
  /* Tables */
  /* Body Copy */
  /* Forms */
  /* Custom Select */
}
.avp-styles:not(.responsive-font-size) {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {
  .avp-styles.responsive-font-size {
    font-size: 13px;
  }
}
.avp-styles h1, .avp-styles h2, .avp-styles h3, .avp-styles h4, .avp-styles h5, .avp-styles h6, .avp-styles .h1, .avp-styles .h2, .avp-styles .h3, .avp-styles .h4, .avp-styles .h5, .avp-styles .h6 {
  font-style: initial;
  margin: initial;
  margin-bottom: 1em;
  display: block;
  color: #000;
}
.avp-styles h1.white, .avp-styles h2.white, .avp-styles h3.white, .avp-styles h4.white, .avp-styles h5.white, .avp-styles h6.white, .avp-styles .h1.white, .avp-styles .h2.white, .avp-styles .h3.white, .avp-styles .h4.white, .avp-styles .h5.white, .avp-styles .h6.white {
  color: #FFF;
}
.avp-styles h1.gold, .avp-styles h2.gold, .avp-styles h3.gold, .avp-styles h4.gold, .avp-styles h5.gold, .avp-styles h6.gold, .avp-styles .h1.gold, .avp-styles .h2.gold, .avp-styles .h3.gold, .avp-styles .h4.gold, .avp-styles .h5.gold, .avp-styles .h6.gold {
  color: #F4C616;
}
.avp-styles h1.blue, .avp-styles h2.blue, .avp-styles h3.blue, .avp-styles h4.blue, .avp-styles h5.blue, .avp-styles h6.blue, .avp-styles .h1.blue, .avp-styles .h2.blue, .avp-styles .h3.blue, .avp-styles .h4.blue, .avp-styles .h5.blue, .avp-styles .h6.blue {
  color: #0D8EFB;
}
.avp-styles .wysiwyg-content {
  margin-top: 1em;
}
.avp-styles .wysiwyg-content h1, .avp-styles .wysiwyg-content h2, .avp-styles .wysiwyg-content h3, .avp-styles .wysiwyg-content h4, .avp-styles .wysiwyg-content h5, .avp-styles .wysiwyg-content h6, .avp-styles .wysiwyg-content .h1, .avp-styles .wysiwyg-content .h2, .avp-styles .wysiwyg-content .h3, .avp-styles .wysiwyg-content .h4, .avp-styles .wysiwyg-content .h5, .avp-styles .wysiwyg-content .h6 {
  margin-bottom: 1em;
}
.avp-styles h1, .avp-styles h2, .avp-styles h3, .avp-styles h6, .avp-styles .h1, .avp-styles .h2, .avp-styles .h3, .avp-styles .h6 {
  font-family: "HCo Gotham XNarrow", sans-serif;
}
.avp-styles h4, .avp-styles h5, .avp-styles .h4, .avp-styles .h5 {
  font-family: "Gotham Extra Narrow Medium";
  font-weight: normal;
}
.avp-styles h1, .avp-styles h2, .avp-styles .h1, .avp-styles .h2 {
  font-weight: 900;
}
.avp-styles h3, .avp-styles h6, .avp-styles .h3, .avp-styles .h6 {
  font-weight: 700;
}
.avp-styles h1, .avp-styles .h1 {
  font-size: 3em;
  line-height: 1em;
}
.avp-styles h2, .avp-styles .h2 {
  font-size: 2.25em;
  line-height: 1.194444em;
}
.avp-styles h3, .avp-styles .h3 {
  font-size: 1.875em;
  line-height: 1.133333em;
}
.avp-styles h4, .avp-styles .h4 {
  font-size: 1.5em;
  line-height: 1.083333em;
}
.avp-styles h5, .avp-styles .h5 {
  font-size: 1.25em;
  line-height: 1.2em;
}
.avp-styles h6, .avp-styles .h6 {
  font-size: 0.8125em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.038461538em;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles h1, .avp-styles .h1 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .avp-styles h2, .avp-styles .h2 {
    font-size: 2.1875em;
    line-height: 1.2em;
  }
  .avp-styles h3, .avp-styles .h3 {
    font-size: 1.875em;
    line-height: 1.1em;
  }
  .avp-styles h4, .avp-styles .h4 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .avp-styles h5, .avp-styles .h5 {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .avp-styles h6, .avp-styles .h6 {
    font-size: 0.75em;
    line-height: 1.166666em;
    text-transform: uppercase;
    letter-spacing: 0.041666em;
  }
}
.avp-styles img.alignleft, .avp-styles img.alignright, .avp-styles img.aligncenter, .avp-styles img.alignnone {
  margin-bottom: 1em;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .avp-styles img.alignleft, .avp-styles img.alignright, .avp-styles img.aligncenter, .avp-styles img.alignnone {
    height: auto;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .avp-styles img.alignleft + p, .avp-styles img.alignright + p, .avp-styles img.aligncenter + p, .avp-styles img.alignnone + p {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1170px) {
  .avp-styles img.alignleft, .avp-styles img.alignright {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .avp-styles img.alignleft {
    margin-right: 1em;
  }
  .avp-styles img.alignright {
    margin-left: 1em;
  }
}
.avp-styles .wp-caption {
  margin-bottom: 1em;
}
.avp-styles .wp-caption a img {
  transition: all ease-in-out 0.3s;
}
.avp-styles .wp-caption + p,
.avp-styles .wp-caption + ol,
.avp-styles .wp-caption + ul {
  margin-top: 1em;
}
.avp-styles .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.avp-styles .wp-caption.alignleft, .avp-styles .wp-caption.alignright {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .avp-styles .wp-caption.alignright {
    float: right;
    padding: 0 0 2% 2%;
    margin: 0 0 0 2%;
    width: 100%;
  }
  .avp-styles .wp-caption.alignright img {
    width: 100%;
  }
  .avp-styles .wp-caption.alignleft {
    float: left;
    margin: 0 2% 0 0;
    padding: 0 2% 2% 0;
    width: 100%;
  }
  .avp-styles .wp-caption.alignleft img {
    width: 100%;
  }
  .avp-styles .wp-caption.alignleft, .avp-styles .wp-caption.alignright {
    max-width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .avp-styles .wp-caption.alignleft, .avp-styles .wp-caption.alignright {
    max-width: 390px;
  }
}
.avp-styles .wp-caption .wp-caption-text {
  font-size: 1em;
  letter-spacing: 0.5px;
  padding-top: 8px;
  text-transform: uppercase;
}
.avp-styles .wp-caption:hover a img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
}
.avp-styles a {
  color: #0D8EFB;
  font-weight: bold;
  transition: 0.25s all ease-in-out;
}
.avp-styles a.blue-link {
  display: inline-block;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.avp-styles a.blue-link:after {
  content: "❯";
  color: #0D8EFB;
  font-weight: bold;
  padding-left: 0.357142em;
  transition: 0.3s all ease-in-out;
}
.avp-styles a.blue-link:hover:after {
  color: #2A6496;
}
.avp-styles a.blue-link.blue-link--reverse:before {
  content: "❮";
  color: #0D8EFB;
  font-weight: bold;
  padding-right: 0.357142em;
  transition: 0.3s all ease-in-out;
}
.avp-styles a.blue-link.blue-link--reverse:after {
  display: none;
}
.avp-styles a.link {
  display: inline-block;
  font-size: 0.875em;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}
.avp-styles a.link.link--right-arrow:after {
  content: "❯";
  color: #0D8EFB;
  font-weight: bold;
  padding-left: 0.357142em;
  transition: 0.3s all ease-in-out;
}
.avp-styles a.link.link--left-arrow:before {
  content: "❮";
  color: #0D8EFB;
  font-weight: bold;
  padding-right: 0.357142em;
  transition: 0.3s all ease-in-out;
}
.avp-styles a.link.link--gray {
  color: #727272;
}
.avp-styles a.link.link--gray:before, .avp-styles a.link.link--gray:after {
  color: #727272;
}
.avp-styles a.link.link--gray:hover {
  color: #0D8EFB;
}
.avp-styles a.link.link--gray:hover:before, .avp-styles a.link.link--gray:hover:after {
  color: #0D8EFB;
}
.avp-styles a.link.link--blue {
  color: #0D8EFB;
}
.avp-styles a.link.link--blue:before, .avp-styles a.link.link--blue:after {
  color: #0D8EFB;
}
.avp-styles a.link.link--blue:hover {
  color: #2A6496;
}
.avp-styles a.link.link--blue:hover:before, .avp-styles a.link.link--blue:hover:after {
  color: #2A6496;
}
.avp-styles a.link.link--inactive {
  color: #DDDDDD;
  pointer-events: none;
}
.avp-styles a.link.link--inactive:before, .avp-styles a.link.link--inactive:after {
  color: #DDDDDD;
}
.avp-styles a.link.link--uppercase {
  text-transform: uppercase;
}
.avp-styles a:hover {
  color: #2A6496;
}
.avp-styles quote {
  font-family: "HCo Gotham XNarrow", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  border-left: 5px solid gold;
  width: 75%;
  display: block;
  padding-left: 1em;
}
.avp-styles .black-button {
  background-color: #000;
  color: #FFF;
  display: inline-block;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  padding: 20px 42px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.avp-styles .black-button:hover {
  background-color: #F4C616;
  color: #000;
  transition: 0.3s all ease-in-out;
}
.avp-styles .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  transition: 0.3s background ease-in-out, 0.3s color ease-in-out, 0.3s border-color ease-in-out;
  font-size: 1em;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: bold;
  line-height: 1.375em;
  max-width: fit-content;
  min-height: 3.5em;
  padding: 1em 2.625em;
  text-transform: uppercase;
}
.avp-styles .button.button--short {
  padding: 1em;
  min-height: 2.5em;
}
.avp-styles .button:is(button), .avp-styles .button:is(a) {
  cursor: pointer;
}
.avp-styles .button.button--primary {
  font-weight: bold;
  padding: 1em 2.625em;
  min-height: 3.5em;
  text-transform: uppercase;
}
.avp-styles .button.button--primary.button--bordered {
  padding: 1em calc(2.625em - 2px);
}
.avp-styles .button.button--secondary {
  font-weight: 600;
  padding: 0.5em 1.25em;
  min-height: 3.125em;
}
.avp-styles .button.button--secondary.button--bordered {
  padding: 0.5em calc(1.25em - 2px);
}
.avp-styles .button.button--tertiary {
  line-height: 1.375em;
  font-weight: 600;
  padding: 0.5em 1em;
  min-height: 2.875em;
}
.avp-styles .button.button--tertiary.button--bordered {
  padding: 0.5em calc(1em - 2px);
}
.avp-styles .button.button--lowercase {
  text-transform: none;
}
.avp-styles .button.button--black {
  background-color: #000;
  color: #FFF;
}
.avp-styles .button.button--black:after {
  color: #FFF;
}
.avp-styles .button.button--black.button--bordered {
  border-color: #000;
  color: #000;
}
.avp-styles .button.button--black .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--black:is(button):hover, .avp-styles .button.button--black:is(a):hover {
  background-color: #F4C616;
  color: #000;
}
.avp-styles .button.button--black:is(button):hover:after, .avp-styles .button.button--black:is(a):hover:after {
  color: #000;
}
.avp-styles .button.button--black:is(button):hover .button__icon svg path, .avp-styles .button.button--black:is(a):hover .button__icon svg path {
  fill: #000;
}
.avp-styles .button.button--black:is(button):hover.button--bordered, .avp-styles .button.button--black:is(a):hover.button--bordered {
  border-color: #F4C616;
}
.avp-styles .button.button--gray {
  background-color: #F2F2F2;
  color: #000;
}
.avp-styles .button.button--gray:after {
  color: #000;
}
.avp-styles .button.button--gray .button__icon svg path {
  fill: #000;
}
.avp-styles .button.button--gray.button--bordered {
  border-color: #DDDDDD;
  color: #000;
}
.avp-styles .button.button--gray:is(button):hover, .avp-styles .button.button--gray:is(a):hover {
  background-color: #0D8EFB;
  color: #FFF;
}
.avp-styles .button.button--gray:is(button):hover:after, .avp-styles .button.button--gray:is(a):hover:after {
  color: #FFF;
}
.avp-styles .button.button--gray:is(button):hover .button__icon svg path, .avp-styles .button.button--gray:is(a):hover .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--gray:is(button):hover.button--bordered, .avp-styles .button.button--gray:is(a):hover.button--bordered {
  border-color: #0D8EFB;
}
.avp-styles .button.button--white {
  background-color: #FFF;
  color: #000;
}
.avp-styles .button.button--white:after {
  color: #000;
}
.avp-styles .button.button--white .button__icon svg path {
  fill: #000;
}
.avp-styles .button.button--white.button--bordered {
  border-color: #000;
  color: #000;
}
.avp-styles .button.button--white:is(button):hover, .avp-styles .button.button--white:is(a):hover {
  background-color: #F4C616;
  color: #FFF;
}
.avp-styles .button.button--white:is(button):hover:after, .avp-styles .button.button--white:is(a):hover:after {
  color: #FFF;
}
.avp-styles .button.button--white:is(button):hover .button__icon svg path, .avp-styles .button.button--white:is(a):hover .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--white:is(button):hover.button--bordered, .avp-styles .button.button--white:is(a):hover.button--bordered {
  border-color: #F4C616;
}
.avp-styles .button.button--gold {
  background-color: #F4C616;
  color: #000;
}
.avp-styles .button.button--gold:after {
  color: #000;
}
.avp-styles .button.button--gold .button__icon svg path {
  fill: #000;
}
.avp-styles .button.button--gold.button--bordered {
  border-color: #F4C616;
  color: #F4C616;
}
.avp-styles .button.button--gold:is(button):hover, .avp-styles .button.button--gold:is(a):hover, .avp-styles .button.button--gold:is(input):hover {
  background-color: #000;
  color: #FFF;
}
.avp-styles .button.button--gold:is(button):hover:after, .avp-styles .button.button--gold:is(a):hover:after, .avp-styles .button.button--gold:is(input):hover:after {
  color: #FFF;
}
.avp-styles .button.button--gold:is(button):hover .button__icon svg path, .avp-styles .button.button--gold:is(a):hover .button__icon svg path, .avp-styles .button.button--gold:is(input):hover .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--gold:is(button):hover.button--bordered, .avp-styles .button.button--gold:is(a):hover.button--bordered, .avp-styles .button.button--gold:is(input):hover.button--bordered {
  border-color: #000;
}
.avp-styles .button.button--blue {
  background-color: #0D8EFB;
  color: #FFF;
}
.avp-styles .button.button--blue:after {
  color: #FFF;
}
.avp-styles .button.button--blue.button--bordered {
  border-color: #0D8EFB;
  color: #0D8EFB;
}
.avp-styles .button.button--blue .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--blue:is(button):hover, .avp-styles .button.button--blue:is(a):hover {
  background-color: #F4C616;
  color: #000;
}
.avp-styles .button.button--blue:is(button):hover:after, .avp-styles .button.button--blue:is(a):hover:after {
  color: #0D8EFB;
}
.avp-styles .button.button--blue:is(button):hover .button__icon svg path, .avp-styles .button.button--blue:is(a):hover .button__icon svg path {
  fill: #0D8EFB;
}
.avp-styles .button.button--blue:is(button):hover.button--bordered, .avp-styles .button.button--blue:is(a):hover.button--bordered {
  background-color: #0D8EFB;
  color: #FFF;
  border-color: #0D8EFB;
}
.avp-styles .button.button--blue:is(button):hover.button--bordered:after, .avp-styles .button.button--blue:is(a):hover.button--bordered:after {
  color: #FFF;
}
.avp-styles .button.button--blue:is(button):hover.button--bordered .button__icon svg path, .avp-styles .button.button--blue:is(a):hover.button--bordered .button__icon svg path {
  fill: #FFF;
}
.avp-styles .button.button--disabled {
  cursor: none;
  pointer-events: none;
  color: #999;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.avp-styles .button.button--bordered {
  border: 2px solid;
  background-color: transparent;
}
.avp-styles .button.button--expand {
  position: relative;
  line-height: 1.375em;
  font-weight: 600;
  padding: 0.5em 2.75em 0.5em 1em;
  min-height: 2.875em;
  text-transform: none;
}
.avp-styles .button.button--expand:after {
  position: absolute;
  top: 50%;
  right: 0.6em;
  font-size: 1.5625em;
  content: "+";
  font-weight: 400;
  transform: translateY(-50%);
  margin-top: -0.04em;
  transition: 0.3s all ease-in-out;
}
.avp-styles .button.button--expand.active:after {
  content: "−";
}
.avp-styles .button.button--icon {
  position: relative;
  line-height: 1.375em;
  font-weight: 600;
  padding: 0.5em 1em;
  min-height: 2.75em;
}
.avp-styles .button.button--icon svg {
  display: block;
  width: 1em;
  height: 1em;
  transition: 0.3s opacity ease-in-out;
}
.avp-styles .button.button--icon svg path {
  transition: 0.3s fill ease-in-out;
}
.avp-styles .button.button--icon .button__icon {
  position: relative;
  z-index: 1;
  font-size: 1em;
  margin-left: 1em;
}
.avp-styles .button.button--icon .button__icon-active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.avp-styles .button.button--icon.active .button__icon-default {
  opacity: 0;
}
.avp-styles .button.button--icon.active .button__icon-active {
  opacity: 1;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles .button.button--secondary {
    font-size: 0.875em;
    line-height: 1.285714em;
    padding: 0.5em 1em;
    min-height: 44px;
  }
  .avp-styles .button.button--gray.button--secondary {
    background-color: #0D8EFB;
    color: #FFF;
  }
}
.avp-styles .expand-content {
  display: none;
}
.avp-styles .expand-content.active {
  display: block;
}
.avp-styles .expand-content.expand-content--inline-block.active {
  display: inline-block;
}
.avp-styles .expand-content.expand-content--flex.active {
  display: flex;
}
.avp-styles .expand-content.expand-content--inline-flex.active {
  display: inline-flex;
}
.avp-styles input.button-selection {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.avp-styles .button-selection, .avp-styles input.button-selection + label {
  margin: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 0.5em 1.5em;
  min-height: 2.75em;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.375em;
  transition: 0.15s all ease-in-out;
  cursor: pointer;
}
.avp-styles .button-selection + .button-selection, .avp-styles input.button-selection + label + .button-selection {
  margin-left: 2px;
}
.avp-styles .button-selection + .button-selection + label, .avp-styles input.button-selection + label + .button-selection + label {
  margin-left: 2px;
}
@media (max-width: 767px) {
  .avp-styles .button-selection, .avp-styles input.button-selection + label {
    padding: 0.5em 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {
  .avp-styles .button-selection, .avp-styles input.button-selection + label {
    padding: 0.5em 1em;
  }
}
.avp-styles input.button-selection[disabled=disabled] + label {
  opacity: 0.5;
  pointer-events: none;
}
.avp-styles .button-selection.button-selection--blue, .avp-styles input.button-selection.button-selection--blue + label {
  border: 2px solid #DDDDDD;
  color: #000;
}
.avp-styles .button-selection.button-selection--blue:hover, .avp-styles input.button-selection.button-selection--blue + label:hover {
  border-color: #0D8EFB;
  color: #000;
}
.avp-styles .button-selection.button-selection--blue.button-selection--selected, .avp-styles .button-selection.button-selection--blue:active, .avp-styles input.button-selection.button-selection--blue + label.button-selection--selected, .avp-styles input.button-selection.button-selection--blue + label:active {
  background-color: #0D8EFB;
  border-color: #0D8EFB;
  color: #FFF;
}
.avp-styles .button-selection.button-selection--blue:checked + label, .avp-styles input.button-selection.button-selection--blue + label:checked + label {
  background-color: #0D8EFB;
  border-color: #0D8EFB;
  color: #FFF;
}
.avp-styles .button-selection.button-selection--blue:checked + label:hover, .avp-styles input.button-selection.button-selection--blue + label:checked + label:hover {
  color: #FFF;
}
.avp-styles .button-selection.button-selection--black, .avp-styles input.button-selection.button-selection--black + label {
  border: 2px solid #000;
  background-color: #000;
  color: #FFF;
}
.avp-styles .button-selection.button-selection--black:hover, .avp-styles .button-selection.button-selection--black.button-selection--selected, .avp-styles .button-selection.button-selection--black:active, .avp-styles input.button-selection.button-selection--black + label:hover, .avp-styles input.button-selection.button-selection--black + label.button-selection--selected, .avp-styles input.button-selection.button-selection--black + label:active {
  background-color: #F4C616;
  border-color: #F4C616;
  color: #000;
}
.avp-styles .button-selection.button-selection--black:checked + label, .avp-styles input.button-selection.button-selection--black + label:checked + label {
  background-color: #F4C616;
  border-color: #F4C616;
  color: #000;
}
.avp-styles table {
  width: 100%;
  font-size: 1em;
}
.avp-styles table thead tr {
  height: 50px;
}
.avp-styles table thead td, .avp-styles table thead th {
  background-color: #000;
  color: #FFF;
  font-family: "HCo Gotham XNarrow", sans-serif;
  font-weight: 700;
  font-size: 0.8125em;
  line-height: 1.083333em;
  text-transform: uppercase;
  padding: 0.5em 1.384615em;
}
.avp-styles table tbody tr {
  height: 44px;
}
.avp-styles table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.avp-styles table tbody tr:nth-child(odd):last-child th, .avp-styles table tbody tr:nth-child(odd):last-child td {
  border-bottom: thin solid #f5f5f5;
}
.avp-styles table tbody tr td, .avp-styles table tbody tr th {
  color: #1e1e1e;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: normal;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1em;
  padding: 0.666em 1.5em;
}
.avp-styles table tbody tr:first-child:last-child {
  background-color: #f5f5f5;
}
.avp-styles table .cell--gray {
  background-color: #f5f5f5;
}
.avp-styles table .cell--centered {
  text-align: center;
}
.avp-styles table.table--16 tbody td, .avp-styles table.table--16 tbody th {
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em 1.125em;
}
.avp-styles table .table-label {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 600;
}
.avp-styles table .table-icon img {
  width: 1.125em;
  height: auto;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles table thead td, .avp-styles table thead th {
    line-height: 0.923076em;
    padding: 0.5em 0.923076em;
  }
  .avp-styles table tbody tr {
    height: 60px;
  }
  .avp-styles table tbody tr td, .avp-styles table tbody tr th {
    padding: 0.5em 0.75em;
  }
  .avp-styles table.table--16 tbody td, .avp-styles table.table--16 tbody th {
    padding: 0.5em 0.75em;
  }
}
.avp-styles .mobile-scroll-table__wrapper {
  position: relative;
}
.avp-styles .mobile-scroll-table__wrapper .mobile-scroll-table__inner {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles .mobile-scroll-table__wrapper {
    margin-right: -20px;
  }
  .avp-styles .mobile-scroll-table__wrapper table {
    min-width: 780px;
    margin-right: 20px;
  }
  .avp-styles .mobile-scroll-table__wrapper table th:last-child, .avp-styles .mobile-scroll-table__wrapper table td:last-child {
    padding-right: 42px;
  }
  .avp-styles .mobile-scroll-table__wrapper:before {
    position: absolute;
    z-index: 2;
    content: "";
    font-size: 1.25em;
    width: 1em;
    height: 2.1em;
    background-image: url("../images/scoring/match-scroll-indicator-2.png");
    background-size: cover;
    top: 50%;
    right: 0.25em;
    transform: translateY(-50%);
    opacity: 0.4;
    pointer-events: none;
  }
  .avp-styles .mobile-scroll-table__wrapper:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.875em;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.6) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ffffff", endColorstr="#ffffff",GradientType=1 );
    pointer-events: none;
  }
}
.avp-styles .pagination {
  padding: initial;
  margin: initial;
  border-radius: initial;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "prev pages next";
}
.avp-styles .pagination:empty {
  display: none;
}
.avp-styles .pagination:not(:first-child) {
  margin-top: 2.75em;
}
.avp-styles .pagination .pagination__prev {
  grid-area: prev;
  text-align: left;
}
.avp-styles .pagination .pagination__pages {
  grid-area: pages;
  text-align: center;
}
.avp-styles .pagination .pagination__pages .pagination__page {
  padding: 0 10px;
  cursor: pointer;
  color: #DDDDDD;
}
.avp-styles .pagination .pagination__pages .pagination__page.pagination__page--active {
  color: #727272;
  pointer-events: none;
}
.avp-styles .pagination .pagination__next {
  grid-area: next;
  text-align: right;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles .pagination {
    grid-template-columns: 15% 70% 15%;
  }
}
.avp-styles hr {
  display: block;
  clear: both;
}
.avp-styles hr + .wp-caption {
  margin-bottom: 2em;
}
.avp-styles p, .avp-styles ul, .avp-styles ol {
  margin: initial;
  font-family: "HCo Gotham XNarrow", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2em;
}
.avp-styles p + p,
.avp-styles p + img,
.avp-styles p + .wp-caption,
.avp-styles p + h1,
.avp-styles p + h2,
.avp-styles p + h3,
.avp-styles p + h4,
.avp-styles p + h5,
.avp-styles p + h6,
.avp-styles p + .h1,
.avp-styles p + .h2,
.avp-styles p + .h3,
.avp-styles p + .h4,
.avp-styles p + .h5,
.avp-styles p + .h6, .avp-styles ul + p,
.avp-styles ul + img,
.avp-styles ul + .wp-caption,
.avp-styles ul + h1,
.avp-styles ul + h2,
.avp-styles ul + h3,
.avp-styles ul + h4,
.avp-styles ul + h5,
.avp-styles ul + h6,
.avp-styles ul + .h1,
.avp-styles ul + .h2,
.avp-styles ul + .h3,
.avp-styles ul + .h4,
.avp-styles ul + .h5,
.avp-styles ul + .h6, .avp-styles ol + p,
.avp-styles ol + img,
.avp-styles ol + .wp-caption,
.avp-styles ol + h1,
.avp-styles ol + h2,
.avp-styles ol + h3,
.avp-styles ol + h4,
.avp-styles ol + h5,
.avp-styles ol + h6,
.avp-styles ol + .h1,
.avp-styles ol + .h2,
.avp-styles ol + .h3,
.avp-styles ol + .h4,
.avp-styles ol + .h5,
.avp-styles ol + .h6 {
  margin-top: 1em;
}
.avp-styles p + ul,
.avp-styles p + ol, .avp-styles ul + ul,
.avp-styles ul + ol, .avp-styles ol + ul,
.avp-styles ol + ol {
  margin-top: 0.7em;
}
.avp-styles p + a, .avp-styles ul + a, .avp-styles ol + a {
  display: block;
  margin-top: 2em;
}
.avp-styles p a, .avp-styles ul a, .avp-styles ol a {
  display: inline-block;
}
.avp-styles ol, .avp-styles ul {
  margin-left: 1.8em;
  padding-left: 0;
}
.avp-styles ol ol, .avp-styles ol ul, .avp-styles ul ol, .avp-styles ul ul {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  margin-top: 0.5em;
}
.avp-styles ol li, .avp-styles ul li {
  position: relative;
  list-style: none;
}
.avp-styles ol li:not(:last-child), .avp-styles ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.avp-styles ol li:before, .avp-styles ul li:before {
  padding-right: 1em;
}
.avp-styles ol.list--unstyled, .avp-styles ul.list--unstyled {
  margin: initial;
  font-family: inherit;
  font-weight: initial;
  font-size: inherit;
  line-height: inherit;
}
.avp-styles ol.list--unstyled li, .avp-styles ul.list--unstyled li {
  margin: initial;
}
.avp-styles ol.list--unstyled li:before, .avp-styles ul.list--unstyled li:before {
  all: initial;
}
.avp-styles ul li::before {
  content: "•";
}
.avp-styles ol li {
  counter-increment: step-counter;
}
.avp-styles ol li:before {
  content: counter(step-counter) ". ";
}
.avp-styles .body-copy--2 p:last-child, .avp-styles .body-copy--2 ul:last-child, .avp-styles .body-copy--2 ol:last-child, .avp-styles .body-copy--3 p:last-child, .avp-styles .body-copy--3 ul:last-child, .avp-styles .body-copy--3 ol:last-child, .avp-styles .body-copy--4 p:last-child, .avp-styles .body-copy--4 ul:last-child, .avp-styles .body-copy--4 ol:last-child {
  margin-bottom: 0;
}
.avp-styles .body-copy--2 p, .avp-styles .body-copy--2 ul, .avp-styles .body-copy--2 ol, .avp-styles .body-copy--4 p, .avp-styles .body-copy--4 ul, .avp-styles .body-copy--4 ol {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}
.avp-styles .body-copy--2 ol, .avp-styles .body-copy--2 ul, .avp-styles .body-copy--4 ol, .avp-styles .body-copy--4 ul {
  margin-left: 2.25em;
}
.avp-styles .body-copy--2 ol li:before, .avp-styles .body-copy--2 ul li:before, .avp-styles .body-copy--4 ol li:before, .avp-styles .body-copy--4 ul li:before {
  left: -1.25em;
}
.avp-styles .body-copy--2:not(:last-child), .avp-styles .body-copy--4:not(:last-child) {
  margin-bottom: 1.25em;
}
.avp-styles .body-copy--3 p, .avp-styles .body-copy--3 ul, .avp-styles .body-copy--3 ol, .avp-styles .body-copy--4 p, .avp-styles .body-copy--4 ul, .avp-styles .body-copy--4 ol {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-weight: normal;
}
.avp-styles .body-copy--3 p, .avp-styles .body-copy--3 ul, .avp-styles .body-copy--3 ol {
  font-size: 0.8125em;
  line-height: 1.384615em;
  margin-bottom: 1.384615em;
}
.avp-styles .body-copy--3 ol, .avp-styles .body-copy--3 ul {
  margin-left: 2.76923em;
}
.avp-styles .body-copy--3 ol li:before, .avp-styles .body-copy--3 ul li:before {
  left: -1.538461em;
}
.avp-styles .body-copy--3:not(:last-child) {
  margin-bottom: 1.384615em;
}
@media (max-width: 767px) and (orientation: portrait) {
  .avp-styles p, .avp-styles ul, .avp-styles ol {
    font-size: 1.125em;
    line-height: 1.222em;
    margin-bottom: 1em;
  }
  .avp-styles .body-copy--2 p, .avp-styles .body-copy--2 ul, .avp-styles .body-copy--2 ol, .avp-styles .body-copy--4 p, .avp-styles .body-copy--4 ul, .avp-styles .body-copy--4 ol {
    font-size: 0.875em;
    line-height: 1.285714em;
    margin-bottom: 1.214285em;
  }
  .avp-styles .body-copy--2 ol, .avp-styles .body-copy--2 ul, .avp-styles .body-copy--4 ol, .avp-styles .body-copy--4 ul {
    margin-left: 2.571428em;
  }
  .avp-styles .body-copy--2 ol li:before, .avp-styles .body-copy--2 ul li:before, .avp-styles .body-copy--4 ol li:before, .avp-styles .body-copy--4 ul li:before {
    left: -1.428571em;
  }
  .avp-styles .body-copy--2:not(:last-child), .avp-styles .body-copy--4:not(:last-child) {
    margin-bottom: 1.214285em;
  }
  .avp-styles .body-copy--3 p, .avp-styles .body-copy--3 ul, .avp-styles .body-copy--3 ol {
    font-size: 0.75em;
    line-height: 1.333em;
    margin-bottom: 1.25em;
  }
  .avp-styles .body-copy--3 ol, .avp-styles .body-copy--3 ul {
    margin-left: 3em;
  }
  .avp-styles .body-copy--3 ol li:before, .avp-styles .body-copy--3 ul li:before {
    left: -1.666em;
  }
  .avp-styles .body-copy--3:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
.avp-styles .tooltip {
  all: initial;
  cursor: pointer;
  z-index: 10;
}
.avp-styles .tooltip .tooltip__icon {
  display: block;
  width: 12px;
  height: 12px;
}
.avp-styles .tooltip .tooltip__icon path {
  fill: #000;
}
.avp-styles .tooltip .tooltip__content {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  z-index: 1;
  padding: 14px 44px 14px 14px;
  transform: translateY(-16px);
}
.avp-styles .tooltip .tooltip__content .body-copy, .avp-styles .tooltip .tooltip__content:before, .avp-styles .tooltip .tooltip__content:after {
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.avp-styles .tooltip .tooltip__content .body-copy {
  position: relative;
  z-index: 1;
}
.avp-styles .tooltip .tooltip__content:before {
  content: "";
  width: 18px;
  height: 22px;
  background-image: url("../images/tooltip-arrow.png");
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 1;
  transform: translate(100%, 50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.avp-styles .tooltip .tooltip__content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 0;
}
.avp-styles .tooltip:hover .tooltip__icon path, .avp-styles .tooltip.tooltip--mobile.active .tooltip__icon path {
  fill: #0D8EFB;
}
.avp-styles .tooltip:hover .tooltip__content, .avp-styles .tooltip.tooltip--mobile.active .tooltip__content {
  display: block;
  pointer-events: auto;
}
.avp-styles .tooltip:hover .tooltip__content .body-copy, .avp-styles .tooltip:hover .tooltip__content:before, .avp-styles .tooltip:hover .tooltip__content:after, .avp-styles .tooltip.tooltip--mobile.active .tooltip__content .body-copy, .avp-styles .tooltip.tooltip--mobile.active .tooltip__content:before, .avp-styles .tooltip.tooltip--mobile.active .tooltip__content:after {
  opacity: 1;
}
.avp-styles label {
  all: initial;
  box-sizing: border-box;
}
.avp-styles .form-label {
  position: relative;
  display: block;
  margin: 0 0 1.181818em 0;
  font-family: "HCo Gotham XNarrow", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 0.8125em;
  line-height: 0.923076em;
  text-transform: uppercase;
  letter-spacing: 0.038461538em;
}
.avp-styles .form-label .tooltip {
  position: absolute;
  top: 2px;
  right: 0;
}
.avp-styles .form-label.form-label--gray {
  color: #BBB;
}
.avp-styles input, .avp-styles textarea {
  border: thin solid #F2F2F2;
  background-color: #F2F2F2;
  width: 100%;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  padding: 0 0.875em;
  color: #000;
  transition: 0.3s all ease-in-out;
}
.avp-styles input.input--bordered, .avp-styles textarea.input--bordered {
  background-color: transparent;
  border: 2px solid #DDDDDD;
}
.avp-styles input:focus, .avp-styles textarea:focus {
  border-color: #0D8EFB;
}
.avp-styles input.error, .avp-styles textarea.error {
  border-color: #fb0d0d;
}
.avp-styles input[type=email], .avp-styles input[type=text], .avp-styles input[type=number], .avp-styles input[type=tel] {
  height: 2.75em;
}
.avp-styles textarea {
  resize: none;
  padding: 0.75em 0.875em;
  max-height: 11.25em;
}
.avp-styles .avp-search__box {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: flex;
  height: 2.75em;
}
.avp-styles .avp-search__box.avp-search__box--centered {
  margin: 0 auto;
}
.avp-styles .avp-search__box .avp-search__field {
  flex: 1 0 auto;
  padding: 0 2.5em 0 0.875em;
  height: auto;
}
.avp-styles .avp-search__box .avp-search__submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0.75em;
  width: 2.5em;
  height: 2.5em;
  border: initial;
  background: initial;
}
.avp-styles .avp-search__box .avp-search__submit svg {
  display: block;
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.avp-styles .avp-search__box .avp-search__submit svg path {
  transition: 0.15s fill ease-in-out;
  fill: #999;
}
.avp-styles .avp-search__box .avp-search__submit:hover svg path {
  fill: #0D8EFB;
}
.avp-styles .custom-select {
  position: relative;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 600;
  /* Style items (options): */
}
.avp-styles .custom-select select {
  display: none;
  /*hide original SELECT element: */
}
.avp-styles .custom-select .select-selected {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
  height: 2.75em;
  padding: 0 0.875em;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  background-color: #F2F2F2;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
}
.avp-styles .custom-select .select-selected .select-arrow {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.625em;
  width: 1em;
  height: 0.625em;
}
.avp-styles .custom-select .select-selected .select-arrow path {
  fill: #000;
}
.avp-styles .custom-select .select-selected.select-arrow-active .select-arrow {
  transform: translateY(-50%) scaleY(-1);
}
.avp-styles .custom-select .select-selected.select-arrow-active .select-arrow path {
  fill: #000;
}
.avp-styles .custom-select .select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 19em;
  overflow-y: scroll;
  /* style the items (options), including the selected item: */
  /* Hide the items when the select box is closed: */
}
.avp-styles .custom-select .select-items div {
  display: flex;
  align-items: center;
  padding: 0.25em 0.875em;
  cursor: pointer;
  min-height: 2.375em;
  transition: all 0.15s ease-in-out;
}
.avp-styles .custom-select .select-items div:hover, .avp-styles .custom-select .select-items div.same-as-selected {
  color: #FFF;
  background-color: #0D8EFB;
}
.avp-styles .custom-select .select-items.select-hide {
  display: none;
}
.avp-styles .custom-select.custom-select--bordered .select-selected {
  background-color: #FFF;
  border: 2px solid #DDDDDD;
}
.avp-styles .custom-select.custom-select--bordered .select-selected .select-arrow path {
  fill: #DDDDDD;
}
.avp-styles .custom-select.custom-select--bordered .select-selected.select-arrow-active {
  border-color: #0D8EFB;
}
.avp-styles .custom-select.custom-select--bordered .select-selected.select-arrow-active .select-arrow path {
  fill: #0D8EFB;
}
@media (max-width: 767px) {
  .avp-styles .custom-select {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .avp-styles .custom-select {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) and (orientation: landscape) {
  .avp-styles .custom-select {
    width: 100% !important;
  }
}
.avp-styles pre {
  display: block;
  padding: 1em;
  font-size: 1em;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: initial;
  border-radius: initial;
  white-space: initial;
}
.avp-styles pre:not(:first-child) {
  margin-top: 1.25em;
}
.avp-styles pre:not(:last-child) {
  margin-bottom: 1.25em;
}
.avp-styles code {
  padding: 0;
  color: inherit;
  white-space: normal;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.875em;
  line-height: 1.25;
}

/*# sourceMappingURL=style-guide.css.map */
