/* base styles */
/* line 1, sass/base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, sass/base.scss */
html,
body {
  background: #006dae url(../img/bedge_grunge.png) top center repeat;
  color: #333333;
  font-family: "Helvetica Neue", HelveticaNeue, helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 150%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 15, sass/base.scss */
h1 {
  color: #006dae;
  font-size: 2.6em;
}

/* line 19, sass/base.scss */
h2 {
  color: #1caed3;
  font-size: 2em;
  font-weight: 300;
}

/* line 24, sass/base.scss */
h3 {
  color: #39ac37;
  font-size: 1.4em;
}

/* line 28, sass/base.scss */
h4 {
  color: #006dae;
  font-size: .9em;
  text-transform: uppercase;
}

/* line 33, sass/base.scss */
h1, h3, h4 {
  font-weight: 900;
}

/* line 36, sass/base.scss */
h1, h2, h3, h4 {
  font-family: "Lato", sans-serif;
  letter-spacing: -.03em;
  line-height: 110%;
}

/* line 41, sass/base.scss */
h1, h2, h3, h4, ul, p {
  margin: 0px 0px 20px 0px;
}

/* line 45, sass/base.scss */
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

/* line 51, sass/base.scss */
ul {
  list-style: inside disc;
}

/* line 54, sass/base.scss */
ol {
  list-style: inside decimal;
}

/* line 57, sass/base.scss */
ul, ol {
  margin: 0px 0px 20px 10px;
}
/* line 59, sass/base.scss */
ul li, ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/* line 64, sass/base.scss */
p, li {
  font-size: 1em;
  line-height: 150%;
}

/* line 68, sass/base.scss */
b,
strong {
  font-weight: bold;
}

/* line 72, sass/base.scss */
i,
em {
  text-decoration: italic;
}

/* line 76, sass/base.scss */
a {
  color: #006dae;
  font-weight: bold;
}
/* line 79, sass/base.scss */
a:hover {
  text-decoration: none;
}
/* line 82, sass/base.scss */
a.btn {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #1caed3 url(../img/bedge_grunge.png) top center repeat;
  color: #ffffff;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: -.03em;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
}
/* line 93, sass/base.scss */
a.btn:hover {
  background: #199bbc url(../img/bedge_grunge.png) top center repeat;
}
/* line 96, sass/base.scss */
a.btn.btn-register {
  background: #79c060 url(../img/bedge_grunge.png) top center repeat;
  font-size: 1.4em;
  padding: 10px 15px;
}
/* line 100, sass/base.scss */
a.btn.btn-register:hover {
  background: #6ab94e url(../img/bedge_grunge.png) top center repeat;
}

/* line 106, sass/base.scss */
blockquote {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0px 0px 20px 0px;
  padding: 40px;
}
/* line 112, sass/base.scss */
blockquote p {
  color: #006dae;
  font-size: 1em;
  font-style: italic;
  text-shadow: none;
}
/* line 117, sass/base.scss */
blockquote p strong {
  color: #006dae;
  font-family: "Lato", sans-serif;
  font-size: .85em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/* line 126, sass/base.scss */
blockquote p:last-child {
  margin: 0px;
}

/* line 131, sass/base.scss */
img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: block;
  height: auto;
  margin: 0px 0px 20px 0px;
  padding: 4px;
  max-width: 100%;
}

/* line 142, sass/base.scss */
table {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0px 0px 30px 0px;
  width: 100%;
}
/* line 149, sass/base.scss */
table tr:nth-child(2n) {
  background: #fafafa;
}
/* line 153, sass/base.scss */
table td {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 1em;
  line-height: 150%;
  padding: 5px 10px;
  vertical-align: middle;
}
/* line 160, sass/base.scss */
table td:nth-child(1) {
  color: #006dae;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  width: 18%;
}

/* line 169, sass/base.scss */
.small {
  font-size: 0.8em;
}

/* line 172, sass/base.scss */
.pull-right {
  text-align: right;
}

/* line 175, sass/base.scss */
.center {
  text-align: center;
}

/* line 1, sass/reusable.scss */
ul.star {
  list-style-position: outside;
  list-style-type: none;
}
/* line 4, sass/reusable.scss */
ul.star li {
  background: url(../img/star.png) no-repeat 0 50%;
  padding: 0px 0px 0px 20px;
}

/* line 9, sass/reusable.scss */
.shadow {
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  margin: 0px auto 40px auto;
  padding: 0px 0px 20px 0px;
}

/* line 15, sass/reusable.scss */
.subnav ul {
  list-style-type: none;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
/* line 19, sass/reusable.scss */
.subnav ul li {
  background: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
/* line 24, sass/reusable.scss */
.subnav ul li a {
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #006dae;
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 5px 10px;
  text-decoration: none;
}
/* line 36, sass/reusable.scss */
.subnav ul li.active a, .subnav ul li:hover a {
  background: #006dae;
  border: 1px solid #006dae;
  color: #ffffff;
}

/* line 45, sass/reusable.scss */
.overlay {
  position: relative;
}
/* line 47, sass/reusable.scss */
.overlay p {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: .85em;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 125%;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  position: absolute;
}
/* line 59, sass/reusable.scss */
.overlay p strong {
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/* line 64, sass/reusable.scss */
.overlay p a {
  color: #ffffff;
  text-decoration: none;
}

/* line 70, sass/reusable.scss */
.warning {
  background: #79c060 url(../img/bedge_grunge.png) top center repeat;
  margin: 0px 0px 20px 0px;
  padding: 20px;
}
/* line 74, sass/reusable.scss */
.warning p {
  color: #ffffff;
  margin: 0px;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
}

/* line 81, sass/reusable.scss */
.white-box {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.03);
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0px 0px 30px 0px;
  padding: 20px 20px 0px 20px;
}

/* global styles */
/* line 1, sass/topbar.scss */
section.top-bar {
  background: rgba(0, 0, 0, 0.15);
  padding: 15px 0px;
}
/* line 4, sass/topbar.scss */
section.top-bar p {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: .9em;
  line-height: 125%;
  margin: 0px;
}
/* line 10, sass/topbar.scss */
section.top-bar p img {
  background: none;
  border: none;
  display: inline;
  float: left;
  height: 18px;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  width: auto;
}
/* line 20, sass/topbar.scss */
section.top-bar p a {
  color: #79c060;
  font-weight: bold;
}
/* line 23, sass/topbar.scss */
section.top-bar p a:hover {
  text-decoration: none;
}
/* line 26, sass/topbar.scss */
section.top-bar p a.phone {
  color: #1caed3;
  text-decoration: none;
}
/* line 32, sass/topbar.scss */
section.top-bar :nth-child(2) p {
  text-align: right;
}

/* line 2, sass/header.scss */
header .logo {
  padding: 32px 0px;
}
/* line 4, sass/header.scss */
header .logo img {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
/* line 12, sass/header.scss */
header nav ul.primary-nav {
  display: block;
  margin: 0px;
  text-align: right;
  position: relative;
}
/* line 17, sass/header.scss */
header nav ul.primary-nav > li {
  background: none;
  display: inline-block;
  margin: 58px 0px;
  padding: 0px 0px;
  position: relative;
}
/* line 23, sass/header.scss */
header nav ul.primary-nav > li > a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  color: #1caed3;
  font-family: "Lato", sans-serif;
  font-size: .8em;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0px 9px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 33, sass/header.scss */
header nav ul.primary-nav > li > a:hover {
  color: #ffffff;
}
/* line 36, sass/header.scss */
header nav ul.primary-nav > li > a.register {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #39ac37 url(../img/white_wave.png) top center repeat;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  font-size: 1em;
  letter-spacing: 0px;
  padding: 5px 10px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
  text-transform: none;
}
/* line 46, sass/header.scss */
header nav ul.primary-nav > li > a.register:hover {
  background: #339931 url(../img/white_wave.png) top center repeat;
}
/* line 51, sass/header.scss */
header nav ul.primary-nav > li.active a {
  color: #ffffff;
}
/* line 54, sass/header.scss */
header nav ul.primary-nav > li ul.subnav {
  -webkit-box-shadow: 0px 5px 20px 0px #0a3f4c;
  -moz-box-shadow: 0px 5px 20px 0px #0a3f4c;
  box-shadow: 0px 5px 20px 0px #0a3f4c;
  border: 1px solid #97dff1;
  background: #1caed3;
  display: none;
  position: absolute;
  padding: 0px;
  text-align: left;
  top: 22px;
  z-index: 1000;
}
/* line 64, sass/header.scss */
header nav ul.primary-nav > li ul.subnav > li {
  background: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
/* line 69, sass/header.scss */
header nav ul.primary-nav > li ul.subnav > li a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #3dc3e5;
  border-bottom: 1px solid #1689a6;
  color: #ffffff;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: .8em;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  white-space: nowrap;
}
/* line 86, sass/header.scss */
header nav ul.primary-nav > li ul.subnav > li a:hover {
  background-color: #1ba7ca;
  border-top: 1px solid #26bce2;
  border-bottom: 1px solid #199bbc;
}
/* line 95, sass/header.scss */
header nav ul.primary-nav > li:hover ul.subnav {
  display: block;
}

/* line 1, sass/forms.scss */
form {
  font-size: 1.2em;
}
/* line 4, sass/forms.scss */
form fieldset {
  border: 1px solid #006dae;
  margin-bottom: 20px;
  padding: 10px;
}
/* line 9, sass/forms.scss */
form legend {
  color: #006dae;
  font-weight: bold;
  padding: 0 10px;
}
/* line 14, sass/forms.scss */
form label {
  color: #1caed3;
  display: block;
  font-size: .8em;
  line-height: .8em;
  margin: 0px 0px 2px 0px;
  width: 100%;
}
/* line 22, sass/forms.scss */
form input, form textarea {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 3px;
  width: 100%;
}
/* line 28, sass/forms.scss */
form textarea {
  height: 210px;
}
/* line 31, sass/forms.scss */
form select {
  width: auto;
}
/* line 34, sass/forms.scss */
form input[type="submit"] {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #1caed3 url(../img/bedge_grunge.png) top center repeat;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  letter-spacing: -.03em;
  padding: 8px 10px;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
  width: auto;
}
/* line 48, sass/forms.scss */
form input[type="submit"]:hover {
  background: #199bbc url(../img/bedge_grunge.png) top center repeat;
}
/* line 52, sass/forms.scss */
form div.form-field {
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}
/* line 57, sass/forms.scss */
form ul.errorlist {
  list-style-type: none;
  margin: 0px;
}
/* line 60, sass/forms.scss */
form ul.errorlist li {
  margin: 0px 0px 5px 0px;
}
/* line 64, sass/forms.scss */
form .form-field-help {
  font-size: 0.7em;
  margin-top: .5em;
  color: #555;
}
/* line 70, sass/forms.scss */
form .form-field-has-error input, form .form-field-has-error textarea {
  border-color: #b94a48;
}
/* line 74, sass/forms.scss */
form input.invalid {
  border-color: #b94a48;
}
/* line 77, sass/forms.scss */
form .form-errors {
  color: #b94a48;
  border: 1px solid #eed3d7;
  background: #f2dede;
  padding: 5px;
}
/* line 83, sass/forms.scss */
form .errorlist {
  color: #b94a48;
  font-size: 0.7em;
}
/* line 87, sass/forms.scss */
form .card-logos {
  background: #ffffff;
  border: none;
  display: inline;
  height: auto;
  margin: 0px 0px 0px 5px;
  padding: 0;
  width: auto;
  vertical-align: middle;
}

/* line 100, sass/forms.scss */
#days-attending-list-choices ul {
  margin: 0;
}
/* line 103, sass/forms.scss */
#days-attending-list-choices li {
  display: inline-block;
  list-style: none;
}
/* line 107, sass/forms.scss */
#days-attending-list-choices label {
  background: #D1F0F8;
  border: 1px solid #1caed3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  margin-right: 10px;
  padding-left: 4px;
  vertical-align: middle;
}
/* line 119, sass/forms.scss */
#days-attending-list-choices input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* line 124, sass/forms.scss */
#days-attending-list-choices span {
  vertical-align: middle;
}

/* line 131, sass/forms.scss */
.seminar-select li {
  background: white;
  border: 1px solid #eee;
  list-style: none;
  padding: 4px;
}
/* line 137, sass/forms.scss */
.seminar-select img {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 143, sass/forms.scss */
.seminar-select .seminar-select-input
.seminar-select-image,
.seminar-select .seminar-select-title,
.seminar-select .seminar-select-dates {
  color: #222;
  display: block;
}
/* line 150, sass/forms.scss */
.seminar-select .seminar-select-list {
  margin-left: 0;
  padding-top: 10px;
}
/* line 154, sass/forms.scss */
.seminar-select .seminar-select-field {
  cursor: pointer;
}
/* line 157, sass/forms.scss */
.seminar-select .seminar-select-input {
  clear: left;
  display: block;
  float: left;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
/* line 158, sass/forms.scss */
.seminar-select .seminar-select-input input {
  width: auto;
}
/* line 168, sass/forms.scss */
.seminar-select .seminar-select-image {
  float: left;
  height: 60px;
  margin-right: 20px;
}
/* line 173, sass/forms.scss */
.seminar-select .seminar-select-title {
  line-height: 35px;
  font-size: 20px;
}

/* line 179, sass/forms.scss */
.form-actions {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  /* line 184, sass/forms.scss */
  div.form-field {
    width: 100% !important;
  }
}
/* line 3, sass/invoice.scss */
.invoice table td {
  width: auto;
  text-align: left;
}
/* line 7, sass/invoice.scss */
.invoice table .right {
  text-align: right;
}

@media print {
  /* line 2, sass/print.scss */
  nav {
    display: none;
  }

  /* line 5, sass/print.scss */
  .top-bar {
    display: none;
  }

  /* line 8, sass/print.scss */
  footer .sitemap ul {
    display: none;
  }

  /* line 11, sass/print.scss */
  footer .social {
    display: none;
  }
}
/* section styles */
/* line 1, sass/home.scss */
section.home-hero {
  padding: 0px 0px 40px 0px;
}
/* line 3, sass/home.scss */
section.home-hero h1 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 2.8em;
  font-weight: 300;
  margin: 0px;
  text-align: center;
}

/* line 12, sass/home.scss */
section.home-carousel-container {
  padding: 0px 0px 40px 0px;
}
/* line 14, sass/home.scss */
section.home-carousel-container .overlay {
  position: relative;
}
/* line 16, sass/home.scss */
section.home-carousel-container .overlay img {
  -webkit-box-shadow: 0px -20px 200px -40px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px -20px 200px -40px rgba(255, 255, 255, 0.5);
  box-shadow: 0px -20px 200px -40px rgba(255, 255, 255, 0.5);
  background: #ffffff;
  margin: 0px auto;
  padding: 4px;
}
/* line 22, sass/home.scss */
section.home-carousel-container .overlay p {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  background: #1caed3;
  bottom: 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 125%;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  position: absolute;
  text-align: center;
}
/* line 36, sass/home.scss */
section.home-carousel-container .overlay p.location {
  left: 0;
  margin-left: -10px;
}
/* line 40, sass/home.scss */
section.home-carousel-container .overlay p.read {
  margin-right: -10px;
  right: 0;
}
/* line 44, sass/home.scss */
section.home-carousel-container .overlay p strong {
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/* line 49, sass/home.scss */
section.home-carousel-container .overlay p a {
  color: #ffffff;
  text-decoration: none;
}

/* line 56, sass/home.scss */
section.home-about, section.home-testimonials {
  background: #ffffff url(../img/white_wave.png) top center repeat;
  padding: 0px 0px 20px 0px;
}
/* line 59, sass/home.scss */
section.home-about h1, section.home-testimonials h1 {
  margin: 0px 0px 40px 0px;
  text-align: center;
}

/* line 64, sass/home.scss */
section.home-upcoming {
  background: #1caed3 url(../img/bedge_grunge.png) top center repeat;
  margin: 0px 0px 40px 0px;
  padding: 40px 0px 1px 0px;
}
/* line 68, sass/home.scss */
section.home-upcoming h1 {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 2.8em;
  font-weight: 300;
  margin: 0px 0px 40px 0px;
  text-align: center;
}
/* line 77, sass/home.scss */
section.home-upcoming .overlay p {
  background: #006dae;
  left: 0;
  width: 100%;
}
/* line 82, sass/home.scss */
section.home-upcoming .overlay img {
  background: #ffffff;
  margin: 0px auto 40px auto;
  padding: 4px;
  width: 280px;
}

section.home-exam {
  padding: 0px 0px 20px 0px;
}
section.home-exam .block {
  padding: 1rem 1rem;
  box-sizing: content-box;
  margin-bottom: 1rem;
  color: white !important;
  border-radius: 3px;
  margin-left: -10px;
}
section.home-exam .block h3 {
  color: white;
  margin-bottom: 2px;
}
section.home-exam .block p {
  margin-bottom: 0px;
}
section.home-exam .block:last-child() {
  margin-bottom: 0;
}
section.home-exam .beach {
  padding-top: 1rem;
  background-image: url(../img/beach_gradient.png);
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
section.home-exam .block:nth-child(odd) {
  background-color: #1caed3;
}
section.home-exam .block:nth-child(even) {
  background-color: #39ac37;
}
@media only screen and (max-width: 959px) {
  section.home-exam .beach {
    background-image: none;
  }
  section.home-exam .container .two-thirds{
    width: 100%;
  }
}
section.home-exam .canyon{
  float: right;
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  section.home-exam .canyon{
    display: none;
  }
}

section.home-why-choose{
  background: #fff url(../img/white_wave.png) top center repeat;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 15px 0px;
}
section.home-why-choose .container{
  background: #eee url(../img/white_wave.png) top center repeat;
  height: 624px
}


section.home-why-choose .nurse .background-graphic {
  background: none;
	margin: 0 0 0 20px;
	padding: 0 12px 0 0;
	border: none;
	position: absolute;
  bottom: 0;
}

section.home-why-choose .nurse h2.title-bold {
  font-size: 2.35rem;
	font-weight: 400;
	line-height: 34px;
	margin: 10px 0 16px 32px;
  width: 235px;
  text-align: center;
}
section.home-why-choose .nurse h2.subtitle {
  color: black;
  font-weight: 400;
  width: 235px;
  margin-left: 32px;
  text-align: center;
}
section.home-why-choose .nurse .blue-bold {
  color: rgb(1, 83, 132);
	font-weight: bolder;
}

section.home-why-choose .block{
  display: inline-block;
  width: 22rem;
  height: 5rem;
  padding: 1rem 1rem;
  box-sizing: content-box;
  vertical-align: top;
}
section.home-why-choose .block-container:nth-child(odd) .block{
background-color: rgba(28, 174, 211, 1);
}
section.home-why-choose .block-container:nth-child(odd) .block-tri-pre{
display: inline-block;
margin-right: -.3rem;
border-left: solid 7rem rgb(255,255,255,0);
border-bottom: solid 7rem rgb(0, 109, 174);
}
section.home-why-choose .block-container:nth-child(odd) .block-tri-post{
display: inline-block;
margin-left: -.3rem;
border-right: solid 7rem rgb(255,255,255,0);
border-top: solid 7rem rgb(0, 109, 174);
}
section.home-why-choose .block-container:nth-child(odd) .block-divider{
background-color: rgb(1, 83, 132);
height: 1rem;
width: 7rem;
margin-top: -.375rem;
}
section.home-why-choose .block-container:nth-child(even) .block{
background-color: rgba(57, 172, 55, .75);
}
section.home-why-choose .block-container:nth-child(even) .block-tri-pre{
display: inline-block;
margin-right: -.3rem;
border-left: solid 7rem rgb(255,255,255,0);
border-top: solid 7rem rgb(57, 172, 55);
}
section.home-why-choose .block-container:nth-child(even) .block-tri-post{
display: inline-block;
margin-left: -.3rem;
border-right: solid 7rem rgb(255,255,255,0);
border-bottom: solid 7rem rgb(57, 172, 55);
}
section.home-why-choose .block-container:nth-child(even) .block-divider{
background-color: rgb(1, 83, 132);
height: 1rem;
width: 7rem;
margin-top: -.375rem;
margin-left: 30.95rem;
}
section.home-why-choose .block h3{
margin-block-start: -12px !important;
margin-block-end: 5px !important;
color: white;
margin-left: -6px;
}
section.home-why-choose .block p{
margin-block-start: 0 !important;
font-size: 1rem;
color: white;
margin-left: -6px;
line-height: 15px
}
section.home-why-choose .block a{
  color: white;
}
@media only screen and (max-width: 959px) {
  section.home-why-choose .nurse h2.title-bold {
    font-size: 2.35rem;
    font-weight: 400;
    line-height: 34px;
    margin: 10px 0 16px 0px;
    width: 100%;
    text-align: center;
  }
  section.home-why-choose .nurse h2.subtitle {
    color: black;
    font-weight: 400;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  section.home-why-choose .nurse .background-graphic  {
    display: none;
  }
  section.home-why-choose .container .one-third{
    width: 100% !important;
    text-align: center;
  }
  section.home-why-choose .container .two-thirds{
    width: 100% !important;
    text-align: center;
  }
  section.home-why-choose p, h3{
    text-align: left;
  }
  section.home-why-choose .block-container:nth-child(odd) .block-divider{
    margin-left: 5rem;
  }
  section.home-why-choose .block-container:nth-child(even) .block-divider{
    margin-left: 35.98rem;
    }
  section.home-why-choose .container{
    height: 739px
  }
}
@media only screen and (max-width: 768px) {
  
  section.home-why-choose .block-container .block-tri-pre, .block-tri-post{
    display: none !important;
  }
  section.home-why-choose .block-container, .block{
    width: 96% !important;
    height: auto!important;
  }
  section.home-why-choose .container{
    height: 100%;
  }
  section.home-why-choose .block-divider{
    display: none;
  }
  section.home-why-choose .block h3{
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: white;
    margin-left: 0px;
  }
  section.home-why-choose .block p{
    margin-block-start: 0 !important;
    font-size: .95rem;
    color: white;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  section.home-testimonials .column.mobile{
    display: none
  }
}

/* line 2, sass/seminars.scss */
.seminar-details-photos img {
  margin: 0 auto;
}

/* line 7, sass/seminars.scss */
.schedule-coming-soon {
  text-align: center;
}

/* line 11, sass/seminars.scss */
.schedule-alert {
  color: #b94a48;
  border: 1px solid #eed3d7;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

/* line 22, sass/seminars.scss */
.schedule .left {
  float: left;
}
/* line 26, sass/seminars.scss */
.schedule .right {
  float: right;
}
/* line 32, sass/seminars.scss */
.schedule .speaker {
  color: #999;
  font-size: 0.9em;
}
/* line 37, sass/seminars.scss */
.schedule .domains {
  text-align: right;
}
/* line 40, sass/seminars.scss */
.schedule .domains ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 45, sass/seminars.scss */
.schedule .domains ul li {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
/* line 52, sass/seminars.scss */
.schedule .domains .title {
  color: #CCC;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  /* line 74, sass/seminars.scss */
  .schedule .left {
    padding-bottom: 10px;
  }
  /* line 78, sass/seminars.scss */
  .schedule .right {
    clear: left;
    float: none;
    border-top: 1px solid #EEE;
    padding-top: 10px;
  }
  /* line 87, sass/seminars.scss */
  .schedule .domains .title {
    float: left;
  }
  /* line 91, sass/seminars.scss */
  .schedule .domains ul {
    float: right;
  }
}
@media only screen and (max-width: 479px) {
  /* line 107, sass/seminars.scss */
  .schedule .domains {
    text-align: left;
  }
  /* line 111, sass/seminars.scss */
  .schedule .domains .title {
    float: none;
  }
  /* line 115, sass/seminars.scss */
  .schedule .domains ul {
    float: none;
  }
}
/* line 1, sass/registration.scss */
.payment-details {
  color: #2F5D69;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px;
}
/* line 7, sass/registration.scss */
.payment-details .title {
  text-transform: none;
}
/* line 10, sass/registration.scss */
.payment-details ul {
  margin: 0;
}
/* line 12, sass/registration.scss */
.payment-details ul li {
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}
/* line 17, sass/registration.scss */
.payment-details ul li span.label {
  display: block;
  float: left;
  margin: 5px;
}
/* line 22, sass/registration.scss */
.payment-details ul li span.value {
  display: block;
  float: right;
  font-weight: bold;
  margin: 5px;
}
/* line 29, sass/registration.scss */
.payment-details ul li.price {
  font-weight: bold;
}
/* line 32, sass/registration.scss */
.payment-details ul li.discount {
  border-top: 1px dotted #4E8FA0;
}
/* line 35, sass/registration.scss */
.payment-details ul li.total {
  border: 1px solid #4E8FA0;
  background: #BDD6DD;
  font-weight: bold;
  margin-top: 2px;
}

/* line 44, sass/registration.scss */
.payment-option {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px;
}

/* line 2, sass/testimonials.scss */
.testimonials .testimonials-cta {
  color: #555;
  padding: 0px 40px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

/* line 21, sass/styles.scss */
div.content {
  background: #ffffff url(../img/white_wave.png) top center repeat;
  padding: 40px 0px 20px 0px;
}
/* line 25, sass/styles.scss */
div.content section.seminars-list h1 {
  text-align: center;
}
/* line 28, sass/styles.scss */
div.content section.seminars-list h3 {
  font-size: 1.2em;
  margin: 0px;
}
/* line 32, sass/styles.scss */
div.content section.seminars-list .student-seminar-promo {
  text-align: center;
}
/* line 35, sass/styles.scss */
div.content section.seminars-list .thumbnail img {
  margin: 0 auto;
}
/* line 38, sass/styles.scss */
div.content section.seminars-list .registration-info {
  margin: 15px 0;
}
/* line 40, sass/styles.scss */
div.content section.seminars-list .registration-info h4 {
  font-size: 13px;
  margin: 0;
}
/* line 44, sass/styles.scss */
div.content section.seminars-list .registration-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 48, sass/styles.scss */
div.content section.seminars-list .registration-info ul li {
  font-size: 12px;
  margin: 2px 0;
  padding: 0;
}
/* line 57, sass/styles.scss */
div.content section.seminar-details .page-header, div.content section.about .page-header {
  margin-bottom: 40px;
}
/* line 60, sass/styles.scss */
div.content section.seminar-details .page-header h1, div.content section.about .page-header h1 {
  margin: 0px 0px 5px 0px;
  text-align: center;
}
/* line 65, sass/styles.scss */
div.content section.seminar-details .page-header h2, div.content section.about .page-header h2 {
  text-align: center;
}
/* line 72, sass/styles.scss */
div.content section.seminar-details p.register {
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
  text-align: center;
}
/* line 79, sass/styles.scss */
div.content section.seminar-details .overlay p {
  background: #006dae;
  margin-right: -10px;
  right: 0;
}
/* line 86, sass/styles.scss */
div.content section.seminar-details article.details p, div.content section.seminar-details article.photos p, div.content section.seminar-details article.speakers p {
  clear: left;
  font-size: .85em;
}
/* line 90, sass/styles.scss */
div.content section.seminar-details article.details .registration-discounts, div.content section.seminar-details article.photos .registration-discounts, div.content section.seminar-details article.speakers .registration-discounts {
  margin: 15px 0;
}
/* line 92, sass/styles.scss */
div.content section.seminar-details article.details .registration-discounts h4, div.content section.seminar-details article.photos .registration-discounts h4, div.content section.seminar-details article.speakers .registration-discounts h4 {
  font-size: 13px;
  margin: 0;
}
/* line 96, sass/styles.scss */
div.content section.seminar-details article.details .registration-discounts ul, div.content section.seminar-details article.photos .registration-discounts ul, div.content section.seminar-details article.speakers .registration-discounts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 100, sass/styles.scss */
div.content section.seminar-details article.details .registration-discounts ul li, div.content section.seminar-details article.photos .registration-discounts ul li, div.content section.seminar-details article.speakers .registration-discounts ul li {
  font-size: 12px;
  margin: 2px 0;
  padding: 0;
}
/* line 109, sass/styles.scss */
div.content section.seminar-details article.photos img {
  float: left;
  margin: 0px 1% 5px 1%;
  width: 48%;
}
/* line 115, sass/styles.scss */
div.content section.seminar-details article.speakers {
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 0px 0px 1px 0px;
}
/* line 119, sass/styles.scss */
div.content section.seminar-details article.speakers img {
  float: right;
  margin: 0px 0px 20px 20px;
  width: 30%;
}
/* line 134, sass/styles.scss */
div.content section.registration .overlay p {
  background: #006dae;
  left: 0;
  width: 100%;
}
/* line 139, sass/styles.scss */
div.content section.registration .overlay img {
  background: #ffffff;
  margin: 0px auto 40px auto;
  padding: 4px;
  width: 280px;
}

/* line 149, sass/styles.scss */
.mfp-content img {
  border: none;
  background: none;
  padding: none;
}

/* line 155, sass/styles.scss */
.page-subtitle {
  text-align: center;
}

.virtual-subtitle {
  font-size: 1.8rem;
}

/* line 1, sass/footer.scss */
footer {
  background: #006dae url(../img/bedge_grunge.png) top center repeat;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 0px 20px 0px;
}
/* line 5, sass/footer.scss */
footer h1, footer li, footer p {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}
/* line 8, sass/footer.scss */
footer h1, footer ul, footer p {
  margin: 0px 0px 20px 0px;
}
/* line 11, sass/footer.scss */
footer li, footer p {
  color: #ffffff;
  font-size: .9em;
  line-height: 150%;
}
/* line 17, sass/footer.scss */
footer h1 img {
  background: none;
  border: none;
  margin-bottom: 34px;
  padding: 0px;
  width: 75%;
}
/* line 25, sass/footer.scss */
footer h2 {
  color: #1caed3;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 100%;
}
/* line 32, sass/footer.scss */
footer p strong {
  color: #1caed3;
}
/* line 35, sass/footer.scss */
footer p img {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: none;
  border: none;
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  width: 14%;
}
/* line 44, sass/footer.scss */
footer p a {
  color: #ffffff;
  text-decoration: none;
}
/* line 49, sass/footer.scss */
footer ul {
  list-style-position: outside;
  list-style-type: none;
}
/* line 52, sass/footer.scss */
footer ul li {
  margin: 0px;
  padding: 0px;
}
/* line 55, sass/footer.scss */
footer ul li a {
  color: #79c060;
  font-weight: bold;
}
/* line 58, sass/footer.scss */
footer ul li a:hover {
  text-decoration: none;
}
/* line 62, sass/footer.scss */
footer ul li ul {
  margin: 0px 0px 0px 20px;
}
/* line 64, sass/footer.scss */
footer ul li ul li {
  font-size: 1em;
}
/* line 70, sass/footer.scss */
footer form {
  margin-bottom: 10px;
}
/* line 72, sass/footer.scss */
footer form ::-webkit-input-placeholder {
  color: #333333;
}
/* line 75, sass/footer.scss */
footer form ::-moz-placeholder {
  color: #333333;
}
/* line 78, sass/footer.scss */
footer form :-ms-input-placeholder {
  color: #333333;
}
/* line 81, sass/footer.scss */
footer form input:-moz-placeholder {
  color: #333333;
}
/* line 84, sass/footer.scss */
footer form input[type="text"] {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
  float: left;
  padding: 8px;
  width: 184px;
}
/* line 91, sass/footer.scss */
footer form input[type="submit"] {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #39ac37 url(../img/white_wave.png) top center repeat;
  border: none;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: -.03em;
  padding: 5px 15px;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
}
/* line 106, sass/footer.scss */
footer form input[type="submit"]:hover {
  background: #339931 url(../img/white_wave.png) top center repeat;
}

@media only screen and (max-width: 959px) {
  /* line 4, sass/queries.scss */
  table td:nth-child(1) {
    width: 23%;
  }

  /* line 9, sass/queries.scss */
  section.top-bar {
    padding: 10px 0px;
  }
  /* line 11, sass/queries.scss */
  section.top-bar p {
    font-size: .75em;
  }
  /* line 13, sass/queries.scss */
  section.top-bar p img {
    height: 16px;
  }

  /* line 22, sass/queries.scss */
  header nav ul li a {
    font-size: .75em;
    line-height: 122px;
    margin: 0px 6px;
  }
  /* line 26, sass/queries.scss */
  header nav ul li a.register {
    font-size: .9em;
  }

  /* line 37, sass/queries.scss */
  div.content section.home-upcoming .overlay img {
    width: 215px;
  }

  /* line 45, sass/queries.scss */
  footer h1 img {
    width: 96%;
  }
  /* line 50, sass/queries.scss */
  footer p img {
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 61, sass/queries.scss */
  header nav ul.primary-nav > li {
    margin: 0;
  }
  /* line 64, sass/queries.scss */
  header nav ul.primary-nav > li:hover ul.subnav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 77, sass/queries.scss */
  table td:nth-child(1) {
    width: 24%;
  }

  /* line 82, sass/queries.scss */
  section.top-bar {
    display: none;
    padding: 10px 0px 5px 0px;
  }
  /* line 85, sass/queries.scss */
  section.top-bar p {
    font-size: .9em;
    margin: 0px 0px 5px 0px;
    text-align: left !important;
  }
  /* line 89, sass/queries.scss */
  section.top-bar p img {
    height: 18px;
  }

  /* line 95, sass/queries.scss */
  header .logo {
    padding: 20px 0px;
  }
  /* line 97, sass/queries.scss */
  header .logo img {
    margin: 0px auto;
    width: 66%;
  }
  /* line 103, sass/queries.scss */
  header nav ul.primary-nav {
    text-align: center;
  }
  /* line 105, sass/queries.scss */
  header nav ul.primary-nav > li {
    display: block;
  }
  /* line 107, sass/queries.scss */
  header nav ul.primary-nav > li a {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    float: left;
    font-size: .85em;
    letter-spacing: 0px;
    padding: 0px;
    text-transform: none;
    width: 23%;
  }
  /* line 117, sass/queries.scss */
  header nav ul.primary-nav > li a.register {
    font-size: .85em;
    height: auto;
    line-height: 100%;
    margin: 0px 1% 10px 1%;
    padding: 10px 0px;
    width: 98%;
  }
  /* line 125, sass/queries.scss */
  header nav ul.primary-nav > li a .mobile-name {
    display: none;
  }
  /* line 130, sass/queries.scss */
  header nav ul.primary-nav > li:hover ul.subnav {
    display: none;
  }

  /* line 138, sass/queries.scss */
  section.home-hero {
    padding: 0px 0px 20px 0px;
  }

  /* line 141, sass/queries.scss */
  section.home-carousel-container {
    display: none;
  }

  /* line 147, sass/queries.scss */
  div.content section.home-upcoming .overlay img {
    width: 400px;
  }

  /* line 153, sass/queries.scss */
  footer {
    padding: 40px 0px;
  }
  /* line 156, sass/queries.scss */
  footer h1 img {
    width: 66%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 168, sass/queries.scss */
  header nav ul.primary-nav > li a {
    height: 97px;
    line-height: 97px;
    margin: 0px 1% 8px 1%;
  }

  /* line 178, sass/queries.scss */
  section.home-hero h1 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 479px) {
  /* line 187, sass/queries.scss */
  table td:nth-child(1) {
    width: 33%;
  }

  /* line 196, sass/queries.scss */
  header nav ul.primary-nav > li a {
    height: 69px;
    line-height: 69px;
    margin: 0px 1% 6px 1%;
  }

  /* line 206, sass/queries.scss */
  section.home-hero h1 {
    font-size: 1.8em;
    padding: 0px 30px;
  }

  /* line 214, sass/queries.scss */
  div.content section.home-upcoming .overlay img {
    width: 280px;
  }
}
