.accordion {
    margin-bottom: 30px;
}

.accordion .cmp-accordion .cmp-accordion__item .cmp-accordion__header {
    background-color: #FAFDFF;
    border: 1px solid #d8e7f5;
    border-bottom: 1px solid #d8e7f5;
    padding: 20px;
}

.accordion .cmp-accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
    background-color: #FAFDFF;
    border-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #0071BC;
    font-weight: 600;
    padding: 0;
    position: relative;
}

.accordion .cmp-accordion .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
    display: inline-block;
}

.cmp-accordion__button {
    display: block;
    width: 100%;
    text-align: left;
}
.cmp-accordion__button:focus {
    outline: none;
}

.cmp-accordion__panel--expanded {
    border: 1px solid #d8e7f5;
}

.cmp-accordion__icon {
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    right: 0;
}

.cmp-accordion__icon::after {
    font-family: "loopicon";
    content: "\e116";
    font-size: 0.75rem;
    float: right;
}

.cmp-accordion__button--expanded .cmp-accordion__icon::after {
    font-family: "loopicon";
    content: "\e119";
    font-size: 0.75rem;
    float: right;
}
    .wblive_event_series .teaser {
  box-shadow: none;
  border: none;
  padding: 20px 15px;
}
.wblive_event_series .teaser .cmp-teaser {
  box-shadow: 0 2px 4px 0 #e5e2e2;
  border-bottom: 1px solid #e5e2e2;
}
.wblive_event_series .teaser .cmp-teaser .cmp-image__image {
  display: block;
}
.wblive_event_series .teaser .cmp-teaser .cmp-image__image .cmp-image img {
  display: block !important;
  width: 100%;
  height: auto;
}
.wblive_event_series .teaser .cmp-teaser .cmp-teaser__content {
  padding: 15px;
  min-height: 140px;
  height: auto;
}
.wblive_event_series .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.wblive_event_series .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
  font-weight: 400;
  color: #333333;
  font-style: normal;
  font-family: "Andes";
  text-decoration: none;
}
.wblive_event_series .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .wblive_event_series .title {
    margin-bottom: 20px;
  }
  .wblive_event_series .title .cmp-title__text {
    margin: 0;
    line-height: 2rem;
  }
  .wblive_event_series .teaser {
    padding: 0 40px;
    margin-bottom: 15px;
  }
  .wblive_event_series .teaser .cmp-teaser__content {
    height: auto;
    padding: 10px !important;
    min-height: 50px !important;
  }
  .wblive_event_series .teaser .cmp-teaser__content .cmp-teaser__title {
    margin-bottom: 5px;
  }
  .wblive_event_series .teaser .cmp-teaser__content .cmp-teaser__title a {
    margin-bottom: 5px;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
}
.cmp-carousel__action--next, .cmp-carousel__action--previous {
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
}

.cmp-carousel .cmp-carousel__action {
  position: absolute;
  top: 40%;
  z-index: 9999;
  padding: 10px;
  display: block;
  z-index: 3;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
}

.cmp-carousel__action--next {
  right: -40px;
  background-image: url(clientlib-site-author/resources/img/arrow-right.png);
}

.cmp-carousel__action--previous {
  left: -40px;
  background-image: url(clientlib-site-author/resources/img/arrow-left.png);
}

.cmp-teaser__link, .cmp-teaser__time {
  text-decoration: none;
}

.cmp-teaser__link:hover, .cmp-teaser__time:hover {
  text-decoration: none;
}

.cmp-carousel__indicators {
  margin-top: 20px;
  list-style-type: none;
  justify-content: center;
  display: none;
}

.cmp-carousel__indicators li {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 50%;
}

.cmp-carousel__item {
  transition: 2s all;
  display: none;
  position: relative;
  overflow: hidden;
  transition: right 1s ease-out;
  right: -100%;

}

.cmp-carousel__item--active {
  display: block;
  right: 0;
}

@media (max-width: 1200px) {
  .cmp-carousel__action--next {
    right: 0;
  }
  
  .cmp-carousel__action--previous {
    left: 0;
  }
}

.detail-page-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}

.detail-page-slider .cmp-carousel {
  background-color: #4D4D4D;
}

.detail-page-slider .cmp-carousel__item {
  padding: 40px;
}

.detail-page-slider .cmp-carousel__item .text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Open Sans";
}

.detail-page-slider .cmp-carousel__action--next {
  right: 0;
  background-color: #000000;
  outline: none;
}

.detail-page-slider .cmp-carousel__action--previous {
  left: 0;
  background-color: #000000;
  outline: none;
}

.detail-page-slider .cmp-carousel__action--play, .detail-page-slider .cmp-carousel__action--pause {
  display: none;
}

.cmp-carousel .cmp-carousel__content .text .cmp-text {
  color: #FFFFFF;
}
.cmp-carousel .cmp-carousel__content .text .cmp-text h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
  font-family: "Open Sans";
}
@charset "UTF-8";
/*! the-loop.css v1.0.0  */
html {
  font-family:"Open Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
  margin: 0px;
}

:root {
  font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

address {
  font-style: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

[hidden],
template {
  display: none;
}

a {
  color: #0071BC;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover, a:focus {
  /* color: #00538A; */
  text-decoration: underline;
}
/*a:focus {
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

a:focus {
  outline: #996300 solid 2px;
  color: #002244;
  border-radius: 0px;
}

:focus {
  outline: #996300 solid 2px;
  color: #002244;
  border-radius: 0px;
}

ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #333333;
  font-style: normal;
  margin-bottom: 15px;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

abbr [title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: 4px;
}

img {
  border: 0;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 22px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

[role=button] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search],
input[type=email],
input[type=text],
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

fieldset {
  border: 0;
  margin: 0px;
  padding: 0px;
}

fieldset[disabled] {
  cursor: default;
  opacity: 0.6;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666666;
}

form[disabled] {
  cursor: default;
  opacity: 0.6;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

td,
th {
  padding: 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.live__cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a [href]::after {
    content: " (" attr(href) ")";
  }
  abbr [title]:after {
    content: " (" attr(title) ")";
  }
  a [href^="#"]::after,
a [href^="javascript:"]::after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .live__navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* == Begin Custom SASS == */
a.live__overlay-link {
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  visibility: visible;
  background: transparent;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
a.live__overlay-link:focus {
  outline: 0px;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
@font-face {
    font-family: 'Andes';
    src:url('clientlib-site-author/resources/fonts/304244_1_0.eot');
    src:url('clientlib-site-author/resources/fonts/304244_1_0.eot?#iefix') format('embedded-opentype'),
        url('clientlib-site-author/resources/fonts/304244_1_0.woff2') format('woff2'),
        url('clientlib-site-author/resources/fonts/304244_1_0.woff') format('woff'),
        url('clientlib-site-author/resources/fonts/304244_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'AndesBold';
    src: url("../../../resources/fonts/304244_0_0.eot");
    src: url("../../../resources/fonts/304244_0_0.eot?#iefix") format("embedded-opentype"),
        url("../../../resources/fonts/304244_0_0.woff2") format("woff2"),
        url("../../../resources/fonts/304244_0_0.woff") format("woff"),
        url("../../../resources/fonts/304244_0_0.ttf") format("truetype");
}
@font-face {
    font-family: 'AndesSemiBold';
    src: url("../../../resources/fonts/304244_2_0.eot");
    src: url("../../../resources/fonts/304244_2_0.eot?#iefix") format("embedded-opentype"),
        url("../../../resources/fonts/304244_2_0.woff2") format("woff2"),
        url("../../../resources/fonts/304244_2_0.woff") format("woff"),
        url("../../../resources/fonts/304244_2_0.ttf") format("truetype");
}
@font-face {
    font-family: 'AndesExtraLight';
    src: url("../../../resources/fonts/font.woff2") format("woff2"),
        url("../../../resources/fonts/font.woff") format("woff");
}
.lp__footer_top hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.lp__footer_top input[type=email]:focus,
.lp__footer_top input[type=image]:focus {
  outline: #ffd380 solid 2px;
}

.lp__footer_top input[type=email]:-internal-autofill-selected,
.lp__footer_top input[type=image]:-internal-autofill-selected {
  background-color: #ccf0ff;
}

.lp__footer_menuitem ul {
  padding: 0px;
  list-style: none;
}

.lp__footer_menuitem ul li {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  margin: 0px 0px 8px 0px;
  font-weight: normal;
}

.lp__footer_menuitem ul li:before,
.lp__footer_menuitem ul li:after {
  content: " ";
  display: table;
}

.lp__footer_menuitem ul li:after {
  clear: both;
}

.lp__footer_menuitem ul li a {
  color: #ffffff;

}

.lp__footer_menuitem ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lp__footer_menuitem ul li a:focus {
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_bottom {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  float: left;
  width: 100%;
}

.lp__footer_bottom .padding-0 {
  padding: 0px;
}

.lp__listinline {
  margin-left: 0px;
}

.lp__listinline ul {
  padding: 0px;
  list-style: none;
}

.lp__listinline ul>li {
  padding: 0px 8px 0px 8px;
  line-height: 16px;
  margin: 0px 0px 8px 0px;
}

.lp__listinline ul>li:before,
.lp__listinline ul>li:after {
  content: " ";
  display: table;
}

.lp__listinline ul>li:after {
  clear: both;
}

.lp__listinline ul>li:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.16);
}

.lp__listinline ul>li:first-child {
  padding: 0px 8px 0px 0px;
}

.disclaimer {
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-right: 1px solid #ffffff;
  font-weight: normal;
  float: left;
}

.disclaimer a {
  opacity: 0.7;
  color: #ffffff;
  padding: 2px;
}

.disclaimer a:hover {
  text-decoration: underline;
}

.disclaimer a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__copyright {
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: #ffffff;
  text-align: right;
  opacity: 0.5;
  margin-top: 4px;
  float: right;
}

.lp__newsletter_alert {
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 0px 4px 0px;
}

.lp__newsletter_alert a {
  color: #ffffff;
}

.lp__newsletter_alert a:hover {
  color: #ffffff;
}

.lp__newsletter_alert a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_bottom_left {
  float: left;
}

.lp__footer_bottom_left ul {
  padding: 0px;
  list-style: none;
}

.lp__footer_bottom_left ul li {
  margin-top: 12px;
  float: left;
}

.lp__footer_bottom_left ul li svg {
  opacity: 0.5;
}

.lp__footer_bottom_left ul li a:focus svg {
  opacity: 1;
  background-color: #996300;
  text-decoration: none;
}

.lp__footer_bottom_left ul li a.lp__wbgpartnership {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  /*margin-left:$space-sm; */
  padding: 0px 8px 0px 8px;
  float: left;
}

.lp__footer_bottom_left ul li a.lp__wbgpartnership:hover {
  text-decoration: underline;
}

.lp__footer_bottom_left ul li a.lp__wbgpartnership:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_bottom_left ul li:first-child {
  margin-top: 4px;
}

@media (max-width: 450px) {
  .lp__footer_bottom_left ul li:first-child {
    float: none;
  }
}

.lp__footer_bottom_left ul li:nth-of-type(2) {
  margin: 12px 0px 0px 8px;
  padding-left: 8px;
  border-left: 1px solid #e5e5e5;
}

@media (max-width: 450px) {
  .lp__footer_bottom_left ul li:nth-of-type(2) {
    margin: 12px 0px 0px 0px;
    padding-left: 0px;
    border-left: 0px solid #e5e5e5;
  }
}

.lp__footer_bottom_right {
  float: right;
}

.lp__footer_fraud {
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  float: right;
}

.lp__footer_fraud ul li {
  border-right: 1px solid #ffffff;
  padding: 0px 8px 0px 0px;
  float: left;
}

.lp__footer_fraud ul li:last-child {
  border-right: 0px;
  padding: 0px 0px 0px 8px;
}

.lp__footer_fraud ul li a {
  /*padding: 4px;*/
  color: #ffffff;
}

.lp__footer_fraud ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lp__footer_fraud ul li a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_newsletter {
  margin-bottom: 10px;
}

.lp__footer_newsletter .search-input-field-1 {
  width: 100%;
  height: 40px;
  padding: 10px 64px 10px 10px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.lp__footer_newsletter .submit-btn {
  position: absolute;
  top: 0px;
  padding: 8px 10px;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  right: 0px;
  border: 0px;
  width: 40px;
  cursor: pointer;
  float: right;
  opacity: 0.5;
  text-indent: -999px;
  background: url("clientlib-site-author/img/angle-right-white.svg") no-repeat center;
}

.lp__footer_newsletter input[type=image] {
  background-color: transparent;
  padding: 14px;
  height: 40px;
  opacity: 0.75;
}

.lp__footer_newsletter label {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0px 0px 8px 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.lp__footer_newsletter input:-webkit-autofill,
.lp__footer_newsletter input:-webkit-autofill:hover,
.lp__footer_newsletterr input:-webkit-autofill:focus,
.lp__footer_newsletter input:-webkit-autofill:active {
  -webkit-text-fill-color: #e5e5e5;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}

.lp__footer_newsletter input.search-input-field-1::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 0.7;
}

/* == End footer SASS == */
/* == Begin Media query footer SASS == */
@media (min-width: 320px) and (max-width: 991px) {
  ul.lp__footer_bottom_left li {
    margin: 0px 0px 8px 0px;
  }

  .footer-bottom-right {
    float: none;
    /*.lp__footer_fraud{
    	    float: left;
    }*/
  }

  .lp__footer_fraud {
    float: none;
    text-align: left;
  }

  .lp__copyright {
    text-align: left;
    float: left;
  }
}

@media (min-width: 391px) and (max-width: 450px) {
  .lp__footer_bottom_left ul li a.lp__wbgpartnership:first-child {
    margin-left: 4px;
    padding-left: 4px;
  }
}

@media (min-width: 320px) and (max-width: 390px) {
  .lp__footer_bottom_left ul li a.lp__wbgpartnership {
    margin-left: 8px;
    padding-left: 8px;
  }

  .lp__footer_bottom_left ul li a.lp__wbgpartnership:first-child {
    border-left: 0px;
    margin-left: 4px;
    padding-left: 4px;
  }
}

/* == End Media queryfooter SASS == */
/*== Begin Social Icon ==*/
.lp__social_icon {
  display: block;
  float: left;
}

.lp__social_icon ul {
  list-style: none;
  padding: 0px;
}

.lp__social_icon ul li {
  padding-right: 12px;
  float: left;
}

.lp__social_icon ul li:last-child {
  padding-right: 0px;
}

.lp__social_icon ul li a:hover {
  text-decoration: none !important;
  border: 0px;
}

a.lp__socialimg svg:hover {
  opacity: 0.5;
}

a.lp__socialimg:focus {
  outline: 0px;
}

a.lp__socialimg:focus svg {
  background: #ffd380;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .lp__social_icon {
    margin: 0px 0px 32px 0px;
  }
}

/*== End Social Icon ==*/
/* === Begin simplified footer === */
.simplified-footer .full-row-footer-components {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #262626;
}

.simplified-footer .footer .footer-bottom {
  margin-bottom: 4px;
  margin-top: 8px;
  padding-top: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.6);
}

/* === End simplified footer === */
/*== Begin footer global Language dropdown ==*/
.lp-footer-lang-dropdown {
  padding: 16px 0px 16px 0px;
}

.lp-footer-lang-dropdown:before,
.lp-footer-lang-dropdown:after {
  content: " ";
  display: table;
}

.lp-footer-lang-dropdown:after {
  clear: both;
}

.lp-footer-lang-dropdown span.lang-lable {
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-right: 8px;
  color: #ffffff;
  float: left;
}

.lp-footer-lang-dropdown .lang-filter-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #ffffff;
  vertical-align: top;
  padding: 8px 24px;
  display: block;
  background-color: #0071BC;
  border-radius: 2px;
  float: left;
  min-width: 118px;
  width: auto;
  border: 0px;
  height: auto;
}

.lp-footer-lang-dropdown .lang-filter-label:after {
  color: #ffffff;
}

.lp-footer-lang-dropdown .lang-filter-label[aria-expanded=true]:after {
  color: #ffffff;
}

.lp-footer-lang-dropdown .lang-filter-label:hover {
  background-color: #004c92;
  text-decoration: none;
}

.lp-footer-lang-dropdown .lang-filter-label:focus {
  color: #ffffff;
  outline: #ffd380 solid 2px;
}

.lp-footer-lang-dropdown .lp__dropdown_menu {
  margin: 0px 0px 2px 0px;
  border-radius: 0px;
  float: right;
  left: auto;
  min-width: 118px;
  background-color: #0071BC;
  border: 0px;
  top: auto;
  width: auto;
}

.lp-footer-lang-dropdown .lp__dropdown_menu li {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 0px;
}

.lp-footer-lang-dropdown .lp__dropdown_menu li:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
}

.lp-footer-lang-dropdown .lp__dropdown_menu li:focus,
.lp-footer-lang-dropdown .lp__dropdown_menu li.focused {
  background: rgba(0, 0, 0, 0.42);
  color: #ffffff;
}

.lp-footer-lang-dropdown .show .lang-filter-label {
  background-color: #004c92;
  outline: #ffd380 solid 2px;
}

/*== End footer global Language dropdown ==*/
.full-row-footer-components {
  padding-top: 32px;
  padding-bottom: 16px;
  background-color: #1a1a1a;
  margin-left: 0px;
  margin-right: 0px;
}

.full-row-footer-black-components {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #000;
  margin-left: 0px;
  margin-right: 0px;
}

.footer .full-row-footer-components {
  padding-top: 32px;
  padding-bottom: 16px;
  background-color: #1a1a1a;
  margin-left: 0px;
  margin-right: 0px;
}

.footer .full-row-footer-components .lp__footer_menuitem {
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer .full-row-footer-components .aem-Grid,
.footer .full-row-footer-components .lp__footer_top,
.footer .full-row-footer-components .footer_flex,
.footer .full-row-footer-components .lp__footer_bottom {
  display: flex;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer .full-row-footer-components .aem-Grid ul li a,
.footer .full-row-footer-components .lp__footer_top ul li a,
.footer .full-row-footer-components .footer_flex ul li a,
.footer .full-row-footer-components .lp__footer_bottom ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer .full-row-footer-components .aem-Grid ul li a:hover,
.footer .full-row-footer-components .lp__footer_top ul li a:hover,
.footer .full-row-footer-components .footer_flex ul li a:hover,
.footer .full-row-footer-components .lp__footer_bottom ul li a:hover {
  text-decoration: underline;
}

.footer .full-row-footer-components .aem-Grid ul li a:focus,
.footer .full-row-footer-components .lp__footer_top ul li a:focus,
.footer .full-row-footer-components .footer_flex ul li a:focus,
.footer .full-row-footer-components .lp__footer_bottom ul li a:focus {
  color: #333333;
}

.footer .full-row-footer-components .lp__listinline ul li,
.footer .full-row-footer-components .lp__footer_fraud ul li {
  margin-top: 8px;
  list-style: none;
}

.footer .full-row-footer-components .visible-sm,
.footer .full-row-footer-components .visible-xs {
  display: none;
}

.lp__social_icon .h6,
.lp__footersearch_section .h6 {
  font-family: "Andes", sans-serif;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0px 0px 8px 0px;
  text-transform: uppercase;
}

.lp__btn {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #ffffff;
  word-wrap: break-word;
  text-transform: none;
  white-space: normal;
  letter-spacing: 0.78px;
  border: 0px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}

.lp__newsletter_btn {
  font-size: 0.75rem;
  line-height: 1.5rem;
  min-width: 140px;
  padding: 8px 24px 8px 24px;
  text-transform: uppercase;
  background-color: #0071BC;
  text-decoration: none;
}

.lp__solid_lightblue_btn:hover,
.lp__solid_lightblue_btn:focus,
.lp__solid_lightblue_btn:active {
  background-color: #00538A;
  color: #ffffff;
  text-decoration: none;
}

.lp__cta_btn:after,
.lp__news_link:after {
  font-family: "loopicon";
  content: "\e118";
  font-size: 0.625rem;
  margin-left: 4px;
}

.lp-footer-lang-dropdown .lang-filter-label:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.75rem;
  color: #ffffff;
  float: right;
}

.lp-footer-lang-dropdown .lang-filter-label[aria-expanded=true]::after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  float: right;
}

.lp-footer-lang-dropdown .dropdown-menu {
  margin: 0px 0px 2px 0px;
  border-radius: 0px;
  float: right;
  left: auto;
  min-width: 118px;
  background-color: #0071BC;
  border: 0px;
  top: auto;
  z-index: 1;
}

.show {
  display: block !important;
}

.lp-lang-toggler .dropdown-menu {
  display: none;
}

.lp-footer-lang-dropdown .dropdown-menu li a {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px 16px 8px 16px;
  border-radius: 0px;
  color: #0071BC;
  text-decoration: none;
  cursor: pointer !important;
}

.dropdown-menu li a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
}

.full-row-footer-black-components .aem-Grid,
.full-row-footer-black-components .live-grid {
  padding: 0 !important;
}

@media (max-width:768px) {
  .lp__copyright {
    text-align: left;
    float: left;
    margin-bottom: 32px;
    font-size: 0.65rem;
  }
}
/* ---------------------Forms-----------------------------*/
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0px 0px 16px 0px;
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.6);
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 4px;
	font-weight: normal;
}

input [type=search] {
	box-sizing: border-box;
}

input [type=text] [disabled],
fieldset [disabled] input [type=text] {
	cursor: default;
}

input [type=file] {
	display: block;
}

input [type=range] {
	display: block;
	width: 100%;
}

select [multiple],
select [size] {
	height: auto;
}

input [type=file]:focus,
input [type=radio]:focus,
input [type=checkbox]:focus {
	outline: 2px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 16px;
	line-height: 1.5rem;
	color: rgba(0, 0, 0, 0.87);
}


textarea .form-control {
	height: auto;
}

input [type=search] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	input [type=date].form-control,
	input [type=time].form-control,
	input [type=datetime-local].form-control,
	input [type=month].form-control {
		line-height: 22px;
	}
}

input [type=radio],
input [type=checkbox] {
	margin: 4px;
	line-height: normal;
	opacity: 0;
}

.ifc__radio,
.ifc__checkbox {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 16px;
}

.ifc__radio label,
.ifc__checkbox label {
	padding-left: 16px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.ifc__radio input[type=radio],
.ifc__radio_inline input[type=radio],
.ifc__checkbox input[type=checkbox],
.ifc__checkbox_inline input[type=checkbox] {
	position: absolute;
	margin-left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
}

.ifc__radio+.ifc__radio,
.ifc__checkbox+.ifc__checkbox {
	margin-top: -4px;
}

.ifc__radio_inline,
.ifc__checkbox_inline {
	position: relative;
	display: inline-block;
	padding-left: 0;
	margin-bottom: 16px;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.ifc__radio_inline label,
.ifc__checkbox_inline label {
	padding-left: 8px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.ifc__radio_inline+.ifc__radio_inline,
.ifc__checkbox_inline+.ifc__checkbox_inline {
	margin-top: 0;
	margin-left: 16px;
}

.ifc__primary_checkbox {
	position: absolute;
	opacity: 0;
}

.ifc__primary_checkbox+label {
	position: relative;
	padding: 0;
}

.ifc__primary_checkbox+label:before {
	content: "";
	margin-right: 8px;
	display: inline-block;
	vertical-align: text-top;
	padding: 4px;
	width: 20px;
	height: 20px;
	background: #FAFDFF;
	border: 1px solid #D8E7F5;
	box-shadow: inset 0px 3px 0px 0px #F0F7FE;
	cursor: pointer;
	float: left;
}

.ifc__primary_checkbox:focus+label:before {
	outline: #996300 solid 2px;
}

.ifc__primary_checkbox:checked+label:before {
	background: #FAFDFF;
	box-shadow: inset 0px 3px 0px 0px #F0F7FE;
}

.ifc__primary_checkbox:checked:disabled+label:before {
	background: #FAFDFF;
	border: 1px solid #D8E7F5;
	box-shadow: inset 0px 1px 0px 0px #F0F7FE;
}

.ifc__primary_checkbox:checked:disabled+label:after {
	color: #4cbb88;
}

.ifc__primary_checkbox:disabled+label {
	opacity: 0.6;
}

.ifc__primary_checkbox:disabled+label:before {
	box-shadow: none;
	pointer-events: none;
}

.ifc__primary_checkbox:checked+label:after {
	content: "\e124";
	font-family: "loopicon";
	font-size: 13px;
	position: absolute;
	left: 4px;
	top: 0;
	color: #0071BC;
}

.primary_inverse_checkbox .ifc__primary_checkbox+label {
	color: #fff;
}

.primary_inverse_checkbox .ifc__primary_checkbox:disabled+label:before {
	opacity: 0.2;
}

.primary_inverse_checkbox .ifc__primary_checkbox:checked+label:before {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

.primary_inverse_checkbox .ifc__primary_checkbox:checked+label:after {
	color: #0071bc;
}

.primary_inverse_checkbox .ifc__primary_checkbox:checked:disabled+label:before {
	opacity: 1;
}

.ifc__primary_radio {
	position: absolute;
	opacity: 0;
}

.ifc__primary_radio+label {
	position: relative;
	padding: 0;
}

.ifc__primary_radio+label:before {
	content: "";
	margin-right: 16px;
	display: inline-block;
	vertical-align: text-top;
	padding: 4px;
	width: 22px;
	height: 22px;
	background: #FAFDFF;
	border: 1px solid #D8E7F5;
	box-shadow: inset 0px 3px 0px 0px #F0F7FE;
	cursor: pointer;
	border-radius: 100%;
}

.ifc__primary_radio:checked+label:before {
	background: #fff;
	border: 1px solid #0071bc;
	box-shadow: none;
}

.ifc__primary_radio:checked:disabled+label:before {
	background: #fff;
	border: 1px solid #0071bc;
	box-shadow: inset 0px 1px 0px 0px #F0F7FE;
}

.ifc__primary_radio:checked:disabled+label:after {
	color: #0071bc;
}

.ifc__primary_radio:disabled+label {
	opacity: 0.6;
}

.ifc__primary_radio:disabled+label:before {
	box-shadow: none;
	pointer-events: none;
}

.ifc__primary_radio:checked+label:after {
	content: "\e124";
	font-family: "loopicon";
	font-size: 12px;
	line-height: 16px;
	padding: 4px;
	position: absolute;
	left: 1px;
	top: 1px;
	color: #0071bc;
}

.primary_inverse_radio .ifc__primary_radio+label {
	color: #fff;
}

.primary_inverse_radio .ifc__primary_radio:checked+label:before {
	background: #fff;
	border: 1px solid #333;
	box-shadow: inset 0px 1px 0px 0px #333;
}

.primary_inverse_radio .ifc__primary_radio:checked+label:after {
	color: #333;
}

.primary_inverse_radio .ifc__primary_radio:checked:disabled+label:before {
	opacity: 1;
}

.primary_inverse_radio .ifc__primary_radio:checked:disabled+label:after {
	color: #333;
	opacity: 0.6;
}

.ifc__checkbox_label_wrapper {
	display: table-cell;
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	font-weight: 600;
}

/* ---------------------Forms-----------------------------*/
.ifc__input_group {
	position: relative;
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 0;
	box-shadow: none;
}

.ifc__input_group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.ifc__input_group .ifc__form_control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.ifc__input_group .ifc__form_control:focus {
	z-index: 2;
}

.input-type-img {
	position: absolute;
	right: 0px;
	top: 0;
	padding: 14px;
	height: 45px;
	border: 0px;
	background: transparent;
}

.input-type-img:hover {
	opacity: 0.6;
}

.ifc__input_text {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-text-fill-color: rgba(0, 0, 0, 0.87);
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.ifc__primary_input,
.ifc__primary_search {
	margin: 0px 0px 16px 0px;
	position: relative;
}

.ifc__primary_input input[type=password],
.ifc__primary_input input[type=text],
.ifc__primary_input input[type=search],
.ifc__primary_search input[type=password],
.ifc__primary_search input[type=text],
.ifc__primary_search input[type=search] {
	font-size: 0.875rem;
	line-height: 1.375rem;
	width: 100%;
	height: 40px;
	padding: 10px 64px 10px 10px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
	background-color: #fafdff;
	border: 1px solid #d8e7f5;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: inset 0px 2px 1px 0px #F0F7FE;
}

.ifc__primary_input input[type=password]:focus,
.ifc__primary_input input[type=text]:focus,
.ifc__primary_input input[type=search]:focus,
.ifc__primary_search input[type=password]:focus,
.ifc__primary_search input[type=text]:focus,
.ifc__primary_search input[type=search]:focus {
	border: 2px solid #d8e7f5;
	background-color: #ffffff;
	outline: 0px;
}

.ifc__primary_input input[type=date],
.ifc__primary_search input[type=date] {
	font-size: 0.875rem;
	line-height: 1.375rem;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
	background-color: #fafdff;
	border: 1px solid #d8e7f5;
	border-radius: 0;
	-webkit-appearance: none;
	box-shadow: inset 0px 2px 1px 0px #F0F7FE;
	/* &:after {
         font-family: 'loopicon';
         content: "\e136";
       }*/
}

.ifc__primary_input input[type=date]:focus,
.ifc__primary_search input[type=date]:focus {
	border: 2px solid #d8e7f5;
	outline: #996300 solid 2px;
	background-color: #ffffff;
}

.ifc__primary_input[disabled],
.ifc__primary_search[disabled] {
	opacity: 0.6;
}

/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}*/
.ifc__secondary_input,
.ifc__secondary_search {
	margin: 0px 0px 16px 0px;
	position: relative;
}

.ifc__secondary_input input[type=text],
.ifc__secondary_input input[type=email],
.ifc__secondary_input input[type=search],
.ifc__secondary_search input[type=text],
.ifc__secondary_search input[type=email],
.ifc__secondary_search input[type=search] {
	font-size: 0.875rem;
	line-height: 1.375rem;
	width: 100%;
	height: 40px;
	padding: 10px 64px 10px 10px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.6);
	background-color: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	-webkit-appearance: none;
	box-shadow: none;
}

.ifc__secondary_input input[type=text]:focus,
.ifc__secondary_input input[type=email]:focus,
.ifc__secondary_input input[type=search]:focus,
.ifc__secondary_search input[type=text]:focus,
.ifc__secondary_search input[type=email]:focus,
.ifc__secondary_search input[type=search]:focus {
	background-color: #ffffff;
	outline: #996300 solid 2px;
	color: #002244;
	-webkit-appearance: none;
}

.ifc__secondary_input[disabled],
.ifc__secondary_search[disabled] {
	opacity: 0.6;
}

.ifc__search {
	position: relative;
}

.ifc__submit_icon,
.ifc__research_submitbtn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px;
	border: 0px;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: transparent;
	height: 40px;
}

.ifc__submit_icon:before,
.ifc__research_submitbtn:before {
	font-family: "loopicon";
	content: "\e132";
	color: #ec553a;
}

.ifc__search_section .research-button {
	padding: 8px 12px;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	/* Now your own custom styles */
	height: 1px;
	width: 1px;
	background: transparent;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=image]:focus,
input[type=search-text]:focus {
	outline: #996300 solid 2px;
}

input[type=text]:-internal-autofill-selected,
input[type=email]:-internal-autofill-selected,
input[type=search]:-internal-autofill-selected,
input[type=image]:-internal-autofill-selected,
input[type=search-text]:-internal-autofill-selected {
	background-color: #ccf0ff;
}

/* === begin Search (Archives Past Presidents' Speeches) ===*/
.ifc__search_inline .search-input-field-1 {
	margin-bottom: 16px;
}

.ifc__search_inline .ifc__btn {
	text-transform: uppercase;
	font-weight: 600;
}

.redesign_research .ifc__search_inline .submit-btn {
	padding: 12px;
}

.redesign_research a {
	text-decoration: underline;
}

.redesign_research a:hover,
.redesign_research a:focus,
.redesign_research a:active {
	color: #ffffff;
	opacity: 0.8;
}

/* === End Search (Archives Past Presidents' Speeches) ===*/
input .email-input-field-1::-webkit-input-placeholder,
input .email-input-field-1::-moz-placeholder,
input .email-input-field-1::-ms-input-placeholder,
input .email-input-field-1::-moz-placeholder,
input .search-input-field-1::-webkit-input-placeholder,
input .search-input-field-1::-moz-placeholder,
input .search-input-field-1::-ms-input-placeholder,
input .search-input-field-1::-moz-placeholder,
input .search-input-field::-webkit-input-placeholder,
input .search-input-field::-moz-placeholder,
input .search-input-field::-ms-input-placeholder,
input .search-input-field::-moz-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=search]::-moz-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=search]::-moz-placeholder,
input[type=search-text]::-webkit-input-placeholder,
input[type=search-text]::-moz-placeholder,
input[type=search-text]::-ms-input-placeholder,
input[type=search-text]::-moz-placeholder {
	color: #000000;
}

/*input.search-input-field-1::-webkit-input-placeholder {
color: $loop-color-neutral-36;
}
input.search-input-field-1::-moz-placeholder {
color: $loop-color-neutral-36;
}
input.search-input-field-1:-ms-input-placeholder {
color: $loop-color-neutral-36;
}
input.search-input-field-1:-moz-placeholder { 
color: $loop-color-neutral-36;
}
input.search-input-field::-webkit-input-placeholder { 
color: $loop-color-neutral-36;
}
input.search-input-field::-moz-placeholder { 
color: $loop-color-neutral-36;
}
input.search-input-field:-ms-input-placeholder {
color: $loop-color-neutral-36;
}
input.search-input-field:-moz-placeholder {
color: $loop-color-neutral-36;
}
input.email-input-field-1::-webkit-input-placeholder { 
color: $loop-color-neutral-36;
}
input.email-input-field-1::-moz-placeholder { 
color: $loop-color-neutral-36;
}
input.email-input-field-1:-ms-input-placeholder {
color: $loop-color-neutral-36;
}
input.email-input-field-1:-moz-placeholder { 
color: $loop-color-neutral-36;
}*/

.newsletter-recaptcha {
	z-index: 3;
}

.newsletter,
.news-subscribe-form .form_control_wrapper {
	position: relative;
	overflow-x: hidden;
}

.wblive_newsletters {
	overflow-x: hidden;
}

.wblive_newsletters .form_control_wrapper {
	margin-bottom: 0;
	padding-bottom: 1.25rem;
}

.news-subscribe-form .grecaptcha-badge {
	position: absolute !important;
	overflow-x: hidden;
}

.news-subscribe-form .grecaptcha-badge {
	position: absolute !important;
	right: -186px !important;
	bottom: 0 !IMPORTANT;
}

.news-subscribe-form .grecaptcha-badge:hover,
.news-subscribe-form .grecaptcha-badge:active,
.news-subscribe-form .grecaptcha-badge:focus {
	right: 0px !important;

}

@media(max-width:768px) {
	.wblive_newsletters .form_control_wrapper button {
		max-width: 150px;
	}
}

.modal-content {
	position: relative;
}

.modal-content .grecaptcha-badge {
	width: 70px !important;
	position: absolute !important;
	right: 0px;
	visibility: visible !important;
	bottom: 1rem;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.modal-content .grecaptcha-badge:hover,
.modal-content .grecaptcha-badge:active,
.modal-content .grecaptcha-badge:focus {
	right: 0px !important;
	width: 256px !important;
}
.live-grid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none !important;
  width: auto !important;
  clear: both !important;
}

.live-grid:before,
.live-grid:after {
  content: " ";
  display: table;
}

.live-grid:after {
  clear: both;
}

@media (min-width: 768px) {
  .live-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .live-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .live-grid {
    width: 540px !important;
  }
}

@media (min-width: 768px) {
  .live-grid {
    width: 750px !important;
  }
}

@media (min-width: 992px) {
  .live-grid {
    width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .live-grid {
    width: 1170px !important;
  }
}

.live-grid-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.live-grid-fluid:before,
.live-grid-fluid:after {
  content: " ";
  display: table;
}

.live-grid-fluid:after {
  clear: both;
}

@media (min-width: 768px) {
  .live-grid-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .live-grid-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.aem-Grid:before,
.aem-Grid:after {
  content: " ";
  display: table;
}

.aem-Grid:after {
  clear: both;
}

.aem-GridColumn--phone--1,
.aem-GridColumn--tablet--1,
.aem-GridColumn--desktop--1,
.aem-GridColumn--default--1,
.aem-GridColumn--phone--2,
.aem-GridColumn--tablet--2,
.aem-GridColumn--desktop--2,
.aem-GridColumn--default--2,
.aem-GridColumn--phone--3,
.aem-GridColumn--tablet--3,
.aem-GridColumn--desktop--3,
.aem-GridColumn--default--3,
.aem-GridColumn--phone--4,
.aem-GridColumn--tablet--4,
.aem-GridColumn--desktop--4,
.aem-GridColumn--default--4,
.aem-GridColumn--phone--5,
.aem-GridColumn--tablet--5,
.aem-GridColumn--desktop--5,
.aem-GridColumn--default--5,
.aem-GridColumn--phone--6,
.aem-GridColumn--tablet--6,
.aem-GridColumn--desktop--6,
.aem-GridColumn--default--6,
.aem-GridColumn--phone--7,
.aem-GridColumn--tablet--7,
.aem-GridColumn--desktop--7,
.aem-GridColumn--default--7,
.aem-GridColumn--phone--8,
.aem-GridColumn--tablet--8,
.aem-GridColumn--desktop--8,
.aem-GridColumn--default--8,
.aem-GridColumn--phone--9,
.aem-GridColumn--tablet--9,
.aem-GridColumn--desktop--9,
.aem-GridColumn--default--9,
.aem-GridColumn--phone--10,
.aem-GridColumn--tablet--10,
.aem-GridColumn--desktop--10,
.aem-GridColumn--default--10,
.aem-GridColumn--phone--11,
.aem-GridColumn--tablet--11,
.aem-GridColumn--desktop--11,
.aem-GridColumn--default--11,
.aem-GridColumn--phone--12,
.aem-GridColumn--tablet--12,
.aem-GridColumn--desktop--12,
.aem-GridColumn--default--12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {

  .aem-GridColumn--phone--1,
  .aem-GridColumn--tablet--1,
  .aem-GridColumn--desktop--1,
  .aem-GridColumn--default--1,
  .aem-GridColumn--phone--2,
  .aem-GridColumn--tablet--2,
  .aem-GridColumn--desktop--2,
  .aem-GridColumn--default--2,
  .aem-GridColumn--phone--3,
  .aem-GridColumn--tablet--3,
  .aem-GridColumn--desktop--3,
  .aem-GridColumn--default--3,
  .aem-GridColumn--phone--4,
  .aem-GridColumn--tablet--4,
  .aem-GridColumn--desktop--4,
  .aem-GridColumn--default--4,
  .aem-GridColumn--phone--5,
  .aem-GridColumn--tablet--5,
  .aem-GridColumn--desktop--5,
  .aem-GridColumn--default--5,
  .aem-GridColumn--phone--6,
  .aem-GridColumn--tablet--6,
  .aem-GridColumn--desktop--6,
  .aem-GridColumn--default--6,
  .aem-GridColumn--phone--7,
  .aem-GridColumn--tablet--7,
  .aem-GridColumn--desktop--7,
  .aem-GridColumn--default--7,
  .aem-GridColumn--phone--8,
  .aem-GridColumn--tablet--8,
  .aem-GridColumn--desktop--8,
  .aem-GridColumn--default--8,
  .aem-GridColumn--phone--9,
  .aem-GridColumn--tablet--9,
  .aem-GridColumn--desktop--9,
  .aem-GridColumn--default--9,
  .aem-GridColumn--phone--10,
  .aem-GridColumn--tablet--10,
  .aem-GridColumn--desktop--10,
  .aem-GridColumn--default--10,
  .aem-GridColumn--phone--11,
  .aem-GridColumn--tablet--11,
  .aem-GridColumn--desktop--11,
  .aem-GridColumn--default--11,
  .aem-GridColumn--phone--12,
  .aem-GridColumn--tablet--12,
  .aem-GridColumn--desktop--12,
  .aem-GridColumn--default--12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {

  .aem-GridColumn--phone--1,
  .aem-GridColumn--tablet--1,
  .aem-GridColumn--desktop--1,
  .aem-GridColumn--default--1,
  .aem-GridColumn--phone--2,
  .aem-GridColumn--tablet--2,
  .aem-GridColumn--desktop--2,
  .aem-GridColumn--default--2,
  .aem-GridColumn--phone--3,
  .aem-GridColumn--tablet--3,
  .aem-GridColumn--desktop--3,
  .aem-GridColumn--default--3,
  .aem-GridColumn--phone--4,
  .aem-GridColumn--tablet--4,
  .aem-GridColumn--desktop--4,
  .aem-GridColumn--default--4,
  .aem-GridColumn--phone--5,
  .aem-GridColumn--tablet--5,
  .aem-GridColumn--desktop--5,
  .aem-GridColumn--default--5,
  .aem-GridColumn--phone--6,
  .aem-GridColumn--tablet--6,
  .aem-GridColumn--desktop--6,
  .aem-GridColumn--default--6,
  .aem-GridColumn--phone--7,
  .aem-GridColumn--tablet--7,
  .aem-GridColumn--desktop--7,
  .aem-GridColumn--default--7,
  .aem-GridColumn--phone--8,
  .aem-GridColumn--tablet--8,
  .aem-GridColumn--desktop--8,
  .aem-GridColumn--default--8,
  .aem-GridColumn--phone--9,
  .aem-GridColumn--tablet--9,
  .aem-GridColumn--desktop--9,
  .aem-GridColumn--default--9,
  .aem-GridColumn--phone--10,
  .aem-GridColumn--tablet--10,
  .aem-GridColumn--desktop--10,
  .aem-GridColumn--default--10,
  .aem-GridColumn--phone--11,
  .aem-GridColumn--tablet--11,
  .aem-GridColumn--desktop--11,
  .aem-GridColumn--default--11,
  .aem-GridColumn--phone--12,
  .aem-GridColumn--tablet--12,
  .aem-GridColumn--desktop--12,
  .aem-GridColumn--default--12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.aem-GridColumn--phone--1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.aem-GridColumn--phone--2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.aem-GridColumn--phone--3 {
  flex: 0 0 auto;
  width: 25%;
}

.aem-GridColumn--phone--4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.aem-GridColumn--phone--5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.aem-GridColumn--phone--6 {
  flex: 0 0 auto;
  width: 50%;
}

.aem-GridColumn--phone--7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.aem-GridColumn--phone--8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.aem-GridColumn--phone--9 {
  flex: 0 0 auto;
  width: 75%;
}

.aem-GridColumn--phone--10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.aem-GridColumn--phone--11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.aem-GridColumn--phone--12 {
  flex: 0 0 auto;
  width: 100%;
}

.aem-GridColumn--offset--phone--0 {
  flex: 0 0 auto;
  margin-left: 0%;
}

.aem-GridColumn--offset--phone--1 {
  flex: 0 0 auto;
  margin-left: 8.3333333333%;
}

.aem-GridColumn--offset--phone--2 {
  flex: 0 0 auto;
  margin-left: 16.6666666667%;
}

.aem-GridColumn--offset--phone--3 {
  flex: 0 0 auto;
  margin-left: 25%;
}

.aem-GridColumn--offset--phone--4 {
  flex: 0 0 auto;
  margin-left: 33.3333333333%;
}

.aem-GridColumn--offset--phone--5 {
  flex: 0 0 auto;
  margin-left: 41.6666666667%;
}

.aem-GridColumn--offset--phone--6 {
  flex: 0 0 auto;
  margin-left: 50%;
}

.aem-GridColumn--offset--phone--7 {
  flex: 0 0 auto;
  margin-left: 58.3333333333%;
}

.aem-GridColumn--offset--phone--8 {
  flex: 0 0 auto;
  margin-left: 66.6666666667%;
}

.aem-GridColumn--offset--phone--9 {
  flex: 0 0 auto;
  margin-left: 75%;
}

.aem-GridColumn--offset--phone--10 {
  flex: 0 0 auto;
  margin-left: 83.3333333333%;
}

.aem-GridColumn--offset--phone--11 {
  flex: 0 0 auto;
  margin-left: 91.6666666667%;
}

.aem-GridColumn--offset--phone--12 {
  flex: 0 0 auto;
  margin-left: 100%;
}

@media (min-width: 768px) {
  .aem-GridColumn--tablet--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .aem-GridColumn--tablet--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .aem-GridColumn--tablet--3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .aem-GridColumn--tablet--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .aem-GridColumn--tablet--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .aem-GridColumn--tablet--6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .aem-GridColumn--tablet--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .aem-GridColumn--tablet--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .aem-GridColumn--tablet--9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .aem-GridColumn--tablet--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .aem-GridColumn--tablet--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .aem-GridColumn--tablet--12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .aem-GridColumn--offset--tablet--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }

  .aem-GridColumn--offset--tablet--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }

  .aem-GridColumn--offset--tablet--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }

  .aem-GridColumn--offset--tablet--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }

  .aem-GridColumn--offset--tablet--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }

  .aem-GridColumn--offset--tablet--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }

  .aem-GridColumn--offset--tablet--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }

  .aem-GridColumn--offset--tablet--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }

  .aem-GridColumn--offset--tablet--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }

  .aem-GridColumn--offset--tablet--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }

  .aem-GridColumn--offset--tablet--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }

  .aem-GridColumn--offset--tablet--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }

  .aem-GridColumn--offset--tablet--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .aem-GridColumn--desktop--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .aem-GridColumn--desktop--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .aem-GridColumn--desktop--3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .aem-GridColumn--desktop--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .aem-GridColumn--desktop--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .aem-GridColumn--desktop--6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .aem-GridColumn--desktop--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .aem-GridColumn--desktop--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .aem-GridColumn--desktop--9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .aem-GridColumn--desktop--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .aem-GridColumn--desktop--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .aem-GridColumn--desktop--12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .aem-GridColumn--offset--desktop--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }

  .aem-GridColumn--offset--desktop--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }

  .aem-GridColumn--offset--desktop--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }

  .aem-GridColumn--offset--desktop--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }

  .aem-GridColumn--offset--desktop--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }

  .aem-GridColumn--offset--desktop--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }

  .aem-GridColumn--offset--desktop--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }

  .aem-GridColumn--offset--desktop--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }

  .aem-GridColumn--offset--desktop--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }

  .aem-GridColumn--offset--desktop--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }

  .aem-GridColumn--offset--desktop--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }

  .aem-GridColumn--offset--desktop--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }

  .aem-GridColumn--offset--desktop--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}

@media (min-width: 1400px) {
  .aem-GridColumn--default--1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .aem-GridColumn--default--2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .aem-GridColumn--default--3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .aem-GridColumn--default--4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .aem-GridColumn--default--5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .aem-GridColumn--default--6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .aem-GridColumn--default--7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .aem-GridColumn--default--8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .aem-GridColumn--default--9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .aem-GridColumn--default--10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .aem-GridColumn--default--11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .aem-GridColumn--default--12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .aem-GridColumn--offset--default--0 {
    flex: 0 0 auto;
    margin-left: 0%;
  }

  .aem-GridColumn--offset--default--1 {
    flex: 0 0 auto;
    margin-left: 8.3333333333%;
  }

  .aem-GridColumn--offset--default--2 {
    flex: 0 0 auto;
    margin-left: 16.6666666667%;
  }

  .aem-GridColumn--offset--default--3 {
    flex: 0 0 auto;
    margin-left: 25%;
  }

  .aem-GridColumn--offset--default--4 {
    flex: 0 0 auto;
    margin-left: 33.3333333333%;
  }

  .aem-GridColumn--offset--default--5 {
    flex: 0 0 auto;
    margin-left: 41.6666666667%;
  }

  .aem-GridColumn--offset--default--6 {
    flex: 0 0 auto;
    margin-left: 50%;
  }

  .aem-GridColumn--offset--default--7 {
    flex: 0 0 auto;
    margin-left: 58.3333333333%;
  }

  .aem-GridColumn--offset--default--8 {
    flex: 0 0 auto;
    margin-left: 66.6666666667%;
  }

  .aem-GridColumn--offset--default--9 {
    flex: 0 0 auto;
    margin-left: 75%;
  }

  .aem-GridColumn--offset--default--10 {
    flex: 0 0 auto;
    margin-left: 83.3333333333%;
  }

  .aem-GridColumn--offset--default--11 {
    flex: 0 0 auto;
    margin-left: 91.6666666667%;
  }

  .aem-GridColumn--offset--default--12 {
    flex: 0 0 auto;
    margin-left: 100%;
  }
}

.container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 0;
  padding-right: 0;
}

.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 0;
  padding-right: 0;
}

.container.responsivegrid.live-grid.zero-padding-container.aem-GridColumn.aem-GridColumn--default--12 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .eventdetails {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw !important;
  }
}
.wblive_header {
  background-color: rgba(26, 26, 26, 0.85);
}

.wblive_header .wblive-white-header {
  background-color: #fff;
  /* min-height: 102px;*/
}

.wblive_header .wblive-white-header .image .cmp-image a {
  padding: 6px 0px;
  display: block;
}

.wblive_header .wblive-white-header .image .cmp-image a img {
  background: transparent;

}

.wblive_header .banner_entity .cmp-link a {
  line-height: 35px;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
}

.wblive_header .banner_entity .cmp-link a:hover {
  text-decoration: none;
}

.global-lang-toggle {
  float: right;
}

.wblive_header .wblivelink {
  position: absolute;
  right: 15px;
  top: 5px;
  text-transform: uppercase;
  font-family: "Andes";
  z-index: 9;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 600;
  color: #666666;
  font-style: normal;
}

.wblive_header .gray-navbar {
  height: 45px;
  display: flex;
  align-items: center;
}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group {
  color: #fff;
  display: flex;
  z-index: 999;
  list-style: none;
  flex-direction: row;
  text-align: center;

}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li {
  text-align: center;
  box-sizing: border-box;
}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  font-family: "Open Sans";
  text-transform: uppercase;
  padding: 0px;
  margin: 0 26px 0 0;
  border-bottom: 3px solid transparent;
  height: 100%;
  display: inline-block;
}

html[lang=es] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
  margin: 0 26px 0 0;
}

@media(max-width:994px) {
  .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
    margin-right: 10px !important;
  }

}


.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a:hover {
  background-color: transparent;
  border-bottom: 3px solid #FFFFFF;
}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li:last-child {
  padding-right: 0;
}

.wblive_header #site_language_desktop {
  display: flex;
}

.wblive_header #site_language_desktop #site_language li a.language-link {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #FFFFFF !important;
  font-style: normal;
  font-family: "Open Sans";
  text-transform: uppercase;
  margin: 0 15px 0 15px;
  border-bottom: 3px solid transparent;
}

.wblive_header #site_language_desktop #site_language li a.language-link:hover {
  border-color: #fff;
}

.wblive_header .banner_entity {
  background: #0170BA;
  color: #ffffff;
  overflow: hidden;
  z-index: 99;
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.wblive_header .banner_entity input[type=button] {
  background: url(clientlib-site-author/resources/img/close-white.svg) no-repeat 0 0;
  background-size: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 14px 8px;
  border: 0;
  background-size: 20px;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  right: 0;
  top: -7px;
}

.wblive_header .menucol {
  display: flex;
}

.wblive_header .menucol .wblink {
  position: absolute;
  right: 15px;
  top: 5px;
  text-transform: uppercase;
  font-family: "Andes";
  z-index: 9;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 600;
  color: #787878;
  font-style: normal;
}

.wblive_header .cmp-navigation {
  display: block;
  position: relative;
}

.wblive_header .cmp-navigation button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}

.wblive_header .cmp-navigation button:active {
  background: #fff;
}

.wblive_header .language-switcher-language-url {
  display: block;
  width: 40%;
}

.wblive_header .language-switcher-language-url .wblive_language_nav {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  position: relative;
}

.wblive_header .navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 5px;
}

.wblive_header .navigation ul {
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 999;
  list-style: none;
  flex-direction: row;
  text-align: center;
}

.wblive_header .navigation ul li {
  padding: 3px 0;
  text-align: center;
  box-sizing: border-box;
  padding-right: 20px;
}

.wblive_header .navigation ul li a {
  border-bottom: 2px solid;
  border-color: transparent;
  text-decoration: none;
  color: #fff;
}

.wblive_header .navigation ul li a:hover {
  border-color: #fff;
  border-bottom: 2px solid;
  box-sizing: border-box;
}

.wblive_header .Menu_search {
  background-color: rgba(26, 26, 26, 0.85);
  z-index: 10;
  position: relative;
  top: 0;
  left: -85px;
  display: flex;
  display: none;
}

.wblive_header .Menu_search input {
  background-color: #fff;
  padding: 10px 10px;
  display: inline;
  position: absolute;
  border: 10px solid #1a1a1a;
  border-radius: 2px;
  max-width: 300px;
}

.wblive_header a.search-toggle:hover+.Menu_search,
.wblive_header .Menu_search:hover {
  display: block;
}

.wblive_header input[name=search],
.wblive_header input[name=search]:hover,
.wblive_header input[name=search]:active,
.wblive_header input[name=search]:focus {
  border-color: #1a1a1a;
  outline-color: #1a1a1a;
}

.wblive_header .mobile_menu_icon {
  display: none;
}

.wblive_header .lang-filter-label:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.75rem;
  color: #ffffff;
  float: right;
}

.wblive_header input[value=Close] {
  position: absolute;
  right: 5px;
  margin: 5px;
}

.wblive_header a.search-toggle {
  background: url(clientlib-site-author/resources/img/search-white.png) no-repeat;
  width: 30px;
  height: 30px;
  position: relative;
  background-position: center;
  display: block;
}

.wblive_header .show {
  display: block;
}

.wblive_header .collapse {
  display: none;
}

.wblive_header .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.wblive_header .show {
  display: block;
}

.wblive_header .gray-navbar .cmp-navigation__item--active a {
  border-color: #fff !important;
}

.wblive_header .gray-navbar div {
  position: relative;
}

.wblive_header .gray-navbar .navbar_collapse_btn {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 4px 0;
  width: auto;
  margin: 10px 0;
  /*height: 26px;*/
  z-index: 9;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 600;
  color: #333333;
  font-style: normal;
}

.wblive_header .gray-navbar .icon-bar {
  background: #fff;
  height: 2px;
  display: block;
  width: 20px;
  margin: 4px;
  border-radius: 1px;
}

.wblive_header .gray-navbar .navbar_collapse_btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}

.wblive_header .gray-navbar .navbar_collapse_btn[aria-expanded=true] {
  background-color: #fff;
  color: #333333;
  height: 40px;
}

.wblive_header .gray-navbar .navbar_collapse_btn[aria-expanded=true] .icon-bar {
  background-color: #333333;
}

.wblive_header .gray-navbar #navbar_collapse {
  position: absolute;
  top: 50px;
}

.wblive_header .gray-navbar #navbar_collapse .cmp-navigation__group {
  list-style-type: none;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  width: 245px;
  z-index: 9999;
  padding: 0px 10px;
  position: relative;
}

.wblive_header .gray-navbar #navbar_collapse .cmp-navigation__group li {
  z-index: 9999;
  display: block;
  text-align: left;
  width: 100%;
  box-sizing: border-box;


  /*padding: 5px 15px;
    border-bottom: 1px solid #D4D4D4;*/
}

.wblive_header .gray-navbar #navbar_collapse .cmp-navigation__group li a {
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  z-index: 9999;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #0071BC;
  font-style: normal;
  padding: 10px 0px;
  border-bottom: 1px solid #D4D4D4;
  text-transform: uppercase;
  display: block;
}

.wblive_header .gray-navbar #navbar_collapse .cmp-navigation__group li a:hover {
  text-decoration: none;
}

.wblive_header .gray-navbar .cmp-navigation__group .active-link {
  background-color: transparent;
  border-bottom: 3px solid #FFFFFF !important;
}



.wblive_header .gray-navbar .langugae_collapse_btn {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 4px 10px;
  width: auto;
  margin: 10px 0;
  height: 26px;
  z-index: 9;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 600;
  color: #333333;
  font-style: normal;
  position: relative;
  float: right;
}

.wblive_header .gray-navbar .langugae_collapse_btn:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 0.75rem;
  float: right;
  color: #1a1a1a;
}

.wblive_header .gray-navbar .langugae_collapse_btn,
.wblive_header .gray-navbar #langugae_collapse {
  right: 0px;
}

.wblive_header .gray-navbar #langugae_collapse {
  position: absolute;
  top: 35px;
  right: 16px;
}

.wblive_header .gray-navbar #langugae_collapse .cmp-navigation {
  position: relative;
  z-index: 9999;
}

.wblive_header .gray-navbar #langugae_collapse .cmp-navigation .cmp-navigation__group {
  list-style-type: none;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  width: 140px;
  z-index: 9999;
}

.wblive_header .gray-navbar #langugae_collapse ul.cmp-navigation__group {
  display: flex;
  flex-direction: column;
  width: 140px;
  background: #fff;
  z-index: 9999;
}

.wblive_header .gray-navbar #langugae_collapse ul.cmp-navigation__group li {
  z-index: 9999;
  display: block;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  background: #fff;
  border-bottom: 1px solid #D4D4D4;
}

.wblive_header .gray-navbar #langugae_collapse ul.cmp-navigation__group li a {

  text-decoration: none;
  text-align: left;
  cursor: pointer;
  z-index: 9999;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #0071BC;
  font-style: normal;
  padding: 0;
  /* border-bottom: 1px solid #D4D4D4;*/
  text-transform: uppercase;
}

.wblive_header .gray-navbar #langugae_collapse ul.cmp-navigation__group li a:hover {
  text-decoration: none;
}

.wblive_header .sm-visible {
  display: none;
}

@media (max-width: 768px) {
  .wblive_header .sm-hidden {
    display: none;
  }

  .wblive_header .sm-visible {
    display: flex;
  }

  .wblive_header .wblive-white-header {
    background-color: #fff;
    min-height: 40px;
    height: auto;
  }

  .wblive_header .wblive-white-header .linkcomponent {
    text-align: right !important;
  }

  .wblive_header .banner_entity {
    padding: 8px 10px;
  }

  .wblive_header .banner_entity .cmp-link a {
    line-height: 20px;
    width: 80%;
  }

  .wblive_header .gray-navbar .sm-visible {
    display: flex !important;
  }

  .wblive_header .wblivelink {
    right: 10px;
    top: 12px;
    font-size: 10px;
  }

  .wblive_header .wblive-white-header .image .cmp-image a img {
    width: 175px;
  }

  .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
    margin-right: 0px !important;
  }
}

@media (max-width: 560px) {
  .wblive_header .wblive-ticker-tape {
    width: 80%;
  }

}

html[lang="fr"] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
  padding: 9px 0;
  margin: 0 20px 0 0;
}

html[lang="fr"] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li:last-child a {
  margin: 0;
}



@media (max-width:1200px) {
  html[lang="fr"] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
    padding: 9px 0;
    margin: 0 10px 0 0;
  }

  html[lang="fr"] .wblive_header .cmp-navigation {
    padding: 0;
  }


  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div {
    width: auto;
    min-width: 50%;
  }

}


@media (max-width: 991px) {
  html[lang="fr"] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a {
    margin: 0 10px 0 0;
  }

  html[lang="fr"] .wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group {
    padding: 0;
  }

  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div {
    width: auto;
    min-width: auto;
    padding: 0;
  }

  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div:first-child {
    min-width: 60%;
  }

  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div:nth-child(2) {
    min-width: 40%;
  }
}

@media (max-width: 900px) {
  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div:first-child {
    min-width: 65%;
  }

  html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 div:nth-child(2) {
    min-width: 35%;
  }

}

/*html[lang="fr"] .gray-navbar.sm-hidden .aem-Grid.aem-Grid--12.aem-Grid--tablet--12.aem-Grid--default--12.aem-Grid--desktop--12.aem-Grid--phone--12 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}*/
.mobileMenu_search {
  padding: 10px 0px;
}

.mobileMenu_search input[type=text] {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #787878;
  font-style: normal;
  border-radius: 0;
  border: 1px solid #E1E0E6;
  padding: 10px 12px;
  height: 40px;
  margin-bottom: 16px;
  width: 100%;
}

.search-submit-btn {
  background: #002245 !important;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 10px 16px;
  width: 140px;
  border: 0;
}

/* Search bar start */ 
.lp__globalsearch {
  position: relative;
}

.lp__globalsearch .dropdown-menu {
  display: none;
  top: 25px;
  left: 0;
  z-index: 999;
  position: absolute;
  border: 10px solid #1a1a1a;
  background-color: #fff;
}

.lp__globalsearch .dropdown-menu.show {
  display: block;
}

.lp__globalsearch .input-group {
  position: relative;
}

.lp__globalsearch input[type=search] {
  padding: 10px 10px 10px 10px;
  display: inline-block;
  max-width: 300px;
  min-width: 100px;
  width: 250px;
  outline: 1px solid transparent;
}

.lp__globalsearch button {
  border: none;
  position: absolute;
  top: 0;
  right: -4px;
  width: 2rem;
  height: 100%;
  background: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: 1px solid transparent;
}

.lp__globalsearch button img {
  width: 1rem;
  height: auto;
}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a[aria-expanded=true] {
  border-color: #fff;
}

.wblive_header .gray-navbar .cmp-navigation .cmp-navigation__group li a.show {
	display: inline-block !important;
}
/* Search bar end */
.padd-y-100 {
	padding: 100px 0px 64px 0px;
}

.live__subscribe {
	position: relative;
}

.peoplelist .aem-Grid {
	display: flex;
	flex-wrap: wrap;
}



.live__bg_cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.live__bg_cover .lp-cover {
	opacity: 0;
}

.padd-32 {
	padding: 32px;
}


/* == End Custom SASS == */
/* == Begin color SASS == */
.live__text_white *,
.live__text_white .live__input_text {
	color: #ffffff;
}

.live__text_gray {
	color: rgba(0, 0, 0, 0.87);
}

.live__text_black {
	color: #000000;
}

.live__text_blue {
	color: #002345;
}

.live__gray {
	background-color: #f2f2f2;
}

.live__gray * {
	color: rgba(0, 0, 0, 0.87);
}

.live__gray .live__btn {
	color: #ffffff;
}

.live__darkgray {
	background-color: #262626;
}

.live__darkgray * {
	color: #ffffff;
}

.live__bg_green {
	background-color: #4CBB88;
}

.live__bg_blue {
	background-color: #169AF3;
}

.live__bg_orange {
	background-color: #EC553A;
}

.live__bg_darkgray {
	background-color: #4D4D4D;
}

.live__bg_neutral15 {
	background-color: #262626;
}

/* == End color SASS == */

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

.live__embed_responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 16px;
}

.live__embed_responsive .live__embed_responsive_item,
.live__embed_responsive iframe,
.live__embed_responsive embed,
.live__embed_responsive object,
.live__embed_responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.live__embed_responsive_1by {
	padding-bottom: 56.25%;
}

.live__embed_responsive_16by9 {
	padding-bottom: 56.25%;
}

.live__embed_responsive_4by3 {
	padding-bottom: 75%;
}

.live__embed_responsive_21by9 {
	padding-bottom: 80%;
}

.live__embed_text {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	padding: 0px;
}

@media (min-width: 768px) {
	.live__embed_text {
		padding: 32px;
	}
}

/* == begin photogallery embed ====*/
.live__photogallery_components {
	margin-bottom: 16px;
	position: relative;
}

.live__photogallery_listitem {
	padding-bottom: 16px;
	display: block;
}

.embedcode-title {
	position: relative;
	margin-bottom: 32px;
}

.embedcode-title .live__lead_paragraph_lg {
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.embedcode-title .live__btn {
		position: absolute;
		right: 0;
		top: -20px;
	}
}

/* == begin News page photogallery ====*/
.live__photogallery_card {
	position: relative;
}

.live__photogallery_card .live__photogallery_title {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgba(0, 0, 0, 0.87);
	position: relative;
	z-index: 2;
}

.live__photogallery_card .live__photogallery_title a {
	display: block;
}

.live__photogallery_card i {
	font-size: 20px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 5px;
	background: rgba(0, 0, 0, 0.7);
}

/* == End News page photogallery ====*/
.label {
	display: inline;
	padding: 8px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.visible-xs {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1400px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991.5px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center_block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.live__pull_right {
	float: right !important;
}

.live__pull_left {
	float: left !important;
}

.live__text_center {
	text-align: center;
}

.live__text_right {
	text-align: right;
}

.live__text_left {
	text-align: left;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text_hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

.live__flex {
	display: flex !important;
}

.live__flexrow {
	flex-direction: row !important;
}

.live__flexcolumn {
	flex-direction: column !important;
}

.live__flexrow_reverse {
	flex-direction: row-reverse !important;
}

.live__flexcolumn_reverse {
	flex-direction: column-reverse !important;
}

.live__flexwrap {
	flex-wrap: wrap !important;
}

.live__flex_nowrap {
	flex-wrap: nowrap !important;
}

.live__flexwrap_reverse {
	flex-wrap: wrap-reverse !important;
}

.live__justify_content_start {
	justify-content: flex-start !important;
}

.live__justify_content_end {
	justify-content: flex-end !important;
}

.live__justify_content_center {
	justify-content: center !important;
}

.live__justify_content_between {
	justify-content: space-between !important;
}

.live__justify_content_around {
	justify-content: space-around !important;
}

.live__align_items_start {
	align-items: flex-start !important;
}

.live__align_items_end {
	align-items: flex-end !important;
}

.live__align_items_center {
	align-items: center !important;
}

.live__align_items_baseline {
	align-items: baseline !important;
}

.live__align_items_stretch {
	align-items: stretch !important;
}

.live__align_content_start {
	align-content: flex-start !important;
}

.live__align_content_end {
	align-content: flex-end !important;
}

.live__align_content_center {
	align-content: center !important;
}

.live__align_content_between {
	align-content: space-between !important;
}

.live__align_content_around {
	align-content: space-around !important;
}

.live__align_content_stretch {
	align-content: stretch !important;
}

.live__align_self_auto {
	align-self: auto !important;
}

.live__align_self_start {
	align-self: flex-start !important;
}

.live__align_self_end {
	align-self: flex-end !important;
}

.live__align_self_center {
	align-self: center !important;
}

.live__align_self_baseline {
	align-self: baseline !important;
}

.live__align_self_stretch {
	align-self: stretch !important;
}


@media (min-width: 992px) {
	html:lang(fr) .live__megamenu_list:last-child {
		margin-right: 10px;
	}

	html:lang(fr) a.live__megamenu_item {
		font-size: 0.875rem;
		letter-spacing: -0.97px;
	}

	html:lang(fr) .live__workwithus {
		font-size: 0.975rem;
		letter-spacing: -0.97px;
	}

	html:lang(es) .live__megamenu ul:first-child {
		margin-left: 10px;
		min-width: 508px;
	}

	html:lang(es) .live__megamenu_list:last-child {
		margin-right: 10px;
	}

	html:lang(es) a.live__megamenu_item {
		font-size: 0.875rem;
		letter-spacing: -0.97px;
	}

	html:lang(es) .live__workwithus {
		font-size: 0.975rem;
		letter-spacing: -0.97px;
	}

	html:lang(ru) a.live__megamenu_item {
		font-size: 0.875rem;
		letter-spacing: -0.97px;
	}

	html:lang(ru) .live__workwithus {
		font-size: 0.975rem;
		letter-spacing: -0.97px;
	}

	html:lang(ar) .live__megamenu_list:last-child {
		margin-right: 10px;
	}
}

@media (min-width: 1401px) {
	html:lang(ru) a.live__megamenu_item {
		font-size: 1rem;
		letter-spacing: -0.97px;
	}
}

/* === Begin supergrid CSS===*/
.layer-white {
	padding: 64px 0px 64px 0px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

@media (max-width: 767px) {
	.layer-white {
		padding: 32px 0px 32px 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.layer-white {
		padding: 32px 0px 32px 0px;
	}
}

.layer-white-32 {
	padding: 32px 0px 32px 0px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-white-0 {
	padding: 0px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-gray {
	padding: 64px 0px 64px 0px;
	background-color: #f2f2f2;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-gray-white-gradient {
	padding: 64px 0px 32px 0px;
	background: rgb(242, 242, 242);
	background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 57%, rgba(242, 242, 242, 1) 57%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 57%, rgba(242, 242, 242, 1) 57%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 57%, rgba(242, 242, 242, 1) 57%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);

}

@media (max-width: 767px) {
	.layer-gray {
		padding: 32px 0px 32px 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.layer-gray {
		padding: 32px 0px 32px 0px;
	}
}

.layer-gray:after {
	border-top-color: #f2f2f2;
}

.layer-black {
	padding: 32px 0px 32px 0px;
	background-color: #222632;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-gray-32 {
	padding: 32px 0px 32px 0px;
	background-color: #f2f2f2;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-title-banner {
	position: relative;
	margin: auto;
}


.layer-blue {
	padding: 32px 0px 32px 0px;
	background-color: #00ADE4;
	margin-left: 0px;
	margin-right: 0px;
}

.layer-blue .live__title_text_btn .cmp-teaser__description {
	color: #222632;
	margin-bottom: 0px;
}

.layer-banner-img {
	background: url("clientlib-site-author/resources/img/header-image.jpeg") repeat #0071bc;
	background-position: top center;
	padding: 32px 0px 32px 0px;
}

.layer-banner-img *,
.layer-banner-img .live__heading_v1 p {
	color: #fff;
}

.live__padd_b_64 {
	padding-bottom: 64px;
}

.padd-250 {
	padding: 250px 0px 64px 0px;
}

.padd-150 {
	padding: 150px 0px 150px 0px;
}

.padd-b-150 {
	padding: 0px 0px 150px 0px;
}

.padd-b-250 {
	padding: 0px 0px 250px 0px;
}

.padd-100 {
	padding: 64px 0px 100px 0px;
}

/* === Begin supergrid CSS===*/

/*=== Begin Breadcrumb ===*/
.live__breadcrumb {
	min-height: 40px;
	z-index: 2;
	width: 100%;
	position: absolute;
	color: #ffffff;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 100%, rgba(0, 0, 0, 0.33) 100%);
}

.live__breadcrumb a {
	color: #ffffff;
	padding: 2px;
}

.live__breadcrumb a:hover {
	text-decoration: underline;
}

.live__breadcrumb .disabled {
	pointer-events: none;
}

.live__breadcrumb_img {
	position: relative;
}

.live__breadcrumb_img * a {
	color: #002345 !important;
}

.live__breadcrumb_img * a:hover {
	color: #002244 !important;
}

.live__breadcrumb_img * a:focus {
	color: #002244 !important;
}

.breadcrumb_0 {
	background: #fff;
}

.breadcrumb_0 * {
	color: #002345 !important;
}

.breadcrumb_0 * a:hover,
.breadcrumb_0 * a:active,
.breadcrumb_0 * a:focus {
	color: #00538A !important;
}

.breadcrumb_0 * a:hover i,
.breadcrumb_0 * a:active i,
.breadcrumb_0 * a:focus i {
	color: #00538A !important;
}

.breadcrumb_0 a#dropdown-more-language:hover i,
.breadcrumb_0 a#dropdown-more-language:active i,
.breadcrumb_0 a#dropdown-more-language:focus i {
	color: #00538A !important;
}

.breadcrumb_0 a#dropdown-more-language i:before {
	color: #00538A !important;
}

.breadcrumb_0 .live__pagein_toggle .selected-language,
.breadcrumb_0 .live__pagein_toggle ul li {
	border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.breadcrumb_05 {
	/*background: $loop-color-neutral-95;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.03+1,0.03+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.03) 1%, rgba(0, 0, 0, 0.03) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08000000", endColorstr="#08000000", GradientType=0);
	/* IE6-9 */
}

.breadcrumb_05 * {
	color: #002345 !important;
}

.breadcrumb_05 * a:hover,
.breadcrumb_05 * a:active,
.breadcrumb_05 * a:focus {
	color: #00538A !important;
}

.breadcrumb_05 * a:hover i,
.breadcrumb_05 * a:active i,
.breadcrumb_05 * a:focus i {
	color: #00538A !important;
}

.breadcrumb_05 a#dropdown-more-language:hover i,
.breadcrumb_05 a#dropdown-more-language:active i,
.breadcrumb_05 a#dropdown-more-language:focus i {
	color: #00538A !important;
}

.breadcrumb_05 a#dropdown-more-language i:before {
	color: #00538A !important;
}

.breadcrumb_05 .live__pagein_toggle .selected-language,
.breadcrumb_05 .live__pagein_toggle ul li {
	border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.breadcrumb_07 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 100%, rgba(0, 0, 0, 0.07) 100%);
}

.breadcrumb_13 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.13) 100%, rgba(0, 0, 0, 0.13) 100%);
}

.breadcrumb_15 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 100%, rgba(0, 0, 0, 0.15) 100%);
}

.live__breadcrumb_list {
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1.75rem;
	font-weight: 600;
	padding: 6px 0px;
}

.live__breadcrumb_list>li {
	display: inline-block;
}

.live__breadcrumb_list>li+li:before {
	padding: 0 2px;
	content: "/ ";
}

.lp-page-title h1 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 0px;
}

.live__breadcrumb.page-title a {
	color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
	.live__breadcrumb_list li:nth-child(2):before {
		display: none;
	}

	.live__breadcrumb_list li:nth-child(3):before {
		display: none;
	}
}

/*=== End Breadcrumb ===*/
/* === begin Heading (Title, subtitle and btn)=== */
.live__title {
	position: relative;
	margin-bottom: 16px;
}

.live__title h2 {
	margin-bottom: 0px;
}

@media (max-width: 768px) {

	.live__title h2,
	.layer-card-title {
		margin-bottom: 16px;
	}
}

.live__title .cmp-teaser__description {
	font-size: 1.125rem;
	line-height: 1.8125rem;
	color: #757575;
	margin-bottom: 2rem;
}

.live__title .cmp-teaser__action-link {
	font-size: 1rem;
	line-height: 1.149rem;
	font-weight: 700;
	background-color: #ffffff;
	margin: 0px 16px 16px 0px;
	color: #002345;
	border: 1px solid #00ADE4;
	padding: 18px 30px 18px 30px;
	text-align: center;
	display: inline-block;
}

.live__title .cmp-teaser__action-link:last-child {
	margin: 0px;
}

.live__title .cmp-teaser__action-link:hover,
.live__title .cmp-teaser__action-link:focus,
.live__title .cmp-teaser__action-link:active {
	border: 1px solid #00ade4;
	color: #002345;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
	/* IE6-9 */
	box-shadow: none;
	text-decoration: none;
}

.live__title_center {
	text-align: center;
}

.live__text_blue .cmp-teaser__description {
	color: #002345;
}

.live__text_blue .cmp-teaser__action-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.live__title_btn .cmp-teaser__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.live__title_btn .cmp-teaser__action-container {
	position: absolute;
	right: 12px;
}

.live__title_text_btn .cmp-teaser__title,
.live__title_text_btn .cmp-teaser__description {
	padding-right: 13rem;
}

@media (min-width: 768px) {
	.live__title_text_btn .cmp-teaser__action-container {
		position: absolute;
		right: 12px;
		top: 12px;
	}
}

.layer-card-title {
	margin-bottom: 16px;
}

.layer-card-title .live__title {
	margin-bottom: 0px;
}

.layer-card-title .cmp-button {
	font-size: 1rem;
	line-height: 1.149rem;
	font-weight: 700;
	background-color: #ffffff;
	margin-right: 16px;
	color: #002345;
	border: 1px solid #00ADE4;
	padding: 18px 20px 18px 20px;
	text-align: center;
	display: inline-block;
}

@media (min-width: 992px) {
	.layer-card-title .cmp-button {
		float: right;
	}
}

.layer-card-title .cmp-button:last-child {
	margin-right: 0px;
}

.layer-card-title .cmp-button:hover {
	border: 1px solid #00ade4;
	color: #002345;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 173, 228, 0.2) 0%, rgba(0, 173, 228, 0.2) 1%, rgba(0, 173, 228, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3300ade4", endColorstr="#0000ade4", GradientType=1);
	/* IE6-9 */
	box-shadow: none;
	text-decoration: none;
}

.layer-card-title .cmp-button:focus,
.layer-card-title .cmp-button:active {
	background-color: #ffffff;
	border: 1px solid #00ADE4;
}

.layer-card-title .cmp-button__text {
	display: block;
}


.live__subscribe .cmp-text {
	font-size: 1.25rem;
	line-height: 2.0625rem;
	font-weight: 400;
	margin-bottom: 16px;
	color: #002345;
}

.live__subscribe .cmp-button {
	font-size: 1rem;
	line-height: 1.149rem;
	font-weight: 700;
	margin-right: 16px;
	color: #002345;
	padding: 18px 20px 18px 20px;
	text-align: center;
	background-color: #f2f2f2;
	border: 0px;
}

@media (min-width: 768px) {
	.live__subscribe .cmp-button {
		float: right;
	}
}

.live__subscribe .cmp-button:hover,
.live__subscribe .cmp-button:active,
.live__subscribe .cmp-button.active,
.live__subscribe .cmp-button:focus {
	border: 0px;
	background-color: #e6e6e6;
	color: #002345;
	box-shadow: none;
	text-decoration: none;
}

.live__subscribe .cmp-button:active:hover {
	border: 0px;
	background-color: #e6e6e6;
	color: #002345;
	box-shadow: none;
	text-decoration: none;
}


/* === End Heading (Title, subtitle and btn)=== */
/* == Begin Related-v1 components SASS ==*/

/* === Begin live__navbar css === */
/* === Begin live__navbar css === */
.container>.live__navbar_collapse {
	margin-left: 0px;
	margin-right: 0px;
}

.live__navbar_collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.live__navbar_default {
	background-color: #ffffff;
	border-color: transparent;
}

.live__navbar_default .live__navbar_brand:focus {
	background: #ffd380;
}

.live__navbar_nav {
	margin: 0px;
}

.live__navbar {
	position: relative;
	min-height: 50px;
	border: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.live__navbar_brand {
	padding: 16px 8px;
	height: auto;
}

@media (min-width: 550px) {
	.live__navbar_brand img {
		width: 250px;
	}
}

.live__navbar_toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.live__navbar_toggle[aria-expanded=false]:after {
	font-family: "loopicon";
	content: "\e125";
	font-size: 20px;
	color: #DF3416;
	float: right;
}

.live__navbar_toggle[aria-expanded=true]:after {
	font-family: "loopicon";
	content: "\e126";
	font-size: 20px;
	color: #DF3416;
	float: right;
}

.live__navbar_collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.live__navbar_collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.live__menulist_wrappper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.live__top_link {
	display: flex;
	align-items: center;
}

@media (max-width: 992px) {
	.live__top_link {
		display: block;
	}
}

a.live__megamenu_item {
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #002345;
	text-transform: inherit;
	padding: 4px 2px 4px 2px;
	margin: 0px 8px 0px 8px;
	border-bottom: 3px solid transparent;
	background-color: transparent;
	display: inline-block;
	position: relative;
	cursor: pointer !important;
}

@media (min-width: 1400px) {
	a.live__megamenu_item {
		font-size: 1.313rem;
		line-height: 1.375rem;
		margin: 0px 16px 0px 16px;
	}
}

.live__menuButton {
	position: relative;
	right: 0;
	top: 32px;
}

.live__menuButton .live__navbar-toggle {
	position: absolute;
	right: 0;
}

.live__navbar_header {
	float: left;
	padding-right: 20px;
}

@media (max-width: 420px) {
	.live__navbar_header .img-responsive {
		max-width: 75%;
	}
}

@media (min-width: 1400) {
	.live__navbar_nav {
		margin: 0 4rem 0 0;
	}
}

@media (min-width: 992px) {
	.live__navbar .live-grid {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.live__navbar_nav {
		float: left;
		margin: 0;
	}

	.live__navbar_nav>li {
		float: left;
	}

	.live__navbar_nav>li>a {
		padding: 0px;
	}

	.live__navbar_collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.live__navbar_toggle {
		display: none;
	}

	.live__navbar_collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

@media only screen and (max-width: 991.5px) {
	.live__navbar_collapse {
		width: 100%;
		border-top: 0;
		box-shadow: none;
	}

	.live__megamenu {
		background-color: #fafafa;
	}

	.live__navbar_default .live__navbar_nav {
		float: none;
		background-color: #ffffff;
		padding: 8px 0 0 16px;
	}

	#live__megamenu {
		display: none;
	}

	.live__menulist_wrappper {
		width: 100%;
	}

	.live__megamenu .header-search-section {
		padding: 16px;
		height: 80px;
	}
}

@media only screen and (max-width: 991.5px) and (max-width: 992px) {
	.live__megamenu .header-search-section {
		padding: 16px 8px 0 26px;
	}
}

@media only screen and (max-width: 991.5px) {
	.live__megamenu ul {
		padding: 16px;
	}
}

@media only screen and (max-width: 991.5px) and (max-width: 992px) {
	.live__megamenu ul {
		padding: 0;
		margin-left: 0;
	}
}

/* === End live__navbar css === */
/* === begin header and footer language toggler ===*/
.live__workwithus {
	margin: 21px 0;
	background-color: #FFC72C;
	border: 0px;
	padding: 13px;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.live__workwithus {
		width: 100%;
		display: block;
		margin: 0 auto;
		text-align: left;
		padding: 16px 26px;
		z-index: 3;
		position: relative;
	}
}

.live__workwithus[aria-expanded=false]:after {
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	font-family: "loopicon";
	content: "\e116";
	font-size: 0.75rem;
	margin-left: 16px;
	float: right;
}

@media only screen and (max-width: 991px) {
	.live__workwithus[aria-expanded=false]:after {
		padding: 2px 5px;
	}
}

.live__workwithus[aria-expanded=true]:after {
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	font-family: "loopicon";
	content: "\e119";
	font-size: 0.75rem;
	margin-left: 16px;
	float: right;
}

@media only screen and (max-width: 991px) {
	.live__workwithus[aria-expanded=true]:after {
		padding: 0px 6px;
	}
}

.live__lang_toggler {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

@media (max-width: 992px) {
	.live__lang_toggler {
		display: block;
		margin: 0;
	}
}

.live__lang_toggler .live__dropdown_menu {
	background-color: #FFC72C;
	margin-top: 1px;
}

.header-search-section .search-input-field-1 {
	width: 100%;
	height: 40px;
	border: 0px;
	padding: 10px 64px 10px 10px;
	border-radius: 3px;
	color: rgba(0, 0, 0, 0.87);
	font-size: 0.875rem;
	line-height: 1.375rem;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow: none;
}

.header-search-section .search-submit-icon {
	position: absolute;
	top: 0px;
	padding: 8px 10px;
	height: 40px;
	color: #0071bc;
	border-radius: 0px;
	background: transparent;
	right: 0px;
	border: 0px;
}

.header-search-section .search-submit-icon:before {
	font-family: "loopicon";
	content: "\e132";
	color: #ec553a;
}

.header-search-section .search-submit-icon.live-yellow-btn {
	color: #222632;
	background-color: #FFC72C;
}

.header-search-section .search-submit-icon.live-yellow-btn:before {
	content: "\e132";
	color: #222632;
}

/* icons */
.live_menu-search-section {
	right: 0;
	background-color: #002345;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.675rem;
	font-weight: 400;
	line-height: 0.875rem;
	width: auto;
	display: inline-flex;
}

@media (max-width: 992px) {
	.live_menu-search-section {
		position: absolute;
		top: 20px;
		right: 16px;
	}
}

.live_menu-search-section .live_menu-menu,
.live_menu-search-section .live_menu-close {
	display: inline-flex;
	background: transparent;
	border: 0;
	height: 49px;
	padding: 15px;
}

.live_menu-search-section .live_menu-menu:hover,
.live_menu-search-section .live_menu-close:hover {
	background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
	color: #ffffff;
}

.live_menu-search-section .live-icon-menu {
	background-image: url(clientlib-site-author/resources/img/white-menu-icon.svg);
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
	display: block;
	top: 4px;
	position: relative;
}

.live_menu-search-section .live-icon-search {
	background-image: url(clientlib-site-author/resources/img/white-search-icon.svg);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	top: 4px;
	left: 4px;
	position: relative;
}

.live_menu-search-section .live-icon-search-large {
	background-image: url(clientlib-site-author/resources/img/white-search-icon.svg);
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	display: block;
	top: 4px;
	position: relative;
	padding: 0;
}

.live_menu-search-section .live-icon-close {
	background-image: url(clientlib-site-author/resources/img/white-close-icon.svg);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	top: 7px;
	position: relative;
	left: -2px;
}

.search-reset-btn {
	position: absolute;
	top: -5px;
	padding: 0px 5px 7px 1px;
	height: 36px;
	border-radius: 0px;
	background: transparent;
	right: 38px;
	border: 0px;
	margin: 8px 0;
	width: 32px;
}

@media (max-width: 767px) {
	.live__navbar .live-grid {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.live__navbar .live__navbar_header {
		padding: 0 8px;
	}
}

/* === begin header and footer language toggler ===*/
@media (max-width: 992px) {
	.hidden-sm .live_emergency_bar {
		display: none;
	}
}

.live_emergency_bar {
	background-color: #222632;
}

@media (max-width: 992px) {
	.live_emergency_bar {
		padding: 0px 16px;
		margin-left: -16px;
	}
}

.live_emergency_bar .live_emergency_bar_nav {
	display: flex;
	justify-content: center;
	gap: 30;
	padding: 9px 0;
}

@media (max-width: 992px) {
	.live_emergency_bar .live_emergency_bar_nav {
		display: block;
	}
}

.live_emergency_bar .live_emergency_bar_nav li a {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.live_emergency_bar .live_emergency_bar_nav li a {
		color: #fff;
		font-size: 0.875rem;
		background-color: #222632;
	}
}

.live_emergency_bar .live_emergency_bar_nav li {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

@media (max-width: 992px) {
	.live_emergency_bar .live_emergency_bar_nav li {
		color: #fff;
		font-size: 0.875rem;
		background-color: #222632;
	}
}

/*overrides ul:hover state for header.js */
.live__megamenu.live__flexbox.live__megamenu_list.hover .live__navbar_nav.live__megamenus.live__megamenu .live__megamenu_list.dropdown .live__megamenu_item.active {
	text-decoration: none;
}

.live__navbar_nav.live__megamenus.live__megamenu.hover .live__megamenu_list.dropdown .live__megamenu_item.active {
	text-decoration: none;
}

/*fix for hover bug*/
@media screen and (min-width: 992px) {
	#live__megamenu {
		margin-right: 5em;
	}
}

@media screen and (min-width: 1200px) {
	#live__megamenu {
		margin-right: 5em;
	}
}

@media screen and (min-width: 1400px) {
	#live__megamenu {
		margin-right: 18em;
	}
}

@media screen and (max-width: 991px) {
	#live__megamenu {
		margin-right: 0;
	}
}

/* push down a to fix megamenu hover */
@media screen and (min-width: 991px) {
	.live__navbar_nav>li>a.live__megamenu_item {
		margin-bottom: 40px;
		top: 18px;
	}
}

.live__megamenu_item.active,
.live__megamenu_item.hover,
.live__megamenu_item.focus {
	text-decoration: underline;
	text-decoration-color: #00ADE4;
	text-underline-offset: 6px;
	text-decoration-thickness: 3px;
}

@media screen and (max-width: 991px) {

	.live__megamenu_item.active,
	.live__megamenu_item.hover,
	.live__megamenu_item.focus {
		text-decoration: none;
	}
}

.live__megamenu.live__flexbox {
	display: flex;
	align-items: stretch;
	width: 100%;
	align-items: center;
}

.live__navbar_collapse.live__flexbox {
	display: inline-flex;
}

.live__megamenu_list.dropdown {
	padding: 1px 0;
	cursor: pointer;
	top: 16px;
}

.live__megamenu_list.dropdown .live__workwithus {
	min-width: 170px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.live__megamenu_list.dropdown {
		height: auto;
	}

	.live__megamenu_list.dropdown:after {
		content: " ";
		background-color: transparent;
		background: url(clientlib-site-author/resources/img/blue-right-chervon.svg);
		background-repeat: no-repeat;
		width: 12px;
		height: 16px;
		display: inline-block;
		top: 12px;
		position: relative;
		padding: 0 14px;
		float: right;
	}
}

.live__megamenu_list.dropdown:hover .dropdown-content {
	display: block;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	overflow: hidden;
	/* hide menu on mobile */
}

.live__megamenu_list.dropdown:hover .dropdown-content.active,
.live__megamenu_list.dropdown:hover .dropdown-content.hover {
	display: block;
}

@media screen and (max-width: 991px) {
	.live__megamenu_list.dropdown:hover .dropdown-content {
		display: none;
	}
}

.live__megamenu_list.dropdown.yellow:hover .dropdown-content {
	display: block;
	padding: 40px 0;
	/* hide menu on mobile */
}

@media screen and (max-width: 991px) {
	.live__megamenu_list.dropdown.yellow:hover .dropdown-content {
		display: none;
	}
}

.live__megamenu_list.dropdown {
	float: left;
	overflow: hidden;
	/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
}

@media screen and (max-width: 991px) {
	.live__megamenu_list.dropdown {
		float: none;
		padding: 10px 0;
		border-top: 1px solid #ccc;
	}

	.live__megamenu_list.dropdown:first-child {
		padding-top: 0;
		border-top: 0;
	}
}

.live__megamenu_list.dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	top: 80px;
	left: 0;
	opacity: 0;
	border-top: 1px solid #F0F2F4;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 4;
	margin-top: 2px;
	padding: 40px 0;
	overflow: hidden;
	transition: visibility 0s, opacity 0.3s linear;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	/* no header.js hover on mobile */
	/*aem grid */
	/* Create three equal columns that floats next to each other */
}

@media (max-width: 991px) {
	.live__megamenu_list.dropdown .dropdown-content {
		left: 0;
	}
}

.live__megamenu_list.dropdown .dropdown-content .live-grid {
	display: flow-root;
}

.live__megamenu_list.dropdown .dropdown-content.active,
.live__megamenu_list.dropdown .dropdown-content.actives,
.live__megamenu_list.dropdown .dropdown-content.hover {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	display: block;
	max-height: 450px;
	z-index: 5;
}

@media (max-width: 991px) {

	.live__megamenu_list.dropdown .dropdown-content.active,
	.live__megamenu_list.dropdown .dropdown-content.actives,
	.live__megamenu_list.dropdown .dropdown-content.hover {
		min-height: 100%;
		max-height: 1200px;
	}
}

@media (max-width: 991px) {
	.live__megamenu_list.dropdown .dropdown-content.actives {
		display: none;
	}
}

.live__megamenu_list.dropdown .dropdown-content.focus {
	display: block;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}

@media (max-width: 991px) {
	.live__megamenu_list.dropdown .dropdown-content {
		padding: 0;
		top: 8.7rem;
	}

	.live__megamenu_list.dropdown .dropdown-content .hidden-sm {
		display: none;
	}
}

.live__megamenu_list.dropdown .dropdown-content h3 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 500;
}

.live__megamenu_list.dropdown .dropdown-content h4 {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.live__megamenu_list.dropdown .dropdown-content p {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #757575;
	padding: 0 10px 20px 0;
}

.live__megamenu_list.dropdown .dropdown-content .live_gradient {
	background: linear-gradient(90deg, #002345 0%, #00ADE4 100%);
	display: block;
	width: 550px;
	height: 400px;
	position: absolute;
	top: -51px;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	overflow: hidden;
}

@media (max-width: 991px) {
	.live__megamenu_list.dropdown .dropdown-content .live_gradient {
		top: 0;
		width: 100%;
		height: 100%;
		overflow: visible;
	}
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay {
	position: absolute;
	padding-left: 40px;
	height: 100%;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content .text-overlay {
		min-height: 375px;
		position: initial;
		padding-left: 0;
	}
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay .featured-title {
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #ffffff;
	top: -80%;
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text {
	position: relative;
	bottom: -40%;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text {
		padding: 20px;
	}
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text p {
	color: #ffffff;
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text .cmp-teaser__action-link {
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: 700;
	padding: 14px 18px;
	background-color: #ffffff;
	color: #002345;
	padding: 18px 20px;
	text-align: center;
	width: 140px;
	max-width: 400px;
	white-space: nowrap;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text .cmp-teaser__action-link {
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
}

.live__megamenu_list.dropdown .dropdown-content .text-overlay .report-section-text h4 {
	font-weight: 500px;
	font-size: 1rem;
	font-weight: 1.5rem;
	color: #ffffff;
	text-transform: inherit;
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid {
	padding: 10px 16px;
	background-color: #ffffff;
	height: auto;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content .aem-Grid {
		padding: 0px 0px 0 20px;
		/*borders on mobile menu */
	}

	.live__megamenu_list.dropdown .dropdown-content .aem-Grid>div[class^=aem-GridColumn] {
		border-bottom: 1px solid #ccc;
		padding: 16px 0 16px 0;
	}

	.live__megamenu_list.dropdown .dropdown-content .aem-Grid>div[class^=aem-GridColumn]:first-child {
		padding-top: 0;
	}

	.live__megamenu_list.dropdown .dropdown-content .aem-Grid>div[class^=aem-GridColumn]:last-child {
		border-bottom: 0;
		border-color: transparent;
	}
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid .action-link {
	margin: 6px 0;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5rem;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-color: #00ADE4;
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid a {
	float: none;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-align: left;
	padding: 0 0 15px;
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid a.close_btn {
	padding: 16px 0 24px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid a.cmp-teaser__action-link {
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: 700;
	padding: 14px 18px;
	text-align: center;
	background-color: #002345;
	color: #ffffff;
	width: auto;
	display: inline-block;
	white-space: nowrap;
	min-width: 150px;
}

@media (max-width: 991px) {
	.live__megamenu_list.dropdown .dropdown-content .aem-Grid a.cmp-teaser__action-link {
		width: 100%;
	}
}

.live__megamenu_list.dropdown .dropdown-content .aem-Grid a.cmp-teaser__action-link:active,
.live__megamenu_list.dropdown .dropdown-content .aem-Grid a.cmp-teaser__action-link:hover {
	background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
	color: #ffffff;
	box-shadow: none;
	text-decoration: none;
}

.live__megamenu_list.dropdown .dropdown-content.yellow.open.collapse.show {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	display: block;
}

.live__megamenu_list.dropdown .dropdown-content.yellow.open.collapse.show .live-grid.close {
	display: block;
}

.live__megamenu_list.dropdown .dropdown-content.yellow {
	background-color: #FFC72C;
	width: 75%;
	right: 0;
	padding: 50px;
	overflow-x: hidden;
	left: auto;
	margin-top: 0px;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content.yellow {
		margin-top: 10px;
	}
}

.live__megamenu_list.dropdown .dropdown-content.yellow .live-grid {
	width: 100%;
	display: flow-root;
}

.live__megamenu_list.dropdown .dropdown-content.yellow .live-grid.close {
	display: none;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content.yellow {
		overflow: visible;
		width: 100% !important;
		top: 0;
		height: auto;
		padding: 8px;
	}
}

.live__megamenu_list.dropdown .dropdown-content.yellow h3 {
	color: #000;
}

.live__megamenu_list.dropdown .dropdown-content.yellow h4 {
	color: #000;
}

.live__megamenu_list.dropdown .dropdown-content.yellow p {
	color: #000;
	padding: 0 10px 20px 0px;
}

.live__megamenu_list.dropdown .dropdown-content.yellow .aem-Grid {
	margin-right: 16px;
	height: auto;
	background-color: #FFC72C;
}

@media (max-width: 992px) {
	.live__megamenu_list.dropdown .dropdown-content.yellow .aem-Grid {
		/*borders on mobile menu */
	}

	.live__megamenu_list.dropdown .dropdown-content.yellow .aem-Grid>div[class^=aem-GridColumn] {
		border-bottom: 1px solid #000;
		padding: 32px 0 42px 0;
	}

	.live__megamenu_list.dropdown .dropdown-content.yellow .aem-Grid>div[class^=aem-GridColumn]:first-child {
		padding-top: 0;
	}

	.live__megamenu_list.dropdown .dropdown-content.yellow .aem-Grid>div[class^=aem-GridColumn]:last-child {
		border-bottom: 0;
		border-color: transparent;
	}
}

@media screen and (max-width: 991px) {
	.live__megamenu_list.dropdown .live__megamenu_list.dropdown .dropdown-content {
		width: 100%;
		float: none;
	}

	.live__megamenu_list.dropdown .aem-Grid {
		width: 100% !important;
		height: auto;
	}

	.live__megamenu_list.dropdown .column {
		width: 100% !important;
		height: auto;
	}

	.live__megamenu_list.dropdown #desktopSearch {
		display: none;
	}
}

@media screen and (max-width: 991px) and (max-width: 992px) {
	.live__megamenu_list.dropdown #desktopSearch.hidden-sm {
		display: none;
	}
}

#desktopSearch {
	background-color: #F0F2F4;
	padding: 20px;
}

.gloabl_search_desktop {
	margin: 0 auto;
}

.live_menu-close {
	display: inline-flex;
}

.live-back-icon {
	border: none;
	background-color: transparent;
	background-image: url(clientlib-site-author/resources/img/blue-chevron-left.svg);
	background-repeat: no-repeat;
	width: 13px;
	height: 14px;
	display: inline-block;
	top: 5px;
	position: relative;
}

.live-icon-close-text {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
}

.live-search-close {
	border: none;
	background-color: transparent;
	background-image: url(clientlib-site-author/resources/img/gray-close-icon.svg);
	background-repeat: no-repeat;
	width: 13px;
	height: 14px;
	display: block;
	top: 6px;
	position: relative;
	padding: 0 14px;
	left: 10px;
}

.live-search-close {
	border: none;
	background-color: transparent;
	background-image: url(clientlib-site-author/resources/img/gray-close-icon.svg);
	background-repeat: no-repeat;
	width: 13px;
	height: 14px;
	display: block;
	top: 6px;
	position: relative;
	padding: 0 14px;
	left: 10px;
}

.live-icon-close {
	background-image: url(clientlib-site-author/resources/img/white-close-icon.svg);
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	top: -2px;
	position: relative;
	padding: 0;
	left: -6px;
}

.live_menu-search-close {
	width: 15px;
	height: 40px;
	display: block;
	top: 0;
	border: 0;
	position: relative;
	padding: 18px 20px;
	background-color: #002345;
}

.live_menu-search-close:hover,
.live_menu-search-close:active {
	background: linear-gradient(90deg, rgba(0, 173, 228, 0.8) 0%, rgba(0, 173, 228, 0) 100%), #002345;
	color: #ffffff;
}

.gloabl_search_desktop .live__input_group {
	max-width: 86%;
}

.mobile-workwithus {
	background-color: #FFC72C;
	color: #000;
	position: absolute;
	bottom: 8%;
	width: 100%;
	max-width: 734px;
	visibility: hidden;
}

@media (max-width: 992px) {
	.mobile-workwithus {
		visibility: visible;
		z-index: 3;
	}
}

.mobile-workwithus li {
	padding: 10px 9px 3px 26px;
}

.mobile-workwithus li:first-child {
	padding-top: 24px;
}

.mobile-workwithus li:last-child {
	padding-bottom: 24px;
}

.mobile-workwithus li,
.mobile-workwithus li a {
	line-height: 26px;
	font-size: 1rem;
}

/* close button on mobile toggle */
@media (max-width: 992px) {
	.live__megamenu_list:first-child {
		margin-left: 0;
	}

	.live__megamenu_list:last-child {
		margin-left: -16px;
	}

	.live__megamenu_list .live-work-shadow {
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 2;
	}

	.live__megamenu_list .live-work-shadow.show {
		display: block;
	}

	.mobile-workwithus.hidden-lg.hidden-md.collapse.show::after {
		position: fixed;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 2;
	}

	button.live_menu-close[aria-expanded=true] {
		display: inline-flex;
	}

	button.live_menu-close[aria-expanded=true]:focus {
		display: inline-flex;
	}

	button.live_menu-close[aria-expanded=false] {
		display: none;
	}

	button.live_menu-close[aria-expanded=false]:focus {
		display: inline-flex;
	}

	button.live_menu-menu[aria-expanded=true] {
		display: none;
	}

	button.live_menu-menu[aria-expanded=false] {
		display: inline-flex;
	}
}

@media (max-width: 767px) {
	.live__megamenu_list:first-child {
		margin-left: 0;
	}
}

.live__lang_dropdown .sr-only {
	color: #000;
}

/*animation*/
@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Internet Explorer */
/* Opera < 12.1 */


/* == Begin footer SASS == */
@media (min-width: 768px) {
	.live__social_media {
		padding: 32px;
		display: inline-block;
		width: 100%;
		text-align: right;
	}
}

.live__social_media ul li {
	display: inline-block;
}

@media (max-width: 567px) {
	.live__social_media ul li:first-child {
		width: 100%;
		margin-bottom: 1.5rem;
	}
}

.live__social_media ul li a {
	color: #fff;
	padding: 8px 10px;
}

.live__social_media ul li a:hover {
	text-decoration: none;
	color: #00ADE4;
}

.live__social_media .live__workwithus {
	color: rgba(0, 0, 0, 0.87);
	padding: 16px;
	text-align: center;
}

.live__social_media .live__workwithus:hover {
	border: 0px;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgb(255, 199, 44) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccffffff", endColorstr="#ffc72c", GradientType=1);
	/* IE6-9 */
	color: #002345;
	box-shadow: none;
	text-decoration: none;
}

.live__footer_top_section .aem-Grid {
	display: flex;
	flex-wrap: wrap;
}

.live__footer_bottom_section {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid #C9C9C9;
}

@media (min-width: 992px) {
	.live__footer_bottom_b_section {
		display: flex;
		justify-content: space-between;
	}
}

.live__listinline ul li,
.live__footer_fraud ul li {
	color: #fff;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
}

.live__listinline ul li:last-child,
.live__footer_fraud ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #fff;
}

.live__listinline {
	font-size: 0.875rem;
	line-height: 1rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

@media (min-width: 1300px) {
	.live__listinline {
		font-size: 1rem;
		line-height: 1.0625rem;
	}
}

.live__listinline ul li {
	display: inline-block;
}

.live__listinline ul li a {
	color: #fff;
}

.live__footer_fraud {
	font-size: 0.875rem;
	line-height: 1rem;
}

.live__footer_fraud ul li {
	display: inline-block;
}

.live__footer_fraud ul li a {
	color: #F0F2F4;
}

@media (max-width: 767px) {
	.live__footer_fraud {
		text-align: center;
	}
}

.live__lang_dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.live__lang_dropdown .live__lang_label {
	background-color: transparent;
	border: 0px;
}

.live__lang_dropdown .live__lang_label:focus {
	color: #fff;
}

.live__lang_dropdown .live__lang_label[aria-expanded=false]:after {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	font-family: "loopicon";
	content: "\e116";
	font-size: 0.6rem;
	margin-left: 8px;
	padding: 2px;
	float: right;
}

.live__lang_dropdown .live__lang_label[aria-expanded=true]:after {
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	font-family: "loopicon";
	content: "\e119";
	font-size: 0.6rem;
	margin-left: 8px;
	padding: 2px;
	float: right;
}

.live__lang_dropdown .live__dropdown_menu {
	background-color: #fff;
	min-width: 300px;
	width: auto;
	z-index: 4;
}

.live__lang_dropdown .live__dropdown_menu ul li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #DADEE3;
	display: list-item;
}

.live__lang_dropdown .live__dropdown_menu ul li a {
	padding: 12px 16px;
	color: #757575;
	display: block;
}

.live__lang_dropdown .live__dropdown_menu ul li a:hover {
	background-color: #F0F2F4;
}

/*== End footer global Language dropdown ==*/
/* === Begin dropdown ===*/
.live__dropup,
.live__dropdown {
	position: relative;
}

.live__dropdown_label {
	font-size: 0.875rem;
	line-height: 44px;
	font-weight: bold;
	padding-right: 16px;
}

.live__dropdown_group {
	position: relative;
	display: block;
	float: none;
}

.live__dropdown_title {
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: bold;
}

.live__dropdown_menu {
	font-size: 0.875rem;
	line-height: 1.375rem;
	/*padding: $space-xs $space-xxs;*/
	margin: 0px;
	display: none;
	float: left;
	z-index: 105;
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	text-align: left;
	background-color: white;
	width: 100%;
	/*border: $loop-dropdown-border;
border-radius: 3px;*/
	background-clip: padding-box;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.live__dropdown_menu li {
	display: block;
	padding: 8px 16px 8px 16px;
	clear: both;
	color: rgba(0, 0, 0, 0.87);
}

.live__dropdown_toggle {
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-align: left;
	padding: 8px 16px 8px 16px;
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 3px;
	vertical-align: middle;
	outline: 0px;
}

.live__dropdown_toggle .filter-option {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
	display: inline-block;
}

.live__dropdown_toggle[aria-expanded=false]:after {
	font-family: "loopicon";
	content: "\e116";
	font-size: 0.75rem;
	margin-left: 4px;
	float: right;
}

.live__dropdown_toggle[aria-expanded=true]:after {
	font-family: "loopicon";
	content: "\e119";
	font-size: 0.75rem;
	margin-left: 4px;
	float: right;
}

.live__dropdown_toggle .live__dropdown_menu {
	border: 0px solid #e6e6e6;
	display: block;
	outline: 0px;
}

.live__dropdown_toggle .live__dropdown_menu li {
	color: rgba(0, 0, 0, 0.6);
	padding: 8px 16px 8px 16px;
	display: block;
	cursor: pointer;
}

.live__dropdown_toggle .live__dropdown_menu li:hover {
	color: #002345;
	background-color: #ffffff;
}

.live__dropdown_toggle .live__dropdown_menu li:focus,
.live__dropdown_toggle .live__dropdown_menu li.focused {
	outline: #996300 solid 2px;
	color: #002244;
}

/* === end dropdown ===*/
/* ==  Begin live card ===*/
.live__flex_card {
	flex-flow: nowrap;
	display: flex;
	flex-direction: column;
}


/* ==  Begin stats card ===*/
/*=== Begin pullquote components SASS===*/
.live__pullquote_body {
	padding: 32px;
	margin: 32px;
	word-wrap: break-word;
	overflow: hidden;
	border-top: 2px solid #ffc72c;
	border-bottom: 2px solid #ffc72c;
}

.live__pullquote_body .media-object {
	direction: rtl;
	display: inline-block;
	width: 100%;
}

.live__pullquote_title {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: rgba(0, 0, 0, 0.87);
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	word-wrap: break-word;
}

@media (min-width: 991px) {
	.live__pullquote_title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.live__pullquote_object {
	text-align: right;
}

.live__pullquote_content {
	font-family: "Ubuntu", sans-serif;
	font-size: 0.875rem;
	line-height: 1.375rem;
	margin-top: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.author_title {
	font-weight: 600;
}

.author_subtitle {
	font-weight: normal;
	font-style: italic;
}

.live__pullquote_img {
	margin-left: 16px;
	display: block;
	float: right;
	padding: 4px;
	border: 1px solid #d4d4d4;
	border-radius: 100%;
}

.live__pullquote_img img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	-webkit-clip-path: circle(45% at 50% 50%);
	clip-path: circle(45% at 50% 50%);
}

/*=== End pullquote components SASS===*/
/* == Begin Body content Components == */
.live__body_content {
	font-size: 1.125rem;
	line-height: 1.8125rem;
	color: rgba(0, 0, 0, 0.87);
}

.live__body_content p {
	margin: 0px 0px 16px 0px;
}

.live__body_content ul {
	list-style: disc;
	padding-left: 40px;
}

.live__body_content ul li {
	list-style: disc;
	margin: 0px 0px 16px 0px;
}

.live__body_content ol {
	list-style: decimal;
	padding-left: 40px;
}

.live__body_content ol li {
	list-style: decimal;
	margin: 0px 0px 16px 0px;
}

.live__body_content a {
	color: #002345;
	border-bottom: 1px solid #00ade4;
}

.live__body_content .live__body_content_sm_hor {
	float: left;
	width: 263px;
}

.live__body_content .live__body_content_sm_hor img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_lg_hor {
	float: left;
	width: 360px;
}

.live__body_content .live__body_content_lg_hor img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_sm_ver {
	float: left;
	width: 165px;
}

.live__body_content .live__body_content_sm_ver img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_lg_ver {
	float: left;
	width: 220px;
}

.live__body_content .live__body_content_lg_ver img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_sm_squ {
	float: left;
	width: 140px;
}

.live__body_content .live__body_content_sm_squ img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_lg_squ {
	float: left;
	width: 220px;
}

.live__body_content .live__body_content_lg_squ img {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_full_size {
	margin-bottom: 8px;
}

.live__body_content .live__body_content_full_size img {
	margin-bottom: 8px;
}

.live__body_content .live__body_left_img {
	float: left;
	margin: 0px 16px 0px 0px;
}

.live__body_content .live__body_right_img {
	float: right;
	margin: 0px 0px 0px 16px;
}

.live__body_content figcaption {
	font-size: 0.75rem;
	line-height: 1.5rem;
	color: #666666;
	/*margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #e5e5e5;*/
}

.live__body_content.live__lead_paragraph_md {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.live__body_content .lp_body_content_table {
	background: #fff !important;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: scroll;
}

@media (min-width: 992px) {
	.live__body_content .lp_body_content_table {
		overflow: auto;
	}
}

.live__body_content .lp_body_content_table table {
	border: 1px solid #e5e5e5;
	/*border-left: 0px;
border-right: 0px;*/
	width: 100%;
}

.live__body_content .lp_body_content_table table thead tr {
	background-color: #fafafa;
}

.live__body_content .lp_body_content_table table thead tr:nth-child(2) {
	border-bottom: 2px solid #787878;
}

.live__body_content .lp_body_content_table table thead tr th {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	width: auto;
	padding: 8px;
}

.live__body_content .lp_body_content_table table tbody tr {
	border-bottom: 1px solid #e5e5e5;
	/*&:nth-child(2) {
th {
border-bottom: 2px solid #787878;
}
}*/
}

.live__body_content .lp_body_content_table table tbody tr:first-child th {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
}

.live__body_content .lp_body_content_table table tbody tr th {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding: 8px;
	border: 0px;
}

.live__body_content .lp_body_content_table table tbody tr td {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	padding: 8px;
	word-break: break-word;
	text-align: left;
	border: 0px;
	/*&:first-child{
width: 25%;
}*/
}

.live__body_content .lp_body_content_table table tbody tr:nth-child(odd) {
	background-color: #ffffff;
	/*-webkit-box-shadow:0px -1px 1px 0px $loop-color-neutral-91;
-moz-box-shadow: 0px -1px 1px 0px $loop-color-neutral-91;
-o-box-shadow:0px -1px 1px 0px $loop-color-neutral-91;
box-shadow: 0px -1px 1px 0px $loop-color-neutral-91;*/
}

.live__body_content .lp_body_content_table table tbody tr:nth-child(even) {
	background-color: #ffffff;
	/*-webkit-box-shadow:0px -1px 1px 0px $loop-color-neutral-91;
-moz-box-shadow: 0px -1px 1px 0px $loop-color-neutral-91;
-o-box-shadow:0px -1px 1px 0px $loop-color-neutral-91;
box-shadow: 0px -1px 1px 0px $loop-color-neutral-91;*/
}

.live__body_content .lp_body_content_table caption {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 16px;
}

.live__body_content .lp_body_content_table caption .live__caption_title {
	font-size: 1rem;
	font-weight: bold;
}

.live__body_content .lp_body_content_table caption .live__caption_description {
	font-size: 0.875rem;
	line-height: 1.375rem;
}

@media (max-width: 767px) {

	.live__body_content .lp_body_content_table table>thead>tr>th,
	.live__body_content .lp_body_content_table table>tbody>tr>th,
	.live__body_content .lp_body_content_table table>tfoot>tr>th,
	.live__body_content .lp_body_content_table table>thead>tr>td,
	.live__body_content .lp_body_content_table table>tbody>tr>td,
	.live__body_content .lp_body_content_table table>tfoot>tr>td {
		white-space: nowrap;
	}
}

.live__body_content .live__layout_table table {
	margin-bottom: 32px;
}

.live__body_content .live__layout_table table thead tr th {
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	width: auto;
	padding: 8px;
}

.live__body_content .live__layout_table table tbody tr th {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 8px;
}

.live__body_content .live__layout_table table tbody tr td {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	padding: 8px;
	word-break: break-word;
	text-align: left;
	vertical-align: top;
}

.live__body_content .live__layout_table table tbody tr td:first-child {
	text-align: right;
	width: 20%;
	color: #787878;
}

.live__body_content .live__layout_table table tbody tr td:nth-child(2n) {
	text-align: left;
}

.live__body_content .live__no_table {
	background: #fff !important;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.live__body_content .live__no_table table {
	border: 1px solid #e5e5e5;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
}

.live__body_content .live__no_table table thead tr:nth-child(2) {
	border-bottom: 2px solid #787878;
}

.live__body_content .live__no_table table thead tr th {
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	width: auto;
	padding: 8px;
}

.live__body_content .live__no_table table tbody tr th {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding: 8px;
}

.live__body_content .live__no_table table tbody tr td {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: rgba(0, 0, 0, 0.87);
	padding: 8px;
	word-break: break-word;
	text-align: left;
	border: 0px;
	/*&:first-child{
width: 25%;
}*/
}

@media (max-width: 767.5px) {
	.live__body_content .live__no_table table tbody tr td {
		width: 100%;
		display: block;
	}
}

.live__body_content .live__no_table table tbody tr:nth-child(odd) {
	background-color: #ffffff;
	-o-box-shadow: 0px -1px 1px 0px #e6e6e6;
	box-shadow: 0px -1px 1px 0px #e6e6e6;
}

.live__body_content .live__no_table table tbody tr:nth-child(even) {
	background-color: #F5F7FC;
	-o-box-shadow: 0px -1px 1px 0px #e6e6e6;
	box-shadow: 0px -1px 1px 0px #e6e6e6;
}

.live__body_content .lp-twit {
	font-size: 1.125rem;
	padding: 4px;
	vertical-align: middle;
	color: #0071bc;
}

.live__body_content a:hover {
	text-decoration: underline;
}

.live__body_content .morelink {
	font-family: "Open Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: 600;
	color: #0071bc;
	word-wrap: break-word;
	text-transform: none;
	white-space: normal;
	letter-spacing: 0.78px;
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	text-align: center;
	background-color: transparent;
}

.live__body_content .morelink:hover {
	text-decoration: none;
	border-bottom: none;
}

.live__lead_smtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.live__lead_mdtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.live__lead_lgtitle {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.75rem;
	line-height: 2.25rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

blockquote {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 8px;
}

.live__note_paragraph {
	font-size: 0.8125rem;
	line-height: 1.0625rem;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 8px;
	display: block;
}

.live__lead_paragraph_ml {
	font-size: 1.5rem;
	line-height: 2rem;
	color: rgba(0, 0, 0, 0.87);
}

a.tweet-sentance:hover {
	text-decoration: none;
}

.tweetable {
	color: #333;
	display: inline;
}

.tweetable a {
	background-color: #d9ecfd;
	color: inherit;
	/* twitter color */
	color: #333 !important;
	padding: 2px;
	text-decoration: none;
	border-bottom: 0px !important;
	transition: all 0.1545s ease-in-out;
}

.tweetable .lp {
	float: none !important;
	color: #009fda;
	font-size: 18px;
	padding: 0px 4px 0px 4px;
	display: inline-block;
	vertical-align: middle;
}

.tweetable a:hover i,
.tweetable a:active i,
.tweetable a.active i,
.tweetable a:focus i,
.tweetable a:hover,
.tweetable a:active,
.tweetable a:focus {
	background-color: #0071bc;
	color: white !important;
	cursor: pointer;
	text-decoration: none;
}

.tweetable img {
	border: 0;
	display: inline-block;
	height: 1em;
	margin-left: 0.1875em;
	margin-right: 0.1875em;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	width: 1em;
	transition: all 0.1545s ease-in-out;
}

.tweetable img.twitter-icon-over {
	opacity: 0;
	position: absolute;
}

.tweetable:hover img.twitter-icon-over,
.tweetable:active img.twitter-icon-over,
.tweetable:focus img.twitter-icon-over {
	opacity: 1;
	position: relative;
}

.tweetable:hover img.twitter-icon-out,
.tweetable:active img.twitter-icon-out,
.tweetable:focus img.twitter-icon-out {
	display: none;
}

.live__autopull_metadata {
	font-size: 1.125rem;
	line-height: 1.8125rem;
	color: rgba(0, 0, 0, 0.87);
	font-weight: bold;
}

.live__autopull_metadata p {
	margin: 0px 0px 16px 0px;
}

/* == End Body content Components == */
.live__infographic_components figure img {
	margin-bottom: 16px;
}

.live__infographic_components figcaption {
	font-size: 1rem;
	line-height: 1.4375rem;
	color: rgba(0, 0, 0, 0.87);
}

@media print {

	/* Hide scrollbar for Chrome, Safari and Opera */
	.live__body_content .lp_body_content_table::-webkit-scrollbar {
		display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.live__body_content .lp_body_content_table {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
}

/* === Begin live Banner ===*/
.live__banner {
	position: relative;
	z-index: 0;

}

.live__banner .cmp-image__image {
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	position: relative;
	z-index: -2;
}

.live__banner .cmp-teaser {
	display: flex;
	flex-direction: column-reverse;
}

.live__banner .cmp-teaser__content {
	flex: 0 0 auto;
	width: 85%;
	margin: -4rem auto 0rem auto;
	position: relative;
	background-color: #ffffff;
	display: block;
	padding: 32px;
	left: 0;
	right: 0;
	bottom: 2%;
	text-align: center;
}

@media (min-width: 768px) {
	.live__banner .cmp-teaser__content {
		width: 75%;
	}
}

@media (min-width: 992px) {
	.live__banner .cmp-teaser__content {
		width: 55%;
		padding: 64px;
	}
}

.live__banner .cmp-teaser__content:before {
	top: 0px;
	content: "";
	display: block;
	height: 50%;
	width: 430px;
	position: absolute;
	-webkit-transform: skewY(4.2deg);
	transform: skewY(4.2deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	z-index: -1;
	background: #00ade4;
}

@media (max-width: 768px) {
	.live__banner .cmp-teaser__content:before {
		max-width: 280px;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.live__banner .cmp-teaser__content:before {
		max-width: 250px;
		width: 100%;
	}
}

.live__banner .cmp-teaser__pretitle {
	font-size: 14px;
	line-height: 16.09px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 16px;
}

.live__banner .cmp-teaser__description {
	font-size: 1.25rem;
	line-height: 2.0625rem;
	color: #757575;
	margin-bottom: 1rem;
}

.live__banner .cmp-teaser__description p {
	padding-bottom: 1rem;
}

.live__banner .cmp-teaser__action-link {
	font-size: 1.125rem;
	line-height: 1.25rem;
	font-weight: 700;
	background-color: #FFC72C;
	padding: 20px 32px 22px 32px;
}

.live__banner .cmp-teaser__action-link:hover,
.live__banner .cmp-teaser__action-link:focus,
.live__banner .cmp-teaser__action-link:active {
	border: 0px;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 199, 44, 0) 0%, rgba(255, 199, 44, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffc72c", endColorstr="#ccffc72c", GradientType=1);
	/* IE6-9 */
	color: #002345;
	box-shadow: none;
	text-decoration: none;
}

/* === End live Banner ===*/
/* == Begin Country List components ==*/
.alpha-list-section .tabs tab-nav ul li,
.alpha-list-mobile-section .tabs tab-nav ul li {
	display: inline-block;
}

.alpha-list-section .alpha-list-btn,
.alpha-list-mobile-section .alpha-list-btn {
	font-size: 0.875rem;
	line-height: 1.375rem;
	font-weight: bold;
	background-color: #ffffff;
	color: #002345;
	padding: 0px 14px;
	border: 0px;
}

.alpha-list-section .alpha-list-btn:hover,
.alpha-list-mobile-section .alpha-list-btn:hover {
	color: #00538A;
	text-decoration: underline;
}

.alpha-list-section .alpha-list-btn[aria-disabled=true],
.alpha-list-mobile-section .alpha-list-btn[aria-disabled=true] {
	pointer-events: none;
	color: #787878;
}

.alpha-list-section .deactive,
.alpha-list-mobile-section .deactive {
	color: rgba(0, 0, 0, 0.16) !important;
	cursor: default;
}

.alpha-list-section .deactive:hover,
.alpha-list-section .deactive:focus,
.alpha-list-mobile-section .deactive:hover,
.alpha-list-mobile-section .deactive:focus {
	color: rgba(0, 0, 0, 0.16) !important;
	cursor: default;
}

.alpha-list-section .alpha-list-container .lable,
.alpha-list-mobile-section .alpha-list-container .lable {
	padding-left: 0px !important;
}

.alpha-list-section .alpha-list-container .alpha-alphabet,
.alpha-list-mobile-section .alpha-list-container .alpha-alphabet {
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.alpha-list-section .alpha-list-container .alpha-list,
.alpha-list-mobile-section .alpha-list-container .alpha-list {
	padding: 0px;
	float: left;
	display: block;
	width: 100%;
	list-style: none;
}

.alpha-list-section .alpha-list-container .alpha-list .alpha-name,
.alpha-list-mobile-section .alpha-list-container .alpha-list .alpha-name {
	font-size: 0.875rem;
	line-height: 1.375rem;
	color: #002345;
	float: left;
}

.alpha-list-section .alpha-list-container .alpha-list .lang-alpha,
.alpha-list-mobile-section .alpha-list-container .alpha-list .lang-alpha {
	font-size: 0.875rem;
	line-height: 1.375rem;
	float: left;
}

.alpha-list-section .alpha-list-container .alpha-list .lang-alpha a,
.alpha-list-mobile-section .alpha-list-container .alpha-list .lang-alpha a {
	color: #002244;
}

.alpha-list-section .alpha-list-container .alpha-list .divider,
.alpha-list-mobile-section .alpha-list-container .alpha-list .divider {
	line-height: 1.375rem;
	padding-right: 8px;
	color: rgba(0, 0, 0, 0.6);
	float: left;
}

.alpha-list-section .alpha-list-container .alpha-list .alpha-list-group,
.alpha-list-mobile-section .alpha-list-container .alpha-list .alpha-list-group {
	display: inline-block;
	margin: 0px 0px 24px 0px;
}

.alpha-list-section .alpha-list-container .alpha-list .alpha-list-group li,
.alpha-list-mobile-section .alpha-list-container .alpha-list .alpha-list-group li {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	line-height: 1.25rem;
	float: left;
}

.alpha-list-section [role=tablist],
.alpha-list-mobile-section [role=tablist] {
	margin: 0 0 -0.1em;
	overflow: visible;
	position: fixed;
	left: 0;
	/*top: calc((100% - 10rem) / 2);*/
	top: 0rem;
	z-index: 1;
	background-color: #011D38;
}

.alpha-list-section [role=tab],
.alpha-list-mobile-section [role=tab] {
	position: relative;
	margin: 0;
	overflow: visible;
	flex-direction: column;
	display: flex;
	color: #fff;
	background-color: transparent;
}

.alpha-list-section [role=tab][aria-selected=true],
.alpha-list-mobile-section [role=tab][aria-selected=true] {
	background-color: #f6f6f6;
	color: #002244;
}

.alpha-list-section [role=tab][aria-selected=true]::after,
.alpha-list-mobile-section [role=tab][aria-selected=true]::after {
	position: absolute;
	z-index: 3;
	bottom: -1px;
	right: 0;
	left: 0;
	border-bottom: 2px solid #002244;
	content: "";
}

.alpha-list-section [role=tabpanel]:focus,
.alpha-list-mobile-section [role=tabpanel]:focus {
	border-color: #ffd380;
}

/* == End alpha List components ==*/
/* == Begin alpha List Media- Query ==*/
@media (min-width: 992px) and (max-width: 1200px) {

	.alpha-list-section .alpha-list-btn,
	.alpha-list-mobile-section .alpha-list-btn {
		padding: 0px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.alpha-list-section .alpha-list-btn,
	.alpha-list-mobile-section .alpha-list-btn {
		padding: 0px 19px;
		line-height: 2.25rem;
	}
}

/* == End alpha List Media- Query ==*/
.alpha-list-v1 {
	margin-top: 16px;
}

.alpha-list-v1 .alpha-alphabet {
	font-family: "Ubuntu", sans-serif;
	background-color: #FAFDFF;
	border: 1px solid #C6D5E1;
	padding: 12px;
	font-size: 1.25rem;
	color: #002245;
}

.live__megamenu .aem-Grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	width: auto !important;
}

@media (min-width: 768px) {
	.live__megamenu .aem-Grid {
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media (min-width: 992px) {
	.live__megamenu .aem-Grid {
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media (min-width: 1400px) {
	.live__megamenu .aem-Grid {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.live__flex_card .aem-Grid .live__card.no_overlay_img .cmp-teaser,
.live__flex_card .aem-Grid .live__card.no_overlay_img .cmp-teaser .cmp-teaser__image {
	height: 100%;
}


/*=== Begin image components ====*/
.cmp-image__image {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-filter: contrast(1.15);
	filter: contrast(1.15);
}

.live__image {
	position: relative;
	z-index: 1;
}

@media (max-width: 992px) {
	.live__image {
		margin-top: 100px;
	}
}

.live__image:before {
	top: 0px;
	content: "";
	display: block;
	height: 50%;
	left: 5%;
	width: 300px;
	position: absolute;
	-webkit-transform: skewY(8.2deg);
	transform: skewY(8.2deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	z-index: -1;
	background: #00ade4;
}

.live__image .cmp-image__title {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

.live__image_revers {
	position: relative;
	z-index: 1;
}

.live__image_revers:before {
	top: 0px;
	content: "";
	display: block;
	height: 50%;
	left: 5%;
	width: 300px;
	position: absolute;
	-webkit-transform: skewY(8.2deg);
	transform: skewY(8.2deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
	z-index: -1;
	background: #00ade4;
}

.banner_img {
	padding: 0px;
}

.banner_img img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
	height: 500px;
}

/*=== End image components ====*/

/*=== Start about us section ====*/

.button.blue-background .cmp-button,
.bluebutton {
	display: inline-block;
	border-radius: 4px;
	background-color: #0271BC;
	border: none;
	color: #ffffff !important;
	text-align: center;
	font-size: 20px;
	padding: 20px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button.blue-background .cmp-button span,
.bluebutton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button.blue-background .cmp-button span:after,
.bluebutton span::after {
	content: "»";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button.blue-background .cmp-button:hover span,
.bluebutton:hover span {
	padding-right: 25px;
	color: #fff;
}

.button.blue-background .cmp-button:hover span:after,
.bluebutton:hover span::after {
	opacity: 1;
	right: 0;
}

.white-background {
	padding-top: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 25px;
}

.white-background .cmp-button {
	background-color: white;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: 600;
	font-style: normal;
	display: block;
	color: #0071BC;
	border: 1px solid;
	text-decoration: none;
}

.white-background a.cpm-button:hover {
	color: #0071BC;
}

.wblive_aboutUs_section .btnGroup .button {
	margin: 0;
	float: left;
}

.wblive_aboutUs_section .btnGroup {
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}


/*=== End about us section ====*/

.margin-bottom-50 {
	margin-bottom: 50px;
}

/*=== Start ticket tape ====*/

.wblive-ticker-tape {
	position: relative;
	margin: 0 auto;
	width: 80%;
	display: block;
	margin-top: 32px;
	float: right;
}

.wblive-ticker-tape .live-ticker {
	margin-top: 0;
}

.wblive-ticker-tape .live-ticker {
	background: #f2f2f2;
	position: relative;
	height: 40px;
	border-bottom: 5px solid #FC0526;
	padding-top: 5px;
}

.wblive-ticker-tape .live-ticker-box {
	height: 100%;
	overflow: hidden;
}

.wblive-ticker-tape .live-ticker-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
}

.wblive-ticker-tape .live-ticker-box ul li {
	display: inline-block;
}

.wblive-ticker-tape .live-ticker-box ul li a {
	color: #333;
}

.wblive-ticker-tape .live-ticker-controls {
	display: flex;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.wblive-ticker-tape .fa-pause:before {
	content: "\f04c";
}

.wblive-ticker-tape .live-ticker-controls button {
	height: 100%;
	background: #787878;
	padding: 0;
	width: 40px;
	color: #fff;
	border-style: solid;
	border-width: 0 0 0 1px;
	cursor: pointer;
	display: inline-block;
}

.wblive-ticker-tape .live-ticker-controls button:focus {
	outline: none;
}

.wblive-ticker-tape .live-ticker-controls button.live-ticker-pause {
	position: relative;
	display: inline-block;
}

.wblive-ticker-tape .live-event-label {
	padding: 6px;
	background-color: #ff0000 !important;
	color: #fff;
	text-transform: uppercase;
	border: 0px solid;
	line-height: 14px;
	font-size: 14px;
	border-radius: 0.02rem;
	display: inline-block;
	margin: 0;
	font-weight: bold;
}

/*@media (max-width: 992px) {
	.wblive-ticker-tape {
		margin-top: -20px;
	}
}*/

@keyframes ticker {
	0% {
		/* -webkit-transform: translate3d(0, 0, 0); */
		transform: translate3d(350px, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@media (max-width: 768px) {
	.wblive-ticker-tape {
		margin-top: 0px;
	}

	.wblive_header .wblive-ticker-tape {
		width: 70%;
	}

	.wblive-ticker-tape .live-event-label {
		float: left;
		position: relative;
		z-index: 1;

	}

	.wblive-ticker-tape .live-ticker {
		border-bottom: 0px;
		height: 32px;
		padding-top: 0px;
		font-size: 14px;
		font-weight: bold;
	}

	/* .eventdetails .title .cmp-title__text {
		color: #fff !important;
	} */
}

@media (max-width: 570px) {
	.wblive_header .wblive-ticker-tape {
		width: 100%;
		float: left;
	}

	@keyframes ticker {
		0% {
			/* -webkit-transform: translate3d(0, 0, 0); */
			transform: translate3d(500px, 0, 0);
			visibility: visible;
		}
	
		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}
}

@media (max-width: 992px) {
	.wblive-ticker-tape {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.aem-Grid>.aem-GridColumn.aem-GridColumn--phone--show {
		display: none;
	}
}

/*=== End ticket tape ====*/

/*=== Social Buttons ====*/
.aboutUs_wrapper .btnGroup {
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wblive_shareBtn {
	margin: 0;
	font-family: "loopicon";
	font-style: normal !important;
	text-decoration: none;
	position: relative;
	position: fixed;
	top: calc((100% - 266px) / 2);
	left: 10px;
	z-index: 1000;
}

.wblive_shareBtn .sharebar {
	position: fixed;
	left: 0;
	z-index: 999;
}

.wblive_shareBtn ul li {
	list-style: none;
	margin-bottom: 10px;
}

.wblive_shareBtn li a {
	line-height: 32px;
	border-radius: 50%;
	display: block;
	border: 1px solid transparent;
	text-align: center;
	width: 32px;
	height: 32px;
	background: #fff;
	font-size: 18px;
	text-decoration: none;
}

.wblive_shareBtn li a .lp-linkln {
	background: #0077b5;
}

.wblive_shareBtn li a span {
	color: #fff;
	font-family: "loopicon";
}

.wblive_shareBtn #wbgmailto {
	background: #fff;
}

.wblive_shareBtn #wbgmailto span {
	color: #4285F4;
}

.wblive_shareBtn #wbgld {
	background: #0077b5;
	overflow: hidden;
}

.wblive_shareBtn #wbgfb {
	background: #3b5998;
}

.wblive_shareBtn #wbgtwt {
	background: #0071bc;
}

.wblive_shareBtn #wbgwhatsupid,
.wblive_shareBtn #wbgwhatsup {
	background-color: #075e54;
}

.wblive_shareBtn .lp-whatsup:before {
	content: "\e189";
	color: #fff;
}

.wblive_shareBtn .xs-visible {
	display: none;
}

@media (max-width: 768px) {
	.xs-visible {
		display: block;
	}

	.wblive_shareBtn {
		display: none;
		z-index: 99;
		bottom: 0;
		top: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		left: 0;
		min-height: 30px;
		max-height: 30px;
		z-index: 99;
		bottom: 30px;
	}

	.wblive_shareBtn .pull-left {
		top: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		left: 0;
		min-height: 30px;
		max-height: 30px;
		z-index: 99;
	}

	.wblive_shareBtn .pull-left li {
		position: relative;
		width: 20%;
		display: inline;
		float: inherit;
		background: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		border: 1 px solid transparent;
		box-shadow: none;
		z-index: 99999999;
	}

	.wblive_shareBtn .pull-left li a {
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999999;
	}

	.wblive_shareBtn .pull-left #wbgtwt,
	.wblive_shareBtn .pull-left .btn-twitter {
		color: #fff;
		background-color: #000000;
	}

	.wblive_shareBtn .pull-left #wbgfb,
	.wblive_shareBtn .pull-left .btn-facebook {
		background: #3b5998;
	}

	.wblive_shareBtn .pull-left .btn-linkedin {
		background: #0077b5;
	}
}

.share-close-btn-wrapper {
	background-color: #0071BC;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 30px;
	padding: 10px;
	align-items: center;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.share-close-btn-wrapper .share-text {
	font-size: 15px;
	font-weight: bold;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0;
}

.share-close-btn-wrapper .lp-slideshare::before {
	content: "\e200";
	color: #ffffff;
	font-family: "loopicon";
}

.share-close-btn-wrapper .clsoe-icon-btn {
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	padding: 0.25rem 0;
	font-size: 0.814rem;
	line-height: 0.814rem;
	font-weight: 700;
	color: #ffffff;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: end;
}

.clsoe-icon-btn::after {
	font-family: 'loopicon' !important;
	content: "\e126";
}

@media (min-width: 768px) {
	.share-close-btn-wrapper {
		display: none;
	}
}

/*=== Social Buttons ====*/

.padding-top-12 {
	padding-top: 12px;
}

.padding-bottom-12 {
	padding-bottom: 12px;
}

#video-container {
	background-repeat: no-repeat !important;
	margin: 0 auto;
	background-size: 100% 434.49px !important;
	height: 370.49px;
}

.container-padding-15>.cmp-container {
	padding: 15px;
}

/* grey borders */
/*.light-grey-border {
	border: 1px solid #D3D1D1;
}*/

.dark-charcoal-border {
	border: 1px solid #333333;
}

.platinum-border {
	border: 1px solid #E6E6E6;
}

.grey-border {
	border: 10px solid #4d4d4d;
}

.grey-border-top {
	border-top: 10px solid #4d4d4d;
}

.grey-border-right {
	border-right: 10px solid #4d4d4d;
}

.grey-border-bottom {
	border-bottom: 10px solid #4d4d4d;
}

.grey-border-left {
	border-left: 10px solid #4d4d4d;
}

/* background colors */
.french-blue-background {
	background-color: #0071BC;
}

.medium-electric-blue-background {
	background-color: #00538A;
}

.rich-electric-blue-background {
	background-color: #009FDA;
}

.water-background {
	background-color: #CBE2F9;
}

.lotion-background {
	background-color: #FAFAFA;
}

.midnight-green-background {
	background-color: #014255;
}

.dark-liver {
	background-color: #4D4D4D;
}

.eerie-black {
	background-color: #1A1A1A;
}

.black {
	background-color: #000000;
}

.medium-jungle-green {
	background-color: #0F2B32;
}

.granite-gray {
	background-color: #666666;
}

/* padding */
.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-right-0 {
	padding-right: 0px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-left-0 {
	padding-left: 0px !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

/* container margin */
.margin-top-0 .cmp-container {
	margin-top: 0px !important;
}

.margin-top-5 .cmp-container {
	margin-top: 5px !important;
}

.margin-top-10 .cmp-container {
	margin-top: 10px !important;
}

.margin-top-15 .cmp-container {
	margin-top: 15px !important;
}

.margin-top-20 .cmp-container {
	margin-top: 20px !important;
}

.margin-right-0 .cmp-container {
	margin-right: 0px !important;
}

.margin-right-5 .cmp-container {
	margin-right: 5px !important;
}

.margin-right-10 .cmp-container {
	margin-right: 10px !important;
}

.margin-right-15 .cmp-container {
	margin-right: 15px !important;
}

.margin-right-20 .cmp-container {
	margin-right: 20px !important;
}

.margin-bottom-0 .cmp-container {
	margin-bottom: 0px !important;
}

.margin-bottom-5 .cmp-container {
	margin-bottom: 5px !important;
}

.margin-bottom-10 .cmp-container {
	margin-bottom: 10px !important;
}

.margin-bottom-15 .cmp-container {
	margin-bottom: 15px !important;
}

.margin-bottom-20 .cmp-container {
	margin-bottom: 20px !important;
}

.margin-left-0 .cmp-container {
	margin-left: 0px !important;
}

.margin-left-5 .cmp-container {
	margin-left: 5px !important;
}

.margin-left-10 .cmp-container {
	margin-left: 10px !important;
}

.margin-left-15 .cmp-container {
	margin-left: 15px !important;
}

.margin-left-20 .cmp-container {
	margin-left: 20px !important;
}

.hashtag-line,
.twitter-icon {
	font-size: 1rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: #787878;
}

.hashtag-line:before,
.twitter-icon::before,
.stay-connected-link .fa-twitter::before {
	content: "\e192";
	font-family: "loopicon";
	color: #fff;
	background: #0071bc;
	padding: 2px;
	margin-right: 4px;
	border-radius: 100%;
}

.embed-text {
	padding: 0px 15px 15px;
}

.embed-text a:focus {
	outline: none;
}

.container-display-flex .aem-Grid {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.text-align-center {
	text-align: center;
}

.tabs {
	margin-bottom: 30px;
}

.tabs .text .cmp-text {
	padding: 10px;
}

.accordion .text .cmp-text {
	padding: 0px 10px;
}

.columncontrol .text .cmp-text {
	padding: 0px;
}

.text .text-align-center a {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 10px;
	font-family: "Andes";
	color: #0071BC;
	display: inline-block;
}

.text table tbody tr td {
	padding: 0.25rem;
}

.text table tbody tr td.text-align-center a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: bold;
	font-style: normal;
	margin: 0;
}

.text.transcripts .cmp-text,
.text .transcripts {
	max-height: 387px;
	overflow-y: auto;
	height: 387px;
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	font-size: 13.5px;
	line-height: 19px;
}

.text.transcripts .cmp-text p,
.text .transcripts p {
	font-size: 13.5px;
	line-height: 19px;
}

.text h2 {
	font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 600;
	color: #333333;
	font-style: normal;
	margin: 0 0 10px;
	font-family: "Andes";
}

.text h2 a {
	color: #0071BC;
}

.text h2 a:hover {
	color: #004C92;
	text-decoration: underline;
}

.text h3 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	margin: 0 0 10px;
	font-family: "Andes";
}

.text h5 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2rem;
}

.text ul {
	padding-left: 30px;
	padding-bottom: 10px;
	list-style: disc;
}

.paragraph--type--text-area,
.paragraph--type--engage-with-us {
	padding: 15px;
}

#podcast iframe {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
}

.meetps {
	height: 450px;
}

.meetps iframe {
	height: 100%;
	width: 100%;
}

.embedcode iframe {
	max-width: 100%;
	/* height: 100%; */
	width: 100%;
}

.text img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

.s7videoviewer {
	margin-bottom: 30px;
}

.text img.align-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}

.experts-summary ul {
	list-style-type: disc;
	padding-left: 1rem;
}

.cmp-empty-placeholder {
	color: #6e6e6e;
	border-color: rgba(128, 128, 128, 0.5);
	background-color: rgba(255, 255, 255, 0.75);
	border-style: solid;
	border-width: 0.125rem;
	text-align: center;
	height: 100%;
}

@media (max-width: 768px) {
	iframe {
		/* height: auto !important; */
	}

	.grey-border {
		width: auto !important;
		max-width: 100%;
		margin: 0 15px !important;
	}
}

.experiencefragment {
	padding-right: 0;
}

.sidebar-section-separator .cmp-separator .cmp-separator__horizontal-rule {
	border-top: 10px solid #4d4d4d;
	margin: 0;
}

#side-bar-container .image .cmp-image {
	padding: 15px 30px;
}

#side-bar-container .text .cmp-text,
#side-bar-container .embedcode .twitter-tweet {
	padding: 10px 30px;
}

#side-bar-container .text .cmp-text h2 {
	margin: 15px 0 10px;
}

#side-bar-container .text .cmp-text h6 {
	margin: 0;
	font-weight: 400;
	padding: 15px 30px;
	padding-bottom: 0px;
}

#side-bar-container .title .cmp-title h6 {
	margin: 0;
	padding: 20px 30px 0px;
}

.content-spacing .cmp-text {
	padding: 0px 20px;
}

.zero-padding-container .aem-GridColumn--phone--4,
.zero-padding-container .aem-GridColumn--tablet--4,
.zero-padding-container .aem-GridColumn--desktop--4,
.zero-padding-container .aem-GridColumn--default--4,
.zero-padding-container .aem-GridColumn--phone--8,
.zero-padding-container .aem-GridColumn--tablet--8,
.zero-padding-container .aem-GridColumn--desktop--8,
.zero-padding-container .aem-GridColumn--default--8,
.padding-0 {
	padding: 0px;
}

a.lp__overlay-link {
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	visibility: visible;
	background: transparent;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

@media (max-width: 768px) {
	#video-container {
		background-image: none !important;
	}

	#video-container iframe {
		height: 270px !important;
	}

	.grey-border {
		margin: 15px 0 !important;
	}
}



.share-this-twitter .cmp-text {
	padding: 20px 20px 5px 20px;
	border: 1px solid #000;
	margin: 30px 0px;
}

.share-this-twitter .cmp-text .twd-id {
	background-color: #d9ecfd;
	color: #333333;
}

.share-this-twitter .cmp-text .twd-id:hover,
.share-this-twitter .cmp-text .twd-id:hover .lp-twit {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.share-this-twitter .cmp-text .lp-twit {
	color: #333333;
}

.margin-top-button-30 .cmp-text {
	margin: 30px 0px;
}

.toast-container {
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
}

.position-fixed {
	position: fixed;
	padding: 10px;
	z-index: 105;
}

.toast-pos-top {
	top: 0;
}

.toast-pos-right {
	right: 0;
}

.bottom-0 {
	top: 0;
	right: 0;
}

.toast-pos-left {
	left: 0;
}

.toast {
	display: none;
	background: #eeeeee;
	color: #333333;
	max-width: 350px;
}

.close-toast {
	float: right;
	text-decoration: none;
	vertical-align: middle;
	top: 10px;
	position: absolute;
	background: transparent;
	border: 0px;
	right: 10px;
	font-size: 20px;
	line-height: 20px;
	border: 2px solid #333;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 1px 0px 0px 1px;
}

/* Aditional Styles */

.toast-trigger {
	color: #ffffff;
}

.toast {
	background: rgb(255, 255, 255);
	color: #333;
}

.toast .status-wrapper-section {
	margin: 0px;
}

.toast-trigger {
	display: inline-block;
	top: 50%;
	left: 50%;
	margin: 10px;
	padding: 20px 40px;
	background: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	transition: ease .2s;
}

.toast-trigger:hover {
	background: #ffffff;
	color: #009688;
}

.sign-up-errors {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 0.9rem;
	text-align: left;
	transition: all 1s;
	position: relative;
	padding: 8px;
	background: #fff;
	border: 0.1rem solid #f8d1d1;
	border-radius: 0.5rem;
	background-color: #fffdfd;
	color: #e6201c;
}

.margin-top-bottom-64 {
	margin: 32px 0px;
}

@media (min-width: 992px) {
	.margin-top-bottom-64 {
		margin: 64px 0px;
	}
}

/* Loader Start */
.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: grey;
	opacity: .8
}

.page-loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	display: block;
	height: 100px;
	width: 100px;
}

/* Loader End */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
}

.swiper-slide a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	font-style: normal;
	font-family: "Andes";
	margin-bottom: 0;
	text-decoration: none;
}

.swiper-slide a:hover {
	text-decoration: underline;
}

.swiper-slide .swiper_card_details p {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	font-family: "Open Sans";
}

.swiper_card_details {
	text-align: left;
}

.swiper-button-prev,
.swiper-button-next {
	top: 41%;
}

@media (max-width:768px) {

	.swiper-button-prev,
	.swiper-button-next {
		top: 50%;
	}
}

.swiper-button-prev {
	left: 0px;
	z-index: 999;
}

.swiper-button-next {
	right: 0px;
	z-index: 999;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: "loopicon";
	font-size: 0.875rem;
	background-color: rgba(0, 0, 0, 0.87);
	color: white;
	padding: 16px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	border: 0px solid #fff;
}

.swiper-button-next::after {
	content: "\e118";
}

.swiper-button-prev::after {
	content: "\e117";
}

.swiper-pagination {
	/*margin: 20px 0px 0px 0px;*/
	position: relative;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper-pagination-bullet {
	cursor: pointer;
	border: 1px solid #333;
	background-color: transparent;
	height: 10px;
	width: 10px;
}

.swiper-pagination-bullet-active {
	cursor: pointer;
	border: 1px solid #333;
	background-color: #333;
	height: 10px;
	width: 10px;
}

.swiper_card_details .swiper_card_title {
	line-height: 1rem;
}

.swiper_card_details .swiper_card_title a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	font-style: normal;
	font-family: "Andes";
	margin-bottom: 0;
}

.wrap__speaker .swiper-slide a {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #0071BC;
}

.wrap__speaker .card-view .swiper .swiper-wrapper .swiper-container .swiper-card-details p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #333333;
	font-style: normal;
}
.swiper-slide a.lp__overlay-link {
	right: 10px;
	left: 10px;
}

.swiper-card-title {
    position: relative;
    z-index: 2;
}

.swiper-backface-hidden .swiper-slide {
	transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cmp-tabs__tabpanel--active.tabs {
    margin-bottom: 30px;
}

.cmp-tabs__tablist {
    margin: 0;
}

.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    font-size: 1.175rem;
    line-height: 1.875rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background-color: #00538A;
    color: #FFFFFF;
}

.cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab:focus,
.cmp-tabs .cmp-tabs__tabpanel:focus {
    outline: none;
}

.cmp-tabs .cmp-container .text {
    /*padding: 15px;*/
    max-height: 600px;
    overflow-y: auto;
}

.tiny .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    width: 213.33px;
}

.narrow .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    width: 335px;
}

.medium .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    width: 456.66px;
}

.wide .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    width: 578.33px;
}

.full-screen .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
    width: 700px;
}

.blue-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(3, 169, 244, .3);
    color: #333333;
}

.red-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(244, 67, 54, .3);
    color: #333333;
}

.pink-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(233, 30, 99, .3);
    color: #333333;
}

.purple-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(156, 39, 176, .3);
    color: #333333;
}

.indigo-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(63, 81, 181, .3);
    color: #333333;
}

.cyan-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 188, 212, .3);
    color: #333333;
}

.teal-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 150, 136, .3);
    color: #333333;
}

.green-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(76, 175, 80, .3);
    color: #333333;
}

.lime-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(205, 220, 57, .3);
    color: #333333;
}

.yellow-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 235, 59, .3);
    color: #333333;
}

.orange-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 152, 0, .3);
    color: #333333;
}

.brown-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(121, 85, 72, .3);
    color: #333333;
}

.grey-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(158, 158, 158, .3);
    color: #333333;
}

.bluegrey-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(96, 125, 139, .3);
    color: #333333;
}

.black-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 0, 0, .3);
    color: #333333;
}

.stylish-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(62, 69, 81, .3);
    color: #333333;
}

.white-light .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 255, 255, .3);
    color: #0071BC;
    border-color: #0071BC;

}

.blue-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(3, 169, 244, .7);
    color: #333333;
}

.red-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(244, 67, 54, .7);
    color: #333333;
}

.pink-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(233, 30, 99, .7);
    color: #2d2d2d;
}

.purple-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(156, 39, 176, .7);
    color: #FFFFFF;
}

.indigo-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(63, 81, 181, .7);
    color: #232323;
}

.cyan-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 188, 212, .7);
    color: #333333;
}

.teal-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 150, 136, .7);
    color: #333333;

}

.green-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(76, 175, 80, .7);
    color: #333333;
}

.lime-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(205, 220, 57, .7);
    color: #333333;
}

.yellow-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 235, 59, .7);
    color: #333333;
}

.orange-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 152, 0, .7);
    color: #333333;
}

.brown-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(121, 85, 72, .7);
    color: #272727;
}

.grey-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(158, 158, 158, .7);
    color: #272727;
}

.bluegrey-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(96, 125, 139, .7);
    color: #272727;
}

.black-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 0, 0, .7);
    color: #ffffff;
}

.stylish-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(62, 69, 81, .7);
    color: #121212;
}

.white-strong .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 255, 255, .7);
    color: #0071BC;
    border-color: #0071BC;
}

.blue-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(3, 169, 244, .1);
    color: #333333;

}

.red-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(244, 67, 54, .1);
    color: #333333;

}

.pink-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(233, 30, 99, .1);
    color: #333333;

}

.purple-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(156, 39, 176, .1);
    color: #333333;

}

.indigo-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(63, 81, 181, .1);
    color: #333333;

}

.cyan-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 188, 212, .1);
    color: #333333;

}

.teal-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 150, 136, .1);
    color: #333333;
}

.green-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(76, 175, 80, .1);
    color: #333333;

}

.lime-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(205, 220, 57, .1);
    color: #333333;

}

.yellow-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 235, 59, .1);
    color: #333333;

}

.orange-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 152, 0, .1);
    color: #333333;

}

.brown-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(121, 85, 72, .1);
    color: #333333;

}

.grey-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(158, 158, 158, .1);
    color: #333333;

}

.bluegrey-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(96, 125, 139, .1);
    color: #333333;

}

.black-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(0, 0, 0, .1);
    color: #333333;

}

.stylish-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(62, 69, 81, .1);
    color: #333333;

}

.white-slight .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
    background: rgba(255, 255, 255, .1);
    color: #0071BC;
    border-color: #0071BC;

}

@media(max-width:991px) {
    .cmp-tabs .cmp-tabs__tablist .cmp-tabs__tab {
        font-size: 0.8rem;
    }
}

.cmp-tabs__tabpanel--active {
    display: block;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    padding: 0 10px;
}
/* slider banner */
.wblive_slider_section .cmp-teaser {
	display: flex;
	flex-direction: row;
}

.wblive_slider_section .cmp-teaser__content {
	width: 45%;
	padding: 0 40px;
	order: 1;
	margin-top: 40px;
	display: inline-block;
}

.wblive_slider_section .cmp-teaser__image {
	width: 55%;
	order: 2;
}

.wblive_slider_section .cmp-teaser__content .cmp-teaser__pretitle {
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 15px;
}

.wblive_slider_section .cmp-teaser__content .cmp-teaser__title,
.wblive_slider_section .cmp-teaser__content .cmp-teaser__title a {
	font-weight: 600;
	font-style: normal;
	font-family: "andes";
}

.wblive_slider_section .cmp-teaser__content .cmp-teaser__description p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.wblive_slider_section .cmp-teaser__action-link {
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #0271BC !important;
	font-style: normal;
	padding: 15px 20px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.wblive_slider_section .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
		font-size: 1.5rem;
		line-height: 0;
	}

	.wblive_slider_section .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
		font-size: 1rem;
		line-height: 1.3rem;
	}

	.wblive_slider_section .cmp-teaser .cmp-teaser__content .cmp-teaser__action-link a {
		background-color: white;
		padding: 10px 10px;
	}

	.wblive_slider_section .cmp-teaser .cmp-teaser__content .cmp-teaser__pretitle {
		margin: 0 0 5px;
	}
}

@media (max-width: 768px) {
	.wblive_slider_section .aem-Grid {
		margin: 0 auto;
	}

	.wblive_slider_section .cmp-teaser {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}

	.wblive_slider_section .cmp-teaser .cmp-teaser__content {
		width: 100%;
		padding: 0 40px;
		order: 2;
	}

	.wblive_slider_section .cmp-teaser .cmp-teaser__image {
		order: 1;
		width: 100%;
	}

	.wblive_slider_section .cmp-carousel .cmp-carousel__action {
		top: 50%;
	}
}

/* event card */
.teaser.event-card {
	box-shadow: none;
	border: none;
	padding: 10px 15px;
}

.event-card .cmp-teaser {
	background: #fff;
	box-shadow: 0 2px 4px 0 #e5e2e2;
	width: 100%;
	height: 100%;
	position: relative;
}

.event-card .cmp-teaser .cmp-teaser__image {
	position: relative;
	display: block;
	width: 100%;
}

.event-card .cmp-teaser .cmp-teaser__image img {
	display: block !important;
	width: 100%;
	height: auto;
}

.event-card .cmp-teaser .cmp-teaser__image .overlay {
	display: block;
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, black), to(black));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%, black 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%, black 100%);
}

.event-card .cmp-teaser .cmp-teaser__image .overlay .button:hover {
	background: #e6e6e6;
}

.event-card .cmp-teaser .cmp-teaser__image .overlay .status-logo {
	background-image: none !important;
	position: absolute;
	display: block;
	height: 48px;
	width: 95%;
	top: 0%;
	right: 3%;
}

.event-card .cmp-teaser .cmp-teaser__image .overlay .status-logo .logo-text {
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
}


.event-card .cmp-teaser .cmp-teaser__image .overlay .status-logo .logo-text::after {
	content: "\e147";
	color: #fff;
	font-family: "loopicon";
	font-size: 2.75rem;
	line-height: 1;
	display: inline-block;
	font-weight: 100;
}

.event-card .cmp-teaser .cmp-teaser__image .overlay .status-logo.watch-live-now .logo-text::after {
	color: #FF5733;
}

.event-card .cmp-teaser .cmp-teaser__content {
	padding: 15px;
	/*min-height: 140px;
	height: auto;*/
}

.event-card .cmp-teaser .cmp-teaser__title,
.event-card .cmp-teaser .cmp-teaser__title a {
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	margin: 0;
	font-family: "andes";
	margin-bottom: 15px;
	position: relative;
	/*z-index: 2;*/
}

.event-card .cmp-teaser .cmp-teaser__pretitle {
	font-family: "andes";
	font-style: normal;
	font-weight: 600;
}

.event-card .cmp-teaser__action-link {
	padding: 7px 5px;
	font-size: 11px;
	line-height: 35px;
	border: 0.125rem solid;
	border-radius: 0.1875rem;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

/* live chat card */
.live-chat-with {
	padding: 12px 15px;
}

.live-chat-with .cmp-teaser {
	display: flex;
	width: 100%;
	background-color: #0071BC;
	padding: 15px;
	padding-top: 0px;
}

.live-chat-with .cmp-teaser .cmp-teaser__image {
	width: 20%;
	padding-bottom: 20px;
}

.live-chat-with .cmp-teaser .cmp-teaser__title,
.live-chat-with .cmp-teaser .cmp-teaser__title a {
	font-weight: 600;
	font-style: normal;
	margin: 0;
	font-family: "andes";
	color: #ffffff;
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	line-height: 2rem;
}

.live-chat-with .cmp-teaser__description,
.live-chat-with .cmp-teaser__description p {
	font-size: 0.875rem;
	line-height: 1.0625rem;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	margin: 0 0 10px;
	font-family: "andes";
}

.live-chat-with .cmp-teaser__content {
	padding-left: 15px;
	padding-right: 15px;
	width: 80%;
}

.live-chat-with .cmp-teaser__action-container {
	display: none;
}

/* speackers card start*/

.speakers-sections {
	border-bottom: 1px solid #E1E0E6;
	padding-bottom: 30px;
	padding-top: 30px;
}

.speakers-sections .cmp-teaser {
	display: flex;
	flex-direction: row;
}

.speakers-sections .cmp-teaser .cmp-teaser__image {
	max-width: 58px;
	width: 100%;
	margin-right: 20px;
	display: block;
}

.speakers-sections .cmp-teaser .cmp-teaser__content {
	display: flex;
	flex-direction: column;
	padding-right: 30px;
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__title,
.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
	margin: 0;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	color: #333;
	line-height: 1.75rem;
	font-weight: 400;
	font-style: normal;
	font-family: "andes";
	font-size: 24px;
	display: block;
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
	font-size: 1.25rem;
	line-height: 33.28px;
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.0625rem;
	font-weight: 600;
	font-style: normal;
	font-family: "andes";
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
	font-size: 1.25rem;
	line-height: 33.28px;
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.0625rem;
	font-weight: 600;
	font-style: normal;
	margin: 0 0 10px;
	font-family: "andes";
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container {
	line-height: 1rem;
	position: relative;
	z-index: 2;
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container,
.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container a {
	font-size: 0.875rem;
	font-weight: 400;
	color: #009FDA;
	font-style: normal;
	text-decoration: none;
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container a:hover {
	text-decoration: underline;
}

.speakers-sections .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container a::before {
	content: "\e192";
	color: #009FDA;
	font-size: 15px;
	margin-right: 3px;
	text-rendering: auto;
	font-family: "loopicon";
	display: inline-block;
}

/* speackers card end */

.event_tag {
	position: absolute;
	background: #0071Bc;
	padding: 5px 20px;
	top: 0;
	left: 0;
	font-size: 10px;
	z-index: 9;
}


.transcripts .cmp-text {
	padding: 0 !important;
}

.text.transcripts .cmp-text p,
.text .transcripts p,
.text.transcripts .cmp-text p a,
.text .transcripts p a {
	font-size: 13.5px;
	line-height: 19px;
}

.qa-transcript {
	margin-left: -30PX;
	margin-right: -30px;
}

.wblive_event_series.teaser {
	box-shadow: none;
	border: none;
}

.wblive_event_series.teaser .cmp-teaser {
	box-shadow: 0 2px 4px 0 #e5e2e2;
	border-bottom: 1px solid #e5e2e2;
}

.wblive_event_series.teaser .cmp-teaser .cmp-image__image {
	display: block;
}

.wblive_event_series.teaser .cmp-teaser .cmp-image__image .cmp-image img {
	display: block !important;
	width: 100%;
	height: auto;
}

.wblive_event_series.teaser .cmp-teaser .cmp-teaser__content {
	padding: 15px;
	min-height: 140px;
	height: auto;
}

.wblive_event_series.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
	position: relative;
	z-index: 2;
	margin: 0px;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "andes";
}

.wblive_event_series.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
	display: block;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	font-family: "andes";
	text-decoration: none;
}

.wblive_event_series.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a:hover {
	text-decoration: underline;
}

.wblive_event_series.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
	font-size: 1rem;
}

.wblive_event_series .cmp-teaser__action-container ul li a {
	min-width: 100px;
}

.wblive_event_series .cmp-teaser__action-container ul li a span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.wblive_event_series .cmp-teaser__action-container ul li a span::after :after {
	content: "»";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.wblive_event_series .cmp-teaser__action-container ul li a:hover span {
	padding-right: 25px;
	color: #fff;
}

.wblive_event_series .cmp-teaser__action-container ul li a:hover span:after {
	opacity: 1;
	right: 0;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a {
	display: inline-block;
	border-radius: 4px;
	background-color: #0271BC;
	border: none;
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 20px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a span:after {
	content: "»";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a span:after {
	content: "»";
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	color: #fff;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a:hover span {
	padding-right: 25px !important;
}

.teaser.wblive_event_series .cmp-teaser__action-container ul li a:hover a span:after {
	opacity: 1 !important;
	right: 0 !important;
}

@media (max-width: 768px) {
	.wblive_event_series.teaser {
		padding: 0 40px;
		margin-bottom: 15px;
	}

	.wblive_event_series.teaser .cmp-teaser__content {
		height: auto;
		padding: 10px !important;
		min-height: 50px !important;
	}

	.wblive_event_series.teaser .cmp-teaser__content .cmp-teaser__title {
		margin-bottom: 5px;
	}

	.wblive_event_series.teaser .cmp-teaser__content .cmp-teaser__title a {
		margin-bottom: 5px;
		font-size: 1rem !important;
		line-height: 1.2rem !important;
	}

	.event-card .cmp-teaser .cmp-teaser__image .overlay .banner-action-buttons-wrapper {
		margin: 0 auto;
		position: absolute;
		top: auto;
		bottom: 15px;
		width: 100%;
	}



	.teaser.event-card .cmp-teaser .cmp-teaser__image .overlay .banner-action-buttons-wrapper .banner-action-button,
	.teaser.event-card .cmp-teaser .cmp-teaser__image .overlay .model-wrapper .signUp-model-btn {
		width: 90%;
		margin: 0 auto;
		min-height: 40px;
	}
}

.about_card_section.teaser .cmp-teaser {
	box-shadow: 0 2px 4px 0 rgb(229, 226, 226);
	height: 100%;
}

.about_card_section.teaser .cmp-teaser .cmp-teaser__content {
	padding: 10px 15px;
}

.about_card_section.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
	margin-bottom: 5px;
	margin-top: 0px;
}

.about_card_section.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title a {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 600;
	color: #333333;
	font-style: normal;
	font-family: "Open Sans";
	margin-bottom: 0;
}

.about_card_section.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description {
	margin: 0;
}

.about_card_section.teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__description p {
	font-size: 0.75rem;
	line-height: 1.2rem;
	color: #333333;
	margin: 0;
}


@media(max-width:768px) {
	.teaser.event-card .cmp-teaser .cmp-teaser__image .overlay .banner-action-buttons-wrapper .banner-action-button {
		width: 48%;
		margin: 0;
	}

	.teaser.event-card .cmp-teaser .cmp-teaser__image .overlay .model-wrapper .signUp-model-btn {
		width: 100%;
		margin: 0;
	}

	.teaser.event-card .banner-action-buttons-wrapper {
		flex-direction: row;
		justify-content: space-around;
	}

	.event-card .model-wrapper {
		width: 45%;
		margin-bottom: 0.5rem;
	}

	.event-card .cmp-teaser .cmp-teaser__image .overlay .banner-action-buttons-wrapper {
		bottom: 0;
	}
}


/*.banner-action-buttons-wrapper .addeventatc_dropdown.addeventatc-selected{
  left: -92px !important;
}*/

.tui_event_teaser_hr {
	border-bottom: 2px solid rgba(0, 0, 0, 0.24);
	padding-bottom: 1rem;
	float: none;
	margin-bottom: 2rem;
}

.tui_event_teaser_hr .cmp-teaser {
	position: relative;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	font-family: "opan-sans", sans-serif;
}

.tui_event_teaser_hr .cmp-teaser a {
	display: inline-block;
}

.tui_event_teaser_hr .cmp-teaser__content {
	/* padding: 3rem 4rem; */
	padding: 0 1rem 1rem 1rem;
}

.tui_event_teaser_hr .cmp-teaser__content .cmp-teaser__title {
	color: #000000;
	font-style: normal;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	font-size: 22px;
	line-height: 23px;
	font-weight: 600;
	font-family: "andes", sans-serif;
	margin-top: 0;
	z-index: 0;
}

.tui_event_teaser_hr .event_info_item {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: start;
}

.tui_event_teaser_hr .cmp-teaser__data {
	padding: 1rem 1rem 0rem 1rem;
}

.tui_event_teaser_hr .cmp-teaser__data .event-text,
.tui_event_teaser_hr .cmp-teaser__data span,
.tui_event_teaser_hr .cmp-teaser__data time {
	font-size: 18px;
	line-height: 26px;
	font-family: 'open-sans', sans-serif;
	font-weight: 700;
	color: #333333;
}

.tui_event_teaser_hr .cmp-teaser__data .lp {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-family: "loopicon";
	font-weight: 500;
	margin-right: 8px;
}

.tui_event_teaser_hr .cmp-teaser__data .lp-calendar-alt {
	color: #0071bc;
}

.tui_event_teaser_hr .cmp-teaser__data .lp-clock {
	color: #DF3417;
}

.tui_event_teaser_hr .cmp-teaser__title {
	color: #000000;
	font-style: normal;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	font-size: 22px;
	line-height: 23px;
	font-weight: 700;
	font-family: "andes", sans-serif;
}

.tui_event_teaser_hr .cmp-teaser__image {
	/* padding-left: 30px;
    padding-right: 30px; */
	padding-left: 1rem;
	padding-right: 1rem;
}

.tui_event_teaser_hr .cmp-teaser__description,
.tui_event_teaser_hr .cmp-teaser__description p,
.tui_event_teaser_hr .cmp-teaser__description a {
	font-family: "opan-sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}

.tui_event_teaser_hr a {
	display: inline-block;

	color: #000;
	font-weight: normal;
}

.tui_event_teaser_hr a:hover,
.tui_event_teaser_hr a:active,
.tui_event_teaser_hr a:focus {
	display: inline-block !important;
	text-decoration: underline;
}

.tui_event_teaser_hr .cmp-teaser__action-container {
	display: block;
	width: 100%;
	/* margin-bottom: 1rem; */
}

.tui_event_teaser_hr .cmp-teaser__action-container a {
	display: inline-block;
	float: right;
	margin-left: 1rem;
	margin-bottom: 1.5rem;
	color: #0071bc;
}

.tui_event_teaser_hr .cmp-teaser__action-container .lp {
	color: #0071bc;
	margin-left: 4px;
}

.tui_event_teaser_hr .cmp-teaser__action-container .lp:before {
	font-size: 70%;
	line-height: 1;
}

@media (min-width: 992px) {
	.tui_event_teaser_hr .cmp-teaser {
		display: flex;
	}

	.tui_event_teaser_hr .cmp-teaser__data {
		width: 16.6666666667%;
		padding: 3rem 1rem;
	}

	.tui_event_teaser_hr .cmp-teaser__content {
		width: 50%;
	}

	.tui_event_teaser_hr .cmp-teaser__image {
		width: 33.3333333333%;
	}
}

.tui_event_teaser_hr .cmp-teaser__data,
.tui_event_teaser_hr .cmp-teaser__content {
	padding-top: 0rem;
}

.tui_event_teaser_hr .cmp-teaser__content .cmp-teaser__description p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tui_event_teaser_hr .signUp-model-btn,
.tui_event_teaser_hr .banner-action-button {
	background-color: #0071BD;
	color: #ffffff;
	min-height: 2rem;
	font-weight: 400;
}

.tui_event_teaser_hr .banner-action-buttons-wrapper .banner-action-button .banner-action-button-text {

	font-weight: 400;
}

.tui_event_teaser_hr .banner-action-button>span,
.tui_event_teaser_hr .banner-action-button i {
	color: #ffffff;
}

.tui_event_teaser_hr .banner-action-button:hover,
.tui_event_teaser_hr .banner-action-button:focus,
.tui_event_teaser_hr .banner-action-button:active {
	background-color: #0071BD;
	color: #ffffff;
}

@media (min-width: 768px) {
	.tui_event_teaser_hr .banner-action-buttons-wrapper {
		width: 100%;
	}
}
/* colors */
.sonic-silver .cmp-title__text {
    color: #787878;
}

.dark-charcoal .cmp-title__text {
    color: #333333;
}

.white .cmp-title__text {
    color: #FFFFFF;
}

.medium-electric-blue .cmp-title__text {
    color: #00538A;
}

/* font family */
.title .cmp-title__text {
    font-family: "Andes";
}

/* text position */
.text-align-center .cmp-title__text {
    text-align: center;
}

.text-align-right .cmp-title__text {
    text-align: right;
}

.text-align-left .cmp-title__text {
    text-align: left;
}

/* text transform */
.lowercase .cmp-title__text {
    text-transform: lowercase;
}

.uppercase .cmp-title__text {
    text-transform: uppercase;
}

.banner-title {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-title .cmp-title__text {
    font-size: 2.5rem !important;
    line-height: 2.8125rem !important;
    font-weight: 600;
    font-style: normal;
    font-family: "Andes";
    margin: 32px 0px 32px 0px;
}

.banner-title .cmp-title {
    padding-left: 15px;
    padding-right: 15px;
}

.section-title .cmp-title__text {
    font-weight: 600;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.sub-section-title .cmp-title__text {
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
    font-weight: 600;
}

.resource-title .cmp-title__text {
    font-family: "Open Sans",sans-serif !important;
    font-size: 1.375rem !important;
    line-height: 1.875rem !important;
    padding: 20px 30px;
    margin: 0;
}

.sidebar-section-title .cmp-title__text {
    font-size: 2rem !important;
    line-height: 2.375rem !important;
    font-weight: 600;
    padding: 30px 20px;
    margin: 0;
}

.sidebar-sub-section-title .cmp-title__text {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    font-weight: 400;
    padding-left: 20px;
}

.sidebar-paragraph-title .cmp-title__text {
    margin: 0;
    padding: 0.938rem;
    font-size: 1rem !important;
    line-height: 1.375rem !important;
    font-weight: 600;
}

@media(min-width: 768px) {
    .banner-title .cmp-title {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.download-report .cmp-title__text {
    padding: 20px 30px;
    font-size: 22px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .banner-title .cmp-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}
  
@media (min-width: 1440px) {
    .banner-title .cmp-title {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(max-width:768px) {
    .banner-title {
        justify-content: center;
    }

    .download-report .cmp-title__text {
        padding: 20px 30px;
        font-size: 18px;
        line-height: 29px;
    }

}
.pb-0 .cmp-title__text {
    padding-bottom: 0px;
}

.pb-10 .cmp-title__text {
    padding-bottom: 10px;
}

.pb-20 .cmp-title__text {
    padding-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.5;
    font-family:'Andes';
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}


p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 1.0037em;
	line-height: 1.75rem;
	font-weight: 400;
	color: #333333;
	font-style: normal;
}

p span,
p a {
	font-size: 1.0037em;
	line-height: 1.75rem;
	font-weight: 400;
}


sub,
sup {
	font-size: 75%;
}

sub span {
	line-height: 0;
}

.cmp-teaser__pretitle {
	font-size: 0.75rem;
	line-height: 1.0625rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.6);
	margin: 0px 0px 8px 0px;
	text-align: left;
}

.cmp-teaser__description {
	font-size: 1.25rem;
	line-height: 33.28px;
	color: #757575;
}

.cmp-teaser__description p {
	margin-bottom: 16px;
}

.title .cmp-title h2.cmp-title__text {
	font-size: 2rem;
	line-height: 2.375rem;
	font-weight: 600;
}

.rtecenter strong a {
	font-weight: 900;
	font-family: 'Andes';
}

a.readless,
a.readmore {
	font-size: 14px;
	line-height: 18px;
}

b,
strong {
	font-weight: bold;
}


.text h2 a {
	color: #0071BC;
	font-family: 'Andes';
}

.text .text-align-center strong a {
	font-weight: bold !important;
	font-size: 16px;
	line-height: 28px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


@font-face {
  font-family: 'loopicon';
  src:  url('clientlib-site-author/resources/fonts/loopicon.eot?dq81zb');
  src:  url('clientlib-site-author/resources/fonts/loopicon.eot?dq81zb#iefix') format('embedded-opentype'),
    url('clientlib-site-author/resources/fonts/loopicon.ttf?dq81zb') format('truetype'),
    url('clientlib-site-author/resources/fonts/loopicon.woff?dq81zb') format('woff'),
    url('clientlib-site-author/resources/fonts/loopicon.svg?dq81zb#loopicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lp {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'loopicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-arrow-circle-down-solid:before {
  content: "\e100";
}
.lp-arrow-circle-left-solid:before {
  content: "\e101";
}
.lp-arrow-circle-right-solid:before {
  content: "\e102";
}
.lp-arrow-circle-up-solid:before {
  content: "\e103";
}
.lp-arrow-circle-down:before {
  content: "\e104";
}
.lp-arrow-circle-left:before {
  content: "\e105";
}
.lp-arrow-circle-right:before {
  content: "\e106";
}
.lp-arrow-circle-up:before {
  content: "\e107";
}
.lp-chevron-circle-down:before {
  content: "\e108";
}
.lp-chevron-circle-left:before {
  content: "\e109";
}
.lp-chevron-circle-right:before {
  content: "\e110";
}
.lp-chevron-circle-up:before {
  content: "\e111";
}
.lp-chevron-double-down:before {
  content: "\e112";
}
.lp-chevron-double-left:before {
  content: "\e113";
}
.lp-chevron-double-right:before {
  content: "\e114";
}
.lp-chevron-double-up:before {
  content: "\e115";
}
.lp-chevron-down:before {
  content: "\e116";
}
.lp-chevron-left:before {
  content: "\e117";
}
.lp-chevron-right:before {
  content: "\e118";
}
.lp-chevron-up:before {
  content: "\e119";
}
.lp-arrow-down:before {
  content: "\e120";
}
.lp-arrow-left:before {
  content: "\e121";
}
.lp-arrow-right:before {
  content: "\e122";
}
.lp-arrow-up:before {
  content: "\e123";
}
.lp-check:before {
  content: "\e124";
}
.lp-bars:before {
  content: "\e125";
}
.lp-times:before {
  content: "\e126";
}
.lp-times-circle:before {
  content: "\e127";
}
.lp-plus:before {
  content: "\e128";
}
.lp-minus:before {
  content: "\e129";
}
.lp-circle-solid:before {
  content: "\e130";
}
.lp-circle:before {
  content: "\e131";
}
.lp-search:before {
  content: "\e132";
}
.lp-list-ul:before {
  content: "\e133";
}
.lp-table:before {
  content: "\e134";
}
.lp-th-large-solid:before {
  content: "\e135";
}
.lp-calendar-alt:before {
  content: "\e136";
}
.lp-laptop:before {
  content: "\e137";
}
.lp-paperclip:before {
  content: "\e138";
}
.lp-question-circle:before {
  content: "\e139";
}
.lp-info-circle:before {
  content: "\e140";
}
.lp-exclamation-circle:before {
  content: "\e141";
}
.lp-home-lg-alt:before {
  content: "\e142";
}
.lp-download:before {
  content: "\e143";
}
.lp-print:before {
  content: "\e144";
}
.lp-envelope:before {
  content: "\e145";
}
.lp-microphone:before {
  content: "\e146";
}
.lp-play-circle:before {
  content: "\e147";
}
.lp-play:before {
  content: "\e148";
}
.lp-soundcloud:before {
  content: "\e149";
}
.lp-camera-alt:before {
  content: "\e150";
}
.lp-file-alt-solid:before {
  content: "\e151";
}
.lp-file-archive:before {
  content: "\e152";
}
.lp-file-audio:before {
  content: "\e153";
}
.lp-file-check:before {
  content: "\e154";
}
.lp-file-csv:before {
  content: "\e155";
}
.lp-file-excel:before {
  content: "\e156";
}
.lp-file-export:before {
  content: "\e157";
}
.lp-file-image:before {
  content: "\e158";
}
.lp-file-pdf:before {
  content: "\e159";
}
.lp-file-powerpoint:before {
  content: "\e160";
}
.lp-file-video:before {
  content: "\e161";
}
.lp-file-word:before {
  content: "\e162";
}
.lp-file:before {
  content: "\e163";
}
.lp-image:before {
  content: "\e164";
}
.lp-facebook:before {
  content: "\e165";
  color: #0071bc;
}
.lp-twitter:before {
  content: "\e166";
  color: #0071bc;
}
.lp-apps:before {
  content: "\e167";
  color: #0071bc;
}
.lp-blogs:before {
  content: "\e168";
  color: #0071bc;
}
.lp-delicious:before {
  content: "\e169";
  color: #0071bc;
}
.lp-digg:before {
  content: "\e170";
  color: #0071bc;
}
.lp-flickr:before {
  content: "\e171";
  color: #0071bc;
}
.lp-g-plus:before {
  content: "\e172";
  color: #0071bc;
}
.lp-huffingtonpostfavicon:before {
  content: "\e173";
  color: #0071bc;
}
.lp-instagram:before {
  content: "\e174";
  color: #0071bc;
}
.lp-issuu:before {
  content: "\e175";
  color: #0071bc;
}
.lp-linkedln:before {
  content: "\e176";
  color: #0071bc;
}
.lp-live:before {
  content: "\e177";
  color: #0071bc;
}
.lp-newsletter:before {
  content: "\e178";
  color: #0071bc;
}
.lp-prezi:before {
  content: "\e179";
  color: #0071bc;
}
.lp-qq:before {
  content: "\e180";
  color: #0071bc;
}
.lp-renren:before {
  content: "\e181";
  color: #0071bc;
}
.lp-rss:before {
  content: "\e182";
  color: #0071bc;
}
.lp-scribd:before {
  content: "\e183";
  color: #0071bc;
}
.lp-slideshare:before {
  content: "\e184";
  color: #0071bc;
}
.lp-stumbleupon:before {
  content: "\e185";
  color: #0071bc;
}
.lp-tumblr:before {
  content: "\e186";
  color: #0071bc;
}
.lp-vk:before {
  content: "\e187";
  color: #0071bc;
}
.lp-weibo:before {
  content: "\e188";
  color: #0071bc;
}
.lp-whatsup:before {
  content: "\e189";
  color: #0071bc;
}
.lp-youtube:before {
  content: "\e190";
  color: #0071bc;
}
.lp-medium .path1:before {
  content: "\e900";
  color: rgb(0, 113, 188);
}
.lp-medium .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.lp-fb:before {
  content: "\e191";
}
.lp-x:before,
.lp-twit:before,
.fa-twitter:before{
  content: "\e192";
}
.lp-linkln:before {
  content: "\e193";
}
.lp-share:before {
  content: "\e194";
}
.lp-sync-regular:before {
  content: "\e195";
}
.lp-folder:before {
  content: "\e196";
}
.lp-ellipsis-v:before {
  content: "\e197";
}
.lp-ellipsis-h:before {
  content: "\e198";
}
.lp-archive:before {
  content: "\e199";
}
.lp-external-link:before {
  content: "\e200";
}
.lp-info:before {
  content: "\e201";
}
.lp-link:before {
  content: "\e202";
}
.lp-phone:before {
  content: "\e203";
}
.lp-sign-in-alt-solid:before {
  content: "\e204";
}
.lp-sign-out-alt-solid:before {
  content: "\e205";
}
.lp-bell:before {
  content: "\e206";
}
.lp-bell-slash:before {
  content: "\e207";
}
.lp-solid-download:before {
  content: "\e208";
}
.lp-solid-envelope:before {
  content: "\e209";
}
.lp-upload:before {
  content: "\e210";
}
.lp-lock:before {
  content: "\e211";
}
.lp-unlock:before {
  content: "\e212";
}
.lp-map-marker-alt:before {
  content: "\e213";
}
.lp-clock:before {
  content: "\e214";
}
.lp-users:before {
  content: "\e215";
}
.lp-user:before {
  content: "\e216";
}
.lp-newspaper:before {
  content: "\e217";
}
.lp-globe:before {
  content: "\e218";
}
.lp-language:before {
  content: "\e219";
}
.lp-home-lg-alt-solid:before {
  content: "\e220";
}
.lp-search-regular:before {
  content: "\e221";
}
.lp-search-minus:before {
  content: "\e222";
}
.lp-search-plus:before {
  content: "\e223";
}
.lp-share-alt:before {
  content: "\e224";
}
.lp-share-alt-square:before {
  content: "\e225";
}
.lp-share-square:before {
  content: "\e226";
}
.lp-quote-left:before {
  content: "\e227";
}
.lp-quote-left-solid:before {
  content: "\e228";
}
.lp-quote-right:before {
  content: "\e229";
}
.lp-quote-right-solid:before {
  content: "\e230";
}
.lp-times-regular:before {
  content: "\e231";
}
.lp-times-circle-solid:before {
  content: "\e232";
}
.lp-times-square:before {
  content: "\e233";
}
.lp-play-regular:before {
  content: "\e234";
}
.lp-power-off:before {
  content: "\e235";
}
.lp-stop:before {
  content: "\e236";
}
.lp-stop-circle:before {
  content: "\e237";
}
.lp-stop-circle-solid:before {
  content: "\e238";
}
.lp-play-circle-solid:before {
  content: "\e239";
}
.lp-pause:before {
  content: "\e240";
}
.lp-pause-circle:before {
  content: "\e241";
}
.lp-pause-circle-solid:before {
  content: "\e242";
}
.lp-minus-square:before {
  content: "\e243";
}
.lp-minus-circle:before {
  content: "\e244";
}
.lp-plus-regular:before {
  content: "\e245";
}
.lp-plus-circle:before {
  content: "\e246";
}
.lp-plus-square:before {
  content: "\e247";
}
.lp-list:before {
  content: "\e248";
}
.lp-list-ol:before {
  content: "\e249";
}
.lp-sort-alt:before {
  content: "\e250";
}
.lp-sort-amount-down:before {
  content: "\e251";
}
.lp-sort-amount-down-alt:before {
  content: "\e252";
}
.lp-sort-amount-up:before {
  content: "\e253";
}
.lp-sort-amount-up-alt:before {
  content: "\e254";
}
.lp-list-alt:before {
  content: "\e255";
}
.lp-th-large:before {
  content: "\e256";
}
.lp-th-list:before {
  content: "\e257";
}
.lp-th:before {
  content: "\e258";
}
.lp-clipboard-list:before {
  content: "\e259";
}
.lp-question-square:before {
  content: "\e260";
}
.lp-info-circle-solid:before {
  content: "\e261";
}
.lp-info-square-solid:before {
  content: "\e262";
}
.lp-info-square:before {
  content: "\e263";
}
.lp-calendar-check:before {
  content: "\e264";
}
.lp-calendar-minus:before {
  content: "\e265";
}
.lp-calendar-plus:before {
  content: "\e266";
}
.lp-check-circle:before {
  content: "\e267";
}
.lp-check-square:before {
  content: "\e268";
}
.lp-clipboard-check:before {
  content: "\e269";
}
.lp-clone:before {
  content: "\e270";
}
.lp-cloud-download:before {
  content: "\e271";
}
.lp-cloud-upload:before {
  content: "\e272";
}
.lp-code:before {
  content: "\e273";
}
.lp-comment:before {
  content: "\e274";
}
.lp-comment-alt:before {
  content: "\e275";
}
.lp-comments:before {
  content: "\e276";
}
.lp-comments-alt:before {
  content: "\e277";
}
.lp-compress-alt:before {
  content: "\e278";
}
.lp-compress-arrows-alt:before {
  content: "\e279";
}
.lp-dot-circle:before {
  content: "\e280";
}
.lp-edit:before {
  content: "\e281";
}
.lp-envelope-regular:before {
  content: "\e282";
}
.lp-envelope-open:before {
  content: "\e283";
}
.lp-file-regular:before {
  content: "\e284";
}
.lp-file-alt:before {
  content: "\e285";
}
.lp-expand:before {
  content: "\e286";
}
.lp-expand-alt:before {
  content: "\e287";
}
.lp-expand-wide:before {
  content: "\e288";
}
.lp-external-link-square-regular:before {
  content: "\e289";
}
.lp-file-check-regular:before {
  content: "\e290";
}
.lp-file-import:before {
  content: "\e291";
}
.lp-file-code:before {
  content: "\e292";
}
.lp-file-contract:before {
  content: "\e293";
}
.lp-file-download:before {
  content: "\e294";
}
.lp-file-upload:before {
  content: "\e295";
}
.lp-file-edit:before {
  content: "\e296";
}
.lp-file-exclamation:before {
  content: "\e297";
}
.lp-file-music:before {
  content: "\e298";
}
.lp-file-signature:before {
  content: "\e299";
}
.lp-folder-regular:before {
  content: "\e300";
}
.lp-folder-open:before {
  content: "\e301";
}
.lp-folders:before {
  content: "\e302";
}
.lp-folder-download:before {
  content: "\e303";
}
.lp-folder-upload:before {
  content: "\e304";
}
.lp-link-regular:before {
  content: "\e305";
}
.lp-inbox:before {
  content: "\e306";
}
.lp-bookmark:before {
  content: "\e307";
}
.lp-pen-square:before {
  content: "\e308";
}
.lp-pencil-alt:before {
  content: "\e309";
}
.lp-pen:before {
  content: "\e310";
}
.lp-phone-alt:before {
  content: "\e311";
}
.lp-phone-square-alt:before {
  content: "\e312";
}
.lp-chart-bar:before {
  content: "\e313";
}
.lp-chart-line:before {
  content: "\e314";
}
.lp-circle-regular:before {
  content: "\e315";
}
.lp-circle-notch:before {
  content: "\e316";
}
.lp-location-arrow:before {
  content: "\e317";
}
.lp-redo-alt:before {
  content: "\e318";
}
.lp-reply-all:before {
  content: "\e319";
}
.lp-reply:before {
  content: "\e320";
}
.lp-share-all:before {
  content: "\e321";
}
.lp-share-regular:before {
  content: "\e322";
}
.lp-rss-regular:before {
  content: "\e323";
}
.lp-rss-square:before {
  content: "\e324";
}
.lp-star:before {
  content: "\e325";
}
.lp-star-half:before {
  content: "\e326";
}
.lp-star-half-alt:before {
  content: "\e327";
}
.lp-recycle:before {
  content: "\e328";
}
.lp-usd-circle:before {
  content: "\e329";
}
.lp-usd-square:before {
  content: "\e330";
}
.lp-trash:before {
  content: "\e331";
}
.lp-trash-alt:before {
  content: "\e332";
}
.lp-user-regular:before {
  content: "\e333";
}
.lp-user-circle:before {
  content: "\e334";
}
.lp-user-circle-solid:before {
  content: "\e335";
}
.lp-user-unlock:before {
  content: "\e336";
}
.lp-users-regular:before {
  content: "\e337";
}
.lp-database:before {
  content: "\e338";
}
.lp-book-open:before {
  content: "\e339";
}
.lp-eye-slash:before {
  content: "\e340";
}
.lp-eye:before {
  content: "\e341";
}
.lp-apps-solid:before {
  content: "\e342";
}
.lp-weibo-solid:before {
  content: "\e343";
}
.lp-g-solid:before {
  content: "\e344";
}
.lp-live-solid:before {
  content: "\e345";
}
.lp-youtube-solid:before {
  content: "\e346";
}
.lp-huffingtonpost-solid:before {
  content: "\e347";
}
.lp-issuu-solid:before {
  content: "\e348";
}
.lp-instagram-solid:before {
  content: "\e349";
}
.lp-flickr-solid:before {
  content: "\e350";
}
.lp-digg-solid:before {
  content: "\e351";
}
.lp-delicious-solid:before {
  content: "\e352";
}
.lp-medium-solid:before {
  content: "\e353";
}
.lp-prezi-solid:before {
  content: "\e354";
}
.lp-blogs-solid:before {
  content: "\e355";
}
.lp-whatsup-solid:before {
  content: "\e356";
}
.lp-qq-solid:before {
  content: "\e357";
}
.lp-renren-solid:before {
  content: "\e358";
}
.lp-soundcloud-solid:before {
  content: "\e359";
}
.lp-tumblr-solid:before {
  content: "\e360";
}
.lp-vk-solid:before {
  content: "\e361";
}
.lp-rss-solid:before {
  content: "\e362";
}
.lp-filter:before {
  content: "\e363";
}
.fa-twitter {
  font-family: 'loopicon' !important;
  font-weight: 600 !important;
}
.event_background_wrapper {
  background-repeat: no-repeat !important;
  margin: 0 auto;
  background-size: 100% 320px;
}

.watch-live-now-background,
.view-the-replay-background {
  background-position: center top;
  background-size: 100% 483px;
}

.upcoming-live-event-background {
  background-size: 100% 320px;
}

.stay-tuned-for-the-replay-background {
  background-size: 100% 410px;
}

.corporate {
  background-image: url(../../../content/dam/sites/wblive/background-images/corporate-theme.png);
}

.digital {
  background-image: url(../../../content/dam/sites/wblive/background-images/digital-theme.png);
}

.infrastructure {
  background-image: url(../../../content/dam/sites/wblive/background-images/infrastructure-theme.png);
}

.people {
  background-image: url(../../../content/dam/sites/wblive/background-images/people-theme.png);
}

.planet {
  background-image: url(../../../content/dam/sites/wblive/background-images/planet-theme.png);
}

.prosperity {
  background-image: url(../../../content/dam/sites/wblive/background-images/prosperity-theme.png);
}

.blue {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-blue.jpeg);
}

.climate {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-climate.png);
}

.debt {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-debt.jpg);
}

.economic-recovery {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-economy-recovery.png);
}

.generic {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-generic.jpg);
}

.green {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-green.jpg);
}

.orange {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-orange.jpg);
}

.purple {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-blue.jpeg);
}

.vaccine {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-vacciness.jpg);
}

.yellow {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-yellow.jpg);
}

.econrecovery-21 {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-am21-econrecovery.jpeg);
}

.climate-21 {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-am21-climate.jpeg);
}

.trade-21 {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-am21-trade.jpeg);
}

.vaccines-21 {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-am21-vaccine.jpeg);
}

.standard-black {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Black.png);
}

.standard-generic {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Generic.jpg);
}

.standard-orange {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Orange.png);
}

.standard-purple {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Purple.png);
}

.standard-sapphire {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Sapphire.png);
}

.standard-teal {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-Teal.png);
}

.standard-vibrantgreen {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-VibrantGreen.png);
}

.standard-vibrantorange {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-VibrantOrange.png);
}

.standard-vibrantpurple {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-VibrantPurple.png);
}

.standard-zero {
  background-image: url(../../../content/dam/sites/wblive/background-images/wblive-bg-standard-zero.png);
}

.sm22-blue {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x600-blue.png);
}

.sm22-green {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x600-green.png);
}

.sm22-orange {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x600-orange.png);
}

.sm22-purple {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x600-purple.png);
}

.sm22-yellow {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x600-yellow.png);
}

.sm22-gradient-blue {
  background-image: url(../../../content/dam/sites/wblive/background-images/blue-section-bg.png);
}

.cop27-gradient {
  background-image: url(../../../content/dam/sites/wblive/background-images/2100x581-cop27.jpg);
}

@media (max-width: 768px) {
  .event_background_wrapper {
    background-image: none !important;
  }
}

@media (max-width: 767px) {

  .watch-live-now-background,
  .stay-tuned-for-the-replay-background {
    background-image: none;
  }

}

@media (max-width: 1199.5px) {

  .stay-tuned-for-the-replay-background {
    background-size: 100% 367px;
  }
}


@media (max-width: 992px) {

  .stay-tuned-for-the-replay-background {
    background-size: 100% 390px;
  }
}

@media (max-width:768px) {
  .corporate,
  .digital,
  .infrastructure
  .people,
  .planet,
  .prosperity,
  .blue,
  .climate,
  .debt,
  .economic-recovery,
  .generic,
  .green,
  .orange,
  .purple,
  .vaccine,
  .yellow,
  .econrecovery-21,
  .climate-21,
  .trade-21,
  .vaccines-21,
  .standard-black,
  .standard-generic,
  .standard-orange,
  .standard-purple,
  .standard-sapphire,
  .standard-teal,
  .standard-vibrantgreen,
  .standard-vibrantorange,
  .standard-vibrantpurple,
  .standard-zero,
  .sm22-blue,
  .sm22-green,
  .sm22-orange,
  .sm22-purple,
  .sm22-yellow,
  .sm22-gradient-blue,
  .cop27-gradient,
  .corporate,
  .digital,
  .infrastructure,
  .people,
  .planet,
  .prosperity {
    /*background-image: none;*/
  }
}

.lp__body_content_xs_hor img {
	width: 165px;
	margin-bottom: 8px;
}

.lp__body_content_sm_hor img {
	width: 263px;
	margin-bottom: 8px;
}

.lp__body_content_lg_hor img {
	width: 360px;
	margin-bottom: 8px;
}

.lp__body_content_sm_ver img {
	width: 165px;
	margin-bottom: 8px;
}

.lp__body_content_lg_ver img {
	width: 220px;
	margin-bottom: 8px;
}

.lp__body_content_sm_squ img {
	width: 140px;
	margin-bottom: 8px;
}

.lp__body_content_lg_squ img {
	width: 220px;
	margin-bottom: 8px;
}

.lp__body_content_full_size img {
	margin-bottom: 8px;
}

.lp__body_left_img img {
	float: left;
	margin: 0px 16px 0px 0px;
}

.lp__body_right_img img {
	float: right;
	margin: 0px 0px 0px 16px;
}
.banner-action-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

.banner-action-buttons-wrapper .white-btn {
    background-color: #FFFFFF;
    color: #0271BC;
}

.banner-action-buttons-wrapper .blue-btn,
.banner-action-buttons-wrapper .blue-btn:hover {
    background-color: #0271BC;
}

.banner-action-buttons-wrapper .blue-btn .banner-action-button-icon,
.banner-action-buttons-wrapper .blue-btn .banner-action-button-text {
    color: #FFFFFF;
}

.banner-action-buttons-wrapper .banner-action-button {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 0.75rem;
    width: 47%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1 !important;
    border-radius: 0;
    height: 28px;
}


.teaser.event-card a.lp__overlay-link {
    z-index: 0 !important;
}

.banner-action-buttons-wrapper .banner-action-button .banner-action-button-text {
    text-transform: uppercase;
    line-height: 1.125rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.banner-action-buttons-wrapper .banner-action-button .banner-action-button-icon::before {
    vertical-align: revert;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: "loopicon";
    position: relative;
    margin-right: 0.25rem;
}

.banner-action-buttons-wrapper .signUp .banner-action-button-icon::before {
    content: "\e209";
}

.banner-action-buttons-wrapper .AddTOCalendar .banner-action-button-icon::before {
    content: "\e136";
}



.modal {
    z-index: 19999;

}

.modal-body {
    padding: 16px;
    max-height: 75vh;
    overflow-y: auto;
    text-align: left;
}

/*.model-header {
    border-radius: 6px 6px 0 0; }*/

.modal-title {
    margin: 0;
    line-height: 1;
}

.model-content {
    padding-bottom: 6px;
}

@media (max-width: 767px) {
    .modal.fade .modal-dialog.show {
        -webkit-transform: translate(0, 25%);
        transform: translate(0, 1%);
    }

    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }

    .modal-body {
        max-height: 65vh;
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal p {
    font-size: 14px;
    line-height: 22px;
}

.modal ul {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding-left: 20px;
}

.modal ul li {
    list-style: disc;
    margin-bottom: 8px;
}

.modal ul li ul li {
    list-style-type: circle;
}

.modal * {
    direction: ltr;
}

.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-dialog {
    position: relative;
    z-index: 10;
    width: 64%;
    margin: 30px auto;
    padding: 1rem;

}

.modal label {
    font-size: 14px;
    /*  font-weight: bold; */
}

/*.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -6%);
    transform: translate(0, -6%); }*/

.modal .form-control {
    /*  height: 45px;*/
    color: #333;
    font-weight: 600;
}

textarea.form-control {
    height: auto !important;
}

.modal input[type=radio] {
    margin-right: 5px;
}

.modal .close {
    color: #0071bc;
    opacity: 1;
    padding: 0px;

}

/*.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }*/
.modal-content button {
    padding: 16px;
}

@media (min-width: 768px) {
    .modal-content .accordion-group-btn {
        position: relative;
    }
}

.modal-title {
    color: white;
}

.modal-body {
    position: relative;
}

.model-body p {
    font-size: 16px;
    line-height: 22px;
}

.modal-footer {
    padding: 16px;
    text-align: left;
}

.modal-footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.modal-footer .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.modal-footer .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.modal-show {
    background: rgba(60, 60, 60, 0.46) !important;
    opacity: 1;
}

.modal.fade .modal-dialog.show {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

/*.modal-header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #0071bc;
    color: white; }*/
/* === end model ===*/
.modal-xl {
    width: 100%;
}

.modal-sm {
    width: 80%;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: 280px;
    }
}

@media (min-width:992px) {
    .modal-sm {
        width: 30%;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #0071BC;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.banner-action-buttons-wrapper .teaser .cmp-teaser__content .cmp-teaser__action-container,
.wblive_slider_section .teaser .cmp-teaser__content .cmp-teaser__action-container {
    margin-bottom: 15px;
}

.model-wrapper {
    position: relative;
    /* z-index: 3; */
    display: block;
    width: 47%;
}

.signUp-model-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: -1;
    text-transform: uppercase;
    line-height: 1.125rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    border: none;
    z-index: 1;
}

.sign-up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48.5%;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 5px;
    cursor: pointer;
    position: relative;
 /* z-index: -1;*/
    text-transform: uppercase;
    line-height: 1.125rem;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    border: none;
    height: 28px;
}

.sign-up .sign-up-button-text {
    text-transform: uppercase;
    line-height: 1.125rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 4px;
}

.model-wrapper .banner-action-button-icon::before {
    content: "\e209";
    vertical-align: revert;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: "loopicon";
    position: relative;
    margin-right: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-body .email-label {
    padding: 0;
    margin-bottom: 0.25rem;
    display: block;
    font-family: open sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    font-style: normal;
}

.modal .modal-dialog .modal-content .modal-body input[type=email] {
    margin-bottom: 0.25rem;
    font-family: "open sans", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 0.25rem;
    box-shadow: 0px 0px 0px 1px #000;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label,
.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label a {
    padding: 0;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff;
    font-family: "open sans", sans-serif;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label {
    margin-bottom: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper .checkbox-label a {
    margin-bottom: 0;
    text-decoration: underline;
}

.modal .modal-dialog .modal-content .modal-body .checkbox-wrapper input[type=checkbox] {
    display: block;
    width: 30px;
    margin-right: 0.5rem;
    position: relative;
    top: 5px;
}

.modal .modal-dialog .modal-content .modal-body .form-control {
    margin-bottom: 0.25rem;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn,
.modal .modal-dialog .modal-content .modal-footer .model-submit-btn {
    background-color: #002245;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-right: 0.5rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid transparent;
    font-family: "open sans", sans-serif;
    cursor: pointer;
}

.modal .modal-dialog .loader img {
    width: 115px;
}

.banner-action-buttons-wrapper .banner-action-button,
.event_tag {
    z-index: 8;
}

.status-wrapper-section,
.status-dialog {
    background-color: #cfe9ea;

}

.status-wrapper {
    position: relative;
}

.status-wrapper .status-content {
    padding: 1rem 1rem 0rem 1rem;
}

.status-wrapper .status-content .status-header {
    position: relative;
}


.status-wrapper .status-content .status-header .status-header-txt {
    position: relative;
    font-family: "Andes";
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    color: #24514c;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #24514c;
}

.status-wrapper .status-content .status-header::after {
    content: "\e124";
    font-family: loopicon;
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: -17px;
    left: -30px;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-wrapper .status-content .status-close-btn {
    background: transparent;
    right: 15px;
    top: 15px;
    position: absolute;
    font-weight: bold;
    padding: 0.125rem 0.25rem;
    border: 0px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.status-wrapper .status-content .status-close-btn svg {
    width: 24px;
    height: 24px;
}

.status-wrapper .status-content .status-info-txt {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    font-style: normal;
    padding: 16px 0px;
    margin: 0px;
}

.error {
    background-color: #fffdfd;
    border: 0.1rem solid #f8d1d1;
}

.error .status-wrapper .status-content .status-header .status-header-txt,
.error .status-info-txt {
    color: #e6201c;
}

.error .status-wrapper .status-content .status-header::after {
    content: "\e141";
    font-size: 32px;
    background-color: #e6201c;
}

@media (max-width: 768px) {
    .model-wrapper {
        /* width: 100%;*/
        margin-bottom: 0.5rem;
    }

    .wblive_slider_section .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__action-container .cmp-teaser__action-link,
    .wblive_slider_section .cmp-link__anchor {
        text-align: center;
        width: 100%;
    }

    .banner-action-buttons-wrapper {
        flex-direction: row;
        /* flex-direction: column;
        justify-content: center;*/
    }

    .banner-action-buttons-wrapper .banner-action-button {
        /* width: 100%;*/
        margin-bottom: 0.5rem;
    }
}





.modal-backdrop {
    z-index: 1;
}

.modal,
.modal-dialog {
    z-index: 999;
}

@media(min-width:768px) {
    /*.signUp-model-btn{
    min-height:40px;
}*/

    .banner-action-buttons-wrapper {
        width: 90%;
    }

    .teaser.event-card .banner-action-buttons-wrapper {
        width: 100%;
        justify-content: space-around;
    }
}



@media(max-width:992px) {

    .event-card .cmp-teaser .cmp-teaser__title,
    .event-card .cmp-teaser .cmp-teaser__title a {
        word-break: break-word;
    }

    .teaser.event-card .banner-action-buttons-wrapper .banner-action-button,
    .teaser.event-card .model-wrapper .signUp-model-btn {
        padding: 0.25rem 0.25rem;
        height: 100%;
        word-break: break-all;
    }

}


.banner-action-buttons-wrapper .fa.fa-envelope:before,
.banner-action-buttons-wrapper .fa.fa-calendar:before {
    padding: 0 0.25rem;
}

.blue-btn .fa.fa-envelope:before,
.blue-btn .fa.fa-calendar:before {
    color: #fff;
}

.banner-action-buttons-wrapper .fa.fa-calendar:before,
.cmp-teaser__buttons .fa.fa-calendar:before {
    font-size: 0.75rem;
    position: relative;
    top: -2px;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn {
    position: absolute;
    right: -12px;
    top: -6px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0px 4px;
    text-align: center;
    background: #fff;
    color: #002244;

}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn:hover {
    background: #f2f2f2;
}

.modal .modal-dialog .modal-content .modal-footer .model-close-btn:after {
    font-family: 'loopicon' !important;
    content: "\e126";
}
/* Use Google's hosted "Open Sans" font as display font in button */

/* Button */
.addeventatc 							{display:inline-block;position:relative;font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;color:#000!important;font-weight:600;line-height:100%;background:#fff;text-decoration:none;border:1px solid transparent;padding:13px 12px 12px 43px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;-webkit-font-smoothing:antialiased!important;outline-color:rgba(0,78,255,0.5);text-shadow:1px 1px 1px rgba(0,0,0,0.004);-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-shadow:0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;}
.addeventatc:hover 						{background-color:#fafafa;color:#000;text-decoration:none;}
.addeventatc:active 					{border-width:2px 1px 0px 1px;}
.addeventatc-selected 					{background-color:#f9f9f9;}
.addeventatc .addeventatc_icon 			{width:18px;height:18px;position:absolute;z-index:1;left:12px;top:10px;background:url(https://cdn.addevent.com/libs/imgs/icon-calendar-t1.svg) no-repeat;background-size:18px 18px;}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client, .addeventatc .transp {display:none!important;}
.addeventatc br, .addeventatc .addeventatc_icon {display:none !important;}
.addeventatc:hover {
  font-size: inherit !important;
}

/* Drop down */
.addeventatc_dropdown 					{width:230px;position:absolute;padding:6px 0px 0px 0px;font-family:"Open Sans",Roboto,"Helvetica Neue",Helvetica,Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;color:#000!important;font-weight:600;line-height:100%;background:#fff;font-size:15px;text-decoration:none;text-align:left;margin-left:-1px;display:none;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;-moz-box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;box-shadow:rgba(0,0,0,0.4) 0px 10px 26px;transform:scale(.98,.98) translateY(5px);z-index:-1;transition:transform .15s ease;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.addeventatc_dropdown.topdown 			{transform:scale(.98,.98) translateY(-5px)!important;}
.addeventatc_dropdown span 				{display:block;line-height:100%;background:#fff;text-decoration:none;cursor:pointer;font-size:15px;color:#333;font-weight:600;padding:14px 10px 14px 55px;margin:-2px 0px;}
.addeventatc_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;}
.addeventatc_dropdown em 				{color:#999!important;font-size:12px!important;font-weight:400;}
.addeventatc_dropdown .frs a 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:400!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs a:hover 		{color:#999!important;}
.addeventatc_dropdown .ateappleical 	{background:url(https://cdn.addevent.com/libs/imgs/icon-apple-t5.svg) 18px 40% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ategoogle 		{background:url(https://cdn.addevent.com/libs/imgs/icon-google-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoffice365 	{background:url(https://cdn.addevent.com/libs/imgs/icon-office365-t5.svg) 19px 50% no-repeat;background-size:18px 100%;}
.addeventatc_dropdown .ateoutlook 		{background:url(https://cdn.addevent.com/libs/imgs/icon-outlook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateoutlookcom 	{background:url(https://cdn.addevent.com/libs/imgs/icon-outlookcom-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .ateyahoo 		{background:url(https://cdn.addevent.com/libs/imgs/icon-yahoo-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .atefacebook 		{background:url(https://cdn.addevent.com/libs/imgs/icon-facebook-t5.svg) 18px 50% no-repeat;background-size:22px 100%;}
.addeventatc_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx 				{height:1px;overflow:hidden;background:#e8e8e8;position:absolute;z-index:100;left:10px;right:10px;top:9px;}
.addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(0px);z-index:99999999999;}
.addeventatc_dropdown.topdown.addeventatc-selected {transform:scale(1,1) translateY(0px)!important;}
.addeventatc_dropdown .drop_markup 		{background-color:#f4f4f4;}
