.box,
.navigateTo li {
  vertical-align: middle;
}
section {
  padding-top: 20px;
}
.navigateTo {
  margin-top: 50px;
}
.navigateTo li {
  font-family: Archive;
  font-size: 12px;
  color: #1e1e1e;
  margin-right: 10px;
  display: table-cell;
}
.box,
.rightBoxA li {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.navigateTo hr {
  border-color: #1e1e1e;
}
.contentBox {
}
.leftBoxA {
  max-width: 920px;
  margin: 0 auto;
  width: 90%;
}
.contentBox h1 {
  font-family: Gilroy-Bold;
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 20px;
  width: 100%;
}
.contentBox p {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}
#contact_form {
    margin: 0px 0px 40px;
}

.leftBoxA input {
  background-color: transparent;
  border: 0;
  padding: 5px 0;
  margin: 5px 0;
  font-size: 20px;
  border-bottom: 1px solid #1e1e1e;
  width: 80%;
}
.leftBoxA select {
  font-size: 20px;
  margin: 5px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1e1e1e;
  padding: 0.5em 2.5em 0.5em 1em;
  background-image: linear-gradient(45deg, transparent 50%, #ff003c 50%),
    linear-gradient(135deg, #ff003c 50%, transparent 50%),
    linear-gradient(to right, #ff003c, #ff003c);
  background-position: calc(100% - 20px) calc(1em + 1px),
    calc(100% - 15px) calc(1em + 1px), calc(100% - 2.5em) 0.3em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.leftBoxA textarea {
  width: 100%;
  height: 200px;
  font-size: 20px;
  color: #1e1e1e;
}
.inputElement {
  float: left;
  width: 49%;
  height: 80px;
}
.inputElement ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submitButton {
  margin: 10px 0 !important;
  padding: 12px 0 !important;
  font-size: 28px !important;
  font-family: GothamRounded-Medium;
  width: 200px !important;
  border: none !important;
  background-color: #ff003c !important;
  color: #fff;
  border-radius: 50px;
}
.rightBoxA {
  width: 100%;
  font-weight: 100;
}
.officeHeading {
  text-align: center;
  font-family: Archive;
  font-weight: 100;
  color: #ff003c;
  font-size: 32px;
  width: 80%;
  margin: 20px auto 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
}
.rightBoxA li a,
.rightBoxA li h1,
.rightBoxA li h4 span {
  font-family: "Gotham Medium";
}
.rightBoxA hr {
  width: 80%;
}
.rightBoxA ul {
  list-style: none;
  text-align: center;
}
.rightBoxA li {
  margin: 0px;
  text-align: left;
  padding: 0;
}
.rightBoxA li .linkFull,
.rightBoxA li a {
  text-align: left;
}
.box {
  width: 320px;
  height: 300px;
}
.rightBoxA li h1 {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 22px;
  height: 35px;
  margin: 30px 0px 0px;
}
.rightBoxA li h3 {
  font-size: 18px;
  color: #4d4d4d;
}
.rightBoxA li h4 {
  font-size: 16px;
  color: #4d4d4d;
}
.rightBoxA li h4 span {
  color: #1e1e1e;
}
.rightBoxA li a {
  font-size: 18px;
  color: #ff003c;
  width: 100%;
}
.rightBoxA li hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #ff003c;
  margin: 0px;
}

.sectionH3 {
    margin-top: 30px;
    border-top: #d32d3e 3px solid;
    line-height: 0.1px;
    text-align: left;
    padding-left: 20px;
    font-family: Gilroy-Bold;
    font-size: 20px;
    color: #444;
  }
  .sectionH3 span {
    background-color: #fff;
    padding: 0px 5px;
  }

  .networkContainer {
      margin: 40px 0px;
      padding: 0px;
  }

  .networkContainer .left {
      width: 100%;
      height: 450px;
      float: left;
      border: 1px solid #aaa;
  }

  .networkContainer .left ul {
      list-style: none;
      height: 80%;
      overflow-y: scroll;
  }
  .networkContainer .left ul li {
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.networkContainer .left ul li:hover {
    background-color: #ddd;
}

  .networkContainer .left h4 {
    color: #d32d3e;
    font-family: Gilroy-Bold;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 5px;
  }
  .networkContainer .left p {
    color: #1e1e1e;
    margin: 0px;
    font-size: 15px;
}

  #totalCount {
    margin-top: 0px;
    border-bottom: 1.5px solid black;
    padding: 20px;
  }

  .networkContainer .right {
    width: 100%;
    height: 400px;
    float: right;
    border: 1px solid #aaa;
  }

  @media only screen and (min-width: 1080px) {
    .officeHeading {
      display: none;
    }
    .rightBoxA {
      float: left;
      width: 38%;
    }
    .rightBoxA li {
      margin-left: 20px;
    }

    .networkContainer {
        height: 600px;
    }
    .networkContainer .left {
        width: 35%;
        height: 100%;
    }
    .networkContainer .right {
        width: 65%;
        height: 100%;
      }
  }