body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}
h1 {
  margin: -13px 0px 10px 24px;
  padding-top: 6px;
  padding-left: 0px;
  font-family:'Droid Serif', serif;
/*  font-family:'Open Sans', sans-serif; */
  color: #333;
  font-size: 30px;
  line-height: 37px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
h2 {
  margin: 10px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
}
h3 {
  margin: 32px 0px 10px;
  font-family:'Open Sans', sans-serif;
  color: #323232;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4 {
  margin: -2px 0px 10px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h5 {
  margin: 10px 0px;
  font-family:'Open Sans', sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
table, tbody, tr, th, td {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
}
table {
  margin-bottom: 10px;
}
.button {
  display: inline;
  padding: 5px 18px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 246ms ease;
  transition: all 246ms ease;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: #323232;
  background-color: #323232;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: white;
}
.menu {
  display: inline;
  padding-right: 8px;
  padding-left: 8px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
.menu:hover {
  font-family:'Open Sans', sans-serif;
  color: #16b5c7;
  font-weight: 400;
}
.menu:focus {
  font-weight: 400;
}
.menu.w--current {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  color: #666;
  text-align: left;
}
.menu.left-nav-hover {
  line-height: 16px;
}
.menu.left-nav-hover:hover {
  color: #f3f3f3;
}
.menu.submenu {
  display: block;
}
.section {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.section.about {
  padding-top: 80px;
  padding-bottom: 0px;
  border-top: 1px solid #ebebeb;
  background-color: transparent;
}
.section.dark {
  display: block;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ebebeb;
  background-color: #f7f7f7;
}
.section.dark.good-company {
  display: none;
  overflow-x: visible;
  overflow-y: visible;
}
.section.testimonial {
  display: none;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 1px;
  background-image: url('/images/testimonial-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.section.best-team {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 1px solid #ebebeb;
}
.section.contact {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top: 1px solid #ebebeb;
  background-color: white;
}
.section.footer {
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 0px;
  background-color: #b4d2d5;
  color: #b4d2d5;
}
.section.work-info {
  padding-top: 120px;
  padding-bottom: 20px;
}
.spacer {
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto;
  background-color: #c4c4c4;
  text-align: left;
}
.spacer.profile {
  margin-top: 6px;
  margin-bottom: 11px;
}
.aboutus {
  padding-top: 0px;
  text-align: center;
}
.aboutimg {
  margin-top: 16px;
  padding-top: 0px;
}
.service-icon {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.service-col {
  padding-top: 40px;
  padding-right: 22px;
  padding-left: 22px;
  text-align: center;
}
.testimonials {
  color: white;
  font-style: italic;
  text-align: center;
}
.testimonial-name {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.testimonial-box {
  margin-top: 90px;
}
.portfolio-link {
  margin-top: 0px;
  margin-bottom: 17px;
  border: 1px solid #ececec;
  background-color: white;
  text-decoration: none;
}
.portfolio-link:hover {
  border-color: #ececec;
  background-color: white;
  box-shadow: none;
  opacity: 1;
}
.work-name {
  margin-top: -10px;
  margin-bottom: 12px;
}
.work-name.inner-articles {
  font-size: 17px;
  line-height: 23px;
}
.portfolio-text {
  padding-right: 131px;
  padding-left: 131px;
}
.portfolio-more {
  margin-top: 15px;
  margin-bottom: 72px;
  padding-top: 29px;
  padding-bottom: 29px;
  text-align: center;
}
.team-box {
  margin-top: 50px;
}
.team-name {
  margin-top: 25px;
  text-align: left;
}
.team-do {
  margin-top: 28px;
  text-align: left;
}
.team-info {
  margin-top: -6px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  text-align: left;
}
.team-social {
  margin-top: 0px;
  margin-right: 10px;
  opacity: 0.4;
}
.team-social:hover {
  opacity: 0.8;
}
.team-icons {
  margin-top: 25px;
}
.team-icons.footer {
  text-align: right;
}
.clients-logos {
  text-align: center;
}
.clients {
  margin-top: 46px;
}
.msg-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 50px;
  border: 1px solid #c3c5c5;
  border-radius: 4px;
}
.email-text {
  border: 1px solid #c3c5c5;
  border-radius: 4px;
}
.copyright {
  padding-top: 34px;
}
.copyright-text {
  font-size: 12px;
  text-align: left;
}
.link {
  color: #323232;
  text-decoration: none;
}
.link:hover {
  color: #666;
}
.portfolio-img {
  padding-bottom: 16px;
}
.portfolio-img:hover {
  opacity: 0.5;
}
.section-work {
  padding-top: 118px;
}
.slider {
  top: 118px;
  height: 450px;
  margin-bottom: 118px;
}
.slide {
  background-image: url('/images/home_slide1_optimized.jpg');
  background-position: 50% 86%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}
.slide._2 {
  background-image: url('/images/home_slide2_optimized.jpg');
  background-position: 50% 44%;
}
.slider-nav {
  font-size: 12px;
}
.navbar {
  position: fixed;
  width: 100%;
  height: 118px;
  padding-top: 13px;
  background-color: white;
  text-align: center;
}
.brand-logo {
  margin-top: 4px;
}
.brand-logo:hover {
  opacity: 0.64;
}
.nav-menu {
  display: inline;
  padding-top: 16px;
}
.slidertext {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 26px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}
.thanks-msg {
  padding-top: 49px;
  padding-bottom: 1px;
  border: 1px solid #08a800;
  border-radius: 4px;
  background-color: transparent;
}
.thankyou {
  color: #08a800;
  text-transform: none;
}
.error-msg {
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #cf3030;
  border-radius: 4px;
  background-color: transparent;
}
.error {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #cf3030;
}
.line {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 17px;
}
.slide-1-container {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.slide-3 {
  background-image: url('/images/home_slide3_full.jpg');
  background-position: -10% 31%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide-3-logo {
  width: 900px;
  margin-top: 240px;
  margin-left: 82px;
  padding-left: 2px;
}
.connection-heading {
  font-size: 26px;
}
.bottom-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}
.slide-2-text-mobile {
  margin-top: 120px;
}
.slide-1-text-mobile {
  margin-top: 130px;
}
.inner-page-main-graphic {
  display: none;
  width: auto;
  height: auto;
}
.top-tier-2 {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #b4d2d5;
}
.tier-2-story-blocks {
  padding-top: 64px;
}
.dropdown {
  display: inline;
  padding-right: 0px;
  padding-left: 0px;
}
.surrogates-drop-list.w--open {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.article-page {
  padding-top: 42px;
  background-color: white;
}
.article-page-image {
  width: 250px;
/* YF */
/*  height: 250px; */
  margin-top: 32px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  clear: none;
  border-radius: 8px;
  background-position: 85% 0%;
  background-size: cover;
}
.article-list-thumb-image {
  width: 120px;
/* YF */
/*  height: 250px; */
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
  clear: none;
  border-radius: 8px;
  background-position: 85% 0%;
  background-size: cover;
}
.article-list-title {
  text-align:left;
  font-weight:bold;
}
.article-title {
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.articles {
  color: #444;
  font-size: 14px;
  text-align: left;
}
.left-nav {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}
.left-nav-menu {
  float: none;
  font-family:'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.left-nav-menu:active {
  background-color: transparent;
}
.tab-link {
  background-color: #b4d2d5;
}
.tab-link.w--current {
  background-color: transparent;
}
.tab-link.w--current:active {
  background-color: transparent;
}
.profile-names {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 1px;
  font-family:'Droid Serif', serif;
  color: #0085a8;
  font-size: 40px;
  text-transform: none;
}
.profile-names.surrogate {
  color: #c41b59;
}
.profile-about-us {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.profile {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}
.profile.white {
  color: transparent;
}
.profile-row {
  margin-bottom: -45px;
  padding-bottom: 0px;
}
.profile-intro {
  padding-top: 0px;
}
.profile-article-title {
  font-family:'Droid Serif', serif;
  color: #0085a8;
  text-transform: none;
}
.profile-article-title.surrogate {
  color: #c41b59;
}
.profile-text-section-image {
  margin-right: 14px;
  float: left;
}
.view-more-profiles {
  background-color: #0085a8;
  color: white;
}
.left-nav-link {
  display: block;
  margin-right: 8px;
  margin-left: 4px;
  padding: 6px 4px 6px 8px;
  border-bottom: 1px solid #ddd;
  font-family:'Open Sans', sans-serif;
  font-size: 12px;
}
.left-nav-link:hover {
  background-color: #eee;
  color: #16b5c7;
}
.left-nav-bar {
  position: fixed;
  min-width: 222px;
  margin-top: 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: white;
  background-image: -webkit-linear-gradient(rgba(0, 208, 250, 0.2), white);
  background-image: linear-gradient(rgba(0, 208, 250, 0.2), white);
}
.navbar-container {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.main-content {
  padding-right: 10px;
  padding-left: 20px;
  min-height:400px;
}
.form-button {
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border-radius: 6px;
  background-color: #575757;
}
.form-text-field {
  padding: 4px 8px;
}
.form-main {
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
}
.form-select-field {
  padding: 4px 8px;
}
.form-disclaimer {
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 4px 8px;
  border: 1px solid #e3b6b6;
  background-color: #faf8e8;
}
.form-wrapper {
  display: inline-block;
}
/* following added by YF, for inline button and checkbox display, i.e., Yes/No radio btns */
.radio-button-field.inline {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0px;
}

.radio-button-field.inline .radio-button {
  float:none;
  margin-left:0;
  padding:0;
  display:inline;
}

.radio-button-field label {
  margin-left:3px;
  margin-right:3px;
  font-weight:normal;
}

.radio-button-field.inline label {
  margin-left:3px;
  margin-right:3px;
  display:inline;
  font-weight:normal;
}
.checkbox-field.inline {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0px;
}
.checkbox-field.inline .check-box {
  float:none;
  margin-left:0;
  padding:0;
  display:inline;
}
.checkbox-field.inline label {
  margin-left:3px;
  margin-right:3px;
  display:inline;
  font-weight:normal;
}
.w-input.inline {
  display:inline;
  width:auto;
}
.form-label {margin-top:10px}
.article-button {
  display: inline;
  padding: 5px 18px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 246ms ease;
  transition: all 246ms ease;
  font-family:'Open Sans', sans-serif;
  border-color: #323232;
  background-color: #323232;
  color: #eee;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.article-button:hover {
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: #eee;
  border-color: #828282;
  background-color: #828282;
}
.contact-info-box {
  text-align:right;
  padding: 45px 10px 0 0;
  font-size:11px;
  color:#888;
}
/* end of added by YF */

.radio-button
.dropdown-menu {
  display: inline-block;
}
@media (max-width: 991px) {
/* Added by YF */
.contact-info-box {
  display:none;
}
/* end of added by YF */
  h1 {
    margin-top: -1px;
    padding-top: 0px;
    padding-left: 77px;
    font-size: 48px;
    line-height: 54px;
  }
  .menu {
    display: block;
    padding: 10px;
    border-radius: 0px;
    background-color: transparent;
    color: white;
    font-weight: 400;
  }
  .menu:hover {
    background-color: #eee;
    color: #0097bd;
  }
  .menu.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #424242;
    background-color: #eee;
    color: #0097bd;
    font-weight: 600;
  }
  .menu.submenu {
    padding-left: 30px;
    background-color: #8a8a8a;
  }
  .section {
    margin-top: 0px;
    padding-top: 72px;
    padding-bottom: 0px;
  }
  .section.about {
    padding-top: 50px;
  }
  .aboutinfo {
    margin-bottom: 0px;
  }
  .portfolio-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .team-box {
    padding-top: 0px;
  }
  .menu-button.w--open {
    margin-right: -27px;
    padding-right: 25px;
    padding-left: 18px;
    background-color: #323232;
  }
  .nav-menu {
    position: fixed;
    top: 4px;
    right: 0px;
    bottom: 4px;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    min-width: 280px;
    margin-top: 87px;
    padding-right: 38px;
    padding-left: 6px;
    background-color: #888;
  }
  .close-sidebar {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    height: 50px;
    margin-left: auto;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #888;
  }
  .menu-button {
    position: fixed;
    top: 0px;
    right: 6px;
    width: 50px;
    padding-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
    color: #0069a6;
    font-size: 40px;
  }
  .menu-button.w--open {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #98c1d9;
  }
  .slidertext {
    margin-top: 209px;
    margin-bottom: 0px;
    font-size: 21px;
  }
  .slide-3 {
    background-position: 35% 31%;
  }
  .slide-3-logo {
    width: 550px;
    margin-left: 44px;
    padding-top: 72px;
  }
  .dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #424242;
  }
  .article-title {
    font-size: 28px;
    line-height: 34px;
  }
  .left-nav-menu {
    display: block;
  }
  .left-nav-bar {
    position: static;
    min-width: 0px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: -15px;
    font-size: 35px;
  }
  .menu.submenu {
    float: none;
  }
  .menu.submenu:hover {
    background-color: #424242;
  }
  .section {
    padding-top: 78px;
  }
  .section.about {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.dark {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.best-team {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.footer {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .aboutimg {
    padding-top: 30px;
  }
  .testimonial-box {
    margin-top: 19px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .portfolio-link {
    text-align: center;
  }
  .portfolio-text {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .team-box {
    padding-top: 55px;
    text-align: center;
  }
  .team-name {
    margin-bottom: 0px;
    text-align: center;
  }
  .team-do {
    margin-top: 0px;
    text-align: center;
  }
  .team-info {
    text-align: center;
  }
  .team-icons {
    text-align: center;
  }
  .team-icons.footer {
    text-align: center;
  }
  .clients-logos {
    padding-top: 48px;
  }
  .copyright-text {
    padding-bottom: 0px;
    text-align: center;
  }
  .menu-button {
    margin-top: -26px;
  }
  .menu-button.w--open {
    margin-right: 0px;
    padding-right: 25px;
    background-color: #323232;
  }
  .section-work {
    margin-top: 0px;
    padding-top: 73px;
  }
  .slider {
    height: 360px;
  }
  .slide {
    background-position: 82% 88%;
  }
  .navbar {
    height: 106px;
  }
  .menu-button {
    margin-top: 0px;
  }
  .menu-button.w--open {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .slidertext {
    font-size: 25px;
  }
  .form {
    margin-bottom: 50px;
  }
  .slide-3-logo {
    margin-top: 162px;
  }
  .slide-2-text-mobile {
    padding-left: 20px;
  }
  .left-nav-bar {
    position: static;
  }
}
@media (max-width: 479px) {
  p, .article-text li {
    font-size:1.1em;
    line-height:1.6em;
  }
  .left-nav-link {
    font-size:1.2em;
  }
  h1 {
    margin: -2px -306px 3px 19px;
    padding: 0px 0px 0px 5px;
    font-size: 25px;
    line-height: 31px;
  }
  h3 {
    margin-top: -3px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 27px;
    line-height: 35px;
  }
  h4 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 14px;
  }
  .button {
    display: block;
  }
  .section {
    margin-top: 79px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.about {
    margin-top: 0px;
  }
  .section.dark {
    margin-top: 79px;
    margin-bottom: 1px;
    padding-top: 34px;
    padding-bottom: 42px;
  }
  .section.testimonial {
    padding: 15px 30px;
  }
  .section.contact {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section.footer {
    margin-top: 0px;
  }
  .section.work-info {
    margin-top: 0px;
  }
  .aboutus {
    padding-top: 0px;
  }
  .service-col {
    padding: 0px 0px 40px;
  }
  .aboutinfo {
    padding-bottom: 0px;
  }
  .testimonials {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
  }
  .testimonial-name {
    margin-top: 24px;
    text-align: center;
  }
  .testimonial-box {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio-link {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .portfolio-text {
    margin-bottom: 28px;
  }
  .portfolio-more {
    margin-bottom: 26px;
  }
  .team-box {
    padding-top: 0px;
  }
  .team-do {
    margin-top: 0px;
  }
  .team-icons.footer {
    margin-top: 0px;
  }
  .clients-logos {
    padding-top: 40px;
  }
  .section-work {
    margin-top: 0px;
    padding-top: 72px;
  }
  .slide {
    background-position: 66% 88%;
    background-repeat: repeat;
  }
  .slider-nav {
    margin-top: 0px;
    padding-top: 17px;
  }
  .navbar {
    height: 97px;
  }
  .brand-logo {
    width: 243px;
  }
  .menu-button.w--open {
    padding-top: 18px;
  }
  .slidertext {
    display: inline-block;
    width: 101px;
    margin-top: -18px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .slide-3 {
    background-position: 79% 31%;
  }
  .slide-3-logo {
    margin-top: 188px;
    margin-left: 23px;
  }
  .connection-heading {
    padding-top: 50px;
    font-size: 24px;
  }
  .dropdown:hover {
    background-color: #eee;
  }
  .article-page-image {
    width: 100%;
  }
  .article-title {
    margin-right: auto;
    margin-left: auto;
  }
}

@media print {
  .navbar, .left-nav-bar {
    position: unset;
  }
}
}
