#voi-integration #Accordion .panel-heading a.collapsed > h3 > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#voi-integration #Accordion .panel-heading * {
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#voi-integration a:focus,
#voi-integration a:hover {
  color: #fff;
  text-decoration: none;
}

#voi-integration .panel {
  margin-bottom: 0;
  border: 0;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

#voi-integration .panel-default > .panel-heading {
  color: #fff;
  background-color: #2a88b9;
}

#voi-integration .panel-heading h3 {
  font-weight: bold;
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#voi-integration .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

#voi-integration .panel-body {
  background-color: #2d96cd;
  -moz-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

#voi-integration .panel-body > div {
  align-items: center;
}

#voi-integration .flex {
  display: flex;
}

#voi-integration .flex-1 {
  position: relative;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

#voi-integration .flex-wrap {
  flex-wrap: wrap;
}

#voi-integration .flex-left {
  position: relative;
  width: 40%;
}

#voi-integration .flex-right {
  width: 60%;
}

#voi-integration .form-group {
  width: 49%;
  margin-right: 1%;
}

#voi-integration .form-group.comments,
#voi-integration .form-group.submitBtn {
  width: 100%;
}

#voi-integration .circle-shadow::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 260px;
  width: 225px;
  height: 225px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease;
}

#voi-integration .circle-shadow:hover::before {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.15);
}

#voi-integration .circle-shadow img {
  position: relative;
  max-height: 200px;
}

#voi-integration .circle-content {
  position: relative;
}

#voi-integration .circle-content .v-detail {
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.7);
}

#cuSubmit {
  font-weight: bold !important;
}

.see-all-cta span {
  font-weight: bold;
}

#VOI1 .disclaimerPrivacy {
  color: #1c394f;
  text-decoration: underline;
}

/* media query */
@media (max-width: 1199px) and (min-width: 992px) {
  #voi-integration .circle-shadow::before {
    left: 95px;
  }
}
@media (max-width: 992px) {
  #voi-integration {
    display: none;
  }
}
/*  For VOI Integration 2 */
#voi-integration2 #Accordion .panel-heading a.collapsed > h3 > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#voi-integration2 #Accordion .panel-heading * {
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#voi-integration2 a:focus,
#voi-integration2 a:hover {
  color: #fff;
  text-decoration: none;
}

#voi-integration2 .panel {
  margin-bottom: 0;
  border: 0;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

#voi-integration2 .panel-default > .panel-heading {
  color: #fff;
  background-color: #2a88b9;
}

#voi-integration2 .panel-heading h3 {
  font-weight: bold;
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#voi-integration2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

#voi-integration2 .panel-body {
  background-color: #2d96cd;
  -moz-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

#voi-integration2 .panel-body > div {
  align-items: center;
}

#voi-integration2 .flex {
  display: flex;
}

#voi-integration2 .flex-1 {
  position: relative;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

#voi-integration2 .flex-wrap {
  flex-wrap: wrap;
}

#voi-integration2 .flex-left {
  position: relative;
  width: 40%;
}

#voi-integration2 .flex-right {
  width: 60%;
}

#voi-integration2 .form-group {
  width: 49%;
  margin-right: 1%;
}

#voi-integration2 .form-group.comments,
#voi-integration .form-group.submitBtn {
  width: 100%;
}

#voi-integration2 .circle-shadow::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 325px;
  width: 225px;
  height: 225px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease;
}

#voi-integration2 .circle-shadow:hover::before {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.15);
}

#voi-integration2 .circle-shadow img {
  position: relative;
  max-height: 200px;
}

#voi-integration2 .circle-content {
  position: relative;
}

#voi-integration2 .circle-content .v-detail {
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.7);
}

/*This is for VOI2*/
@media (max-width: 1199px) and (min-width: 992px) {
  #voi-integration2 .circle-shadow::before {
    left: 130px;
  }
}
@media (max-width: 992px) {
  #voi-integration2 {
    display: none;
  }
}
/*  VOI Integration 3 */
#voi-integration3 #Accordion .panel-heading a.collapsed > h3 > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#voi-integration3 #Accordion .panel-heading * {
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

#voi-integration3 a:focus,
#voi-integration3 a:hover {
  color: #fff;
  text-decoration: none;
}

#voi-integration3 .panel {
  margin-bottom: 0;
  border: 0;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

#voi-integration3 .panel-default > .panel-heading {
  color: #fff;
  background-color: #2a88b9;
}

#voi-integration3 .panel-heading h3 {
  font-weight: bold;
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

#voi-integration3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

#voi-integration3 .panel-body {
  background-color: #2d96cd;
  -moz-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}

#voi-integration3 .panel-body > div {
  align-items: center;
}

#voi-integration3 .flex {
  display: flex;
}

#voi-integration3 .flex-1 {
  position: relative;
  flex: 1;
  margin-left: 2%;
  margin-right: 2%;
}

#voi-integration3 .flex-wrap {
  flex-wrap: wrap;
}

#voi-integration3 .flex-left {
  position: relative;
  width: 40%;
}

#voi-integration3.flex-right {
  width: 60%;
}

#voi-integration3 .form-group {
  width: 49%;
  margin-right: 1%;
}

#voi-integration3 .form-group.comments,
#voi-integration .form-group.submitBtn {
  width: 100%;
}

/* This will be for VOI3 */
#voi-integration3 .circle-shadow::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 170px;
  width: 225px;
  height: 225px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease;
}

#voi-integration3 .circle-shadow:hover::before {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.15);
}

#voi-integration3 .circle-shadow img {
  position: relative;
  max-height: 200px;
}

#voi-integration3 .circle-content {
  position: relative;
}

#voi-integration3 .circle-content .v-detail {
  -moz-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.7);
}

/* media query */
@media (max-width: 1199px) and (min-width: 992px) {
  #voi-integration3 .circle-shadow::before {
    left: 45px;
  }
}
@media (max-width: 992px) {
  #voi-integration3 {
    display: none;
  }
}

/*# sourceMappingURL=ford-vehicles-of-interest.css.map */
