.tm-app-header-accounts-page {
  display: flex;
  flex-direction: column;
}

.shipping-img-over {
  display: none;
}

.tm-accounts-page-content-main {
  background: #fff;
}

.tm-accounts-header {
  padding: 0 !important;
}

.trademaster-container {
  background: white;
  max-width: 100%;
  height: auto;
  margin: 0;
  font-size: 15px;
}

.benefit-display-none {
  display: none !important;
}

.benefits-container {
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
  align-items: center;
}

.container-header {
  width: 100%;
}

.container-header h3 {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 4vw;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

.container-header h3:before,
.container-header h3:after {
  content: '';
  border-top: 2px solid #44c8f5;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
  display: block;
}

.container-header h3:after {
  margin: 0 0 0 20px;
}

.benefits-logos {
  width: 100%;
  padding: 0 15px;
}

.benefits-logos img {
  height: 25vw;
}

.benefits-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.benefits-divider {
  display: none;
}

.benefit-title {
  margin: 2px 0 0 0;
  font-size: 5vw;
}

.benefit-desc {
  font-size: 4vw;
}

.learn-more-container, .meet-the-tm-team-container,
.trademaster-feedback-form-container {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.learn-more-container, .trademaster-feedback-form-container {
  margin: 10px 0;
}

.section-subheader {
  margin: 20px 10px !important;
  text-align: center;
  max-width: 100%;
  font-size: 4vw;
}

.first-sentence {
  display: block;
  margin: 0;
}

.learn-more-video {
  position: relative;
  padding: 0 15px;
  max-width: 100%;
  height: 100%;
}

.learn-more-video:hover {
  cursor: pointer;
}

.learn-more-video img {
  max-width: 100%;
}

.play-btn {
  position: absolute;
  width: 30%;
  height: 30%;
  left: 35%;
  top: 33%;
  opacity: .85;
}

.learn-more-video {
  margin: 30px 0px;
}

.learn-more-border {
  margin: 30px 0px;
}

.learn-more-border:hover {
  border: 2px solid #0a6aa1;
}

.learn-more-modal-dialog {
  top: 20%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trademaster-slider-container {
  display: flex;
  flex-direction: column;
  max-width: 95vw;
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
}

.trademaster-present-item-wrapper {
  overflow: hidden !important;
  background: white !important;
}

.trademaster-feedback-form-container form {
  width: 100%;
  padding: 0 15px;
}

.present-item-img {
  margin: 0 !important;
}

.name {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.full-bio {
  font-size: 11px !important;
}

.trademaster-employee-info {
  padding: 30px 0 !important;
}

.feedback-form-input {
  margin: 10px;
  height: 40px;
  border: 1px solid #ccc;
  line-height: 1.42857143;
  padding: 6px 12px;
}

.feedback-form-submit {
  width: 100%;
  align-self: flex-end;
  max-width: 195px;
  margin: 10px;
  font-weight: normal;
}

.trademaster-form-group {
  display: flex;
  flex-direction: column;
}

.trademaster-feedback-form {
  margin: 25px 0;
}

.form-submit-btn-wrapper {
  justify-content: center;
  align-items: center;
  color: #b6854a;
  text-decoration: none;
}

.trade-master-present-item-slider {
  margin-bottom: 0;
}

.employee-details {
  width: 46% !important;
}

.full-bio {
  line-height: 20px;
}

label {
  margin: 0 0 0 5px;
  font-size: 13px;
}

.form-confirm-text {
  margin: 5px 0 0 0;
}

@media (min-width: 385px) {

  .employee-details {
    width: 65% !important;
  }

}

@media (min-width: 486px) {

  .container-header h3 {
    font-size: 4.5vw;
  }

  .benefits-logos img {
    height: 23vw;
  }

  .benefit-title {
    font-size: 4.5vw;
  }

  .benefit-desc {
    font-size: 3.5vw;
  }

  .section-subheader {
    font-size: 3.3vw;
  }

  #trademaster-employee-img-wrapper {
    width: auto !important;
    height: auto !important;
  }

  .full-bio {
    font-size: 16px !important;
  }

  .employee-details {
    width: 62% !important;
  }

  label {
    margin: 0 0 0 10px;
  }

}

@media (min-width: 600px) {

  .container-header h3 {
    font-size: 3.7vw;
  }

  .benefits-logos {
    width: 80%;
  }

  .benefits-logos img {
    height: 19vw;
  }

  .benefit-title {
    font-size: 3.5vw;
  }

  .benefit-desc {
    font-size: 2.5vw;
  }

  .section-subheader {
    font-size: 3vw;
  }

}

@media (min-width: 767px) {
  .benefits-mobile {
    display: none;
  }

  .trademaster-container {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
  }

  .learn-more-container, .meet-the-tm-team-container,
  .trademaster-feedback-form-container {
    margin: 20px 0;
  }

  .benefits-container {
    align-self: center;
  }

  .benefits-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 0 30px 0;
    width: 100%;
    height: 200px;
  }

  .benefits-wrapper {
    padding: 0;
    flex-direction: column;
    width: 20%;
    font-size: 16px;
    position: initial;
  }

  .benefit-title {
    text-align: center;
    font-size: 16px;
  }

  .benefit-title span {
    display: block;
  }

  .benefit-desc {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }

  .benefit-desc span {
    display: block;
  }

  .benefits-logos img {
    max-height: 90px;
  }

  .container-header {
    margin: 0;
    width: auto;
    align-self: flex-start;
  }

  .container-header h3 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0px;
    text-transform: none;
  }

  .container-header h3 {
    display: initial;
  }

  .container-header h3:before,
  .container-header h3:after {
    display: none;
  }

  .benefits-container, .learn-more-container,
  .meet-the-tm-team-container,
  .trademaster-feedback-form-container {
    border-bottom: 1px solid #c8c4c0;
  }

  .benefits-divider {
    display: inline;
    height: 90px;
    width: 8%;
  }

  .benefits-divider hr {
    border: 1px solid #44c8f5;
  }

  .learn-more-container, .meet-the-tm-team-container,
  .trademaster-feedback-form-container {
    width: 100%;
  }

  .learn-more-container {
    padding: 0 0 50px 0;
  }

  .section-subheader {
    align-self: flex-start;
    font-size: 18px;
    margin: 20px 0px !important;
  }

  .first-sentence {
    display: inline;
  }

  .second-sentence {
    display: inline;
  }

  .learn-more-video {
    align-self: flex-start;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .learn-more-border {
    margin: 0 0 40px 0;
  }

  .trademaster-slider-container {
    max-width: calc(100vw - 87px);
    padding: 0;
  }

  .trademaster-employee-info {
    align-items: center;
  }

  .employee-details {
    margin: 0 0 40px 0;
    width: 70% !important;
  }


  .trademaster-feedback-form-container form {
    padding: 0;
  }

  label {
    font-size: 16px;
    margin: 0;
  }

  .feedback-form-input {
    margin: 10px 10px 0 0;
  }

  .form-submit-btn-wrapper {
    justify-content: flex-end;
  }

}

@media (min-width: 992px) {

  .tm-accounts-header {
    padding: 10px 20px 10px 0 !important;
  }

  .tm-accounts-page-content-main {
    padding: 10px 20px 10px 40px !important;
  }

  .trademaster-container {
    padding: 10px 0px 10px 0px;
  }

  .benefits-wrapper {
    max-width: 152px;
    max-height: 185px;
  }

  .benefit-desc {
    width: 100%;
  }

  .trademaster-slider-container {
    max-width: calc(100vw - 310px);
  }

  .employee-details {
    width: 56% !important;
  }

}

@media (min-width: 1048px) {

  .benefits-wrapper {
    max-width: 180px;
    max-height: 200px;
  }

  .benefit-desc {
    width: 100%;
  }

  .benefits-logos img {
    max-height: 100px;
  }

  .trademaster-slider-container {
    max-width: calc(100vw - 354px);
  }

}

@media (min-width: 1280px) {

  .trademaster-slider-container {
    max-width: 930px;
  }

  .benefits-wrapper {
    max-width: 180px;
    max-height: 200px;
    font-size: 15px;
  }

  .benefit-desc {
    width: 100%;
    font-size: 13px;
  }

  .benefits-logos img {
    max-height: 110px;
  }

  .employee-details {
    width: 67% !important;
  }

}

@media (max-width: 767px) {
	.benefits-desktop {
	  display: none;
	}
	
	.benefits-mobile > img {
	  position: relative;
	  left: -15px;
	}
}