@charset "UTF-8";
.footer {
  background-color: #002f37;
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
}
.footer img{
    border: 0;
    max-width: 100%;
    height: auto;
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 30px
}
@media only screen and (max-width:767px) {
  .footer .flex {
    display: block
  }
}
.footer .first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%
}
@media only screen and (max-width:767px) {
  .footer .first {
    display: none
  }
}
.footer .links-1,
.footer .links-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  max-width: 40%
}
@media only screen and (max-width:929px) {
  .footer .links-1,
  .footer .links-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}
@media only screen and (max-width:767px) {
  .footer .links-1,
  .footer .links-2 {
    max-width: none
  }
}
.footer .links-1 a,
.footer .links-2 a {
  font-family: Brown-Regular,sans-serif;
  display: inline-block;
  color: #fff;
  opacity: .75;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.14286em;
  font-weight: 400;
  letter-spacing: .07143em;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}
.footer .links-1 a span,
.footer .links-2 a span {
  text-transform: lowercase
}
.footer .links-1 a:hover,
.footer .links-2 a:hover {
  opacity: 1
}
.footer .links-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: 3%
}
@media only screen and (max-width:767px) {
  .footer .links-2 {
    margin-left: 0
  }
}
.footer svg {
  fill: #ff5400
}
.footer .logo {
  width: 60px;
  height: 68px;
  display: block;
  margin: 8px 0 20px
}
.container-fluid {
  max-width: 1268px;
  padding-left: 30px;
  padding-right: 30px
}
@media only screen and (max-width:991px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
}
.notices {
  padding: 30px 0 30px;
  border-top: 1px solid #1a444b
}
@media only screen and (max-width:767px) {
  .notices {
    padding: 30px 0 30px;
  }
}
.notices p {
  margin-bottom: 16px
}
.notices a {
  color: #fff
}
.notices a span {
  opacity: .75;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}
.notices a:hover span {
  opacity: 1
}
.notices .svg-arrow {
  display: inline-block;
  width: 9px;
  margin-left: 8px
}
@media only screen and (max-width:991px) {
  .notices .svg-arrow {
    width: 11px;
    position: relative;
    top: -2px
  }
}
.notices .a {
  max-width: 600px
}
.accordian li {
  padding: 10px 0;
  overflow: hidden;
}
@media only screen and (max-width:599px) {
  .accordian li {
    padding: 5px 0
  }
}
.accordian li:hover h3 {
  color: #fff
}
.accordian li.active h3 {
  color: #fff
}
.accordian li.active h3 svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.accordian li h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  cursor: pointer;
  color: rgba(255,255,255,.6)
}
.accordian li .a {
  display: none;
  padding: 10px 0;
  color: rgba(255,255,255,.6);
  overflow: hidden;
  max-height: 0;
}
.accordian li.active .a,
.accordian li.animate .a{
  display:block;
  max-height: max-content;
}
.m-footListA__text {
  font-size: 14px;
  font-size: .875rem;
  color: #fff;
  font-family: Brown-Regular,sans-serif
}
.disclaim {
  padding: 55px 0 30px;
  border-bottom: 1px solid #1a444b;
  background-color: #03242b
}
.disclaim > div {
  color: #d2d3d1;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .disclaim > div {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}
.disclaim > div a {
  color: #fff;
  text-decoration: underline
}
.disclaim p {margin-bottom: 1.625rem;}
.disclaim strong {
  font-weight: 700
}
.disclaim em {
  font-style: italic
}