progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  font-size: 16px;
}

button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  line-height: 0;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
p {
  margin: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
  clear: both;
}

label,
input,
select,
textarea,
button,
fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.owl-dots {
  display: flex !important;
  justify-content: center !important;
}

.owl-dots .owl-dot {
  color: #fff !important;
  display: inline-block !important;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
  margin-top: 22px !important;
  padding: 3px 10px !important;
  font-size: 12px !important;
  vertical-align: middle;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  margin: 5px 7px;
  border-radius: 20px;
  background: #fff;
}

.owl-dots .owl-dot.active span {
  background: #f65e53;
  border: 4px solid #fff;
  width: 18px;
  height: 18px;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .l-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media only screen and (min-width: 1280px) {
  .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: currentColor;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
  .hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger:hover {
    opacity: 1;
  }

  .hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  /*
   * Arrow Turn
   */

  .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
  }

  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  /*
   * Arrow Turn Right
   */

  .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
  }

  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  /*
   * Squeeze
   */

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font: 300 36px/36px "ff-tisa-web-pro", serif;
  color: #ffffff;
  margin: 0;
}

h4 {
  font: 300 28px "ff-tisa-web-pro", serif;
  color: #ffffff;
  margin: 0;
}

h5 {
  font: 400 14px "brandon-grotesque", sans-serif;
  color: #005b88;
  text-transform: uppercase;
  margin: 0;
}

h6 {
  font: 300 18px/20px "brandon-grotesque", sans-serif;
  color: #999;
}

p,
li {
  font: 400 16px "ff-tisa-web-pro", serif;
  color: #ffffff;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  color: #999;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: #005b88;
}

span.teal {
  color: #00aca2;
}

span.pink {
  color: #ec068d;
}

span.orange {
  color: #f58026;
}

span.orange {
  color: #ff984e;
}

span.red {
  color: #f75346;
}

span.navyblue {
  color: #005b88;
}

span.cottoncandyblue {
  color: #00abd5;
}

.bg-orange {
  background-color: #ff984e;
}

.bg-red {
  background-color: #f75346;
}

.bg-darkblue {
  background-color: #005b88;
}

.bg-blue {
  background-color: #00abd5;
}

.button {
  align-items: center;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font: 900 10px/15px "brandon-grotesque", sans-serif;
  height: 40px;
  justify-content: center;
  letter-spacing: 1.6px;
  min-width: 155px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .button {
    font-size: 13px;
    line-height: 19px;
    height: 50px;
    letter-spacing: 2px;
    min-width: 195px;
  }
}

.button:hover {
  transition: all 0.2s ease;
}

.button.navyblue {
  background-color: #005b88;
}

.button.watermelon {
  background-color: #f75346;
}

.button.white-watermelon {
  background-color: #ffffff;
  color: #f75346;
}

.button.white-watermelon:hover {
  background-color: #005b88;
  color: #ffffff;
}

.button.white-cottoncandyblue {
  background-color: #ffffff;
  color: #00abd5;
}

.button.white-cottoncandyblue:hover {
  background-color: #005b88;
  color: #ffffff;
}

.button.white-navyblue {
  background-color: #ffffff;
  color: #005b88;
}

.button.white-navyblue:hover {
  background-color: #00abd5;
  color: #ffffff;
}

.button--blue-link {
  align-items: flex-end;
  color: #005b88;
  height: auto;
  font: 700 13px/19px "brandon-grotesque", sans-serif;
  min-width: auto;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

.button--blue-link .button-icon {
  margin-bottom: 4.5px;
  margin-left: 3px;
  height: 7px;
}

@media only screen and (min-width: 768px) {
  .button--blue-link .button-icon {
    height: 10px;
    margin-bottom: 6px;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .button--blue-link {
    font-size: 18px;
    line-height: 26px;
  }
}

.button--blue-link:hover {
  color: #f75346;
}

.button--white-link {
  align-items: flex-end;
  color: #fff;
  height: auto;
  font: 700 13px/19px "brandon-grotesque", sans-serif;
  min-width: auto;
  letter-spacing: 0;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

.button--white-link .button-icon {
  margin-bottom: 4.5px;
  margin-left: 3px;
  height: 7px;
}

@media only screen and (min-width: 768px) {
  .button--white-link .button-icon {
    height: 10px;
    margin-bottom: 6px;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .button--white-link {
    font-size: 18px;
    line-height: 26px;
  }
}

.button--white-link:hover {
  color: #f75346;
}

.button--white-link.is-tablet-font-size {
  font-size: 18px;
  line-height: 26px;
}

.button--white-link.is-tablet-font-size .button-icon {
  height: 9px;
  margin-bottom: 6.5px;
  margin-left: 6px;
}

.c-link,
.c-banner-picture-callouts__callout-link {
  color: #ffffff;
  font: 800 11px/13px "brandon-grotesque", sans-serif;
  letter-spacing: 2px;
  line-height: 16px;
  padding-bottom: 4px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-link,
  .c-banner-picture-callouts__callout-link {
    line-height: 19px;
  }
}

.c-link:after,
.c-banner-picture-callouts__callout-link:after {
  bottom: 0;
  background-color: #ffffff;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-link--navy-blue {
  color: #005b88;
}

.c-link--navy-blue:after {
  background-color: #005b88;
}

.c-link--watermelon,
.c-banner-picture-callouts__callout-link {
  color: #f75346;
}

.c-link--watermelon:after,
.c-banner-picture-callouts__callout-link:after {
  background-color: #f75346;
}

.c-link--watermelon:hover,
.c-banner-picture-callouts__callout-link:hover {
  color: #005b88;
}

.c-link--watermelon:hover:after,
.c-banner-picture-callouts__callout-link:hover:after {
  background-color: #005b88;
}

.c-link--upload {
  color: #f75346;
  font: 800 13px/16px "brandon-grotesque", sans-serif;
}

.c-link--upload:after {
  background-color: #f75346;
}

.c-link--jumbo {
  font-size: 16px;
  letter-spacing: 2.5px;
  padding-bottom: 6px;
}

* {
  box-sizing: border-box;
}

.c-form-label,
.c-form-file__label,
.c-banner-heading-text__eyebrow {
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
}

@media only screen and (min-width: 768px) {
  .c-form-label,
  .c-form-file__label,
  .c-banner-heading-text__eyebrow {
    font-size: 16px !important;
    letter-spacing: 2.5px !important;
    line-height: 23px !important;
  }
}

.c-flex-blocks__block--callout .c-flex-blocks__block-title,
.c-banner-heading-text__heading,
.content_appointments .wrapwidth .page_header .appth1,
.typography--h1 {
  display: block;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  text-transform: uppercase !important;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block--callout .c-flex-blocks__block-title,
  .c-banner-heading-text__heading,
  .content_appointments .wrapwidth .page_header .appth1,
  .typography--h1 {
    font-size: 48px !important;
    line-height: 53px !important;
  }
}

.c-cardlist-bio__heading,
.c-banner-picture-callouts__heading,
.content_insurance .wrap .left h2,
.typography--h2,
.typography--contact h2,
.typography--wysiwyg h2 {
  display: block;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 22px !important;
  font-weight: bold !important;
  line-height: 32px !important;
  text-transform: uppercase !important;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-bio__heading,
  .c-banner-picture-callouts__heading,
  .content_insurance .wrap .left h2,
  .typography--h2,
  .typography--contact h2,
  .typography--wysiwyg h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.c-bubble-callouts__heading,
.c-card-bio__content-subheading,
.typography--h3 {
  color: #005b88 !important;
  display: block;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 23px !important;
  letter-spacing: 1.75px !important;
  text-transform: uppercase !important;
}

@media only screen and (min-width: 768px) {
  .c-bubble-callouts__heading,
  .c-card-bio__content-subheading,
  .typography--h3 {
    font-size: 16px !important;
    letter-spacing: 2.5px !important;
  }
}

.typography--tiny-eyebrow-text {
  color: #005b88 !important;
  font-family: "ff-tisa-web-pro", serif !important;
  font-style: italic !important;
  font-size: 14px !important;
  line-height: 25px !important;
}

@media only screen and (min-width: 768px) {
  .typography--tiny-eyebrow-text {
    font-size: 16px !important;
    line-height: 27px !important;
  }
}

.c-banner-picture-callouts__callout-title,
.c-banner-picture-callouts__copy,
.c-banner-heading-text__copy p,
.c-banner-heading-text__copy,
.typography--body-copy,
.typography--contact p,
.typography--wysiwyg a,
.typography--wysiwyg p {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 18px;
  line-height: 29px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout-title,
  .c-banner-picture-callouts__copy,
  .c-banner-heading-text__copy p,
  .c-banner-heading-text__copy,
  .typography--body-copy,
  .typography--contact p,
  .typography--wysiwyg a,
  .typography--wysiwyg p {
    font-size: 20px;
    line-height: 31px;
  }
}

.c-card-bio__content-copy p,
.c-card-bio__content-copy {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .c-card-bio__content-copy p,
  .c-card-bio__content-copy {
    font-size: 16px;
    line-height: 27px;
  }
}

.typography--wysiwyg {
  padding-bottom: 53px;
}

.typography--wysiwyg h2 {
  color: #005b88;
  padding-bottom: 15px;
}

.typography--wysiwyg p {
  color: #898989;
  padding-bottom: 13px;
}

.typography--wysiwyg p b {
  font-weight: bold;
}

.typography--wysiwyg ul li {
  margin-left: 50px;
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 13px;
  position: relative;
}

.typography--wysiwyg ul li:before {
  border-radius: 100%;
  background-color: #00abd5;
  content: "";
  left: -26px;
  position: absolute;
  top: 14px;
  height: 6px;
  width: 6px;
}

@media only screen and (min-width: 768px) {
  .typography--wysiwyg ul li {
    margin-left: 100px;
    font-size: 20px;
    line-height: 31px;
  }
}

.typography--wysiwyg a {
  color: #005b88;
  text-decoration: underline;
}

.typography--wysiwyg .typography--underline {
  text-decoration: underline;
}

.typography--contact {
  padding-bottom: 53px;
}

.typography--contact h2 {
  color: #005b88;
  padding-bottom: 15px;
}

.typography--contact p {
  color: #898989;
  padding-bottom: 13px;
}

.typography--contact p b {
  font-weight: bold;
}

.typography--contact .typography--h3 {
  padding-bottom: 18px;
}

.typography--extra-spacing {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .typography--extra-spacing {
    padding-bottom: 40px;
  }
}

.content.is-open.js-blur {
  filter: blur(3px);
}

@media only screen and (min-width: 1025px) {
  .content.is-open.js-blur {
    filter: none;
  }
}

/* Clearfix */

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* End Clearfix */

@-webkit-keyframes shake {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes eat {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes throw {
  0% {
    top: 20px;
  }

  50% {
    top: 0px;
  }

  100% {
    top: 20px;
  }
}

@-webkit-keyframes bounce {
  0% {
    top: 5px;
  }

  50% {
    top: 10px;
  }

  100% {
    top: 5px;
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(-25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-25deg);
  }
}

.content {
  min-height: 500px;
  position: relative;
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 100px;
  top: 100px;
}

@media only screen and (min-width: 768px) {
  .content {
    margin-bottom: 145px;
    top: 145px;
  }
}

@media only screen and (min-width: 1025px) {
  .content {
    margin-bottom: 0;
    top: 0;
  }
}

.main-nav [class^=icon-]:hover:before,
.main-nav [class*=" icon-"]:hover:before {
  color: #ffffff;
}

.icon-facebook {
  left: 8px;
}

.icon-facebook:before {
  font-size: 17px;
}

.icon-social-twitter:before {
  font-size: 22px;
}

.icon-social-twitter {
  width: 42px;
}

.icon-instagram {
  right: -3px;
}

.mobile-nav .icon-facebook,
footer .icon-facebook {
  background: url("/public/img/facebook_back.png") no-repeat;
  transition: all 0.2s ease;
}

.mobile-nav .icon-instagram,
footer .icon-instagram {
  background: url("/public/img/insta_back.png") no-repeat;
  transition: all 0.2s ease;
  margin-left: -10px;
}

.mobile-nav .icon-social-twitter,
footer .icon-social-twitter {
  background: url("/public/img/twitter_back.png") no-repeat;
  transition: all 0.2s ease;
  margin-left: -10px;
  top: 5px;
}

.wrap {
  margin: 0 20px;
  box-sizing: border-box;
  max-width: 1100px;
  position: relative;
}

.tablet {
  display: none;
}

.desktop {
  display: none;
}

header {
  height: 100px;
  z-index: 100;
  background: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s ease-in-out;
}

header.slide {
  left: 240px;
  transition: 0.5s ease-in-out;
}

header .wrap {
  height: 100%;
  position: relative;
  transition: 0.5s ease-in-out;
}

header .wrap a.mobile {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .mobile-nav {
  overflow: hidden;
  width: 240px;
  position: absolute;
  height: 513px;
  left: -240px;
  padding: 25px 0;
  top: 0;
  background: #363b74;
  transition: 0.5s ease-in-out;
}

header .mobile-nav.open {
  transition: 0.5s ease-in-out;
}

header .mobile-nav .button {
  margin: 0 auto 13px;
}

header .mobile-nav .main {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  border-top: 1px solid #292f5a;
}

header .mobile-nav .main li {
  list-style: none;
  padding-left: 25px;
  border-bottom: 1px solid #292f5a;
}

header .mobile-nav .main li a {
  font: 600 16px/60px "sofia-pro-soft", sans-serif;
  height: 60px;
  color: #ffffff;
}

header .mobile-nav .social {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

header .mobile-nav .social a {
  position: relative;
  display: inline-block;
}

header .mobile-nav .social a:before {
  color: #ffffff;
  position: relative !important;
}

header .mobile-nav .panel {
  position: absolute;
  right: -240px;
  width: 240px;
  height: 245px;
  margin-top: 30px;
  background: #363b74;
  transition: all 0.5s ease-in-out;
}

header .mobile-nav .panel.open {
  right: auto;
  left: 0;
  transition: all 0.5s ease-in-out;
}

header .mobile-nav .panel ul {
  position: absolute;
  border-top: 1px solid #292f5a;
  padding: 0;
  margin: 0;
  height: 245px;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  display: none;
  transition: 0.5s ease-in-out;
}

header .mobile-nav .panel ul.open {
  opacity: 1;
  display: block;
  transition: 0.5s ease-in-out;
}

header .mobile-nav .panel ul li {
  list-style: none;
  border-bottom: 1px solid #292f5a;
}

header .mobile-nav .panel ul li:first-of-type a {
  font-weight: bold;
  position: relative;
  padding-left: 45px;
}

header .mobile-nav .panel ul li:first-of-type a:after {
  content: "";
  height: 8px;
  background: url("/public/img/back-arrow.png") no-repeat;
  width: 9px;
  position: absolute;
  display: block;
  left: 25px;
  top: 8px;
}

header .mobile-nav .panel ul li a {
  padding-left: 25px;
  font: 16px/60px "sofia-pro-soft", sans-serif;
  height: 60px;
  color: #ffffff;
  font-weight: 200;
}

.breadcrumb {
  display: block;
  background-color: #005b88;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 4;
}

.breadcrumb .bread_nav {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  padding: 23px 30px;
  position: relative;
  width: 100%;
}

.breadcrumb .bread_nav .bread_wrap {
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex-shrink: 1000;
  flex: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .bread_nav .bread_wrap:first-child {
  min-width: 68px;
}

.breadcrumb .bread_nav .bread_wrap:first-child a {
  padding-left: 29px;
}

.breadcrumb .bread_nav .bread_wrap:last-child a {
  font-weight: 900;
}

.breadcrumb .bread_nav a,
.breadcrumb .bread_nav span {
  align-items: center;
  color: #ffffff;
  font: 300 11px "brandon-grotesque", sans-serif;
  flex: 0 1 auto;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.breadcrumb .bread_nav a img,
.breadcrumb .bread_nav span img {
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}

.breadcrumb .bread_nav a:hover,
.breadcrumb .bread_nav span:hover {
  font-weight: 500;
}

.breadcrumb .bread_nav a.active,
.breadcrumb .bread_nav span.active {
  font-weight: 500;
}

.breadcrumb .bread_nav .bread_divider {
  margin-left: 10px;
  margin-right: 6px;
}

.footercta {
  height: 450px;
}

.footercta .left-navyblue {
  background-color: #005b88;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
}

.footercta .left-navyblue .left {
  color: #ffffff;
  width: 100%;
}

.footercta .left-navyblue .left .blogheader_mobile {
  padding-bottom: 20px;
}

.footercta .left-navyblue .left .blogheader_mobile a {
  color: #ffffff;
  text-decoration: underline;
}

.footercta .left-navyblue .left .blogheader_mobile a h5 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 21px;
  width: 100%;
}

.footercta .left-navyblue .left .blogheader {
  display: none;
  padding-bottom: 20px;
}

.footercta .left-navyblue .left .blogheader h5 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 21px;
  width: 100%;
}

.footercta .left-navyblue .left .blogheader p {
  display: none;
}

.footercta .left-navyblue .left .blogcontent .left {
  width: 100%;
  display: block;
}

.footercta .left-navyblue .left .blogcontent .left h5 {
  color: #ffffff;
  text-transform: capitalize;
}

.footercta .left-navyblue .left .blogcontent .left h4 {
  line-height: 32px;
  padding-bottom: 15px;
}

.footercta .left-navyblue .left .blogcontent .left p {
  padding-bottom: 20px;
}

.footercta .left-navyblue .left .blogcontent .left a {
  font: 400 14px "brandon-grotesque", sans-serif;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}

.footercta .left-navyblue .left .blogcontent .right {
  display: none;
}

.footercta .right-cottoncandyblue {
  display: none;
}

.content._404page {
  min-height: auto;
  background-color: #f1f1f1;
  padding: 45px 0 100px;
}

.content._404page .wrapwidth {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.content._404page .wrapwidth img {
  width: 200px;
  margin-bottom: 60px;
}

.content._404page .wrapwidth h2 {
  color: #363b74;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 24px;
}

.content._404page .wrapwidth p {
  color: #898989;
  text-align: center;
  margin-bottom: 40px;
}

.hero_internal {
  height: 185px;
  background: #f75346;
  position: relative;
  left: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.hero_internal .wrapwidth {
  height: 100%;
  padding: 0;
}

.hero_internal .orb {
  align-items: center;
  background: #f75346;
  display: flex;
  justify-content: center;
  padding: 42px 0px;
  height: 185px;
  position: relative;
}

.hero_internal .orb h2 {
  font-size: 28px;
  line-height: 28px;
}

.hero_internal .orb h1 {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

.hero {
  height: 415px;
  overflow: hidden;
  background: #f75346 url("/public/img/hero-back.jpg") no-repeat bottom center;
  background-size: cover;
  background-position-y: 120px;
  position: relative;
  left: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
}

.hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 200%;
  height: 140%;
  border-radius: 50%;
  left: -50%;
  top: -220px;
  background: #ffffff;
}

.hero.slide {
  left: 240px;
  transition: 0.5s ease-in-out;
}

.hero .video {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 25px;
  z-index: 2;
  background-image: url("/public/img/video.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.hero .video:hover {
  background-image: url("/public/img/video_hover.png");
}

.hero .orb {
  padding: 30px 0px;
  height: 315px;
  position: relative;
}

.hero .orb p {
  padding: 20px 0;
}

.hero .orb:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 200%;
  height: 140%;
  border-radius: 50%;
  left: -48%;
  top: -100px;
  background: #f75346;
}

.dudes {
  height: 100%;
  background: #ffffff;
  padding: 55px 0;
}

.dudes h6 {
  text-align: center;
  margin: 15px 0;
  line-height: 24px;
}

.dudes .item {
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
  background-image: url("/public/img/shadow.png");
  background-repeat: no-repeat;
}

.dudes .item:nth-child(3) {
  background-position: 46% 95%;
}

.portal {
  height: auto;
  position: relative;
}

.portal .left {
  position: absolute;
}

.portal .right {
  height: 100%;
  padding: 60px 0;
  background: #f75346;
  position: relative;
}

.portal .right h2 {
  font-size: 28px;
}

.portal .right p {
  padding: 20px 0 50px;
  line-height: 24px;
  font-size: 18px;
}

.test {
  height: 560px;
  background: #f1f1f1 url("/public/img/test_back.png") no-repeat;
  background-size: 50%;
  background-position: right center;
}

.test .wrap {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.test .wrap .left {
  height: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: -30px;
  overflow: hidden;
}

.test .wrap .left img {
  width: 150px;
  display: inline-block;
  position: absolute;
  top: 122px;
}

.test .wrap .left .homeh1 {
  font-size: 14px;
  margin-top: 3px;
  font: 400 16px "sofia-pro-soft", sans-serif;
  color: #fff;
  margin: 0;
}

.test .wrap .left div {
  position: relative;
  display: block;
  height: 100%;
}

.test .wrap .left div img {
  width: 250px;
  position: absolute;
  top: 12px;
  left: 0;
}

.test .wrap .left div .label {
  width: 100%;
  min-width: 350px;
  max-height: 360px;
  position: absolute;
  right: 0px;
  left: 0px;
  background: url("/public/img/test_blue.png") no-repeat;
  background-size: 100%;
  background-position: 30% -10%;
  padding: 70px 0 0 100px;
  top: 38%;
}

.test .wrap .left div .label h4 {
  margin-bottom: 3px;
}

.test .wrap .left div .label p {
  font-size: 18px;
}

.test .wrap .left div .label p:last-of-type {
  font-size: 14px;
  margin-top: 3px;
}

.test .wrap .left div .label a {
  margin-top: 15px;
}

.content .approach {
  background-color: #f75346;
  padding: 50px 0;
}

.content .approach .wrap {
  margin: 0 auto;
  padding-bottom: 10px;
}

.content .approach .left {
  width: 100%;
  padding: 0;
  height: 100%;
}

.content .approach .left .wrap {
  margin: 0 20px;
}

.content .approach .left .wrap h1 {
  font: 600 16px "brandon-grotesque", sans-serif;
  color: #005b88;
  margin-top: 0;
  margin-bottom: 5px;
}

.content .approach .left .wrap h2 {
  font-size: 28px;
  line-height: 28px;
}

.content .approach .left .wrap h5 {
  font-size: 16px;
  line-height: 21px;
  text-transform: initial;
  padding: 15px 0 5px;
}

.content .approach .left .wrap p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}

.content .approach .left .wrap .pgtitle {
  color: #005b88;
}

.content .approach .right {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.content .approach .right .wrap {
  text-align: center;
  margin: 0;
}

.content .approach .right .wrap img.appr_bubble1 {
  position: relative;
  left: -40px;
}

.content .approach .right .wrap div.text {
  display: none;
  position: relative;
  margin-top: -170px;
  right: -70px;
}

.content .approach .right .wrap img.dude {
  position: relative;
  margin: -125px auto 0;
  padding-bottom: 20px;
  background-image: url("/public/img/our_approach_dudeshadow.png");
  background-repeat: no-repeat;
  background-position: 50% 107%;
  width: 155px;
  right: -70px;
  top: 15px;
  height: 100%;
}

.content .approach .wrap.sm {
  padding: 0 10px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer {
  background-color: #ffffff;
  padding: 40px 30px;
  height: auto !important;
  box-shadow: 0px 3px 30px 1px rgba(51, 51, 51, 0.15);
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item {
  padding-top: 50px;
  padding-right: 80px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item:before {
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  margin: auto;
  background: url("/public/img/test_quote.png") no-repeat center;
  width: 35px;
  height: 30px;
  background-size: contain;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item h5.teal {
  color: #00aca2;
  display: inline-block;
  margin-right: 20px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item .stars {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item .stars img {
  width: 16px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-wrapper-outer .owl-wrapper .owl-item .item p {
  color: #898989;
  line-height: 28px;
  font-size: 16px;
  padding-top: 20px;
  font-weight: 300;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-controls {
  margin-top: 25px;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-controls .owl-pagination .owl-page.active span {
  background-color: #f75346;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-controls .owl-pagination .owl-page span {
  background-color: #fff;
}

.content .approach .wrap.sm .test-slider.approachpg .owl-controls .owl-pagination .owl-page span:hover {
  background-color: #f75346;
}

.content .overview_icons {
  background-color: #ffffff;
}

.content .overview_icons .wrap .col2 {
  padding: 70px 0px 70px;
}

.content .overview_icons .wrap .col2 .col_item {
  width: 100%;
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 60px;
  text-align: center;
}

.content .overview_icons .wrap .col2 .col_item:last-of-type {
  padding-bottom: 0;
}

.content .overview_icons .wrap .col2 .col_item span img {
  width: 80px;
}

.content .overview_icons .wrap .col2 .col_item h6 {
  font-size: 21px;
  color: #363b74;
  margin: 25px 0;
}

.content .overview_icons .wrap .col2 .col_item p {
  color: #898989;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  padding: 0;
  font-weight: 300;
}

.content .overview_icons .wrap .col2 .col_item a.button.pink {
  display: inline-block;
}

.hero_internal.faq {
  background: #f75346 url("/public/img/hero_faq.png") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.content_faq {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 0px 0;
  position: relative;
}

.content_faq .wrapwidth {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.content_faq .wrapwidth .border {
  border-bottom: 2px solid #f1f1f1;
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal {
  width: 100%;
  height: 50px;
  overflow: auto;
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -50px;
  width: 40px;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal .table article {
  width: 175px;
  height: 50px;
  display: table-cell;
  background: #ffffff;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  /*
  					&:nth-child(2n+2) {
  						background: #f1f1f1;
  					}
  */
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal .table article:last-of-type {
  border-right: none;
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal .table article.active {
  background-color: #f1f1f1;
  background-image: none;
  transition: all 0.2s ease;
}

.content_faq .wrapwidth .border .faqnav_mobile.horizontal .table article p {
  font: 400 16px "brandon-grotesque", sans-serif;
  color: #005b88;
}

.content_faq .wrapwidth .left {
  padding: 0px 20px;
  width: 100%;
}

.content_faq .wrapwidth .left .faqnav {
  display: none;
}

.content_faq .wrapwidth .faqs-container {
  width: 100%;
  float: right;
  padding: 0px 30px;
}

.content_faq .wrapwidth .faqs-container .question_blk {
  border-bottom: 2px solid rgba(137, 137, 137, 0.15);
  display: none;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}

.content_faq .wrapwidth .faqs-container .question_blk:first-child {
  border-top: none;
}

.content_faq .wrapwidth .faqs-container .question_blk:last-child {
  border-bottom: none;
}

.content_faq .wrapwidth .faqs-container .question_blk.mix {
  display: none;
}

.content_faq .wrapwidth .faqs-container .question_blk .question-text-container {
  align-items: flex-start;
  display: flex;
}

.content_faq .wrapwidth .faqs-container .question_blk .question-text-container span.q {
  color: #005b88;
  font: 22px "brandon-grotesque", sans-serif;
  font-weight: bold;
  line-height: 34px;
}

.content_faq .wrapwidth .faqs-container .question_blk .question-text-container .question-text {
  color: #005b88;
  font: 300 22px "brandon-grotesque", sans-serif;
  font-weight: bold;
  line-height: 34px;
}

.content_faq .wrapwidth .faqs-container .question_blk .question-text-container img {
  padding-right: 10px;
}

.content_faq .wrapwidth .faqs-container .question_blk .answer-text-container {
  align-items: flex-start;
  display: flex;
  font: 300 14px "ff-tisa-web-pro", serif;
  color: #717174;
}

.content_faq .wrapwidth .faqs-container .question_blk .answer-text-container span.a {
  color: #f75346;
  font: 22px "brandon-grotesque", sans-serif;
  font-weight: bold;
  line-height: 34px;
}

.content_faq .wrapwidth .faqs-container .question_blk .answer-text-container .answer-text {
  padding-left: 10px;
  padding-top: 5px;
}

.content_faq .wrapwidth .faqs-container .question_blk.is-active {
  display: block;
}

.content_pds {
  background-color: #ffffff;
  padding: 0px 0;
}

.content_pds .wrapwidth {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.content_pds .wrapwidth .intro {
  max-width: 708px;
  margin: 0 auto;
  padding: 50px 15px;
}

.content_pds .wrapwidth .intro h2 {
  text-align: center;
  color: #005b88;
  margin-bottom: 20px;
  font-size: 24px;
}

.content_pds .wrapwidth .intro p {
  text-align: center;
  color: #898989;
  line-height: 24px;
}

.content_pds .wrapwidth .infograph_monster {
  padding: 0 15px 100px;
}

.content_pds .wrapwidth .infograph_monster .monster_center {
  text-align: center;
  display: none !important;
}

.content_pds .wrapwidth .infograph_monster .info_item {
  padding-bottom: 50px;
}

.content_pds .wrapwidth .infograph_monster .info_item p {
  color: #898989;
  text-align: center;
  font: 300 18px/21px "ff-tisa-web-pro", serif;
}

.content_pds .wrapwidth .infograph_monster .info_item p .pinktext {
  color: #f75346;
  font-weight: 400;
}

.content_pds .wrapwidth .infograph_monster .info_item p .pinktext a {
  text-decoration: none;
  color: #f75346;
}

.content_pds .wrapwidth .infograph_monster .info_item p a {
  text-decoration: underline;
  color: #898989;
}

.content_pds .wrapwidth .infograph_monster .info_item.l1:before {
  content: url("/public/img/icons/Infant-Oral.svg");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 78px;
}

.content_pds .wrapwidth .infograph_monster .info_item.l2:before {
  content: url("/public/img/apple.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content_pds .wrapwidth .infograph_monster .info_item.l3:before {
  content: url("/public/img/xray.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content_pds .wrapwidth .infograph_monster .info_item.l4:before {
  content: url("/public/img/people.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content_pds .wrapwidth .infograph_monster .info_item.r1:before {
  content: url("/public/img/icons/Repair.svg");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 93px;
}

.content_pds .wrapwidth .infograph_monster .info_item.r2:before {
  content: url("/public/img/instruments.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content_pds .wrapwidth .infograph_monster .info_item.r3:before {
  content: url("/public/img/tooth_teardrop.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content_pds .wrapwidth .infograph_monster .info_item.r4:before {
  content: url("/public/img/brush.png");
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.content.practice .approach .right .wrap img.prac_bubble1 {
  position: relative;
  left: -40px;
}

.content.practice .approach .right .wrap img.text {
  display: none;
  position: relative;
  margin-top: -170px;
  right: -70px;
}

.content.practice .approach .right .wrap img.dude {
  position: relative;
  padding-bottom: 20px;
  background-image: url("/public/img/our_approach_dudeshadow.png");
  background-repeat: no-repeat;
  background-position: 50% 107%;
  width: 108px;
  left: 90px;
}

.content.practice .overview_icons .wrap .col2 .col_item:nth-child(1) span img {
  width: 150px;
}

.content.practice .overview_icons .wrap .col2 .col_item:nth-child(2) span img {
  width: 65px;
}

.content_team {
  background-color: #ffffff;
  overflow: hidden;
}

.content_team .wrap {
  margin: 0 auto;
}

.content_team .wrap .left {
  margin: 0 20px;
}

.content_team .wrap .left h2 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.content_team .wrap .left p {
  text-align: left;
  color: #898989;
  line-height: 24px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
}

.content_team .wrap .right {
  overflow: hidden;
  min-height: 410px;
  margin: 0 auto;
}

.content_team .wrap .right div.text {
  height: 406px;
  margin: 60px auto 0;
  position: relative;
  display: inline-block;
  background-size: initial;
  background-image: url("/public/img/team_bubble.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.content_team .wrap .right div.text p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 55px 20px 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 458px;
}

.content_team .wrap .right div.text p::before {
  content: url(/public/img/team_quote.png);
  display: block;
  position: relative;
  margin: 0 auto 20px;
}

.content_team .wrap .right div.text h5 {
  font-weight: bold;
  text-align: center;
}

.team_members_wrap {
  background-color: #f1f1f1;
  padding: 70px 0;
}

.team_members_wrap .wrap .member {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}

.team_members_wrap .wrap .member:last-of-type {
  margin-bottom: 0;
}

.team_members_wrap .wrap .member img.member_img {
  border: 15px solid #fff;
  width: 100%;
  max-width: 300px;
  margin-bottom: 25px;
}

.team_members_wrap .wrap .member h2 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

.team_members_wrap .wrap .member h2 span img {
  vertical-align: middle;
}

.team_members_wrap .wrap .member p.title {
  color: #898989;
  font-size: 18px;
  margin-bottom: 10px;
}

.team_members_wrap .wrap .member p.bio {
  display: none;
  color: #666666;
}

.helpers {
  background-color: #fff;
  padding: 70px 0;
}

.helpers .wrap {
  margin: 0 auto;
}

.helpers .wrap h2 {
  color: #363b74;
  font-size: 24px;
  text-align: center;
  margin: 0 20px 15px;
}

.helpers .wrap p {
  color: #898989;
  font-size: 16px;
  text-align: center;
  margin: 0 20px;
}

.helpers .wrap .monsters {
  padding-top: 70px;
}

.helpers .wrap .monsters .item {
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.helpers .wrap .monsters .item.monster_blue {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 50% 80%;
}

.helpers .wrap .monsters .item.monster_blue img {
  width: 103px;
}

.helpers .wrap .monsters .item.monster_pink {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 50% 70%;
}

.helpers .wrap .monsters .item.monster_pink img {
  width: 155px;
}

.helpers .wrap .monsters .item.monster_pink h6 {
  margin-right: 10px;
}

.helpers .wrap .monsters .item.monster_green {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 47% 77%;
}

.helpers .wrap .monsters .item.monster_green img {
  width: 160px;
}

.helpers .wrap .monsters .item.monster_green h6 {
  margin-right: 28px;
}

.helpers .wrap .monsters .item.monster_blue2 {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 45% 75%;
}

.helpers .wrap .monsters .item.monster_blue2 img {
  width: 171px;
}

.helpers .wrap .monsters .item.monster_blue2 h6 {
  margin-right: 30px;
}

.helpers .wrap .monsters .item.monster_orange {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 50% 80%;
}

.helpers .wrap .monsters .item.monster_orange img {
  width: 158px;
}

.helpers .wrap .monsters .item.monster_purple {
  background-image: url("/public/img/team_monstershadow.png");
  background-repeat: no-repeat;
  background-position: 52% 82%;
}

.helpers .wrap .monsters .item.monster_purple img {
  width: 195px;
}

.helpers .wrap .monsters .item.monster_purple h6 {
  margin-left: 15px;
}

.helpers .wrap .monsters .item img {
  vertical-align: middle;
  min-height: 165px;
  transition: all 0.2s ease-in-out;
}

.helpers .wrap .monsters .item h6 {
  color: #666;
  font-size: 18px;
  font-family: "sofia-pro-soft", sans-serif;
  margin: 20px 0;
}

.helpers .wrap .monsters .item #funfact {
  display: none;
}

.helpers .wrap .monsters .owl-controls {
  position: absolute;
  width: 100%;
  top: 40%;
}

.helpers .wrap .monsters .owl-controls .owl-pagination {
  display: none;
}

.helpers .wrap .monsters .owl-controls .owl-buttons .owl-prev {
  left: -5px;
  position: absolute;
}

.helpers .wrap .monsters .owl-controls .owl-buttons .owl-prev.disabled {
  display: none;
}

.helpers .wrap .monsters .owl-controls .owl-buttons .owl-next {
  right: -5px;
  position: absolute;
}

.helpers .wrap .monsters .owl-controls .owl-buttons .owl-next.disabled {
  display: none;
}

.helpers .wrap .monsters .owl-controls .owl-buttons div {
  padding: 10px 15px;
}

.helpers .wrap .monsters .owl-controls .owl-buttons div img {
  vertical-align: middle;
}

.hero_internal.comm {
  background: #e04b3f url("/public/img/hero_comm.png") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.content_comm {
  background-color: #ffffff;
  padding: 36px 0 60px;
  overflow: hidden;
}

.content_comm .wrap {
  margin: 0 auto;
}

.content_comm .wrap .left {
  margin: 0 20px;
}

.content_comm .wrap .left h2 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.content_comm .wrap .left h5 {
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

.content_comm .wrap .left p {
  text-align: left;
  color: #898989;
  line-height: 24px;
  margin-bottom: 60px;
  font-weight: 300;
}

.content_comm .wrap .right {
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.content_comm .wrap .right .iconset {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.content_comm .wrap .right .iconset h3 {
  font: 600 29px/39px "sofia-pro-soft", sans-serif;
  color: #363b74;
  margin-top: 5px;
  margin-bottom: 0;
}

.content_comm .wrap .right .iconset:nth-child(1) img {
  width: 68px;
}

.content_comm .wrap .right .iconset:nth-child(2) img {
  width: 74px;
}

.content_comm .wrap .right .iconset:nth-child(3) img {
  width: 94px;
}

.comm_wrap {
  background-color: #f1f1f1;
  padding: 70px 0;
}

.comm_wrap .wrap {
  margin: 0;
}

.comm_wrap .wrap .left {
  display: none;
}

.comm_wrap .wrap .right {
  overflow: hidden;
  min-height: 410px;
  margin: 0 auto;
}

.comm_wrap .wrap .right div.text {
  height: 426px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  background-size: initial;
  background-image: url("/public/img/comm_bubble.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.comm_wrap .wrap .right div.text h6 {
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  padding: 15px 60px 0px;
  margin: 55px auto 0;
  width: 100%;
  max-width: 462px;
}

.comm_wrap .wrap .right div.text p {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding: 15px 60px 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 462px;
}

.comm_wrap .wrap .right div.text .btnwrap {
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
}

.comm_wrap .wrap .right div.text .btnwrap a.button.pink {
  margin-left: 60px;
  margin-top: 15px;
}

.content.visit .approach .left .wrap p a {
  color: #ec068d !important;
  text-decoration: none;
}

.content.visit .approach .right .wrap img.visit_bubble1 {
  position: relative;
  left: 40px;
}

.content.visit .approach .right .wrap div.text {
  display: none;
  position: relative;
  margin-top: -170px;
  right: -70px;
}

.content.visit .approach .right .wrap img.dude {
  position: relative;
  padding-bottom: 20px;
  background-image: url("/public/img/our_approach_dudeshadow.png");
  background-repeat: no-repeat;
  background-position: 50% 107%;
  width: 225px;
  left: -70px;
  margin-top: -120px;
}

.content.visit .overview_icons {
  background-color: #ffffff;
}

.content.visit .overview_icons .wrap .col3 {
  padding: 70px 0px 70px;
}

.content.visit .overview_icons .wrap .col3 .col_item {
  width: 100%;
  display: inline-block;
  padding-right: 0px;
  padding-bottom: 60px;
  text-align: center;
}

.content.visit .overview_icons .wrap .col3 .col_item:last-of-type {
  padding-right: 0;
  padding-bottom: 0;
}

.content.visit .overview_icons .wrap .col3 .col_item:nth-child(1) span img {
  width: 106px;
}

.content.visit .overview_icons .wrap .col3 .col_item:nth-child(2) span img {
  width: 53px;
}

.content.visit .overview_icons .wrap .col3 .col_item:nth-child(3) span img {
  width: 51px;
}

.content.visit .overview_icons .wrap .col3 .col_item span img {
  width: 80px;
}

.content.visit .overview_icons .wrap .col3 .col_item h6 {
  font-size: 21px;
  color: #363b74;
  margin: 25px 0;
}

.content.visit .overview_icons .wrap .col3 .col_item p {
  color: #898989;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  padding: 0;
  font-weight: 300;
}

.content.visit .overview_icons .wrap .col3 .col_item a.button.pink {
  display: inline-block;
}

.hero_internal.preparing {
  background: #f75346 url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/preparing-child-header.jpg") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.content_preparing {
  background-color: #ffffff;
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/wave-bg-mobile.svg");
  padding: 0 0 50px;
}

.content_preparing .wrapwidth {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.content_preparing .wrapwidth .intro {
  max-width: 708px;
  margin: 0 auto;
  padding: 50px 15px;
}

.content_preparing .wrapwidth .intro h2 {
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  color: #005b88;
  margin-bottom: 20px;
  font-size: 24px;
}

.content_preparing .wrapwidth .intro p {
  text-align: center;
  color: #898989;
  line-height: 24px;
}

.content_preparing .wrapwidth .version.kid {
  background-color: #00abd5;
  border-radius: 5px;
  padding: 40px 24px;
  margin: 0 30px;
}

.content_preparing .wrapwidth .version.kid .title {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;
}

.content_preparing .wrapwidth .version.kid .title:after {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-image: url("/public/img/pmpd-reskin/icons/icon-sqiggly-line--short-mobile.svg");
  background-repeat: no-repeat;
  bottom: -10px;
  content: "";
  height: 5px;
  width: 114px;
}

.content_preparing .wrapwidth .version.kid .title h2 {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.content_preparing .wrapwidth .version.kid .panel {
  padding: 41px 0 0;
}

.content_preparing .wrapwidth .version.kid .panel ul li {
  padding: 0 0 20px;
}

.content_preparing .wrapwidth .version.kid .panel ul li h3::before {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(1) {
  padding-bottom: 35px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(1) h3 {
  padding-bottom: 7px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(1) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-games-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 47px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(2) h3 {
  padding-bottom: 7px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(2) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-sunglasses-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 29px;
  width: 51px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(3) {
  padding-bottom: 26px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(3) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-count-teeth-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 47px;
  width: 46px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(4) {
  padding-bottom: 22px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(4) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-camera-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 43px;
  width: 47px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(5) {
  padding-bottom: 23px;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(5) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-vitamins-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 42px;
  width: 49px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(6) {
  padding-bottom: 0;
}

.content_preparing .wrapwidth .version.kid .panel ul li:nth-child(6) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/kids-prize-icons.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  width: 38px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.parent {
  background-color: #00abd5;
  border-radius: 5px;
  padding: 40px 24px;
  margin: 30px;
}

.content_preparing .wrapwidth .version.parent .title {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.4s;
  width: 100%;
}

.content_preparing .wrapwidth .version.parent .title:after {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-image: url("/public/img/pmpd-reskin/icons/icon-sqiggly-line--long-mobile.svg");
  background-repeat: no-repeat;
  bottom: -10px;
  content: "";
  height: 5px;
  width: 188px;
}

.content_preparing .wrapwidth .version.parent .title h2 {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.content_preparing .wrapwidth .version.parent .panel {
  padding: 41px 0 0;
}

.content_preparing .wrapwidth .version.parent .panel ul li {
  padding: 0 0 20px;
}

.content_preparing .wrapwidth .version.parent .panel ul li h3::before {
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(1) {
  padding-bottom: 21px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(1) h3 {
  padding-bottom: 7px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(1) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-paperwork-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 37px;
  height: 56px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(2) h3 {
  padding-bottom: 7px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(2) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-light-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 62px;
  height: 41px;
  display: block;
  background-position: center center;
  margin-bottom: 12px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(3) {
  padding-bottom: 23px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(3) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-exam-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(4) {
  padding-bottom: 18px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(4) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-xray-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 40px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(5) {
  padding-bottom: 22px;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(5) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-fluoride-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 63px;
  height: 48px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(6) {
  padding-bottom: 0;
}

.content_preparing .wrapwidth .version.parent .panel ul li:nth-child(6) h3::before {
  content: "";
  background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/parents-discuss-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 49px;
  display: block;
  background-position: center center;
}

.content_preparing .wrapwidth .version_wrap {
  position: relative;
  z-index: 3;
}

.content_preparing .wrapwidth .version_wrap .title {
  position: relative;
}

.content_preparing .wrapwidth .panel {
  color: #ffffff;
}

.content_preparing .wrapwidth .panel .list-heading {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 23px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.content_preparing .wrapwidth .panel .list-copy {
  color: #ffffff;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.content_preparing .wrapwidth .panel .list-copy a {
  text-decoration: underline;
}

.content_preparing .wrapwidth .panel .list-copy a:hover {
  color: #e04b3f;
}

.not_to_say_wrap {
  position: relative;
  margin-top: -146px;
}

.hero_internal.services {
  background: #f75346 url("/public/img/hero_pds.png") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.hero_internal.forms {
  background: #f75346 url("/public/img/hero_forms.png") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.content_forms {
  background-color: #f7f7f7;
  padding: 0 0 60px;
  overflow: hidden;
}

.content_forms .wrap {
  margin: 0 auto;
}

.content_forms .wrap .left {
  margin: 0 20px;
}

.content_forms .wrap .left h2 {
  color: #005b88;
  font-size: 22px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 15px;
  text-align: left;
}

.content_forms .wrap .left p {
  text-align: left;
  color: #898989;
  line-height: 24px;
  margin-bottom: 60px;
  font-weight: 300;
}

.content_forms .wrap .left .list_forms {
  margin-bottom: 35px;
}

.content_forms .wrap .left .list_forms h3 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.content_forms .wrap .left .list_forms ul li {
  background: url("/public/img/forms_list.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin: 15px 0;
  padding: 7px 0 0px 50px;
  height: 34px;
}

.content_forms .wrap .left .list_forms ul li a {
  font-weight: 300;
  text-decoration: underline;
  color: #005b88;
}

.content_forms .wrap .left .list_policies h3 {
  font: 300 21px "brandon-grotesque", sans-serif;
  text-align: left;
  color: #005b88;
  margin-bottom: 15px;
}

.content_forms .wrap .left .list_policies ul li {
  background: url("/public/img/policies_list.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin: 15px 0;
  padding: 7px 0 0px 50px;
  height: 34px;
}

.content_forms .wrap .left .list_policies ul li a {
  font-weight: 300;
  text-decoration: underline;
  color: #005b88;
}

.content_forms .wrap .left .formsh1 {
  color: #005b88;
  font: bold 22px/32px "brandon-grotesque", sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.content_forms .wrap .right {
  width: 100%;
  max-width: 320px;
  margin: 60px auto 0;
}

.content_forms .wrap .right .wrap {
  text-align: center;
  margin: 0;
}

.content_forms .wrap .right .wrap img.forms_bubble1 {
  position: relative;
  left: -40px;
}

.content_forms .wrap .right .wrap div.text {
  display: none;
}

.content_forms .wrap .right .wrap img.dude {
  position: relative;
  margin: -125px auto 0;
  padding-bottom: 20px;
  background-image: url("/public/img/forms_dudeshadow.png");
  background-repeat: no-repeat;
  background-position: 50% 107%;
  width: 226px;
  right: -60px;
  top: 15px;
  height: 100%;
}

.hero_internal.insurance {
  background: #f75346 url("/public/img/hero_insurance.png") no-repeat center center;
  background-size: contain;
  background-position-y: 90px;
}

.content_insurance {
  background-color: #f7f7f7;
  padding: 0 0 60px;
  overflow: hidden;
}

.content_insurance .wrap {
  margin: 0 auto;
}

.content_insurance .wrap .left {
  margin: 0 20px;
}

.content_insurance .wrap .left h2 {
  color: #005b88;
}

.content_insurance .wrap .left p {
  text-align: left;
  color: #898989;
  line-height: 24px;
  margin-bottom: 60px;
  font-weight: 300;
}

.content_insurance .wrap .left p a {
  color: #ec068d;
  text-decoration: underline;
}

.content_insurance .wrap .right {
  width: 100%;
  max-width: 320px;
  margin: 140px auto 0;
}

.content_insurance .wrap .right .wrap {
  text-align: center;
  margin: 0;
}

.content_insurance .wrap .right .wrap div.text {
  display: inline-block;
  position: initial;
  margin-top: -95px;
  margin-left: -63px;
  height: 393px;
  width: 444px;
  background-size: 100%;
  background-image: url("/public/img/insurance_bubble1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.content_insurance .wrap .right .wrap div.text p {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding: 100px 24px 30px;
  width: 328px;
  margin: 0 auto;
}

.content_insurance .wrap .right .wrap div.text .btn_wrap {
  padding: 0 130px;
}

.content_insurance .wrap .right .wrap img.dude {
  display: none;
  position: relative;
  margin: -5px auto 0;
  background-image: url("/public/img/forms_dudeshadow.png");
  background-repeat: no-repeat;
  background-position: 10% 105%;
  width: 186px;
  right: -40px;
  height: 200px;
}

.content_gallery .c-video-popup.is-inset {
  margin-top: -82px;
}

.hero_floss {
  height: 200px;
  background: #363b74;
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #363b74 url("/public/img/hero_floss.png") no-repeat center center;
  background-size: contain;
}

.hero_floss .overlay_purple {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(54, 59, 116, 0.6);
}

.hero_floss .overlay_purple h2 {
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  padding-top: 85px;
}

.content_floss_files {
  background-color: #ffffff;
  padding: 0px 0;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal {
  width: 100%;
  height: 50px;
  overflow: auto;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -50px;
  width: 40px;
  height: 50px;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal .table article {
  width: 175px;
  height: 50px;
  display: table-cell;
  background: #f1f1f1;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #fff;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal .table article:last-of-type {
  border-right: none;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal .table article.active {
  background-color: #fff;
  background-image: none;
  transition: all 0.2s ease;
}

.content_floss_files .wrapwidth .border .flossnav_mobile.horizontal .table article p {
  font: 400 16px "sofia-pro-soft", sans-serif;
  color: #363b74;
}

.content_floss_files .wrapwidth .left {
  padding: 0px 20px;
  width: 100%;
}

.content_floss_files .wrapwidth .left .tooth_intro {
  display: none;
}

.content_floss_files .wrapwidth .left .flossnav {
  display: none;
}

.content_floss_files .wrapwidth .left .suggestion_cta {
  display: none;
}

.content_floss_files .wrapwidth .right {
  width: 100%;
  float: right;
  padding: 50px 20px;
}

.content_floss_files .wrapwidth .right .sort_wrap {
  float: right;
  margin-bottom: 20px;
}

.content_floss_files .wrapwidth .right .sort_wrap .left {
  padding: 15px 0 0 10px;
  width: 80px;
  float: left;
}

.content_floss_files .wrapwidth .right .sort_wrap .left p {
  color: #363b74;
  text-transform: uppercase;
  font-size: 14px;
}

.content_floss_files .wrapwidth .right .sort_wrap .right {
  padding: 0 10px 0 0;
  width: 220px;
  float: left;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container {
  color: #898989;
  font: 300 16px "sofia-pro-soft", sans-serif;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-single {
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  background: none;
  padding: 12px 20px 0 20px;
  height: 50px;
  width: 220px;
  border-radius: 0;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-single span {
  color: #898989;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-single div {
  right: 20px;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-single div b {
  position: relative;
  background-image: url("/public/img/sort_arrow.png");
  background-repeat: no-repeat;
  background-position: center 22px;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-drop {
  width: 220px;
  border: 1px solid #ccc !important;
  border-radisu: 0;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-drop .chosen-results {
  color: #898989;
  margin: 0;
  padding: 0;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-drop .chosen-results li {
  padding: 13px 6px 13px 20px;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #363b74;
  background-image: none;
}

.content_floss_files .wrapwidth .right .sort_wrap .right .dropdown form .chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
}

.content_floss_files .wrapwidth .right .post_blk {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}

.content_floss_files .wrapwidth .right .post_blk:hover {
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.25);
}

.content_floss_files .wrapwidth .right .post_blk:hover .bkg_img {
  border: 2px solid #ec068d;
}

.content_floss_files .wrapwidth .right .post_blk.mix {
  display: none;
}

.content_floss_files .wrapwidth .right .post_blk .bkg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0);
}

.content_floss_files .wrapwidth .right .post_blk .bkg_img::before {
  padding-top: 55%;
  content: "";
  display: block;
}

.content_floss_files .wrapwidth .right .post_blk .band {
  background-color: #f1f1f1;
  width: 100%;
  height: 109px;
  padding: 20px 0;
}

.content_floss_files .wrapwidth .right .post_blk .band .left {
  background-color: #ec068d;
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 6px 0;
}

.content_floss_files .wrapwidth .right .post_blk .band .left p.month {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-variant: small-caps;
}

.content_floss_files .wrapwidth .right .post_blk .band .left p.day {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  margin-top: -3px;
}

.content_floss_files .wrapwidth .right .post_blk .band .right {
  width: calc(100% - 70px);
  display: inline-block;
  padding: 0 20px;
}

.content_floss_files .wrapwidth .right .post_blk .band .right h4.blog_title {
  font-size: 18px;
  line-height: 18px;
  color: #363b74;
  padding-bottom: 8px;
}

.content_floss_files .wrapwidth .right .post_blk .band .right p.cat {
  font-size: 12px;
  line-height: 28px;
  color: #00aca2;
  text-transform: uppercase;
  font-weight: 400;
}

.content_floss_files .wrapwidth .right .post_blk h4 {
  font: 300 24px "bree-serif", serif;
  color: #363b74;
}

.content_floss_files .wrapwidth .right .post_blk h4 span.q {
  color: #ec068d;
  font: 400 24px "sofia-pro-soft", sans-serif;
}

.content_floss_files .wrapwidth .right .post_blk p {
  font: 300 18px "sofia-pro-soft", sans-serif;
  color: #717174;
}

.content_floss_files .wrapwidth .right .post_blk p span.a {
  color: #ec068d;
  font: 400 24px "sofia-pro-soft", sans-serif;
}

.content_floss_files .wrapwidth .right .pagination {
  margin: 15px auto 20px;
  text-align: center;
  width: 100%;
}

.content_floss_files .wrapwidth .right .pagination ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.content_floss_files .wrapwidth .right .pagination ul li {
  display: inline-block;
  margin: 25px 0 0;
}

.content_floss_files .wrapwidth .right .pagination ul li:last-of-type a {
  margin-right: 0;
}

.content_floss_files .wrapwidth .right .pagination ul li a {
  color: #898989;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 14px;
  background-color: #f1f1f1;
  margin-right: 10px;
}

.content_floss_files .wrapwidth .right .pagination ul li a.active {
  color: #ec068d !important;
}

.content_floss_files .wrapwidth .right .pagination ul li a:hover:not(.active) {
  color: #ec068d;
}

.content_floss_files.details .wrapwidth .right {
  padding: 50px 0;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right {
  background-color: #ec068d;
  width: 70px;
  height: 70px;
  display: inline-block;
  padding: 6px 0;
  margin: 0 -20px 10px 10px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.month {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-variant: small-caps;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.day {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  margin-top: -3px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left p a {
  text-transform: uppercase !important;
  font-size: 12px;
  text-decoration: underline;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left h2 {
  color: #363b74;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content {
  padding: 15px 20px 0;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content p {
  color: #898989;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content p:last-of-type {
  margin-bottom: 35px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content p img {
  width: 100%;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content p.heading {
  font: 300 28px/28px "bree-serif", serif;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content h3 {
  font: 300 21px/28px "bree-serif", serif;
  color: #363b74;
  margin-top: 25px;
  margin-bottom: 15px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav {
  border-top: 3px solid #f1f1f1;
  padding: 45px 0px 15px;
  margin: 0 20px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left {
  width: 50%;
  display: inline-block;
  padding: 0;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left p {
  text-align: left;
  font-size: 18px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left p a {
  color: #f75346;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left h3 {
  display: none;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left p.cat {
  display: none;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right {
  width: 50%;
  display: inline-block;
  padding: 0;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right p {
  text-align: right;
  font-size: 18px;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right p a {
  color: #f75346;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right h3 {
  display: none;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right p.cat {
  display: none;
}

.content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features {
  display: none;
}

.content_wrap {
  min-height: 800px;
  position: relative;
  width: 100%;
  top: 0px;
}

.content_contact {
  padding: 53px 30px 53px;
}

.content_contact .wrapwidth .info_green {
  background-color: #f75346;
  padding: 17px 20px 45px;
}

.content_contact .wrapwidth .info_green h3 {
  font: 300 21px/32px "brandon-grotesque", sans-serif;
  color: #005b88;
  margin-bottom: 3px;
}

.content_contact .wrapwidth .info_green p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.content_contact .wrapwidth .info_green p span {
  float: right;
}

.content_contact .wrapwidth .info_green p a {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
}

.content_contact .wrapwidth .info_green p.link {
  margin-top: 5px;
  margin-bottom: 20px;
}

.content_contact .wrapwidth .info_green h5.fax {
  margin-top: 10px;
}

.content_contact .wrapwidth .info_green p.p_phone,
.content_contact .wrapwidth .info_green p.p_fax {
  font-size: 21px;
  font-weight: 400;
}

.content_contact .wrapwidth .info_green p.hours {
  font-size: 16px;
}

.content_contact .wrapwidth .map {
  display: none;
}

.content_contact .wrapwidth .contact_form .form_info {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border-radius: 5px;
  padding: 47px 15px;
}

.content_contact .wrapwidth .contact_form .form_info .form_info-appointment {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-top: 23px;
}

.content_contact .wrapwidth .contact_form .form_info p {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
}

.content_contact .wrapwidth .contact_form .form_info .g-recaptcha {
  margin-left: -20px;
  transform: scale(0.77);
}

.content_contact .wrapwidth .contact_form .contacth1 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  padding-left: 15px;
  text-transform: uppercase;
}

.content_contact .wrapwidth .contact_form form.contact .section {
  margin-bottom: 28px;
}

.content_contact .wrapwidth .contact_form form.contact .section .row label {
  font: 600 12px "sofia-pro-soft", sans-serif;
  text-transform: uppercase;
  color: #363b74;
  letter-spacing: 1px;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .first_name,
.content_contact .wrapwidth .contact_form form.contact .section .row .last_name,
.content_contact .wrapwidth .contact_form form.contact .section .row .phone,
.content_contact .wrapwidth .contact_form form.contact .section .row .email,
.content_contact .wrapwidth .contact_form form.contact .section .row .regarding {
  width: 100%;
  height: 54px;
  padding: 15px;
  font: 300 18px "sofia-pro-soft", sans-serif;
  color: #898989;
  margin: 5px 0 15px;
  outline: none;
}

.content_contact .wrapwidth .contact_form form.contact .section .row select {
  display: none;
  -webkit-appearance: none;
  background-color: white;
  background-image: url("/public/img/contact_arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.5em;
}

.content_contact .wrapwidth .contact_form form.contact .section .row textarea {
  width: 100%;
  display: block;
  resize: none;
  overflow-y: auto;
  padding: 15px;
  font: 300 18px "sofia-pro-soft", sans-serif;
  color: #898989;
  margin: 5px 0 15px;
  outline: none;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .button.pink {
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap {
  margin-bottom: 15px;
  outline: none;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-single {
  background-color: #ffffff;
  background: none;
  font: 300 18px "sofia-pro-soft", sans-serif;
  height: 55px;
  padding: 13px 0 0 15px;
  color: #898989;
  margin-top: 5px;
  box-shadow: none;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-single div {
  right: 20px;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-single div b {
  position: relative;
  background-image: url("/public/img/contact_arrow.png");
  background-repeat: no-repeat;
  background-position: center 24px;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-drop {
  box-shadow: none;
  border: 1px solid #ccc;
  border-top: 0;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-drop .chosen-results li {
  color: #898989;
  font-weight: 300;
  padding: 20px 15px;
}

.content_contact .wrapwidth .contact_form form.contact .section .row .select-wrap .chosen-drop .chosen-results li.highlighted {
  background: none;
  background-color: #363b74;
  color: #ffffff;
}

.content_thanks_wrap {
  min-height: 800px;
  position: relative;
  width: 100%;
  background: #f1f1f1;
  top: 100px;
}

.content_contact_thanks .wrapwidth {
  padding-bottom: 40px;
}

.content_contact_thanks .wrapwidth .top {
  text-align: center;
  padding: 40px 20px 0;
}

.content_contact_thanks .wrapwidth .top h2 {
  color: #005b88;
  display: block;
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  text-transform: uppercase !important;
}

.content_contact_thanks .wrapwidth .top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #898989;
  margin-top: 20px;
}

.content_contact_thanks .wrapwidth .bottom {
  text-align: center;
  overflow: hidden;
}

.content_contact_thanks .wrapwidth .bottom .left_bub {
  background-image: url("/public/img/contact_thanks_bubble01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 328px;
  width: 100%;
  max-width: 328px;
  position: relative;
  left: -30px;
  margin: 0 auto;
}

.content_contact_thanks .wrapwidth .bottom .left_bub h3 {
  font: 400 30px/32px "sofia-pro-soft", sans-serif;
  color: #ffffff;
  padding: 75px 70px 0;
}

.content_contact_thanks .wrapwidth .bottom .left_bub .button {
  display: inline-block;
}

.content_contact_thanks .wrapwidth .bottom .right_bub {
  background-image: url("/public/img/contact_thanks_bubble02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 328px;
  width: 100%;
  max-width: 328px;
  position: relative;
  right: -30px;
  margin: -110px auto 0;
}

.content_contact_thanks .wrapwidth .bottom .right_bub h3 {
  font: 400 30px/32px "sofia-pro-soft", sans-serif;
  color: #ffffff;
  padding: 75px 60px 0;
}

.content_contact_thanks .wrapwidth .bottom .right_bub .button {
  display: inline-block;
}

.content_contact_thanks .full {
  width: 100%;
  height: 450px;
}

.content_contact_thanks .full .map {
  height: 450px;
  display: block;
  width: 100%;
}

.content_contact_thanks .full .map #map {
  height: 450px;
}

.content_contact_thanks .full .map #map .map_bub h4.firstHeading {
  color: #363b74;
  font-size: 21px;
  margin-bottom: 5px;
}

.content_contact_thanks .full .map #map .map_bub #bodyContent p {
  color: #898989;
  font-size: 16px;
}

.content_contact_thanks .full .map #map .gm-style-iw + div {
  display: none;
}

.content_appointments {
  background-color: #f1f1f1;
  padding: 40px 10px 70px;
}

.content_appointments .wrapwidth .page_header {
  padding: 0 40px 50px;
  text-align: center;
}

.content_appointments .wrapwidth .page_header h2 {
  font: 300 24px/56px "bree-serif", serif;
  color: #363b74;
  margin-bottom: 3px;
}

.content_appointments .wrapwidth .page_header p {
  font-size: 18px;
  line-height: 29px;
  color: #898989;
}

.content_appointments .wrapwidth .appt_form form.contact .section {
  margin: 0 20px;
}

.content_appointments .wrapwidth .appt_form form.contact .section.left {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.content_appointments .wrapwidth .appt_form form.contact .section.right {
  padding-top: 40px;
  padding-bottom: 10px;
}

.content_appointments .wrapwidth .appt_form form.contact .section.middle .row .button.pink {
  margin: 0 auto;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_left {
  padding-left: 15px;
  text-align: left;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_left img {
  width: 67px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_left h2 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 35px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_right {
  padding-left: 15px;
  text-align: left;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_right img {
  width: 67px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .head_right h2 {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 35px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .g-recaptcha {
  margin-left: -22px;
  transform: scale(0.77);
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap {
  padding-left: 15px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient,
.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient {
  width: 100%;
  height: 74px;
  padding: 15px 15px 17px;
  font: 300 21px "ff-tisa-web-pro", serif, sans-serif;
  color: #bfbfbf;
  background-color: transparent;
  margin: 5px 0 15px;
  transition: all 0.2s ease;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient:hover,
.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient:hover {
  border: 1px solid #005b88;
  color: #005b88;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient {
  padding-left: 55px;
  position: relative;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient::before {
  background-image: url("/public/img/pmpd-reskin/pages/appointments/new-patient.svg");
  background-size: 30px 30px;
  content: "";
  filter: grayscale(1);
  height: 30px;
  left: 15px;
  position: absolute;
  vertical-align: middle;
  margin-right: 17px;
  top: 23px;
  transition: all 0.2s ease;
  width: 30px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient:hover::before {
  filter: none;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient.active {
  border: 1px solid #005b88;
  color: #005b88;
  background-color: #fff;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .new_patient.active::before {
  filter: none;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient {
  padding-left: 55px;
  position: relative;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient::before {
  background-size: 30px 30px;
  background-image: url("/public/img/pmpd-reskin/pages/appointments/returning-patient.svg");
  content: "";
  left: 15px;
  position: absolute;
  height: 30px;
  filter: grayscale(1);
  vertical-align: middle;
  top: 23px;
  transition: all 0.2s ease;
  width: 30px;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient:hover::before {
  filter: none;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient.active {
  border: 1px solid #005b88;
  color: #005b88;
  background-color: #fff;
}

.content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap .returning_patient.active::before {
  filter: none;
}

.content_appointments .wrapwidth .appt_form form.contact .appointment-submit {
  margin-left: 15px;
}

.content_thanks_wrap {
  min-height: 800px;
  position: relative;
  width: 100%;
  background: #f1f1f1;
  top: 100px;
}

.content_appts_thanks .wrapwidth {
  padding-bottom: 40px;
}

.content_appts_thanks .wrapwidth .top {
  text-align: center;
  padding: 40px 20px 0;
}

.content_appts_thanks .wrapwidth .top h2 {
  font: 300 24px/32px "bree-serif", serif;
  color: #363b74;
}

.content_appts_thanks .wrapwidth .top p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #898989;
  margin-top: 20px;
}

.content_appts_thanks .wrapwidth .bottom {
  text-align: center;
  overflow: hidden;
}

.content_appts_thanks .wrapwidth .bottom .left_bub {
  background-image: url("/public/img/contact_thanks_bubble01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 328px;
  width: 100%;
  max-width: 328px;
  position: relative;
  left: -30px;
  margin: 0 auto;
}

.content_appts_thanks .wrapwidth .bottom .left_bub h3 {
  font: 400 30px/32px "sofia-pro-soft", sans-serif;
  color: #ffffff;
  padding: 75px 70px 0;
}

.content_appts_thanks .wrapwidth .bottom .left_bub .button {
  display: inline-block;
}

.content_appts_thanks .wrapwidth .bottom .right_bub {
  background-image: url("/public/img/contact_thanks_bubble02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 328px;
  width: 100%;
  max-width: 328px;
  position: relative;
  right: -30px;
  margin: -110px auto 0;
}

.content_appts_thanks .wrapwidth .bottom .right_bub h3 {
  font: 400 30px/32px "sofia-pro-soft", sans-serif;
  color: #ffffff;
  padding: 75px 60px 0;
}

.content_appts_thanks .wrapwidth .bottom .right_bub .button {
  display: inline-block;
}

.content_appts_thanks .full {
  width: 100%;
  height: 450px;
}

.content_appts_thanks .full .map {
  height: 450px;
  display: block;
  width: 100%;
}

.content_appts_thanks .full .map #map {
  height: 450px;
}

.content_appts_thanks .full .map #map .map_bub h4.firstHeading {
  color: #363b74;
  font-size: 21px;
  margin-bottom: 5px;
}

.content_appts_thanks .full .map #map .map_bub #bodyContent p {
  color: #898989;
  font-size: 16px;
}

.content_appts_thanks .full .map #map .gm-style-iw + div {
  display: none;
}

@media (min-width: 325px) {
  .content_team .wrap .right div.text p {
    padding: 55px 30px 20px;
  }

  .comm_wrap .wrap .right div.text h6 {
    margin: 80px auto 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .content_floss_files .chosen-rtl .chosen-search input[type=text],
  .content_floss_files .chosen-container-single .chosen-single abbr,
  .content_floss_files .chosen-container-single .chosen-single div b,
  .content_floss_files .chosen-container-single .chosen-search input[type=text],
  .content_floss_files .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .content_floss_files .chosen-container .chosen-results-scroll-down span,
  .content_floss_files .chosen-container .chosen-results-scroll-up span {
    background-image: url("/public/img/sort_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center 22px !important;
    background-size: auto !important;
  }

  .content_contact .chosen-rtl .chosen-search input[type=text],
  .content_contact .chosen-container-single .chosen-single abbr,
  .content_contact .chosen-container-single .chosen-single div b,
  .content_contact .chosen-container-single .chosen-search input[type=text],
  .content_contact .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .content_contact .chosen-container .chosen-results-scroll-down span,
  .content_contact .chosen-container .chosen-results-scroll-up span {
    background-image: url("/public/img/contact_arrow.png") !important;
    background-repeat: no-repeat !important;
    background-position: center 22px !important;
    background-size: auto !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }

  .tablet {
    display: initial;
  }

  .bubble {
    width: 165px;
    height: 110px;
    float: left;
    font: bold 14px/110px "sofia-pro-soft", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  }

  .bubble.pink {
    background: url("/public/img/appts_bkg_lg-01.svg") no-repeat center;
    background-size: 140px auto;
    margin-right: -17.5px;
    opacity: 0.9;
    right: 100px;
    z-index: 1;
    transition: all 0.2s ease;
  }

  .bubble.pink:hover {
    /*				width:195px;
                height:75px;
                right:95px;*/
    background-size: contain;
    transition: all 0.2s ease;
  }

  .bubble.green {
    background: url("/public/img/contact_bkg_lg-01.svg") no-repeat center;
    background-size: 155px auto;
    text-align: center;
    margin-left: -17.5px;
    opacity: 1;
    transition: all 0.2s ease;
  }

  .bubble.green:hover {
    background-size: contain;
    transition: all 0.2s ease;
  }

  .breadcrumb {
    display: block;
    background-color: #005b88;
    width: 100%;
    height: 60px;
  }

  .breadcrumb .bread_nav {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 20px 22px 90px;
  }

  .breadcrumb .bread_nav a {
    font-size: 13px;
    margin: 0;
  }

  .breadcrumb .bread_nav a:first-of-type {
    margin-left: 0;
  }

  .breadcrumb .bread_nav a img {
    width: 18px;
  }

  .breadcrumb .bread_nav a.active {
    font-weight: 500;
  }

  .breadcrumb .bread_nav span {
    font-size: 13px;
  }

  .breadcrumb .bread_wrap:first-child a {
    width: auto;
  }

  .footercta {
    height: 430px;
  }

  .footercta .left-navyblue {
    padding: 70px 0 70px 20px;
    width: 35%;
    float: left;
    box-sizing: border-box;
    height: 100%;
  }

  .footercta .left-navyblue .left {
    display: block;
    padding-right: 15px;
    color: #ffffff;
    max-width: 550px;
    width: 100%;
    float: right;
  }

  .footercta .left-navyblue .left .blogheader_mobile {
    display: none;
  }

  .footercta .left-navyblue .left .blogheader {
    display: block;
    padding-bottom: 40px;
  }

  .footercta .left-navyblue .left .blogheader h5 {
    text-transform: capitalize;
    font-size: 21px;
    width: 50%;
    float: left;
  }

  .footercta .left-navyblue .left .blogheader p {
    font-family: "brandon-grotesque", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    width: 50%;
    float: left;
    margin-top: 8px;
    text-align: right;
  }

  .footercta .left-navyblue .left .blogheader p a {
    color: #f75346;
    text-decoration: underline;
    vertical-align: bottom;
  }

  .footercta .left-navyblue .left .blogcontent .left {
    width: 100%;
  }

  .footercta .left-navyblue .left .blogcontent .left h5 {
    color: #ffffff;
    text-transform: capitalize;
  }

  .footercta .left-navyblue .left .blogcontent .left h4 {
    font-family: "brandon-grotesque", sans-serif;
    line-height: 32px;
    padding-bottom: 15px;
  }

  .footercta .left-navyblue .left .blogcontent .left p {
    padding-bottom: 20px;
  }

  .footercta .left-navyblue .left .blogcontent .left a {
    font: 400 14px "brandon-grotesque", sans-serif;
    color: #f75346;
    text-decoration: underline;
    text-transform: uppercase;
  }

  .footercta .left-navyblue .left .blogcontent .right {
    display: none;
  }

  .footercta .right-cottoncandyblue {
    display: block;
    background-color: #00abd5;
    padding: 70px 20px 70px 0px;
    width: 65%;
    float: left;
    box-sizing: border-box;
    height: 100%;
  }

  .footercta .right-cottoncandyblue .right {
    max-width: 550px;
    width: 100%;
    float: left;
    display: block;
    padding-left: 30px;
  }

  .footercta .right-cottoncandyblue .right .left {
    padding-right: 10px;
    width: 49%;
    float: left;
  }

  .footercta .right-cottoncandyblue .right .left h4 {
    line-height: 32px;
    padding-bottom: 15px;
  }

  .footercta .right-cottoncandyblue .right .left p.green {
    color: #aadb6d;
    font-size: 18px;
    padding-bottom: 0;
  }

  .footercta .right-cottoncandyblue .right .left p {
    padding-bottom: 40px;
  }

  .footercta .right-cottoncandyblue .right .right {
    width: 229px;
    float: right;
    padding-right: 10px;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-wrapper-outer {
    border: 3px solid #f75346;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-wrapper-outer .item img {
    display: block;
    width: 100%;
    height: auto;
    border-right: 6px solid #fff;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-pagination {
    display: none;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons div {
    padding: 0;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-prev {
    margin-top: -175px;
    margin-left: -20px;
    height: 100px;
    width: 20px;
    float: left;
    background-color: #f75346;
    text-align: center;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-prev:hover {
    background-color: #f75346;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-prev img {
    padding-top: 42px;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-next {
    margin-top: -175px;
    margin-right: -20px;
    height: 100px;
    width: 20px;
    float: right;
    background-color: #f75346;
    text-align: center;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-next:hover {
    background-color: #f75346;
  }

  .footercta .right-cottoncandyblue .right .right #coloringslides .owl-controls .owl-buttons .owl-next img {
    padding-top: 42px;
  }

  .content._404page {
    padding: 100px 0;
  }

  .content._404page .wrapwidth img {
    width: 300px;
    margin-bottom: 0;
  }

  .content._404page .wrapwidth h2 {
    font-size: 36px;
  }

  .content._404page .wrapwidth p {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .content._404page .wrapwidth p a {
    text-decoration: underline;
  }

  .hero_internal {
    position: relative;
    top: 0;
    background-size: 71%;
    overflow: hidden;
    background-position-x: 100% !important;
    background-position-y: center !important;
    height: 300px;
  }

  .hero_internal:before {
    display: none !important;
    height: 200%;
    left: -292px;
    top: -42%;
    width: 861px;
  }

  .hero_internal .wrapwidth {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
  }

  .hero_internal .wrapwidth .orb {
    justify-content: left;
    height: 300px;
    padding: 44px 0px 44px 49px;
    width: calc(100% - 396px);
    /*&:after{
           content: '';
           display: initial;
           position: absolute;
           z-index: 0;
           width: 150%;
    	height: 278%;
    	left: 0px;
    	top: -120px;
    	margin-left: -410px;
    	background-image: url('/public/img/hero_pattern.png');
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center top;
       }*/
  }

  .hero_internal .wrapwidth .orb:before {
    bottom: 0;
    background-image: url("/public/img/pmpd-reskin/components/page-hero/header-sliver-desktop-tablet.svg");
    content: "";
    position: absolute;
    width: 71px;
    height: 100%;
    right: -71px;
  }

  .hero_internal .wrapwidth .orb .wrap {
    margin: 0 0;
    z-index: 1;
  }

  .hero_internal .wrapwidth .orb .wrap h2 {
    font-size: 48px;
    line-height: 48px;
    padding-top: 20px;
  }

  .hero_internal .wrapwidth .orb .wrap p {
    line-height: 24px;
    font-size: 18px;
  }

  .hero_internal .wrapwidth .orb h1 {
    font-size: 48px;
    line-height: 53px;
    text-align: left;
  }

  .hero {
    position: relative;
    top: 0;
    background-size: contain;
    overflow: hidden;
    background-position-x: 100%;
    background-position-y: 0;
    height: 450px;
  }

  .hero:before {
    display: none !important;
    height: 200%;
    left: -292px;
    top: -42%;
    width: 861px;
  }

  .hero .video {
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
    left: auto;
    margin: 0;
  }

  .hero .wrapwidth {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
  }

  .hero .wrapwidth:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 562px;
    height: 220%;
    border-radius: 50%;
    left: 0;
    top: -31%;
    background: #ffffff;
  }

  .hero .wrapwidth .orb {
    width: 500px;
    padding: 80px 30px 80px 0;
  }

  .hero .wrapwidth .orb:before {
    width: 150%;
    height: 250%;
    left: -45%;
    top: -50%;
    border-radius: 0 50% 50% 0;
  }

  .hero .wrapwidth .orb .wrap {
    margin: 0 0;
  }

  .hero .wrapwidth .orb .wrap h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .hero .wrapwidth .orb .wrap p {
    line-height: 24px;
    font-size: 18px;
  }

  .dudes {
    padding: 90px 0;
  }

  .dudes .wrap {
    margin: 0 50px;
  }

  .dudes .wrap h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .dudes .wrap .group {
    width: 560px;
    margin: auto;
  }

  .dudes .wrap .group .item {
    position: relative;
    float: left;
    width: 25%;
  }

  .dudes .wrap .group .item:first-of-type:before {
    content: "";
    width: 105px;
    height: 82px;
    display: block;
    background: url("/public/img/dude_1_ears.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 12px;
    -webkit-animation-name: bounce;
    -webkit-animation-duration: 900ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .dudes .wrap .group .item:first-of-type:after {
    content: "";
    width: 35px;
    height: 82px;
    display: block;
    background: url("/public/img/dude_1_tool.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 2px;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 400ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .dudes .wrap .group .item:nth-child(1) {
    background-position: center 95%;
  }

  .dudes .wrap .group .item:nth-child(2) {
    background-position: 60% 99%;
  }

  .dudes .wrap .group .item:nth-child(3) {
    background-position: center 97%;
  }

  .dudes .wrap .group .item:nth-child(4) {
    background-position: 90% 99%;
  }

  .dudes .wrap .group .item:nth-of-type(2):after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background: url("/public/img/dude_2_tool.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: -5px;
    -webkit-animation-name: eat;
    -webkit-animation-duration: 1000ms;
    -webkit-transform-origin: 0;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .dudes .wrap .group .item:nth-of-type(3):after {
    content: "";
    width: 55px;
    height: 80px;
    display: block;
    background: url("/public/img/dude_3_tool.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: -13px;
    -webkit-animation-name: throw;
    -webkit-animation-duration: 1200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .dudes .wrap .group .item:last-of-type:after {
    content: "";
    width: 45px;
    height: 35px;
    display: block;
    background: url("/public/img/dude_4_tool.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: -10px;
    -webkit-animation-name: wave;
    -webkit-animation-duration: 1200ms;
    -webkit-transform-origin: 0 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }

  .portal .left {
    padding: 75px 0;
    width: 44%;
    height: 100%;
    float: left;
    background: #aadb6d;
  }

  .portal .left > div {
    width: 286px;
    margin: auto;
    position: relative;
  }

  .portal .left > div img:last-of-type {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -80px;
    background-image: url("/public/img/shadow2.png");
    background-repeat: no-repeat;
    background-position: 50% 109%;
  }

  .portal .right {
    padding: 90px 0;
    width: 56%;
    float: right;
  }

  .portal .right .wrap {
    margin-left: 50px;
  }

  .portal .right .wrap h2 {
    font-size: 36px;
  }

  .test {
    min-height: 580px;
  }

  .test .wrap .left {
    position: relative;
    width: 340px;
    float: left;
    margin-top: 0;
    padding-left: 9%;
    overflow: visible;
  }

  .test .wrap .left img:first-of-type {
    top: 180px;
  }

  .test .wrap .left div img {
    width: 265px;
    top: 75px !important;
    left: 0 !important;
  }

  .test .wrap .left div .label {
    width: 360px;
    min-width: auto;
    height: 340px;
    top: auto;
    bottom: -40px;
    left: -46px;
    background-size: contain;
    background-position: auto auto;
  }

  .test .right {
    float: right;
    width: calc(100% - 340px);
  }

  .test .right .test-slider {
    margin-top: 60px;
    width: 420px;
    margin: auto;
    margin-top: 60px;
  }

  .test .right .test-slider .owl-dots .owl-dot.active span,
  .test .right .test-slider .owl-dots .owl-dot:hover span {
    background: #f75346;
  }

  .test .right .test-slider .owl-item {
    position: relative;
  }

  .test .right .test-slider .owl-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .test .right .test-slider .item {
    padding: 45px 0 55px;
    text-align: center;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
  }

  .test .right .test-slider .item .box-shadow {
    width: 97%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 11px;
    box-shadow: 0px 7px 15px 0px rgba(57, 57, 57, 0.1);
  }

  .test .right .test-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("/public/img/test_quote.png") no-repeat center;
    width: 35px;
    height: 30px;
    background-size: contain;
  }

  .test .right .test-slider .item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
  }

  .test .right .test-slider .item p {
    color: #999;
    padding: 45px 45px 25px;
    font-size: 16px;
  }

  .test .right .test-slider .item h5 {
    margin-bottom: 10px;
  }

  .test .right .test-slider .item .stars img {
    width: auto;
    display: inline-block;
  }

  .content .approach {
    padding: 115px 0 50px;
    background-color: #f75346;
    background-repeat: repeat-y;
    background-position: 100%;
  }

  .content .approach .left {
    width: 50%;
    float: left;
    padding: 0 0 15px 20px;
  }

  .content .approach .left .wrap {
    margin: 0;
  }

  .content .approach .left .wrap h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .content .approach .left .wrap h5 {
    font-size: 18px;
    line-height: 24px;
    padding: 25px 0;
  }

  .content .approach .left .wrap p {
    font-size: 18px;
  }

  .content .approach .right {
    width: 50%;
    max-width: initial;
    padding-left: 25px;
    height: 635px;
    display: inline-block;
    float: right;
  }

  .content .approach .right .wrap img.appr_bubble1 {
    display: inline-block;
    position: static;
    left: -30px;
  }

  .content .approach .right .wrap div.text {
    display: block;
    position: absolute;
    margin-top: -70px;
    top: 275px;
    right: -33px;
    height: 377px;
    width: 379px;
    background-size: 100%;
    background-image: url("/public/img/our_approach_bubble2.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .content .approach .right .wrap div.text p {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    padding: 120px 54px;
    width: 377px;
    margin: 0 auto;
  }

  .content .approach .right .wrap img.dude {
    position: absolute;
    right: 145px;
    left: auto;
    margin: auto;
    bottom: -738px;
    height: auto;
  }

  .content .approach .wrap.sm {
    padding: 0 25px;
  }

  .content .approach .wrap.sm .test-slider.approachpg .item .stars {
    padding-top: 0 !important;
  }

  .content .overview_icons .wrap .col2 {
    padding: 40px 20px;
  }

  .content .overview_icons .wrap .col2 .col_item {
    width: 49.6%;
    padding: 0 15px;
  }

  .content .overview_icons .wrap .col2 .col_item:first-of-type {
    padding-left: 0;
  }

  .content .overview_icons .wrap .col2 .col_item:last-of-type {
    padding-right: 0;
  }

  .content .overview_icons .wrap .col2 .col_item h6 {
    font-size: 28px;
  }

  .content .overview_icons .wrap .col2 .col_item p {
    color: #898989;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 0;
  }

  .content .overview_icons .wrap .col2 .col_item a.button.pink {
    display: inline-block;
  }

  .hero_internal.faq .wrapwidth .orb .wrap h2 {
    padding-top: 0;
  }

  .content_faq {
    padding: 0;
  }

  .content_faq .wrapwidth .border {
    display: none;
  }

  .content_faq .wrapwidth .faqs-container {
    padding: 0px 90px;
    margin-left: 20px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk {
    padding-bottom: 77px;
    padding-top: 73px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .question-text-container {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 17px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .question-text-container span.q {
    font-size: 30px;
    line-height: 34px;
    padding-right: 38px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .question-text-container .question-text {
    font-size: 30px;
    line-height: 34px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .answer-text-container {
    font-size: 16px;
    line-height: 25px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .answer-text-container span.a {
    font-size: 30px;
    line-height: 34px;
    padding-right: 38px;
  }

  .content_faq .wrapwidth .faqs-container .faqnav {
    display: block;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
  }

  .content_faq .wrapwidth .faqs-container .faqnav ul li {
    font-size: 18px;
    padding: 30px 20px;
    width: 100%;
    display: block;
    color: #005b88;
  }

  .content_faq .wrapwidth .faqs-container .faqnav ul li.active {
    background-color: #f1f1f1;
    background-image: none;
    transition: all 0.2s ease;
  }

  .content_faq .wrapwidth .faqs-container .faqnav ul li:hover {
    cursor: pointer;
  }

  .content_faq .wrapwidth .right {
    padding: 0px 20px 0px 60px;
    width: calc(100% - 220px);
    float: right;
  }

  .hero_internal.pds .wrapwidth .orb .wrap h2 {
    padding-top: 0;
  }

  .content_pds .wrapwidth .intro {
    padding: 100px 15px;
  }

  .content_pds .wrapwidth .intro h2 {
    font-size: 36px;
  }

  .content_pds .wrapwidth .infograph_monster {
    padding-bottom: 100px;
    max-width: 768px;
    margin: 0 auto;
    height: 750px;
  }

  .content_pds .wrapwidth .infograph_monster .monster_center {
    display: block !important;
    position: absolute;
    z-index: 1;
    margin: 90px 237px;
  }

  .content_pds .wrapwidth .infograph_monster .monster_center img {
    width: 250px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item {
    padding-bottom: 50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item:before {
    pointer-events: none;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p {
    color: #898989;
    text-align: left;
    font: 300 18px/21px "ff-tisa-web-pro", serif;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p .pinktext {
    color: #f75346;
    font-weight: 400;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p .pinktext a {
    text-decoration: none;
    color: #f75346;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p a {
    text-decoration: underline;
    color: #898989;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l1 {
    display: inline-block;
    position: relative;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 20px 0 50px;
    max-width: 310px;
    margin-left: 50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l1:before {
    margin: -38px auto 20px -90px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l1 p {
    margin-top: -46px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2 {
    display: inline-block;
    position: relative;
    border-top: 1px solid #999;
    padding: 0 125px 0 25px;
    max-width: 334px;
    margin-left: 45px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2:before {
    content: url("/public/img/apple.png");
    display: block;
    margin: -36px auto 20px -75px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2 p {
    margin-top: -40px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 5px 0 80px;
    width: 306px;
    margin-left: 42px;
    top: -220px;
    height: 100px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3:before {
    content: url("/public/img/xray.png");
    display: block;
    margin: 58px auto 40px -127px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3 p {
    margin-top: -72px;
    position: absolute;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 5px 0 30px;
    width: 238px;
    margin-left: 132px;
    top: -360px;
    height: 210px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4:before {
    content: url("/public/img/people.png");
    display: block;
    margin: 188px auto 20px -122px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4 p {
    margin-top: -72px;
    position: absolute;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r1 {
    display: inline-block;
    position: relative;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0 60px 0 35px;
    max-width: 329px;
    margin: 0 30px 50px 5px;
    top: -80px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r1:before {
    margin: -46px auto 20px 240px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r1 p {
    margin-top: -55px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2 {
    display: inline-block;
    position: relative;
    border-top: 1px solid #999;
    padding: 0 50px 0 130px;
    max-width: 300px;
    margin: 0 45px 0px 0;
    top: -50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2:before {
    content: url("/public/img/instruments.png");
    display: block;
    margin: -45px auto 20px 103px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2 p {
    margin-top: -50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3 {
    display: inline-block;
    float: right;
    position: relative;
    border-top: 1px solid #999;
    padding: 0 30px 0 50px;
    max-width: 290px;
    margin: 0 50px 0px 0;
    top: -22px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3:before {
    content: url("/public/img/tooth_teardrop.png");
    display: block;
    margin: -48px auto 20px 45px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3 p {
    margin-top: -55px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0 0 0 60px;
    width: 280px;
    margin-left: 32px;
    top: -145px;
    height: 175px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4:before {
    content: url("/public/img/brush.png");
    display: block;
    margin: 120px auto 30px 54px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4 p {
    margin-top: -72px;
    position: absolute;
  }

  .content.practice .approach .right {
    height: 578px;
  }

  .content.practice .approach .right .wrap img.prac_bubble1 {
    position: static;
    margin-left: -105px;
  }

  .content.practice .approach .right .wrap img.text {
    display: block;
    position: relative;
    margin-top: -170px;
    right: -100px;
  }

  .content.practice .approach .right .wrap img.dude {
    position: relative;
    margin: -85px auto 0;
    padding-bottom: 20px;
    left: -132px;
    top: -165px;
  }

  .content_team {
    overflow: hidden;
  }

  .content_team .wrap {
    margin: 0 40px;
  }

  .content_team .wrap .left {
    margin: 0;
  }

  .content_team .wrap .left h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .content_team .wrap .left p {
    font-size: 16px;
    line-height: 27px;
  }

  .content_team .wrap .right {
    margin-top: 60px;
  }

  .content_team .wrap .right::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("/public/img/team_tooth.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 144px;
    bottom: 0;
    right: -215px;
    margin: 0 auto;
    background-position: center;
  }

  .content_team .wrap .right div.text {
    width: 100%;
    margin-top: 0;
    left: initial;
  }

  .content_team .wrap .right div.text p {
    max-width: 453px;
    padding: 55px 70px 20px;
  }

  .team_members_wrap {
    padding: 100px 0;
  }

  .team_members_wrap .wrap .member {
    width: 50%;
    margin-bottom: 40px;
    float: left;
  }

  .team_members_wrap .wrap .member:first-of-type {
    width: 100%;
  }

  .team_members_wrap .wrap .member:first-of-type img.member_img {
    max-width: 446px;
  }

  .team_members_wrap .wrap .member:last-of-type {
    margin-bottom: 0;
  }

  .team_members_wrap .wrap .member img.member_img {
    max-width: 332px;
  }

  .team_members_wrap .wrap .member h2 {
    font-size: 30px;
    line-height: 20px;
    width: 100%;
    padding-right: 30px;
  }

  .team_members_wrap .wrap .member h2 span img {
    display: none;
  }

  .team_members_wrap .wrap .member p.title {
    width: 100%;
    padding-right: 30px;
  }

  .team_members_wrap .wrap .member p.bio {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    padding-right: 30px;
  }

  .helpers {
    padding: 100px 0;
  }

  .helpers .wrap h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .helpers .wrap p {
    max-width: 650px;
    margin: 0 auto;
    line-height: 24px;
  }

  .helpers .wrap .monsters .item.monster_blue {
    background-position: 45% 80%;
  }

  .helpers .wrap .monsters .item.monster_pink {
    background-position: 45% 70%;
  }

  .helpers .wrap .monsters .item.monster_green {
    background-position: 31% 77%;
  }

  .helpers .wrap .monsters .item.monster_blue2 {
    background-position: 17% 75%;
  }

  .hero_internal.comm .wrapwidth .orb .wrap h2 {
    padding-top: 0;
  }

  .content_comm {
    padding: 100px 0;
    overflow: hidden;
  }

  .content_comm .wrap {
    margin: 0 40px;
  }

  .content_comm .wrap .left {
    margin: 0;
  }

  .content_comm .wrap .left h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .content_comm .wrap .right {
    margin-top: 60px;
    width: 100%;
    max-width: 427px;
    margin: 0 auto;
  }

  .content_comm .wrap .right .iconset h3 {
    font: 600 36px/48px "sofia-pro-soft", sans-serif;
  }

  .content_comm .wrap .right .iconset:nth-child(1) img {
    width: 81px;
  }

  .content_comm .wrap .right .iconset:nth-child(2) img {
    width: 89px;
  }

  .content_comm .wrap .right .iconset:nth-child(3) img {
    width: 114px;
  }

  .comm_wrap {
    padding: 100px 0 100px 20px;
    overflow: hidden;
  }

  .comm_wrap .wrap {
    margin: 0 auto;
    max-width: 768px;
  }

  .comm_wrap .wrap .left {
    display: block;
    float: left;
    width: 60%;
    max-width: 480px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }

  .comm_wrap .wrap .left .comm_images .owl-wrapper-outer {
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
  }

  .comm_wrap .wrap .left .comm_images .owl-wrapper-outer .owl-wrapper .owl-item .item {
    background-color: #ffffff;
    padding: 18px;
  }

  .comm_wrap .wrap .left .comm_images .owl-wrapper-outer .owl-wrapper .owl-item .item img {
    border-radius: 5px;
    display: block;
    width: 100%;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons {
    position: relative;
    width: 100%;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons div {
    padding: 10px 15px;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-prev {
    left: -5px;
    position: absolute;
    margin-top: -49%;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-prev.disabled {
    display: none;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-next {
    right: -5px;
    position: absolute;
    margin-top: -49%;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-next.disabled {
    display: none;
  }

  .comm_wrap .wrap .right {
    float: right;
    width: 462px;
    right: -60px;
    position: absolute;
    z-index: 1;
    top: 0;
  }

  .comm_wrap .wrap .right div.text h6 {
    padding: 15px 123px 0px;
    margin: 60px auto 0;
  }

  .comm_wrap .wrap .right div.text p {
    font-family: "ff-tisa-web-pro", serif;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 123px 20px;
  }

  .comm_wrap .wrap .right div.text .btnwrap a.button.navyblue {
    margin-left: 109px;
  }

  .content.visit .approach .right {
    height: 635px;
  }

  .content.visit .approach .right .wrap img.visit_bubble1 {
    display: inline-block;
    position: static;
    left: -30px;
  }

  .content.visit .approach .right .wrap div.text {
    display: block;
    position: absolute;
    margin-top: -70px;
    top: 275px;
    left: 75px;
    height: 330px;
    width: 330px;
    background-size: 100%;
    background-image: url("/public/img/first_visit_bubble2.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .content.visit .approach .right .wrap div.text p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 100px 55px;
    width: 330px;
    margin: 0 auto;
  }

  .content.visit .approach .right .wrap img.dude {
    margin-top: 120px;
    left: -90px;
  }

  .content.visit .overview_icons .wrap .col3 {
    padding: 40px 20px;
    text-align: center;
  }

  .content.visit .overview_icons .wrap .col3 .col_item {
    width: 49.6%;
    padding: 0 25px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:first-of-type {
    padding-left: 0;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:nth-child(2) {
    padding-right: 0;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:last-of-type {
    padding: 50px 25px 0px 25px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item h6 {
    font-size: 28px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item p {
    color: #898989;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 0;
  }

  .content.visit .overview_icons .wrap .col3 .col_item a.button.pink {
    display: inline-block;
  }

  .hero_internal.preparing .wrapwidth .orb .wrap h2 {
    padding-top: 0;
  }

  .content_preparing {
    background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/wave-bg-tablet.svg");
    padding: 0 0 100px;
  }

  .content_preparing .wrapwidth .intro {
    padding: 100px 15px 55px;
  }

  .content_preparing .wrapwidth .intro h2 {
    font-size: 36px;
  }

  .content_preparing .wrapwidth .version_wrap {
    max-width: 768px;
    margin: 0 auto;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid {
    margin: 0 92px;
    padding: 34px 70px 44px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .title:after {
    background-image: url("/public/img/pmpd-reskin/icons/icon-sqiggly-line--short-desktop.svg");
    width: 205px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .title h3 {
    font-size: 30px;
    line-height: 43px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel {
    display: block;
    overflow: visible;
    max-height: 100%;
    opacity: 1;
    padding: 55px 0 0;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul {
    padding: 0;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li {
    padding: 0 0 37px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li h3::before {
    max-width: 62px;
    margin-left: auto;
    margin-right: auto;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(1) {
    padding-bottom: 37px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(1) h3 {
    padding-bottom: 3px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(2) {
    padding-bottom: 37px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(2) h3 {
    padding-bottom: 3px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(3) {
    padding-bottom: 37px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(3) h3::before {
    margin-bottom: 19px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(4) {
    padding-bottom: 38px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(4) h3::before {
    margin-bottom: 18px;
    height: 43px;
    width: 47px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(5) {
    padding-bottom: 38px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(5) h3::before {
    margin-bottom: 18px;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(6) {
    padding-bottom: 0;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid .panel ul li:nth-child(6) h3::before {
    margin-bottom: 15px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent {
    margin: 45px 92px 0;
    padding: 34px 70px 44px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .title:after {
    background-image: url("/public/img/pmpd-reskin/icons/icon-sqiggly-line--long-desktop.svg");
    width: 326px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .title h2 {
    font-size: 30px;
    line-height: 43px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel {
    display: block;
    overflow: visible;
    max-height: 100%;
    opacity: 1;
    padding-top: 50px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul {
    padding: 0px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li {
    padding: 0 0 38px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li h2::before {
    max-width: 82px;
    vertical-align: middle;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(1) {
    padding-bottom: 31px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(2) {
    padding-bottom: 39px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(3) {
    padding-bottom: 39px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(3) h2 {
    padding-bottom: 3px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(4) {
    padding-bottom: 32px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(5) {
    padding-bottom: 38px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(6) {
    padding-bottom: 0;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(6) h2::before {
    margin-bottom: 16px;
  }

  .content_preparing .wrapwidth .version_wrap .title {
    position: relative;
  }

  .content_preparing .wrapwidth .panel .list-heading {
    font-size: 16px;
    letter-spacing: 2.5px;
  }

  .content_preparing .wrapwidth .panel .list-copy {
    font-size: 20px;
    line-height: 31px;
  }

  .not_to_say_wrap {
    position: relative;
    margin-top: -193px;
  }

  .content_forms {
    overflow: hidden;
  }

  .content_forms .wrap {
    margin: 0 20px;
  }

  .content_forms .wrap .left {
    width: 50%;
    margin: 0;
    float: left;
    padding-right: 20px;
  }

  .content_forms .wrap .left h2 {
    font-size: 30px;
  }

  .content_forms .wrap .left .list_forms h3 {
    font-size: 28px;
  }

  .content_forms .wrap .left .list_policies h3 {
    font-size: 28px;
  }

  .content_forms .wrap .left .formsh1 {
    font-size: 30px;
    line-height: 34px;
  }

  .content_forms .wrap .right {
    width: 50%;
    max-width: auto;
    float: right;
    padding-left: 25px;
    margin-top: 75px;
  }

  .content_forms .wrap .right .wrap img.forms_bubble1 {
    display: inline-block;
    position: static;
    margin-left: -170px;
  }

  .content_forms .wrap .right .wrap div.text {
    display: block;
    position: absolute;
    top: 175px;
    right: -53px;
    height: 377px;
    width: 328px;
    background-size: 100%;
    background-image: url("/public/img/forms_bubble2.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .content_forms .wrap .right .wrap div.text p {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    padding: 100px 54px 30px;
    width: 328px;
    margin: 0 auto;
  }

  .content_forms .wrap .right .wrap div.text .btn_wrap {
    padding: 0 70px;
  }

  .content_forms .wrap .right .wrap img.dude {
    position: absolute;
    right: 230px;
    left: auto;
    margin: auto;
    bottom: -358px;
    height: auto;
  }

  .hero_internal.insurance .wrapwidth .orb .wrap h2 {
    padding-top: 0;
  }

  .content_insurance {
    padding: 0;
    overflow: hidden;
  }

  .content_insurance .wrap {
    margin: 0 20px;
  }

  .content_insurance .wrap .left {
    width: 100%;
    margin: 0;
    float: left;
    padding-right: 20px;
  }

  .content_gallery .c-video-popup.is-inset {
    margin-top: -170px;
  }

  .hero_floss {
    height: 300px;
  }

  .hero_floss .overlay_purple h2 {
    font-size: 48px;
    padding-top: 135px;
  }

  .content_floss_files {
    background-color: #f1f1f1;
  }

  .content_floss_files .wrapwidth .border {
    display: none;
  }

  .content_floss_files .wrapwidth .left {
    float: left;
    width: 43%;
    height: 100%;
    background-color: #f1f1f1;
    padding: 80px 0 80px 20px;
  }

  .content_floss_files .wrapwidth .left .tooth_intro {
    width: 100%;
    max-width: 310px;
    float: right;
    display: block;
    background-image: url("/public/img/tooth_intro.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 262px;
    padding: 40px 60px 0 50px;
  }

  .content_floss_files .wrapwidth .left .tooth_intro h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 13px;
  }

  .content_floss_files .wrapwidth .left .tooth_intro p {
    line-height: 21px;
  }

  .content_floss_files .wrapwidth .left .flossnav {
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    float: right;
    width: 100%;
    max-width: 270px;
    margin-right: 30px;
  }

  .content_floss_files .wrapwidth .left .flossnav ul {
    width: 300px;
  }

  .content_floss_files .wrapwidth .left .flossnav ul li {
    font-size: 18px;
    padding: 25px 20px;
    width: 100%;
    display: block;
    color: #005b88;
  }

  .content_floss_files .wrapwidth .left .flossnav ul li.active {
    background-color: #fff;
    background-image: none;
    transition: all 0.2s ease;
  }

  .content_floss_files .wrapwidth .left .flossnav ul li:hover {
    cursor: pointer;
    background-image: url("/public/img/tooth_white.png");
    background-repeat: no-repeat;
    background-position: 13% center;
  }

  .content_floss_files .wrapwidth .left .suggestion_cta {
    display: block;
    float: right;
    width: 100%;
    max-width: 270px;
    background-color: #00aca2;
    margin-right: 30px;
    margin-top: 30px;
    padding: 25px;
  }

  .content_floss_files .wrapwidth .left .suggestion_cta p {
    line-height: 21px;
    margin-bottom: 20px;
  }

  .content_floss_files .wrapwidth .right {
    padding: 80px 20px 0px 35px;
    width: 57%;
    height: 100%;
    float: right;
    background-color: #fff;
  }

  .content_floss_files .wrapwidth .right .right_wrapper {
    display: block;
    float: left;
    width: 100%;
    max-width: 550px;
    min-height: 1024px;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .sort_wrap .left {
    background-color: #ffffff;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .post_blk .band .right {
    background-color: #f1f1f1;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .post_blk .band .right h4.blog_title {
    font-size: 21px;
  }

  .content_floss_files.details .wrapwidth .right {
    padding: 50px 0 100px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head {
    padding: 0 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right {
    margin: -50px 0px 10px 10px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.month {
    margin-top: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.day {
    margin-top: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left p {
    margin-top: 25px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content {
    padding: 15px 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav {
    margin: 0 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left {
    background-color: #fff;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left p {
    font-size: 21px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left h3 {
    display: block;
    font: 300 21px "bree-serif", serif;
    color: #005b88;
    margin-bottom: 10px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .left p.cat {
    display: block;
    text-transform: uppercase;
    color: #00aca2;
    font-size: 12px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right p {
    font-size: 21px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right h3 {
    display: block;
    font: 300 21px "bree-serif", serif;
    color: #005b88;
    text-align: right;
    margin-bottom: 10px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav .right p.cat {
    display: block;
    text-transform: uppercase;
    color: #00aca2;
    font-size: 12px;
  }

  .content_wrap {
    padding: 145px 0 0;
    top: 0;
  }

  .content_wrap .content_contact {
    width: 100%;
    padding: 50px 50px 67px 50px;
  }

  .content_wrap .content_contact .wrapwidth .contact_form .contacth1 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
  }

  .content_wrap .content_contact .wrapwidth .info_green {
    padding: 17px 20px 65px;
    width: 50%;
    display: inline-block;
    float: left;
  }

  .content_wrap .content_contact .wrapwidth .info_green .num_wrap {
    width: 50%;
    float: left;
  }

  .content_wrap .content_contact .wrapwidth .info_green .num_wrap h5.fax {
    margin-top: 0;
  }

  .content_wrap .content_contact .wrapwidth .map {
    display: block;
    width: 50%;
    float: right;
    height: 384px;
  }

  .content_wrap .content_contact .wrapwidth .map #map {
    height: 384px;
  }

  .content_wrap .content_contact .wrapwidth .contact_form {
    padding: 0;
  }

  .content_wrap .content_contact .wrapwidth .contact_form .form_info {
    padding: 67px 34px;
  }

  .content_wrap .content_contact .wrapwidth .contact_form .form_info p {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 30px;
  }

  .content_wrap .content_contact .wrapwidth .contact_form .form_info .g-recaptcha {
    margin-left: -64px;
  }

  .content_wrap .content_contact .wrapwidth .contact_form form.contact {
    margin-bottom: 0;
  }

  .content_wrap .content_contact .wrapwidth .contact_form form.contact .section .row .row_wrap {
    width: 48%;
    float: left;
  }

  .content_wrap .content_contact .wrapwidth .contact_form form.contact .section .row .row_wrap:first-of-type {
    margin-right: 4%;
  }

  .content_wrap .content_contact .wrapwidth .contact_form form.contact .row .button.pink {
    float: left;
  }

  .content_wrap .content_contact .wrapwidth .contact_form form.contact .row p.last {
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 40px;
  }

  .content_thanks_wrap {
    top: 0px;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth {
    padding-bottom: 120px;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .top {
    padding: 120px 185px 50px;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .top h2 {
    font-size: 48px !important;
    line-height: 53px !important;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .top p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #898989;
    margin: 20px auto 0;
    width: 370px;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .bottom {
    max-width: 710px;
    margin: 0 auto;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .bottom .left_bub {
    float: left;
    left: auto;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .bottom .left_bub h3 {
    padding: 55px 70px 0;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .bottom .right_bub {
    float: right;
    right: auto;
    margin: 0 auto;
  }

  .content_thanks_wrap .content_contact_thanks .wrapwidth .bottom .right_bub h3 {
    padding: 55px 60px 0;
  }

  .content_appointments {
    padding: 70px 40px;
  }

  .content_appointments .wrapwidth .page_header .appth1 {
    font-size: 30px;
    line-height: 34px;
  }

  .content_appointments .wrapwidth .page_header h2 {
    font: 300 36px/56px "bree-serif", serif;
  }

  .content_appointments .wrapwidth .page_header p {
    font-size: 20px;
    line-height: 31px;
  }

  .content_appointments .wrapwidth .appt_form {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section {
    margin: 0 70px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .head_left h2 {
    font-size: 28px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .head_right h2 {
    font-size: 28px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .g-recaptcha {
    margin-left: -37px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.name,
  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.cname,
  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.npat {
    width: 49%;
    float: left;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.lname,
  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.cage,
  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.rpat {
    width: 49%;
    float: right;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.phone {
    width: 39%;
    float: left;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.email {
    width: 59%;
    float: right;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section .row .row_wrap.npat .new_patient:before {
    left: 42px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section.middle {
    margin: 0 70px 0px 85px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .appointment-submit {
    margin-left: 0px;
  }

  .content_thanks_wrap {
    top: 0px;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth {
    padding-bottom: 120px;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .top {
    padding: 120px 185px 50px;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .top h2 {
    font: 300 36px/32px "bree-serif", serif;
    color: #005b88;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .top p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #898989;
    margin: 20px auto 0;
    width: 450px;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .bottom {
    max-width: 710px;
    margin: 0 auto;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .bottom .left_bub {
    float: left;
    left: auto;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .bottom .left_bub h3 {
    padding: 55px 70px 0;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .bottom .right_bub {
    float: right;
    right: auto;
    margin: 0 auto;
  }

  .content_thanks_wrap .content_appts_thanks .wrapwidth .bottom .right_bub h3 {
    padding: 55px 60px 0;
  }
}

@media (min-width: 815px) {
  .test .wrap .right .test-slider {
    width: 460px;
  }
}

@media (min-width: 930px) {
  .not_to_say_wrap .wrap .right div.text {
    width: 100%;
  }
}

@media (min-width: 945px) {
  .test .wrap .left {
    padding-left: 15%;
  }

  .test .wrap .right {
    padding: 0 20px 0 70px;
  }

  .test .wrap .right .question_blk h4 {
    font: 300 28px "bree-serif", serif;
  }

  .test .wrap .right .question_blk h4 span.q {
    font: 400 28px "sofia-pro-soft", sans-serif;
  }

  .test .wrap .right .question_blk p span.a {
    font: 400 28px "sofia-pro-soft", sans-serif;
  }
}

@media (min-width: 960px) {
  footer .right {
    width: calc(100% - 460px);
  }
}

@media (min-width: 1200px) {
  .desktop {
    display: block !important;
  }

  .wrap {
    margin: auto;
  }

  header .nav .main li {
    margin: 0 0 0 70px;
  }

  header .nav .bubble {
    transition: all 0.2s ease;
  }

  header .nav .bubble.pink {
    right: 105px;
    width: 200px;
    background-position: 0 -135px;
    background-size: 99%;
    padding-left: 16px;
    transition: all 0.2s ease-in-out;
  }

  header .nav .bubble.pink:hover {
    width: 200px;
    background-size: 101%;
  }

  header .nav .bubble.green {
    width: 195px;
    background-size: 83%;
    background-position: 22px -100px;
    /* color: black; */
    padding-left: 1px;
    right: -50px;
    transition: all 0.2s ease-in-out;
  }

  header .nav .bubble.green:hover {
    width: 195px;
    background-size: 85%;
  }

  .breadcrumb .bread_nav {
    padding: 19px 40px 20px;
  }

  .breadcrumb .bread_nav .bread_wrap:first-child a {
    padding-left: 33px;
  }

  .breadcrumb .bread_nav .bread_wrap img {
    top: 3px;
  }

  .footercta .left-navyblue {
    width: 50%;
  }

  .footercta .left-navyblue .left {
    padding-right: 30px;
  }

  .footercta .left-navyblue .left .blogcontent .left {
    width: 62%;
    float: left;
  }

  .footercta .left-navyblue .left .blogcontent .right {
    display: block;
    width: 38%;
    background-image: url("/public/img/faq_dudeshadow.png");
    background-repeat: no-repeat;
    background-position: 110% 98%;
    padding-bottom: 30px;
    padding-right: 10px;
    float: right;
  }

  .footercta .left-navyblue .left .blogcontent .right img {
    float: right;
    width: 121px;
  }

  .footercta .right-cottoncandyblue {
    width: 50%;
  }

  .footercta .right-cottoncandyblue .right .left {
    padding-right: 20px;
    width: 260px;
  }

  .hero_internal {
    background-position-y: center !important;
    background-position-x: right !important;
    background-size: 54% !important;
  }

  .hero_internal:before {
    display: none !important;
    left: -262px;
    top: -42%;
    width: 861px;
  }

  .hero_internal .wrapwidth {
    margin-left: calc((100vw - 1280px) / 2);
    margin-right: 0;
  }

  .hero_internal .wrapwidth .orb {
    padding: 0 44px 0 90px;
    width: 596px;
  }

  .hero_internal .wrapwidth:before {
    width: 42%;
    height: 360%;
    left: 0;
    top: -35%;
  }

  .hero {
    background-position-y: center !important;
    background-size: 60% !important;
  }

  .hero:before {
    display: none !important;
    left: -262px;
    top: -42%;
    width: 861px;
  }

  .hero .video {
    right: 28%;
  }

  .hero .wrapwidth {
    padding: 0 50px;
  }

  .hero .wrapwidth .orb {
    max-width: 500px;
    padding: 80px 60px 80px 0;
  }

  .hero .wrapwidth:before {
    width: 50%;
    height: 220%;
    left: 0;
    top: -31%;
  }

  .dudes .wrap {
    width: 900px;
    margin: auto;
  }

  .portal {
    height: 605px;
  }

  .portal .left,
  .portal .right {
    width: 50%;
  }

  .portal .left > div {
    width: 556px;
    float: right;
  }

  .portal .left > div img:last-of-type {
    position: absolute;
    right: 335px;
    left: auto;
    margin: auto;
    bottom: -75px;
  }

  .portal .left > div img.desktop {
    position: absolute;
    top: 65px;
    right: 20px;
  }

  .portal .right {
    padding-top: 140px;
  }

  .portal .right .wrap {
    width: 500px;
  }

  .portal .right .wrap > div {
    width: auto;
  }

  .test .wrap .left {
    top: -140px;
    padding-left: 40px;
    width: 600px;
  }

  .test .wrap .left img:first-of-type {
    left: 293px;
    top: 335px;
    width: 130px;
  }

  .test .wrap .left div img {
    width: 315px !important;
    left: 0 !important;
    top: 180px !important;
  }

  .test .wrap .left div .label {
    left: 222px;
    width: 375px;
    height: 365px;
    top: 430px;
  }

  .test .wrap .right {
    width: 570px;
  }

  .test .wrap .right .test-slider .owl-stage-outer,
  .test .wrap .right .test-slider {
    width: 570px;
  }

  .test .wrap .right .test-slider .owl-stage-outer .owl-item:before,
  .test .wrap .right .test-slider .owl-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }

  .content_faq .wrapwidth .left {
    padding: 0px 0px;
    width: 280px;
    margin-left: 0;
  }

  .content_faq .wrapwidth .right {
    padding: 0px 20px 0px 70px;
    width: 860px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .question-text-container img {
    padding-right: 38px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .question-text-container .question-text {
    margin-top: -5px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .answer-text-container img {
    padding-right: 38px;
  }

  .content_faq .wrapwidth .faqs-container .question_blk .answer-text-container .answer-text {
    padding-top: 0;
  }

  .content .approach {
    padding: 115px 0 50px;
    background-color: #f75346;
    background-repeat: repeat-y;
    background-position: 100%;
    background-size: contain;
  }

  .content .approach .left {
    width: 50%;
    float: left;
    padding: 0 0 30px 20px;
  }

  .content .approach .left .wrap {
    margin: 0;
  }

  .content .approach .left .wrap h1 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .content .approach .left .wrap h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .content .approach .left .wrap h5 {
    font-size: 18px;
    line-height: 24px;
    text-transform: initial;
    padding: 25px 0;
  }

  .content .approach .left .wrap p {
    font-size: 18px;
    line-height: 24px;
  }

  .content .approach .right {
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 25px;
    height: 538px;
  }

  .content .approach .right .wrap {
    text-align: left;
  }

  .content .approach .right .wrap div.text {
    position: absolute;
    top: 165px;
    right: 0;
    left: 165px;
    height: 377px;
    width: 359px;
    background-image: url("/public/img/our_approach_bubble2.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .content .approach .right .wrap div.text p {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    padding: 70px 54px;
    margin-top: 50px;
  }

  .content .approach .right .wrap img.dude {
    position: absolute;
    right: 302px;
    left: auto;
    margin: auto;
    bottom: -308px;
    padding-bottom: 20px;
    background-image: url("/public/img/our_approach_dudeshadow.png");
    background-repeat: no-repeat;
    background-position: 50% 107%;
  }

  .content .approach .wrap.sm {
    padding: 0 25px;
  }

  .content .overview_icons .wrap .col2 {
    padding: 40px 25px;
  }

  .content .overview_icons .wrap .col2 .col_item {
    width: 49.7%;
    padding-right: 20px;
    padding-bottom: 0px;
  }

  .content .overview_icons .wrap .col2 .col_item:last-of-type {
    padding-right: 0;
  }

  .content .overview_icons .wrap .col2 .col_item h6 {
    font-size: 28px;
  }

  .content .overview_icons .wrap .col2 .col_item p {
    color: #898989;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 0 94px;
  }

  .content .overview_icons .wrap .col2 .col_item a.button.pink {
    display: inline-block;
  }

  .content_pds .wrapwidth .intro {
    padding: 100px 15px;
  }

  .content_pds .wrapwidth .intro h2 {
    font-size: 36px;
  }

  .content_pds .wrapwidth .infograph_monster {
    padding: 0 50px 100px;
    max-width: 1200px;
    margin: 0 auto;
    height: 750px;
  }

  .content_pds .wrapwidth .infograph_monster .monster_center {
    margin: 90px 381px;
  }

  .content_pds .wrapwidth .infograph_monster .monster_center img {
    width: 250px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item {
    padding-bottom: 50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item:before {
    pointer-events: none;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p {
    color: #898989;
    text-align: left;
    font: 300 18px/21px "ff-tisa-web-pro", serif;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p .pinktext {
    color: #f75346;
    font-weight: 400;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p .pinktext a {
    text-decoration: underline;
    color: #f75346;
  }

  .content_pds .wrapwidth .infograph_monster .info_item p a {
    text-decoration: underline;
    color: #898989;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l1 {
    display: inline-block;
    position: relative;
    padding: 0 90px 0 50px;
    max-width: 454px;
    margin-left: 50px;
    top: 10px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l1 p {
    margin-top: -46px;
    margin-left: 15px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2 {
    display: inline-block;
    position: relative;
    border-top: 1px solid #999;
    padding: 0 50px 0 25px;
    max-width: 305px;
    margin-left: 115px;
    top: 34px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2:before {
    content: url("/public/img/apple.png");
    display: block;
    margin: -36px auto 20px -85px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l2 p {
    margin-top: -40px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 5px 0 80px;
    width: 422px;
    margin-left: 73px;
    top: -197px;
    height: 100px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3:before {
    content: url("/public/img/xray.png");
    display: block;
    margin: 58px auto 40px -127px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l3 p {
    margin-top: -72px;
    position: absolute;
    padding-right: 110px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 5px 0 30px;
    width: 238px;
    margin-left: 267px;
    top: -330px;
    height: 210px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4:before {
    content: url("/public/img/people.png");
    display: block;
    margin: 188px auto 20px -113px;
    text-align: left;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.l4 p {
    margin-top: -72px;
    position: absolute;
    width: 240px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r1 {
    display: inline-block;
    position: relative;
    padding: 0 60px 0 112px;
    max-width: 417px;
    margin: 0 30px 50px 5px;
    top: -28px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r1 p {
    margin-top: -55px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2 {
    padding: 0 50px 0 150px;
    max-width: 400px;
    margin: 0 45px 0px 117px;
    top: -50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2:before {
    content: url("/public/img/instruments.png");
    display: block;
    margin: -45px auto 20px 103px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r2 p {
    margin-top: -50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3 {
    display: inline-block;
    float: right;
    position: relative;
    border-top: 1px solid #999;
    padding: 0 30px 0 56px;
    max-width: 345px;
    margin: 0 100px 0px 0;
    top: 17px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3:before {
    content: url("/public/img/tooth_teardrop.png");
    display: block;
    margin: -48px auto 20px 45px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r3 p {
    margin-top: -61px;
    padding-right: 50px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4 {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0 0 0 155px;
    width: 381px;
    margin-left: 15px;
    top: -119px;
    height: 175px;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4:before {
    content: url("/public/img/brush.png");
    display: block;
    margin: 120px auto 30px 54px;
    text-align: right;
  }

  .content_pds .wrapwidth .infograph_monster .info_item.r4 p {
    margin-top: -72px;
    position: absolute;
    padding-right: 20px;
  }

  .content.practice .approach .right {
    height: 538px;
    padding-bottom: 10px;
  }

  .content.practice .approach .right .wrap img.prac_bubble1 {
    margin-left: 0px;
  }

  .content.practice .approach .right .wrap img.text {
    position: relative;
    margin-top: -202px;
    right: -155px;
  }

  .content.practice .approach .right .wrap img.dude {
    position: relative;
    margin: -85px auto 0;
    padding-bottom: 20px;
    left: 42px;
    top: -185px;
  }

  .content_team .wrap {
    margin: 0 auto;
  }

  .content_team .wrap .left {
    width: 100%;
    max-width: 540px;
    padding-right: 0px;
    float: left;
  }

  .content_team .wrap .left p {
    margin-bottom: 40px;
  }

  .content_team .wrap .right {
    width: 100%;
    max-width: 540px;
    padding-left: 20px;
    float: right;
    margin-top: -15px;
  }

  .content_team .wrap .right::before {
    width: 125px;
    right: -15px;
  }

  .content_team .wrap .right div.text {
    width: auto;
  }

  .content_team .wrap .right div.text p {
    padding: 55px 110px 20px;
    max-width: initial;
  }

  .team_members_wrap {
    padding: 100px 0;
  }

  .team_members_wrap .wrap .member {
    width: 31.8%;
    margin-right: 25px;
  }

  .team_members_wrap .wrap .member:first-of-type {
    width: 100%;
    margin-right: 0;
  }

  .team_members_wrap .wrap .member:first-of-type img.member_img {
    max-width: 446px;
    float: left;
    margin-right: 34px;
  }

  .team_members_wrap .wrap .member:first-of-type p.bio {
    padding-right: 35px;
  }

  .team_members_wrap .wrap .member:last-of-type {
    margin-bottom: 0;
  }

  .team_members_wrap .wrap .member:nth-child(3n+4) {
    margin-right: 0;
  }

  .team_members_wrap .wrap .member img.member_img {
    max-width: 350px;
    margin-bottom: 0;
  }

  .team_members_wrap .wrap .member h2 {
    width: 100%;
    padding-top: 15px;
  }

  .team_members_wrap .wrap .member h2 span img {
    display: none;
  }

  .team_members_wrap .wrap .member p.bio {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  .helpers .wrap h2 {
    margin: 0 auto 15px;
  }

  .helpers .wrap p {
    margin: 0 auto;
  }

  .helpers .wrap .monsters .owl-wrapper-outer {
    overflow: visible;
  }

  .helpers .wrap .monsters .owl-wrapper-outer .owl-wrapper {
    width: 1100px !important;
  }

  .helpers .wrap .monsters .owl-item:first-of-type {
    width: 150px !important;
  }

  .helpers .wrap .monsters .item {
    transition: all 0.2s ease-in-out;
  }

  .helpers .wrap .monsters .item #funfact {
    display: none;
    transition: all 0.2s ease-in-out;
  }

  .helpers .wrap .monsters .item img {
    cursor: pointer;
  }

  .helpers .wrap .monsters .item:hover img {
    transform: scale(1.05);
  }

  .helpers .wrap .monsters .item:hover #funfact {
    display: block;
    background-image: url("/public/img/team_chat.png");
    background-repeat: no-repeat;
    width: 402px;
    height: 192px;
    position: absolute;
    top: -170px;
    z-index: 999;
  }

  .helpers .wrap .monsters .item:hover #funfact p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 30px 48px;
    text-align: left;
  }

  .helpers .wrap .monsters .item:hover.monster_green #funfact,
  .helpers .wrap .monsters .item:hover.monster_orange #funfact,
  .helpers .wrap .monsters .item:hover.monster_purple #funfact {
    background-image: url("/public/img/team_chat2.png");
    background-repeat: no-repeat;
    right: 0;
  }

  .content_comm {
    padding: 100px 0 70px;
  }

  .content_comm .wrap {
    margin: 0 auto;
  }

  .content_comm .wrap .left {
    width: 100%;
    max-width: 540px;
    padding-right: 0px;
    float: left;
  }

  .content_comm .wrap .left p {
    margin-bottom: 40px;
  }

  .content_comm .wrap .right {
    width: 100%;
    max-width: 390px;
    padding-left: 0px;
    float: right;
    margin: 88px auto 0;
  }

  .comm_wrap {
    padding: 100px 0;
  }

  .comm_wrap .wrap {
    max-width: 1074px;
  }

  .comm_wrap .wrap .left {
    width: 70%;
    max-width: 725px;
    margin-top: 0;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-prev {
    margin-top: -42%;
  }

  .comm_wrap .wrap .left .comm_images .owl-controls .owl-buttons .owl-next {
    margin-top: -42%;
  }

  .comm_wrap .wrap .right {
    top: 30px;
    right: -40px;
  }

  .comm_wrap .wrap .right div.text h6 {
    padding: 35px 110px 0px;
    margin: 60px auto 0;
  }

  .comm_wrap .wrap .right div.text p {
    padding: 15px 80px 20px 110px;
  }

  .comm_wrap .wrap .right div.text .btnwrap a.button.pink {
    margin-left: 110px;
  }

  .content.visit .approach .left .wrap p a {
    text-decoration: underline;
  }

  .content.visit .approach .right {
    height: 538px;
    padding-bottom: 10px;
  }

  .content.visit .approach .right .wrap img.visit_bubble1 {
    margin-left: 0px;
  }

  .content.visit .approach .right .wrap div.text {
    position: absolute;
    top: 235px;
    right: 0;
    left: 195px;
    height: 330px;
    width: 330px;
  }

  .content.visit .approach .right .wrap div.text p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 90px 54px;
    margin-top: 0px;
  }

  .content.visit .approach .right .wrap img.dude {
    position: relative;
    margin: -85px auto 0;
    padding-bottom: 20px;
    top: 34px;
    left: 22px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item {
    width: 33%;
    padding: 0 25px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:first-of-type {
    padding: 0 25px 0 0;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:nth-child(2) {
    padding: 0 25px;
  }

  .content.visit .overview_icons .wrap .col3 .col_item:last-of-type {
    padding: 0 0 0 25px;
  }

  .content_preparing {
    background-image: url("/public/img/pmpd-reskin/pages/preparing-for-first-visit/wave-bg-desktop.svg");
  }

  .content_preparing .wrapwidth .version_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }

  .content_preparing .wrapwidth .version_wrap .version.kid {
    margin: 0;
    width: 527px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent {
    margin: 0;
    width: 527px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel {
    padding-top: 50px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(2) {
    padding-bottom: 29px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(3) {
    padding-bottom: 29px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(4) {
    padding-bottom: 37px;
  }

  .content_preparing .wrapwidth .version_wrap .version.parent .panel ul li:nth-child(5) {
    padding-bottom: 30px;
  }

  .content_forms .wrap {
    margin: 0 auto;
  }

  .content_forms .wrap .left .list_forms ul li a {
    font-size: 18px;
  }

  .content_forms .wrap .right {
    margin-top: 0;
  }

  .content_forms .wrap .right .wrap img.forms_bubble1 {
    margin-left: -430px;
  }

  .content_forms .wrap .right .wrap div.text {
    top: 145px;
    right: -13px;
  }

  .content_forms .wrap .right .wrap img.dude {
    right: 300px;
    bottom: -358px;
  }

  .content_insurance .wrap {
    margin: 0 auto;
  }

  .content_insurance .wrap .right .wrap div.text {
    margin-left: -100px;
  }

  .content_insurance .wrap .right .wrap img.dude {
    left: 343px;
    top: 125px;
    position: absolute;
    margin-top: auto;
    margin-left: auto;
  }

  .content_gallery .c-video-popup.is-inset {
    margin-top: -259px;
  }

  .content_floss_files .wrapwidth .left {
    width: 32%;
  }

  .content_floss_files .wrapwidth .left .flossnav {
    width: 100%;
    max-width: 270px;
  }

  .content_floss_files .wrapwidth .left .flossnav ul {
    width: 300px;
  }

  .content_floss_files .wrapwidth .left .suggestion_cta {
    width: 100%;
    max-width: 270px;
  }

  .content_floss_files .wrapwidth .right {
    padding: 80px 20px 0px 35px;
    width: 68%;
  }

  .content_floss_files .wrapwidth .right .right_wrapper {
    max-width: 820px;
    margin-right: 20px;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .sort_width {
    width: 100%;
    height: 70px;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .post_blk {
    width: 48.4%;
  }

  .content_floss_files .wrapwidth .right .right_wrapper .post_blk:nth-child(odd) {
    margin-left: 20px;
  }

  .content_floss_files.details .wrapwidth .right {
    padding: 50px 0 80px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head {
    padding: 0 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right {
    margin: -50px 0px 10px 10px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.month {
    margin-top: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left .right p.day {
    margin-top: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left h2 {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_head .left p {
    margin-top: 25px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content {
    padding: 15px 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content p {
    font-size: 18px;
    line-height: 28px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post .post_content h3 {
    font-size: 28px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav {
    display: none;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features {
    border-top: 3px solid #f1f1f1;
    padding: 65px 0px 15px;
    display: block;
    margin: 85px 20px 0 30px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left {
    width: 50%;
    max-width: 384px;
    background-color: #fff;
    padding: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left p {
    margin-bottom: 23px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left p a {
    color: #9fcf67;
    font-size: 21px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk {
    width: 100%;
    max-width: 375px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk .band .left {
    background-color: #ec068d;
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 6px 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk .band .left p.month {
    margin-bottom: 0;
    text-align: center;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk .band .left p.day {
    margin-bottom: 0;
    text-align: center;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk .band .right {
    width: calc(100% - 70px);
    display: inline-block;
    padding: 0 20px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .left .post_blk .band .right p.cat {
    text-align: left;
    margin-bottom: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right {
    width: 50%;
    max-width: 384px;
    padding: 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right p {
    text-align: right;
    margin-bottom: 23px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right p a {
    color: #9fcf67;
    font-size: 21px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk {
    width: 100%;
    max-width: 375px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk .band .left {
    background-color: #ec068d;
    width: 70px;
    height: 70px;
    display: inline-block;
    padding: 6px 0;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk .band .left p.month {
    margin-bottom: 0;
    text-align: center;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk .band .left p.day {
    margin-bottom: 0;
    text-align: center;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk .band .right {
    width: calc(100% - 70px);
    display: inline-block;
    padding: 0 20px;
  }

  .content_floss_files.details .wrapwidth .right .right_wrapper .post_nav_features .right .post_blk .band .right p.cat {
    text-align: left;
    margin-bottom: 0;
  }

  .content_wrap .content_contact {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 91px 0;
  }

  .content_wrap .content_contact .wrapwidth {
    position: relative;
  }

  .content_wrap .content_contact .wrapwidth .cf.desk {
    width: 100%;
    max-width: 411px;
    float: right;
  }

  .content_wrap .content_contact .wrapwidth .cf.desk .info_green {
    width: 100%;
    padding: 17px 45px 65px;
  }

  .content_wrap .content_contact .wrapwidth .cf.desk .map {
    width: 100%;
  }

  .content_wrap .content_contact .wrapwidth .contact_form {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
  }

  .content_wrap .content_contact .wrapwidth .contact_form .form_info {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    flex: 1;
  }

  .content_wrap {
    padding-top: 0;
  }

  .content_wrap .content_contact_thanks .wrapwidth .bottom {
    max-width: 780px;
  }

  .content_appointments {
    padding: 70px 40px 100px;
  }

  .content_appointments .wrapwidth .page_header {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 45px;
  }

  .content_appointments .wrapwidth .appt_form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section {
    margin: 0px;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section.left {
    padding: 0 20px 17px 50px;
    width: 50%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section.right {
    padding: 0 50px 0 20px;
    width: 50%;
    float: right;
  }

  .content_appointments .wrapwidth .appt_form form.contact .section.middle {
    margin: 0;
    padding: 0 20px 17px 65px;
  }

  .content_wrap .content_appts_thanks .wrapwidth .bottom {
    max-width: 780px;
  }
}

header {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}

header.is-open .js-header-wrap {
  filter: blur(3px);
}

@media only screen and (min-width: 768px) {
  header {
    height: 145px;
  }
}

@media only screen and (min-width: 1025px) {
  header {
    height: 181px;
  }
}

header .desktop-subnavs {
  display: none;
}

@media only screen and (min-width: 768px) {
  header .wrap {
    margin: 0 50px;
  }
}

header .logo img {
  display: block;
  height: 51px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s opacity ease-in-out;
}

@media only screen and (min-width: 768px) {
  header .logo img {
    height: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  header .logo img {
    bottom: 32px;
    top: 0;
    transform: none;
  }
}

header .logo.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity ease-in-out;
}

header .mobile-header {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

header .mobile-header .hamburger-menu,
header .mobile-header .hamburger-menu .hamburger-menu-icon {
  height: 22px;
}

@media only screen and (min-width: 768px) {
  header .mobile-header .hamburger-menu,
  header .mobile-header .hamburger-menu .hamburger-menu-icon {
    height: 30px;
  }
}

header .mobile-header .mobile-header__button {
  display: none;
}

@media only screen and (min-width: 768px) {
  header .mobile-header .mobile-header__button {
    display: inline-flex;
    margin-right: 50px;
  }
}

.mobile-menu {
  box-shadow: 0 2px 16px 0 rgba(0, 91, 136, 0.25);
  background-color: #00abd5;
  height: 100%;
  position: fixed;
  right: -245px;
  top: 0;
  transition: 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .mobile-menu {
    right: -535px;
  }
}

.mobile-menu.is-open {
  right: 0;
}

.mobile-menu.is-open .mobile-menu__close-container {
  display: block;
}

.mobile-menu__container {
  background-color: #00abd5;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  width: 245px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__container {
    width: 535px;
  }
}

.mobile-menu__close-container {
  display: none;
  position: absolute;
  left: -45px;
  top: 41px;
  height: 14px;
  width: 14px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__close-container {
    left: -100px;
    height: 20px;
    top: 60px;
    width: 20px;
  }
}

.mobile-menu__close-icon {
  height: 100%;
  width: 100%;
}

.mobile-menu__button-container {
  padding: 29px 0 19px 29px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__button-container {
    padding: 48px 0 38px 48px;
  }
}

.mobile-menu__button-container .button {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__button-container .button {
    margin-right: 20px;
  }
}

.mobile-menu__list {
  display: none;
}

.mobile-menu__list.is-active {
  display: block;
}

.mobile-menu__list-item {
  border-bottom: 1px solid #005b88;
  cursor: pointer;
}

.mobile-menu__list-item:first-child {
  border-top: 1px solid #005b88;
}

.mobile-menu__list-link {
  font: 18px/31px "brandon-grotesque", sans-serif;
  color: #ffffff;
  padding: 15px 0 15px 28px;
  width: 240px;
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__list-link {
    font-size: 25px;
    line-height: 43px;
    padding: 21px 0 21px 48px;
    width: 535px;
  }
}

.mobile-menu__list-link--bold {
  font-weight: 700;
}

.mobile-menu__list-link--back {
  align-items: center;
  display: flex;
  color: #005b88;
  font-weight: 700;
  position: relative;
}

.mobile-menu__list-icon {
  height: auto;
  margin-right: 11px;
  width: 10px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__list-icon {
    margin-right: 16px;
  }
}

.mobile-menu__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 25px 0px 0px 29px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__links {
    padding: 64px 0 0 51px;
  }
}

.mobile-menu__links.is-disabled {
  display: none;
}

.mobile-menu__link {
  display: inline-block;
}

.mobile-menu__link:first-child {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__link:first-child {
    margin-bottom: 18px;
  }
}

.mobile-menu__contact {
  padding: 28px 48px 0 29px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__contact {
    padding: 78px 0 0 50px;
  }
}

.mobile-menu__contact.is-disabled {
  display: none;
}

.mobile-menu__contact-container,
footer .tablet-contact__contact-container {
  padding-bottom: 25px;
  max-width: 233px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__contact-container,
  footer .tablet-contact__contact-container {
    padding-bottom: 60px;
  }
}

.mobile-menu__contact-phone-link,
footer .tablet-contact__contact-phone-link {
  align-items: center;
  display: flex;
}

.mobile-menu__contact-phone-number,
footer .tablet-contact__contact-phone-number {
  color: #ffffff;
  font: 700 13px/19px "brandon-grotesque", sans-serif;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__contact-phone-number,
  footer .tablet-contact__contact-phone-number {
    font-size: 18px;
    line-height: 26px;
  }
}

.mobile-menu__contact-phone-icon,
footer .tablet-contact__contact-phone-icon {
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__contact-phone-icon,
  footer .tablet-contact__contact-phone-icon {
    height: 25px;
    width: 25px;
  }
}

.mobile-menu__contact-address-container,
footer .tablet-contact__contact-address-container {
  font: 11px/19px "ff-tisa-web-pro", serif;
  padding-bottom: 9px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__contact-address-container,
  footer .tablet-contact__contact-address-container {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 14px;
    padding-top: 8;
  }
}

.mobile-menu__social {
  padding-left: 23px;
  position: relative;
}

.mobile-menu__social.is-disabled {
  display: none;
}

.mobile-menu__social-icon {
  left: 23px;
  position: absolute;
  transition: transform 0.5s;
  z-index: 2;
}

.mobile-menu__social-icon:hover {
  transform: scale(1.05);
}

@media only screen and (min-width: 768px) {
  .mobile-menu__social-icon {
    left: 43px;
  }
}

.mobile-menu__social-icon:last-child {
  left: 56px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__social-icon:last-child {
    left: 77px;
  }
}

.subnav-header {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .subnav-header {
    display: block;
    background-color: #f7f7f7;
    height: 36px;
    position: relative;
    z-index: 2;
  }
}

.subnav-header__container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 35px;
  max-width: 1100px;
}

@media only screen and (min-width: 1200px) {
  .subnav-header__container {
    margin-left: auto;
    margin-right: auto;
  }
}

.subnav-header__socials {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  width: 45px;
}

.subnav-header__social-img {
  height: 13px;
}

.subnav-header__links {
  align-items: center;
  display: flex;
}

.subnav-header__link {
  color: #898989;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  line-height: 27px;
}

.subnav-header__link:hover {
  font-weight: bold;
}

.subnav-header__link-divider {
  padding-left: 25px;
  padding-right: 25px;
}

.subnav-header__link-divider::before {
  background-color: #898989;
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 6px;
  height: 20px;
  width: 1.25px;
}

@media only screen and (min-width: 1025px) {
  header {
    position: relative;
    z-index: 10;
  }

  header .mobile-header {
    display: none;
  }

  header .wrap {
    margin: 0 35px;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  header .wrap {
    margin: auto;
  }
}

@media only screen and (min-width: 1025px) {
  header .nav {
    width: 80%;
    float: right;
  }

  header .nav .row {
    height: 75px;
    float: right;
  }

  header .nav .row:first-of-type {
    overflow: visible;
    height: 70px;
    width: 745px;
    position: relative;
  }

  header .nav .row:first-of-type a,
  header .nav .row:first-of-type div {
    display: block;
    float: left;
  }

  header .nav .row:first-of-type .nav__contact {
    position: relative;
  }

  header .nav .row:first-of-type .nav__contact:first-child::after {
    background-color: #f75346;
    content: "";
    height: 20px;
    right: -10px;
    position: absolute;
    width: 1.25px;
  }

  header .nav .row:first-of-type span {
    color: #005b88;
    display: block;
    font: 500 13px/19px "brandon-grotesque", sans-serif;
    transition: all 0.2s ease;
    margin-left: 10px;
    margin-top: 17px;
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  header .nav .row:first-of-type span .title-uppercase {
    font-weight: 900;
    margin-right: 8px;
    margin-top: 0;
  }

  header .nav .row:first-of-type span a {
    color: #005b88;
  }

  header .nav .bubble {
    height: 70px;
    overflow: hidden;
    background-size: 100%;
    position: absolute;
    top: -1px;
    line-height: 50px;
    text-align: center;
    transition: all 0.2s ease;
  }

  header .nav .bubble:hover {
    transform: scale(1.05);
  }

  header .nav .bubble.navyblue {
    right: 105px;
    width: 205px;
    transition: all 0.2s ease-in-out;
    z-index: 2;
  }

  header .nav .bubble.navyblue .bubble__text {
    margin-left: 35px;
  }

  header .nav .bubble.watermelon {
    /* color: black; */
    padding-left: 1px;
    right: -26px;
    transition: all 0.2s ease-in-out;
    width: 155px;
    z-index: 1;
  }

  header .nav .bubble.watermelon .bubble__text {
    margin-left: 25px;
  }

  header .nav .bubble__bg {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  header .nav .bubble__text {
    color: #ffffff;
    font: 900 13px/19px "brandon-grotesque", sans-serif;
    letter-spacing: 2px;
    margin-left: 10px;
    margin-top: 17px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
  }

  header .nav .main {
    margin: 0;
    list-style: none;
    transition: all 0.5s ease;
  }

  header .nav .main li {
    float: left;
    position: relative;
    margin: 0 32px;
    transition: all 0.5s ease;
    background-position: center center;
    background-image: none;
  }

  header .nav .main li:nth-child(1) ul.sub {
    margin-left: -66%;
  }

  header .nav .main li:nth-child(2) ul.sub {
    margin-left: -78%;
  }

  header .nav .main li:nth-child(3) ul.sub {
    margin-left: -60%;
  }

  header .nav .main li ul.sub {
    background: #fff;
    background: rgba(255, 255, 255, 0);
    list-style: none;
    position: absolute;
    padding-left: 0;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }

  header .nav .main li ul.sub li {
    display: block;
    float: none;
    background: #00abd5;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid #005b88;
  }

  header .nav .main li ul.sub li:hover,
  header .nav .main li ul.sub li:focus {
    background-image: none !important;
    background: #005b88;
  }

  header .nav .main li ul.sub li:before {
    background-image: none;
  }

  header .nav .main li ul.sub li:hover:before,
  header .nav .main li ul.sub li:focus:before {
    background-image: none !important;
  }

  header .nav .main li ul.sub li:last-of-type {
    border-bottom: none;
  }

  header .nav .main li ul.sub li a {
    white-space: nowrap;
    color: #ffffff;
    height: auto;
    padding: 0 30px;
    font-weight: 200;
  }

  header .nav .main li ul.sub li:hover a {
    text-decoration: none;
  }

  header .nav .main li ul.sub li:hover ul li a:hover {
    background: #333;
  }

  header .nav .main li:last-child {
    margin: 0 0 0 32px;
  }

  header .nav .main li:hover ul {
    display: block;
    height: 300px;
  }

  header .nav .main li a,
  header .nav .main li button {
    font: 700 18px/75px "brandon-grotesque", sans-serif;
    color: #005b88;
    height: 75px;
    display: block;
    position: relative;
    transition: all 0.5s ease;
  }
}

@media only screen and (min-width: 1025px) {
  header .drop {
    height: 0;
    width: 100%;
    display: none;
    position: relative;
    z-index: 10;
    transition: all 0.5s ease;
  }

  header .drop.open {
    height: 100%;
    transition: all 0.5s ease;
  }

  header .drop ul {
    opacity: 0;
    margin: 0;
    position: absolute;
    right: 130px;
    transition: all 0.5s ease;
    background: #00abd5;
  }

  header .drop ul.open {
    opacity: 1;
    transition: all 0.5s ease;
  }

  header .drop ul:nth-of-type(2) {
    right: 75px;
  }

  header .drop ul:last-of-type {
    right: 90px;
  }

  header .drop li {
    display: block;
    list-style: none;
    margin: 0 20px;
  }

  header .drop li a {
    color: #fff;
    text-align: center;
    font: 100 16px/75px "sofia-pro-soft", sans-serif;
    transition: all 0.2s ease;
  }

  header .drop li a:hover {
    font-weight: 600;
    transition: all 0.2s ease;
  }
}

footer {
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
  background: #ffffff;
  padding: 25px 0;
}

@media only screen and (min-width: 768px) {
  footer {
    height: 100%;
    padding: 0;
    width: 100%;
  }
}

footer .wrap {
  align-items: flex-end;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
}

@media only screen and (min-width: 768px) {
  footer .wrap {
    align-items: flex-start;
    height: 100%;
    margin: auto;
  }
}

footer .left .logo {
  width: 163px;
}

@media only screen and (min-width: 768px) {
  footer .left .logo {
    width: 289px;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  footer .left {
    background: #ffffff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
    height: 100%;
    margin-top: -20px;
    position: relative;
    width: 429px;
    padding: 50px 50px 60px;
  }

  footer .left .tablet {
    display: flex;
    flex-direction: column-reverse;
  }

  footer .left .bubs {
    width: 295px;
    margin: auto;
    padding-top: 20px;
  }

  footer .left .bubs__link {
    display: none;
  }

  footer .left .bubs .bubble {
    height: 160px;
  }

  footer .left .bubs .bubble.navyblue {
    background: url("/public/img/pmpd-reskin/bubbles/footer-bubble-navyblue.svg") no-repeat center;
    background-size: 156px auto;
    margin-right: -17.5px;
    right: 100px;
    z-index: 1;
    transition: all 0.2s ease;
    position: absolute;
    display: block;
    right: auto;
    overflow: hidden;
    width: 156px;
  }

  footer .left .bubs .bubble.navyblue span {
    display: block;
    font: 900 13px/19px "brandon-grotesque", sans-serif;
    letter-spacing: 2px;
    padding-top: 74px;
  }

  footer .left .bubs .bubble.navyblue:hover {
    background-size: 163px auto;
    width: 163px;
  }

  footer .left .bubs .bubble.watermelon {
    background: url("/public/img/pmpd-reskin/bubbles/footer-bubble-watermelon.svg") no-repeat center;
    background-size: 193px auto;
    text-align: center;
    margin-left: -17.5px;
    opacity: 1;
    transition: all 0.2s ease;
    display: block;
    float: right;
    overflow: hidden;
    width: 193px;
  }

  footer .left .bubs .bubble.watermelon span {
    display: block;
    padding-top: 73px;
    padding-left: 34px;
    font: 900 13px/19px "brandon-grotesque", sans-serif;
    letter-spacing: 2px;
  }

  footer .left .bubs .bubble.watermelon:hover {
    background-size: 202px auto;
    width: 202px;
  }

  footer .left a.directions {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    text-decoration: underline;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .left {
    margin-top: -22px;
    padding-bottom: 50px;
    padding-left: 89px;
    width: 588px;
  }

  footer .left .tablet {
    flex-direction: row;
  }

  footer .left .bubs {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 20px;
    width: 202px;
  }

  footer .left .bubs .bubble.watermelon {
    margin-left: -14px;
    margin-top: 95px;
  }

  footer .left .bubs .bubble.watermelon span {
    padding-top: 75px;
    padding-left: 13px;
  }

  footer .left .bubs__link {
    display: block;
    margin-bottom: 12px;
  }

  footer .left .bubs__link:hover {
    color: #f75346;
  }

  footer .left .bubs__link:hover::after {
    background-color: #f75346;
  }
}

footer .right {
  width: 50%;
  float: left;
}

footer .right .mobile {
  text-align: right;
}

footer .right .footer__attribution {
  min-width: 70px;
}

footer .right .footer__attribution span {
  font: 9px/15px "brandon-grotesque", sans-serif;
  color: #005b88;
  margin-right: 3px;
}

@media only screen and (min-width: 768px) {
  footer .right .footer__attribution span {
    color: #898989;
  }
}

footer .right small {
  text-align: right;
  display: block;
  font: 10px/13px "brandon-grotesque", sans-serif;
  color: #898989;
}

@media only screen and (min-width: 768px) {
  footer .right {
    width: calc(100% - 429px);
    position: relative;
    height: 100%;
    float: right;
    padding: 80px 50px 0 50px;
  }

  footer .right ul {
    margin-bottom: 8px;
  }

  footer .right ul li {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  footer .right ul li:not(:first-of-type) {
    display: none;
  }

  footer .right ul li:first-of-type button {
    font-weight: 700;
    color: #005b88;
    text-align: left;
  }

  footer .right ul li:first-of-type button:hover {
    text-decoration: none;
  }

  footer .right .tablet {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
  }

  footer .right .links {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-top: 29px;
  }

  footer .right .links a:first-child {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  footer .right .links {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .stamps {
    width: 138px;
    margin-bottom: 42px;
    margin-top: 53px;
  }

  footer .right .stamps img {
    width: 136px;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  footer .right .stamps img:last-of-type {
    width: 70px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .row {
    position: relative;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
  }

  footer .right .row .copyright {
    text-align: left;
    display: block;
    font: 12px/20px "brandon-grotesque", sans-serif;
    color: #898989;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  footer .right .social {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .social__right {
    align-items: flex-end;
    display: flex;
  }

  footer .right .social__right .footer__attribution {
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .social__icons {
    min-height: 50px;
    position: relative;
    width: 98px;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .social__icon:hover {
    transform: scale(1.05);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  footer .right .social__icon {
    position: absolute;
    transition: transform 0.5s;
    z-index: 2;
    left: 13px;
  }
}

@media only screen and (min-width: 768px) {
  footer .right .social__icon:last-child {
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  footer .right .social__icon:last-child {
    left: 47px;
  }
}

@media only screen and (min-width: 1200px) {
  footer .right {
    padding-bottom: 0;
    padding-left: calc(25 / 1280 * 100%);
    padding-right: calc(35 / 1280 * 100%);
    padding-top: 0;
    width: calc(100% - 588px);
  }

  footer .right .tablet {
    height: auto;
    width: auto;
    position: initial;
    padding-top: 0;
    margin-top: 54px;
  }

  footer .right .stamps {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 26px;
    position: relative;
    width: auto;
  }

  footer .right .stamps .mom-approved {
    width: 136px;
  }

  footer .right .stamps .board-certified {
    width: 183px;
  }

  footer .right .stamps .aaopd {
    width: 65px !important;
  }

  footer .right .stamps .totta {
    width: 97px !important;
  }

  footer .right .stamps img {
    display: inline;
    height: auto;
    text-align: right;
  }

  footer .right .stamps img:last-of-type {
    width: auto;
  }

  footer .right .social {
    padding-top: 8px;
  }

  footer .right .social .social__left .copyright {
    margin-bottom: 13px;
  }

  footer .right ul {
    width: 165px;
    float: left;
    padding-right: 41px;
  }

  footer .right ul:first-child {
    width: 197px;
  }

  footer .right ul:nth-child(2) {
    width: 188px;
  }

  footer .right ul:last-of-type {
    padding: 0;
    width: 169px;
  }

  footer .right ul li {
    margin-bottom: 11px;
  }

  footer .right ul li:first-of-type {
    margin-bottom: 9px;
  }

  footer .right ul li:not(:first-of-type) {
    font-size: 16px;
    line-height: 20px;
  }

  footer .right ul li a {
    color: #898989;
    text-align: left;
    line-height: 18px;
  }

  footer .right ul li button {
    color: #898989;
    text-align: left;
    line-height: 18px;
  }

  footer .right ul li:not(:first-of-type) {
    display: block;
  }

  footer .right .row {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1280px) {
  footer .right {
    padding: 0 88px 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  footer .tablet-contact__contact {
    padding-left: 95px;
    padding-top: 42px;
  }
}

@media only screen and (min-width: 1025px) {
  footer .tablet-contact__contact {
    padding-left: 25px;
  }
}

footer .tablet-contact__contact-container {
  padding-bottom: 47px;
}

footer .tablet-contact__contact-container:last-child {
  padding-bottom: 0;
}

footer .tablet-contact__contact-phone-number {
  color: #005b88;
}

footer .tablet-contact__contact-address-container {
  color: #898989;
}

.c-banner-heading-text {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}

.c-banner-heading-text__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}

.c-banner-heading-text__inner {
  overflow: hidden;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__inner {
    padding: 83px 49px 63px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 85px 0 77px;
  }
}

.c-banner-heading-text__eyebrow {
  color: #005b88;
  padding-bottom: 11px;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__eyebrow {
    padding-bottom: 9px;
  }
}

.c-banner-heading-text__heading,
.content_appointments .wrapwidth .page_header .appth1 {
  color: #005b88;
  padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__heading,
  .content_appointments .wrapwidth .page_header .appth1 {
    padding-bottom: 15px;
  }
}

.c-banner-heading-text__copy {
  color: #898989;
}

.c-banner-heading-text__copy p {
  color: #898989;
}

.c-banner-heading-text--no-eyebrow .c-banner-heading-text__inner {
  padding: 58px 30px 42px;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text--no-eyebrow .c-banner-heading-text__inner {
    padding: 87px 82px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text--no-eyebrow .c-banner-heading-text__inner {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-heading-text--no-eyebrow .c-banner-heading-text__eyebrow {
  display: none;
}

.c-banner-heading-text--no-eyebrow .c-banner-heading-text__heading,
.c-banner-heading-text--no-eyebrow .content_appointments .wrapwidth .page_header .appth1,
.content_appointments .wrapwidth .page_header .c-banner-heading-text--no-eyebrow .appth1 {
  font-size: 22px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text--no-eyebrow .c-banner-heading-text__heading,
  .c-banner-heading-text--no-eyebrow .content_appointments .wrapwidth .page_header .appth1,
  .content_appointments .wrapwidth .page_header .c-banner-heading-text--no-eyebrow .appth1 {
    font-size: 30px;
    line-height: 34px;
  }
}

.c-banner-heading-text.is-transparent-bg {
  background-color: transparent;
}

.c-banner-heading-text.is-gray-gradient {
  background: linear-gradient(180deg, #f7f7f7 81%, rgba(0, 212, 255, 0) 100%);
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text.is-shorter .c-banner-heading-text__inner {
    padding-bottom: 59px;
  }
}

.c-banner-heading-text--white-bg-shapes {
  background-color: #fff;
}

.c-banner-heading-text--squiggly-bg-long-bottom {
  background-color: #ffffff;
  background-image: url("/public/img/pmpd-reskin/illustrations/wave-pattern-home.svg");
  background-size: cover;
}

.c-banner-heading-text--squiggly-bg-long-bottom .c-banner-heading-text__inner {
  padding-bottom: 138px;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text--squiggly-bg-long-bottom .c-banner-heading-text__inner {
    padding-bottom: 258px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text--squiggly-bg-long-bottom .c-banner-heading-text__inner {
    padding-bottom: 319px;
  }
}

.c-banner-heading-text__bg-shape {
  position: absolute;
}

.c-banner-heading-text__bg-shape.is-wave {
  bottom: -134px;
  height: 337px;
  right: -97px;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-wave {
    bottom: auto;
    height: 493px;
    right: 101px;
    transform: rotate(0);
    top: -384px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text__bg-shape.is-wave {
    right: 139px;
    top: -274px;
  }
}

.c-banner-heading-text__bg-shape.is-orange-wave {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-orange-wave {
    display: block;
    left: 30px;
    top: -353px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text__bg-shape.is-orange-wave {
    left: 113px;
    width: 37px;
  }
}

.c-banner-heading-text__bg-shape.is-blue-diamond {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-blue-diamond {
    display: block;
    bottom: 20px;
    left: 20px;
    width: 51px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text__bg-shape.is-blue-diamond {
    bottom: 39px;
    left: 62px;
  }
}

.c-banner-heading-text__bg-shape.is-grey-circle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-grey-circle {
    display: block;
    left: 100px;
    top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-heading-text__bg-shape.is-grey-circle {
    left: 235px;
    top: 103px;
    width: 168px;
  }
}

.c-banner-heading-text__bg-shape.is-blue-half-circle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-blue-half-circle {
    display: block;
    right: 220px;
    top: -40px;
  }
}

.c-banner-heading-text__bg-shape.is-grey-half-circle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-heading-text__bg-shape.is-grey-half-circle {
    display: block;
    bottom: 90px;
    right: 89px;
  }
}

.c-banner-hero {
  background-color: #f75346;
  min-height: 185px;
}

@media only screen and (min-width: 768px) {
  .c-banner-hero {
    min-height: 300px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-hero {
    max-height: 450px;
  }
}

.c-banner-hero__container {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero__container {
    display: flex;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-hero__container {
    max-height: 450px;
  }
}

.c-banner-hero__content-container {
  align-items: center;
  background-color: #f75346;
  display: flex;
  justify-content: center;
  min-height: 185px;
  padding: 59px 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-hero__content-container {
    justify-content: left;
    min-height: 300px;
    padding: 0 42px;
    width: 373px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero__content-container {
    padding: 97px 47px 97px 90px;
    min-width: 587px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-hero__content-container {
    margin-left: calc((100vw - 1280px) / 2);
    max-height: 450px;
  }
}

.c-banner-hero__content-circle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-hero__content-circle {
    display: block;
    height: 101%;
    left: 373px;
    position: absolute;
    top: -2px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero__content-circle {
    left: 587px;
  }
}

.c-banner-hero__heading {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-hero__heading {
    font-size: 48px;
    line-height: 53px;
    text-align: left;
  }
}

.c-banner-hero__img-area {
  height: 100%;
  width: auto;
}

.c-banner-hero__img-container {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-hero__img-container {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero__img-container {
    flex: 1;
    height: unset;
    position: relative;
  }
}

.c-banner-hero__img {
  height: 100%;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero__img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-hero--smaller-text .c-banner-hero__heading {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-hero--smaller-text .c-banner-hero__heading {
    font-size: 48px;
  }
}

.c-banner-image-cta__container {
  margin: auto;
  max-width: 1600px;
  position: relative;
}

.c-banner-image-cta__flex-container {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-cta__flex-container {
    flex-direction: row;
  }
}

.c-banner-image-cta__content-container {
  padding: 60px 30px 65px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-cta__content-container {
    padding: 80px 50px 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-cta__content-container {
    padding-left: 92px;
    padding-right: 88px;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-image-cta__content-container {
    max-width: 448px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-image-cta__content-eyebrow {
  color: #ffffff;
  font: 22px/27px "verveine", sans-serif;
  padding-bottom: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-cta__content-eyebrow {
    padding-bottom: 21px;
  }
}

.c-banner-image-cta__content-heading {
  color: #ffffff;
  font: 700 30px/34px "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-cta__content-heading {
    font-size: 48px;
    line-height: 53px;
    max-width: 461px;
  }
}

.c-banner-image-cta__content-copy {
  color: #ffffff;
  font: 14px/25px "ff-tisa-web-pro", serif;
  padding: 11px 0 22px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-cta__content-copy {
    font-size: 16px;
    line-height: 27px;
    padding: 13px 0 47px;
  }
}

.c-banner-image-cta__content-subcopy {
  color: #ffffff;
  font: 22px/27px "verveine", sans-serif;
  padding-bottom: 25px;
  padding-top: 13px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-cta__content-subcopy {
    padding-bottom: 45px;
  }
}

.c-banner-image-cta__content-button {
  position: relative;
}

.c-banner-image-cta__image-container {
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-cta__image-container {
    width: 50%;
  }
}

.c-banner-image-cta__image {
  display: block;
  flex-shrink: 0;
  height: 100%;
  min-height: 100%;
}

.c-banner-image-cta.is-reversed .c-banner-image-cta__flex-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-cta.is-reversed .c-banner-image-cta__flex-container {
    flex-direction: row-reverse;
  }
}

.c-banner-image-cta.is-quote .c-banner-image-cta__content-copy {
  padding-bottom: 0;
}

.c-banner-image-cta.is-quote-no-cta .c-banner-image-cta__content-copy {
  padding-bottom: 0;
}

.c-banner-image-cta.is-quote-no-cta .c-banner-image-cta__content-subcopy {
  padding-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .c-banner-image-cta.is-quote-no-cta .c-banner-image-cta__content-container {
    max-width: 461px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-cta.is-eyebrow .c-banner-image-cta__content-container {
    padding-top: 103px;
  }
}

.c-banner-image-cta--bg-watermelon {
  background-color: #f75346;
}

.c-banner-image-cta--bg-cottoncandyblue {
  background-color: #00abd5;
}

.c-banner-overview {
  background-color: #ffffff;
  background-image: url("/public/img/pmpd-reskin/illustrations/wave-pattern-home.svg");
  background-size: 100%;
}

.c-banner-overview__container {
  margin: auto;
  max-width: 700px;
  padding: 36px 30px 64px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__container {
    padding: 58px 50px 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-overview__container {
    padding: 60px 0 81px;
  }
}

.c-banner-overview__image-area {
  height: auto;
  margin: auto;
  width: 207px;
}

.c-banner-overview__image {
  height: auto;
  width: 100%;
}

.c-banner-overview__content {
  text-align: center;
}

.c-banner-overview__content-links {
  display: inline-flex;
  flex-direction: column;
  margin-top: 22px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__content-links {
    align-items: center;
    flex-direction: row;
    margin-top: 46px;
  }
}

.c-banner-overview__title {
  color: #005b88;
  font: 700 25px/36px "brandon-grotesque", sans-serif;
  padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__title {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 14px;
  }
}

.c-banner-overview__copy {
  color: #898989;
  font: 18px/29px "ff-tisa-web-pro", serif;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__copy {
    font-size: 20px;
    line-height: 31px;
  }
}

.c-banner-overview__link {
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__link {
    margin-bottom: 0;
    margin-right: 38px;
  }
}

.c-banner-overview__form-fields {
  display: flex;
  margin-top: 26px;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__form-fields {
    margin-top: 39px;
  }
}

.c-banner-overview__form-field {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #898989;
  font: 13px/19px "brandon-grotesque", sans-serif;
  min-width: 187px;
  padding-left: 13px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__form-field {
    min-width: 306px;
  }
}

.c-banner-overview__form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 128px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview__form-submit {
    min-width: 160px;
  }
}

.c-banner-overview--form-field {
  background-image: url("/public/img/pmpd-reskin/illustrations/dappled-pattern-home.svg");
}

.c-banner-overview--form-field .c-banner-overview__container {
  padding-bottom: 87px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview--form-field .c-banner-overview__container {
    padding-bottom: 98px;
  }
}

.c-banner-overview--full-page {
  background-image: url("/public/img/pmpd-reskin/pages/thank-you/mobile-bg.svg");
}

@media only screen and (min-width: 768px) {
  .c-banner-overview--full-page {
    background-image: url("/public/img/pmpd-reskin/pages/thank-you/tablet-bg.svg");
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-overview--full-page {
    background-image: url("/public/img/pmpd-reskin/pages/thank-you/desktop-bg.svg");
  }
}

.c-banner-overview--full-page .c-banner-overview__container {
  padding-bottom: 81px;
  padding-top: 51px;
}

@media only screen and (min-width: 768px) {
  .c-banner-overview--full-page .c-banner-overview__container {
    padding-bottom: 290px;
    padding-top: 244px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-overview--full-page .c-banner-overview__container {
    padding-top: 178px;
  }
}

.c-banner-picture-callouts {
  background-image: url("/public/img/pmpd-reskin/components/banner-picture-callouts/dappled-bg-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts {
    background-image: url("/public/img/pmpd-reskin/components/banner-picture-callouts/dappled-bg-tablet.svg");
    padding: 91px 50px 113px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-picture-callouts {
    background-image: url("/public/img/pmpd-reskin/components/banner-picture-callouts/dappled-bg-desktop.svg");
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-picture-callouts__container {
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  padding: 40px 24px 47px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__container {
    padding: 84px 73px 28px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-picture-callouts__container {
    margin-left: auto;
    margin-right: auto;
    padding: 85px 81px 92px;
    width: calc(1099 / 1280 * 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-picture-callouts__container {
    width: 1099px;
  }
}

.c-banner-picture-callouts__heading {
  color: #005b88;
  padding-bottom: 10px;
}

.c-banner-picture-callouts__copy {
  color: #898989;
}

@media only screen and (min-width: 1200px) {
  .c-banner-picture-callouts__copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}

.c-banner-picture-callouts__callouts {
  margin-left: auto;
  margin-right: auto;
  max-width: 255px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callouts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 460px;
    padding-top: 52px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-picture-callouts__callouts {
    max-width: 100%;
  }
}

.c-banner-picture-callouts__callout {
  padding-bottom: 52px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout {
    max-width: 218px;
    padding-bottom: 63px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-picture-callouts__callout {
    padding-bottom: 0;
  }
}

.c-banner-picture-callouts__callout-img {
  height: 183px;
  margin-bottom: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 183px;
}

.c-banner-picture-callouts__callout-title {
  color: #898989;
  font-weight: normal;
  padding-bottom: 8px;
  padding-left: 21px;
  padding-right: 21px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout-title {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout-title--no-padding-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-picture-callouts__callout-subtitle {
  color: #005b88;
  font-family: "verveine", sans-serif;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout-subtitle {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-picture-callouts__callout-link {
    font-size: 16px;
    letter-spacing: 2.5px;
  }

  .c-banner-picture-callouts__callout-link::after {
    height: 2.5px;
  }
}

.c-banner-statement {
  background-color: #ffffff;
  background-image: url("/public/img/pmpd-reskin/pages/splash/mobile-announcement-header-background-2x.jpg");
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .c-banner-statement {
    background-image: url("/public/img/pmpd-reskin/pages/splash/tablet-announcement-header-background-2x.jpg");
    background-position: center center;
    min-height: 446px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-statement {
    background-image: url("/public/img/pmpd-reskin/pages/splash/laptop-announcement-header-background.jpg");
  }
}

@media only screen and (min-width: 1400px) {
  .c-banner-statement {
    background-image: url("/public/img/pmpd-reskin/pages/splash/announcement-header-background.jpg");
  }
}

.c-banner-statement__container {
  padding: 59px 30px 46px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-statement__container {
    margin-left: auto;
    margin-right: auto;
    padding: 78px 0 74px;
    width: 670px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-statement__container {
    width: 700px;
  }
}

.c-banner-statement__subheading {
  color: #005b88;
  font: 900 16px/23px "brandon-grotesque", sans-serif;
  letter-spacing: 2.5px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.c-banner-statement__heading {
  color: #005b88;
  font: 700 30px/34px "brandon-grotesque", sans-serif;
  padding-bottom: 19px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-statement__heading {
    font-size: 48px;
    line-height: 53px;
  }
}

.c-banner-statement__copy {
  color: #898989;
  font: 18px/29px "ff-tisa-web-pro", serif;
}

@media only screen and (min-width: 768px) {
  .c-banner-statement__copy {
    font-size: 20px;
    line-height: 31px;
  }
}

.c-banner-simple-hero__container {
  align-items: center;
  background-color: #f75346;
  display: flex;
  justify-content: center;
  min-height: 185px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-hero__container {
    min-height: 300px;
  }
}

.c-banner-simple-hero__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-hero__heading {
    font-size: 48px;
    line-height: 53px;
  }
}

.c-banner-text-overview {
  background-color: #005b88;
}

.c-banner-text-overview__container {
  position: relative;
  padding: 122px 30px 55px;
  text-align: center;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__container {
    padding: 209px 55px 129px 53px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-text-overview__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1002px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-text-overview__bg-image {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 104px;
  width: 268px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__bg-image {
    top: 179px;
    width: 413px;
  }
}

.c-banner-text-overview__heading {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__heading {
    font-size: 48px;
    line-height: 53px;
    padding-bottom: 12px;
  }
}

.c-banner-text-overview__heading.is-red {
  color: #f75346;
}

.c-banner-text-overview__copy p {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 29px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__copy p {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-text-overview__copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}

.c-banner-text-overview__word-orbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 315px;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__word-orbs {
    justify-content: center;
    max-width: 100%;
  }
}

.c-banner-text-overview__word-orb {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 31px;
  padding-left: 11.5px;
  padding-right: 17.5px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
  .c-banner-text-overview__word-orb {
    padding-left: 36.5px;
    padding-right: 39.5px;
  }
}

.c-banner-text-overview__word-orb:after {
  background-color: #f75346;
  border-radius: 100%;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 6px;
}

.c-banner-text-overview__word-orb:first-child {
  padding-left: 0;
}

.c-banner-text-overview__word-orb:nth-child(4) {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__word-orb:nth-child(4) {
    padding-right: 17.5px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-text-overview__word-orb:nth-child(4) {
    padding-right: 39.5px;
  }
}

.c-banner-text-overview__word-orb:nth-child(5) {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__word-orb:nth-child(5) {
    padding-left: 11.5px;
  }
}

.c-banner-text-overview__word-orb:last-child {
  padding-right: 0;
}

.c-banner-text-overview__word-orb.is-disabled-mobile:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-text-overview__word-orb.is-disabled-mobile:after {
    display: block;
  }
}

.c-banner-text-overview__word-orb.is-disabled:after {
  display: none;
}

.c-banner-text-overview__word-orb.is-red:after {
  background-color: #f75346;
}

.c-banner-text-overview__word-orb.is-blue:after {
  background-color: #00abd5;
}

.c-banner-text-overview__word-orb.is-orange:after {
  background-color: #ff984e;
}

.c-banner-text-overview__word-orb.is-mint:after {
  background-color: #9dddd9;
}

.c-banner-text-overview__word-orb.is-green:after {
  background-color: #c3d96d;
}

.c-card-bio {
  padding-bottom: 42px;
}

@media only screen and (min-width: 1025px) {
  .c-card-bio {
    padding-bottom: 37px;
  }
}

.c-card-bio__photo-container {
  margin-bottom: 22px;
  padding-bottom: 100%;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-card-bio__photo-container {
    padding-bottom: 87.5370919881%;
  }
}

.c-card-bio__photo {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.c-card-bio__content-heading {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .c-card-bio__content-heading {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 9px;
  }
}

.c-card-bio__content-subheading {
  color: #005b88;
  padding-bottom: 6px;
}

@media only screen and (min-width: 768px) {
  .c-card-bio__content-subheading {
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 768px) {
  .c-card-bio--half {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-bio--half {
    flex: 0 0 calc(50% - 48px);
    margin: 0 24px 0;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .c-card-bio--third {
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-bio--third {
    flex: 0 0 calc(33% - 44px);
    margin: 0 22px 0;
  }
}

.c-card-photo-callout {
  border-bottom: 2px solid rgba(138, 138, 138, 0.15);
  position: relative;
  z-index: 2;
}

.c-card-photo-callout:last-child {
  border-bottom: none;
}

.c-card-photo-callout__container {
  padding: 42px 0 42px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__container {
    padding: 90px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-card-photo-callout__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-card-photo-callout__flex {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__flex {
    align-items: center;
    flex-direction: row;
  }
}

.c-card-photo-callout__photo-padding {
  padding-bottom: 84.7619047619%;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__photo-padding {
    height: 338px;
    padding: 0;
    width: 399px;
  }
}

.c-card-photo-callout__photo-area {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  display: block;
  height: 100%;
  padding: 15.5px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-card-photo-callout__photo-area {
    padding: 18.5px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__photo-area {
    position: relative;
  }
}

.c-card-photo-callout__photo {
  border-radius: 5px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__copy-area {
    flex: 1;
    padding-left: 48px;
  }
}

.c-card-photo-callout__headline {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 5px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-card-photo-callout__headline {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout__headline {
    padding-bottom: 12px;
    padding-top: 20px;
  }
}

.c-card-photo-callout__copy {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .c-card-photo-callout__copy {
    font-size: 16px;
    line-height: 27px;
  }
}

.c-card-photo-callout__copy .is-watermelon {
  color: #f75346;
}

.c-card-photo-callout__copy .is-cottoncandyblue {
  color: #00abd5;
}

.c-card-photo-callout__copy .is-orange {
  color: #f58026;
}

.c-card-photo-callout__link {
  margin-top: 30px;
}

.c-card-photo-callout:first-child .c-card-photo-callout__container {
  padding-top: 0;
}

.c-card-photo-callout:last-child .c-card-photo-callout__container {
  border-bottom: none;
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout.is-flipped .c-card-photo-callout__flex {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-photo-callout.is-flipped .c-card-photo-callout__copy-area {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 48px;
  }
}

.c-card-photo-callout--condensed-spacing {
  border-bottom: none;
}

.c-card-photo-callout--condensed-spacing .c-card-photo-callout__container {
  padding: 22px 0 22px;
}

@media only screen and (min-width: 768px) {
  .c-card-photo-callout--condensed-spacing .c-card-photo-callout__container {
    padding: 46px 0 46px;
  }
}

@media only screen and (min-width: 768px) {
  .c-card-photo-callout--condensed-spacing .c-card-photo-callout__copy {
    font-size: 20px;
    line-height: 31px;
  }
}

.c-cardlist-bio__container {
  padding: 0 0 36px;
  position: relative;
}

.c-cardlist-bio__heading-container {
  background-color: #005b88;
  padding-bottom: 201px;
  padding-top: 46px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-bio__heading-container {
    padding-bottom: 199px;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-bio__heading-container {
    padding-bottom: 312px;
    padding-top: 81px;
  }
}

.c-cardlist-bio__heading {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-bio__heading {
    font-size: 48px;
    line-height: 53px;
  }
}

.c-cardlist-bio__cards {
  padding: 0 30px;
  margin-top: -157px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-bio__cards {
    display: flex;
    flex-wrap: wrap;
    padding: 0 37px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-bio__cards {
    margin-left: auto;
    margin-right: auto;
    margin-top: -230px;
    max-width: 1280px;
    padding: 0 62px;
  }
}

.c-cardlist-photo-callout {
  background-color: #f7f7f7;
}

.c-cardlist-photo-callout__container {
  padding: 57px 30px 59px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-photo-callout__container {
    padding: 76px 49px 103px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-photo-callout__container {
    padding: 76px 90px 23px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-photo-callout__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-photo-callout .c-card-photo-callout {
    padding: 0 44px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-photo-callout .c-card-photo-callout {
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-photo-callout--extra-desktop-spacing .c-cardlist-photo-callout__container {
    padding-bottom: 93px;
    padding-top: 93px;
  }
}

.c-carousel-gallery {
  background-color: #005b88;
}

.c-carousel-gallery__container {
  padding: 30px 0 107px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-gallery__container {
    padding: 48px 118px 171px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-carousel-gallery__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 93px 166px 171px;
  }
}

.c-carousel-gallery__slides .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
}

@media only screen and (min-width: 768px) {
  .c-carousel-gallery__slides .owl-nav {
    width: calc(100% + 144px);
  }
}

.c-carousel-gallery__slides .owl-dots {
  bottom: -46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .c-carousel-gallery__slides .owl-dots {
    bottom: -67px !important;
  }
}

.c-carousel-gallery__slide-image-area {
  padding: 0 89px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-gallery__slide-image-area {
    padding: 0 14px;
  }
}

.c-carousel-gallery__arrow {
  height: auto;
  width: 35px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-gallery__arrow {
    width: 46px;
  }
}

.c-carousel-image-bubble {
  background-color: #00abd5;
  padding-bottom: 66px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble {
    padding-bottom: 0;
  }
}

.c-carousel-image-bubble__container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 66px;
  padding-top: 66px;
  position: relative;
  width: 315px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__container {
    padding-bottom: 90px;
    padding-top: 90px;
    width: 670px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-image-bubble__container {
    width: 836px;
  }
}

.c-carousel-image-bubble__slides {
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__slide {
    display: flex;
  }
}

.c-carousel-image-bubble__slide-image-area {
  background-color: #ffffff;
  border-radius: 5px;
  height: 100%;
  padding: 15px;
  width: 100%;
}

.c-carousel-image-bubble__slide-image {
  display: block;
  height: auto;
  width: 100%;
}

.c-carousel-image-bubble__slide-copy-container {
  padding-top: 83px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__slide-copy-container {
    margin-left: 40px;
    padding-top: 84px;
  }
}

.c-carousel-image-bubble__contact-container {
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__contact-container {
    width: 230px;
  }
}

.c-carousel-image-bubble__contact-header {
  font: 900 16px/23px "brandon-grotesque", sans-serif;
  letter-spacing: 2.5px;
  padding-bottom: 23px;
  text-transform: uppercase;
}

.c-carousel-image-bubble__contact-phone-link {
  align-items: center;
  display: flex;
  padding-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__contact-phone-link {
    padding-bottom: 6px;
  }
}

.c-carousel-image-bubble__contact-phone-icon {
  height: auto !important;
  width: 29px !important;
}

.c-carousel-image-bubble__contact-phone-number {
  color: #ffffff;
  font: 700 18px/26px "brandon-grotesque", sans-serif;
  padding-left: 10px;
}

.c-carousel-image-bubble__contact-address-container {
  font: 14px/25px "ff-tisa-web-pro", serif;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__contact-address-container {
    font-size: 16px;
    line-height: 27px;
  }
}

.c-carousel-image-bubble__contact-button {
  color: #ffffff;
  font: 700 18px/26px "brandon-grotesque", sans-serif;
  margin-top: 10px;
}

.c-carousel-image-bubble__contact-button img {
  height: 6px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__contact-button {
    margin-top: 15px;
  }
}

.c-carousel-image-bubble .owl-dots {
  position: absolute;
  top: 362px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble .owl-dots {
    position: relative;
    top: 0;
    width: 340px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-image-bubble .owl-dots {
    width: 506px;
  }
}

.c-carousel-image-bubble__contact-icon {
  font-size: 9px;
  margin-bottom: 6px;
  margin-left: 2.5px;
}

.c-carousel-image-bubble__bubble {
  position: absolute;
  bottom: 0;
  right: 42px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-carousel-image-bubble__bubble {
    bottom: auto;
    right: 0;
    top: 54px;
  }
}

.c-carousel-testimonials {
  background-color: #ffffff;
  background-image: url("/public/img/pmpd-reskin/illustrations/dappled-pattern-home.svg");
  background-size: cover;
}

.c-carousel-testimonials__container {
  padding: 66px 0 53px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__container {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-testimonials__container {
    padding-bottom: 95px;
  }
}

.c-carousel-testimonials__slide {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  max-width: 708px;
  min-height: 432px;
  position: relative;
  padding: 96px 30px 65px;
  margin-bottom: 20px;
  text-align: center;
}

.c-carousel-testimonials__slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/public/img/pmpd-reskin/icons/icon-quotes.svg") no-repeat center;
  width: 35px;
  height: 30px;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide:before {
    height: 37px;
    top: 69px;
    width: 44px;
  }
}

.c-carousel-testimonials__slide:after {
  bottom: -40px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide {
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 126px 72px 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-testimonials__slide {
    padding-left: 91px;
    padding-right: 92px;
  }
}

.c-carousel-testimonials__slide img {
  margin-left: auto;
  margin-right: auto;
  width: 128px !important;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide img {
    width: 160px !important;
  }
}

.c-carousel-testimonials .owl-item {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials .owl-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-carousel-testimonials__slide-copy {
  color: #898989;
  font: 18px/29px "ff-tisa-web-pro", serif;
  padding-bottom: 33px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide-copy {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 40px;
  }
}

.c-carousel-testimonials__slide-author {
  color: #005b88;
  font: 900 16px/23px "brandon-grotesque", sans-serif;
  letter-spacing: 2.5px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide-author {
    padding-bottom: 28px;
  }
}

.c-carousel-testimonials__slide-stars {
  height: auto;
  width: 128px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-testimonials__slide-stars {
    width: 160px;
  }
}

.c-form-locations {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-top: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-form-locations {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-form-locations {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    margin-top: 0;
    width: 410px;
  }
}

.c-form-locations__container {
  background-color: #005b88;
  padding: 47px 30px;
}

@media only screen and (min-width: 768px) {
  .c-form-locations__container {
    padding: 61px 69px;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-locations__flex-container {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .c-form-locations__flex-container {
    flex-direction: column;
  }
}

.c-form-locations__heading,
.c-form-locations__hours-heading {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 23px;
  padding-bottom: 23px;
  text-transform: uppercase;
}

.c-form-locations__location {
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form-locations__location {
    width: 227px;
  }
}

.c-form-locations__location-phone-link {
  align-items: center;
  display: flex;
}

.c-form-locations__location-phone-number {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-left: 10px;
}

.c-form-locations__location-phone-icon {
  height: 26px;
  width: 26px;
}

.c-form-locations__location-address-container {
  color: #fff;
  font-size: 14px;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: normal;
  line-height: 25px;
  padding-bottom: 10px;
  padding-right: 52px;
}

@media only screen and (min-width: 768px) {
  .c-form-locations__location-address-container {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 15px;
    padding-right: 0;
  }
}

.c-form-locations__hours {
  border-top: 2px solid rgba(150, 150, 150, 0.15);
  padding-top: 25px;
}

.c-form-locations__hours-heading {
  padding-bottom: 6px;
}

.c-form-locations__hours-bold-text {
  font-weight: bold;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form-locations__hours-bold-text {
    font-size: 16px;
  }
}

.c-form-locations__hours-regular-text {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
}

.c-form-map {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1200px) {
  .c-form-map {
    box-shadow: none;
  }
}

.c-form-map__container {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-form-map__container {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-form-map__container {
    margin-top: 0;
    width: 410px;
  }
}

.c-form-map__img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .c-form-map__img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.c-form {
  padding-bottom: 66px;
}

@media only screen and (min-width: 768px) {
  .c-form {
    padding-bottom: 111px;
  }
}

.c-form-container {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
  margin-left: auto;
  margin-right: auto;
  padding: 26px 15px 29px;
  position: relative;
  width: calc(100% - 60px);
}

@media only screen and (min-width: 768px) {
  .c-form-container {
    padding: 46px 34px 49px;
    width: calc(100% - 98px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-container {
    padding: 86px 75px 90px;
    width: calc(100% - 180px);
  }
}

@media only screen and (min-width: 1200px) {
  .c-form-container {
    padding: 86px 75px 90px;
    width: 1099px;
  }
}

.c-form-stamp {
  position: absolute;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-form-stamp {
    display: block;
    right: 49px;
    top: -86px;
  }
}

.c-form-group-container {
  position: relative;
}

.c-form-group {
  padding: 0 15px 16.5px;
}

@media only screen and (min-width: 768px) {
  .c-form-group {
    padding: 0 15px 25px;
  }
}

.c-form-group .c-form-checkbox:last-child {
  margin-bottom: 0;
}

.c-form-group.is-hidden {
  padding: 0;
}

.c-form-group.is-checkboxes {
  padding-top: 33.5px;
}

.c-form-label,
.c-form-file__label {
  color: #005b88;
}

.c-form-input-wrap {
  border: 1px solid #898989;
  margin-left: 0;
  margin-top: 11.5px;
  width: 100%;
}

.c-form-input {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  height: 36px;
  padding: 9px 12px;
  width: 100%;
}

.c-form-input:focus,
.c-form-input:hover,
.c-form-input:active {
  border: none !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 768px) {
  .c-form-input {
    font-size: 20px;
    height: 49px;
    line-height: 31px;
    padding: 9px 17.5px;
  }
}

.c-form-input--textarea {
  min-height: 255px;
}

@media only screen and (min-width: 768px) {
  .c-form-input--textarea {
    min-height: 196px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-input--textarea {
    min-height: 196px;
  }
}

.c-form-checkbox {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.c-form-checkbox__input:checked + .c-form-checkbox__label::after,
.c-form-checkbox__input:checked + .c-form-checkbox__label:hover::after {
  background-color: #005b88;
}

.c-form-checkbox__input:checked + .c-form-checkbox__label::before,
.c-form-checkbox__input:checked + .c-form-checkbox__label:hover::before {
  border-color: #898989;
}

.c-form-checkbox__input.is-visually-hidden {
  display: none;
}

.c-form-checkbox__label {
  font-size: 0.875rem;
  color: #757575;
  cursor: pointer;
  display: block;
  font-family: "ff-tisa-web-pro", serif;
  line-height: 25px;
  padding-left: 42px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-form-checkbox__label {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-checkbox__label {
    line-height: 31px;
    padding-left: 51px;
  }
}

.c-form-checkbox__label:hover::after {
  background-color: #005b88;
}

.c-form-checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #898989;
  height: 22px;
  left: 0;
  top: 11px;
  width: 22px;
}

@media only screen and (min-width: 768px) {
  .c-form-checkbox__label::before {
    height: 29px;
    top: 0;
    width: 29px;
  }
}

.c-form-checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  background-color: transparent;
  height: 14px;
  left: 0;
  margin-left: 5px;
  margin-top: 5px;
  top: 11px;
  transition: background-color 0.25s ease;
  width: 14px;
}

@media only screen and (min-width: 768px) {
  .c-form-checkbox__label::after {
    height: 20px;
    margin-top: 5.5px;
    margin-left: 5.5px;
    top: 0;
    width: 20px;
  }
}

.c-form-spacer {
  padding: 26.5px 0px 40px 0px;
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.c-form-spacer::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #898989;
  opacity: 0.15;
  height: 2px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-form-spacer {
    padding: 44px 0px 44px 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-spacer {
    padding: 58px 0px 86px 0px;
  }
}

.c-form-file {
  padding: 22px 0 0;
}

@media only screen and (min-width: 768px) {
  .c-form-file {
    padding: 18px 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-file {
    padding: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-file__upload-container {
    align-items: flex-start;
    display: flex;
    padding-bottom: 44px;
  }
}

.c-form-file__label {
  padding-bottom: 11px;
}

@media only screen and (min-width: 768px) {
  .c-form-file__label {
    padding-bottom: 25px;
  }
}

.c-form-file__input {
  display: none;
}

.c-form-file__block {
  display: flex;
  padding-bottom: 2px;
}

@media only screen and (min-width: 1025px) {
  .c-form-file__block {
    padding-right: 36px;
  }
}

.c-form-file__name,
.c-form-file__upload-area {
  color: #898989;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form-file__name,
  .c-form-file__upload-area {
    font-size: 20px;
    line-height: 31px;
  }
}

.c-form-file__delete {
  background-image: url("/public/img/pmpd-reskin/icons/icon-x-gray.svg");
  cursor: pointer;
  height: 10px;
  margin-right: 8px;
  margin-top: 10px;
  position: relative;
  width: 10px;
}

@media only screen and (min-width: 768px) {
  .c-form-file__delete {
    margin-right: 12px;
    margin-top: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-file__upload {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-file__upload {
    min-width: 100px;
  }
}

.c-form-file__upload-default {
  display: block;
}

.c-form-file__upload-default.is-hidden {
  display: none;
}

.c-form-file__upload-area {
  padding: 22px 0 22px;
}

@media only screen and (min-width: 768px) {
  .c-form-file__upload-area {
    padding: 0 0 0 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-file__upload-area {
    display: flex;
    flex-wrap: wrap;
  }
}

.c-form-group-submit {
  padding: 0 15px;
}

.c-form-submit-button {
  display: block;
  width: 100%;
  font-size: 13px;
  height: 50px;
}

@media only screen and (min-width: 768px) {
  .c-form-submit-button {
    width: auto;
  }
}

.c-bubble-callouts__container {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-bubble-callouts__container {
    padding-bottom: 87px;
  }
}

.c-bubble-callouts__heading {
  border-top: 2px solid rgba(137, 137, 137, 0.15);
  color: #005b88;
  padding: 43px 0 26px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-bubble-callouts__heading {
    padding: 87px 0 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-bubble-callouts__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}

.c-bubble-callouts__flex-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .c-bubble-callouts__flex-container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-bubble-callouts__flex-container {
    width: 1100px;
  }
}

.c-bubble-callouts__bubble {
  background-size: 100% 100%;
  margin-bottom: 25px;
  position: relative;
}

.c-bubble-callouts__bubble--red {
  background-image: url("/public/img/pmpd-reskin/pages/insurance-financial/cash-doodle.svg");
  height: 246px;
  width: 240px;
}

.c-bubble-callouts__bubble--red .c-bubble-callouts__bubble-heading {
  top: 101px;
}

.c-bubble-callouts__bubble--navyblue {
  background-image: url("/public/img/pmpd-reskin/pages/insurance-financial/care-credit-doodle.svg");
  height: 221px;
  width: 244px;
}

.c-bubble-callouts__bubble--navyblue .c-bubble-callouts__bubble-heading {
  top: 88px;
}

.c-bubble-callouts__bubble--cottoncandyblue {
  background-image: url("/public/img/pmpd-reskin/pages/insurance-financial/mastercard-doodle.svg");
  height: 244px;
  width: 217px;
}

.c-bubble-callouts__bubble--cottoncandyblue .c-bubble-callouts__bubble-heading {
  top: 99px;
}

.c-bubble-callouts__bubble--orange {
  background-image: url("/public/img/pmpd-reskin/pages/insurance-financial/visa-doodle.svg");
  height: 237px;
  width: 237px;
}

.c-bubble-callouts__bubble--orange .c-bubble-callouts__bubble-heading {
  top: 96px;
}

.c-bubble-callouts__bubble:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .c-bubble-callouts__bubble:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-bubble-callouts__bubble {
    margin-right: 45px;
  }
}

.c-bubble-callouts__bubble-heading {
  color: #ffffff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

.c-category-tabs {
  background-color: #f7f7f7;
}

.c-category-tabs__tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  padding: 0 0 0 30px;
}

.c-category-tabs__tabs::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-category-tabs__tabs {
    padding: 0 0 0 49px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-category-tabs__tabs {
    margin-left: auto;
    margin-right: auto;
    max-width: 1098px;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-category-tabs__tabs {
    justify-content: center;
    max-width: 1280px;
  }
}

.c-category-tabs__tab {
  padding-bottom: 20px;
  position: relative;
}

.c-category-tabs__tab:first-child .c-category-tabs__tab-container {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.c-category-tabs__tab:last-child .c-category-tabs__tab-container {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.c-category-tabs__tab.is-active .c-category-tabs__tab-container {
  background-color: #005b88;
}

.c-category-tabs__tab.is-active .c-category-tabs__tab-name {
  color: #ffffff;
}

.c-category-tabs__tab.is-active:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-size: contain;
  background: url("/public/img/pmpd-reskin/icons/icon-category-tab-triangle.svg") no-repeat center;
  bottom: 6px;
  content: "";
  height: 20px;
  width: 27px;
}

.c-category-tabs__tab-container {
  background-color: #ffffff;
  cursor: pointer;
  padding: 11px 26px 13px 29px;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-category-tabs__tab-container {
    padding: 15px 27px 15px 29px;
  }
}

.c-category-tabs__tab-name {
  color: #005b88;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10.4px;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-category-tabs__tab-name {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 19px;
  }
}

.c-category-tabs__panel {
  display: none;
}

.c-category-tabs__panel.is-active {
  display: block;
}

.c-category-tabs--top-padding {
  padding-top: 42px;
}

@media only screen and (min-width: 768px) {
  .c-category-tabs--top-padding {
    padding-top: 82px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1100 / 1280 * 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .c-flex-blocks__container {
    max-width: 1100px;
  }
}

.c-flex-blocks__left {
  margin: 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__left {
    margin: 0 92px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__left {
    margin: 0 45px 0 0;
    width: calc(527 / 1100 * 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .c-flex-blocks__left {
    width: 527px;
  }
}

.c-flex-blocks__right {
  margin: 30px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__right {
    margin: 45px 92px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__right {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: calc(527 / 1100 * 100%);
  }
}

.c-flex-blocks__block {
  background-color: #00abd5;
  border-radius: 5px;
  padding: 40px 24px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block {
    padding: 34px 70px 44px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__block {
    padding: 34px 62px 44px;
    width: 100%;
  }
}

.c-flex-blocks__block--callout {
  align-content: center;
  background-image: url("/public/img/pmpd-reskin/pages/forms/question-mark-doodles.svg");
  background-color: #005b88;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-flex-blocks__block--callout .c-flex-blocks__block-title:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block--callout .c-flex-blocks__block-title {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__block--callout {
    flex-grow: 1;
  }
}

.c-flex-blocks__block-flex-container {
  text-align: center;
}

.c-flex-blocks__block-title {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  text-align: center;
}

.c-flex-blocks__block-title::after {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background-image: url("/public/img/pmpd-reskin/icons/icon-sqiggly-line--long-mobile.svg");
  background-repeat: repeat;
  bottom: -10px;
  content: "";
  height: 5px;
  width: 230px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block-title::after {
    bottom: -14px;
    width: 294px;
  }
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block-title {
    font-size: 30px;
    line-height: 34px;
  }
}

.c-flex-blocks__block-icon-link {
  text-decoration: underline;
}

.c-flex-blocks__block-icon-link a {
  align-items: center;
  color: #fff;
  display: flex;
}

.c-flex-blocks__block-icon-link h2 {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 31px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block-icon-link h2 {
    font-size: 20px;
  }
}

.c-flex-blocks__block-icon-link:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .c-flex-blocks__block-icon-link {
    padding-bottom: 35px;
  }
}

.c-flex-blocks__block-icon-container {
  padding-top: 41px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block-icon-container {
    padding-top: 55px;
  }
}

.c-flex-blocks__block-icon {
  height: auto;
  margin-right: 20px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .c-flex-blocks__block-icon {
    width: 34px;
  }
}

.c-flex-blocks__block-link {
  margin-top: 22px;
  text-align: center;
}

.c-modal {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 0px;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transition: all 0.0001s linear 0.21667s, opacity 0.2s linear 0s;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.c-modal__overlay {
  background: rgba(13, 30, 40, 0.9);
  cursor: pointer;
  height: 100%;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  background: #ffffff;
  box-sizing: border-box;
  flex: 0 0 auto;
  opacity: 0;
  position: relative;
  transition: all 0.0001s linear 0.21667s;
  top: 100px;
  width: 100%;
  z-index: 9001;
}

@media only screen and (min-width: 768px) {
  .c-modal__content {
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal__content {
    width: 1000px;
  }
}

.c-modal__content__container {
  box-sizing: border-box;
  min-height: 100vh;
  max-height: 100%;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}

.c-modal__content__container::before {
  background: linear-gradient(white, rgba(255, 255, 255, 0));
  content: " ";
  display: block;
  height: 20px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9020;
}

.c-modal__content__container::after {
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  bottom: 0px;
  content: " ";
  display: block;
  height: 20px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 9020;
}

@media only screen and (min-width: 768px) {
  .c-modal__content__container {
    min-height: 20px;
    max-height: calc(100vh - 80px);
    padding: 0 40px;
  }

  .c-modal__content__container::before,
  .c-modal__content__container::after {
    height: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal__content__container {
    padding: 0 100px;
  }
}

.c-modal__content__article {
  height: auto;
  max-height: 100vh;
  min-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  z-index: 9010;
}

.c-modal__content__article::before,
.c-modal__content__article::after {
  content: " ";
  display: block;
  height: 40px;
}

@media only screen and (min-width: 768px) {
  .c-modal__content__article {
    max-height: calc(100vh - 80px);
  }

  .c-modal__content__article::before,
  .c-modal__content__article::after {
    height: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal__content__article {
    left: -40px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: calc(100% + 80px);
  }
}

.c-modal__content__image {
  height: auto;
  width: 100%;
}

.c-modal__content__close {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  z-index: 9100;
}

@media only screen and (min-width: 768px) {
  .c-modal__content__close {
    right: 30px;
    top: 30px;
  }
}

.c-modal__basic-modal-picture {
  display: block;
  height: 100%;
  left: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.c-modal__basic-modal-image {
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0px;
  transform: translateX(-50%);
  width: auto;
}

@supports (display: grid) {
  .c-modal__basic-modal-image {
    left: 0px;
    transform: none;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__basic-modal-image--cover {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

@supports (display: grid) {
    .c-modal__basic-modal-image--cover {
      height: 100%;
      transform: none;
      top: 0px;
    }
}
}

.c-modal.is-open {
  height: 100%;
  opacity: 1;
  transition: none;
}

.c-modal.is-open .c-modal__content {
  opacity: 1;
  top: 0px;
  transition: opacity 0.3s linear 0.001s, top 0.45s ease-out 0.001s;
}

.c-modal--basic-image-modal .c-modal__content {
  background-color: transparent;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-modal--basic-image-modal .c-modal__content {
    max-width: 700px;
    width: auto !important;
  }
}

.c-modal--basic-image-modal .c-modal__content__container {
  max-height: calc(100vh - 80px);
  min-height: 20px;
  overflow: visible;
  padding: 0px !important;
}

.c-modal--basic-image-modal .c-modal__content__container::before,
.c-modal--basic-image-modal .c-modal__content__container::after {
  display: none !important;
}

.c-modal--basic-image-modal .c-modal__content__close {
  right: 20px;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .c-modal--basic-image-modal .c-modal__content__close {
    right: -50px;
    top: 23px;
  }
}

.c-modal--basic-image-modal .c-modal__content__article {
  height: 100vh;
  left: 0px !important;
  padding: 0px !important;
  position: relative;
  min-height: 20px !important;
  max-height: none !important;
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .c-modal--basic-image-modal .c-modal__content__article {
    height: calc(100vh - 120px);
  }
}

.c-squiggly-box__container {
  position: relative;
  padding-bottom: 60px;
}

.c-squiggly-box__text {
  color: #005b88;
  font: 900 16px/23px "brandon-grotesque", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.c-squiggly-box__line-1 {
  margin-bottom: 35px;
  width: 205px;
}

@media only screen and (min-width: 768px) {
  .c-squiggly-box__line-1 {
    width: 410px;
  }
}

.c-squiggly-box__line-2 {
  margin-top: 17px;
  width: 205px;
}

@media only screen and (min-width: 768px) {
  .c-squiggly-box__line-2 {
    width: 410px;
  }
}

.c-video-popup {
  background-color: #005b88;
}

.c-video-popup__container {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .c-video-popup__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-video-popup__container {
    padding-left: 179px;
    padding-right: 179px;
  }
}

.c-video-popup__image-area {
  padding-bottom: 56.3043478261%;
  position: relative;
}

.c-video-popup__image-area::before {
  background-color: rgba(0, 171, 213, 0.7);
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1280px) {
  .c-video-popup__image-area {
    height: 518px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    width: 920px;
  }
}

.c-video-popup__button-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  text-align: center;
  z-index: 2;
}

.c-video-popup__button-text {
  font-family: "verveine", sans-serif;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .c-video-popup__button-text {
    padding-bottom: 13px;
  }
}

.c-video-popup__play-button {
  cursor: pointer;
  height: 36px;
  width: 36px;
}

@media only screen and (min-width: 768px) {
  .c-video-popup__play-button {
    height: 72px;
    width: 72px;
  }
}

.c-video-popup__image {
  border-radius: 5px;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-video-popup--no-margin {
  padding: 65px 0;
}

@media only screen and (min-width: 768px) {
  .c-video-popup--no-margin {
    padding: 91px 0;
  }
}

.c-header-splash {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}

.c-header-splash__container {
  overflow: hidden;
  padding: 25px 26px 0 26px;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__container {
    display: flex;
    justify-content: space-between;
    padding: 33px 50px;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1428px;
    padding: 33px 90px;
  }
}

.c-header-splash__logo-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.c-header-splash__logo-container.is-active .c-header-splash__logo-expand {
  display: none;
}

.c-header-splash__logo-container.is-active .c-header-splash__logo-collapse {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__logo-container {
    padding: 0;
  }
}

.c-header-splash__hamburger-container.is-open .c-header-splash__logo-expand {
  display: none;
}

.c-header-splash__hamburger-container.is-open .c-header-splash__logo-collapse {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__hamburger-container {
    display: none;
  }
}

.c-header-splash__logo {
  height: auto;
  width: 185px;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__logo {
    width: 289px;
  }
}

.c-header-splash__logo-expand {
  display: block;
}

.c-header-splash__logo-collapse {
  display: none;
}

.c-header-splash__contact-container {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__contact-container {
    align-content: center;
    justify-content: flex-end;
    max-height: 100%;
    padding: 0;
    text-align: right;
  }
}

.c-header-splash__contact-heading {
  font: 900 16px/23px "brandon-grotesque", sans-serif;
  color: #005b88;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__contact-heading {
    letter-spacing: 2.5px;
  }
}

.c-header-splash__contact-location {
  font: 13px/19px "brandon-grotesque", sans-serif;
  color: #005b88;
  padding-bottom: 28px;
  position: relative;
}

@media only screen and (max-width: 374px) {
  .c-header-splash__contact-location {
    font-size: 10px;
  }
}

.c-header-splash__contact-location:first-of-type {
  padding-right: 28px;
}

.c-header-splash__contact-location:first-of-type::after {
  background-color: #898989;
  content: "";
  height: 20px;
  opacity: 0.5;
  right: 15px;
  position: absolute;
  width: 1.25px;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__contact-location {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__contact-location {
    letter-spacing: 2px;
  }
}

.c-header-splash__contact-name {
  font: 900 13px/19px "brandon-grotesque", sans-serif;
  color: #005b88;
  text-transform: uppercase;
}

@media only screen and (max-width: 374px) {
  .c-header-splash__contact-name {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__contact-name {
    letter-spacing: 2px;
  }
}

.c-header-splash__contact-number {
  font: 500 13px/19px "brandon-grotesque", sans-serif;
  color: #005b88;
  transition: all 0.2s ease;
}

.c-header-splash__contact-number:hover {
  color: #f75346;
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__contact-number {
    letter-spacing: 2px;
  }
}

.c-header-splash__bubble {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-header-splash__bubble {
    display: block;
    height: 117px;
    position: absolute;
    right: -33px;
    top: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-header-splash__bubble {
    right: 48px;
  }
}

.page-contact {
  background-image: url("/public/img/pmpd-reskin/pages/contact/dappled-bg-contact-mobile.svg");
  background-color: #f7f7f7;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .page-contact {
    background-image: url("/public/img/pmpd-reskin/pages/contact/dappled-bg-contact-tablet.svg");
  }
}

@media only screen and (min-width: 1025px) {
  .page-contact {
    background-image: url("/public/img/pmpd-reskin/pages/contact/dappled-bg-contact-desktop.svg");
  }
}

.page-faqs {
  overflow: hidden;
  position: relative;
}

.page-faqs__bg-shape {
  position: absolute;
}

.page-faqs__bg-shape.is-wave {
  display: none;
  bottom: -134px;
  height: 337px;
  right: -97px;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  .page-faqs__bg-shape.is-wave {
    display: block;
    bottom: auto;
    height: 493px;
    right: 101px;
    transform: rotate(0);
    top: -384px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-faqs__bg-shape.is-wave {
    right: 139px;
    top: -274px;
  }
}

.page-faqs__bg-shape.is-orange-half-circle {
  left: -27px;
  top: 34.5%;
  width: 54px;
}

@media only screen and (min-width: 768px) {
  .page-faqs__bg-shape.is-orange-half-circle {
    top: 22.5%;
    left: -39.5px;
    width: 79px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-faqs__bg-shape.is-orange-half-circle {
    top: 32.5%;
  }
}

.page-faqs__bg-shape.is-white-circle {
  right: -97.5px;
  top: 60.3%;
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .page-faqs__bg-shape.is-white-circle {
    top: 40%;
    right: -129px;
    width: 168px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-faqs__bg-shape.is-white-circle {
    right: -84px;
    top: 47%;
  }
}

.page-faqs__bg-shape.is-red-half-circle {
  left: -13.5px;
  top: 78%;
  width: 27px;
}

@media only screen and (min-width: 768px) {
  .page-faqs__bg-shape.is-red-half-circle {
    left: 29px;
    top: 69.5%;
    width: 39px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-faqs__bg-shape.is-red-half-circle {
    display: none;
  }
}

.page-faqs__bg-shape.is-red-half-circle-horizontal {
  bottom: 0;
  right: 30px;
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .page-faqs__bg-shape.is-red-half-circle-horizontal {
    right: 70px;
    width: 168px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-faqs__bg-shape.is-red-half-circle-horizontal {
    right: 266px;
  }
}

.page-our-services {
  overflow: hidden;
  position: relative;
}

.page-our-services__bg-shape {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page-our-services .c-card-photo-callout:first-child:after {
    background-image: url("/public/img/pmpd-reskin/shapes/orange-semi-circle-full.svg");
    background-size: 100% 100%;
    content: "";
    height: 34px;
    left: -131.5px;
    position: absolute;
    top: 346px;
    width: 79px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services .c-card-photo-callout:first-child:after {
    top: 251px;
  }
}

.page-our-services .c-card-photo-callout:nth-child(2)::after {
  background-image: url("/public/img/pmpd-reskin/shapes/orange-semi-circle-full.svg");
  background-size: 100% 100%;
  content: "";
  height: 27px;
  left: -27px;
  position: absolute;
  top: 22px;
  width: 54px;
}

@media only screen and (min-width: 768px) {
  .page-our-services .c-card-photo-callout:nth-child(2)::after {
    background-image: url("/public/img/pmpd-reskin/shapes/white-circle-full.svg");
    height: 168px;
    left: auto;
    right: -221px;
    top: 315px;
    width: 168px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services .c-card-photo-callout:nth-child(2)::after {
    bottom: 6px;
    right: -184px;
    top: auto;
  }
}

.page-our-services .c-card-photo-callout:nth-child(3):after {
  background-image: url("/public/img/pmpd-reskin/shapes/white-circle-full.svg");
  background-size: 100% 100%;
  bottom: 93px;
  content: "";
  height: 123px;
  position: absolute;
  right: -91.5px;
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .page-our-services .c-card-photo-callout:nth-child(3):after {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services .c-card-photo-callout:nth-child(3):after {
    background-image: url("/public/img/pmpd-reskin/shapes/red-semi-circle-full.svg");
    background-size: 100% 100%;
    bottom: 50px;
    display: block;
    height: 79px;
    right: 343px;
    width: 39px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services .c-card-photo-callout:nth-child(3) .c-card-photo-callout__copy {
    padding-bottom: 20px;
  }
}

.page-our-services .c-card-photo-callout:nth-child(4):after {
  background-image: url("/public/img/pmpd-reskin/shapes/red-semi-circle-full.svg");
  background-size: 100% 100%;
  display: none;
  bottom: 230px;
  content: "";
  height: 54px;
  left: -43.5px;
  position: absolute;
  width: 27px;
}

@media only screen and (min-width: 768px) {
  .page-our-services .c-card-photo-callout:nth-child(4):after {
    bottom: none;
    display: block;
    left: -58.5px;
    height: 79px;
    top: 190px;
    width: 39px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services .c-card-photo-callout:nth-child(4):after {
    display: none;
  }
}

.page-our-services__bg-shape.is-wave {
  bottom: -134px;
  height: 337px;
  right: -97px;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  .page-our-services__bg-shape.is-wave {
    bottom: auto;
    height: 493px;
    right: 101px;
    transform: rotate(0);
    top: -384px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services__bg-shape.is-wave {
    right: 139px;
    top: -274px;
  }
}

.page-our-services__bg-shape.is-orange-half-circle {
  left: -27px;
  top: 34.5%;
  width: 54px;
}

@media only screen and (min-width: 768px) {
  .page-our-services__bg-shape.is-orange-half-circle {
    top: 22.5%;
    left: -39.5px;
    width: 79px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services__bg-shape.is-orange-half-circle {
    top: 32.5%;
  }
}

.page-our-services__bg-shape.is-white-circle {
  right: -61.5px;
  top: 60.3%;
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .page-our-services__bg-shape.is-white-circle {
    top: 40%;
    right: -129px;
    width: 168px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services__bg-shape.is-white-circle {
    right: -84px;
    top: 47%;
  }
}

.page-our-services__bg-shape.is-red-half-circle {
  left: -13.5px;
  top: 78%;
  width: 27px;
}

@media only screen and (min-width: 768px) {
  .page-our-services__bg-shape.is-red-half-circle {
    left: 29px;
    top: 69.5%;
    width: 39px;
  }
}

@media only screen and (min-width: 1025px) {
  .page-our-services__bg-shape.is-red-half-circle {
    display: none;
  }
}

.page-our-services__bg-shape.is-blue-half-circle-bottom {
  bottom: -84px;
  right: 30px;
  width: 123px;
}

@media only screen and (min-width: 768px) {
  .page-our-services__bg-shape.is-blue-half-circle-bottom {
    bottom: -107px;
    right: 70px;
    width: 168px;
  }
}

.page-referred-doctors {
  background-image: url("/public/img/pmpd-reskin/pages/referring-doctors/dappled-bg-referring-docs-mobile.svg");
  background-color: #f7f7f7;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
  .page-referred-doctors {
    background-image: url("/public/img/pmpd-reskin/pages/referring-doctors/dappled-bg-referring-docs-tablet.svg");
  }
}

@media only screen and (min-width: 1025px) {
  .page-referred-doctors {
    background-image: url("/public/img/pmpd-reskin/pages/referring-doctors/dappled-bg-referring-docs-desktop.svg");
  }
}

.team_members_wrap .wrap {
  display: flex;
  flex-wrap: wrap;
}

.team_members_wrap .member--full-width {
  width: 100% !important;
}

.team_members_wrap .member__icon {
  width: 10px;
}

.page-privacy-policy {
  padding-bottom: 103px;
}

.page-privacy-policy .page-privacy-policy-content {
  padding-top: 84px;
}

body {
  font: normal 14px/16px sans-serif;
}

.desktop {
  display: none;
}

.tablet {
  display: none;
}

.tabletonly {
  display: none;
}

.l-flex-col-container {
  display: flex;
  flex-wrap: wrap;
}

.col-sm-1 {
  width: 8.3333333333%;
  float: left;
}

.l-flex-col-sm-1 {
  flex-basis: 8.3333333333%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-1--fixed {
  flex-basis: 8.3333333333%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-2 {
  width: 16.6666666667%;
  float: left;
}

.l-flex-col-sm-2 {
  flex-basis: 16.6666666667%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-2--fixed {
  flex-basis: 16.6666666667%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-3 {
  width: 25%;
  float: left;
}

.l-flex-col-sm-3 {
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-3--fixed {
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-4 {
  width: 33.3333333333%;
  float: left;
}

.l-flex-col-sm-4 {
  flex-basis: 33.3333333333%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-4--fixed {
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-5 {
  width: 41.6666666667%;
  float: left;
}

.l-flex-col-sm-5 {
  flex-basis: 41.6666666667%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-5--fixed {
  flex-basis: 41.6666666667%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-6 {
  width: 50%;
  float: left;
}

.l-flex-col-sm-6 {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-6--fixed {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-7 {
  width: 58.3333333333%;
  float: left;
}

.l-flex-col-sm-7 {
  flex-basis: 58.3333333333%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-7--fixed {
  flex-basis: 58.3333333333%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-8 {
  width: 66.6666666667%;
  float: left;
}

.l-flex-col-sm-8 {
  flex-basis: 66.6666666667%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-8--fixed {
  flex-basis: 66.6666666667%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-9 {
  width: 75%;
  float: left;
}

.l-flex-col-sm-9 {
  flex-basis: 75%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-9--fixed {
  flex-basis: 75%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-10 {
  width: 83.3333333333%;
  float: left;
}

.l-flex-col-sm-10 {
  flex-basis: 83.3333333333%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-10--fixed {
  flex-basis: 83.3333333333%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-11 {
  width: 91.6666666667%;
  float: left;
}

.l-flex-col-sm-11 {
  flex-basis: 91.6666666667%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-11--fixed {
  flex-basis: 91.6666666667%;
  flex-grow: 0;
  flex-shrink: 1;
}

.col-sm-12 {
  width: 100%;
  float: left;
}

.l-flex-col-sm-12 {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.l-flex-col-sm-12--fixed {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
}

.color--white {
  color: #fff;
}

.color--black {
  color: #000;
}

.bg--white {
  background-color: #fff;
}

.bg--black {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  body {
    font: normal 16px/18px sans-serif;
  }

  .tablet {
    display: block;
  }

  .mobileonly {
    display: none;
  }

  .tabletonly {
    display: block;
  }

  .col-md-1 {
    width: 8.3333333333%;
    float: left;
  }

  .l-flex-col-md-1 {
    flex-basis: 8.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-1--fixed {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-2 {
    width: 16.6666666667%;
    float: left;
  }

  .l-flex-col-md-2 {
    flex-basis: 16.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-2--fixed {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-3 {
    width: 25%;
    float: left;
  }

  .l-flex-col-md-3 {
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-3--fixed {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-4 {
    width: 33.3333333333%;
    float: left;
  }

  .l-flex-col-md-4 {
    flex-basis: 33.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-4--fixed {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-5 {
    width: 41.6666666667%;
    float: left;
  }

  .l-flex-col-md-5 {
    flex-basis: 41.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-5--fixed {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }

  .l-flex-col-md-6 {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-6--fixed {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-7 {
    width: 58.3333333333%;
    float: left;
  }

  .l-flex-col-md-7 {
    flex-basis: 58.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-7--fixed {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-8 {
    width: 66.6666666667%;
    float: left;
  }

  .l-flex-col-md-8 {
    flex-basis: 66.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-8--fixed {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-9 {
    width: 75%;
    float: left;
  }

  .l-flex-col-md-9 {
    flex-basis: 75%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-9--fixed {
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-10 {
    width: 83.3333333333%;
    float: left;
  }

  .l-flex-col-md-10 {
    flex-basis: 83.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-10--fixed {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-11 {
    width: 91.6666666667%;
    float: left;
  }

  .l-flex-col-md-11 {
    flex-basis: 91.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-11--fixed {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-md-12 {
    width: 100%;
    float: left;
  }

  .l-flex-col-md-12 {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-md-12--fixed {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font: normal 18px/20px sans-serif;
  }

  .desktop {
    display: block;
  }

  .tabletonly {
    display: none;
  }

  .col-lg-1 {
    width: 8.3333333333%;
    float: left;
  }

  .l-flex-col-lg-1 {
    flex-basis: 8.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-1--fixed {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    float: left;
  }

  .l-flex-col-lg-2 {
    flex-basis: 16.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-2--fixed {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-3 {
    width: 25%;
    float: left;
  }

  .l-flex-col-lg-3 {
    flex-basis: 25%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-3--fixed {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    float: left;
  }

  .l-flex-col-lg-4 {
    flex-basis: 33.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-4--fixed {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    float: left;
  }

  .l-flex-col-lg-5 {
    flex-basis: 41.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-5--fixed {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-6 {
    width: 50%;
    float: left;
  }

  .l-flex-col-lg-6 {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-6--fixed {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    float: left;
  }

  .l-flex-col-lg-7 {
    flex-basis: 58.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-7--fixed {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    float: left;
  }

  .l-flex-col-lg-8 {
    flex-basis: 66.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-8--fixed {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-9 {
    width: 75%;
    float: left;
  }

  .l-flex-col-lg-9 {
    flex-basis: 75%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-9--fixed {
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    float: left;
  }

  .l-flex-col-lg-10 {
    flex-basis: 83.3333333333%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-10--fixed {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    float: left;
  }

  .l-flex-col-lg-11 {
    flex-basis: 91.6666666667%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-11--fixed {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    flex-shrink: 1;
  }

  .col-lg-12 {
    width: 100%;
    float: left;
  }

  .l-flex-col-lg-12 {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .l-flex-col-lg-12--fixed {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

