html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*	Frameless			<http://framelessgrid.com/>
 *	by Joni Korpi 		<http://jonikorpi.com/>
 *	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/> */
/*	Margin, padding, and border resets
 *	except for form elements */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0; }

/*	Consistency fixes
 *	adopted from http://necolas.github.com/normalize.css/ */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  font-size: 100%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto; }

/*	These are easy to forget */
::selection {
  background: #3399cc;
  color: white; }

::-moz-selection {
  background: #3399cc;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #3399cc; }

/*	Style overrides for IE6-8
 *	http://jonikorpi.com/leaving-old-IE-behind/ */
/*	An easy way to zoom your entire layout in or out (as long as it's set in ems).
 *	Just change the media queries to activate them.
 *	Assuming your base font-size is 16:
 *	- the first one zooms out by a factor of (16-2)/16 = 0.875
 *	- the second one zooms in by a factor of (16+2)/16 = 1.125 */
@media screen and (max-width: 1px) {
  body {
    font-size: 0.875em; } }
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125em; } }
body {
  font-family: "Lato", sans-serif;
  font-weight: 300; }

.wrapper {
  width: 960px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 40px 20px; }

h2, h3 {
  font-weight: 300; }

h2 {
  font-size: 32px;
  color: #04b5ff;
  line-height: 130%;
  margin-bottom: 20px; }

h3 {
  color: #04b5ff;
  line-height: 130%;
  margin-bottom: 20px; }

p {
  line-height: 130%;
  color: #555555; }

input {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 300; }

.button {
  font-size: 24px;
  font-weight: 300;
  color: #fdf7ef;
  padding: 15px 40px;
  background-color: #04b5ff;
  border: 0;
    border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  .button:hover {
    background-color: #37c4ff; }

.bullets {
  margin-left: 20px;
  margin-bottom: 20px; }
  .bullets li {
    margin-bottom: 8px;
    color: #555555;
    line-height: 130%;
    font-size: 18px; }
    .bullets li a {
      color: #0093d0;
      text-decoration: none; }
      .bullets li a:hover {
        color: #04b5ff; }
      .bullets li a:active, .bullets li a:focus {
        outline: 1px dotted #0093d0; }

header {
  height: 100px;
  background-color: white; }
  header .wrapper {
    padding: 0; }
  header h1 {
    padding: 10px 0; }
    header h1 img {
      height: 75px; }
  header nav {
    color: #fdf7ef;
    position: absolute;
    top: 20px;
    right: 100px;
    text-align: right; }
    header nav a {
      display: inline-block;
      color: #0093d0;
      padding: 20px 10px;
      margin-right: 10px;
      text-decoration: none; }
      header nav a:hover {
        color: #04b5ff; }
  header #login {
    display: block;
    width: 100px;
    height: 100px;
    background-color: white;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
    header #login a {
      text-decoration: none;
      color: #777777;
      display: block;
      padding: 10px;
      height: 100%;
      box-sizing: border-box; }
    header #login img {
      height: 50px; }
    header #login p {
      margin-top: 5px; }

section article, section aside {
  display: inline-block;
  vertical-align: top; }
section article {
  width: 33.75em; }
section aside {
  width: 23.75em; }
section .section_icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  top: 50px; }
  section .section_icon img {
    height: 60px;
    width: 60px; }
section .copy {
  color: #555555;
  margin-left: 5.625em;
  width: 23.75em; }
  section .copy p {
    margin-bottom: 30px;
    font-size: 24px;
    color: #555555; }

#home {
  background-color: #0093d0; }
  #home article {
    width: 28.75em;
    margin-right: 1.875em; }
  #home .copy h2 {
    color: white; }
  #home .copy p {
    color: white; }
  #home aside img {
    height: 280px;
    background-color: white;
    border: 10px solid #37c4ff;
    border-radius: 8px; }

#about_us {
  background-color: #f1efed; }
  #about_us aside img {
    height: 275px;
    background-color: #fdf7ef;
    border: 10px solid white;
    border-radius: 8px;
    margin-bottom: 20px; }
  #about_us aside h3 {
    padding: 0 10px;
    font-size: 24px; }

#features {
  background-color: white; }
  #features aside .bullets {
    margin-bottom: 40px; }

#jituzu_integration a {
  color: #0093d0;
  text-decoration: none; }
  #jituzu_integration a:hover {
    color: #04b5ff; }
#jituzu_integration .button {
  color: white; }
  #jituzu_integration .button:hover {
    color: white; }
#jituzu_integration h2 {
  position: relative; }
  #jituzu_integration h2 .section_icon {
    position: absolute;
    top: 10px;
    left: -90px; }

#jituzu_logo {
  height: 75px;
  margin: 30px 0;
  display: block; }

#hippa_compliant {
  margin-top: 30px;
  height: 250px; }

#pricing {
  background-color: #eeeeee; }
  #pricing .blue {
    color: #37c4ff;
    font-weight: 700; }
  #pricing aside .bullets {
    margin-bottom: 40px; }
  #pricing aside h2 + p {
    font-size: 24px; }

#newsletter {
  position: relative; }
  #newsletter .section_icon {
    left: -90px;
    top: 10px; }

#resources_nav a {
  background-color: #0093d0;
  padding: 10px 20px;
  color: white;
  font-size: 25.6px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  position: relative; }
  #resources_nav a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    background-image: url("../img/arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%; }
  #resources_nav a:hover {
    background-color: #04b5ff; }

#newsletter_signup input[type="email"] {
  border: 1px solid #cccccc;
  padding: 10px;
  color: #777777;
  font-size: 24px;
  font-family: "lato", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  width: 13.75em; }
  #newsletter_signup input[type="email"]:focus {
    color: #0093d0; }
#newsletter_signup button {
  font-family: "lato", sans-serif;
  font-weight: 300;
  padding: 10px 30px; }
#newsletter_signup small {
  display: block;
  font-size: 12.8px;
  margin: 10px 0;
  line-height: 140%;
  width: 23.75em; }

#contact {
  background-color: #f1efed; }
  #contact aside ul {
    list-style: none;
    white-space: nowrap;
    font-size: 20px; }
    #contact aside ul li {
      padding-bottom: 5px; }
    #contact aside ul strong, #contact aside ul p {
      display: inline-block;
      vertical-align: middle; }
    #contact aside ul strong {
      width: 8.75em;
      color: #555555; }
  #contact aside address {
    margin-top: 50px;
    font-style: normal;
    font-size: 20px; }
    #contact aside address a {
      text-decoration: none; }
    #contact aside address strong {
      color: #555555;
      display: block;
      padding-bottom: 10px; }

#map-canvas {
  height: 500px;
  width: 100%; }

footer {
  text-align: center; }
  footer p, footer a {
    display: inline-block;
    vertical-align: bottom;
    line-height: 130%; }
  footer a {
    color: #0093d0;
    text-decoration: none;
    margin-left: 10px; }
    footer a:hover {
      color: #04b5ff; }

.internal header {
  background-color: #f7f7f7; }
.internal .home {
  opacity: 0.7; }
  .internal .home p, .internal .home img {
    display: inline-block;
    vertical-align: middle; }
  .internal .home img {
    height: 30px;
    margin-right: 5px; }
  .internal .home p {
    color: #555555; }
  .internal .home:hover {
    opacity: 0.9; }

#references section {
  border-bottom: 1px solid #cccccc; }
#references h3 {
  font-size: 24px; }

#state_search, #era_search {
  width: 13.75em;
  border: 1px solid #cccccc;
  display: block;
  padding: 10px 5px;
  margin-bottom: 20px;
  font-size: 18px; }
  #state_search:focus, #era_search:focus {
    color: #0093d0;
    outline: 1px solid #0093d0; }

#state_forms, #state_forms_lists {
  display: inline-block;
  vertical-align: top; }

#state_forms {
  width: 18.75em;
  max-height: 400px;
  overflow-y: auto; }
  #state_forms a {
    background-color: #0093d0;
    padding: 10px 20px;
    color: white;
    font-size: 25.6px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    position: relative; }
    #state_forms a:after {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5;
      background-image: url("../img/arrow.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50%; }
    #state_forms a:hover, #state_forms a:focus, #state_forms a:active {
      background-color: #04b5ff;
      outline: 0; }

#state_forms_lists {
  margin-left: 3.75em; }
  #state_forms_lists > div {
    display: none; }

small.results {
  margin-bottom: 10px;
  display: block; }

#faqs h3 {
  font-size: 24px; }
#faqs p {
  font-size: 18px;
  padding-bottom: 20px;
  color: #555555; }
#faqs a {
  color: #0093d0; }
#faqs strong {
  font-weight: 700; }
#faqs section {
  padding-top: 30px;
  border-bottom: 1px solid #cccccc; }

#webinars p {
  font-size: 20px; }

#webinars_schedule {
  width: 100%;
  border: 1px solid #eeeeee; }
  #webinars_schedule thead {
    background: #eeeeee;
    text-align: left; }
  #webinars_schedule th, #webinars_schedule td {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 10px; }
  #webinars_schedule td {
    border-bottom: 1px solid #eeeeee; }
    #webinars_schedule td:nth-child(even) {
      background: #f7f7f7; }
  #webinars_schedule .button {
    position: relative;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }
    #webinars_schedule .button:after {
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5;
      background-image: url("../img/arrow.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 50%; }

#specialist a {
  color: #0093d0; }
  #specialist a:hover {
    color: #37c4ff; }
#specialist h4 {
  font-size: 20px;
  font-weight: 500;
  color: #04b5ff;
  margin-bottom: 10px;
  line-height: 130%; }
#specialist address {
  font-style: normal;
  line-height: 130%; }
#specialist article .copy {
  margin-left: 0;
  width: 28.75em; }
  #specialist article .copy p {
    font-size: 18px; }
#specialist aside p {
  font-size: 18px; }
#specialist hgroup {
  font-size: 24px; }
  #specialist hgroup img {
    margin-bottom: 20px; }
#specialist .specialist_contact {
  line-height: 130%; }
  #specialist .specialist_contact strong, #specialist .specialist_contact a {
    display: inline-block;
    vertical-align: top; }
  #specialist .specialist_contact strong {
    width: 150px; }

#specialist_list {
  list-style: none; }
  #specialist_list li {
    margin-bottom: 40px; }
