body {
  font-family: proxima-nova, sans-serif;
  color: #5c6b7e;
  font-size: 16px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: justus-pro, sans-serif;
  color: #1b5487;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: justus-pro, sans-serif;
  color: #1b5487;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5c6b7e;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #9aa9bc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5c6b7e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: #1b5487;
  text-decoration: none;
}

.header {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 hsla(0, 0%, 55%, .5);
}

.clinical-trials-gps-logo {
  padding-top: 13px;
}

.header-sign-in-button {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #4dc9bf;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #001837;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-sign-in-button:hover {
  border-color: #42bfb1;
  color: #42bfb1;
}

.header-sign-in-button:active {
  background-color: #42bfb1;
  color: #fff;
}

.body {
  height: 100%;
  font-family: proxima-nova, sans-serif;
  color: #5c6b7e;
  font-size: 16px;
  line-height: 28px;
}

.body.site {
  min-height: 100vh;
}

.header-find-a-trial-dropdown {
  display: block;
  margin-right: 15px;
  padding-right: 50px;
  background-image: url('../img/dropdown-arrow.png');
  background-position: 84% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.header-find-a-trial-dropdown:hover {
  border-radius: 4px;
  background-color: #f9f9f9;
  background-image: url('../img/dropdown-arrow-hover.png');
  background-size: 20px;
}

.dropdown-text {
  color: #001837;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-find-a-trial-dropdown-list {
  position: relative;
  left: 0px;
  top: -120px;
  right: 0px;
  display: block;
  height: 120px;
  padding-top: 40px;
  background-color: #5c6b7e;
  text-align: center;
}

.header-find-a-trial-dropdown-list.w--open {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.hide {
  display: none;
}

.hide.w--open {
  display: none;
}

.form-zip-code {
  width: 102px;
  margin-right: 20px;
  float: left;
}

.form-zip-code.empty-text-field {
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px 0 #9aa9bc;
  color: #5c6b7e;
  font-size: 16px;
  font-weight: 400;
}

.form-search {
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border-radius: 4px;
  background-color: #42bfb1;
  font-size: 16px;
  line-height: 22px;
}

.form-search:hover {
  background-color: #2cb6ad;
}

.form-search:active {
  background-color: #1b5487;
}

.form-search.footer-button {
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #245d58;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-search.footer-button:hover {
  background-color: #4dc9bf;
}

.form-search.footer-button:active {
  box-shadow: none;
}

.mini-search-form {
  display: inline-block;
  margin-bottom: 0px;
}

.find-a-trial-form-selector {
  width: auto;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  color: #5c6b7e;
  font-size: 16px;
  font-weight: 400;
}

.grey-full {
  margin-top: 80px;
  background-color: #f9f9f9;
}

.prefooter {
  height: 160px;
  padding-top: 60px;
  background-color: #3875ab;
  text-align: center;
}

.footer {
  padding-top: 20px;
  background-color: #1b5487;
}

.map-search-form {
  position: relative;
  z-index: 0;
  text-align: center;
}

.map-search-form-text {
  display: inline;
  font-size: 26px;
  font-weight: 400;
}

.map-search-form-input {
  display: inline-block;
  width: 123px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none dashed;
  border-width: 1px;
  border-color: #000 #000 #9aa9bc;
  color: #42bfb1;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.green-button {
  display: block;
  height: 40px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.green-button:hover {
  background-color: #4dc9bf;
}

.green-button:active {
  background-color: #1b5487;
  box-shadow: none;
}

.map-search-form-dropdown-placeholder-text {
  margin-top: -12px;
  color: #9aa9bc;
  font-size: 28px;
  line-height: 25px;
  font-weight: 400;
}

.map {
  display: block;
  height: 430px;
  margin-right: auto;
  margin-left: auto;
}

.homepage-images {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-links-state {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.footer-links-state.state {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.footer-conditions-link {
  display: block;
  margin-top: 20px;
  color: #42bfb1;
  text-decoration: none;
}

.footer-conditions-link:hover {
  color: #9aa9bc;
}

.footer-bottom {
  padding-top: 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #5da0dc #000 #000;
  text-align: center;
}

.footer-bottom-links {
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-bottom-links:hover {
  color: #9aa9bc;
}

.footer-bottom-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3875ab;
}

.dropdown-selection.w--open {
  margin-top: -20px;
  border: 1px solid #9aa9bc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 3px 10px 0 rgba(91, 106, 125, .5);
  color: #5c6b7e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.select-condition-dialog {
  position: static;
  z-index: 1000;
  display: block;
  overflow: hidden;
  width: 960px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #9aa9bc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 3px 10px 0 rgba(92, 107, 126, .5);
}

.text-left {
  text-align: left;
  text-transform: uppercase;
}

.text-left.underlined {
  padding-bottom: 5px;
  border-bottom: 1px solid #dce5f0;
}

.select-condition-common {
  padding-left: 0px;
  color: #5c6b7e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.select-conditions-all {
  padding-left: 0px;
  color: #5c6b7e;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.empty-text-field {
  height: 40px;
  border: 1px solid #9aa9bc;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px 0 #9aa9bc;
  font-size: 16px;
}

.map-search {
  padding-top: 140px;
}

.sticky {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 80px;
}

.form-line-one {
  position: relative;
  z-index: 2;
  line-height: 51px;
}

.map-search-toggle {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 25px;
  padding-left: 10px;
  background-image: url('../img/dropdown-arrow-light.png');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.map-search-toggle:hover {
  border-radius: 4px;
  background-color: #f9f9f9;
  background-image: url('../img/dropdown-arrow-light-hover.png');
  background-size: 20px;
}

.map-search-toggle:focus {
  background-image: url('../img/dropdown-arrow-active.png');
  background-size: 20px;
}

.map-search-form-dropdown-selected-text {
  margin-top: -12px;
  color: #42bfb1;
  font-size: 28px;
  line-height: 25px;
}

.form-home {
  position: relative;
  z-index: 1;
  line-height: 51px;
}

.footer-links-link {
  color: #fff;
  text-decoration: none;
}

.footer-links-link:hover {
  color: #9aa9bc;
}

.footer-links-condition {
  padding-top: 20px;
  padding-left: 0px;
  line-height: 24px;
  list-style-type: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.select-conditions-common-link {
  color: #5c6b7e;
  text-decoration: none;
}

.select-conditions-common-link:hover {
  color: #42bfb1;
}

.select-conditions-all-link {
  color: #5c6b7e;
  text-decoration: none;
}

.select-conditions-all-link:hover {
  color: #42bfb1;
}

.header-find-a-trial-wrapper {
  display: inline-block;
}

.header-mobile-menu {
  margin-right: 20px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.select-condition-dialog-close {
  padding: 25px 20px 20px;
  float: right;
  color: #1b5487;
  font-weight: 600;
  text-decoration: none;
}

.select-condition-dialog-content {
  position: static;
  overflow: auto;
  height: 620px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #dce5f0;
}

.subheader {
  height: 80px;
  padding-top: 26px;
  background-color: #f9f9f9;
  text-align: center;
}

.subheader-text {
  display: inline-block;
  padding-right: 10px;
  color: #5c6b7e;
}

.h1-sans {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #001837;
  font-size: 30px;
  font-weight: 300;
}

.h1-sans.h1-modal {
  padding-top: 0px;
}

.sign-in-window {
  display: block;
  width: 500px;
  margin: 20px auto 60px;
  padding: 20px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-color: #f9f9f9;
  text-align: center;
}

.sign-in-form-field {
  height: 60px;
  margin-bottom: 10px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  color: #5c6b7e;
  font-size: 16px;
  font-weight: 300;
}

.sign-in-form-button {
  width: 100%;
  height: 60px;
  margin-top: 0px;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.sign-in-form-button:hover {
  background-color: #4dc9bf;
}

.sign-in-form-button:active {
  background-color: #1b5487;
  box-shadow: none;
}

.create-account-button {
  display: inline-block;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #5c6b7e;
  border-radius: 4px;
  background-color: transparent;
  color: #001837;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.create-account-button:hover {
  background-color: #dce5f0;
}

.create-account-button:active {
  background-color: #1b5487;
  color: #fff;
}

.create-account {
  margin-top: 20px;
  text-align: center;
}

.footer-min {
  position: relative;
  clear: both;
  background-color: #1b5487;
}

.contents {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.map-search-distance {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  color: #5c6b7e;
  font-size: 20px;
}

.map-search-conditions {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  color: #5c6b7e;
  font-size: 20px;
}

.text-blue-1 {
  color: #5da0dc;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.create-new-account-window {
  padding: 20px 10px 20px 20px;
  border-color: #dce5f0;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.new-account-field {
  width: 95%;
  height: 60px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
}

.field-heading {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #001837;
  font-size: 16px;
  font-weight: 600;
}

.sign-up {
  width: 98%;
  height: 60px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sign-up:hover {
  background-color: #4dc9bf;
}

.sign-up:active {
  background-color: #1b5487;
  box-shadow: none;
}

.sign-up-small-text {
  width: 95%;
  color: #9aa9bc;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

.sign-up-small-text-link {
  color: #5c6b7e;
  font-weight: 400;
  text-decoration: none;
}

.sign-up-small-text-link:hover {
  color: #3875ab;
}

.tabs {
  margin-top: 65px;
}

.tab {
  display: inline-block;
  width: 25%;
  height: 60px;
  margin-top: 5px;
  margin-right: -1px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #dce5f0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f9f9f9;
  color: #5c6b7e;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.tab.w--current {
  height: 65px;
  margin-top: 0px;
  border-bottom: 1px none #000;
  background-color: #fff;
  color: #42bfb1;
  font-size: 22px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.tab.three-tabs {
  width: 33.25%;
}

.tab-line {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 129px;
  border-bottom: 1px solid #dce5f0;
}

.t-a-l {
  text-align: left;
}

.text-field {
  height: 60px;
  padding-left: 20px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  font-size: 16px;
}

.text-field.single-field {
  display: inline-block;
  width: 460px;
  margin-top: 4px;
  margin-right: 20px;
}

.selector {
  height: 60px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #f9f9f9, #f9f9f9);
  background-image: linear-gradient(180deg, #f9f9f9, #f9f9f9);
  color: #5c6b7e;
  font-size: 16px;
  text-indent: 15px;
}

.filter-bubble {
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  padding-right: 25px;
  padding-left: 10px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../img/filter-bubble-close.png');
  background-position: 90% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  color: #5c6b7e;
  font-size: 16px;
  line-height: 27px;
}

.filter-bubble:hover {
  border-color: #5da0dc;
  background-color: #f9f9f9;
  background-image: url('../img/filter-bubble-close-hover.png');
  background-position: 90% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.profile-conditions-list {
  margin-top: 10px;
  color: #5c6b7e;
  font-size: 16px;
}

.checkbox {
  margin-top: 8px;
}

.condition-bubbles {
  display: inline-block;
}

.action-link {
  display: inline-block;
  margin-right: 25px;
  color: #5da0dc;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.action-link:hover {
  color: #3875ab;
}

.action-link.alone {
  display: inline-block;
  margin-right: 0px;
}

.action-link.alone.stacked {
  display: block;
}

.tabs-content {
  margin-bottom: 100px;
}

.profile-consent-text {
  display: inline-block;
}

.profile-concent-option {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

.trial-search-widget-wrapper {
  margin-top: 60px;
}

.trial-search-widget-heading {
  display: inline-block;
  padding-right: 20px;
  color: #001837;
  font-size: 16px;
  font-weight: 600;
}

.trial-search-widget-section {
  margin-top: 30px;
}

.list-results-wrapper {
  margin-top: 60px;
}

.list-heading {
  display: inline-block;
  padding-top: 6px;
  padding-right: 10px;
  color: #001837;
  font-size: 24px;
}

.list-heading.bold {
  font-weight: 600;
}

.trial-list-sort {
  display: inline-block;
  width: 300px;
  float: right;
  color: #001837;
  font-size: 16px;
  font-weight: 600;
}

.trial-listings-wrapper {
  margin-bottom: 60px;
}

.listing {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
}

.listing:hover {
  background-color: #f9f9f9;
}

.listing-top {
  position: relative;
  width: 80%;
  padding: 20px;
  border-right: 1px solid #dce5f0;
  border-bottom: 1px none #dce5f0;
}

.listing-bottom {
  width: 80%;
  padding: 20px;
  border-top: 1px solid #dce5f0;
  border-right: 1px solid #dce5f0;
}

.listing-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20%;
  height: 100%;
  float: right;
  clear: left;
  text-align: center;
}

.listing-title {
  padding-bottom: 10px;
  color: #001837;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.trial-listing-subtitle {
  display: inline-block;
  padding-right: 10px;
  color: #9aa9bc;
  font-size: 16px;
}

.trial-listing-subitem {
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
}

.trial-listing-site-title {
  display: inline-block;
  color: #001837;
  font-size: 16px;
  font-weight: 600;
}

.verified-site-badge {
  margin-left: 5px;
}

.verified-site-badge.profile {
  margin-top: -6px;
}

.bookmark-listing {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 42px;
  height: 33px;
  margin-right: 10px;
  background-image: url('../img/bookmark-listing.png');
  background-position: 50% 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.bookmark-listing:hover {
  background-image: url('../img/bookmark-listing-hover.png');
  background-size: 40px;
}

.trial-listing-distance-number {
  display: inline-block;
  color: #5c6b7e;
  font-size: 32px;
  font-weight: 300;
}

.trail-listing-distance-unit {
  display: inline-block;
  color: #9aa9bc;
  font-size: 12px;
}

.trial-listing-distance-from {
  color: #9aa9bc;
  font-size: 12px;
  font-weight: 600;
}

.trial-listing-distance-city {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.trial-listing-bookmark-tooltip {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 101;
  display: block;
  margin-top: -76px;
  padding: 25px 25px 15px;
  border-radius: 4px;
  background-color: #001837;
  box-shadow: 0 2px 10px 0 rgba(0, 24, 56, .5);
  line-height: 13px;
  text-align: right;
}

.trial-listing-bookmark-tooltip-txt {
  color: #fff;
  font-weight: 600;
}

.trial-listing-bookmark-tooltip-arrow {
  margin-right: -9px;
  margin-bottom: -52px;
}

.log-in-dialog {
  display: block;
  width: 660px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
}

.list-address {
  color: #9aa9bc;
  font-size: 16px;
}

.list-phone {
  padding-top: 5px;
  color: #9aa9bc;
  font-size: 16px;
}

.listing-distance {
  padding-top: 20px;
  padding-bottom: 20px;
}

.listing-distance-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.list-description {
  padding-top: 10px;
  color: #9aa9bc;
  font-size: 14px;
  line-height: 21px;
}

.listing-link {
  display: block;
  padding-top: 5px;
  color: #3875ab;
  font-weight: 600;
  text-decoration: none;
}

.name {
  display: inline;
  color: #1b5487;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-align: left;
}

.general-info {
  padding-top: 30px;
  text-align: left;
}

.address {
  padding-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.phone {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.link {
  display: block;
  padding-top: 10px;
  color: #5da0dc;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.listing-logo {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-right: 20px;
}

.info-wrapper {
  background-color: #f9f9f9;
}

.logo {
  margin-top: 20px;
}

.facility-trials-heading {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.list-sort-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.list-results-heading {
  position: relative;
  padding-bottom: 40px;
}

.image-slider {
  margin-bottom: 60px;
  box-shadow: 0 8px 60px 0 #dce5f0;
}

.site-info-tabs {
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  background-color: #f9f9f9;
}

.site-info-tab {
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}

.site-info-tab.w--current {
  background-color: transparent;
  color: #42bfb1;
}

.site-info-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce5f0;
}

.site-info-tab-panel {
  padding-left: 30px;
}

.membership-wrapper {
  display: inline-block;
  width: 47%;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.memberships {
  margin-top: 40px;
  text-align: center;
}

.membership-currency {
  display: inline-block;
  color: #9aa9bc;
  font-size: 22px;
}

.membership-price {
  display: inline-block;
  margin-top: 20px;
  color: #001837;
  font-size: 50px;
}

.membership-features-heading {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #9aa9bc;
  font-size: 18px;
}

.membership-features {
  padding-bottom: 20px;
  line-height: 30px;
  font-weight: 600;
}

.membership-coming-soon {
  padding-top: 20px;
  padding-bottom: 40px;
  font-style: italic;
  text-align: center;
}

.membership-select-sites {
  display: block;
  width: 300px;
  height: 60px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #5c6b7e;
  font-size: 16px;
  text-indent: 10px;
}

.submit-button {
  margin-top: 40px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #4dc9bf;
}

.submit-button:active {
  background-color: #1b5487;
  box-shadow: none;
}

.select-membership-form {
  text-align: center;
}

.payment-details-wrapper {
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.membership-back {
  margin-right: 20px;
  padding: 10px 20px;
  border: 1px solid #5c6b7e;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  color: #001837;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.membership-back:hover {
  background-color: #3875ab;
  color: #fff;
}

.membership-back:active {
  background-color: #9aa9bc;
  color: #fff;
}

.t-c-a {
  text-align: center;
}

.buttons-wrapper {
  position: relative;
  text-align: center;
}

.order-summary-heading {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #001837;
  font-weight: 600;
  text-align: center;
}

.order-summary-total {
  padding-bottom: 10px;
  color: #42bfb1;
  font-size: 22px;
  text-align: center;
}

.text-field-apply {
  display: inline-block;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #5c6b7e;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #001837;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field-apply:hover {
  background-color: #3875ab;
  color: #fff;
}

.text-field-apply:active {
  background-color: #9aa9bc;
  color: #fff;
}

.coupon-code {
  text-align: center;
}

.membership-mini-wrapper {
  height: 100px;
  margin-top: 20px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.membership-mini-price {
  display: inline-block;
  color: #001837;
  font-size: 30px;
}

.membership-mini-second {
  height: 100px;
  padding-top: 20px;
  border-right: 1px solid #dce5f0;
  text-align: center;
}

.membership-mini-first {
  height: 100px;
  padding-top: 21px;
  padding-left: 20px;
  border-right: 1px solid #dce5f0;
  text-align: center;
}

.membership-mini-features-heading {
  color: #9aa9bc;
}

.membership-mini-third {
  height: 100px;
  padding-top: 11px;
  padding-right: 20px;
  padding-left: 20px;
}

.membership-mini-features {
  font-size: 14px;
  line-height: 22px;
}

.hollow-button {
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border: 1px solid #9aa9bc;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #001837;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hollow-button:hover {
  background-color: #3875ab;
  color: #fff;
}

.hollow-button:active {
  background-color: #9aa9bc;
  color: #fff;
}

.hollow-button.active {
  border-style: none;
  background-color: #1b5487;
  color: #fff;
}

.my-sites-listing-logo {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.new-listing {
  height: 152px;
  padding-top: 48px;
  background-image: url('../img/new-site.png');
  background-position: 0px 0px;
  background-size: 940px 152px;
  text-align: center;
}

.my-sites-new-listing-button {
  position: relative;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.my-sites-new-listing-button:hover {
  background-color: #4dc9bf;
}

.my-sites-new-listing-button:active {
  background-color: #1b5487;
  box-shadow: none;
}

.tab-subnav {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-area {
  border: 1px solid #dce5f0;
  border-radius: 4px;
  font-size: 16px;
}

.listing-l {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15%;
  border-right: 1px solid #dce5f0;
}

.listing-m {
  width: 70%;
  margin-left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.listing-m.site-trials {
  width: 64%;
}

.listing-r {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 15%;
  float: left;
  border-left: 1px solid #dce5f0;
  text-align: center;
}

.listing-r.site-trials {
  width: 21%;
}

.logo-wrapper {
  margin-left: 20px;
}

.membership-mini-fourth {
  margin-top: 24px;
}

.floater {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.new-trial {
  height: 133px;
  padding-top: 46px;
  background-image: url('../img/new-trial.png');
  background-position: 0px 0px;
  background-size: 940px;
  background-repeat: no-repeat;
  text-align: center;
}

.page-search-widget {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #dce5f0;
}

.page-search-widget-one {
  width: 25%;
  padding-right: 20px;
  float: left;
}

.page-search-widget-four {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 15%;
  padding-top: 48px;
}

.pagination-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.number-circle {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  border: 1px solid #9aa9bc;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
}

.number-circle.active-page {
  border-color: #2cb6ad;
  background-color: #2cb6ad;
  color: #fff;
}

.center-pages {
  display: inline-block;
}

.container.pt40.pb40 {
  padding-bottom: 40px;
}

.blog-post-wrapper {
  margin-bottom: 60px;
}

.blog-post-thumbnail {
  margin-right: 20px;
  float: left;
}

.blog-post-excerpt {
  width: 65%;
  float: left;
}

.find-a-trial-sidebar-border {
  padding: 20px;
  border: 1px solid #dce5f0;
  border-radius: 4px;
}

.find-a-trial-sidebar-button {
  width: 100%;
  border-radius: 4px;
  background-color: #2cb6ad;
  box-shadow: 0 3px 0 0 #1f9189;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}

.find-a-trial-sidebar-button:hover {
  background-color: #4dc9bf;
}

.find-a-trial-sidebar-button:active {
  background-color: #1b5487;
  box-shadow: none;
}

.blog-copy {
  display: block;
  width: 80%;
  margin: 40px auto;
}

.blog-post-footer {
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #dce5f0;
}

.page-wrapper {
  min-height: 100%;
}

.content-container {
  overflow: hidden;
}

.content-container.pt60 {
  margin-top: 64px;
}

.larger-body-text {
  font-size: 18px;
}

.larger-body-text.t-a-c {
  text-align: center;
}

.larger-body-text.t-a-c.pt40 {
  padding-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt60 {
  padding-top: 60px;
}

.pt60.pb40 {
  padding-bottom: 40px;
}

.blog-title {
  display: block;
  padding-bottom: 10px;
  color: #001837;
  font-size: 22px;
  text-decoration: none;
}

.blog-title:hover {
  color: #1b5487;
}

.t-a-c {
  text-align: center;
}

.t-a-c.pb40 {
  padding-bottom: 40px;
}

.t-a-c.white {
  color: #fff;
}

.search-widget-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dce5f0;
  text-align: center;
}

.clear {
  clear: both;
}

._10col {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 160px;
}

.site-content {
  padding-top: 80px;
}

.site-content._404 {
  height: 100%;
  background-color: #000;
}

.site-content.fourofour {
  height: 100%;
  background-color: #000;
}

.site-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.site {
  min-height: 100vh;
}

.site.fourofour {
  background-color: #000;
}

html.w-mod-js *[data-ix="hide-by-default"] {
  display: none;
}

html.w-mod-js *[data-ix="eased-dropdown"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="select-a-condition"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="bookmark-tooltip"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  .header-find-a-trial-dropdown-list {
    display: none;
  }
  .map-search-form-text {
    padding-top: 0px;
    line-height: 26px;
  }
  .map-search-form-dropdown {
    height: 21px;
  }
  .map-search-form-input {
    font-size: 26px;
  }
  .select-condition-dialog {
    display: none;
    width: 100%;
  }
  .select-condition-common {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .select-conditions-all {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .map-search {
    padding-top: 120px;
  }
  .form-line-one {
    height: auto;
    padding-bottom: 20px;
  }
  .map-search-toggle {
    height: 39px;
  }
  .header-find-a-trial-wrapper {
    display: none;
  }
  .header-mobile-menu-button {
    padding-top: 24px;
    color: #5c6b7e;
    font-size: 38px;
  }
  .header-mobile-menu-button.w--open {
    background-color: #fff;
    color: #001837;
  }
  .header-mobile-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f9f9f9;
    box-shadow: 10px 10px 50px 0 rgba(91, 106, 125, .51);
  }
  .sign-up-small-text {
    padding-top: 19px;
    line-height: 20px;
  }
  .tab {
    font-size: 19px;
  }
  .trial-list-sort {
    margin-top: 20px;
    float: left;
  }
  .listing-logo {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .list-sort-wrapper {
    position: relative;
  }
  .page-search-widget-four {
    width: 20%;
  }
  .blog-post-thumbnail {
    margin-bottom: 15px;
  }
  .blog-post-excerpt {
    width: 100%;
  }
  .find-a-trial-sidebar-border {
    padding: 5px;
  }
  ._10col {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .header-sign-in-button {
    display: block;
    height: 60px;
    margin-top: 40px;
    line-height: 39px;
  }
  .form-zip-code.empty-text-field {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-search {
    width: 100%;
    height: 60px;
  }
  .mini-search-form {
    width: auto;
  }
  .find-a-trial-form-selector {
    width: 100%;
    margin-bottom: 10px;
  }
  .grey-full {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .prefooter {
    height: auto;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    text-align: center;
  }
  .map-search-form-text {
    display: inline-block;
    padding-top: 0px;
    font-size: 28px;
    line-height: 44px;
  }
  .map-search-form-dropdown {
    height: 22px;
  }
  .map-search-form-input {
    font-size: 28px;
  }
  .green-button {
    width: 100%;
    height: 60px;
  }
  .map {
    display: block;
  }
  .footer-links-state {
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-bottom-links {
    display: block;
    padding-bottom: 15px;
  }
  .select-condition-dialog {
    display: none;
  }
  .text-left {
    text-align: center;
  }
  .select-condition-common {
    line-height: 36px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .select-conditions-all {
    line-height: 36px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .map-search {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-line-one {
    height: auto;
  }
  .map-search-form-dropdown-selected-text {
    margin-top: -9px;
    font-size: 28px;
  }
  .footer-links-condition {
    line-height: 30px;
    text-align: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .header-mobile-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-mobile-select {
    display: block;
    border-radius: 4px;
    background-color: #dce5f0;
    color: #5c6b7e;
    font-size: 16px;
  }
  .footer-mobile-select-dropdown-list {
    padding: 10px;
    border-radius: 4px;
    background-color: #5c6b7e;
  }
  .sign-in-window {
    width: 100%;
  }
  .create-account-button {
    width: 100%;
  }
  .field-heading {
    text-align: left;
  }
  .sign-up {
    width: 95%;
  }
  .sign-up-small-text {
    text-align: center;
  }
  .tab {
    width: 100%;
    border-radius: 4px;
  }
  .tab.w--current {
    margin-top: 5px;
    border: 1px solid #dce5f0;
  }
  .tab.three-tabs {
    width: 100%;
  }
  .text-field.single-field {
    width: 100%;
  }
  .list-results-wrapper {
    height: 100%;
  }
  .listing-top {
    width: 100%;
    float: none;
  }
  .listing-bottom {
    width: 100%;
    float: none;
    border-bottom: 1px solid #dce5f0;
  }
  .listing-right {
    position: static;
    width: 100%;
    padding-left: 20px;
    float: none;
    clear: none;
  }
  .bookmark-listing {
    position: relative;
    background-position: 0px 0px;
  }
  .listing-distance {
    text-align: left;
  }
  .listing-distance-wrapper {
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .general-info {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .site-info-tabs {
    width: 100%;
    float: none;
  }
  .site-info-tab {
    padding-left: 20px;
  }
  .site-info-tab-panel {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .map-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .membership-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .membership-select-sites {
    width: 100%;
  }
  .submit-button {
    width: 100%;
    margin-top: 20px;
  }
  .membership-back {
    width: 100%;
  }
  .buttons-wrapper {
    margin-top: 40px;
  }
  .text-field-apply {
    width: 100%;
  }
  .remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .my-sites-listing-logo {
    position: relative;
    top: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .listing-l {
    position: static;
    width: 100%;
    border-bottom: 1px solid #dce5f0;
    border-right-style: none;
  }
  .listing-m {
    width: 100%;
    margin-left: 0%;
  }
  .listing-r {
    position: static;
    width: 100%;
    border-top: 1px solid #dce5f0;
    border-left-style: none;
  }
  .floater {
    position: relative;
    top: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-search-widget-one {
    width: 100%;
    padding-right: 0px;
  }
  .page-search-widget-four {
    position: static;
    width: 100%;
    padding-top: 40px;
    float: left;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .find-a-trial-sidebar {
    display: none;
  }
  .categories-sidebar {
    margin-bottom: 40px;
  }
  .blog-copy {
    width: 100%;
  }
  .content-container {
    padding-bottom: 440px;
  }
  ._10col {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .map-search-form-text {
    font-size: 20px;
    line-height: 26px;
  }
  .map-search-form-input {
    font-size: 20px;
  }
  .map-search-form-dropdown-placeholder-text {
    font-size: 20px;
  }
  .form-line-one {
    padding-bottom: 0px;
  }
  .map-search-form-dropdown-selected-text {
    font-size: 20px;
  }
  .map-search-distance {
    font-size: 20px;
  }
  .map-search-conditions {
    font-size: 20px;
  }
}

