body,
table,
td,
a {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body{
  font-family: 'Noto', sans-serif;
}

/* Prevent WebKit and Windows mobile changing default text sizes */
.td-link {
  padding: 20px;
}

table,
td {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

td{
  border-radius:30px;
}

img {
  -ms-interpolation-mode: bicubic;
}

img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:30px;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\142F";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\1431";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

h2{
  color:#A528FF;
}

.panel{
  text-align:left;
}

/* MOBILE STYLES */
@media screen and (max-width: 525px) {
  .master-table {
    width: 95% !important;
    margin-left: 2.5% !important;
  }

  /* ALLOWS FOR FLUID TABLES */
  .wrapper {
    width: 95% !important;
    max-width: 100% !important;
    margin-left: 2.5% !important;
  }

  /* ADJUSTS LAYOUT OF LOGO IMAGE */
  .logo img {
    margin: 0 auto !important;
  }

  /* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
  .mobile-hide {
    display: none !important;
  }

  .img-max {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FULL-WIDTH TABLES */
  .responsive-table {
    width: 100% !important;
  }

  /* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
  .padding {
    padding: 10px 5% 15px 5% !important;
  }

  .padding-meta {
    padding: 30px 5% 0px 5% !important;
    text-align: center;
  }

  .padding-copy {
    padding: 10px 5% 10px 5% !important;
    text-align: center;
  }

  .no-padding {
    padding: 0 !important;
  }

  .section-padding {
    padding: 50px 15px 50px 15px !important;
  }

  /* ADJUST BUTTONS ON MOBILE */
  .mobile-button-container {
    margin: 0 auto;
    width: 100% !important;
  }

  .mobile-button {
    padding: 15px !important;
    border: 0 !important;
    font-size: 20px !important;
    display: block !important;
  }

  .td-link {
    padding: 0px;
  }
}

/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
  margin: 0 !important;
}

#widget-clickbus-wrapper {
  max-width: 100% !important;
}

#clickbus-logo img {
  display: none !important;
}