/*
* international.css
*
*/
/* --------------------------------
international
-------------------------------- */
.generic-html-content {
  padding-top: 28px;
}

.generic-html-content-inner {
  width: 840px;
}
.generic-html-content-inner strong {
  display: block;
  margin-bottom: 1em; 
  color: #003a70;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .generic-html-content-inner {
    width: 100%;
  }
}

.generic-head {
  margin-bottom: 48px;
}

.margin-b {
  margin-bottom: 70px;
}

.margin-b-small {
  margin-bottom: 40px;
}

.l-container {
  padding: 0; 
  width: 840px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 28px; 
    width: 100%;
  }
}

.generic-html-content-with-img-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 768px) {
  .generic-html-content-with-img-caption {
    display: block;
  }
}

.generic-html-content-img-right {
  margin-right: 0; 
  width: 400px;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .generic-html-content-img-right {
    width: 100%;
    height: auto;
  }
}

.generic-html-content-caption {
  margin-right: 34px; 
  padding-top: 0;
  width: 406px;
}
.generic-html-content-caption p {
  margin: 0;
}
.generic-html-content-caption-title {
  margin-bottom: 1em; 
  color: #008ad8;
  font-size: 26px;
  line-height: calc(36 / 26);
}
.generic-html-content-caption-all {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .generic-html-content-caption {
    width: 100%;
  }
  .generic-html-content-caption-title {
    margin: 0.5em 0; 
    font-size: 20px;
  }
}

.generic-html-content {
  padding-bottom: 42px;
}
.generic-html-content-top {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .generic-html-content-top {
    padding: 0;
  }
}

.generic-btn {
	display: block;
	position: relative;
	margin-top: 1.5em;
	padding: 15px 29px;
	border: 1px solid #003a70;
	width: 220px;
	height: 52px;
}
.generic-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 20px;
  background-image: url(/assets/images/wellness/international/btn_arrow.png);
  background-size: cover;
}
.generic-btn:hover {
  text-decoration: none;
}
