/* Typography */
@font-face {
  font-family: 'Connections';
  src: url('/fonts/cnx-regular.eot');
  src: url('/fonts/cnx-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-regular.woff') format('woff'), url('/fonts/cnx-regular.otf') format('opentype'), url('/fonts/cnx-regular.ttf') format('truetype'), url('/fonts/cnx-regular.svg#Connections') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsMedium';
  src: url('/fonts/cnx-medium.eot');
  src: url('/fonts/cnx-medium.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-medium.woff') format('woff'), url('/fonts/cnx-medium.otf') format('opentype'), url('/fonts/cnx-medium.ttf') format('truetype'), url('/fonts/cnx-medium.svg#ConnectionsMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsBold';
  src: url('/fonts/cnx-bold.eot');
  src: url('/fonts/cnx-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-bold.woff') format('woff'), url('/fonts/cnx-bold.otf') format('opentype'), url('/fonts/cnx-bold.ttf') format('truetype'), url('/fonts/cnx-bold.svg#ConnectionsBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsItalic';
  src: url('/fonts/cnx-italic.eot');
  src: url('/fonts/cnx-italic.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-italic.woff') format('woff'), url('/fonts/cnx-italic.otf') format('opentype'), url('/fonts/cnx-italic.ttf') format('truetype'), url('/fonts/cnx-italic.svg#ConnectionsItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsLight';
  src: url('/fonts/cnx-light.eot');
  src: url('/fonts/cnx-light.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-light.woff') format('woff'), url('/fonts/cnx-light.otf') format('opentype'), url('/fonts/cnx-light.ttf') format('truetype'), url('/fonts/cnx-light.svg#ConnectionsLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsLightItalic';
  src: url('/fonts/cnx-light-italic.eot');
  src: url('/fonts/cnx-light-italic.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-light-italic.woff') format('woff'), url('/fonts/cnx-light-italic.otf') format('opentype'), url('/fonts/cnx-light-italic.ttf') format('truetype'), url('/fonts/cnx-light-italic.svg#ConnectionsLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConnectionsCondensedLight';
  src: url('/fonts/cnx-condensed-light.eot');
  src: url('/fonts/cnx-condensed-light.eot?#iefix') format('embedded-opentype'), url('/fonts/cnx-condensed-light.woff') format('woff'), url('/fonts/cnx-condensed-light.otf') format('opentype'), url('/fonts/cnx-condensed-light.ttf') format('truetype'), url('/fonts/cnx-condensed-light.svg#ConnectionsCondensedLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.otf') format('opentype'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Base Variables */
/* URLs - Dev */
/* base-url-fonts: '../fonts';
@base-url-images: '../images'; */
/* URLs - Prod */
/* Base Mixins */
/* High Density */
/* Base Styles */
@-ms-viewport {
  width: auto !important;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
}
h1 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: 'ConnectionsLight', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.75rem;
  margin-bottom: 1.375rem;
}
h3 {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  margin-bottom: 1.125rem;
}
h4 {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}
h5 {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
h6 {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0;
}
a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:active {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  color: inherit;
  outline: 1px dotted;
}
ul {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
ul.list-line-items li {
  margin-bottom: 0.5rem;
}
ul.list-paragraphs li {
  margin-bottom: 1.25rem;
}
sup {
  font-size: 70%;
}
b,
strong,
.bold {
  font-family: 'ConnectionsBold', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.medium {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
em,
i {
  font-family: 'ConnectionsItalic', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: normal;
}
u,
.underlined {
  text-decoration: underline;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-ms-clear {
  display: none;
}
.clearout {
  clear: both;
}
.hidden,
.hide {
  display: none !important;
}
.no-list-style {
  list-style: none;
  padding-left: 0;
}
.ada-hidden,
.aural-text {
  position: absolute;
  left: -10000px;
  color: transparent;
  font-size: 1px;
  margin-left: -10000px;
  line-height: 0.1em;
}
.ada-toggle .ada-show {
  display: none;
}
.ada-toggle .ada-hide {
  display: inline-block;
}
.ada-toggle.collapsed .ada-show {
  display: inline-block;
}
.ada-toggle.collapsed .ada-hide {
  display: none;
}
.vlp-template {
  min-width: 320px;
}
.vlp-container {
  max-width: 1000px;
  margin: 0;
  padding: 0;
}
.vlp-container.container-centered {
  margin: 0 auto;
}
.vlp-row {
  margin: 0 -0.9375rem;
}
.vlp-col {
  padding: 0 0.9375rem;
}
.vlp-link.link-blue {
  color: #0052C2;
}
.vlp-link.link-blue:hover,
.vlp-link.link-blue:active,
.vlp-link.link-blue:focus {
  color: #012169;
}
.vlp-link.link-blue:hover,
.vlp-link.link-blue:focus {
  text-decoration: underline;
}
.vlp-link.link-underline {
  text-decoration: underline;
}
.vlp-link.link-underline:focus {
  outline: 1px dotted;
  outline-offset: 2px;
}
.vlp-link:hover sup,
.vlp-link:active sup,
.vlp-link:focus sup {
  display: inline-block;
}
.vlp-link.link-layer {
  display: inline-block;
  border-bottom: 1px dotted;
  padding-bottom: 1px;
}
.vlp-link.link-layer:hover,
.vlp-link.link-layer:active,
.vlp-link.link-layer:focus {
  text-decoration: none;
  border-bottom: 1px solid;
  outline: none;
}
.vlp-link.vlp-link--lock {
  background-image: url('/images/icon-lock.png');
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: left center;
  padding-left: 0.875rem;
  
}
.vlp-button {
  display: inline-block;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
  margin: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.vlp-button:hover,
.vlp-button:active,
.vlp-button:focus {
  text-decoration: none;
}
.vlp-button:focus {
  outline: 1px dotted #000000;
  outline-offset: 2px;
}
.vlp-button.button-block {
  display: block;
  text-align: center;
}
.vlp-button.button-cta {
  background-color: #012169;
  color: #FFFFFF;
}
.vlp-button.button-cta:hover,
.vlp-button.button-cta:active,
.vlp-button.button-cta:focus {
  background-color: #001547;
  color: #FFFFFF;
}
.vlp-button.button-blue {
  background-color: #0073CF;
  color: #FFFFFF;
}
.vlp-button.button-blue:hover,
.vlp-button.button-blue:active,
.vlp-button.button-blue:focus {
  background-color: #0052C2;
  color: #FFFFFF;
}
.vlp-button.button-red {
  background-color: #DC1431;
  color: #FFFFFF;
}
.vlp-button.button-red:hover,
.vlp-button.button-red:active,
.vlp-button.button-red:focus {
  background-color: #C41230;
  color: #FFFFFF;
}
.vlp-button.button-gray {
  background-color: #F2F2F2;
  color: #0052C2;
}
.vlp-button.button-gray:hover,
.vlp-button.button-gray:active,
.vlp-button.button-gray:focus {
  background-color: #F2F2F2;
  color: #0052C2;
}
.vlp-button.button-white {
  background-color: #FFFFFF;
  color: #0052C2;
}
.vlp-button.button-white:hover,
.vlp-button.button-white:active,
.vlp-button.button-white:focus {
  background-color: #D3D3D3;
  color: #0052C2;
}
.vlp-button.button-alt {
  background-color: transparent;
  color: #333333;
  outline: 1px solid #333333;
  transition: background-color 0.2s ease-in-out, outline-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.vlp-button.button-alt:hover,
.vlp-button.button-alt:active,
.vlp-button.button-alt:focus {
  background-color: #D3D3D3;
  color: #333333;
}
.vlp-button.button-alt.alt-blue {
  outline-color: #0073CF;
  color: #0073CF;
}
.vlp-button.button-alt.alt-blue:hover,
.vlp-button.button-alt.alt-blue:active,
.vlp-button.button-alt.alt-blue:focus {
  background-color: #0073CF;
  outline-color: #0073CF;
  color: #FFFFFF;
}
.vlp-button.button-alt.alt-white {
  outline-color: #FFFFFF;
  color: #FFFFFF;
}
.vlp-button.button-alt.alt-white:hover,
.vlp-button.button-alt.alt-white:active,
.vlp-button.button-alt.alt-white:focus {
  background-color: rgba(255, 255, 255, 0.15);
  outline-color: #FFFFFF;
  color: #FFFFFF;
}
.vlp-button.button-plain {
  background-color: transparent;
  color: #0052C2;
}
.vlp-button.button-plain:hover,
.vlp-button.button-plain:active,
.vlp-button.button-plain:focus {
  color: #0052C2;
  text-decoration: underline;
}
/* Fallbacks and Hacks for IE10 & Up */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* SVG Hack */
  img[src$=".svg"] {
    padding: 0%;
  }
}
/* Fallbacks and Hacks for Microsoft Edge */
/* Fallbacks and Hacks for Chrome and Safari Tablet and Mobile */
/* Header */
.vlp-header {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 320px;
  width: 100%;
  z-index: 997;
  background-color: #FFFFFF;
}
.vlp-header .header-container {
  height: 5rem;
  padding: 0 1.875rem;
}
.vlp-header .header-logo {
  display: inline-block;
}
.vlp-header .header-logo:focus {
  outline: 1px dotted;
  outline-offset: 2px;
}
.vlp-header .header-logo.logo-bofa img {
  width: 15rem;
}
.vlp-header .header-logo.logo-merrill img {
  width: 12rem;
}
.vlp-header .header-skip {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1rem;
  text-align: center;
  width: 210px;
  margin-top: -100px;
  margin-left: -105px;
  opacity: 0;
  transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.vlp-header .header-skip:focus {
  margin-top: 0;
  opacity: 0.9;
}
/* Responsive Styles - Header */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
/* Mobile Medium */
/* Mobile Small */
/* Main */
.vlp-main {
  margin-top: 5rem;
}
.vlp-main .main-hero h1,
.vlp-main .main-hero .subtext {
  color: #FFFFFF;
}
.vlp-main .main-hero h1 {
  font-size: 2rem;
  letter-spacing: -0.0015em;
  padding: 0 1.875rem;
  order: 1;
}
.vlp-main .main-hero .subtext {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  order: 1;
}
.vlp-main .main-hero .hero-background {
  background-image: url('/images/bg-flagscape-hero-red.svg');
  background-color: #C41230;
  background-position: left -105vw top -5rem;
  background-size: 300vw;
  /* background-position: center center;
            background-size: cover; */
  background-repeat: no-repeat;
  padding: 3.125rem 0 25.5rem;
}
.vlp-main .main-hero .hero-video {
  margin-top: -25.5rem;
  margin-bottom: 1rem;
}
.vlp-main .main-hero .hero-video .video-player {
  margin-bottom: 0.875rem;
  order: 2;
}
.vlp-main .main-hero .hero-video #kaltura_player {
  width: 100%;
  padding-bottom: 56.3%;
  /* border-bottom: 1.5rem solid @gray-light; */
}
.vlp-main .main-hero .hero-video .video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -4rem;
  background-image: url('/images/icon-play.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  opacity: 0.8;
  text-align: center;
  vertical-align: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.vlp-main .main-hero .hero-video .video-js .vjs-big-play-button:before {
  content: '';
}
.vlp-main .main-hero .hero-video .video-js .vjs-big-play-button:hover,
.vlp-main .main-hero .hero-video .video-js .vjs-big-play-button:focus {
  box-shadow: none;
  opacity: 0.9;
}
.vlp-main .main-hero .hero-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '';
}
.vlp-main .main-hero .hero-video .video-js .vjs-load-progress {
  background: #FFFFFF;
}
.vlp-main .main-hero .hero-video .video-js .vjs-play-progress,
.vlp-main .main-hero .hero-video .video-js .vjs-volume-level {
  background-color: #0073CF;
}
.vlp-main .main-hero .hero-video .video-js .vjs-dock-shelf,
.vlp-main .main-hero .hero-video .video-js .vjs-dock-text,
.vlp-main .main-hero .hero-video .video-js .vjs-dock-title,
.vlp-main .main-hero .hero-video .video-js .vjs-dock-description {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.vlp-main .main-hero .hero-video .video-js .vjs-dock-title {
  font-size: 1.25rem;
  margin-bottom: 0.125rem;
}
.vlp-main .main-hero .hero-video .video-js .vjs-dock-description {
  font-size: 0.875rem;
}
.vlp-transcript-container {
  order: 2;
}
.vlp-transcript-btn-toggle {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 0.75rem;
}
.vlp-transcript-btn-toggle:hover {
  text-decoration: underline;
}
.vlp-transcript-btn-toggle:after {
  content: '';
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: .375rem;
  height: .375rem;
  margin-left: 0.25rem;
  margin-top: 0.375rem;
  transform: rotate(-45deg);
  pointer-events: none;
}
.vlp-transcript-btn-toggle.toggle-open:after {
  margin-left: 0.4125rem;
  margin-top: 0.3125rem;
  transform: rotate(45deg);
}
.vlp-transcript-btn-hide {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0.3125rem 1rem;
  border: 1px solid #000;
  background-color: transparent;
  margin-bottom: 1rem;
}
.vlp-transcript-content {
  position: relative;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 1.25rem;
  margin-bottom: 1rem;
  background-color: #F2F2F2;
}
.vlp-transcript-content:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.375rem;
  left: 1.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #F2F2F2;
  transform: rotate(
45deg);
}
.vlp-transcript-content p:last-of-type {
  margin-bottom: 0;
}
.vlp-profile .profile-info {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  min-width: 260px;
  padding: 1.875rem 0 0;
}
.vlp-profile .profile-info .info-section {
  margin-bottom: 1.25rem;
}
.vlp-profile .profile-info .info-section:last-of-type {
  margin-bottom: 0;
}
.vlp-profile .profile-name {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  margin: 0;
}
.vlp-profile .profile-title {
  font-size: 1.25rem;
}
/* .vlp-profile .profile-company {
  margin-bottom: 1.25rem;
} */
/* .vlp-profile .profile-osj .osj-label {
  margin-bottom: 0.125rem;
} */
.vlp-profile .profile-contacts .contacts-container {
  padding: 1.875rem;
  background-color: #F2F2F2;
}
.vlp-profile .profile-photo {
  width: 8.5rem;
  margin-bottom: 1.875rem;
}
.vlp-profile .profile-cta {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  width: 100%;
  max-width: 280px;
  margin-bottom: 1rem;
}
.vlp-profile .profile-cta:last-of-type {
  margin-bottom: 0;
}
.vlp-profile .profile-cta.cta-button {
  display: block;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.vlp-profile .profile-cta.cta-button:hover,
.vlp-profile .profile-cta.cta-button:active,
.vlp-profile .profile-cta.cta-button:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.vlp-profile .profile-cta.cta-button:focus {
  outline: 1px dotted #000000;
  outline-offset: 2px;
}
.vlp-profile .profile-cta.cta-button:not(.cta-phone) {
  background-color: #012169;
}
.vlp-profile .profile-cta.cta-button:not(.cta-phone):hover,
.vlp-profile .profile-cta.cta-button:not(.cta-phone):active,
.vlp-profile .profile-cta.cta-button:not(.cta-phone):focus {
  background-color: #001547;
}
.vlp-profile .profile-cta.cta-button.cta-phone {
  display: inline-block;
  font-size: 1.25rem;
  color: #000000;
  width: auto;
  padding: 0.25rem 0 0.25rem 1.875rem;
  background-image: url('/images/icon-phone.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}
.vlp-profile .profile-cta.cta-button.cta-phone:hover,
.vlp-profile .profile-cta.cta-button.cta-phone:active,
.vlp-profile .profile-cta.cta-button.cta-phone:focus {
  background-color: transparent;
}
/* Responsive Styles - Main */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .vlp-main .main-hero .hero-background {
    background-position: left -105vw top;
  }
}
/* Tablet & Down */
@media (max-width: 991px) {
  .vlp-main .main-hero .hero-background {
    padding: 3.125rem 0 43.5%;
  }
  .vlp-main .main-hero .hero-video {
    margin-top: -43.5%;
  }
}
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .vlp-main .main-hero h1 {
    font-size: 1.75rem;
    order: 1;
  }
  .vlp-main .main-hero .subtext {
    color: #000000;
    margin-top: 1.125rem;
    margin-bottom: 0;
    order: 3;
  }
  .vlp-main .main-hero .hero-background {
    background-image: url('/images/bg-flagscape-full-red.svg');
    background-position: left -110vw top -30vw;
    background-size: 300vw;
    padding: 1.875rem 0 30%;
  }
  .vlp-main .main-hero .hero-video {
    margin-top: -30%;
    padding: 0 1.875rem;
  }
  .vlp-main .main-hero .hero-video .video-player {
    order: 1;
  }
  .vlp-transcript-container {
    order: 2;
  }
  .vlp-profile {
    padding: 0 1.875rem;
  }
  .vlp-profile .profile-info {
    max-width: 260px;
  }
  .template-merrill .vlp-profile .profile-info {
    min-width: 0;
  }
  .vlp-profile .profile-name {
    font-size: 1.625rem;
  }
  .vlp-profile .profile-contacts .contacts-container {
    background-color: transparent;
  }
  .vlp-profile .profile-cta.cta-button.cta-phone {
    display: block;
    font-size: 1rem;
    color: #FFFFFF;
    width: 100%;
    max-width: 280px;
    padding: 0.5rem 1.25rem;
    background-image: none;
    background-color: #012169;
  }
  .vlp-profile .profile-cta.cta-button.cta-phone:hover,
  .vlp-profile .profile-cta.cta-button.cta-phone:active,
  .vlp-profile .profile-cta.cta-button.cta-phone:focus {
    background-color: #001547;
    color: #FFFFFF;
  }
}
/* Mobile Medium */
/* Mobile Small */
@media (max-width: 576px) {
  .vlp-profile {
    padding: 0 1.875rem;
  }
  .vlp-profile .profile-info {
    max-width: 260px;
  }
  .vlp-profile .profile-contacts .contacts-container {
    background-color: transparent;
    padding: 1.875rem 0;
  }
}
/* Footer */
.vlp-footer {
  position: relative;
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  min-height: 15rem;
  margin: 1.875rem 0 0;
}
.vlp-footer p {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.vlp-footer .footer-container {
  padding: 1.875rem;
  border-top: 0.9375rem solid #DC1431;
}
.vlp-footer .footer-logo {
  width: 10rem;
  margin: 0 0 0.75rem;
}
.vlp-footer .footer-meta .meta-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vlp-footer .footer-meta .meta-links .links-item {
  display: inline-block;
}
.vlp-footer .footer-meta .meta-links .links-item:after {
  content: '\00a0|\00a0';
}
.vlp-footer .footer-meta .meta-links .links-item:last-of-type:after {
  content: '';
}
.vlp-footer .vlp-link {
    text-decoration: none;
}
.vlp-footer .footer-footnotes ol {
  display: table;
  counter-reset: foo;
  margin: 0;
  padding: 0;
}
.vlp-footer .footer-footnotes ol li {
  display: table-row;
  list-style: none;
  counter-increment: footnote;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.vlp-footer .footer-footnotes ol li:before {
  content: counter(footnote);
  display: table-cell;
  padding-right: 0.25rem;
  vertical-align: top;
  font-size: 70%;
}
.vlp-footer .footer-footnotes ol li:after {
  display: block;
  content: '\00a0';
}
.vlp-footer .footer-footnotes ol li:last-of-type:after {
  content: '';
}
.vlp-footer .footer-disclosures .disclosures-merrill {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  border: 1px solid #000000;
}
.vlp-footer .footer-disclosures .disclosures-merrill li {
  text-align: center;
  width: 33.33333333%;
  padding: 0.25rem 0.5rem;
  border-right: 1px solid #000000;
}
.vlp-footer .footer-disclosures .disclosures-merrill li:last-of-type {
  border-right: none;
}
.vlp-footer .footer-legal .logo-ehl {
  display: inline-block;
  width: 0.75rem;
  padding-bottom: 0.1875rem;
}
.vlp-footer .vlp-footer__icon-cpra {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  margin-top: -2px;
  margin-left: 0.125rem;
}
/* Responsive Styles - Footer */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
/* Mobile Medium */
/* Mobile Small */
/* Layers */
.vlp-popover {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #000000;
  max-width: 800px;
  padding: 0;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  z-index: 999;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.vlp-popover .popover-close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.vlp-popover .popover-close:after {
  content: '\2715';
}
.vlp-popover .popover-close:hover,
.vlp-popover .popover-close:focus {
  text-decoration: none;
}
.vlp-popover .popover-close:hover {
  opacity: 0.75;
}
.vlp-popover .popover-header {
  font-family: 'ConnectionsMedium', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #000000;
  padding: 1.875rem 2.75rem 1rem 1.5rem;
  margin: 0;
  background-color: #FFFFFF;
  border-bottom: none;
  border-radius: 0;
}
.vlp-popover .popover-body {
  font-size: 0.75rem;
  color: #000000;
  padding: 0 1.5rem 1.875rem;
}
.vlp-popover .popover-body p {
  margin-bottom: 0.75rem;
}
.vlp-popover .popover-body p:last-of-type {
  margin-bottom: 0;
}
.vlp-popover .arrow {
  width: 2rem;
  height: 2rem;
  z-index: 998;
}
.vlp-popover.bs-popover-top > .arrow:before,
.vlp-popover.bs-popover-top > .arrow:after {
  border-width: 1rem 1rem 0 1rem;
}
.vlp-popover.bs-popover-top > .arrow:before {
  border-top-color: transparent;
}
.vlp-popover.bs-popover-top > .arrow:after {
  bottom: 0;
}
.vlp-popover.bs-popover-bottom > .arrow:before,
.vlp-popover.bs-popover-bottom > .arrow:after {
  border-width: 0 1rem 1rem 1rem;
}
.vlp-popover.bs-popover-bottom > .arrow:before {
  border-bottom-color: transparent;
}
.vlp-popover.bs-popover-bottom > .arrow:after {
  top: 0;
}
.vlp-popover.bs-popover-left > .arrow:before,
.vlp-popover.bs-popover-left > .arrow:after {
  border-width: 1rem 0 1rem 1rem;
}
.vlp-popover.bs-popover-left > .arrow:before {
  border-left-color: transparent;
}
.vlp-popover.bs-popover-left > .arrow:after {
  right: 0;
}
.vlp-popover.bs-popover-right > .arrow:before,
.vlp-popover.bs-popover-right > .arrow:after {
  border-width: 1rem 1rem 1rem 0;
}
.vlp-popover.bs-popover-right > .arrow:before {
  border-right-color: transparent;
}
.vlp-popover.bs-popover-right > .arrow:after {
  left: 0;
}
/* Responsive Styles - Layers */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  .vlp-popover {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
    will-change: auto !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .vlp-popover .popover-body {
    overflow-y: auto;
  }
  .vlp-popover .arrow {
    display: none;
  }
  .vlp-popover.bs-popover-top {
    margin-bottom: 0;
  }
  .vlp-popover.bs-popover-bottom {
    margin-top: 0;
  }
  .vlp-popover.bs-popover-left {
    margin-right: 0;
  }
  .vlp-popover.bs-popover-right {
    margin-left: 0;
  }
}
/* Mobile Medium */
/* Mobile Small */
/* Mobile Fallbacks and Hacks for IE10 & Up */
@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vlp-popover .popover-body {
    margin-bottom: 1.875rem;
  }
}
/* Responsive - Global */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
/* Mobile Medium */
/* Mobile Small */
@media (max-width: 576px) {
  html {
    font-size: 90%;
  }
}
/* Template - Merrill */
.template-merrill h1 {
  margin-bottom: 2.5rem;
}
.template-merrill .vlp-main .main-hero .subtext {
  font-size: 1.375rem;
  color: #000000;
  padding: 0 1.875rem;
  margin-bottom: 3.125rem;
}
.template-merrill .vlp-main .main-hero .hero-video {
  margin-bottom: 0;
}
.template-all .vlp-transcript-btn-toggle, .template-all .vlp-transcript-btn-hide {
  font-size: 1rem;
}
.template-all .vlp-transcript-btn-toggle {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0.75rem;
}
.template-all .vlp-transcript-btn-toggle:after {
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  top: 0.05rem;
  right: 1.25rem;
  margin-top: 0.3125rem;
}
.template-all .vlp-transcript-btn-toggle.toggle-open:after {
  transform: rotate(225deg);
  margin-top: 0.5rem;
}
.template-all .vlp-transcript-btn-toggle span {
  display: block;
}
.template-all .vlp-transcript-container {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 2rem;
}
.template-all .vlp-transcript-content:before {
  display: none;
}
.template-all .vlp-transcript-content {
  padding: 0.75rem;
  background-color: transparent;
}
.template-merrill .merrill-logo {
  margin-bottom: 1.75rem;
}
.template-merrill .merrill-mark {
  width: 3rem;
  margin-right: 0.75rem;
}
.template-merrill .merrill-text {
  font-family: 'Connections', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.01em;
  color: #012169;
}
.template-merrill .vlp-main .main-hero .hero-background {
  background-image: url('/images/bg-flagscape-merrill-simplified.png');
  background-color: #012169;
  background-size: cover;
  background-position: center center;
}
.template-merrill .vlp-profile .profile-company {
  margin-bottom: 1.25rem;
}
.template-merrill .profile-photo-mobile {
  display: none;
  padding: 1.875rem 0 0 0.75rem;
}
.template-merrill .profile-photo-desktop {
  display: block;
}
.template-merrill .profile-photo-mobile .profile-photo {
  max-width: 8.5rem;
  width: 100%;
}
.template-merrill .vlp-profile .profile-cta.cta-button:not(.cta-phone) {
  background-color: #DC1431;
}
.template-merrill .vlp-profile .profile-cta.cta-button:not(.cta-phone):hover,
.template-merrill .vlp-profile .profile-cta.cta-button:not(.cta-phone):active,
.template-merrill .vlp-profile .profile-cta.cta-button:not(.cta-phone):focus {
  background-color: #C41230;
}
.template-merrill .vlp-footer .footer-container {
  border-top: 0.9375rem solid #012169;
}
.template-all .designation-disclosures {
  margin-bottom: 1rem;
}
/* Responsive Styles - Merrill */
/* Desktop Large */
/* Desktop Medium */
/* Desktop & Up */
/* Tablet */
/* Tablet & Down */
/* Tablet & Up */
/* Mobile */
@media (max-width: 767px) {
  /* .template-merrill .vlp-main .main-hero .hero-background {
    background-image: url('/images/bg-flagscape-full-blue.svg');
  } */
  .template-merrill .profile-photo-mobile {
    display: block;
  }
  .template-merrill .profile-photo-desktop {
    display: none;
  }
  .template-merrill .vlp-profile .profile-cta.cta-button.cta-phone {
    background-color: #DC1431;
  }
  .template-merrill .vlp-profile .profile-cta.cta-button.cta-phone:hover,
  .template-merrill .vlp-profile .profile-cta.cta-button.cta-phone:active,
  .template-merrill .vlp-profile .profile-cta.cta-button.cta-phone:focus {
    background-color: #C41230;
  }
}
/* Mobile Medium */
/* Mobile Small */

.display-block {
    display: block;
}

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

.text-default {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.text-medium {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-red {
    color: #E31837 !important;
}

.text-blue {
    color: #0073CF !important;
}

.text-royal {
    color: #0052C2 !important;
}

.text-navy {
    color: #012169 !important;
}

.text-gray {
    color: #6F6F6F !important;
}

.text-size-1 {
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
}

.text-size-2 {
    font-size: 1rem !important;
    line-height: 1.3 !important;
}

.text-size-3 {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
}

.text-size-4 {
    font-size: 1.875rem !important;
    line-height: 1.2 !important;
}

.text-size-5 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
}

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

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

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

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

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

.margin-1 {
    margin: 0.5rem !important;
}

.margin-2 {
    margin: 1rem !important;
}

.margin-3 {
    margin: 1.5rem !important;
}

.margin-4 {
    margin: 2rem !important;
}

.margin-5 {
    margin: 3.125rem !important;
}

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

.padding-1 {
    padding: 0.5rem !important;
}

.padding-2 {
    padding: 1rem !important;
}

.padding-3 {
    padding: 1.5rem !important;
}

.padding-4 {
    padding: 2rem !important;
}

.padding-5 {
    padding: 3.125rem !important;
}

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

.margin-top-1 {
    margin-top: 0.5rem !important;
}

.margin-top-2 {
    margin-top: 1rem !important;
}

.margin-top-3 {
    margin-top: 1.5rem !important;
}

.margin-top-4 {
    margin-top: 2rem !important;
}

.margin-top-5 {
    margin-top: 3.125rem !important;
}

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

.margin-bottom-1 {
    margin-bottom: 0.5rem !important;
}

.margin-bottom-2 {
    margin-bottom: 1rem !important;
}

.margin-bottom-3 {
    margin-bottom: 1.5rem !important;
}

.margin-bottom-4 {
    margin-bottom: 2rem !important;
}

.margin-bottom-5 {
    margin-bottom: 3.125rem !important;
}

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

.margin-left-1 {
    margin-left: 0.5rem !important;
}

.margin-left-2 {
    margin-left: 1rem !important;
}

.margin-left-3 {
    margin-left: 1.5rem !important;
}

.margin-left-4 {
    margin-left: 2rem !important;
}

.margin-left-5 {
    margin-left: 3.125rem !important;
}

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

.margin-right-1 {
    margin-right: 0.5rem !important;
}

.margin-right-2 {
    margin-right: 1rem !important;
}

.margin-right-3 {
    margin-right: 1.5rem !important;
}

.margin-right-4 {
    margin-right: 2rem !important;
}

.margin-right-5 {
    margin-right: 3.125rem !important;
}

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

.padding-top-1 {
    padding-top: 0.5rem !important;
}

.padding-top-2 {
    padding-top: 1rem !important;
}

.padding-top-3 {
    padding-top: 1.5rem !important;
}

.padding-top-4 {
    padding-top: 2rem !important;
}

.padding-top-5 {
    padding-top: 3.125rem !important;
}

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

.padding-bottom-1 {
    padding-bottom: 0.5rem !important;
}

.padding-bottom-2 {
    padding-bottom: 1rem !important;
}

.padding-bottom-3 {
    padding-bottom: 1.5rem !important;
}

.padding-bottom-4 {
    padding-bottom: 2rem !important;
}

.padding-bottom-5 {
    padding-bottom: 3.125rem !important;
}

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

.padding-left-1 {
    padding-left: 0.5rem !important;
}

.padding-left-2 {
    padding-left: 1rem !important;
}

.padding-left-3 {
    padding-left: 1.5rem !important;
}

.padding-left-4 {
    padding-left: 2rem !important;
}

.padding-left-5 {
    padding-left: 3.125rem !important;
}

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

.padding-right-1 {
    padding-right: 0.5rem !important;
}

.padding-right-2 {
    padding-right: 1rem !important;
}

.padding-right-3 {
    padding-right: 1.5rem !important;
}

.padding-right-4 {
    padding-right: 2rem !important;
}

.padding-right-5 {
    padding-right: 3.125rem !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    img[src$=".svg"] {
        padding: 0;
    }
}

/* Transcript */

.ilx-transcript {
    min-width: 576px;
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.3;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga" 1;
    -moz-font-feature-settings: "liga" 1;
    font-feature-settings: "liga" 1;
    margin: 0 1.875rem 1.875rem;
    border-bottom: 1px solid #000000;
}

    .ilx-transcript h1,
    .ilx-transcript h2,
    .ilx-transcript h3,
    .ilx-transcript h4,
    .ilx-transcript h5,
    .ilx-transcript h6 {
        font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        line-height: inherit;
        margin: 0;
    }

    .ilx-transcript p,
    .ilx-transcript li {
        font-size: 1rem;
        line-height: 1.3;
    }

    .ilx-transcript .list-content li {
        margin-bottom: 1rem;
    }

        .ilx-transcript .list-content li:last-child {
            margin: 0;
        }

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

        .ilx-transcript p:last-child {
            margin: 0;
        }

    .ilx-transcript ol,
    .ilx-transcript ul {
        margin-top: 0;
    }

    .ilx-transcript a,
    .ilx-transcript .link {
        color: #0052C2;
    }

        .ilx-transcript a:hover,
        .ilx-transcript a:active,
        .ilx-transcript .link:hover,
        .ilx-transcript .link:active {
            text-decoration: underline;
        }

        .ilx-transcript a:hover,
        .ilx-transcript a:focus,
        .ilx-transcript .link:hover,
        .ilx-transcript .link:focus {
            color: #0052C2;
        }

        .ilx-transcript a:focus,
        .ilx-transcript .link:focus {
            outline: 1px dotted #000000;
        }

    .ilx-transcript .link-go:after {
        content: "›";
        margin-left: 0.25rem;
        font-size: 1.4em;
    }

    .ilx-transcript button,
    .ilx-transcript [type=button] {
        font-family: inherit;
        background-color: inherit;
        padding: 0;
        border: 0;
        border-radius: 0;
        cursor: pointer;
    }

        .ilx-transcript button:focus,
        .ilx-transcript [type=button]:focus {
            outline: 1px dotted #000000;
        }

            .ilx-transcript button:focus:not(:focus-visible), .ilx-transcript [type=button]:focus:not(:focus-visible) {
                outline: 1px dotted #000000;
            }

    .ilx-transcript sup {
        font-size: 70%;
        top: -0.3em;
    }

.ilx-transcript__toggle {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem !important;
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 1rem;
    letter-spacing: -0.01em;
    text-align: left;
}

    .ilx-transcript__toggle:after {
        content: '';
        position: absolute;
        top: 0.875rem;
        right: 1.25rem;
        display: inline-block;
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
        width: 0.5rem;
        height: 0.5rem;
        transform: rotate(45deg);
        transition: top 0.2s ease-out, transform 0.2s ease-out;
    }

    .ilx-transcript__toggle.active:after {
        top: 1.25rem;
        transform: rotate(-135deg);
    }

.ilx-transcript__content {
    display: none;
}

    .ilx-transcript__content.show {
        display: block;
    }

.ilx-transcript__body {
    padding: 1.25rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ilx-transcript sup {
        top: -0.5em;
    }
}

.ilx-transcript strong,
.ilx-transcript b,
.ilx-transcript .text-bold {
    font-family: "ConnectionsBold", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
}

.ilx-transcript em,
.ilx-transcript i,
.ilx-transcript .text-italic {
    font-family: "ConnectionsItalic", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-style: normal !important;
}

.ilx-transcript u,
.ilx-transcript .text-underline {
    text-decoration: underline !important;
}

/* Button */

.ilx-pill {
    display: flex;
}

.ilx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 1.5rem;
    background-color: #F2F2F2;
    border: 0;
    border-radius: 0.3125rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #000000;
    white-space: nowrap;
    cursor: pointer;
}

    .ilx-btn:hover, .ilx-btn:focus {
        color: #000000;
    }

    .ilx-btn:hover {
        background-color: #E9E9E9;
        text-decoration: none;
    }

.ilx-pill .ilx-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ilx-pill .ilx-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ilx-btn--sm {
    height: 2rem;
    border-radius: 0.3125rem;
    font-size: 0.75rem;
}

.ilx-btn--primary {
    background-color: #0052C2;
    color: #FFFFFF;
}

    .ilx-btn--primary:hover, .ilx-btn--primary:focus {
        color: #FFFFFF;
    }

    .ilx-btn--primary:hover {
        background-color: #012169;
    }

    .ilx-btn--primary.ilx-btn--disabled, .ilx-btn--primary[disabled] {
        color: #000000;
    }

.ilx-btn--secondary {
    background-color: #E5EEF9;
    border: 0;
    color: #0052C2;
}

    .ilx-btn--secondary:hover, .ilx-btn--secondary:focus {
        color: #0052C2;
    }

    .ilx-btn--secondary:hover {
        background-color: #D0DFF0;
    }

    .ilx-btn--secondary.ilx-btn--border {
        border-color: #0052C2;
    }

.ilx-btn--tertiary {
    background-color: #E5EEF9;
    color: #000000;
}

    .ilx-btn--tertiary:hover, .ilx-btn--tertiary:focus {
        color: #000000;
    }

    .ilx-btn--tertiary:hover {
        background-color: #D0DFF0;
    }

    .ilx-btn--tertiary.ilx-btn--border {
        border-color: #0052C2;
    }

.ilx-btn--important {
    background-color: #E31837;
    color: #FFFFFF;
}

    .ilx-btn--important:hover, .ilx-btn--important:focus {
        color: #FFFFFF;
    }

    .ilx-btn--important:hover {
        background-color: #C41230;
    }

.ilx-btn--disabled, .ilx-btn[disabled] {
    background-color: #D9D9D9;
    opacity: 0.65;
    pointer-events: none;
}

.ilx-btn--transparent {
    background-color: transparent;
}

.ilx-btn--border {
    border: 1px solid #000000;
}

.ilx-btn--border-light {
    border: 1px solid #D9D9D9;
}

.ilx-btn--block {
    display: flex;
    width: 100%;
}

.ilx-btn--iconic {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center center;
}

.ilx-btn--dropdown {
    position: relative;
    padding-right: 2.375rem;
    box-shadow: 2px 2px 0px 1px rgba(0, 0, 0, 0.15);
}

    .ilx-btn--dropdown:after {
        content: "";
        position: absolute;
        top: calc(50% - 0.5rem + 1px);
        right: 0.625rem;
        width: 1rem;
        height: 1rem;
        background-image: url("/images/icon-chevron-down.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0.875rem;
        transition: transform 0.25s ease-in-out;
    }

    .ilx-btn--dropdown[aria-expanded=true]:after {
        transform: rotate(-180deg);
    }

.ilx-btn__label {
    display: inline-flex;
    align-items: center;
}

.ilx-btn__label--icon {
    padding: 0.375rem 0 0.375rem 1.75rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left center;
}

/* Heading */

.ilx-heading {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.ilx-heading--lg {
    font-family: "ConnectionsLight", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}

.ilx-heading--md {
    font-family: "Connections", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.ilx-heading--sm {
    font-family: "ConnectionsMedium", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 0.875rem;
}

/* Video */

.ilx-video {
    width: 100%;
    min-width: 576px;
    padding: 1.875rem 1.875rem 0;
    line-height: 0;
}

.ilx-video__player {
    width: 100%;
    min-width: 576px
}