/* Simple Style Sheet for Support Pages */
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;

  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

hr {
  border-top: 1px solid #ccc;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

header {
  border-bottom: 1px solid #ccc;
}

article,
.search-input,
.header-wrapper,
.content-wrapper {
  width: 90%;
  margin: 0 auto;
}
.header-wrapper > div {
  display: inline-block;
  vertical-align: middle;
}
.support-number {
  padding: 0 1em 0 0;
  color: #333333;
}
.support-number p {
  font-size: 16px;
  line-height: 15px;
  margin: 1em;
}

.logo {
  margin: 0.5em;
  width: 70%;
}
.logo img {
  width: 200px;
  height: auto;
  border: 0;
  margin: 0;
}

.search-wrapper {
  background-color: rgba(234, 222, 255, 0.3);
}

.search-input {
  padding: 2em 2em 0;
  text-align: center;
  width: 50%;
}

.search-input > div {
  padding: 0 0 2em;
}

.search-input h1,
.search-input p {
  color: #572a82;
  font-weight: normal;
}

.search-input h1 {
  font-size: 2.5rem;
}

.search-input input {
  font-size: 18px;
  height: 3rem;
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 0 1em;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #dfdfdf;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #dfdfdf;
}

::placeholder {
  color: #dfdfdf;
}

.filtered-result {
  position: absolute;
  background-color: #ffffff;
  width: 48%;
  text-align: left;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #ffffff;
  border-radius: 35px;
  padding: 1em;
  max-height: 400px;
  overflow: scroll;
}

.dropdown-question-list-item {
  padding: 1em;
  border: 1px solid transparent;
}

.dropdown-question-list-item a {
  text-decoration: none;
}

.dropdown-question-list-item a h4 {
  color: #718096;
  font-weight: normal;
  font-size: 1em;
  line-height: 2em;
}

.dropdown-question-list-item a h3 {
  color: #572a82;
  font-size: 1.3em;
  font-weight: normal;
}

.dropdown-question-list-item:hover {
  background-color: #edf2f7;
  border-radius: 10px;
}

.article-content-wrapper,
.content-wrapper-outer {
  background-color: #f8f9fa;
}

.content-wrapper {
  background-color: #ffffff;
  padding: 1em;
}
.content-wrapper h1 {
  font-weight: normal;
  color: #333333;
}

#faq-data {
  margin: 1em 0;
}

.faq-section {
  margin: 1em 0;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #f3f4f5;
}

.faq-section h2 {
  font-weight: normal;
  padding: 0 0 0.5em;
  color: #572a82;
}

.faq-section ul.question-list > li {
  list-style: none;
  padding: 0 0 0.4em;
}

.faq-section ul.question-list > li:hover {
  text-decoration: underline;
}

.faq-section ul.question-list > li > a {
  text-decoration: none;
  color: #333333;
}

article {
  padding: 1em;
  background-color: #ffffff;
  color: #333333;
}

article header {
  border-bottom: none;
}

article header h1 {
  color: #572a82;
  font-weight: normal;
}

article section {
  margin: 1em 0;
}

article section p {
  margin: 1em 0;
}

article section ol {
  padding: 0 1em 1em;
}
article section ul li {
  list-style: none;
  padding: 0.2em;
}

article section p.img {
  text-align: center;
}
article section img {
  margin: 1em;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

article section a {
  text-decoration: none;
  color: #00bbb4;
}

article section a:hover {
  text-decoration: underline;
}

.note {
  margin: 10 10 10 10;
  color: #4a5568;
  border: 1px solid #cbd5e0;
  background-color: #fefcbf;
  padding: 10px;
  display: block;
}

.tip {
  margin: 10 10 10 10;
  color: #4a5568;
  border: 1px solid #cbd5e0;
  background-color: rgba(234, 222, 255, 0.3);
  padding: 10px;
  display: block;
}

img.flag {
  width: 75px;
  height: 75px;
  border: none;
  margin: 1em;
}

@media only screen and (max-width: 768px) {
  .logo {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .support-number p {
    display: inline-block;
    margin: 1em 0.5em;
  }
  .search-input {
    width: 90%;
  }
  .filtered-result {
    width: 84%;
  }
}

/* img {
  margin: 20px;
  border: 1px solid black;
}

li {
  margin: 10 0 0 0;
}

.faq li {
  padding: 15px;
  border-bottom: 1px solid silver;
  list-style-type: none;
}
.faq li a {
  text-decoration: none;
}
h2.faq {
  padding: 10px;
}
img.logo {
  xwidth: 150px;
  xheight: 150px;
  border: none;
  margin: auto;
  clear: all;
}


.center {
  text-align: center;
} */
