/*
 * variables
 */
.faq-grid,
.faq-grid * {
  box-sizing: border-box;
}

.faq-grid:after {
  content: " ";
  display: block;
  clear: both;
}

.faq-grid .gutter-sizer,
.faq-grid .grid-item {
  width: 25%;
}

.faq-grid .grid-item {
  height: 80px;
  float: left;
  padding: 0 1% 1% 0;
}

.faq-grid .grid-item .grid-wrap {
  height: 100%;
  position: relative;
}

.faq-grid .grid-item .grid-wrap > a.no-click {
  cursor: default;
}

.faq-grid .grid-item .grid-wrap .detail {
  display: none;
}

.faq-grid .grid-item.temp-hide {
  padding: 0px !important;
  overflow: hidden;
  transition: transform 300ms;
}

.faq-grid .grid-item.temp-hide.temp-hide-active {
  transform: scale(0);
}

.faq-grid .grid-item.size-zero {
  width: 0px !important;
  height: 0px !important;
}

.faq-grid .grid-item.type-content {
  width: 75%;
  height: auto;
  margin-top: 20px;
}

.faq-grid .grid-item.type-content .grid-wrap {
  transition: transform 300ms;
  transform: scale(1);
  position: relative;
  height: auto;
  padding: 8% 6%;
  border: 1em solid transparent;
  border-image: url("../../../graphics/icons/new/mask-content.svg") 0 stretch;
  -webkit-border-image: url("../../../graphics/icons/new/mask-content.svg") 0 stretch;
  -o-border-image: url("../../../graphics/icons/new/mask-content.svg") 0 stretch;
  -moz-border-image: url("../../../graphics/icons/new/mask-content.svg") 15 repeat;
}

.faq-grid .grid-item.type-content .grid-wrap .content h5 {
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 38px;
  color: #DC7E29;
  letter-spacing: 0.69px;
  line-height: 46px;
}

.faq-grid .grid-item.type-content .grid-wrap .content h4 {
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4A4A4A !important;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.faq-grid .grid-item.type-content .grid-wrap .content p,
.faq-grid .grid-item.type-content .grid-wrap .content ul,
.faq-grid .grid-item.type-content .grid-wrap .content ol {
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.faq-grid .grid-item.type-content .grid-wrap .content p:last-child {
  margin-bottom: 0;
}

.faq-grid .grid-item.type-content .grid-wrap .content ul,
.faq-grid .grid-item.type-content .grid-wrap .content ol {
  margin-bottom: 0;
}

.faq-grid .grid-item.type-content .grid-wrap .content li {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 10px;
  line-height: 18px;
}

.faq-grid .grid-item.type-content .grid-wrap .close {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  right: 8%;
  top: -22.5px;
  margin-top: 4px;
  padding: 0;
  box-shadow: 0px 3px 0px 0px #AA5B13;
  background: url("../../../graphics/icons/new/cross-white.svg") no-repeat center center #dc7e29;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-content .grid-wrap .close:hover {
  background-color: rgba(220, 126, 41, 0.8);
}

.faq-grid .grid-item.type-content.non-visible {
  opacity: 0;
}

.faq-grid .grid-item.type-content.non-visible .grid-wrap {
  transform: scale(0);
}

.faq-grid .grid-item.type-01 .grid-wrap > a,
.faq-grid .grid-item.type-02 .grid-wrap > a,
.faq-grid .grid-item.type-03 .grid-wrap > a,
.faq-grid .grid-item.type-04 .grid-wrap > a,
.faq-grid .grid-item.type-05 .grid-wrap > a,
.faq-grid .grid-item.type-06 .grid-wrap > a {
  display: block;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.faq-grid .grid-item.type-01 .grid-wrap > a .figure,
.faq-grid .grid-item.type-02 .grid-wrap > a .figure,
.faq-grid .grid-item.type-03 .grid-wrap > a .figure,
.faq-grid .grid-item.type-04 .grid-wrap > a .figure,
.faq-grid .grid-item.type-05 .grid-wrap > a .figure,
.faq-grid .grid-item.type-06 .grid-wrap > a .figure {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-grid .grid-item.type-02,
.faq-grid .grid-item.type-03,
.faq-grid .grid-item.type-04,
.faq-grid .grid-item.type-05,
.faq-grid .grid-item.type-06 {
  height: auto;
}

.faq-grid .grid-item.type-02 .grid-wrap > a .figure,
.faq-grid .grid-item.type-03 .grid-wrap > a .figure,
.faq-grid .grid-item.type-04 .grid-wrap > a .figure,
.faq-grid .grid-item.type-05 .grid-wrap > a .figure,
.faq-grid .grid-item.type-06 .grid-wrap > a .figure {
  background-color: #706B1A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 30px;
}

.faq-grid .grid-item.type-02 .grid-wrap > a .figure svg,
.faq-grid .grid-item.type-03 .grid-wrap > a .figure svg,
.faq-grid .grid-item.type-04 .grid-wrap > a .figure svg,
.faq-grid .grid-item.type-05 .grid-wrap > a .figure svg,
.faq-grid .grid-item.type-06 .grid-wrap > a .figure svg {
  height: 100%;
}

.faq-grid .grid-item.type-02 .grid-wrap > a .moving-content,
.faq-grid .grid-item.type-03 .grid-wrap > a .moving-content,
.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content,
.faq-grid .grid-item.type-05 .grid-wrap > a .moving-content,
.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content {
  position: relative;
  min-height: 142px;
  bottom: 0 !important;
  word-wrap: break-word;
}

.faq-grid .grid-item.type-02 .grid-wrap > a .moving-content h5,
.faq-grid .grid-item.type-03 .grid-wrap > a .moving-content h5,
.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content h5,
.faq-grid .grid-item.type-05 .grid-wrap > a .moving-content h5,
.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content h5 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
}

.faq-grid .grid-item.type-02 .grid-wrap .paras,
.faq-grid .grid-item.type-03 .grid-wrap .paras,
.faq-grid .grid-item.type-04 .grid-wrap .paras,
.faq-grid .grid-item.type-05 .grid-wrap .paras,
.faq-grid .grid-item.type-06 .grid-wrap .paras {
  top: 0;
  padding-top: 50px;
  height: auto;
  bottom: auto;
}

.faq-grid .grid-item.type-02 .grid-wrap > a .figure svg {
  width: 100%;
}

.faq-grid .grid-item.type-03 .grid-wrap {
  border: 4px dashed #DC7E29;
  padding: 3px;
  border-radius: 5px;
}

.faq-grid .grid-item.type-03 .grid-wrap > a {
  border: 2px solid #AA5B13;
  background-color: #AA5B13;
}

.faq-grid .grid-item.type-03 .grid-wrap > a .figure {
  background-color: #FDF9F3;
  border-radius: 5px;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-03 .grid-wrap > a .moving-content {
  margin-bottom: 80px;
  min-height: 94px;
}

.faq-grid .grid-item.type-03 .grid-wrap > a .moving-content h5 {
  font-size: 30px;
  letter-spacing: 0.29px;
  line-height: 40px;
  color: #DC7E29;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-03 .grid-wrap > a .answer {
  color: #dc7e29;
  background: url("../../../graphics/icons/new/arrow.png") no-repeat center right transparent;
}

.faq-grid .grid-item.type-05 .grid-wrap {
  border-radius: 5px;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .figure {
  background-color: #dc7d29;
  border-radius: 5px;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .figure:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 100ms ease;
  background-color: #D46D12;
  opacity: 0.7;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .moving-content {
  margin-bottom: 80px;
  min-height: 94px;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .moving-content h5 {
  font-size: 30px;
  letter-spacing: 0.29px;
  line-height: 40px;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .answer {
  color: #ffffff;
  background: url("../../../graphics/icons/new/arrow-white.svg") no-repeat center right transparent;
}

.faq-grid .grid-item.type-05 .grid-wrap > a .temp_qstn,
.faq-grid .grid-item.type-05 .grid-wrap > a .temp_ans,
.faq-grid .grid-item.type-05 .grid-wrap > a .temp_height {
  display: none;
}

.faq-grid .grid-item.type-05 .grid-wrap > a.greenshade .figure:before {
  background-color: #817a1d;
}

.faq-grid .grid-item.type-06 .grid-wrap {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-shadow: 1px 2px 5px #ebebeb;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .figure {
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 100ms linear;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content {
  float: left;
  width: 100%;
  margin-bottom: 0;
  min-height: 226px;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content h5 {
  font-size: 30px;
  letter-spacing: 0.29px;
  line-height: 40px;
  color: #817a1d;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 100ms linear;
  float: left;
  margin-bottom: 150px;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content .zoomimagediv {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .moving-content .zoomimagediv img.zoomimage {
  width: 115px;
  border: 1px solid #ffffff;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  float: right;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .answer {
  float: left;
  /*position: relative;*/
  color: #DC7E29;
  background: url("../../../graphics/icons/new/arrow.png") no-repeat center left 80px transparent;
  padding: 0 50px 0 8%;
}

.faq-grid .grid-item.type-06 .grid-wrap > a .temp_qstn,
.faq-grid .grid-item.type-06 .grid-wrap > a .temp_ans,
.faq-grid .grid-item.type-06 .grid-wrap > a .temp_height {
  display: none;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .figure {
  background-color: #AA5B13;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content {
  background-color: #DC7E29;
  padding-bottom: 1px;
  margin-bottom: 10px;
  opacity: 1 !important;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content h5 {
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content p {
  text-align: center;
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-size: 35px;
  color: #FFFFFF;
  letter-spacing: 0.7px;
  line-height: 40px;
  margin-bottom: 9px;
  margin-top: 35px;
  font-weight: 700;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content p span {
  font-size: 72px;
  color: inherit;
}

.faq-grid .grid-item.type-04 .grid-wrap > a .moving-content:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  background: url("../../../graphics/icons/new/circle.svg") repeat-x 0 0 transparent;
  transform: translate3d(0, -50%, 0);
}

.faq-grid .grid-item.type-01 {
  height: 352px;
}

.faq-grid .grid-item.type-01 .grid-wrap > a .figure svg {
  position: absolute;
  bottom: -1px;
}

.faq-grid .grid-item.type-01 .grid-wrap > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 100ms ease;
  background-image: -owg-linear-gradient(transparent 50%, #817a1d 100%);
  background-image: linear-gradient(transparent 50%, #817a1d 100%);
}

.faq-grid .grid-item.type-01 .grid-wrap > a.greenshade:before {
  background-image: -owg-linear-gradient(transparent 50%, #c56f26 100%);
  background-image: linear-gradient(transparent 50%, #c56f26 100%);
}

.faq-grid .grid-item .moving-content {
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
  transition: all 200ms ease;
}

.faq-grid .grid-item .moving-content h5 {
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.38px;
  line-height: 26px;
  padding: 0 18px;
  margin: 0;
}

.faq-grid .grid-item .answer {
  position: absolute;
  bottom: 0;
  height: 22px;
  font-family: "Lucida Grande", arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 20px;
  padding: 0 35px 0 8%;
  background: url("../../../graphics/icons/new/arrow-white.svg") no-repeat center right transparent;
  margin-bottom: 18px;
}

.faq-grid .grid-item .ans {
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding: 10px 8%;
}

.faq-grid .grid-item .paras {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 8%;
  font-family: Benguiat, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4A4A4A;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-bottom: 45px;
  height: 88px;
  transition: opacity 100ms ease;
}

.faq-grid .grid-item .paras:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-image:-owg-linear-gradient(transparent 0, #FEF9F5 100%);
        background-image:-webkit-linear-gradient(transparent 0, #FEF9F5 100%);
        background-image:-moz-linear-gradient(transparent 0, #FEF9F5 100%);
        background-image:-o-linear-gradient(transparent 0, #FEF9F5 100%);
        background-image:linear-gradient(transparent 0, #FEF9F5 100%);*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fef9f5+100&amp;0+0,1+100 */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fef9f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fef9f5", GradientType=0);
  /* IE6-9 */
}

.faq-grid .grid-item .paras p {
  margin-bottom: 10px;
}

.faq-grid .grid-item .paras p:last-child {
  margin-bottom: 0;
}

.faq-grid .grid-item .paras * {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.faq-grid .grid-item.no-more:hover .answer {
  display: none;
}

.faq-grid .grid-item.no-more .paras:after {
  display: none;
}

.faq-grid .grid-item.fiftypercent {
  width: 50%;
}

.faq-grid .grid-item.fiftypercent.type-06 .grid-wrap > a .figure {
  background-size: 160px;
}

.faq-grid .grid-item.fiftypercent.type-06 .grid-wrap > a .moving-content h5 {
  width: 300px;
  float: left;
}

.faq-grid .grid-item.fiftypercent.type-06 .grid-wrap > a .moving-content img.zoomimage {
  width: 160px;
  float: right;
  border-radius: 7px;
  border: 1px solid #ffffff;
  padding: 0;
}

.faq-grid .grid-item.fiftypercent.type-06 .grid-wrap > a .answer {
  margin-bottom: 18px;
}

.mask-01 {
  -webkit-mask-box-image: url("../../../graphics/icons/new/mask-01.svg") 0 stretch;
  mask-border: url("../../../graphics/icons/new/mask-01.svg") 0 stretch;
}

.mask-02 {
  -webkit-mask-box-image: url("../../../graphics/icons/new/mask-02.svg") 0 stretch;
  mask-border: url("../../../graphics/icons/new/mask-02.svg") 0 stretch;
}

.mask-03 {
  -webkit-mask-box-image: url("../../../graphics/icons/new/mask-03.svg") 0 stretch;
  mask-border: url("../../../graphics/icons/new/mask-03.svg") 0 stretch;
}

.mask-04 {
  -webkit-mask-box-image: url("../../../graphics/icons/new/mask-04.svg") 0 stretch;
  mask-border: url("../../../graphics/icons/new/mask-04.svg") 0 stretch;
}

.mask-05 {
  -webkit-mask-box-image: url("../../../graphics/icons/new/mask-05.svg") 0 stretch;
  mask-border: url("../../../graphics/icons/new/mask-05.svg") 0 stretch;
}

.no-touch .faq-grid .grid-item.type-01 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-02 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-04 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .answer {
  color: #DC7E29;
  background-image: url("../../../graphics/icons/new/arrow.svg");
}

.no-touch .faq-grid .grid-item.type-01 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-02 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-04 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content {
  bottom: 110px;
}

.no-touch .faq-grid .grid-item.type-01 .grid-wrap > a:hover .paras,
.no-touch .faq-grid .grid-item.type-02 .grid-wrap > a:hover .paras,
.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .paras,
.no-touch .faq-grid .grid-item.type-04 .grid-wrap > a:hover .paras,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .paras,
.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .paras {
  opacity: 1;
}

.no-touch .faq-grid .grid-item.type-01.fiftypercent .grid-wrap > a:hover .moving-content h5 {
  color: #DC7E29;
}

.no-touch .faq-grid .grid-item.type-02 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-04 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content {
  opacity: 0;
}

.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .figure,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .figure {
  background-color: #DC7E29;
}

.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .moving-content,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .moving-content {
  opacity: 1;
}

.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .moving-content h5,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .moving-content h5 {
  color: #fff;
}

.no-touch .faq-grid .grid-item.type-03 .grid-wrap > a:hover .answer,
.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .answer {
  background-color: #fff;
  background: url("../../../graphics/icons/new/arrow-white.svg") no-repeat center right transparent;
  color: #ffffff;
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .figure {
  background-size: 65px;
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content {
  opacity: 1;
  overflow: hidden;
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content h5 {
  width: 100%;
  color: #DC7E29;
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content .zoomimagediv:before {
  /*position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    -webkit-transition: all 100ms ease;
                    -moz-transition: all 100ms ease;
                    -ms-transition: all 100ms ease;
                    -o-transition: all 100ms ease;
                    transition: all 100ms ease;
                    background-image:-owg-linear-gradient(135deg, #ffffff, transparent);
                    background-image:-webkit-linear-gradient(135deg, #ffffff, transparent);
                    background-image:-moz-linear-gradient(135deg, #ffffff, transparent);
                    background-image:-o-linear-gradient(135deg, #ffffff, transparent);
                    background-image:linear-gradient(135deg, #ffffff, transparent);*/
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .moving-content .zoomimagediv img.zoomimage {
  width: 65px;
  border: 4px solid #DC7E29;
}

.no-touch .faq-grid .grid-item.type-06 .grid-wrap > a:hover .answer {
  background-color: #fff;
  background: url("../../../graphics/icons/new/arrow-green.svg") no-repeat center left 80px transparent;
  fill: #817a1d;
  color: #817a1d;
}

.no-touch .faq-grid .grid-item.type-06.fiftypercent .grid-wrap > a:hover .figure {
  background-size: 100px;
}

.no-touch .faq-grid .grid-item.type-06.fiftypercent .grid-wrap > a:hover .moving-content h5 {
  width: 358px;
}

.no-touch .faq-grid .grid-item.type-06.fiftypercent .grid-wrap > a:hover .moving-content img.zoomimage {
  width: 100px;
}

.no-touch .faq-grid .grid-item.type-06.fiftypercent .grid-wrap > a .moving-content h5 {
  margin-bottom: 50px;
}

.no-touch .faq-grid .grid-item.type-06.fiftypercent .grid-wrap > a .answer {
  padding: 0 50px 0 5%;
}

.no-touch .faq-grid .grid-item.type-05 .grid-wrap > a:hover .figure:before {
  opacity: 0.9;
}

.no-touch .faq-grid .grid-item.type-01 .grid-wrap > a:hover:before {
  bottom: 110px;
}

/*
 * media queries
 */
@media screen and (max-width: 950px) {
  .faq-grid .grid-item.type-03 .grid-wrap > a .moving-content h5 {
    font-size: 25px;
  }
}
@media screen and (max-width: 850px) {
  .faq-grid .gutter-sizer,
  .faq-grid .grid-item {
    width: 33.33%;
  }
  .faq-grid .gutter-sizer.type-content,
  .faq-grid .grid-item.type-content {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .faq-grid .gutter-sizer,
  .faq-grid .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .faq-grid .gutter-sizer,
  .faq-grid .grid-item {
    width: 100%;
  }
  .faq-grid .gutter-sizer.type-content .grid-wrap .faq_ans_img,
  .faq-grid .grid-item.type-content .grid-wrap .faq_ans_img {
    width: 50%;
  }
  .faq-grid .gutter-sizer.type-content .grid-wrap .faq_ans_img img,
  .faq-grid .grid-item.type-content .grid-wrap .faq_ans_img img {
    width: 100%;
  }
  .faq-grid .gutter-sizer.type-content .grid-wrap .faq_ans_text,
  .faq-grid .grid-item.type-content .grid-wrap .faq_ans_text {
    padding-bottom: 30px;
  }
  .faq-grid .grid-item.fiftypercent {
    width: 100%;
  }
  .faq-grid .grid-item.fiftypercent .type-06 .grid-wrap > a .figure {
    background-size: 125px;
  }
  .faq-grid .grid-item.type-04 .ans {
    font-size: 13px;
  }
  .faq-grid .grid-item.type-06 .grid-wrap > a .answer {
    padding: 0 35px 0 8%;
    background: url("../../../graphics/icons/new/arrow.png") no-repeat center right transparent;
  }
}
