﻿h3 {
  border: 0px;
}

@media (min-width: 600px) {

  .container {
    margin: 70px auto;
  }
}

@media (max-width: 600px) {

  #inner-page-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.container {
  color: #4B4B4B;
  padding: 0 1.25rem;
}

.container section {
  margin-bottom: 90px;
}

.container section h1 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  font-size: 25px;
  line-height: 1.5;
}

span {
  letter-spacing: 0px;
}


/* Styles for Accordion */
.toggle {
  display: flex;
  flex-direction: column;
}

.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px;
}

.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
}

.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}

.toggle .toggle-inner div {
  max-width: 100%;
}

.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
  font-family: 'Karla-Regular';
  letter-spacing: .5px;
}

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

.toggle .toggle-title i {
  position: absolute;
  background: url("/img/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}

.toggle .toggle-title.active i {
  background: url("/img/plus_minus.png") 0px 0px no-repeat;
}

@media only screen and (max-width: 841px) {
  .container {
    width: 100% !important;
  }
}

.expandall {
  margin-bottom: 45px;
  margin-left: 20px;
  margin-top: -20px;
}

article.faq-container section p {
  text-align: left !important;
  letter-spacing: unset !important;
}

article.faq-container section h4 {
  font-size: 16px;
  margin: 20px;
  margin-left: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
