h1 {
    margin-bottom: 10px;
}
.ambassadorLeft {
    width: 49%;
    float: left;
}
.ambassadorRight {
    width: 49%;
    float: right;
}
.ambassadorDivider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0;
}
.amabassadorItem {
    margin-bottom: 10px;
}
.amabassadorItem .itemLeft {
    width: 150px;
    text-align: center;
}
.amabassadorItem .itemRight {
    width: calc(100% - 170px);
    text-align: left;
    padding: 20px;
    background-color: #f7f7f7;
}
#educatorContainer {
    width: 100%;
    padding: 30px 0;
    border-top: 2px solid #e5e5e5;
    position: relative;
}
.ambassadorTitle {
    position: absolute;
    top: -15px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 0 10px;
}
#educatorContainer .ambassadorTitle {
    width: 240px;
    left: calc(50% - 120px);
}
#locatorResults {
    width: 100%;
    border-top: 2px solid #e5e5e5;
    position: relative;
}
#locatorResults .ambassadorTitle {
    width: 200px;
    left: calc(50% - 100px);
}
#educatorContainer .itemLeft {
    width: 30%;
}
#educatorContainer .itemRight {
    width: 70%;
}
input[type=submit] {
    background-color: #7d81a5;
    color: #ffffff;
}
.itemSocial a {
    font-size: 16px;
    margin-left: 15px;
}
.stateTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 740px) {
    .amabassadorItem .itemLeft, .amabassadorItem .itemRight { width: 100%; }
    #educatorContainer .itemLeft, #educatorContainer .itemRight { width: 100%; }
    .select-search_state { font-size: 14px; }
    .amabassadorItem .itemRight { padding: 10px 0; text-align: justify; font-size: 15px; line-height: 19px; }
