﻿
.official_footer {
  background: #545c63;
  color: #fff
}

.official_footer a {
  color: #fff
}

.official_footer_inr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0
}

.official_footer_menu {
  display: flex;
  justify-content: space-between
}

.official_footer_menu_left {
  width: 80%
}

.official_footer_menu_left h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px
}

.official_footer_menu_left ul {
  margin: -10px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.official_footer_menu_left ul li {
  width: 46.5%;
  margin: 10px 0 0
}

.official_footer_menu_left ul li a {
  color: #a0a4a8;
  text-decoration: none;
  font-size: 13px;
  transition: color .25s
}

.official_footer_menu_left ul li a:hover {
  color: #fff
}

.official_footer_menu_right {
  padding-left: 29px;
  width: 20%;
  border-left: 1px solid #656d73
}

.official_footer_menu_right nav ul {
  margin-top: 20px
}

.official_footer_menu_right nav ul li {
  margin-top: 10px
}

.official_footer_menu_right nav ul li:first-child {
  margin-top: 0
}

.official_footer_menu_right nav ul li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity .25s
}

.official_footer_menu_right nav ul li a:hover {
  opacity: .7
}

.official_footer_sub_navigation {
  margin-top: 20px
}

.official_footer_sub_navigation ul li {
  margin-bottom: 10px
}

.official_footer_sub_navigation ul li a {
  transition: opacity .25s;
  font-size: 12px;
  color: #a0a4a8
}

.official_footer_sub_navigation ul li a:hover {
  opacity: .7
}

.official_footer_copy {
  padding: 30px;
  background: #414951
}

.official_footer_copy p {
  text-align: center;
  margin-top: 5px;
  font-size: 13px
}

.wrapper_home .official_footer_copy {
  padding-bottom: 166px
}

@media screen and (max-width: 599px) {
  .official_footer {
    display: none
  }
}

#faqList {
  background: #fff;
}

#faqList .question {
  padding: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #222;
  cursor: pointer;
  line-height: 22px;
  border-top: 1px dotted #555
}

#faqList .answer {
  padding: 10px;
  background-color: #eee;
  border-top: 1px dotted #555;
  font-size: 12px;
  font-weight: normal;
  color: #910000;
  line-height: 30px;
  display: none
}

#faqList .answer img {
  width: inherit;
  max-width: 100%;
  height: auto !important
}

#faqList .qTitle {
  margin: 10px 0 0 0;
  width: 35px;
  font-size: 22px;
  letter-spacing: -2px;
  line-height: 22px;
  color: #c0101a
}

#faqList .aTitle {
  margin: 0;
  display: block;
  font-size: 22px;
  letter-spacing: -2px;
  line-height: 22px
}

@media screen and (max-width: 599px) {
  #faqList {
    margin: 0
  }

  #faqList .question {
    font-size: 12px
  }

  #faqList .qTitle {
    width: 20px;
    font-size: 16px;
    line-height: 16px
  }

  #faqList .aTitle {
    font-size: 16px;
    line-height: 16px
  }
}

#faqList p {
  line-height: 30px;
  letter-spacing: 1px;
  color: #5b2b14
}

#faqList b,
#faqList strong {
  font-weight: bold
}

#faqList em {
  font-style: italic
}

#faqList small {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px
}

#faqList .notes {
  line-height: 18px
}

#faqList ul {
  padding: 0 0 0 1.2em;
  margin: 1em 0
}

#faqList ul li {
  list-style: disc
}

#faqList ol {
  padding: 0 0 0 1.2em;
  margin: 1em 0
}

#faqList ol li {
  list-style: decimal
}

#faqList blockquote {
  margin: 1em 0;
  padding: 0 0 0 30px
}