@import url("https://use.fontawesome.com/releases/v5.0.12/css/all.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700|Open+Sans:400,300,600);
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url("../assets/gotham-light.ttf"); }
@font-face {
  font-family: 'Gotham';
  font-style: bold;
  font-weight: 500;
  src: url("../assets/gotham-book.ttf"); }
@font-face {
  font-family: 'Gotham';
  font-style: bolder;
  font-weight: 600;
  font-weight: 900;
  src: url("../assets/Gotham-Bold.otf"); }
/* GENERAL */
/* COLORS */
/* INPUTS */
/** h1, h2, h3, h4, h5 **/
/** h3, h4, h5 **/
/** body, p **/
/***** section settings and colors ****/
/***** buttons ****/
/***** form styles ****/
form label {
  display: block; }
form input[type="radio"] {
  display: none; }
form .form-check {
  padding-left: 0; }

#root {
  height: 100%; }

.flex {
  display: flex; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row {
  display: flex;
  flex-direction: row; }

.space-between {
  justify-content: space-between; }

.space-around {
  justify-content: space-around; }

.center {
  align-items: center;
  justify-content: center; }

.side-column-right {
  border-left: 2px lightgrey solid; }

.align-end {
  align-items: flex-end; }

.align-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-start {
  justify-content: flex-start; }

.justify-space-around {
  justify-content: space-around; }

.w90 {
  width: 90%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

.w60 {
  width: 60%; }

.w50 {
  width: 50%; }

.w40 {
  width: 40%; }

.w30 {
  width: 30%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

@media (max-width: 768px) {
  .w90, .w80, .w70, .w60, .w50, .w40, .w30, .w20, .w10 {
    width: 100%; } }

.skew-bottom {
  position: relative;
  z-index: 1; }
  .skew-bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-bottom:after {
    bottom: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%; }

.skew-bottom-reverse {
  position: relative;
  z-index: 1; }
  .skew-bottom-reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-bottom-reverse:after {
    bottom: 0;
    transform: skewY(2.5deg);
    transform-origin: 0 100%; }

.skew-top {
  position: relative;
  z-index: 1; }
  .skew-top:before {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-top:before {
    top: 0;
    transform: skewY(2.5deg);
    transform-origin: 100% 0; }

.skew-top-reverse {
  position: relative;
  z-index: 1; }
  .skew-top-reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-top-reverse:before {
    top: 0;
    transform: skewY(-2.5deg);
    transform-origin: 0 0; }

.skew-both {
  position: relative;
  z-index: 1; }
  .skew-both:before, .skew-both:after {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-both:before {
    top: 0;
    transform: skewY(2.5deg);
    transform-origin: 100% 0; }
  .skew-both:after {
    bottom: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%; }

.skew-both-reverse {
  position: relative;
  z-index: 1; }
  .skew-both-reverse:before, .skew-both-reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; }
  .skew-both-reverse:before {
    top: 0;
    transform: skewY(-2.5deg);
    transform-origin: 0 0; }
  .skew-both-reverse:after {
    bottom: 0;
    transform: skewY(2.5deg);
    transform-origin: 0 0; }

section.cover {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

section.tile {
  background-size: inherit !important;
  background-repeat: repeat !important; }

.parallax {
  background-attachment: fixed !important; }

.fullscreen {
  height: 100%;
  height: 100vh;
  padding: 15% 10% !important; }

.row-90, .row-80, .row-70, .row-60, .row-50, .row-40, .row-30, .row-20 {
  margin: auto !important; }

.row-90 {
  width: 90%; }

.row-80 {
  width: 80%; }

.row-70 {
  width: 70%; }

.row-60 {
  width: 60%; }

.row-50 {
  width: 50%; }

.row-40 {
  width: 40%; }

.row-30 {
  width: 30%; }

.row-20 {
  width: 20%; }

img.quarter {
  width: 25%; }

img.third {
  width: 33%; }

img.half {
  width: 50%; }

img.threequarter {
  width: 75%; }

.left-buffer {
  margin-left: 40px !important; }

.right-buffer {
  margin-right: 40px !important; }

section.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding: 0 !important; }
  @media (max-width: 992px) {
    section.no-padding {
      padding-bottom: 2em !important; } }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%; }

.row {
  margin-left: 0;
  margin-right: 0; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 12.25px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link:not(:first-child) {
    margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 30px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 768px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 12.25px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/*******************************************************/
/* Add/remove custom styles to this theme file */
/*******************************************************/
/***** your custom styles ****/
.implant-sequence h4 {
  display: flex;
  align-items: center; }
.implant-sequence .step-number {
  color: #fff;
  background: #00a7ce;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
  font-size: .7em;
  padding-top: 3px; }
.implant-sequence img.sequence-img {
  margin: 1em auto 2em; }
.implant-sequence column {
  margin-bottom: 2em; }

h4.strong {
  font-weight: 600;
  text-transform: uppercase; }
  h4.strong .light {
    font-weight: 400; }

#implant-expectations .title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
  #implant-expectations .title-container img {
    max-height: 60px;
    margin-right: 30px; }
  #implant-expectations .title-container h4 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase; }
    #implant-expectations .title-container h4 .light {
      font-weight: 400; }

#featured-speakers img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  object-fit: scale-down;
  background-image: url("../img/prof-bg.jpg");
  background-size: cover;
  background-position: top right; }
  @media (max-width: 992px) {
    #featured-speakers img {
      height: 180px;
      width: 180px; } }
#featured-speakers h5 {
  font-family: 'Gotham';
  margin: 1em 0; }
#featured-speakers p {
  font-family: 'Gotham'; }

#member-type h4 {
  text-transform: uppercase;
  margin-top: 1em; }
#member-type img {
  max-width: 110px; }
#member-type ul {
  list-style: none; }
  #member-type ul li {
    padding-bottom: .75em; }

#error-page {
  font-family: 'Gotham', "Helvetica", sans-serif !important;
  font-weight: 200 !important;
  color: #000; }
  #error-page .error {
    min-height: 400px; }
  #error-page h1 {
    font-size: 4em;
    font-weight: 200 !important;
    color: #000; }
  #error-page h2 {
    font-family: 'Gotham' !important;
    font-size: 2em;
    font-weight: 400 !important;
    max-width: 500px;
    margin: 4em auto 1em;
    color: #000; }
  #error-page p {
    font-size: 20px;
    text-transform: uppercase; }

section.logo-bg {
  background: url("/img/logo-bg.png");
  background-color: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px; }
  section.logo-bg.contain {
    background-size: contain; }

section:first-of-type {
  padding-top: 120px; }

.form-control {
  padding: 10px 20px;
  font-size: 10pt;
  border-radius: 10px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

section.full-width h2 {
  margin-top: 50px; }

.fab,
.fas,
.fa {
  margin: 0 5px; }

@media screen and (max-width: 992px) {
  .review-image {
    height: 250px; } }
.mission ul {
  list-style: none;
  margin-left: 0; }
  .mission ul li {
    margin-bottom: .75em; }

button {
  border: none;
  border-radius: 0; }
  button.contact-btn {
    outline: none;
    border: none; }

button:focus {
  outline: 0;
  outline: none; }

.btn {
  font-weight: bold !important;
  padding: .8em 1em !important;
  margin: 10px 2px;
  border-radius: 0;
  min-height: 44px;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  outline: none;
  box-shadow: none; }
  .btn.small {
    font-size: .75em; }
  .btn:focus, .btn:hover, .btn:active, .btn:focus, .btn:visited {
    box-shadow: none !important;
    outline: none !important;
    border: none !important; }

.btn-text {
  color: #00a7ce !important;
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
  text-transform: uppercase; }
  .btn-text:hover, .btn-text:active, .btn-text:focus {
    color: #005e76 !important; }

.btn-sign-in {
  background-color: #00a7ce !important;
  color: #ffffff !important;
  outline: none !important;
  border: none !important;
  text-transform: uppercase;
  font-size: .85em !important;
  padding: 1.25em 1.5em !important;
  min-height: unset; }
  .btn-sign-in:hover, .btn-sign-in:active, .btn-sign-in:focus {
    background-color: #005e76 !important;
    color: #ffffff !important; }

.quote {
  position: absolute;
  color: #ededed;
  z-index: 3; }

.right {
  right: 8%;
  bottom: 25%; }

.left {
  left: 8%;
  top: 10%; }
  @media screen and (max-width: 768px) {
    .left {
      top: 18%; } }

h2.title {
  margin: 0 0 1.5em; }

h2.title:not(:first-child) {
  margin: 1em 0 2em; }

.underlined {
  position: relative;
  display: inline-block; }

.underlined:after {
  content: "";
  width: 85px;
  height: 3px;
  background-color: #222;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -.5em;
  transform: translateX(-50%); }

.underlined.blue:after {
  background-color: #fafafa; }

.footer-logo {
  margin: 1.5em auto;
  border-radius: 4px;
  max-width: 200px; }

.nav-item,
a,
.dropdown-toggle {
  outline: none; }
  .nav-item:hover, .nav-item:active, .nav-item:focus,
  a:hover,
  a:active,
  a:focus,
  .dropdown-toggle:hover,
  .dropdown-toggle:active,
  .dropdown-toggle:focus {
    outline: none;
    box-shadow: none; }

.page-link {
  text-align: right;
  color: #333;
  border: none;
  background: transparent;
  background-color: transparent;
  outline: none;
  padding: 0 !important; }
  .page-link:hover, .page-link:active, .page-link:focus {
    text-decoration: underline;
    background: none;
    outline: none;
    box-shadow: none; }

#nav.navbar,
#nav.navbarfixed {
  min-height: 90px;
  padding: 10px 15px;
  border: solid 1px #ededed;
  background-color: #f4f4f4 !important;
  font-family: 'Gotham';
  font-size: .9em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #333333; }
  #nav.navbar ul,
  #nav.navbarfixed ul {
    margin-left: 0; }
  #nav.navbar li.nav-item,
  #nav.navbarfixed li.nav-item {
    padding: 0 1.25em; }
    #nav.navbar li.nav-item:first-of-type a,
    #nav.navbarfixed li.nav-item:first-of-type a {
      color: #00a7ce;
      font-weight: 600 !important; }
  #nav.navbar a:hover,
  #nav.navbarfixed a:hover {
    text-decoration: none; }
  #nav.navbar .navbar-brand img,
  #nav.navbarfixed .navbar-brand img {
    max-height: 65px; }
    @media (max-width: 992px) {
      #nav.navbar .navbar-brand img,
      #nav.navbarfixed .navbar-brand img {
        max-height: 50px; } }
    @media (max-width: 768px) {
      #nav.navbar .navbar-brand img,
      #nav.navbarfixed .navbar-brand img {
        max-height: 50px; } }
  #nav.navbar .navbar-toggler,
  #nav.navbarfixed .navbar-toggler {
    outline: none; }
  #nav.navbar ul.navbar-nav,
  #nav.navbarfixed ul.navbar-nav {
    align-items: center; }
    @media (max-width: 1200px) {
      #nav.navbar ul.navbar-nav,
      #nav.navbarfixed ul.navbar-nav {
        align-items: flex-end; } }
    #nav.navbar ul.navbar-nav li:hover, #nav.navbar ul.navbar-nav li:active, #nav.navbar ul.navbar-nav li:visited,
    #nav.navbarfixed ul.navbar-nav li:hover,
    #nav.navbarfixed ul.navbar-nav li:active,
    #nav.navbarfixed ul.navbar-nav li:visited {
      background: none; }
    #nav.navbar ul.navbar-nav li .social-media,
    #nav.navbarfixed ul.navbar-nav li .social-media {
      padding: 0;
      margin-left: 40px; }
      #nav.navbar ul.navbar-nav li .social-media a i,
      #nav.navbarfixed ul.navbar-nav li .social-media a i {
        color: #333; }
  #nav.navbar .dropdown-menu,
  #nav.navbarfixed .dropdown-menu {
    transition: height .35s ease;
    width: 100%; }
    @media (max-width: 767px) {
      #nav.navbar .dropdown-menu,
      #nav.navbarfixed .dropdown-menu {
        width: 100%;
        padding: .5em 0 1em;
        border: none;
        margin: 0;
        text-align: right;
        background: transparent; } }
    #nav.navbar .dropdown-menu .dropdown-item,
    #nav.navbarfixed .dropdown-menu .dropdown-item {
      display: block;
      font-size: .85em;
      line-height: 1.2em;
      width: 100%;
      padding: .5rem 1.5rem;
      clear: both;
      font-weight: 400;
      color: #212529;
      text-align: inherit;
      white-space: pre-wrap;
      background-color: transparent;
      border: 0;
      text-transform: none; }
      #nav.navbar .dropdown-menu .dropdown-item:hover,
      #nav.navbarfixed .dropdown-menu .dropdown-item:hover {
        background-color: #003b49 !important;
        color: #fff !important; }
      @media (max-width: 767px) {
        #nav.navbar .dropdown-menu .dropdown-item,
        #nav.navbarfixed .dropdown-menu .dropdown-item {
          text-align: right;
          padding: .5em 0;
          background: transparent; }
          #nav.navbar .dropdown-menu .dropdown-item:hover,
          #nav.navbarfixed .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
            text-decoration: underline; } }
  @media (max-width: 992px) {
    #nav.navbar,
    #nav.navbarfixed {
      font-size: .85em; }
      #nav.navbar li.nav-item,
      #nav.navbarfixed li.nav-item {
        padding: 0 1em; } }
  @media (max-width: 830px) {
    #nav.navbar li.nav-item,
    #nav.navbarfixed li.nav-item {
      padding: .25em .55em; } }

.indicator-blue {
  background-color: white !important; }
  .indicator-blue.active {
    background-color: #fafafa !important; }

.glyphicon-chevron-right,
.glyphicon-chevron-left {
  height: 15px;
  width: 15px;
  color: #fafafa !important; }

.star-rating {
  font-size: 2em;
  color: #f5a623 !important; }

body {
  overflow-x: hidden;
  margin-bottom: 0;
  background: #efefef; }

.hidden {
  display: none;
  opacity: 0; }

.procedure-tile {
  position: relative;
  margin-bottom: 2.5em; }
  .procedure-tile image {
    margin: auto 0;
    width: 100%; }
  .procedure-tile span {
    padding: 10px;
    margin: auto 8px;
    font-size: 14pt;
    font-weight: bold; }

.image-wrapper {
  text-align: center; }
  .image-wrapper img {
    max-height: 380px; }

.office-hours {
  margin-left: 0;
  list-style: none; }
  .office-hours .weekday {
    display: flex;
    justify-content: space-between;
    margin: 0 0 .5em;
    max-width: 90%; }

.callout-logo {
  margin: 0 0 1.5em;
  max-width: 200px; }

.footer-nav-list {
  list-style: none; }

#content #testimonial-carousel img,
#content #slider img {
  width: 120px;
  height: 120px;
  border-radius: 50%; }
#content .section-content p {
  font-size: 17px; }
#content h2 {
  font-weight: bold; }
#content h3 {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 30px; }

.section-card {
  margin: .75em 0; }

.site-header {
  min-height: 0; }

#stories-slider .carousel-inner {
  min-height: 400px;
  margin-bottom: 1em; }
  #stories-slider .carousel-inner .carousel-item {
    width: 100%;
    text-align: center; }
#stories-slider .slide-copy {
  padding-top: 60px;
  color: #003b49; }
  @media (max-width: 768px) {
    #stories-slider .slide-copy {
      padding-top: 40px; } }
#stories-slider .name-wrapper {
  margin: -40px 0 30px -60px; }
  @media (max-width: 768px) {
    #stories-slider .name-wrapper {
      margin: -1em 0 1em;
      display: inline-block; } }
#stories-slider h2 {
  border-right: 1px solid #ccc;
  font-weight: 600;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: .25em;
  padding: 0 30px 0 0; }
  #stories-slider h2.grey {
    color: #5e5e5e !important; }
  @media (max-width: 768px) {
    #stories-slider h2 {
      border-right: none;
      border-bottom: 1px solid #ccc;
      padding: 0 0 20px 0; } }
#stories-slider p.small {
  padding: 0 0 0 30px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    #stories-slider p.small {
      padding: 20px 0 10px 0; } }
#stories-slider .carousel-indicators {
  background-color: #00a7ce;
  position: relative;
  top: 102%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  max-width: 800px;
  float: right;
  padding: 1em 2em; }
  #stories-slider .carousel-indicators .thumb-wrapper {
    flex: 1;
    height: auto;
    text-align: center;
    padding: 15px; }
    #stories-slider .carousel-indicators .thumb-wrapper:hover {
      cursor: pointer; }
    #stories-slider .carousel-indicators .thumb-wrapper h4 {
      color: #fff !important;
      margin: 0 auto;
      font-weight: 500;
      font-size: .95em; }
      @media (max-width: 768px) {
        #stories-slider .carousel-indicators .thumb-wrapper h4 {
          font-size: .75em; } }
    #stories-slider .carousel-indicators .thumb-wrapper.active {
      background-color: rgba(255, 255, 255, 0.3); }
#stories-slider #thumb-wrapper {
  height: 250px;
  background-size: 180%;
  background-position: center;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 99% 100%, 100% 40%, 80% 40%, 80% 0);
  clip-path: polygon(0% 0%, 0% 100%, 99% 100%, 100% 40%, 80% 40%, 80% 0); }
  @media (max-width: 768px) {
    #stories-slider #thumb-wrapper {
      -webkit-clip-path: none;
      clip-path: none;
      background-size: 140%; } }
#stories-slider .custom-video-thumbnail {
  background-size: cover;
  background-position: center;
  height: 300px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 99% 100%, 100% 40%, 80% 40%, 80% 0);
  clip-path: polygon(0% 0%, 0% 100%, 99% 100%, 100% 40%, 80% 40%, 80% 0); }
  @media (max-width: 768px) {
    #stories-slider .custom-video-thumbnail {
      -webkit-clip-path: none;
      clip-path: none; } }
#stories-slider .video-player {
  width: 250px;
  height: 80px;
  background-color: #003b49;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  #stories-slider .video-player a.html5lightbox {
    display: flex;
    align-items: center; }
  #stories-slider .video-player i,
  #stories-slider .video-player a,
  #stories-slider .video-player span {
    color: #fff !important; }
    #stories-slider .video-player i:hover,
    #stories-slider .video-player a:hover,
    #stories-slider .video-player span:hover {
      text-decoration: none; }
  #stories-slider .video-player span {
    font-family: 'Gotham';
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-left: .5em; }
  @media (max-width: 992px) {
    #stories-slider .video-player {
      width: 100%; } }
@media (max-width: 768px) {
  #stories-slider {
    margin: 2em 0 4em; } }

.container-fluid.wrapper section.full-width {
  width: calc(100%) !important;
  padding: 0 !important; }
  .container-fluid.wrapper section.full-width .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }

.features [class*="col"] .inner.outline {
  border: none; }

section .features [class*="col"] .inner {
  background: none; }

.nav > li > a.active {
  border: 1px solid #444;
  padding: 6px 10px;
  margin-top: 8px;
  color: #000 !important; }

#press h2 {
  font-size: 1em;
  text-transform: uppercase; }

#contact .social-media a {
  margin: 0 2px; }
  #contact .social-media a i {
    font-size: 24px; }
#contact .social-media a:hover i {
  color: #ddd; }

hr {
  margin: 2em auto;
  width: 80%; }

.section-header h5 {
  font-family: "Gotham";
  font-size: 1.5em;
  color: #003b49 !important;
  font-weight: 300 !important; }
.section-header h1.title,
.section-header h2.subtitle,
.section-header h4 {
  font-family: "Gotham";
  font-size: 2em; }
.section-header h1.title {
  font-size: 2.5em;
  margin: .5em 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a; }
  @media (max-width: 768px) {
    .section-header h1.title {
      font-size: 2.25em; } }
.section-header h2.subtitle,
.section-header h4 {
  font-weight: 300 !important;
  margin-bottom: 0.75em; }
.section-header h2.subtitle {
  color: #1e98b7;
  line-height: 1.4;
  font-size: 1.65em;
  margin-bottom: 1.5em; }
  @media (max-width: 768px) {
    .section-header h2.subtitle {
      line-height: 1.25;
      font-size: 1.25em; } }

section.full-width .section-header h2.title,
section.full-width .section-content h2.title {
  margin-top: 50px; }

section .section-vert-title,
.section-vert-title,
.procedure-vert-title {
  position: absolute;
  left: -10px;
  top: 10em;
  margin-top: 3em;
  transform: rotate(270deg);
  z-index: 100;
  background-color: transparent;
  text-transform: uppercase; }
  section .section-vert-title h5,
  .section-vert-title h5,
  .procedure-vert-title h5 {
    font-size: .8em;
    margin: 0 0 17.5px;
    font-family: 'Gotham', Fallback, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  @media (max-width: 768px) {
    section .section-vert-title,
    .section-vert-title,
    .procedure-vert-title {
      display: none; } }

.breadcrumb {
  margin: 15px 0px 0px;
  padding: 8px 20px; }
  .breadcrumb a {
    font-weight: 300 !important; }

/***** fonts (use @import... to add custom webfonts) ****/
/***** theme variables below this line ****/
html {
  text-rendering: optimizelegibility;
  position: relative;
  min-height: 100%; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px; }

body {
  -webkit-overflow-scrolling: touch; }

body,
p {
  font-weight: 400;
  text-rendering: optimizelegibility;
  font-size: 16px;
  line-height: 1.6; }

a {
  font-weight: 500 !important;
  color: #2075A7; }

a:hover,
a:focus {
  font-weight: !important;
  color: #333 !important; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "Gotham", "Helvetica", sans-serif !important;
  color: #003B49;
  text-rendering: optimizelegibility; }

h3,
h4 {
  align-content: center;
  text-transform: none;
  font-family: "Open Sans"; }

body,
p {
  font-family: "Open Sans", "Helvetica", sans-serif !important;
  font-weight: 300 !important;
  color: #003b49 !important; }

section {
  background-color: #fff;
  padding: 90px 20px;
  position: relative; }
  section body,
  section p,
  section li,
  section ul,
  section h1,
  section h2,
  section h3,
  section h4,
  section h5 {
    color: !important; }
  section h1,
  section h2 {
    color: !important; }
  section h3,
  section h4,
  section h5,
  section h6 {
    color: !important; }
  @media (max-width: 768px) {
    section {
      padding: 60px 0px !important; } }

section.alt,
div.alt {
  background-color: #fafafa; }
  section.alt body,
  section.alt p,
  section.alt li,
  section.alt ul,
  section.alt h1,
  section.alt h2,
  section.alt h3,
  section.alt h4,
  section.alt h5,
  section.alt strong,
  div.alt body,
  div.alt p,
  div.alt li,
  div.alt ul,
  div.alt h1,
  div.alt h2,
  div.alt h3,
  div.alt h4,
  div.alt h5,
  div.alt strong {
    color: #003b49 !important; }
  section.alt h1,
  section.alt h2,
  div.alt h1,
  div.alt h2 {
    color: !important; }
  section.alt h3,
  section.alt h4,
  section.alt h5,
  section.alt h6,
  div.alt h3,
  div.alt h4,
  div.alt h5,
  div.alt h6 {
    color: !important; }
  @media (max-width: 768px) {
    section.alt,
    div.alt {
      padding: 60px 0px !important; } }

section.dark,
div.dark {
  background-color: #003b49; }
  section.dark body,
  section.dark p,
  section.dark li,
  section.dark ul,
  section.dark h1,
  section.dark h2,
  section.dark h3,
  section.dark h4,
  div.dark body,
  div.dark p,
  div.dark li,
  div.dark ul,
  div.dark h1,
  div.dark h2,
  div.dark h3,
  div.dark h4 {
    color: #fff !important; }
  section.dark h1,
  section.dark h2,
  div.dark h1,
  div.dark h2 {
    color: #eee !important; }
  section.dark h3,
  section.dark h4,
  section.dark h5,
  section.dark h6,
  div.dark h3,
  div.dark h4,
  div.dark h5,
  div.dark h6 {
    color: #fff !important; }
  @media (max-width: 768px) {
    section.dark,
    div.dark {
      padding: 60px 0px !important; } }

section.dark.gradient {
  background-color: #003b49;
  background-image: linear-gradient(88deg, #003b49, #0099bf); }
  section.dark.gradient body,
  section.dark.gradient p,
  section.dark.gradient li,
  section.dark.gradient ul,
  section.dark.gradient h1,
  section.dark.gradient h2,
  section.dark.gradient h3,
  section.dark.gradient h4 {
    color: #fff !important; }
  section.dark.gradient h1,
  section.dark.gradient h2 {
    color: #eee !important; }
  section.dark.gradient h3,
  section.dark.gradient h4,
  section.dark.gradient h5,
  section.dark.gradient h6 {
    color: #fff !important; }
  @media (max-width: 768px) {
    section.dark.gradient {
      padding: 60px 0px; } }

section.bgclear {
  background-color: transparent !important; }
  section.bgclear body,
  section.bgclear p,
  section.bgclear li,
  section.bgclear ul,
  section.bgclear h1,
  section.bgclear h2,
  section.bgclear h3,
  section.bgclear h4,
  section.bgclear h5 {
    color: #fff !important; }
  section.bgclear h1,
  section.bgclear h2 {
    color: !important; }
  section.bgclear h3,
  section.bgclear h4,
  section.bgclear h5,
  section.bgclear h6 {
    color: !important; }
  @media (max-width: 768px) {
    section.bgclear {
      padding: 60px 0px; } }

section.grey {
  background-color: #efefef;
  padding: 90px 20px; }
  section.grey body,
  section.grey p,
  section.grey li,
  section.grey ul,
  section.grey h1,
  section.grey h2,
  section.grey h3,
  section.grey h4,
  section.grey h5 {
    color: !important; }
  section.grey h1,
  section.grey h2 {
    color: !important; }
  section.grey h3,
  section.grey h4,
  section.grey h5,
  section.grey h6 {
    color: !important; }
  @media (max-width: 768px) {
    section.grey {
      padding: 60px 0px; } }

.bgclear {
  background-color: transparent !important; }

#footer {
  background-color: #003b49;
  padding: 15px 0 0;
  color: #fff;
  border-top: none !important;
  margin-top: -1px; }
  #footer a,
  #footer a:visited,
  #footer a:hover,
  #footer a:active {
    color: #fff !important; }
    #footer a:hover,
    #footer a:visited:hover,
    #footer a:hover:hover,
    #footer a:active:hover {
      text-decoration: none !important; }
  #footer a:hover,
  #footer a:active {
    color: !important; }
  #footer .subfooter {
    min-height: 60px;
    display: flex;
    align-items: center;
    background-color: #00a7ce;
    color: #000 !important;
    padding: 0 3em; }
    #footer .subfooter a,
    #footer .subfooter a:visited,
    #footer .subfooter a:hover,
    #footer .subfooter a:active {
      color: #000 !important; }
  #footer .upperfooter {
    padding: 0 3em 35px; }
  @media (max-width: 768px) {
    #footer div.row .text-left {
      text-align: center !important; } }

.footer-nav-list {
  list-style: none;
  text-align: left;
  font-weight: lighter;
  margin-left: 0;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .footer-nav-list {
      align-items: center; } }
  .footer-nav-list a {
    font-weight: 200 !important;
    line-height: 1.5; }

#nav.navbar {
  background-color: #f4f4f4; }

.nav > li > a,
.nav > li,
.navbar-toggle.btn-transparent,
.nav > .page-link {
  color: #333 !important; }

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:visited,
.navbar-toggle.btn-transparent:hover,
.navbar-toggle.btn-transparent:focus {
  color: #000 !important; }

.btn,
.btn-sm,
.btn-lg,
.btn-xs {
  border-radius: !important; }

.btn,
a .btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  color: #fff; }

.btn-default,
a .btn-default {
  color: !important;
  background-color: #009bc2;
  border-color: #009bc2; }

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #009bc2;
  border-color: #009bc2; }

.btn-info,
a .btn-info {
  color: !important;
  background-color: #00a7ce;
  border-color: #00a7ce; }

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #00a7ce;
  border-color: #00a7ce; }

.btn-warning,
a .btn-warning {
  color: !important;
  border: 2px solid; }

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: !important; }

.btn-success,
a .btn-success {
  color: #fff !important;
  background-color: #b8e986;
  border-color: #b8e986; }

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  background-color: #b8e986;
  border-color: #b8e986; }

#content #hero .action.form h2 {
  color: !important; }
#content #hero .action.form .email-form {
  background: !important;
  box-shadow: !important; }

.media-wrap .media-tint,
.media-wrap .video-placeholder {
  background: #65c4dc; }
.media-wrap .media.bgoverlayLight:after,
.media-wrap .slider-bgimg.bgoverlayLight:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)); }
.media-wrap .media.bgoverlayDark:after,
.media-wrap .slider-bgimg.bgoverlayDark:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); }

.slider-bgimg.bgoverlayLight:after {
  content: '';
  position: absolute;
  width: inherit;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)); }

.slider-bgimg.bgoverlayDark:after {
  content: '';
  position: absolute;
  width: inherit;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)); }

.content-container section:nth-child(1) {
  padding: 90px 20px; }
  .content-container section:nth-child(1) section:first-of-type {
    margin: 90px 20px; }
  .content-container section:nth-child(1) section:nth-child(2) {
    margin-top: -60px;
    margin-bottom: 60px; }
.content-container section > section:last-of-type {
  margin-bottom: -60px; }

.stripe-button {
  margin: 0 auto;
  text-align: center; }
  .stripe-button small {
    float: none; }

.procedure-image {
  display: inline-block;
  margin: 0 auto; }
  .procedure-image img {
    max-width: 100px; }
    @media (max-width: 767px) {
      .procedure-image img {
        max-width: 75px; } }

.image-float-left {
  margin: 1em 1em 1em 0;
  float: left;
  width: 40%; }
  @media (max-width: 768px) {
    .image-float-left {
      width: 100%; } }

.faq-card-box {
  padding: 1em;
  min-height: 220px; }
  .faq-card-box a:hover {
    text-decoration: none; }

.faq-box {
  background: white;
  padding: 15px 3em 30px;
  font-size: .7em;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24); }
  .faq-box img.faq-icon {
    max-width: 30px;
    margin: 0 auto .5em; }
  .faq-box h4 {
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
    color: #003b49;
    max-width: 240px; }
  .faq-box p {
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 1.35em;
    margin: 5px auto;
    font-weight: 400;
    color: #003b49;
    max-width: 240px; }
  .faq-box .learn-more {
    min-width: 140px;
    min-height: 30px;
    color: white;
    text-transform: bold;
    background-color: #00a7ce;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase; }

.subheader {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.4px; }

.features-row {
  margin: 6em auto; }
  .features-row .feature-block-image {
    margin-top: -3em; }
    .features-row .feature-block-image .d-flex {
      background: #04a5d3;
      background: -moz-linear-gradient(top, #04a5d3 0%, #003c47 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #04a5d3), color-stop(100%, #003c47));
      background: -webkit-linear-gradient(top, #04a5d3 0%, #003c47 100%);
      background: -o-linear-gradient(top, #04a5d3 0%, #003c47 100%);
      background: -ms-linear-gradient(top, #04a5d3 0%, #003c47 100%);
      background: linear-gradient(to bottom, #04a5d3 0%, #003c47 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a5d3', endColorstr='#003c47', GradientType=0 );
      padding: 3em .5em; }
      .features-row .feature-block-image .d-flex div {
        margin: .5em; }
  .features-row .feature-block-copy {
    background-color: #fafafa;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 3em 6em;
    margin: 50px 0 0 -4em;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 7px 7px 21px 0px #c9c9c9; }
    .features-row .feature-block-copy h2 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.5em;
      margin-bottom: 10px; }
  @media (max-width: 768px) {
    .features-row {
      margin: 0 0 30px; }
      .features-row .feature-block-image {
        margin: 0;
        padding: 0; }
      .features-row .feature-block-copy {
        margin: 0;
        padding: 3em 3em; } }

.procedure .section-header h1.title {
  font-weight: 600;
  text-transform: none;
  color: #0099BF; }
@media (max-width: 768px) {
  .procedure .section-header h3.subtitle {
    font-size: 1.25em; } }
.procedure .section-vert-title {
  left: -10%;
  top: 0;
  letter-spacing: 1.4px; }

.procedure-main {
  background-color: #efefef; }

.procedure-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2em;
  margin: 2em auto 0;
  min-width: 360px;
  max-width: 480px;
  background: #103f4a;
  background: -moz-linear-gradient(-45deg, #103f4a 0%, #0bc6db 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #103f4a), color-stop(100%, #0bc6db));
  background: -webkit-linear-gradient(-45deg, #103f4a 0%, #0bc6db 100%);
  background: -o-linear-gradient(-45deg, #103f4a 0%, #0bc6db 100%);
  background: -ms-linear-gradient(-45deg, #103f4a 0%, #0bc6db 100%);
  background: linear-gradient(135deg, #103f4a 0%, #0bc6db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103f4a', endColorstr='#0bc6db', GradientType=1 ); }
  .procedure-nav .vert-title {
    position: absolute;
    margin-left: -100px;
    margin-top: 10px;
    transform: rotate(270deg);
    z-index: 100;
    background-color: transparent;
    text-transform: uppercase; }
    .procedure-nav .vert-title h5 {
      font-size: .8em;
      margin: 0 0 17.5px;
      font-family: 'Gotham', Fallback, sans-serif;
      font-style: normal;
      font-weight: 600;
      line-height: 1.2;
      overflow-wrap: break-word;
      word-wrap: break-word; }
  @media (max-width: 768px) {
    .procedure-nav {
      min-width: unset; } }
  .procedure-nav a {
    position: relative;
    color: white !important;
    margin: 8px;
    font-size: 14px;
    font-weight: lighter;
    border-bottom: 1px solid #ddd;
    padding: .25em 0 1em 1em;
    width: 90%;
    letter-spacing: 1.5px;
    text-align: left; }
    @media (max-width: 768px) {
      .procedure-nav a {
        font-size: 12px;
        margin-top: 0; } }
    .procedure-nav a:last-of-type {
      border-bottom: none; }
    .procedure-nav a:hover {
      text-decoration: none; }
    .procedure-nav a.active::before {
      content: '';
      background-color: white;
      height: 5px;
      width: 14px;
      position: absolute;
      left: -20px;
      top: 40%;
      transform: translateY(-50%); }

.procedure-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #00a7ce;
  margin: -2em auto 0;
  height: 66px;
  width: 80%;
  max-width: 936px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; }
  @media (max-width: 768px) {
    .procedure-subnav {
      height: auto; } }
  @media (max-width: 768px) {
    .procedure-subnav .nav {
      height: auto;
      flex-direction: column;
      align-items: center;
      margin: .5em 0; }
      .procedure-subnav .nav p {
        display: none !important; } }
  .procedure-subnav a,
  .procedure-subnav p {
    color: white !important;
    margin: 0 15px;
    font-size: .8em;
    letter-spacing: 1.5px; }
    .procedure-subnav a:hover,
    .procedure-subnav p:hover {
      text-decoration: none; }
    .procedure-subnav a.active,
    .procedure-subnav p.active {
      border-bottom: 1px solid white; }
  @media (max-width: 768px) {
    .procedure-subnav {
      width: 100%; }
      .procedure-subnav a,
      .procedure-subnav p {
        margin: 0 10px; } }

.subnav-box {
  background-color: #fafafa;
  position: relative;
  width: 100%; }

.tab-content > div.procedure-section {
  padding-top: 8em;
  padding-bottom: 10em; }
  @media (max-width: 768px) {
    .tab-content > div.procedure-section {
      padding-top: 6em;
      padding-bottom: 0; } }
  .tab-content > div.procedure-section .title {
    font-weight: normal;
    letter-spacing: 1.4px; }
    .tab-content > div.procedure-section .title div {
      display: inline-block;
      margin-right: 20px; }
    .tab-content > div.procedure-section .title span {
      font-weight: lighter; }
    .tab-content > div.procedure-section .title span:last-of-type {
      font-weight: normal; }
  .tab-content > div.procedure-section p {
    max-width: 680px;
    margin: 0 auto; }
  .tab-content > div.procedure-section .image-wrapper {
    margin-top: 2em; }

.procedure-section.last {
  margin-bottom: unset; }

.featured-image-box {
  padding: 1em;
  background-color: #fff; }
  .featured-image-box p {
    padding: 1em 2em; }

#implants-gallery-intro {
  padding-bottom: 40px !important; }

#implants-gallery {
  margin-top: 0 !important;
  padding-top: 0 !important; }

#gallery ul.nav.nav-tabs,
#options ul.nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #00a7ce;
  margin: 3em auto 0;
  width: 80%;
  max-width: 936px;
  left: 50%;
  border: none; }
  #gallery ul.nav.nav-tabs li,
  #options ul.nav.nav-tabs li {
    color: white !important;
    margin: 0;
    font-size: .8em;
    letter-spacing: 1.5px;
    border-right: 1px solid #ddd;
    padding: 0 15px; }
    @media (max-width: 768px) {
      #gallery ul.nav.nav-tabs li,
      #options ul.nav.nav-tabs li {
        border-right: none; } }
    #gallery ul.nav.nav-tabs li:hover,
    #options ul.nav.nav-tabs li:hover {
      text-decoration: none; }
    #gallery ul.nav.nav-tabs li:last-of-type,
    #options ul.nav.nav-tabs li:last-of-type {
      border: none; }
  @media (max-width: 768px) {
    #gallery ul.nav.nav-tabs,
    #options ul.nav.nav-tabs {
      width: 100%; }
      #gallery ul.nav.nav-tabs li,
      #options ul.nav.nav-tabs li {
        padding: 0 10px; } }

#options ul.nav.nav-tabs {
  min-height: 90px;
  border: none;
  background: #B8E986; }
  #options ul.nav.nav-tabs li {
    border-right: 1px solid #333;
    text-transform: uppercase; }

#galleryTabs.nav {
  max-width: 948px;
  margin: 0 auto;
  background-color: #00a7ce;
  align-items: center;
  justify-content: center;
  padding: 1em 3em; }
  #galleryTabs.nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    #galleryTabs.nav .nav-item strong {
      margin: 2px;
      color: white !important; }
  #galleryTabs.nav li > a.active {
    padding: .5rem 1rem;
    margin-top: unset;
    background: transparent;
    border: 1px solid transparent;
    border-radius: none;
    color: black !important; }
  #galleryTabs.nav li > a {
    color: white !important;
    padding: .25rem .75rem; }
    #galleryTabs.nav li > a:hover {
      border: 1px solid transparent; }

.tab-content .tab-pane {
  padding-top: 2em; }

.sl-wrapper > .sl-image {
  background-color: white;
  padding-top: 10px; }
  .sl-wrapper > .sl-image::before {
    position: absolute;
    background-image: url(/images/asird-logo.png);
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 10px solid white;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    height: 40px;
    width: 100%; }
  .sl-wrapper > .sl-image .lightbox-caption.sl-caption {
    display: none;
    padding: 10px;
    color: #000;
    background: white;
    font-size: 1rem;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center; }
    .sl-wrapper > .sl-image .lightbox-caption.sl-caption span {
      float: right;
      padding: .25em;
      margin-top: 1em; }
      .sl-wrapper > .sl-image .lightbox-caption.sl-caption span a {
        margin-left: 2em; }

.sl-overlay {
  background: #003b49;
  opacity: 0.9; }

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  color: white; }

.sl-wrapper .sl-navigation button {
  color: white; }

.lightboxcontainer {
  width: 100%;
  text-align: left; }

.lightboxleft {
  width: 40%;
  float: left; }

.lightboxright {
  width: 60%;
  float: left; }

.lightboxright iframe {
  min-height: 390px; }

.divtext {
  margin: 36px; }

#html5-watermark {
  display: none !important; }

#html5-lightbox-overlay {
  background-color: #003b49 !important; }

@media (max-width: 800px) {
  .lightboxleft {
    width: 100%; }

  .lightboxright {
    width: 100%; }

  .divtext {
    margin: 12px; } }
.section-intro-box {
  height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 120% 1%, 0 100%);
  background: #003b49;
  background-image: url("../images/bg-pattern.png"), linear-gradient(88deg, #003b49, #0099bf);
  /* W3C */
  background-repeat: repeat-y;
  z-index: 2;
  color: #fff;
  position: relative;
  position: absolute;
  width: 100%; }
  .section-intro-box .pattern-box {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 60px; }
    @media (max-width: 768px) {
      .section-intro-box .pattern-box {
        top: 4px; } }
  .section-intro-box span {
    font-weight: 700; }
    @media (max-width: 768px) {
      .section-intro-box span {
        font-size: .8em; } }
  .section-intro-box span.lighter {
    font-weight: 200;
    border-right: 1px solid #ddd;
    padding-right: 4px;
    margin-right: 8px;
    font-size: .8em; }
    @media (max-width: 768px) {
      .section-intro-box span.lighter {
        font-size: .6em; } }

#find-team {
  min-height: 760px; }

.map-copy {
  padding-bottom: 8rem;
  color: #5e5e5e; }
  .map-copy h2 {
    color: #5e5e5e;
    margin-bottom: 2em; }
  .map-copy p {
    color: #5e5e5e;
    padding-bottom: 1em; }
  .map-copy #zip_submit {
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.24);
    background: #00a7ce;
    padding: 2em 3em;
    right: -10em;
    z-index: 300;
    margin-bottom: 4em;
    position: absolute; }
    @media (max-width: 768px) {
      .map-copy #zip_submit {
        right: unset;
        position: relative;
        width: 100%; } }
    .map-copy #zip_submit h5 {
      color: #fff !important;
      font-weight: 500;
      letter-spacing: 1.4px;
      font-size: .8em;
      display: block; }
    .map-copy #zip_submit .input-group input {
      border-radius: 0px;
      border: none;
      text-align: center; }
    .map-copy #zip_submit .input-group .btn {
      margin: 0;
      border: none; }
  @media (max-width: 992px) {
    .map-copy {
      padding-bottom: 0; }
      .map-copy h2 {
        margin-bottom: .5em; }
      .map-copy #zip_submit {
        margin-bottom: 0; } }

#map-canvas h5 {
  margin-bottom: 0; }

.btn-small.btn-success {
  max-width: 200px;
  margin: 1em auto;
  font-size: 12px;
  padding: 10px 25px !important;
  border: none;
  display: flex;
  align-items: center;
  min-height: unset; }
  .btn-small.btn-success:hover {
    border: none;
    color: white;
    vertical-align: center; }

.slant-images {
  height: 300px;
  display: flex; }
  @media (max-width: 768px) {
    .slant-images {
      height: 240px; } }
  .slant-images .image {
    height: 100%;
    background-position: center;
    background-size: cover; }
  .slant-images .image-1 {
    width: 40%; }
  .slant-images .image-2 {
    width: 60%; }

@media (max-width: 992px) {
  .tech-row {
    flex-direction: column; } }

.tech-side-1 {
  width: 60%;
  padding: 2em; }
  @media (max-width: 992px) {
    .tech-side-1 {
      width: 100%; } }

.tech-side-2 {
  width: 40%; }
  @media (max-width: 992px) {
    .tech-side-2 {
      width: 75%;
      margin: auto;
      min-height: 310px; } }
  .tech-side-2 div {
    margin: auto; }
    @media (max-width: 992px) {
      .tech-side-2 div {
        min-height: 310px !important; } }

@media (max-width: 768px) {
  .clearfix-xs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; } }
.full-width {
  padding: 0 !important; }
  .full-width .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100vw !important; }

.carousel-wrap {
  position: relative;
  background-color: #007795; }

.welcome-panel, .welcome-panel-mobile {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-width: 420px; }
  @media (max-width: 768px) {
    .welcome-panel, .welcome-panel-mobile {
      position: relative; } }
  .welcome-panel .welcome-message, .welcome-panel-mobile .welcome-message {
    padding: 1em;
    height: 100%;
    background-color: rgba(0, 119, 149, 0.85);
    margin-left: 0; }
    .welcome-panel .welcome-message .welcome-inner, .welcome-panel-mobile .welcome-message .welcome-inner {
      max-width: 340px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      margin: 2em auto; }
      @media (max-width: 768px) {
        .welcome-panel .welcome-message .welcome-inner, .welcome-panel-mobile .welcome-message .welcome-inner {
          max-width: 600px;
          margin: 1em auto 1em; } }
      .welcome-panel .welcome-message .welcome-inner p, .welcome-panel-mobile .welcome-message .welcome-inner p {
        color: #eee !important;
        margin-bottom: 1em;
        font-size: .9em; }
      .welcome-panel .welcome-message .welcome-inner h4, .welcome-panel-mobile .welcome-message .welcome-inner h4 {
        margin-top: 10px;
        font-weight: 600; }
        @media (max-width: 768px) {
          .welcome-panel .welcome-message .welcome-inner h4, .welcome-panel-mobile .welcome-message .welcome-inner h4 {
            margin: 0 auto .5em; } }
      @media (max-width: 768px) {
        .welcome-panel .welcome-message .welcome-inner a, .welcome-panel-mobile .welcome-message .welcome-inner a {
          margin: 0 auto; } }
  @media (max-width: 992px) {
    .welcome-panel, .welcome-panel-mobile {
      min-width: 340px; } }
  @media (max-width: 768px) {
    .welcome-panel, .welcome-panel-mobile {
      width: 100%; } }

.btn-green {
  width: auto;
  height: 38px;
  background-color: #b8e986;
  color: #fff;
  border: none; }

.carousel-wrap-nav {
  position: absolute;
  z-index: 4;
  margin: -40px auto 0;
  width: 80%;
  left: 10%;
  height: 80px;
  min-width: 480px;
  background-color: #003b49;
  padding: 8px 0 14px; }
  .carousel-wrap-nav h4 {
    font-size: .8rem;
    font-weight: 500; }
  @media (max-width: 768px) {
    .carousel-wrap-nav {
      left: 0;
      min-width: unset !important;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 !important;
      justify-content: center;
      margin: -20px auto 0; }
      .carousel-wrap-nav .text-center.slick-slide {
        height: unset !important;
        min-height: unset !important;
        display: block !important; } }

@media (max-width: 768px) {
  .slick-initialized .slick-slide {
    height: unset; } }

.slider-nav .slick-track {
  transform: unset !important; }
.slider-nav h4 {
  margin: 10px 0;
  font-size: .9rem;
  color: #fff;
  padding: 10px;
  padding-bottom: 0; }
  .slider-nav h4:hover {
    cursor: pointer; }
  .slider-nav h4:focus {
    outline: none; }
  .slider-nav h4.slick-current {
    color: #b8e986; }
    .slider-nav h4.slick-current:after {
      content: "";
      display: block;
      margin: 0 auto;
      padding-top: 5px;
      width: 80px;
      border-bottom: 2px solid #b8e986; }
@media (max-width: 768px) {
  .slider-nav .slick-list.draggable {
    padding: 0 !important;
    width: 100%; }
  .slider-nav .slick-track {
    width: 100vw !important;
    opacity: 1;
    display: flex;
    align-items: flex-start;
    padding: 0 !important;
    justify-content: space-between;
    width: 100%; }
  .slider-nav h4 {
    font-size: .75rem;
    width: 100%; } }

.slick-dots {
  position: absolute;
  z-index: 3;
  bottom: 2em; }

.request-button {
  padding: .4em 2.5em;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: white;
  border: 2px solid #003b49;
  border-radius: 6px;
  color: #003b49; }
  .request-button:hover {
    background-color: #fafafa;
    cursor: pointer; }
  .request-button.light {
    border: 2px solid #fafafa;
    color: #fafafa;
    padding: .75em 1.5em; }

.breadcrumb {
  background-color: transparent !important;
  position: absolute;
  bottom: 2px;
  left: 6px; }
  .breadcrumb li:after {
    margin: 0 6px;
    content: ' >'; }
  .breadcrumb li:last-child:after {
    content: ''; }

.carousel-wrap, .slider-wrap {
  max-height: 600px;
  overflow: hidden; }
  @media screen and (min-width: 945px) {
    .carousel-wrap .slider-image, .slider-wrap .slider-image {
      transform: translateY(-12%); } }
  @media (max-width: 768px) {
    .carousel-wrap, .slider-wrap {
      max-height: unset; } }
