body {
  background-color: #edeff2;
  font-family:'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}
h1 {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
	margin-bottom: 0px;
	padding-top: 10px;
	color: black;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 0px;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
}
h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h6 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
	margin-bottom: 15px;
	color: #545f69;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}
.button {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  background-color: #2e9dff;
}
.button.w--current {
  background-color: #2e80b6;
}
.button.in-body {
  margin-bottom: 10px;
}
.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}
.navigation-link:hover {
  color: #2e9dff;
}
.navigation-bar {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px;
}
.navigation-menu {
  left: 0px;
  top: 0px;
}
.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section {
  position: relative;
  padding: 50px 10px;
  background-color: white;
  text-align: center;
}
.section.accent {
  background-color: #2e80b6;
}
.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: white;
  text-align: center;
}
.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}
.hero-section.centered {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 200px;
  border-bottom: 4px none #69b9ff;
  background-image: url('../images/sfbasg-bg-img-july-2.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}
.hero-heading {
  margin-bottom: 30px;
  padding-top: 49px;
  color: white;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}
.hero-subheading {
  margin-bottom: 40px;
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-subheading.first {
  margin-bottom: 10px;
}
.hollow-button {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 20px;
	border: 1px solid #ECBC39;
	border-radius: 4px;
	-webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
	transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
	color: #ECBC39;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.hollow-button:hover {
  border-color: #bec3c7;
  color: #bec3c7;
}
.section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  color: #e64c40;
  font-size: 50px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.section-heading.white {
  color: white;
}
.section-subheading {
  text-align: left;
}
.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.section-subheading.white {
  color: white;
}
.section-title-group {
  margin-bottom: 0px;
}
.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid black;
  border-radius: 3px;
  box-shadow: rgba(64, 64, 71, 0.29) 0px 0px 0px 1px;
}
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #474745;
  text-align: center;
}
.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.info-icon {
  float: left;
}
.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5e0;
  color: #343a40;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}
.footer-link:hover {
  color: #fa4205;
}
.footer-link.with-icon {
  display: block;
  margin-right: 0px;
  margin-left: 10px;
  padding-bottom: 0px;
  float: left;
  border-bottom-style: none;
}
.footer-link-wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
}
.white-text {
  margin-bottom: 20px;
  color: white;
}
.row-8-4 {
  margin-top: 25px;
  color: transparent;
  text-align: left;
}
.hero-content {
  margin-left: 37%;
}
.logo-tms {
  color: black;
  font-weight: 700;
}
.logo-sf {
  color: #8e8e9c;
  font-weight: 400;
}
.logo-b {
  color: #e64c40;
  font-weight: 400;
}
.logo-s2 {
  color: #a8d069;
}
.logo-g {
  color: #c26963;
  font-weight: 400;
}
.col-left {
  text-align: left;
}
.col-right-centered {
  text-align: center;
}
.blue {
  color: #3b99d9;
  font-weight: 600;
}
.topnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 3px 0px;
}
.nav-link {
  color: #546a7d;
}
.nav-link.w--current {
  border-top-style: none;
}
.map {
  height: 325px;
  border: 1px solid #8e8e9c;
}
.map-text {
  color: #676770;
  font-size: 15px;
}
.map-text-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.link-body {
  color: #e64c40;
  text-decoration: none;
}
.link-body:hover {
  text-decoration: underline;
}
.social-link {
  float: right;
}
.col-body {
  padding-right: 20px;
}
.agenda {
  padding-left: 20px;
  color: #545f69;
  font-size: 15px;
}
.emphasis {
  color: black;
  font-weight: 600;
}
.resources {
  margin-top: 25px;
}
.col-right {
  padding-top: 15px;
}
.photo {
  margin-bottom: 15px;
}
.caption {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #676770;
  font-size: 15px;
}
.sidebar {
  margin-bottom: 10px;
  color: black;
  text-transform: uppercase;
}
.logo-separator {
  color: #676770;
  font-weight: 300;
}
html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}
html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}
html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}
@media (max-width: 991px) {
  h3 {
    color: black;
  }
  .navigation-link {
    color: rgba(255, 255, 255, 0.52);
  }
  .navigation-link.w--current {
    color: white;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section {
    padding-top: 40px;
  }
  .hero-section.centered {
    padding-top: 70px;
    padding-bottom: 216px;
    background-position: 39% 10%;
  }
  .hero-heading {
    padding-top: 0px;
    font-size: 56px;
    line-height: 66px;
  }
  .hero-subheading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .hero-content {
    margin-left: 22%;
  }
  .col-right-centered {
    text-align: center;
  }
  .navmenu {
    background-color: #3b99d9;
  }
  .nav-link {
    color: #d3d9de;
  }
  .nav-link:hover {
    color: white;
  }
  .nav-link.w--current {
    color: white;
  }
  .map {
    margin-top: 15px;
  }
  .agenda {
    margin-bottom: 5px;
    color: #545f69;
    font-size: 15px;
  }
  .caption {
    margin-bottom: 40px;
  }
  .sidebar {
    margin-bottom: 10px;
    color: black;
  }
  .tablet {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 95px;
    padding-bottom: 150px;
    background-position: 28% 10%;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 45px;
    line-height: 55px;
  }
  .hero-subheading {
    font-size: 18px;
    font-weight: 400;
    text-shadow: rgba(181, 71, 7, 0.49) 1px 1px 8px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .col-left {
    text-align: center;
  }
  .col-right-centered {
    top: 1px;
    padding-top: 30px;
  }
  .blue {
	margin-top: 0px;
	border-top-style: none;
	color: #3b99d9;
  }
  .sidebar {
    margin-top: 25px;
    padding-top: 5px;
    border-top: 1px solid #676770;
  }
  .smartphone-only {
    margin-top: 0px;
    margin-bottom: 20px;
    border-top-style: none;
  }
}
@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .section {
    padding-top: 30px;
  }
  .hero-section.centered {
    margin-top: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 33% -24%;
  }
  .hero-heading {
    font-size: 27px;
    line-height: 34px;
  }
  .hero-subheading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-shadow: rgba(181, 71, 7, 0.49) 1px 1px 8px;
  }
  .section-heading {
    font-size: 48px;
    line-height: 52px;
  }
  .section-heading.white {
    font-size: 48px;
    line-height: 52px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-title-group {
    margin-bottom: 0px;
    padding-left: 10px;
  }
  .footer-link.with-icon {
    margin-right: 5px;
    margin-left: 4px;
  }
  .hero-content {
    padding-top: 20px;
  }
  .col-left {
    text-align: center;
  }
  .col-right-centered {
    padding-top: 30px;
  }
  .blue {
	margin-top: 0px;
	color: #3b99d9;
  }
  .smartphone-only {
    border-top-style: none;
  }
}

.sub-subhead {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	color: #F0F0F0;
	text-transform: uppercase;
}
li {
	margin-bottom: 8px;
}
li.last {
	margin-bottom:20px;
}
a.orange {
	color:#FF6E01;
	text-decoration: none;
}
.gray-border {
	border: 1px solid #BABABA;
	margin-bottom:15px;
}

.yellow {
	color: #ECBC39;
}
.box {
	padding: 5px;
	margin-bottom: 20px;
}
.patients {
	background-color: #FFC31D;
}
.medical {
	background-color: #79B0EB;
}
.all {
	background-color: #FE6C04;
}
div.box.medical li {
	color: #FFF;
}
div.box.patients li {
	color: #FFF;
}
div.box.all li {
	color: #FFF;
}
/*div.box.patients h4.sub-subhead {
	color: #FFE9C8;
}*/
