@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/museo-sans-rounded');
@import url('https://fonts.cdnfonts.com/css/proxima-nova');


.tk-proxima-nova {
  font-family: 'Proxima Nova', sans-serif;
}

.tk-museo-sans {
  font-family: 'Museo Sans Rounded', sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-weight: 400;
  font-family: 'Roboto';
  font-size: 18px;
  color: #333333;
  font-style: normal;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

a {
  font-family: inherit;
  font-weight: bold;
  color: #20A7E2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.normal {
  font-weight: normal;
}

h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 10px;
}

h3 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #333333;
  padding-bottom: 15px;
}

h4 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}

p {
  margin: 20px 0 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

.date {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #8C8C8C;
  margin: 24px 0 16px 0;
}

/* HEADER */
.header {
  margin: 0;
  padding: 0;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__top {
  background: #D9D9D9;
  height: 33px;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  letter-spacing: 1px;
}

/* HERO */

.hero {
  background-image: url("../images/new-hero-v1-1280.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  /* max-height: 425px; */
  /* max-width: 1440px; */
  /* position: relative; */
  padding-top: 7px;
}

.hero-logo-lockup {
  padding-bottom: 25px;
}

.hero img {
  width: 176px;
}

.hero-copy-lockup {
  max-width: 600px;
}

.hero-subcopy {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 0px;
}

.hero-subcopy a {
  text-decoration: none;
  color: #333333;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.hero-subcopy a:hover {
  color: #ff7226;
  transition: all 0.3s ease 0s;
}

/* HERO BUTTON */
button {
  border-radius: 5px;
  background: #ff7226;
  border-color: #ff7226;
  border-style: solid;
  border-width: 2px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
  /* width: 280px;
  height: 66px; */
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: white;
  cursor: pointer;
  box-shadow: 2.91px 2.91px 14.53px 2.91px rgba(0, 0, 0, 0.1);
}

button:hover {
  background: transparent;
  text-decoration: none;
  color: #ff7226;
  box-shadow: 2.91px 2.91px 14.53px 2.91px rgba(255, 144, 38, 0.4);
}

.bghead__content_title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #333333;
}

.bghead__content_text {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 24px 0 42px 0;
}

.main {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main__headl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.main__headl.border {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d6d6;
}

.main__headl img {
  height: 100%;
  width: auto;
  margin-right: 28px;
}

.main__headl_title {
  font-weight: 700;
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 20px;
  letter-spacing: 4px;
  text-align: center;
  margin-right: 20px;
}

/* BODY */
#main-header {
  text-align: left;
  margin-bottom: 16px;
  font-size: 32px;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

.col-6 {
  flex: 1 1 60%;
  padding-right: 20px;

}

.col-4 {
  flex: 1 1 40%;
  padding-left: 20px;
  padding-top: 16px;
  width: 80%;
  margin: 0 auto;
}

.features__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}



/* ANIMATED GRAPH */
.label {
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-bottom: 18px;
}

/* LIST */
.features__item {
  margin: 0 0 24px 0;
}

.features__item_title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px 0;
}

.features__item_text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

/* ADVERTISEMENT 2 */
.features__item_position {
  background: #F9F9F9;
  border-radius: 5px;
  margin: 24px 0 64px 0;
  display: flex;
  flex-direction: row;
  height: 240px;
}

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

.features__item_position img {
  max-width: 500px;
  z-index: -10;
  margin: 32px 0 0 -56px;
}

.features__item_position p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333333;
  margin: 56px 0 32px 56px;
  max-width: 75%;
}

.features__item_position span img {
  width: 177px;
  height: 26px;
  margin: -24px 0 56px 20px;
}

.features__item_position_mobile {
  display: none;
}


/* USA MAP */
hr {
  margin: 64px 0;
  border: .5px solid #BCBCBC;
}

.row {
  display: flex;

}

.mapinfo__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #333333;
}

.mapinfo__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 24px 0 42px 0;
  color: #333333;
}

#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0;
}

#mapwrapper path:hover {
  fill: #00496E;
  stroke: #fff;
}

.biglink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 372px;
  height: 60px;
  border: 3px solid #20A7E2;
  margin: 40px auto;
  text-decoration: none;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #20A7E2;
}

.biglink:hover {
  background-color: #20A7E2;
  color: #fff;
}

.mapinfo {
  max-width: 700px;
  margin: 0 auto 20px auto;
}

.mapinfo__text {
  font-size: 16px;
  color: #333333;
}

.mapinfo img {
  max-width: 200px;
}

/* AWARDS */
.awards__item {
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 2.90625px 2.90625px 14.5313px 2.90625px rgba(0, 0, 0, 0.1);
  border-radius: 7.26563px;
  padding: 10px;
  width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 16px 64px 16px;
}


.awards__item_logo img {
  height: 48px;
  width: 48px;
  margin: 0 auto;
}

.awards__item_title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.awards__item_text {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.awards__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* FOOTER */
.footer {
  margin: 0;
  padding: 30px 0;
  background-color: #d9d9d9;
}

.footer p {
  margin: 20px 0px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.footer ol {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 20px;
}

.footer ol li {
  padding-bottom: 15px;
}

#sources-footer {
  margin-bottom: 0px;
}

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

.bottom__left {
  width: 50%;
}


.bottom__logo {
  width: 145px;
}

.bottom__logo img {
  width: auto;
  height: 45px;
}

.bottom__text {
  font-size: 14px;
  color: #919396;
}

.bottom__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bottom nav a {
  font-size: 12px;
  color: #919396;
  text-decoration: none;
}

.bottom nav a:after {
  content: ' | ';
  padding: 0px 8px;
}

.bottom nav a:last-child:after {
  display: none;
}

.bottom__corp {
  font-size: 12px;
  color: #919396;
}

/*RESPONSIVE ELEMENTS - @MEDIA CSS*/
/* 2560 */
@media (max-width: 2560px) {

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-1280.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    min-height: 425px;
    /* max-height: 425px; */
    max-width: 2560px;
    /* position: relative; */
    padding-top: 7px;
  }
}

/* 1920 */
@media (max-width: 1920px) {

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-1280.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    min-height: 425px;
    /* max-height: 425px; */
    max-width: 1920px;
    /* position: relative; */
    padding-top: 7px;
  }
}

/* 1440 */
@media (max-width: 1440px) {
  /* HERO */

  .hero {
    background-image: url("new-hero-v1-1440.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    height: auto;
    /* max-height: 425px; */
    max-width: 1440px;
    /* position: relative; */
    padding-top: 7px;
  }
}

/* 1280 */
@media(max-width: 1280px) {

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-1280.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border: none;
    padding-top: 7px;
  }
}

/* 1024 */
@media(max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-1280.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    padding-top: 7px;
  }


  .hero-logo-lockup {
    padding-left: 10px;
  }

  .hero-copy-lockup {
    max-width: 500px;
    padding-left: 10px;
  }

  .hero img {
    width: 130px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-1280.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border: none;
    max-height: auto;
    /* max-width: 1440px; */
    /* position: relative; */
    padding-top: 7px;
  }


  .hero-logo-lockup {
    padding-left: 30px;
  }

  .hero-copy-lockup {
    max-width: 380px;
    padding-left: 30px;
  }

  .hero img {
    width: 130px;
  }

  .bghead__content_title {
    font-size: 30px;
    line-height: 32px;
  }

  #main-header {
    font-size: 30px;
    line-height: 32px;
  }

  .awards__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .features__item_position span img {
    width: 177px;
    height: 26px;
    margin: -16px 0 56px 20px;
  }

  .awards__item {
    margin: 16px 0;
  }

  .col-4 {
    padding-left: 0;
  }

  .col-6 {
    padding-right: 0px;
  }

  .row {
    flex-direction: column;
  }

  .features__item_position p {
    font-size: 21px;
    line-height: 32px;
    width: 55%;
  }

  p {
    font-size: 18px;
  }

  .mapinfo img {
    margin: 0 auto;
    max-width: 320px;
  }
}

@media(max-width:600px) {

  /* TEXT SIZES */
  h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-600.jpg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border: none;

    /* max-width: 1440px; */
    /* position: relative; */
    padding-top: 7px;
  }

  .hero-logo-lockup {
    padding-bottom: 20px;
    max-width: 500px;
    padding-left: 10px;
  }

  .hero img {
    width: 130px;
  }

  .hero-copy-lockup {
    max-width: 330px;
    padding-left: 10px;
  }

  .hero-subcopy {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
  }

  button {
    padding: 16px;
  }

  .features__item_position_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 64px 0 64px 0;

  }

  .features__item_position {
    display: none;
  }

  .features__item_position_mobile img {
    max-width: 400px;
    height: auto;
    z-index: -10;
    margin: 32px 0 0 0;
  }

  .features__item_position_mobile p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    width: 95%;
    height: 56px;
    margin: 0 0;

  }

  .features__item_position_mobile span img {
    width: 80px;
    align-self: flex-end;
  }

  .bghead__content_logomobile {
    display: none;
    width: 140px;
  }

  .features__item_position p {
    position: static;
    z-index: 5;
  }

  .features__item_position span {
    position: static;
    margin: 0 0 0 auto;
  }

}

@media (max-width: 540px) {

  /* HERO */
  .hero-logo-lockup {
    padding-bottom: 10px;
    max-width: 300px;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {

  /* HERO */
  .hero {
    background-image: url("../images/new-hero-v1-600.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border: none;
    min-height: auto;
    max-height: auto;
    /* height: 500px; */
    /* max-width: 1440px; */
    /* position: relative; */
    padding-top: 7px;
  }

  .hero-logo-lockup {
    width: 220px;
  }

  .hero-copy-lockup {
    max-width: 260px;
    padding-left: 10px;
  }

  .bottom nav a {
    display: block;
    text-align: center;
  }

  .bottom nav a:after {
    display: none;
  }

  .bottom__right {
    align-items: center;
  }

  .bottom nav {
    flex-direction: column;
    align-items: center;
  }

  .bottom__wrapper {
    align-items: center;
  }

  .bottom__left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* 416 */
@media (max-width: 416px) {

  /* HERO */
  .hero-copy-lockup {
    max-width: 220px;
    padding-left: 10px;
  }

  button {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 390px) {

  /* HERO */
  .hero {
    background-image: url("new-hero-v2-360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    /* width: auto; */
    min-height: auto;
    max-height: auto;
    /* max-width: 1440px; */
    /* position: relative; */
    padding-top: 7px;
  }

  .hero-logo-lockup {
    width: 220px;
  }

  .hero-copy-lockup {
    max-width: 210px;
    padding-left: 10px;
  }
}

/* 360 */
@media (max-width: 360px) {

  /* HERO */
  .hero {
    background-image: url("new-hero-v2-360.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    /* width: auto; */
    min-height: auto;
    max-height: auto;
    /* max-width: 1440px; */
    /* position: relative; */
    padding-top: 7px;
  }

  .hero-logo-lockup {
    width: 220px;
  }

  .hero-copy-lockup {
    max-width: 210px;
    padding-left: 10px;
  }
}


/* OTHER */
.bghead__content_logomobile {
  display: none;
}

.advertorial {
  box-shadow: 3px 3px 14.5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.advertorials__container {
  margin: 64px 0;
  font-family: 'proxima-nova', sans-serif;
}

.advertorials__title {
  margin: 0 0 16px;
  color: #20A7E2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.advertorials__footer {
  color: #8C8C8C;
  font-size: 10px;
  line-height: 16px;
}

.advertorials__disclosure {
  margin-left: 8px;
}

.advertorials__disclosure:hover {
  text-decoration: underline;
}

.advertorials__block {
  display: grid;
  grid-template-areas: "adv1 . adv2 . adv3";
  grid-template-columns: 264px minmax(20px, 38px) 264px minmax(20px, 38px) 264px;
  grid-template-rows: 304px;
  justify-content: center;
  margin-bottom: 32px;
}

#adv1 {
  grid-area: adv1;
}

#adv2 {
  grid-area: adv2;
}

#adv3 {
  grid-area: adv3;
}

@media(hover:hover) {
  .advertorial:hover {
    box-shadow: 3px 3px 15px 3px rgba(32, 167, 226, 0.5);
  }
}

@media(max-width: 920px) {
  .advertorial:hover {
    box-shadow: none;
  }

}


@media (max-width: 899px) {
  .advertorials__block {
    grid-template-columns: 232px minmax(16px, 64px) 232px minmax(16px, 64px) 232px;
    grid-template-rows: 262px;
  }
}

@media (max-width: 763px) {
  .advertorials__block {
    justify-content: center;
    grid-template-areas:
      'adv1'
      '.'
      'adv2'
      '.'
      'adv3';
    grid-template-rows: 262px 24px 262px 24px 262px;
    grid-template-columns: 232px;
  }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}


.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltipstered {
  cursor: pointer;
}

.tooltipster-base {
  border-radius: 2px;
  border: 2px solid #333;
  background: #fff;
  color: #333;
  z-index: 99999999;
}

.tooltipster-base .tooltipster-content {
  padding: 8px 12px;
  font-family: inherit;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}

.tooltipster-content ul {
  padding-left: 20px;
}

.tooltipster-content h2,
.tooltipster-content h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 25px;
}

.tooltipster-disclosure {
  border-color: #8c8c8c;
  ;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

.tooltipster-disclosure .tooltipster-content {
  font-size: 13px;
  line-height: 17px;
}