.top-banner-img {
  position: relative;
  z-index: -1;
}

.top-banner-img img {
  width: 100%;
}

.top-banner-txt {
  text-align: center;
  padding: 30px 0px;
  position: absolute;
/*  margin-top: -12.5%;*/
  width: 100%;
  top: 69%;
}

.top-banner-txt p {
  font-size: 14px;
  color: #414042;
  margin: 0px;
  line-height: 25px;
}

.top-body-container {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ccc;
}

.top-body-green p {
  color: #32A080;
  margin: 0px;
}

.top-body-link p{
  color: #DF5A67;
  margin: 0px;
}

.top-body-blue p {
  color: #3F81B4;
  margin: 0px;
}

.top-med-link{
  text-decoration: none;
  font-size: 15px;
  padding: 15px 55px;
  color: white;
  display: block;
  width: 110px;
  margin: 32px auto 0px auto;
}

.top-nursing-link {
  text-decoration: none;
  font-size: 15px;
  padding: 15px 55px;
  color: white;
  display: block;
  width: 110px;
  margin: 32px auto 0px auto;
}

.top-link{
  text-decoration: none;
  font-size: 15px;
  padding: 15px 55px;
  color: white;
  display: block;
  width: 110px;
  margin: 32px auto 0px auto;
}

.top-body-green a {
  background-color: #32A080;
}

.top-body-link a{
  background-color: #DF5A67;
}
.top-body-blue a {
  background-color: #3F81B4;
}

.top-body-green p:nth-of-type(1), .top-body-blue p:nth-of-type(1), .top-body-link p:nth-of-type(1) {
  font-size: 44px;
  margin: 20px 0px 30px 0px;
}

.top-body-green, .top-body-blue, .top-body-link {
  text-align: center;
  padding: 0px 2%;
  width: 33%;
}

.top-body-sub {
/*  border-top: 1px solid #CCCCCC;*/
  margin: 0 auto;
  padding: 40px 20px 50px 20px;
  max-width: 980px;
}

.top-body-sub-scroll {
  width: 68%;
  height: 175px;
  overflow-y: auto;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 10px;
}

.top-body-sub h2 {
  font-weight: bold;
  font-size: 24px;
}

.top-body-sub h2, .top-body-sub-scroll p {
  margin: 0px;
}

.top-body-sub-scroll p:nth-of-type(1) {
  font-size: 12px;
}

.top-body-sub-scroll p:nth-of-type(2) {
  color: #3F81B4;
}

.top-body-sub-scroll p:nth-of-type(2), .top-body-sub-scroll span {
  font-size: 14px;
}

.top-body-sub-scroll span {
  padding: 3px 7px;
  color: #fff;
  background-color: #3F81B4;
  width: 42px;
  text-align: center;
}

#span-active {
  background-color: #32A080;
}

#span-active-red {
  background-color: #DE5966;
}

.top-body-sub-scroll p, .top-body-sub-scroll span {
  display: inline-block;
  margin-left: 16px;
}

.top-body-sub-scroll div.post-group div.clearfix {
    padding: 10px 0px;
    border-bottom: 1px dotted black;
    margin: 0px 20px;
}

.top-body-sub-scroll div.post-group:last-child div.clearfix:last-child {
     border-bottom: 0px;
}

.top-body-sub-scroll, .top-body-sub-img {
  display: inline-block;
}

.top-body-sub-img {
  width: 28%;
  vertical-align: top;
  text-align: center;
  margin-top: -18px;
}

.top-body-sub-img div {
/*  display: table;*/
/*  margin: 0 auto;*/
  float: left;
  margin-left: 6%;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.top-body-sub-img img {
  display: block;
  width: 100%;
}

.top-body-sub-img p:nth-of-type(1) {
  font-size: 17px;
  color: #DF5A67;
  font-weight: bold;
  margin: 0px;
  padding: 9px 5px 9px 5px;
  border-bottom: 1px solid #DF5A67;
  display: inline-block;
}

.top-body-sub-img p:last-child {
  font-size: 18px;
  color: #DF5A67;
  margin: 0px;
  padding: 10px 0px 8px 0px;
}

.top-body-sub-img a {
  text-decoration: none;
}

.top-body {
  display: flex;
  margin: 0 auto;
  padding: 0px 20px;
  max-width: 1000px;
  justify-content: center;
}

.top-med, .top-nursing {
  background-color: transparent !important;
  text-decoration: none;
}

.top-med, .top-nursing {
  display: block;
  pointer-events: none;
}
.top-med_p{
  font-size: 1.178vw;
}

@media all and (min-width: 1200px){
  .top-med_p{
    font-size: 13px;
  }
}

/*-- mobile view --*/
@media all and (min-width: 769px) and (max-width: 1300px) {
  .top-body-sub {
    padding: 40px 50px 50px 50px;
  }

  .top-body-sub-scroll p:nth-of-type(2), .top-body-sub-scroll span {
    font-size: 12px;
  }
}

@media all and (min-width: 769px) and (max-width: 1010px) {
  .top-body-sub {
    padding: 40px 20px 50px 20px;
  }

  .top-body-sub-scroll p, .top-body-sub-scroll span {
    font-size: 10px;
  }
}

@media all and (min-width: 769px) and (max-width: 1055px) {
  .top-banner-txt {
/*    margin-top: -13.5%;*/
    top: 65%;
  }

  .top-banner-txt p {
    font-size: 11px;
  }

  .top-body-container {
    margin-top: -30px;
  }
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .top-banner-txt {
    position: relative;
    margin-top: -3%;
    width: 100%;
    background-color: #EBE4D2;
    z-index: -1;
  }

  .top-banner-txt p {
    padding: 0px 20px;
  }

  .top-body-container {
    margin-top: 0px;
  }

  .green-arrow, .blue-arrow {
    position: absolute;
/*    margin-top: -165px;*/
    right: 0px;
    top: 100px;
    background-color: transparent !important;
    padding: 0px !important;
    width: auto !important;
  }

  .green-arrow img, .blue-arrow img {
    width: auto !important;
  }

  .top-med_p{
    font-size: 15px;
  }
  .top-med_p br{
    display: none;
  }

  .top-body-green, .top-body-blue, .top-body-link {
    text-align: left;
    display: block;
    padding: 15px 30px;
    position: relative;
  }

  .top-body-green:hover, .top-body-blue:hover, .top-body-link:hover {
    cursor: pointer;
  }

  .top-body-green p, .top-body-blue p, .top-body-link p {
    padding-right: 35px;
  }

  .top-body-green p:nth-of-type(1), .top-body-blue p:nth-of-type(1), .top-body-link p:nth-of-type(1) {
    margin: 0px;
    vertical-align: top;
    margin-top: 35px;
    margin-left: 15px;
  }

  .top-body-green p:nth-of-type(2), .top-body-blue p:nth-of-type(2),
  .top-body-link p:nth-of-type(2) {
    margin-top: 15px;
  }

  .top-body-green p:nth-of-type(2) {
    padding-bottom: 30px;
    border-bottom: 1px solid #939598;
  }
  .top-body-link p:nth-of-type(2){
    padding-bottom: 30px;
    border-bottom: 1px solid #939598;
  }

  .top-body-green img, .top-body-green p:nth-of-type(1) {
    display: inline-block;
  }

  .top-body-link img, .top-body-link p:nth-of-type(1){
    display: inline-block;
  }

  .top-body-blue img, .top-body-blue p:nth-of-type(1) {
    display: inline-block;
  }

  .top-body-sub {
    padding: 20px;
  }

  .top-body-sub-scroll {
    width: 100%;
    height: auto;
/*    overflow-y: auto;*/
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
  }

  .top-body-sub-scroll div p:last-child {
    display: block;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .top-body-sub-img {
    width: 100%;
    margin-top: 0px;
  }

  .top-body-sub-img div {
    display: table;
    margin: 0 auto;
    float: none;
  }

  .more-info {
    padding: 15px 55px;
    border: 3px solid #DF5A67;
    display: table;
    margin: 18px auto 40px auto;
  }

  .more-info a {
    text-decoration: none;
    color: #DF5A67;
    font-size: 12px;
  }

  .top-body {
    display: block;
    margin: 0px;
  }

  .top-body-green, .top-body-blue, .top-body-link {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }

  .top-med, .top-nursing {
    pointer-events: all;
  }
}

@media all and (min-width: 320px) and (max-width: 375px) {
  .top-body-green p:nth-of-type(1), .top-body-blue p:nth-of-type(1),
  .top-body-link p:nth-of-type(1) {
    margin-top: 15px;
  }

  .top-body-green img, .top-body-blue img, .top-body-link img {
    width: 30%;
  }
}
