@charset "UTF-8";
/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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;
}

html {
  font-size: 1em;
  line-height: 1.5;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Insite's custom styles
============================================================================= */
/* ===========================
  		GLOBAL
============================== */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	GLOBALS
============================== */
@keyframes fadeInBackground {
  0% {
    background: transparent;
  }
  100% {
    background: #e8f1f6;
  }
}
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* GLOBAL STUFF */
html {
  color: #222222;
}

* {
  box-sizing: border-box;
}

body {
  font: 16px/24px Helvetica, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.fonts-loaded body {
  font-family: pragmatica, Arial, sans-serif;
  font-weight: 400;
}

.icon {
  display: inline-block;
  vertical-align: baseline;
  max-width: 20px;
  height: 20px;
}

a {
  color: #004c97;
  text-decoration: underline;
  text-decoration-style: dotted;
}
a:hover, a:focus {
  text-decoration: underline;
  text-decoration-style: solid;
}
a:active {
  color: #004c97;
}

#container {
  max-width: 1600px;
  margin: 0 auto;
}

#main {
  position: relative;
  z-index: 2;
  padding: 1px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 78.75em) {
  #main {
    margin: -100px auto 0;
  }
  #main::before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    max-width: 1260px;
  }
  #main.no-hero, .no-hero #main {
    margin-top: 0;
  }
  #main.no-hero::before, .no-hero #main::before {
    display: none;
  }
}
#main .boxed_container {
  position: relative;
  z-index: 2;
}
#main > .boxed_container:not(#qna) {
  margin-top: 40px;
}

.attention {
  color: #c51f2e;
}

/* .anchor_block {position:relative; top:-68px;
	@include mq(700) {top:-180px;}
	@include mq(1080) {top:-70px;}
} */
/* */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	TYPOGRAPHY
============================== */
p, li, blockquote {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

p, ul, ol {
  margin-top: 0;
  margin-bottom: 1.25em;
}

p + h2, p + h3, p + h4 {
  margin-top: 34px;
}

legend, label, input, select, textarea {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #222222;
}

textarea {
  width: 98%;
}

legend {
  font-weight: bold;
}

blockquote {
  font-style: italic;
}

h1, .header_1 {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 37.5em) {
  h1, .header_1 {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}

h2, .header_2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 37.5em) {
  h2, .header_2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
body.home h2:not(.tagline):not(.post_title), body.home .header_2:not(.tagline):not(.post_title) {
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0.65em 0;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  body.home h2:not(.tagline):not(.post_title), body.home .header_2:not(.tagline):not(.post_title) {
    font-size: 2.875rem;
    line-height: 1.5;
  }
}

h3, .header_3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #222222;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  h3, .header_3 {
    font-weight: 400;
  }
}
@media screen and (min-width: 37.5em) {
  h3, .header_3 {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

h4, .header_4 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #222222;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  h4, .header_4 {
    font-weight: 400;
  }
}
@media screen and (min-width: 37.5em) {
  h4, .header_4 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

h5, .header_4 a {
  min-height: 25px;
  min-width: 25px;
}

h5, .header_5 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #222222;
}
@media screen and (min-width: 37.5em) {
  h5, .header_5 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

h6, .header_6 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.714285714;
  color: #222222;
}

/* ===========================
	HEADER
============================== */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	GLOBALS
============================== */
@keyframes fadeInBackground {
  0% {
    background: transparent;
  }
  100% {
    background: #e8f1f6;
  }
}
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* ===========================
	HEADER
============================== */
#global_search_overlay {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  will-change: transform, top;
  transition: transform 200ms ease;
  z-index: 6;
  /* HEADROOM & "STICKY" */
  /*&.headroom {position:fixed; top:0; right:0; left:0;}*/
  /* UTILITY BAR */
  /* HEADER BAR */
  /* LOGO */
  /* MOBILE MENU LINK */
  /* APPOINTMENT CTAs */
  /* NAVIGATION */
  /* EMERGENCY BANNER */
  /* Ensure the content inside the banner is centered */
  /* Keep icon and text next to each other */
  /* Ensure yellow variant styles */
  /* Ensure black variant styles */
  /* BRAND HEADER */
}
@media screen and (min-width: 700px) and (max-width: 1079px) {
  body.no-tablet-headroom #header {
    position: relative;
  }
}
#header.emergency {
  position: relative;
}
@media screen and (min-width: 67.5em) {
  #header.emergency {
    position: fixed;
  }
}
#header.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 67.5em) {
  #header.sticky {
    position: fixed;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 1600px;
    top: 0;
  }
  #header.sticky.sticky--pinned .util_bar {
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
@media screen and (min-width: 67.5em) and (min-width: 67.5em) {
  #header.sticky.sticky--pinned .header_bar {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 67.5em) {
  #header.sticky.sticky--pinned #google_translate_element {
    display: none;
  }
  #header.sticky.sticky--pinned .header_bar_small_container {
    margin-right: 20px;
    width: 178px;
  }
  #header.sticky.sticky--pinned nav {
    width: calc(100% - 198px);
    position: relative;
  }
  #header.sticky.sticky--pinned nav ul {
    width: calc(100% - 250px);
  }
  #header.sticky.sticky--pinned nav ul li {
    height: 70px;
  }
  #header.sticky.sticky--pinned nav ul li a {
    font-size: 0.833333333em;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 67.5em) and (min-width: 79.375em) {
  #header.sticky.sticky--pinned nav ul {
    width: calc(100% - 350px);
  }
  #header.sticky.sticky--pinned nav ul li a {
    padding: 10px 17px;
  }
}
@media screen and (min-width: 67.5em) and (min-width: 67.5em) {
  #header.sticky.sticky--pinned nav .cta_appointment {
    opacity: 1;
    top: 20px;
    right: 2%;
  }
  #header.sticky.sticky--pinned nav .cta_appointment a:hover .icon path, #header.sticky.sticky--pinned nav .cta_appointment a:focus .icon path {
    fill: #004c97 !important;
  }
}
@media screen and (min-width: 67.5em) {
  #header.sticky.brand_header .header_bar_small_container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#header .util_bar {
  display: none;
  *zoom: 1;
  transition: height 200ms ease;
}
#header .util_bar:before {
  content: "";
  display: table;
}
#header .util_bar:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 43.75em) {
  #header .util_bar {
    display: block;
    background: #e8f1f6;
    text-align: center;
  }
}
@media screen and (min-width: 67.5em) {
  #header .util_bar {
    background: rgba(255, 255, 255, 0.95);
    text-align: right;
    height: 44px;
    overflow: visible;
  }
}
#header .util_bar .util_bar_container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header .util_bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .util_bar ul li {
  display: inline-block;
}
#header .util_bar ul li a {
  display: block;
  font-size: 0.9em;
  color: #222222;
  text-decoration: none;
  padding: 12px 10px;
}
@media screen and (min-width: 48em) {
  #header .util_bar ul li a {
    padding: 12px 15px;
  }
}
#header .util_bar ul li a:hover, #header .util_bar ul li a:focus {
  color: #004c97;
}
#header .util_bar ul li a .icon {
  height: 12px;
  margin-right: 4px;
}
#header .util_bar ul li.active a {
  color: #004c97;
}
#header .header_bar {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 43.75em) {
  #header .header_bar {
    background: rgba(255, 255, 255, 0.98);
  }
}
@media screen and (min-width: 67.5em) {
  #header .header_bar {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
  }
}
#header .header_bar_container {
  max-width: 1260px;
  margin: 0 auto;
  *zoom: 1;
}
#header .header_bar_container:before {
  content: "";
  display: table;
}
#header .header_bar_container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 67.5em) {
  #header .header_bar_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
#header .header_bar_small_container {
  background: #fff;
  *zoom: 1;
  transition: width 200ms ease;
}
#header .header_bar_small_container:before {
  content: "";
  display: table;
}
#header .header_bar_small_container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 67.5em) {
  #header .header_bar_small_container {
    float: left;
    width: 231px;
    margin: 0 40px 0 5%;
    background: none;
  }
}
@media screen and (min-width: 68.75em) {
  #header .header_bar_small_container {
    margin-right: 40px;
  }
}
@media screen and (min-width: 81.25em) {
  #header .header_bar_small_container {
    margin-left: 0;
  }
}
#header .logo {
  float: left;
  width: 52%;
  padding: 6% 0 6% 6%;
  transition: width 200ms ease;
}
@media screen and (min-width: 35.9375em) {
  #header .logo {
    padding: 4% 0 4% 4%;
  }
}
@media screen and (min-width: 43.75em) {
  #header .logo {
    width: 35%;
    padding: 16px 0 20px 5%;
  }
}
@media screen and (min-width: 67.5em) {
  #header .logo {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#header .logo img {
  max-width: 231px;
  width: 100%;
  height: auto;
}
#header .mobile_menu_link {
  float: left;
  width: 48%;
  text-align: right;
  padding: 7% 2% 6% 0;
}
@media screen and (min-width: 35.9375em) {
  #header .mobile_menu_link {
    padding: 6% 2% 4% 4%;
  }
}
@media screen and (min-width: 43.75em) {
  #header .mobile_menu_link {
    display: none;
  }
}
#header .mobile_menu_link button {
  font-size: 1.125em;
  color: #004c97;
  background: transparent;
  border: 0;
}
#header .mobile_menu_link button span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 14px;
  border-top: 2px solid #004c97;
  border-bottom: 2px solid #004c97;
  margin-left: 4px;
}
#header .mobile_menu_link button span::before {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
  border-top: 2px solid #004c97;
  position: absolute;
  left: 0;
  top: 4px;
}
#header .header_bar_small_container .cta_appointment {
  display: none;
}
@media screen and (min-width: 43.75em) {
  #header .header_bar_small_container .cta_appointment {
    display: block;
    float: right;
    width: 65%;
    text-align: right;
    padding: 20px 5% 20px 0;
  }
}
@media screen and (min-width: 67.5em) {
  #header .header_bar_small_container .cta_appointment {
    display: none;
  }
}
#header .header_bar_small_container .cta_appointment a:hover svg path, #header .header_bar_small_container .cta_appointment a:focus svg path {
  fill: #004c97 !important;
}
#header nav .cta_appointment {
  opacity: 0;
  position: absolute;
  top: -100%;
  right: 2%;
  transition: opacity 200ms ease;
}
#header nav {
  display: none;
}
@media screen and (min-width: 43.75em) {
  #header nav {
    display: block;
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 67.5em) {
  #header nav {
    float: left;
    width: calc(100% - 271px);
    background: none;
  }
}
#header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
#header nav ul li {
  height: 70px;
  flex-grow: 1;
}
@media screen and (min-width: 43.75em) {
  #header nav ul li {
    flex-grow: 1;
  }
}
@media screen and (min-width: 67.5em) {
  #header nav ul li {
    height: 100px;
  }
}
#header nav ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #222222;
  height: 100%;
}
@media screen and (min-width: 43.75em) {
  #header nav ul li a {
    font-size: 1.055555556em;
    padding: 0 10px;
  }
}
@media screen and (min-width: 56.25em) {
  #header nav ul li a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 67.5em) {
  #header nav ul li a {
    padding: 32px 13px 0;
  }
}
@media screen and (min-width: 73.75em) {
  #header nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 81.25em) {
  #header nav ul li a {
    font-size: 1.25rem;
  }
}
#header nav ul li.search a svg {
  flex: 0 1 14px;
  margin-right: 5px;
}
@media screen and (min-width: 67.5em) {
  #header nav ul li.search a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header nav ul li.search a svg {
    flex: 0 1 18px;
  }
}
#header nav ul li.search a:hover svg circle, #header nav ul li.search a:hover svg line {
  stroke: #fff;
  transition: all 75ms ease-in;
}
#header nav ul li a:hover,
#header nav ul li a:focus {
  background: #004c97;
  color: #fff;
  transition: all 75ms ease-in;
}
#header nav ul li.active a {
  background: #fff;
  color: #004c97;
}
@media screen and (min-width: 700px) and (max-width: 1079px) {
  #header.headroom--not-top.headroom--pinned {
    /* .header_bar_small_container {
    	.logo {width:25%;}
    } */
  }
}
@media screen and (min-width: 700px) and (max-width: 1079px) and (max-width: 67.4375em) {
  #header.headroom--not-top.headroom--pinned nav ul li {
    height: 50px;
  }
}
#header .emergency_banner {
  background: #c51f2e;
  padding: 3px 0;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
}
#header .emergency_banner_container {
  max-width: 1260px;
  width: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  justify-content: center;
}
#header .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: 0;
}
#header .rich-text {
  display: inline-block;
  width: auto;
}
#header .rich-text p {
  color: #fff;
  font-size: 0.875em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
#header .rich-text p a {
  color: #fff;
  text-decoration: underline;
}
#header .emergency_banner.yellow {
  background: #e8e117;
}
#header .emergency_banner.yellow .rich-text p {
  color: #222222;
}
#header .emergency_banner.yellow .rich-text p a {
  color: #222222;
}
#header .emergency_banner.black {
  background: #222222;
}
@media screen and (min-width: 43.75em) {
  #header.brand_header .header_bar_small_container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 67.5em) {
  #header.brand_header .header_bar_small_container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
#header.brand_header .account a {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 43.6875em) {
  #header.brand_header .account .welcomeText {
    display: none;
  }
  #header.brand_header .account a {
    font-weight: 700;
  }
}
@media screen and (max-width: 67.4375em) {
  #header.brand_header .account {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 67.5em) {
  #header.brand_header .account {
    flex: 0 1 calc(100% - 198px);
    text-align: right;
    padding-right: 5%;
  }
}
#header.brand_header.sticky.sticky--pinned .header_bar_small_container {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* BRAND LOGIN WARNING */
#loginWarning {
  position: fixed;
  z-index: 1101;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, calc(100% + 70px));
  background: #fff;
  border: 3px solid #004c97;
  border-radius: 25px;
  padding: 20px 25px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.51);
  transition: transform 0.4s ease-in-out;
}
#loginWarning.show {
  transform: translate(-50%, 0);
  transition: transform 0.75s ease-in-out;
}
#loginWarning p {
  margin: 0;
  text-align: center;
}
#loginWarning p + p {
  margin-top: 0.75em;
}
#loginWarning p.bold {
  font-size: 1.375rem;
  line-height: 1.5909090909;
}
#loginWarning p.bold + p {
  margin-top: 0;
}
#loginWarning button {
  border: 0;
  background: transparent;
  color: #004c97;
}

/* MOBILE MENU */
#mobile_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #004c97;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 7;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 45px;
}
#mobile_menu.opened {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#mobile_menu .close {
  background: none;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  min-height: 44px;
  min-width: 44px;
}
#mobile_menu .close::before {
  content: "×";
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
}
#mobile_menu .search {
  color: #fff;
  padding: 8px 6% 8px 5%;
}
#mobile_menu .search input {
  color: #fff;
  font-size: 1.28125rem;
  background: transparent;
  width: calc(100% - 30px);
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 12px 8px;
  min-height: 44px;
  -webkit-appearance: none;
  border-radius: 0;
}
#mobile_menu .search input:focus {
  outline: 0;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
}
#mobile_menu .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#mobile_menu .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#mobile_menu .search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#mobile_menu .search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#mobile_menu .main {
  background: #e8f1f6;
}
#mobile_menu .main ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
#mobile_menu .main ul li a {
  position: relative;
  display: block;
  font-size: 1.285714286em;
  font-weight: 400;
  color: #004c97;
  text-decoration: none;
  padding: 12px 0;
  margin: 0 5%;
  border-top: 1px solid #66d3f7;
  /* // http://www.lugolabs.com/caret
  $top: 16px;
  $right: 0px;
  &::before {
  	content: '';
  	position: absolute;
  	top: $top;
  	right: $right;
  	border-left: 7px solid #fff;
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
  	}

  	&::after {
  	content: '';
  	position: absolute;
  	right: $right + 3px;
  	top: $top + 2px;
  	border-left: 5px solid $UT_lightBlue;
  	border-top: 5px solid transparent;
  	border-bottom: 5px solid transparent;
  	} */
}
#mobile_menu .main ul li a::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #004c97;
  border-width: 0 2px 2px 0;
}
#mobile_menu .main ul li:first-child a {
  border: 0;
}
#mobile_menu .utility ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 4px 0 0;
}
#mobile_menu .utility ul li a {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  margin: 0 5%;
}
#mobile_menu .appt {
  text-align: center;
}
#mobile_menu .appt .btn--important {
  width: 100%;
  max-width: 280px;
  background: #fff;
  color: #004c97;
  font-size: 1rem;
}
#mobile_menu .appt .btn--important .icon path {
  fill: #004c97 !important;
}
#mobile_menu .call {
  text-align: center;
}
#mobile_menu .call .btn--important {
  width: 100%;
  max-width: 280px;
  background: rgb(12.0579710145, 91.1884057971, 143.9420289855);
}

body.locked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* REQUEST APPOINTMENT CTAs */
.req_appt { /* background:$paleBlue; */
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .req_appt {
    display: none;
  }
}
.req_appt.no_hero {
  max-width: 940px;
}
@media screen and (min-width: 67.5em) {
  .req_appt.no_hero {
    display: block;
    background: transparent;
    text-align: right;
    padding-right: 2%;
  }
}
.req_appt a.load-overlay:hover .icon path, .req_appt a.load-overlay:focus .icon path {
  fill: #004c97 !important;
}
.req_appt span.call {
  display: block;
  padding: 8px 0 0 0;
}
@media screen and (min-width: 62.5em) {
  .req_appt span.call {
    display: inline-block;
  }
}
.req_appt span.call a {
  color: #222222;
  font-weight: 700;
}
.req_appt span.call .icon {
  height: 16px;
  max-width: 16px;
  vertical-align: middle;
  margin: 0 2px 0;
  transform: rotate(20deg);
}
body.home .req_appt {
  margin: 1.5em auto -1.5em;
}

.desktop_req_appt {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
}
.desktop_req_appt a.load-overlay:hover .icon path, .desktop_req_appt a.load-overlay:focus .icon path, .desktop_req_appt .btn--openScheduling:hover .icon path, .desktop_req_appt .btn--openScheduling:focus .icon path {
  fill: #004c97 !important;
}
@media screen and (min-width: 67.5em) {
  .desktop_req_appt {
    display: block;
    margin-top: 1em;
  }
  .desktop_req_appt .tel {
    margin: 8px auto;
  }
  .desktop_req_appt .tel span {
    color: #222222;
  }
  .desktop_req_appt .tel .icon {
    position: relative;
    top: 5px;
    height: 18px;
    max-width: 18px;
    transform: rotate(20deg);
    margin-right: 2px;
  }
  .desktop_req_appt .tel:hover, .desktop_req_appt .tel:focus {
    background: #fff;
    color: #004c97;
  }
  .desktop_req_appt .tel:hover .num, .desktop_req_appt .tel:focus .num {
    text-decoration: underline;
  }
}
.desktop_req_appt.hide {
  display: none;
}

.mobile_nav_link button {
  min-height: 44px;
  min-width: 44px;
  padding: 12px 55px 12px 22px;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.2;
}

.section_nav_list .more button {
  min-height: 44px;
  min-width: 44px;
  padding: 12px 20px;
  background: none;
  border: 0;
  color: #004c97;
  font-weight: bold;
  cursor: pointer;
}

/* ===========================
	FOOTER
============================== */
.mobileSticky {
  display: none;
}

/* ===========================
	HERO WIDGET
============================== */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	GLOBALS
============================== */
@keyframes fadeInBackground {
  0% {
    background: transparent;
  }
  100% {
    background: #e8f1f6;
  }
}
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	HERO WIDGET
============================== */
.hero {
  background-color: #e8eff2;
  position: relative;
  padding-top: 80px;
  /* PICTURE element */
  /* TEXT & OVERLAY IMAGE */
  /* POSITION VARIATIONS */
  /* Right */
  /* Center */
  /* Bottom */
  /* COLOR VARIATIONS */
  /* Light */
  /* Dark */
  /* Light & Dark (Home) */
  /* HEIGHT VARIATIONS */
}
@media screen and (max-width: 37.4375em) {
  .hero.disableStickyHeader {
    padding-top: 0;
  }
}
@media screen and (min-width: 37.5em) {
  .hero {
    min-height: 250px;
  }
}
@media screen and (min-width: 50em) {
  .hero {
    min-height: 300px;
  }
}
@media screen and (min-width: 62.5em) {
  .hero {
    min-height: 390px;
  }
}
@media screen and (min-width: 78.75em) {
  .hero {
    padding-bottom: 80px;
  }
}
.hero.emergency {
  padding-top: 0;
}
.hero.debug .overlay_img {
  background: rgba(255, 255, 0, 0.15);
  border: 2px solid rgba(255, 255, 0, 0.5);
}
.hero.debug .text {
  background: rgba(255, 0, 0, 0.15);
  border: 2px solid rgba(255, 0, 0, 0.5);
}
.hero.debug .headline, .hero.debug .subhead {
  background: rgba(0, 255, 0, 0.2);
  border: 2px solid rgba(0, 255, 0, 0.5);
}
.hero.debug .boxed_container {
  background: rgba(0, 0, 255, 0.2);
  border: 2px solid rgba(0, 0, 255, 0.5);
}
.hero.debug .bottom_aligned {
  background: rgba(255, 0, 255, 0.2);
  border: 2px solid rgba(255, 0, 255, 0.5);
}
.hero.debug .bottom_aligned_container {
  background: rgba(0, 255, 255, 0.2);
  border: 2px solid rgba(0, 255, 255, 0.5);
}
@media screen and (min-width: 37.5em) {
  .hero { /* background-color:lighten($UT_grey,40); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 0;
    padding-top: 195px; /* These are overwritten in JS but set here to lessen the "jump" */
  }
}
.hero .boxed_container {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 37.5em) {
  .hero .boxed_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center; /* flex-direction:column; justify-content:center; */
    min-height: 316px;
  }
}
@media screen and (min-width: 61.25em) {
  .hero .boxed_container {
    min-height: 300px;
  }
}
@media screen and (min-width: 67.5em) {
  body.home .hero .boxed_container {
    min-height: 386px;
  }
}
@media screen and (min-width: 75em) {
  body.home .hero .boxed_container {
    min-height: 460px;
  }
}
.hero .loading_img {
  overflow: hidden;
  display: none;
  animation: 0.3s ease-in-out 0.5s forwards fadeInBackground;
}
@media screen and (min-width: 37.5em) {
  .hero .loading_img {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hero .loading_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(10px) opacity(0.8);
    filter: blur(10px) opacity(0.8);
  }
}
.hero .img {
  position: relative;
}
.hero .img picture {
  display: inline-block;
  width: 100%;
  height: auto;
}
.hero .img picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 37.5em) {
  .hero .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .hero .img picture {
    height: 100%;
  }
  .hero .img picture img {
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}
.hero .img .video_link {
  margin-top: 0.3em;
  position: absolute;
  left: 5%;
  bottom: 6px;
  margin: 0;
}
@media screen and (min-width: 37.5em) {
  .hero .img .video_link {
    display: none;
  }
}
.hero .img .video_link a {
  display: inline-block;
}
.hero .img .video_link a .icon {
  max-width: 65px;
  height: 40px;
}
@media screen and (max-width: 37.4375em) {
  .hero .img.hideOnMobile {
    display: none;
  }
}
.hero .overlay_img {
  margin: 4% 0 1em 5%;
  flex: 0 1 auto;
  max-width: 175px;
}
@media screen and (min-width: 37.5em) {
  .hero .overlay_img {
    width: 20%;
    height: auto;
  }
}
.hero .overlay_img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 37.5em) {
  .hero.noText .overlay_img {
    max-width: 112px;
  }
}
.hero .text {
  position: relative;
  z-index: 3;
  padding: 0.8em 5% 0.5em;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 37.4375em) {
  .hero .text {
    flex: 1 0 64%;
  }
}
@media screen and (min-width: 37.5em) {
  .hero .text {
    margin-top: 5%;
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 3%;
    padding-right: 3%; /* padding-top:70px; padding-bottom:70px; */
    width: 65%;
  }
}
@media screen and (min-width: 50em) {
  .hero .text {
    width: 50%;
  }
}
@media screen and (min-width: 67.5em) {
  .hero .text { /* padding-top:105px; padding-bottom:105px; */ }
}
@media screen and (min-width: 75em) {
  .hero .text { /* padding-top:170px; padding-bottom:170px; */
    width: 60%;
  }
}
.hero .text .headline {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 37.5em) {
  .hero .text .headline {
    font-size: 3em;
  }
}
@media screen and (min-width: 75em) {
  .hero .text .headline {
    font-size: 2.875em;
  }
}
.hero .text .subhead {
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media screen and (min-width: 37.5em) {
  .hero .text .subhead {
    font-weight: 700;
    letter-spacing: 0.03em;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero .text .subhead {
    letter-spacing: initial;
  }
}
.hero .text .video_link {
  display: none;
  margin-top: 0.8em;
}
@media screen and (min-width: 37.5em) {
  .hero .text .video_link {
    display: block;
  }
}
.hero .text .video_link a {
  display: inline-block;
}
.hero .text .video_link a .icon {
  max-width: 65px;
  height: 40px;
}
.hero.hero--right .boxed_container {
  justify-content: flex-end;
}
.hero.hero--right .boxed_container .overlay_img {
  order: 2;
  margin-right: 5%;
  margin-left: 0;
}
.hero.hero--right .boxed_container .text {
  order: 1;
}
@media screen and (min-width: 37.5em) {
  .hero.hero--right .boxed_container {
    text-align: right;
  }
}
.hero.hero--center .boxed_container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .hero.hero--center .overlay_img {
    margin: 0 0 -4%;
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--center .text {
    width: 85%;
  }
}
@media screen and (min-width: 75em) {
  .hero.hero--center .text {
    width: 85%;
  }
}
.hero.hero--bottom .boxed_container {
  align-items: stretch;
}
.hero.hero--bottom .boxed_container .bottom_aligned {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 37.5em) {
  .hero.hero--bottom .boxed_container .bottom_aligned {
    align-items: flex-end;
  }
}
.hero.hero--bottom .boxed_container .bottom_aligned_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.hero.hero--bottom.hero--right .boxed_container .bottom_aligned, .hero.hero--bottom.hero--right .boxed_container .bottom_aligned_container {
  justify-content: flex-end;
}
.hero.hero--bottom.hero--center .boxed_container {
  justify-content: flex-end;
}
.hero.hero--bottom.hero--center .boxed_container .bottom_aligned {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 37.5em) {
  .hero.hero--bottom.hero--center .boxed_container .bottom_aligned_container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 37.4375em) {
  .hero.noText .boxed_container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero.noText.hero--right .boxed_container {
    left: initial;
    right: 0;
  }
  .hero.noText.hero--center .boxed_container {
    left: 0;
    right: 0;
  }
  .hero.noText.hero--center .boxed_container .overlay_img {
    margin-left: 0;
  }
  .hero.noText .overlay_img {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--light .text .headline {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--light .text .subhead {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 75em) {
  body.home .hero.hero--light .text, body.home .hero.hero--dark .text { /* padding-top:130px; padding-bottom:130px; */ }
}
body.home .hero.hero--light .text .headline, body.home .hero.hero--dark .text .headline {
  font-size: 1.6875em;
  line-height: 1.5;
}
@media screen and (min-width: 37.5em) {
  body.home .hero.hero--light .text .headline, body.home .hero.hero--dark .text .headline {
    font-size: 3em;
  }
}
@media screen and (min-width: 67.5em) {
  body.home .hero.hero--light .text .headline, body.home .hero.hero--dark .text .headline {
    font-size: 4em;
  }
}
@media screen and (min-width: 75em) {
  body.home .hero.hero--light .text .headline, body.home .hero.hero--dark .text .headline {
    font-size: 4em;
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--short .boxed_container {
    min-height: 0;
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--short .text {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 65%;
  }
}
@media screen and (min-width: 50em) {
  .hero.hero--short .text {
    width: 50%;
  }
}
@media screen and (min-width: 67.5em) {
  .hero.hero--short .text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75em) {
  .hero.hero--short .text {
    padding-top: 85px;
    padding-bottom: 85px;
    width: 60%;
  }
}
@media screen and (min-width: 37.5em) {
  .hero.hero--short .text .headline {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 75em) {
  .hero.hero--short .text .headline {
    font-size: 2.35em;
  }
}

/* EMBEDDED VIDEO */
.hero-video {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 750ms ease;
}
.hero-video .close {
  position: relative;
  min-height: 50px;
  background: #004c97;
}
.hero-video .close button {
  position: absolute;
  right: 20px;
  top: 14px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
.hero-video.open {
  max-height: 1000px;
}
@media screen and (min-width: 78.75em) {
  .hero-video.open {
    margin-bottom: 100px;
  }
}

/* BACKGROUND VIDEO */
.hero--bgVideo {
  overflow: hidden;
  /* @include mq($hero_tablet) {
  	.boxed_container {min-height:460px;
  		//.text {min-height:460px;}
  	}
  } */
}
.hero--bgVideo .bg_video {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100.5%;
  height: 100%; /* padding-top:$videoDim*1%; */
  z-index: 0;
}
@media screen and (min-width: 37.5em) {
  .hero--bgVideo .bg_video {
    display: block;
  }
}
.hero--bgVideo .bg_video .hero_bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  width: auto;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero--bgVideo .bg_video .hero_bg_video.fade_in_video {
  opacity: 0;
  transition: opacity 0.8s linear;
}
.hero--bgVideo .bg_video .hero_bg_video.fade_in_video.isPlaying {
  opacity: 1;
}
.hero--bgVideo .bg_video iframe:nth-child(2) {
  display: none;
}

/* @import 'imports/_hero_with_search.scss'; */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	GLOBALS
============================== */
@keyframes fadeInBackground {
  0% {
    background: transparent;
  }
  100% {
    background: #e8f1f6;
  }
}
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
.find_a_doc_byLastname {
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 0;
  /* .title {text-align:center; font-size:1rem; font-weight:400;
  	@include mq($tablet) {font-size:1.375rem; font-weight:200;}
  	&:hover, &:focus {background:none;}
  	&::before {display:none;}
  	a {color:$black; position:relative; display:inline; padding-right:20px;
  		&::after {content:''; display:inline-block; vertical-align:baseline; position:relative; top:-2px; margin-left:8px; width:8px; height:8px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); border:solid $black; border-width:0 2px 2px 0;}
  	}
  	&.active {background:$UT_lightBlue;
  		a {
  			&::after {border-color:#fff; top:2px; -webkit-transform:rotate(-135deg); -moz-transform:rotate(-135deg); transform:rotate(-135deg);}
  		}
  		@include mq($desktop) {background:none;
  			a {color:$black;
  				&::after {display:none;}
  			}
  		}
  	}
  	@include mq($desktop) {
  		a {
  			&::after {display:none;}
  		}
  	}
  } */
}
@media screen and (min-width: 48em) {
  .find_a_doc_byLastname {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 60.21875em) {
  .find_a_doc_byLastname {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 60.21875em) {
  body.home .find_a_doc_byLastname {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 75.59375em) {
  body.home .find_a_doc_byLastname {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .find_a_doc_byLastname {
    margin-top: 3.125em;
  }
}
@media screen and (min-width: 37.5em) {
  .find_a_doc_byLastname {
    max-width: 800px;
  }
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname {
    max-width: none;
    margin-top: 1em;
  }
}
.find_a_doc_byLastname .content_container {
  padding-bottom: 1em;
}
.find_a_doc_byLastname button.showHide {
  color: #004c97;
  background: transparent;
  border: 0;
  margin: 0 auto;
  display: block;
  min-height: 44px;
  min-width: 44px;
  padding: 12px 20px;
}
@media screen and (max-width: 67.4375em) {
  .find_a_doc_byLastname button.showHide span {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.find_a_doc_byLastname button.showHide::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid #004c97;
  border-color: #004c97 transparent transparent transparent;
  margin: 0 0 0 6px;
  position: relative;
  top: 3px;
}
.find_a_doc_byLastname button.showHide.active::after {
  border-color: transparent transparent #004c97 transparent;
  top: -3px;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname button.showHide {
    color: #222222;
    cursor: initial;
  }
  .find_a_doc_byLastname button.showHide::after {
    display: none;
  }
}
.find_a_doc_byLastname .accordion {
  margin-top: 0;
  margin-bottom: 0;
}
.find_a_doc_byLastname:not(.find_condAndTreat_byName) .links {
  display: none;
  width: 100%;
}
.find_a_doc_byLastname .links.show {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .find_a_doc_byLastname .links { /* overflow-x:visible; white-space:normal; height:auto; max-width:700px;*/
    margin: 0 auto;
  }
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname .links {
    display: block !important;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    height: auto !important;
    background: none;
  }
}
.find_a_doc_byLastname .links ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname .links ul {
    flex-wrap: nowrap;
  }
}
.find_a_doc_byLastname .links ul li {
  -webkit-box-flex: 0;
  flex: 0 1 calc(20% - 4px);
  height: 44px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname .links ul li {
    min-width: 30px;
    height: 30px;
    flex: 0 1 auto;
  }
  .find_a_doc_byLastname .links ul li:first-child { /* border-right:1px solid #e7ebee; */
    margin-right: 6px;
    padding-right: 6px;
  }
  .find_a_doc_byLastname .links ul li:first-child a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.find_a_doc_byLastname .links ul li a, .find_a_doc_byLastname .links ul li .noLink {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  border-bottom: 2px solid #D3DEE3;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname .links ul li a, .find_a_doc_byLastname .links ul li .noLink {
    line-height: 30px;
    border-bottom: none;
  }
}
.find_a_doc_byLastname .links ul li a:hover, .find_a_doc_byLastname .links ul li a:focus {
  background: #004c97;
  color: #fff;
  text-decoration: none;
}
.find_a_doc_byLastname .links ul li .noLink {
  color: rgb(171.4, 190.4, 209.4);
}
.find_a_doc_byLastname .links ul li.active a {
  background: #004c97;
  color: #fff;
}
.find_a_doc_byLastname.find_condAndTreat_byName .title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.125;
}
.find_a_doc_byLastname.find_condAndTreat_byName .links ul {
  justify-content: center;
}
.find_a_doc_byLastname.find_condAndTreat_byName .links ul li {
  height: 40px;
}
.find_a_doc_byLastname.find_condAndTreat_byName .links ul li a, .find_a_doc_byLastname.find_condAndTreat_byName .links ul li .noLink {
  background: #d3dde7;
  border-bottom: 0;
}
.find_a_doc_byLastname.find_condAndTreat_byName .links ul li a:hover, .find_a_doc_byLastname.find_condAndTreat_byName .links ul li a:focus, .find_a_doc_byLastname.find_condAndTreat_byName .links ul li .noLink:hover, .find_a_doc_byLastname.find_condAndTreat_byName .links ul li .noLink:focus {
  background: #004c97;
  color: #fff;
}
.find_a_doc_byLastname.find_condAndTreat_byName .links ul li.active a {
  background: #004c97;
  color: #fff;
}
@media screen and (min-width: 37.5em) and (max-width: 67.4375em) {
  .find_a_doc_byLastname.find_condAndTreat_byName .title {
    font-size: 1.375rem;
    line-height: 1.1363636364;
    text-align: center;
  }
  .find_a_doc_byLastname.find_condAndTreat_byName .links ul {
    justify-content: center;
  }
  .find_a_doc_byLastname.find_condAndTreat_byName .links ul li {
    flex: 0 1 auto;
    min-width: 60px;
  }
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byLastname.find_condAndTreat_byName .links ul li {
    height: auto;
  }
}

/* ===========================
  		CONTENT WIDGETS
============================== */
.content_container {
  max-width: 940px;
  margin: 0 auto;
}
body.home .content_container {
  max-width: 1180px;
}

/* ===========================
  		LOCATIONS
============================== */
/* LOCATION */
.location_details {
  position: relative;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 1em;
  margin-bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .location_details {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 60.21875em) {
  .location_details {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 60.21875em) {
  body.home .location_details {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 75.59375em) {
  body.home .location_details {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .location_details {
    margin-top: 3.125em;
  }
}

/* ==========================================================================
   Helper classes
============================================================================= */
.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

/* Skip Navigation Link - Duke Health Style */
.skip-link:focus {
  position: fixed !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 100000 !important;
  background: #004c97 !important;
  color: #fff !important;
  padding: 3px 6px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid #fff !important;
  outline-offset: 1px !important;
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  width: auto !important;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text_center {
  text-align: center;
}

.noMarginBottom {
  margin-bottom: 0;
}

/* Exclude dotted underline for buttons and navigation */
.btn, .btn:hover, .btn:focus, button, button:hover, button:focus,
.btn--cta--lrg,
.btn--cta--lrg:hover,
.btn--cta--lrg:focus, .btn--cta--med, .btn--cta--med:hover, .btn--cta--med:focus, .btn--cta--small, .btn--cta--small:hover, .btn--cta--small:focus,
.btn--important,
.btn--important:hover,
.btn--important:focus, .btn--important--med, .btn--important--med:hover, .btn--important--med:focus, .btn--important--small, .btn--important--small:hover, .btn--important--small:focus,
.btn--important--small--inversed,
.btn--important--small--inversed:hover,
.btn--important--small--inversed:focus, .btn--squared, .btn--squared:hover, .btn--squared:focus,
#header nav a,
#header nav a:hover,
#header nav a:focus, .header_bar nav a, .header_bar nav a:hover, .header_bar nav a:focus, .util_bar a, .util_bar a:hover, .util_bar a:focus,
.emergency_banner a,
.emergency_banner a:hover,
.emergency_banner a:focus, .pagination a, .pagination a:hover, .pagination a:focus, .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:focus,
.tabs a,
.tabs a:hover,
.tabs a:focus, .accordion a, .accordion a:hover, .accordion a:focus, .slick-dots a, .slick-dots a:hover, .slick-dots a:focus,
.carousel a,
.carousel a:hover,
.carousel a:focus, .slider a, .slider a:hover, .slider a:focus, .cta a, .cta a:hover, .cta a:focus {
  text-decoration: none;
}

/*# sourceMappingURL=critical.css.map */
