.font_arial {
  font-family: Arial, 'Sans-serif regular';
}
.font_helvetica {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.font_calibri {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.font_bree {
  font-family: Bree, 'bree', calibri, Arial;
}
.font_body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.font_title {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.font_article {
  font-family: Arial, 'Sans-serif regular';
}
body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  color: #1679cb;
  line-height: 1.2em;
}
h1 {
  font-size: 36px;
  margin-top: 0;
  border-bottom: 1px solid #cacaca;
}
h5 {
  background-color: #7dc3ea;
  color: white;
  padding: 7px 10px;
  font-size: 17px;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ir {
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ir:before {
  width: 0;
  height: 100%;
  content: "";
  display: block;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.curved {
  border-radius: 5px;
}
.fake-table {
  display: table;
  width: 100%;
}
.fake-table > * {
  display: table-cell;
  vertical-align: top;
}
.center {
  margin: 0 auto;
}
.center-text {
  text-align: center;
}
.center-text.button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.restrict-width {
  width: 70%;
}
.inset {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10px;
}
.inset:before,
.inset:after {
  content: " ";
  display: table;
}
.inset:after {
  clear: both;
}
.compact {
  margin: 0;
  padding: 0;
}
.compact > li {
  margin: 0;
  display: block;
}
.horizontal:before,
.horizontal:after {
  content: " ";
  display: table;
}
.horizontal:after {
  clear: both;
}
.horizontal > li {
  float: left;
}
.debug {
  box-shadow: 0 0 2px black inset;
}
.debugl {
  box-shadow: 0 0 2px white inset;
}
.columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
}
.columns .column {
  display: table-cell;
  position: relative;
  vertical-align: top;
}
.columns .bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.columns.two .column {
  width: 46%;
}
.columns.two .column + .column {
  padding-left: 4%;
}
.columns.three .column {
  width: 31%;
}
.columns.three .column + .column {
  padding-left: 3%;
}
.columns.column-style-gutter .column + .column {
  padding-left: 1em;
}
.split {
  width: 100%;
  display: table;
}
.split > .left,
.split > .right {
  display: table-cell;
  vertical-align: top;
}
.split.even > .left,
.split > .right {
  width: 50%;
}
.split.vertical-center > .left,
.split > .right {
  vertical-align: middle;
}
.split.uneven.one-quarter > .left {
  width: 25.0%;
}
.split.uneven.one-third > .left {
  width: 33.3%;
}
.split.uneven.two-fifths > .left {
  width: 40.0%;
}
.split.uneven.two-thirds > .left {
  width: 66.6%;
}
.split.uneven.three-quarters > .left {
  width: 75.0%;
}
.visual-split {
  position: relative;
}
.visual-split > * {
  display: block;
  margin-bottom: 0;
}
.visual-split > * + * {
  margin-top: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 15px;
  line-height: 1.2em;
  color: #5a5b5e;
  margin: 0 auto;
  max-width: 924px;
  background: #97d3e6 url(../img/background.png) repeat-x left top;
}
a {
  color: #1679cb;
}
@media only screen and (min-width: 500px) {
  body {
    padding: 15px;
  }
}
@media only screen and (min-width: 924px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}
header {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 14px;
  text-align: center;
}
header .phone {
  color: #269bdc;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media only screen and (min-width: 500px) {
  header {
    height: 100px;
  }
  .logo {
    float: left;
  }
  .contact {
    float: right;
  }
}
@media only screen and (max-width: 500px) {
  header {
    padding-bottom: 8px;
    margin-bottom: 0px;
  }
  header .contact .phone,
  header .contact .button {
    font-size: 20px;
  }
  header > a {
    display: block;
    margin-bottom: 15px;
  }
  header > a img {
    max-width: 100%;
  }
  header .phone {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 0;
  }
}
footer {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding: 23px 23px 2px;
  background: #ffffff;
  margin-top: 15px;
}
footer .inner {
  padding: 16px;
  position: relative;
  background: #269bdc;
  min-height: 85px;
}
footer .inner:before,
footer .inner:after {
  content: " ";
  display: table;
}
footer .inner:after {
  clear: both;
}
footer .social-links {
  float: right;
}
.contact-details {
  position: absolute;
  bottom: 11.5px;
  left: 11.5px;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.4em;
}
.contact-details a,
.contact-details span {
  display: block;
  color: white;
  text-decoration: none;
}
.contact-details .phone {
  font-size: 20px;
  padding-bottom: 3px;
}
.fineprint {
  padding: 9px 0;
  font-size: 11px;
  color: #269bdc;
}
.fineprint a {
  text-transform: lowercase;
  text-decoration: none;
  color: #00a9d5;
  margin-right: 10px;
}
.fineprint .copyright {
  margin: 0;
}
@media only screen and (min-width: 500px) {
  .fineprint .footer-links {
    margin: 0;
  }
  .fineprint .copyright {
    float: right;
  }
}
@media only screen and (max-width: 500px) {
  footer .inner {
    min-height: 130px;
  }
  .contact-details {
    letter-spacing: 0;
    padding-right: 44px;
  }
  .copyright {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
nav {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav li {
  display: inline-block;
  padding-right: 13px;
  border-right: 1px solid #868b8d;
  margin: 2px 8px 2px 0;
}
nav li:last-child {
  border: 0px none;
}
nav a {
  color: #868b8d;
  text-decoration: none;
}
nav li.selected > a {
  color: #00a9d5;
}
@media only screen and (max-width: 924px) {
  .style-top-nav {
    padding-left: 10px;
  }
  nav .transformer-nav {
    color: white;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 0;
    background: url('../img/menu.png') right top no-repeat #7dc3ea;
  }
  nav .open-btn {
    padding-left: 10px;
    font-weight: bold;
  }
  nav .is-open {
    background-image: none;
  }
  nav .is-open .open-btn {
    padding-bottom: 8px;
  }
  nav li {
    float: none;
    border: 0px none;
    display: block;
    padding: 0 !important;
  }
  nav a {
    border-radius: 5px;
    display: inline-block;
    padding: 0 6px 0 20px !important;
    background: url(../img/bullet1.png) no-repeat left center;
  }
  nav .selected a {
    color: white !important;
    background: #e1007b;
  }
  nav a {
    font-size: 16px;
    color: white;
    margin: 0;
  }
}
@media only screen and (min-width: 500px) {
  .transformer-nav .open-btn {
    display: none;
  }
}
@media only screen and (max-width: 924px) {
  .transformer-nav .open-btn {
    display: block;
    cursor: pointer;
  }
  .transformer-nav ul {
    display: none;
  }
  .transformer-nav.is-open ul {
    display: block;
  }
  .transformer-nav:empty {
    display: none;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
}
.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
}
.breadcrumbs li + li {
  margin-left: 5px;
}
.breadcrumbs a {
  text-decoration: none;
  margin-right: 5px;
}
@media only screen and (max-width: 500px) {
  .breadcrumbs {
    display: none;
  }
}
.search-box {
  position: relative;
}
.search-box input[type="text"] {
  margin: 0;
  font-size: 10px;
  padding: 2px 25px 2px 4px;
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  line-height: 13px;
  background: white;
  color: #5a5b5e;
  height: 25px;
  max-width: 100%;
}
.search-box input[type="submit"] {
  position: absolute;
  right: 7px;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/search.png) no-repeat right center;
}
@media only screen and (min-width: 924px) {
  .search-box {
    float: right;
  }
  .search-box input[type="text"] {
    width: 150px;
  }
  .search-box input[type="submit"] {
    top: 4px;
  }
}
@media only screen and (max-width: 924px) {
  .search-box {
    padding: 10px 0;
  }
  .search-box input[type="text"] {
    width: 100%;
  }
  .search-box input[type="submit"] {
    top: 15px;
  }
}
.list-style-plain {
  border: 0;
  margin: 0;
  padding: 0;
}
.list-style-downloads > li > a {
  background-image: url('../img/bullet4.png') !important;
  background-position: 16px 7px !important;
}
.list-style-downloads > li > a:hover {
  color: #fedb47;
}
form {
  display: block;
  width: 100%;
}
form .prompt,
form label {
  margin: 0 0 0.7em;
}
form label,
form input {
  vertical-align: middle;
}
form label {
  display: inline-block;
  width: 35%;
  max-width: 200px;
}
form label.error {
  color: red;
  display: block;
  width: 100%;
  max-width: 540px;
  margin-top: -20px;
  font-style: italic;
}
form input[type=text],
form input[type=email],
form input[type=password],
form textarea {
  width: 63%;
  max-width: 350px;
}
form input[type=text].error,
form input[type=email].error,
form input[type=password].error,
form textarea.error {
  background: #ffeeee;
}
form textarea {
  display: inline-block;
  width: 63%;
  min-height: 100px;
  resize: vertical;
}
form textarea.big {
  max-width: 500px;
}
form .row {
  margin-bottom: 0.3em;
}
form .row .inline > * {
  display: inline-block;
}
.dn,
.row-dn {
  display: none;
}
.style-form-checkbox-items {
  position: relative;
  padding-bottom: 1em;
}
.style-form-checkbox-items:before,
.style-form-checkbox-items:after {
  content: " ";
  display: table;
}
.style-form-checkbox-items:after {
  clear: both;
}
.style-form-checkbox-item label,
.style-form-checkbox-item input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 2em;
  width: auto !important;
}
.style-form-checkbox-item label {
  margin-left: 5px;
}
@media only screen and (min-width: 924px) {
  .style-form-checkbox-item {
    width: 33%;
    float: left;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
.uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted #52a8ec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px ;
  margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button {
  color: #333333;
  display: inline-block;
  text-align: center;
  background: #269bdc;
  border-radius: 4px;
  padding: 0 14px;
  color: white;
}
.large {
  font-size: 23px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  border: none;
  text-decoration: none;
}
.med {
  font-weight: bold;
  border: none;
  text-decoration: none;
  font-size: 15px;
  padding: 7px 16px;
}
.button-style-3d {
  background: grey;
  text-shadow: none;
  border-color: black;
}
.strip {
  background-color: white;
  padding-left: 23px;
  padding-right: 23px;
}
.strip.pad {
  padding-top: 23px;
  padding-bottom: 23px;
}
.strip.pad-top {
  padding-top: 23px;
}
.strip.pad-bottom {
  padding-bottom: 23px;
}
.strip.gap {
  margin-top: 14px;
}
@media only screen and (min-width: 500px) {
  .strip.round-top {
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (min-width: 500px) {
  .column-layout {
    display: table;
    width: 100%;
  }
  .column-layout > * {
    display: table-cell;
    vertical-align: top;
  }
  .sidebar {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
  }
  .sidebar + .content {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 924px) {
  .sidebar:empty + .content {
    padding-left: 0;
  }
}
.sidebar {
  border-radius: 5px;
  background: #7dc3ea;
  padding: 12px;
}
.sidebar h2 {
  display: block !important;
  font-size: 22px;
  color: white;
  margin: 0 0 8px 0;
}
.sidebar ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.sidebar ul li {
  margin-right: -10px;
  display: block;
  width: auto;
}
.sidebar ul a {
  display: inline-block;
  color: white;
  line-height: 32px -10px;
  padding: 5px 0;
  padding-left: 38px;
  padding-right: 10px;
  border-radius: 5px;
  text-decoration: none;
  background: url(../img/bullet1.png) no-repeat 17px 8px;
}
.sidebar ul .selected > a {
  background: #e1007b;
}
.sidebar ul {
  margin-left: -19px;
}
.sidebar ul ul {
  padding-left: 19px;
}
.sidebar ul ul .selected > a {
  background: url(../img/bullet2.png) no-repeat 17px 8px transparent;
}
.sidebar ul ul > li > a {
  margin-left: 19px;
}
.sidebar ul ul ul > li > a {
  margin-left: 38px;
}
@media only screen and (max-width: 500px) {
  .sidebar {
    margin: -10px 0 15px;
    background: url('../img/dropdown.png') right top no-repeat #7dc3ea;
  }
  .sidebar h2 {
    font-size: 16px;
    margin: 0;
  }
  .sidebar ul {
    margin: 0;
    display: none;
  }
  .sidebar ul a {
    margin: 0 !important;
    padding: 0 7px 0 20px;
    background-position: left center !important;
  }
  .sidebar ul li {
    margin: 0;
  }
  .sidebar.is-open {
    background-image: none;
  }
  .sidebar.is-open h2 {
    padding-bottom: 8px;
  }
}
.slideshow {
  overflow: hidden;
  position: relative;
}
.slideshow .slidesjs-control > a {
  display: block;
}
.slideshow img {
  width: 100%;
}
.slideshow a {
  display: none;
}
.slidesjs-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin: 10px 0;
  padding: 0;
}
.slidesjs-pagination > li {
  display: inline-block;
}
.slidesjs-pagination > li > a {
  display: inline-block;
  font-size: 1px;
  color: transparent;
  width: 20px;
  height: 20px;
  background: url('../img/pagination.png') left top no-repeat;
}
.slidesjs-pagination > li > a.active {
  background-position: -23px top;
}
.strip.pad.gap:before,
.strip.pad.gap:after {
  content: " ";
  display: table;
}
.strip.pad.gap:after {
  clear: both;
}
.tiles {
  position: relative;
  text-align: center;
}
.tiles > * {
  float: left;
  overflow: hidden;
  position: relative;
}
.tiles .tile img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.tiles .tile .rigid-aspect-shim {
  height: auto;
}
.tiles + .tiles {
  margin-top: 10px;
}
.tiles.three > * {
  width: 286px;
}
.tiles.three > * + * {
  margin-left: 10px;
}
.tiles.four > * {
  width: 215px;
}
.tiles.four > * + * {
  margin-left: 6px;
}
.tiles .caption {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  position: absolute;
  content: '';
  width: 100%;
  height: 39px;
  display: block;
  line-height: 39px;
  font-size: 14px;
  bottom: 0;
  color: white;
  text-transform: uppercase;
  background: url(../img/trans-black.png);
}
.tiles .with-video {
  cursor: pointer;
}
.tiles .with-video:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  bottom: 45px;
  right: 5px;
  background: url(../img/play-button.png) no-repeat center center;
}
.tile {
  background: none right top;
  background-size: 100% 100%;
}
.tile.pink {
  background-image: url(../img/tile-pink.png);
}
.tile.blue {
  background-image: url(../img/tile-blue.png);
}
.tile.yellow {
  background-image: url(../img/tile-yellow.png);
}
.tiles.social .tile {
  color: white;
}
.tiles.social .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tiles.social .badge {
  display: none;
  height: 62px;
  width: 80px;
  float: right;
  margin: 0 10px 0;
}
.tiles.social .badge.tools {
  display: block;
  background: url(../img/badges.png) 0 0 no-repeat;
}
.tiles.social .title {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-align: left;
  font-size: 22px;
  line-height: 1.25em;
  margin: 13px;
  border-bottom: 1px solid white;
  padding-bottom: 13px;
}
.tiles.social .title a {
  color: white;
  text-decoration: none;
}
.tiles.social .copy {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  margin: 13px 16px 0;
  height: 120px;
  overflow: hidden;
  font-size: 15px;
  text-align: left;
}
.tiles.social .copy p:first-child {
  margin: 0;
}
.tiles.social .copy a {
  color: white;
}
.tiles.social .date {
  position: absolute;
  top: 10px;
  right: 13px;
  background: url(../img/date-bubble.png) 0 0 no-repeat;
  font-size: 13px;
  line-height: 16px;
  padding: 7px 0 13px;
  text-align: center;
  width: 62px;
  border-top-left-radius: 5px;
}
@media only screen and (min-width: 713px) {
  .tiles:before,
  .tiles:after {
    content: " ";
    display: table;
  }
  .tiles:after {
    clear: both;
  }
  .tiles .tile {
    margin: 0;
  }
  .tiles .tile img {
    width: 100%;
  }
  .tiles .tile + .tile {
    margin-left: 2%;
  }
  .tiles.three .tile {
    width: 32%;
  }
  .tiles.four .tile {
    width: 24%;
  }
}
@media only screen and (max-width: 712px) {
  .tiles {
    margin: 0 -0.5%;
  }
  .tiles .tile {
    margin-bottom: 10px;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .tiles .tile .date,
  .tiles .tile .title,
  .tiles .tile .badge {
    display: none !important;
  }
  .tiles .tile {
    width: 49% !important;
  }
}
@media only screen and (max-width: 500px) {
  .tiles .tile {
    margin-left: 0 !important;
  }
  .tiles .tile + .tile {
    margin-top: 15px;
  }
  .tiles .tile {
    width: 100% !important;
  }
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tweet_list {
  padding: 0;
}
.tweet_list li {
  list-style-type: none;
}
.style-qa .style-qa-question {
  color: #868b8d;
}
.style-qa .style-qa-question p:first-child:before {
  content: "Q. ";
}
.style-qa .style-qa-answer {
  color: #1679cb;
}
.style-qa .style-qa-answer p:first-child:before {
  content: "A. ";
}
.style-qa + .style-qa {
  border-top: 1px solid #bebebe;
}
.content {
  font-family: Arial, 'Sans-serif regular';
  max-width: 687px;
}
@media only screen and (max-width: 924px) {
  .content {
    max-width: 400px;
  }
}
.redactor ul {
  list-style: none;
  padding-left: 4px;
  margin: 0;
}
.redactor ul li {
  padding: 7px 0;
  padding-left: 23px;
  background: url(../img/bullet1.png) no-repeat left 9px;
  max-width: 557px;
}
.redactor p {
  max-width: 670px;
}
.redactor p:empty {
  display: none;
}
.redactor img {
  max-width: 100%;
  height: auto !important;
}
.redactor iframe {
  max-width: 100%;
}
.redactor table {
  width: 100%;
}
.redactor table td {
  vertical-align: top;
}
@media only screen and (max-width: 924px) {
  .content {
    width: 100%;
  }
  .style-redactor > img,
  .style-redactor > p > img {
    display: block;
    float: none;
    max-width: 100%;
  }
  .issuuembed {
    width: 100% !important;
  }
}
.style-staff-member {
  position: relative;
  clear: both;
}
.style-staff-member > *.left {
  float: left;
  width: 200px;
}
.style-staff-member > *.left img {
  max-width: 100%;
}
.style-staff-member > *.right {
  margin-left: 220px;
}
.style-staff-team .members:before,
.style-staff-team .members:after {
  content: " ";
  display: table;
}
.style-staff-team .members:after {
  clear: both;
}
.style-staff-team .member {
  float: left;
  width: 200px;
  height: 200px;
  text-align: center;
}
.style-staff-team .member p {
  display: block;
}
.style-procedure {
  clear: both;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.style-procedure h3:first-child,
.style-procedure h4:first-child {
  margin-top: 0;
}
.style-procedure .right > :last-child {
  margin-bottom: 0;
}
.style-procedure:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 924px) {
  .style-procedure:before,
  .style-procedure:after {
    content: " ";
    display: table;
  }
  .style-procedure:after {
    clear: both;
  }
  .style-procedure .left {
    float: left;
    width: 300px;
  }
  .style-procedure .right {
    min-width: 300px;
    margin-left: 330px;
  }
}
@media only screen and (max-width: 924px) {
  .style-procedure object {
    display: block;
  }
  .style-procedure .right {
    margin-left: 0;
    margin-top: 1em;
  }
}
.page-menu {
  position: relative;
  padding: 0;
  margin: 0;
}
.page-menu:before,
.page-menu:after {
  content: " ";
  display: table;
}
.page-menu:after {
  clear: both;
}
.page-menu li {
  list-style: none;
  float: left;
  margin: 0;
}
.page-menu li.sep {
  margin: 0 10px;
}
.page-menu li.sep:before {
  content: "|";
}
.page-menu li.sep:first-child {
  display: none;
}
.blog-post {
  margin-bottom: 2.5em;
}
.blog-post h1 a,
.blog-post h2 a {
  text-decoration: none;
}
.blog-post h1 {
  margin-bottom: 5px;
}
.blog-post h2 {
  margin: 0 0 0.5em;
}
.blog-post .date {
  margin: 0.5em 0 1em;
  color: #868b8d;
  font-size: 15px;
}
.blog-post .comment-count {
  margin: .3em 0 0;
}
.comments {
  padding: 0;
  list-style-type: none;
}
.comments li {
  margin: 0;
  padding: 30px;
  background-color: #7dc3ea;
}
.comments li:nth-child(2n) {
  background-color: #a9e9ff;
}
.comments li h3 {
  font-size: 14px;
}
.comments li p {
  font-size: 12px;
}
.comments li h3,
.comments li p {
  margin: 0 0 7px;
}
.comments li p + p {
  margin-bottom: 0;
}
.comments li .date {
  color: #1679cb;
}
.comment-form fieldset > div {
  margin-bottom: 11px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 245px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  font-size: 12px;
  padding: 5px;
  box-shadow: 0 0 2px #aaa inset;
}
.comment-form textarea {
  height: 75px;
}
.style-blog-comment-count {
  font-size: 16px;
  color: #1679cb;
}
.blog-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-list .title h2 {
  margin-bottom: 5px;
}
.blog-list .title .date {
  margin-bottom: 1em;
}
.blog-list .comment-count {
  margin-left: 30px;
}
.blog-list .comment-count[data-comment-count="0"] {
  display: none;
}
.blog-list .image {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.blog-list .image img {
  width: 100px;
}
.blog-list .description {
  padding-left: 1em;
}
@media only screen and (min-width: 500px) {
  .hero {
    padding-bottom: 15px;
    float: right;
    padding-left: 15px;
    max-width: 40%;
  }
  .hero img {
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .hero {
    padding: 1em 0;
    text-align: center;
  }
  .hero img {
    width: 100%;
  }
}
.social-links:before,
.social-links:after {
  content: " ";
  display: table;
}
.social-links:after {
  clear: both;
}
.social-links a {
  display: block;
  width: 170px;
  float: right;
  clear: right;
  color: white;
  font-size: 15px;
  line-height: 34px;
  text-decoration: none;
  background-image: url('../img/social.png');
  background-repeat: no-repeat;
  margin-bottom: 2px;
}
.social-links .facebook {
  background-position: 100% 0;
}
.social-links .twitter {
  background-position: 100% -100px;
}
.social-links .newsletter {
  background-position: 100% -200px;
}
.social-links .googleplus {
  background-position: 100% -300px;
}
.social-links .consultation {
  background: none;
  white-space: nowrap;
  width: auto;
  text-align: right;
  height: 23px;
}
@media only screen and (max-width: 500px) {
  .social-links {
    position: absolute;
    top: 11.5px;
    right: 11.5px;
  }
  .social-links a {
    width: 34px;
    overflow: hidden;
    text-indent: -999px;
  }
}
.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: table;
  background: rgba(48, 48, 48, 0.9);
}
.lightbox > div {
  display: table-cell;
  vertical-align: middle;
}
.lightbox.dark {
  background: rgba(0, 0, 0, 0.9);
}
.lightbox.blue {
  background: rgba(38, 155, 220, 0.9);
}
.lightbox-content {
  text-align: center;
}
.style-smile-assessment-photo {
  position: relative;
  display: table;
}
.style-smile-assessment-photo:before,
.style-smile-assessment-photo:after {
  content: " ";
  display: table;
}
.style-smile-assessment-photo:after {
  clear: both;
}
.style-smile-assessment-photo > * {
  display: table-cell;
  width: 50%;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}
.style-smile-assessment-photo .widget > * {
  display: none;
}
.style-smile-assessment-photo .widget.mode-blank .blank,
.style-smile-assessment-photo .widget.mode-uploaded .uploaded,
.style-smile-assessment-photo .widget.mode-error .error,
.style-smile-assessment-photo .widget.mode-loading .loading,
.style-smile-assessment-photo .widget.mode-noscript .noscript {
  display: block;
}
.style-smile-assessment-photo .widget .blank,
.style-smile-assessment-photo .widget .error,
.style-smile-assessment-photo .widget .noscript {
  text-align: center;
}
.style-smile-assessment-photo .widget .uploaded img {
  max-width: 300px;
  max-height: 200px;
}
.style-smile-assessment-photo .widget.mode-loading {
  background: url(../img/ajax-loader.gif) no-repeat center center;
}
.style-smile-assessment-photo .example {
  position: relative;
}
.style-smile-assessment-photo .example:after {
  content: "example";
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  width: 300px;
  color: white;
  font-size: 12px;
  margin: 5px 0;
}
.assessment-submit,
.associated-images {
  display: none;
}
.style-form-row-dn {
  display: none;
}
.promo-banner {
  text-align: center;
}
.promo-banner img {
  max-width: 100%;
  margin-bottom: 1em;
}
.promo-tnc {
  margin-top: -8px;
}
.promo-form label {
  padding: 0.25em 0;
  line-height: 1.5em;
}
.promo-form .long-label .prompt {
  width: 260px;
}
.promo-form .long-label input {
  width: 92px;
}
.promo-form .select-label .prompt {
  width: 205px;
}
.promo-form .select-label select {
  width: 200px;
}
.promo-form .row input.error {
  margin-left: inherit;
  background: #ffeeee;
}
.promo-form .style-form-checkbox-row {
  margin: -4px 0 10px;
}
.promo-form .style-form-promo-checkbox {
  margin: 0 20px;
  display: inline-block;
}
.promo-form label.error {
  font-style: italic;
  margin-top: -15px;
  font-size: 12px;
}
.promo-form .align-top label {
  vertical-align: top;
}
@media only screen and (max-width: 500px) {
  input[type=text],
  input[type=email],
  input[type=password] {
    width: 63%;
  }
}
.style-contact-detail {
  position: relative;
  margin: 0 0 0.5em;
}
.style-contact-detail:before,
.style-contact-detail:after {
  content: " ";
  display: table;
}
.style-contact-detail:after {
  clear: both;
}
.style-contact-detail p {
  float: left;
  width: 35%;
  margin: 0;
}
.style-contact-detail p + p {
  width: 65%;
}
.column-layout + h1 {
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  .right iframe {
    margin: 1em auto;
  }
}
.style-search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.style-search-results h2,
.style-search-results p {
  margin: 0 0 0.5em;
}
.style-search-results li {
  margin-bottom: 2.5em;
}
.style-newsletter-iframe {
  border: none;
  width: 700px;
  height: 700px;
  border-radius: 10px;
}
.js-newsletter {
  cursor: pointer;
}
[data-view="contact"] .column-layout > * {
  width: 50%;
}
.smileplan .sidebar {
  background: url('../img/sp-sidebar-logo-bot.jpg') no-repeat #00aeef;
  background-position: bottom 20px center;
  border-radius: 19px;
}
.smileplan .sidebar .title {
  width: 126px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.smileplan .sidebar ul a {
  background: url('../img/bullet-star.svg') no-repeat 20px 10px;
  background-size: 12px 12px;
  font-family: Bree, 'bree', calibri, Arial;
  font-weight: bold;
}
.smileplan .sidebar ul .selected > a {
  background: url('../img/bullet-star.svg') no-repeat 20px 10px rgba(255, 255, 255, 0.25);
  background-size: 12px 12px;
  display: block;
  width: 110%;
  border-radius: 0;
}
.smileplan .smileplan-banner {
  margin-bottom: 1em;
}
.smileplan .smileplan-banner img {
  width: 100%;
}
.smileplan .content h1 {
  color: #fedb47;
}
.smileplan .content h2,
.smileplan .content h3,
.smileplan .content h4,
.smileplan .content h5,
.smileplan .content h6 {
  font-size: 24px;
  color: #00aeef;
  font-family: Bree, 'bree', calibri, Arial;
}
.smileplan .content h3 {
  font-size: 17px;
  font-style: none;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  .smileplan-banner {
    display: none;
  }
  .smileplan .sidebar {
    background: #00aeef;
  }
}
.smileplan .pricetable {
  border: solid 1px #00aeef;
  border-radius: 19px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #00aeef;
}
.smileplan .pricetable header,
.smileplan .pricetable footer {
  color: white;
  font-family: Bree, 'bree', calibri, Arial;
  text-align: center;
  border-bottom: none;
  margin: 0;
}
.smileplan .pricetable header {
  height: 120px;
  font-size: 60px;
  font-weight: bold;
  line-height: 110px;
}
.smileplan .pricetable footer {
  background: none;
  font-size: 31px;
  font-weight: bold;
  height: 80px;
  line-height: 30px;
}
.smileplan .pricetable footer .num {
  font-size: 48px;
}
.smileplan .pricetable table {
  background: #F7FDFF;
  width: 100%;
  border: none;
  font-family: Bree, 'bree', calibri, Arial;
}
.smileplan .pricetable table th {
  color: #00aeef;
  padding: 10px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 17px;
  font-size: 20px;
}
.smileplan .pricetable table td,
.smileplan .pricetable table th {
  border: 1px solid #C2ECFB;
}
.smileplan .pricetable table td {
  color: #00aeef;
  font-family: Bree, 'bree', calibri, Arial;
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  background: url('../img/bullet-star-blue.svg') no-repeat 16px 12px;
  background-size: 20px 20px;
  padding-left: 50px;
}
.smileplan .pricetable table td.alt {
  background: #F3F8FA;
  width: 160px;
  padding-left: 50px;
}
.smileplan .pricetable table .total {
  background: #FDC70A;
  color: white;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
.smileplan .pricetable table .total .num {
  font-size: 40px;
  line-height: 1em;
}
@media only screen and (max-width: 500px) {
  .smileplan .pricetable footer {
    font-size: 20px;
  }
  .smileplan .pricetable footer .num {
    font-size: 20px;
  }
}
.site-alpers-dental .sidebar ul .selected > a {
  background: #6e7073;
}
.site-alpers-dental .slidesjs-pagination > li > a.active {
  background-position: -46px top;
}
