﻿.content .gm-static-body {
  padding: 2% 0 5% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.faq-widget-wrap {
  max-width: 1140px;
  margin: 30px auto 50px;
  background-color: #f7f5f5;
  padding: 20px;
}

.faq-section-wrap h3,
.contact-form-wrap h3 {
  display: none;
}

.contact-form-wrap {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.faq-widget-wrap h2{
  font-size: 34px;
  color: #2d5ecd;
  margin-bottom: 10px;
  text-align: left;
}

.faq-section-wrap .faq-widget-wrap h3{
  display: block;
  font-size: 22px;
  font-family: 'AvenirLTStd-Roman';
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.faq-widget-wrap p{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: left;
}

.faq-widget-wrap .faq-item-wrap {
  width: 100%;
  border: 2px solid #dbdbdb;
  padding: 20px 25px 15px;
  margin-bottom: 25px;
  border-radius: 15px;
  overflow: visible;
  color: #313131;
}

.more-info-wrap {
  background-color: #2d5ecd;
  color: #ffffff;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 30px;
}

.more-info-wrap h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

.more-info-wrap p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1.5rem;
}

.faq-section-wrap .more-info-wrap a {
  background-color: #ed171f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
}
.faq-section-wrap .more-info-wrap a:hover{
  background-color: #9e0006;
}

.item-container {
  display: grid;
  grid-template-areas: 'button button button icon' 
                       'description description description icon';
  grid-gap: 10px;
}

.item1 {
  grid-area: button;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  font-family: 'AvenirLTStd-Heavy';
}

.item2 {
  grid-area: description;
}

.item2 .card {
  background-color: transparent;
}

.item2 .card-body {
  padding: 1.25rem 0;
  border: 0;
}

.item2 .card-body a{
  align-self: flex-start;
  margin-top: 15px;
}

.item3 > span {
  width: 30px;
  height: 30px;
  margin-right: -20px;
  cursor: pointer;
}

.item3 > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item2.collapse + .item3 .minus-red {
  display: none;
}

.item2.collapse.show + .item3 .minus-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item2.collapsing + .item3 .minus-red {
  display: none;
}

.item2.collapsing + .item3 > span {
  margin-right: -20px;
}

.item2.collapse.show + .item3 .plus-red {
  display: none;
}

.item3 {
  grid-area: icon;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -22px;
  color: #e03a3e;
  font-size: 24px;
}

.widget-toggle-btn{
  background: #2d5ecd url('../../images/minus-white.svg') no-repeat 95%;
  background-size: 20px;
  color: #fff;
  border: 1px solid #ecedf1;
  padding: 15px 20px;
  width: 98%;
  margin: 5px auto;
  font-weight: bold;
  font-size: 16px;
}

.widget-toggle-btn.collapsed{
  background: #f7f5f5 url('../../images/plus-blue.svg') no-repeat 95%;
  background-size: 20px;
  color: #313131;
  border: 0;
  padding: 15px 20px;
  width: 98%;
  margin: 5px auto;
  font-weight: bold;
  font-size: 16px;
}

.contact-us-form{
  margin-top: 0;
}

.contact-form-wrap .contact-us-form select,
.contact-form-wrap .contact-us-form input[type="text"],
.contact-form-wrap .contact-us-form input[type="tel"],
.contact-form-wrap .contact-us-form textarea {
  width: calc(100% - 20px);
}

.contact-form-wrap .contact-office{
  border-top: 0 !important;
  padding-top: 0;
  margin-top: 0;
}

.contact-office h4{
  font-size: 24px;
  margin-bottom: 20px;
  color: #2d5ecd;
  background-image: none;
  padding-left: 0;
}

.contact-office .contact-address,
.contact-office .contact-us-info{
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  text-align: left;
}

.contact-office .contact-address h5{
  background: url('../../images/gps.svg') no-repeat left top;
  padding-left: 40px;
  background-size: 20px 20px;
}

.contact-office .contact-us-info p{
  margin-bottom: 20px;
}
.contact-office .contact-us-info h5{
  background: url('../../images/telephone.svg') no-repeat left top;
  padding-left: 40px;
  background-size: 20px 20px;
}
.contact-office .find-a-dealer{
  text-align: center;
}
.contact-office .find-a-dealer a{
  background-color: #ed171f;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 5px;
  display: block;
}
.contact-office .find-a-dealer a:hover{
  background-color: #9e0006;
}

.gm-static-body *, ::after, ::before {
  box-sizing: border-box;
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.btn.focus,
a.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.text-left {
  text-align: left !important;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.d-block {
    display: block!important
}

@media screen and (max-width: 1024px){
  .contact-form-wrap .contact-office .sfContentBlock{
    width: 100% !important;
  }
  .contact-office .contact-address h5 a{
    display: inherit;
  }
}

@media screen and (min-width:768px){
  #faqSM{
    display: none;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faq-widget-wrap {
    padding: 50px;
  }
  .d-sm-none {
      display: none!important
  }
}

@media screen and (max-width: 767px){
  #faqLG{
    display: none;
  }
}

@media screen and (max-width: 640px){
  .sf_2cols_2_50 .sf_2cols_2in_50{
    margin-left: 0;
  }
}

@media screen and (max-width: 480px){
  .contact-form-wrap .contact-us-form input[type="text"],
  .contact-form-wrap .contact-us-form input[type="tel"],
  .contact-form-wrap .contact-us-form textarea,
  .contact-form-wrap .contact-us-form select{
    width: 100%;
  }
}