/* Document
   ========================================================================== */
/**
 * Prevent adjustments of font size after orientation changes in
 * IE on Windows Phone and in iOS.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.table-responsive {
  width: 100%;
}

.field--name-field-content > .field__item:last-child {
  margin-bottom: 8.5rem;
}
.path-frontpage .field--name-field-content > .field__item:last-child {
  margin-bottom: 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=number] {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #464646;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-ms-expand,
input[type=password]::-ms-expand,
input[type=email]::-ms-expand,
input[type=search]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=number]::-ms-expand {
  border: 0;
  background-color: transparent;
}

input[disabled],
input[readonly],
fieldset[disabled] input {
  background-color: #F1F1F1;
  cursor: not-allowed;
  opacity: 1;
}

.form-item-zip-code {
  max-width: 300px;
}

.form-group__max-50 {
  max-width: 50%;
}
.form-group__max-50 input {
  max-width: 50%;
}

form .no-margin {
  margin: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

option:not(:checked) {
  color: #000000; /* prevent <option>s from becoming transparent as well */
}

input[type=submit]:-moz-focusring {
  outline: transparent;
}

.form-group__full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem 0 2rem;
}
.form-group__full.no-margin {
  margin: 0;
}
@media (min-width: 768px) {
  .form-group__full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem 0 0;
  }
  .form-group__full.no-margin {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .form-group__full p {
    margin: 0 4rem 0 0;
  }
}
.form-group__full input[type=text],
.form-group__full p {
  width: 100%;
}
@media (min-width: 768px) {
  .form-group__full input[type=text],
  .form-group__full p {
    width: calc(50% - 2rem);
  }
}

.form-group__5050 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-group__5050 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-group__5050 > div {
  width: 100%;
}
.form-group__5050 > div:first-of-type {
  margin: 0 0 4rem;
}
@media (min-width: 768px) {
  .form-group__5050 > div {
    width: calc(50% - 2rem);
  }
  .form-group__5050 > div:first-of-type {
    margin: 0 2rem 0 0;
  }
}
.form-group__5050 > div:first-of-type {
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .form-group__5050 > div:first-of-type {
    margin: 0 4rem 0 0;
  }
}

.form-group__required-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-group__50small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-group__50small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.form-group__50small > div {
  width: 100%;
}
.form-group__50small > div:first-of-type {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .form-group__50small > div {
    width: calc(50% - 2rem);
  }
  .form-group__50small > div:first-of-type {
    margin: 0 2rem 0 0;
  }
}

.form-group__inline-container span {
  margin-top: 1rem;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .form-group__inline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .form-group__inline-container .form-group {
    width: 30%;
  }
  .form-group__inline-container .form-group:nth-child(1) {
    margin-right: 2%;
  }
  .form-group__inline-container .form-group:nth-child(2) {
    margin-left: 1%;
  }
}
.form-group__inline-container .form-item-markup-or {
  margin-top: 1rem;
  text-align: center;
  display: block;
  margin: 0;
  width: auto;
}
@media (min-width: 768px) {
  .form-group__inline-container .form-item-markup-or {
    width: auto;
  }
}

.js-multistep-form .form-actions,
.flex-actions .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.js-multistep-form .form-actions .cybersource,
.flex-actions .form-actions .cybersource {
  width: 100%;
  text-align: right;
}
.js-multistep-form .form-actions .ajax-progress-throbber,
.js-multistep-form .form-actions .throbber,
.flex-actions .form-actions .ajax-progress-throbber,
.flex-actions .form-actions .throbber {
  display: none;
}
.js-multistep-form.flex-actions--left .form-actions,
.flex-actions.flex-actions--left .form-actions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.js-multistep-form.flex-actions--right .form-actions,
.flex-actions.flex-actions--right .form-actions {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.required-text {
  color: #f05948;
}

.no-bold {
  font-family: "FS Elliot Web Regular", "Arial", arial, sans-serif;
  font-weight: normal;
}

.table.table {
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "FS Elliot Web Bold", "FS Elliot Web Regular", "Arial", arial, sans-serif;
}

.newdentalchoice__full-width {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.newdentalchoice__main {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  width: 100%;
}
@media (min-width: 1140px) {
  .newdentalchoice__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.newdentalchoice__main .newdentalchoice__main {
  padding-left: 0;
  padding-right: 0;
}

.newdentalchoice__page {
  margin-bottom: 175px;
}

.newdentalchoice__paragraph-spaces {
  margin-bottom: 15px;
}

.newdentalchoice__paragraph-spaces-xl {
  margin-bottom: 50px;
}

.newdentalchoice__paragraph-last {
  margin-bottom: 175px;
}

.newdentalchoice__no-heroes {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .newdentalchoice__no-heroes {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}

.newdentalchoice__standard-space {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .newdentalchoice__standard-space {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}