#customPageTitle {
  border-bottom: none;
  text-align: center;
  margin-top: 40px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 7px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 45px;
}
.customPageCenteredContent {
  padding-bottom: 45px;
}

.programmerContact,
.brandContact {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #245472;
  cursor: pointer;
  width: fit-content;
}

.programmerContact {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #245472;
}

.programmerContact:hover,
.brandContact:hover {
  text-decoration: underline;
}

.contactInput {
  background-color: #efefef;
  border-radius: 0px;
  border: none;
  color: #000000;
  font-size: 14px;
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 0;
}
.formType {
  display: inline-block;
  min-width: 160px;
  width: 20%;
  height: 50px;
  color: #fff;
  background-color:  var(--principal1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 50px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 0;
  cursor: pointer;
  border: solid 1px #efefef;
  font-size: 18px;
  transition: all 0.2s ease-out;
}

.selectedType {
  color: white;
  border-radius: 0px;
  background: #000000;
  border: solid 1px #000000;
}

.formType:hover {
  background-color:  var(--principal2);
  border: solid 1px  var(--principal2);
}

.contactInput::placeholder {
  color: #c7c7c7;
}
.contactTextarea {
  height: 139px;
  padding-top: 5px;
}
.rightColumn {
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  height: 200px;
  margin-top: 0px;
}
.sendContact {
  text-align: center;
  background-color:  var(--principal1);
  border: 1px solid  var(--principal1);
  color: white;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: lowercase;
  width: 196px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px;
  border-radius: 0px;
}
.sendContact:hover {
  background-color:  var(--principal2);
  border-color:  var(--principal2);
}

.customPageSubtitle {
  color: #757575;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top: 0px;
  float: left;
  width: 34%;
  top: 25px;
  height: 402px;
  padding-top: 40px;
  font-size: 15px;
}
.customPageText {
  color: #000000;
  border-radius: 2px;
  margin-top: 0px;
  float: left;
  width: 90%;
  top: 0px;
  line-height: 18px;
  margin-left: 5%;
  padding-top: 0px;
  font-size: 14px !important;
  text-align: left;
}
.customPageText span {
  color: #000000;
  border-radius: 2px;
  margin-top: 0px;
  float: left;
  width: 90%;
  top: 0px;
  margin-left: 5%;
  padding-top: 0px;
  letter-spacing: 0px;
  font-size: 14px !important;
  text-align: left;
}
ol {
  padding-left: 0px;
}
.customPageText li {
  margin-left: 8% !important;
}
.contactDiv {
  background-color: white;
  width: 87%;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 5px;
}
.selectArrow {
  position: absolute;
  float: right;
  height: 40px;
  right: 23px;
  pointer-events: none;
}
.selectDiv {
  display: none;
  position: relative;
  width: 100%;
  height: 70px;
  border-bottom: solid 1px #dddddd;
  margin: 0 auto;
  margin-bottom: 20px;
}
select.contactInput {
  cursor: pointer;
  width: 95%;
}
.responseDiv {
  background: #ffffff;
  overflow: hidden;
  min-height: 50px;
  height: 0;
  -moz-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.questionContainer p {
  width: calc(100% - 30px);
  font-weight: 600;
  margin-left: 31px;
  margin-top: 34px;
  font-size: 15px;
}
.blueArrow {
  position: relative;
  float: right;
  top: -15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  height: 6px;
}
.inline {
  display: inline-block !important;
  width: fit-content !important;
  margin-right: 10px !important;
}
#productsCustomDiv {
  margin-bottom: 100px;
}
.contactTitle {
  display: block;
  position: relative;
  color: #000000;
  margin-left: 15px;
  margin-top: 20px;
  width: 90%;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
}
.customPageCenteredContent p {
  margin-left: 0;
  margin-right: 31px;
  width: 100%;
  line-height: unset !important;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #3e3e3e;
}
.customPageCenteredContent p br {
  display: none;
}
.customPageImage {
  position: relative;
  top: 25px;
  float: left;
  margin-bottom: 80px;
  max-width: 700px;
  margin-right: 0px;
}
.questionContainer.open .blueArrow {
  /* right: 4px; */
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.customPageCaption {
  position: relative;
  text-align: center;
  width: 49%;
  margin: 0 auto;
  font-size: 12px;
  color: black;
  margin-bottom: 1%;
  background-color: white;
  float: left;
  margin-left: 1%;
  height: 546px;
  font-family: RFDewi;
  padding-top: 5px;
  padding-bottom: 10px;
}
.customPageCaption p {
  width: 90%;
  margin: 0px auto;
  margin-top: 14px;
  color: #848484;
  line-height: 14px;
}

strong {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
}

.questionContainer {
  max-height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #9c9c9c;
  -moz-transition: top 0.5s ease-out;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.questionContainer.open {
  max-height: none;
}
.questionContainer.open .responseDiv {
  padding: 10px;
  padding-right: 31px;
  margin-top: 0px;
  height: auto;
}
.questionContainer.open .responseDiv p {
  margin-top: 0px;
  margin-bottom: 11px;
  font-weight: 100;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
}
.questionContainer.open .downArrow {
  transform: rotate(180deg);
}
.customSelectItem:hover {
  font-weight: bold;
}
.questionContainer strong {
  font-weight: normal;
}
#customSelect {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.responseDiv p {
  width: calc(100% - 30px);
  font-size: 14px;
}
.downArrow {
  position: relative;
  float: right;
  top: -15px;
  width: 20px;
}
.formType.selectedType {
  background: #000000;
  border-radius: 0px;
  border: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .contact_message {
    position: relative;
    width: 79% !important;
    right: 0px;
  }
  .contactInput {
    width: 85%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contactTitle {
    margin-top: 10px;
  }

  #customPageTitle {
    line-height: 18px;
    margin-top: 20px;
    font-size: 16px;
    height: auto;
  }
  .customPageImage {
    width: 96%;
    bottom: 0px;
    top: auto;
    margin-left: 2%;
    margin-bottom: 0px;
  }

  #productsCustomDiv {
    width: 90%;
    margin: 0 auto;
  }
  .questionContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
  }
  .customPageCenteredContent p {
    font-size: 14px;
  }
  .customPageSubtitle {
    height: 82px;
    width: 96%;
    margin-left: 2%;
    margin-top: 0px;
    top: 0px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
  }
  .contactDiv {
    margin-bottom: 64px;
    width: calc(90% - 40px);
  }
  .customPageCenteredContent {
    margin-bottom: 0px;
    width: 100% !important;
  }
  select.contactInput {
    width: 92%;
  }
  .programmerContact,
  .brandContact {
    font-size: 12px;
  }
  .customPageCaption {
    width: 92%;
    margin-left: 4%;
    height: auto;
    padding-bottom: 15px;
  }
  .customPageSubtitle p {
    width: 100%;
    margin-left: 0px;
  }
  .customPageText p {
    margin-left: 0% !important;
    width: 100%;
  }
  .customPageText li {
    margin-left: 0% !important;
    width: 100%;
  }
  .inline {
    display: block !important;
    width: 90% !important;
    margin-right: 0 !important;
  }
  .selectDiv {
    display: none;
    width: 100%;
  }
  .selectArrow {
    right: 15px;
  }
  .rightColumn {
    height: fit-content;
    display: block;
    width: 100%;
  }
  .formType {
    width: 33%;
    margin: 3px;
    min-width: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
  }
  .responseDiv {
    min-height: 0;
  }
  .customPageCenteredContent p {
    font-size: 14px;
  }
  .questionContainer.open .responseDiv p {
    margin-top: 5px;
  }
}
