@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-display: fallback;
  font-family: "bentonsans-medium";
  src: url("/assets/bentonsans-medium-webfont-22dea521.eot");
  src: url("/assets/bentonsans-medium-webfont-22dea521.eot?#iefix") format("embedded-opentype"), url("/assets/bentonsans-medium-webfont-98a84a98.woff") format("woff"), url("/assets/bentonsans-medium-webfont-540eb658.ttf") format("truetype"), url("/assets/bentonsans-medium-webfont-a9c6f628.svg#bentonsansregular") format("svg");
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "bentonsans";
  src: url("/assets/bentonsans-regular-webfont-7a53d4f1.eot");
  src: url("/assets/bentonsans-regular-webfont-7a53d4f1.eot?#iefix") format("embedded-opentype"), url("/assets/bentonsans-regular-webfont-08287f9b.woff") format("woff"), url("/assets/bentonsans-regular-webfont-3d5b2558.ttf") format("truetype"), url("/assets/bentonsans-regular-webfont-b4520e99.svg#bentonsansregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "roboto-light";
  src: url("/assets/robotocondensed-light-webfont-a283558e.eot");
  src: url("/assets/robotocondensed-light-webfont-a283558e.eot?#iefix") format("embedded-opentype"), url("/assets/robotocondensed-light-webfont-1f6e0618.woff") format("woff"), url("/assets/robotocondensed-light-webfont-249df17a.ttf") format("truetype"), url("/assets/robotocondensed-light-webfont-8e5c5a9a.svg#roboto_condensedlight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-display: fallback;
  font-family: "roboto";
  src: url("/assets/robotocondensed-regular-webfont-078ab673.eot");
  src: url("/assets/robotocondensed-regular-webfont-078ab673.eot?#iefix") format("embedded-opentype"), url("/assets/robotocondensed-regular-webfont-2d52372b.woff") format("woff"), url("/assets/robotocondensed-regular-webfont-67392e4d.ttf") format("truetype"), url("/assets/robotocondensed-regular-webfont-da3e7c48.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

@media screen {
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .popover.in {
    display: block;
  }
  .popover.bottom {
    margin-top: 10px;
  }
  .popover-content {
    padding: 9px 14px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .popover > .arrow {
    border-width: 11px;
  }
  .popover > .arrow:after {
    content: "";
    border-width: 10px;
  }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  .popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  html, body {
    height: 100%;
    position: relative;
    color: #4D577C;
    font-family: "bentonsans", "Tahoma", "Helvetica", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  fieldset {
    border: none;
    padding: 0;
    margin-bottom: 2em;
  }
  address {
    font-style: normal;
  }
  .display-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hide-below-small {
    display: none !important;
  }
}
@media screen and (min-width: 770px) {
  .hide-above-medium {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .hide-below-medium {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .hide-above-large {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-below-large {
    display: none !important;
  }
}
@media screen {
  .mu-modal {
    cursor: default;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    border: none;
    border-radius: 3px;
    background: #fff;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 651px) {
  .mu-modal {
    width: 650px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -325px;
  }
}
@media screen {
  .modal-header {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .modal-sub-header {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .clear-fix {
    clear: both;
  }
  .center-text {
    text-align: center;
  }
  a {
    color: #4341B5;
  }
  a:visited {
    color: #4341B5;
  }
  .padding-block {
    padding: 20px;
  }
  .half-padding-block {
    padding: 10px;
  }
  .padding-right {
    padding-right: 25px;
  }
  .no-scroll {
    overflow: hidden !important;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  #page {
    height: 100%;
    padding-top: 77px;
    background-color: white;
  }
  #page > div {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  #page {
    padding-top: 77px;
  }
}
@media screen {
  h3 {
    font-size: 22px;
  }
  .dn {
    display: none;
  }
  .loading-message {
    display: none;
  }
  .inline-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .ghost-form-element {
    opacity: 0;
    width: 0%;
    position: absolute;
  }
  .relative {
    position: relative;
  }
  label {
    display: inline-block;
    color: #212d6c;
    font-size: 14px;
    text-transform: uppercase;
    margin: 16px 0;
  }
  .clearfix {
    clear: both;
  }
  html, body {
    height: 100%;
    position: relative;
    color: #4D577C;
    font-family: "bentonsans", "Tahoma", "Helvetica", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  fieldset {
    border: none;
    padding: 0;
    margin-bottom: 2em;
  }
  address {
    font-style: normal;
  }
  .display-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hide-below-small {
    display: none !important;
  }
}
@media screen and (min-width: 770px) {
  .hide-above-medium {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .hide-below-medium {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .hide-above-large {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-below-large {
    display: none !important;
  }
}
@media screen {
  .mu-modal {
    cursor: default;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    border: none;
    border-radius: 3px;
    background: #fff;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 651px) {
  .mu-modal {
    width: 650px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -325px;
  }
}
@media screen {
  .modal-header {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .modal-sub-header {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .clear-fix {
    clear: both;
  }
  .center-text {
    text-align: center;
  }
  a {
    color: #4341B5;
  }
  a:visited {
    color: #4341B5;
  }
  .padding-block {
    padding: 20px;
  }
  .half-padding-block {
    padding: 10px;
  }
  .padding-right {
    padding-right: 25px;
  }
  .no-scroll {
    overflow: hidden !important;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  #page {
    height: 100%;
    padding-top: 77px;
    background-color: white;
  }
  #page > div {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  #page {
    padding-top: 77px;
  }
}
@media screen {
  h3 {
    font-size: 22px;
  }
  .dn {
    display: none;
  }
  .loading-message {
    display: none;
  }
  .inline-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .ghost-form-element {
    opacity: 0;
    width: 0%;
    position: absolute;
  }
  .relative {
    position: relative;
  }
  label {
    display: inline-block;
    color: #212d6c;
    font-size: 14px;
    text-transform: uppercase;
    margin: 16px 0;
  }
  .clearfix {
    clear: both;
  }
  .filter-segmented-control {
    border: 1px solid #d3d7ec;
    display: table;
    border-right: 0px;
    width: 100%;
    border-radius: 3px;
  }
  .filter-segmented-control .mu-segmented-control {
    border: none;
    margin: 0;
  }
  .filter-segmented-control .mu-segmented-control .filter-segment {
    font-size: 13px;
    display: inline-block;
    font-family: "bentonsans-medium";
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: none;
    border-right: 1px solid #d3d7ec;
    padding: 0px;
    border-radius: 0px;
  }
  .filter-segmented-control .mu-segmented-control .filter-segment.selected-state {
    height: 25px;
    border-right: 0px;
    border: none;
    border-radius: 0px;
  }
  .mu-segmented-control {
    border: 1px solid #8281b7;
    border-radius: 3px;
  }
  .mu-segmented-control .mu-segment {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
    border-right: 1px solid #FFF;
    padding: 4px 0px;
  }
  .mu-segmented-control .mu-segment.mu-selected {
    background-color: #FFF;
    color: #4D577C;
  }
  .mu-segmented-control .mu-segment:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px !important;
    z-index: 1;
    position: relative;
  }
  .close-helper {
    color: #8891b3;
    cursor: pointer;
    font-size: 10px;
    align-content: center;
    margin-right: 30px;
    padding-right: 55px;
    text-transform: uppercase;
    background-position: right bottom !important;
  }
  .close-helper:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  input {
    background-color: #FFF;
    color: #212d6c;
    font-size: 13px;
    border: 1px solid #d3d7ec;
    height: 25px;
    outline: none;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px #e8e8f4;
  }
  input.placeholder {
    color: #4D577C;
  }
  input:-moz-placeholder {
    color: #4D577C;
  }
  input::-moz-placeholder {
    color: #4D577C;
  }
  input:-ms-input-placeholder {
    color: #4D577C;
  }
  input::-webkit-input-placeholder {
    color: #4D577C;
  }
  input {
    transition: border-color 500ms;
  }
  input.error {
    border: 1px solid rgb(206.4457831325, 25.1325301205, 17.0542168675);
  }
  input[type=search] {
    padding-right: 10px;
  }
  input:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .form-element-lg {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  .form-element-lg {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen {
  .btn {
    font-family: "bentonsans", "Tahoma", "Helvetica", "Arial", sans-serif;
    padding: 0px 8px;
    text-align: center;
    line-height: 28px;
    outline: none;
    border-radius: 3px;
    background-clip: padding-box;
  }
  .btn:hover {
    cursor: pointer;
  }
  .full-width-btn {
    width: 100%;
  }
  .btn-default, select {
    border: 1px solid #d3d7ec;
    background-color: #fbfbff;
    color: #212d6c;
  }
  .btn-default ::placeholder, select ::placeholder {
    color: #4D577C;
  }
  .btn-default, select {
    box-shadow: 0 1px 2px rgba(126, 136, 173, 0.18);
    background-image: linear-gradient(0deg, #f9fbff 0%, #fff 100%);
  }
  .btn-default:hover, select:hover {
    box-shadow: 0 1px 3px rgba(126, 136, 173, 0.21);
  }
  .btn-default:active, select:active {
    border: 1px solid #c2c6db;
    box-shadow: 0 1px 0 rgba(126, 136, 173, 0.11), inset 0 1px 2px #e8e8f4;
  }
  .btn-default:focus, select:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .btn-default.selectable.active {
    color: #FFF;
    border: 1px solid #7c7ade;
    background: #615EE7;
    box-shadow: inset 0 1px 2px rgba(104, 102, 209, 0.57);
    background-image: linear-gradient(0deg, #615EE7 0%, #4341B5 100%);
  }
  .btn-default.selectable:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px !important;
    z-index: 1;
  }
  .btn-search {
    color: #053300;
    background-color: #66A75A;
    outline: none;
    border: 1px solid #529147;
    background-image: linear-gradient(0deg, #66A75A 0%, #7EC974 100%);
    box-shadow: 0 2px 2px rgba(77, 85, 127, 0.25);
  }
  .btn-search:hover {
    box-shadow: 0 1px 3px rgba(38, 41, 48, 0.32);
  }
  .btn-search:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .btn-primary {
    color: #FFF;
    background-color: #615EE7;
    outline: none;
    border: 1px solid #7876e1;
    background-image: linear-gradient(0deg, #4341B5 0%, #615EE7 100%);
    box-shadow: 0 2px 2px rgba(77, 85, 127, 0.25);
  }
  .btn-primary:hover {
    box-shadow: 0 1px 3px rgba(38, 41, 48, 0.32);
    background-image: linear-gradient(0deg, #615EE7 0%, #4341B5 100%);
  }
  .btn-primary:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .btn-secondary {
    background-color: #f59a22;
    border: 1px solid #f59a22;
    box-shadow: 0 1px 3px rgba(38, 41, 48, 0.32);
    background-image: linear-gradient(0deg, #f59921 0%, #faa02a 100%);
  }
  .btn-secondary:hover {
    box-shadow: 0 1px 3px rgba(38, 41, 48, 0.32);
    background-image: linear-gradient(0deg, #f59921 0%, #faa02a 100%);
  }
  .btn-secondary:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .btn-primary:active, .selected-state {
    color: #FFF;
    border: 1px solid #4341B5;
    background-color: #615EE7;
    box-shadow: inset 0 1px 2px rgba(104, 102, 209, 0.57);
    background-image: linear-gradient(0deg, #4341B5 0%, #615EE7 100%);
  }
  select {
    position: relative;
    height: 25px;
    font-size: 14px;
    padding: 10px 0px 10px 8px;
    height: auto;
    vertical-align: bottom;
    padding-right: 26px;
    outline: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 18px 6px;
    appearance: none;
    background-image: url("/assets/ui/icons/select-down-arrow-ab5ce094.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  select {
    background-image: url("/assets/ui/icons/select-down-arrow@2x-6bf3c00a.png");
  }
}
@media screen {
  select:hover {
    cursor: pointer;
    background-image: url("/assets/ui/icons/select-down-arrow-ab5ce094.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  select:hover {
    background-image: url("/assets/ui/icons/select-down-arrow@2x-6bf3c00a.png");
  }
}
@media screen {
  select:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  select.proximity {
    padding-left: 24px;
  }
  select {
    /* This rule targets ie10 to prevent the default select button from appearing.
       see http://msdn.microsoft.com/en-us/library/windows/apps/hh465742.aspx for more information */
  }
  select::-ms-expand {
    display: none;
  }
  .close, .mu-close-modal {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right center !important;
    background-image: url("/assets/ui/icons/x-fill-fa87fa38.svg");
    color: #4D577C;
  }
  .close:focus, .mu-close-modal:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .close-modal {
    float: right;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 20px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    background-image: url("/assets/ui/icons/detail-close-x-b64339cf.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .close-modal {
    background-image: url("/assets/ui/icons/detail-close-x@2x-6281e2ed.png");
  }
}
@media screen {
  .care-proximity {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
  }
  .care-proximity .filter-segment {
    width: 25%;
  }
  .filter-segment:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .mu-loading-button.mu-loading {
    border: 1px solid #adadad;
    background-image: linear-gradient(0deg, #adadad 0%, #bcbcbc 100%);
  }
  .child-count {
    display: inline-block;
    margin-right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .child-count {
    margin-right: 0;
  }
}
@media screen {
  .age-unit, .age-number, .child-controls, .child-count {
    vertical-align: middle;
  }
  .age-number {
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 50px;
  }
}
@media screen and (max-width: 769px) {
  .age-number {
    width: 45px;
  }
}
@media screen {
  .age-unit {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    width: 75px;
    margin-right: 1%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .age-unit {
    width: 55px;
  }
}
@media screen {
  .controls {
    display: block;
    margin-top: 10px;
  }
  .controls .remove-child {
    display: inline-block;
    position: relative;
    margin-left: 10px;
  }
  .age-selector {
    margin-bottom: 6px;
  }
  .age-selector .add-child {
    display: none;
  }
  .age-selector .age-input-group {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .age-selector .age-label {
    display: block;
  }
  .age-selector .input-wrapper {
    margin-top: 4px;
  }
  .age-selector .last-child {
    margin-bottom: 0;
  }
  .age-selector .last-child .add-child {
    display: inline-block;
  }
  .age-selector .last-child .add-child-label {
    display: inline;
  }
  .child-controls {
    display: inline-block;
  }
  .child-controls.remove-child {
    color: #e61c13;
    width: auto;
    height: auto;
    border: none;
    font-size: 10px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .child-controls.remove-child:hover {
    text-decoration: underline;
  }
  .child-controls.remove-child:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .child-controls.add-child .add-child-label {
    font-size: 12px;
    height: 22px;
  }
  .child-controls.add-child:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .errors {
    background-color: rgb(251.8180722892, 217.9891566265, 216.4819277108);
    border: 1px solid rgb(206.4457831325, 25.1325301205, 17.0542168675);
    padding: 16px 10px;
    margin: 12px 0;
    text-align: center;
    border-radius: 3px;
  }
  .errors p {
    color: rgb(182.8915662651, 22.265060241, 15.1084337349);
    font-size: 13px;
  }
  label.small {
    text-transform: none;
    color: #212d6c;
    display: inline-block;
    font-weight: semi-bold;
    font-size: 12px;
    margin: 4px 0;
  }
  .location-container {
    position: relative;
  }
  .location-container .input-wrapper {
    position: relative;
  }
  .location-container .proximity-icon {
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    background-image: url("/assets/ui/icons/distance-marker-large-bfffd4ab.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .location-container .proximity-icon {
    background-image: url("/assets/ui/icons/distance-marker-large@2x-af2524ee.png");
  }
}
@media screen {
  .location-container .proximity-icon {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: calc(0.5em + 67px + 24px + 0.5em);
    height: 100%;
    width: 12px;
  }
  .location-container .proximity-dropdown {
    display: inline-block;
    position: absolute;
    right: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 0px;
    padding-right: 24px;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .location-container input.location {
    padding-left: 12px;
    padding-right: calc(0.5em + 12px + 0.5em + 67px + 24px + 0.5em);
    text-overflow: ellipsis;
  }
  #app-header {
    position: absolute;
    width: 100%;
    background-color: #4D577C;
    height: 77px;
    color: #FFF;
    z-index: 2;
  }
  #app-header .app-header-logo {
    margin-top: 9px;
    height: 31px;
    margin-left: 20px;
  }
  #app-header .app-header-logo-print {
    display: none;
  }
  #app-header .united-logo {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 769px) {
  #app-header {
    height: 77px;
  }
  #app-header .app-header-logo {
    height: 57px;
    margin-left: 10px;
  }
}
@media screen {
  .app-header-links {
    display: flex;
    justify-content: space-between;
    background-color: #212d6c;
    font-size: 14px;
    padding: 12px 24px;
  }
  .app-header-links a {
    color: #FFF !important;
    text-decoration: none;
    margin-right: 24px;
  }
  .app-header-links a:hover {
    text-decoration: underline;
  }
  .app-header-links a.btn-primary {
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 0;
  }
  .app-header-links .nav-links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
  }
  .app-header-links .nav-links-wrapper .search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin-left: 5px;
  }
}
@media screen and (min-width: 770px) {
  .app-header-links .nav-links-wrapper .search-icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
  }
}
@media screen {
  .app-header-links .nav-links-wrapper .search-icon {
    background-image: url("/assets/ui/icons/search-f867b25d.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .mobile-app-header-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212d6c;
    padding: 12px 24px;
    z-index: 10;
    position: relative;
  }
  .mobile-app-header-links .menu-controls {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-app-header-links .hamburger-menu-container, .mobile-app-header-links .close-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    cursor: pointer;
  }
  .mobile-app-header-links .hamburger-menu-container:focus, .mobile-app-header-links .close-menu-container:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .mobile-app-header-links .hamburger-menu, .mobile-app-header-links .close-menu {
    width: 22px;
    height: 22px;
  }
  .mobile-app-header-links {
    /* Default state: hamburger visible, close hidden */
  }
  .mobile-app-header-links .hamburger-menu-container {
    display: flex;
  }
  .mobile-app-header-links .close-menu-container {
    display: none;
  }
  .mobile-app-header-links {
    /* When menu is open: hamburger hidden, close visible */
  }
  .mobile-app-header-links.menu-open .hamburger-menu-container {
    display: none;
  }
  .mobile-app-header-links.menu-open .close-menu-container {
    display: flex;
  }
  .mobile-expanded-menu {
    position: fixed;
    /* top position is set dynamically via JavaScript */
    left: 0;
    width: 100%;
    height: 0;
    background-color: #212d6c;
    z-index: 9;
    overflow: hidden;
    visibility: hidden; /* Hide completely when not expanded */
    transition: height 0.3s ease, visibility 0s 0.3s; /* Delay visibility change until after height animation */
  }
  .mobile-expanded-menu.expanded {
    /* height is set dynamically via JavaScript */
    overflow-y: auto;
    visibility: visible;
    transition: height 0.3s ease, visibility 0s; /* No delay for visibility when expanding */
  }
  .mobile-expanded-menu {
    /* Apply transition when menu is closing */
  }
  .mobile-expanded-menu.closing {
    height: 0 !important; /* Override inline style */
    transition: height 0.3s ease, visibility 0s 0.3s; /* Same transition as default state */
  }
}
@media screen {
  /* Body class when mobile menu is open */
  body.body-menu-open {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    /* top position is set dynamically via JavaScript */
  }
  /* Ensure consistent scrollbar presence on listings page to prevent layout shifts */
  body.listings, body.compare-tool {
    overflow-y: scroll !important;
  }
  .mobile-expanded-menu .mobile-nav-links {
    display: flex;
    flex-direction: column;
    padding: 80px 24px 0;
  }
  .mobile-expanded-menu .mobile-nav-links a {
    color: #FFF !important;
    text-decoration: none;
    font-size: 18px;
    padding: 24px 0;
  }
  .mobile-expanded-menu .mobile-nav-links a:hover {
    text-decoration: underline;
  }
  .mobile-expanded-menu .mobile-nav-links a.btn-primary {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 4px;
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobile-expanded-menu .mobile-nav-links a.btn-primary .search-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-left: 12px;
    background-image: url("/assets/ui/icons/search-f867b25d.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  img.childcare-logo {
    width: 88px;
    height: 49px;
  }
  .page-view-toggle {
    margin: 6px 10px;
    width: 150px;
    text-align: center;
  }
  .compare .page-view-toggle {
    display: none;
  }
  body.landing .center-content {
    margin: 0 auto;
  }
}
@media screen and (min-width: 770px) {
  body.landing .center-content {
    max-width: 1040px;
    padding: 0 50px;
  }
  body.landing .center-content.row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 769px) {
  body.landing .center-content {
    padding: 0 25px;
  }
}
@media screen {
  body.landing .center-content {
    position: relative;
  }
  body.landing h1, body.landing h2, body.landing h3, body.landing h4, body.landing legend {
    margin-bottom: 10px;
  }
  body.landing h1 {
    font-size: 44px;
    color: #FFF;
  }
  body.landing h2, body.landing legend {
    font-size: 24px;
  }
  body.landing h3 {
    font-size: 17px;
    color: #212d6c;
  }
  body.landing h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  body.landing h4 {
    padding: 0 10px;
  }
}
@media screen {
  body.landing a {
    color: #4341B5;
  }
  body.landing a:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.landing p {
    line-height: 22px;
    font-size: 16px;
  }
  body.landing .font-roboto {
    font-family: "roboto";
  }
}
@media screen and (max-width: 1020px) {
  body.landing .logo-211-child-care {
    width: 80px;
    height: 32px;
    margin: 15px 0 25px 25px;
  }
}
@media screen and (max-width: 1020px) and (min-width: 770px) {
  body.landing .logo-211-child-care {
    margin-left: 0;
  }
}
@media screen and (min-width: 1021px) {
  body.landing .logo-211-child-care {
    width: 132px;
    height: 54px;
  }
}
@media screen {
  body.landing .intro-header {
    font-family: "roboto-light";
    font-size: 36px;
    line-height: 48px;
    margin: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 769px) {
  body.landing .intro-header {
    margin: 25px 25px 15px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .intro-header {
    padding-top: 50px;
    font-size: 56px;
    line-height: 72px;
  }
}
@media screen {
  body.landing .supporting-header {
    color: rgb(198.2461538462, 202.5384615385, 218.7538461538);
  }
  body.landing .start-search-header {
    color: #bec5e2;
    font-size: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 254px 15px;
    padding-bottom: 20px;
    background-image: url("/assets/marketing/hero-underline-1f2225f6.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.landing .start-search-header {
    background-image: url("/assets/marketing/hero-underline@2x-4dd26317.png");
  }
}
@media screen and (max-width: 1240px) {
  body.landing .helper-text {
    display: none;
  }
  body.landing .helper-text-mobile {
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 1020px) {
  body.landing .helper-text {
    display: none;
  }
  body.landing .helper-text-mobile {
    margin: 20px 0 30px 25px;
  }
}
@media screen and (min-width: 1241px) {
  body.landing .helper-text-mobile {
    display: none;
  }
  body.landing .helper-text {
    position: absolute;
    bottom: -110px;
    left: -85px;
  }
}
@media screen {
  body.landing .hero-art {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  body.landing .hero-art .hero-image {
    display: block;
    object-fit: cover;
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 1020px) and (min-width: 770px) {
  body.landing .hero-art .hero-image {
    margin-left: -50px;
    width: calc(100% + 100px);
  }
}
@media screen and (min-width: 1021px) {
  body.landing .hero-art {
    height: 366px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
  body.landing .hero-art .hero-image {
    display: none;
  }
  body.landing .hero-art {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 450px, rgba(255, 255, 255, 0.2) 500px, rgba(255, 255, 255, 0.5) 550px, rgba(255, 255, 255, 0.8) 600px, rgb(255, 255, 255) 700px), url("/assets/marketing/home-hero-cropped-773a271c.jpg") no-repeat bottom right -40px;
  }
}
@media screen {
  body.landing .active .type-name, body.landing .active .type-info {
    color: white;
  }
  body.landing .active .check-status {
    background-color: #777ADE;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAA6ElEQVQ4jaXNyw7BQBQGYE9nxcrGS9iKRCU2FiQW0ngCqo3rC3iKJm3sXJJKpJcE0QvqOAdlkDBlkj8zmfPPN4lEzFUqzJOYEUbH5OK+j5B0WViAqrpgLA9QrxqAd/n4SHEBuuZBcIBLVuYxwjJsUcAYtPMgUSYTj6BxVGxILRMsJwS5bdJA5EH8AECRLv0sFSsdRDz/dB/K16GISX1CurL1+BQPznoTvpUII0TT3O/IDarQJQ1fy9NZwIcwmNhV3rFYCIv1PmBcyCsW7P9AGKw5HNh37CfkCevbsN2FvyMMVsNsaefpnwEHrNbj8sxuuwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-top: 1px solid #9D9FE5;
    box-shadow: 0 0 1px 1px #4549B8;
  }
  body.landing .check-status {
    margin: 15px auto 30px auto;
    display: block;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #d3d7ec;
  }
}
@media screen and (max-width: 769px) {
  body.landing .check-status {
    display: none;
  }
}
@media screen {
  body.landing .types-of-care {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  body.landing .types-of-care img {
    display: none;
  }
  body.landing .types-of-care {
    margin: 0 auto;
  }
  body.landing .types-of-care .type-of-care {
    flex: 1;
    text-align: center;
    position: relative;
  }
  body.landing .types-of-care .filter-section-title {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  body.landing .types-of-care {
    width: 100%;
    flex-direction: column;
    line-height: 16px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  body.landing .inline-type-list {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  body.landing .inline-type-list .type-info {
    display: none;
  }
  body.landing .inline-type-list .btn-default.selectable {
    line-height: 40px;
    margin-top: -1px;
    border-radius: 0;
  }
  body.landing .inline-type-list .btn-default.selectable:first-child {
    border-radius: 3px 3px 0 0;
  }
  body.landing .inline-type-list .btn-default.selectable:last-child {
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .inline-type-list .btn-default.selectable {
    padding: 0;
    height: 150px;
    box-shadow: 2px 2px 5px rgba(120, 120, 120, 0.18);
    margin-left: -1px;
  }
  body.landing .inline-type-list .btn-default.selectable.active {
    color: #FFF;
    border: 1px solid #4549B8;
    background: #9997fd;
    box-shadow: 0 2px 4px rgba(120, 120, 120, 0.18);
    background-image: linear-gradient(0deg, #4341B5 0%, #615EE7 100%);
  }
  body.landing .inline-type-list .btn-default.selectable.active .type-info, body.landing .inline-type-list .btn-default.selectable.active .type-name {
    color: white;
  }
  body.landing .inline-type-list .btn-default.selectable.active:hover .type-info, body.landing .inline-type-list .btn-default.selectable.active:hover .type-name {
    color: white;
  }
  body.landing .inline-type-list .btn-default.selectable:hover .type-info, body.landing .inline-type-list .btn-default.selectable:hover .type-name {
    color: #7876E1;
  }
  body.landing .inline-type-list .type-name {
    font-size: 20px;
    font-family: bentonsans;
    color: #212d6c;
    transition: color 0.2s ease;
    display: inline-block;
    margin-bottom: 5px;
  }
  body.landing .inline-type-list .type-description-block {
    padding: 20px 5px 18px 5px;
  }
  body.landing .inline-type-list .type-info {
    font-size: 14px;
    line-height: 18px;
    color: #4D577C;
    margin: 0 auto;
    transition: color 0.2s ease;
  }
  body.landing .inline-type-list .type-icon {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  body.landing .inline-type-list .child-care-center {
    border-radius: 3px 0 0 3px;
  }
  body.landing .inline-type-list .child-care-center .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/child-care-center-28163c91.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .inline-type-list .child-care-center .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/child-care-center@2x-bae16881.png");
  }
}
@media screen and (min-width: 770px) {
  body.landing .inline-type-list .family-child-care {
    border-radius: 0;
  }
  body.landing .inline-type-list .family-child-care .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/family-child-care-576a54e1.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .inline-type-list .family-child-care .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/family-child-care@2x-576a54e1.png");
  }
}
@media screen and (min-width: 770px) {
  body.landing .inline-type-list .summer-program {
    border-radius: 0 3px 3px 0;
  }
  body.landing .inline-type-list .summer-program .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/summer-programs-5c149260.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .inline-type-list .summer-program .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/summer-programs@2x-5c149260.png");
  }
}
@media screen and (min-width: 1241px) {
  body.landing .inline-type-list .btn-default.selectable .type-description-block {
    padding: 20px 45px 18px 45px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .active.child-care-center .type-icon, body.landing .active:hover.child-care-center .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/child-care-center--active-3f451093.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .active.child-care-center .type-icon, body.landing .active:hover.child-care-center .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/child-care-center--active@2x-3f451093.png");
  }
}
@media screen and (min-width: 770px) {
  body.landing .active.family-child-care .type-icon, body.landing .active:hover.family-child-care .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/family-child-care--active-9b67cda5.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .active.family-child-care .type-icon, body.landing .active:hover.family-child-care .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/family-child-care--active@2x-9b67cda5.png");
  }
}
@media screen and (min-width: 770px) {
  body.landing .active.summer-program .type-icon, body.landing .active:hover.summer-program .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/summer-programs--active-a6e8b193.png");
  }
}
@media only screen and (min-width: 770px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 770px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 770px) and (min-device-pixel-ratio: 2), only screen and (min-width: 770px) and (min-resolution: 192dpi), only screen and (min-width: 770px) and (min-resolution: 2dppx) {
  body.landing .active.summer-program .type-icon, body.landing .active:hover.summer-program .type-icon {
    background-image: url("/assets/marketing/detailed_type_icons/summer-programs--active@2x-a6e8b193.png");
  }
}
@media screen {
  body.landing .search {
    margin-top: 26px;
  }
  body.landing .btn-search {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .btn-search {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1241px) {
  body.landing .btn-search {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media screen {
  body.landing .btn-search {
    font-family: "bentonsans-medium";
  }
  body.landing .btn-search .search-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    margin-right: 5px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .btn-search .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
@media screen {
  body.landing .btn-search .search-icon {
    background-image: url("/assets/ui/icons/search-deep-green-843dd6cd.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  body.landing .children-info {
    margin: 56px 0 30px 0;
  }
  body.landing .search-form input {
    height: 60px;
    line-height: 40px;
    font-size: 16px;
    box-shadow: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 770px) {
  body.landing .search-form input {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1241px) {
  body.landing .search-form input {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media screen {
  body.landing input.age-number {
    width: 3em;
    height: 60px;
    margin-right: 17px;
  }
  body.landing select.age-unit {
    padding: 0 16px;
    border-radius: 3px;
    width: 7em;
    height: 60px;
    font-size: 16px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 770px) {
  body.landing select.age-unit {
    font-size: 18px;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 28px;
  }
}
@media screen and (min-width: 1241px) {
  body.landing select.age-unit {
    height: 58px;
    font-size: 20px;
  }
}
@media screen {
  body.landing select.age-unit {
    background-position: 90% center;
  }
  body.landing .proximity-icon {
    right: calc(0.5em + 77px + 24px + 0.5em);
  }
  body.landing select.proximity-dropdown {
    font-size: 1rem;
  }
  body.landing input.location, body.landing input.name {
    width: 100%;
  }
  body.landing input.name {
    padding-left: 10px;
  }
}
@media screen and (min-width: 770px) {
  body.landing select {
    height: 38px;
  }
}
@media screen {
  body.landing .controls {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .controls {
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }
}
@media screen and (max-width: 769px) {
  body.landing .controls {
    float: right;
  }
}
@media screen and (min-width: 1241px) {
  body.landing .controls {
    height: 60px;
    line-height: 60px;
  }
}
@media screen {
  body.landing .controls a.remove-child {
    text-decoration: underline;
    margin-right: 18px;
    font-size: 12px;
  }
  body.landing .location-container input.location {
    padding-left: 24px;
    padding-right: calc(0.5em + 12px + 0.5em + 76px + 24px + 0.5em);
    text-overflow: ellipsis;
  }
  body.landing .validation-credit {
    width: 100%;
    max-width: 560px;
    padding: 0 25px;
    margin: 0px auto 20px auto;
    text-align: center;
  }
  body.landing .validation-credit span {
    padding-top: 20px;
  }
  body.landing .validation-credit .inline-united-logo {
    padding: 0 10px;
    vertical-align: middle;
    height: 48px;
  }
  body.landing .app-header-name {
    float: left;
  }
  body.landing .landing-half-col {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 769px) {
  body.landing .landing-half-col {
    width: 100%;
    margin: 0;
    padding: 25px 0;
  }
}
@media screen {
  body.landing .landing-third-col {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 769px) {
  body.landing .landing-third-col {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 769px) {
  body.landing .more-info {
    text-align: center;
    max-width: 260px;
    margin: auto;
  }
}
@media screen {
  body.landing .validation-list li {
    margin-bottom: 26px;
  }
  body.landing .validation-list h3 {
    margin-bottom: 6px;
  }
  body.landing .validation-list p {
    color: #8891b3;
    font-size: 14px;
  }
  body.landing .resource-lockup {
    padding: 20px;
    background-color: rgb(244.9, 246.92, 255);
    border-top: 1px solid rgb(234.7, 238.76, 255);
    border-bottom: 1px solid rgb(234.7, 238.76, 255);
  }
  body.landing .united-family {
    float: left;
    width: 40%;
    position: relative;
  }
  body.landing .sample-family-resource {
    width: 160px;
    height: 160px;
    position: absolute;
    top: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 769px) {
  body.landing .sample-family-resource {
    width: 140px;
    height: 140px;
    top: -20px;
  }
}
@media screen {
  body.landing .resource-links {
    float: left;
    width: 50%;
  }
  body.landing .resource-links li {
    margin-bottom: 14px;
    font-size: 14px;
  }
  body.landing .resource-links .resource-link {
    line-height: 1.5;
    font-size: 14px;
    color: #8e8cf8;
    text-decoration: underline;
  }
  body.landing .email-us {
    width: 50px;
  }
  body.landing .btn-email {
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    width: 100%;
    display: block;
    font-size: 14px;
  }
  body.landing .btn-email img {
    margin-left: 16px;
  }
  body.landing .btn-email img, body.landing .btn-email span {
    float: left;
  }
  body.landing .questions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 125px auto;
    background: url("/assets/marketing/have-a-question-950de72f.jpg") no-repeat center center;
    height: 332px;
    width: 100%;
  }
  body.landing .questions h2 {
    text-align: center;
    color: white;
  }
  body.landing .questions ul {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  body.landing .questions ul {
    padding: 0 25px;
    width: 100%;
  }
}
@media screen {
  body.landing .questions li {
    display: inline-block;
  }
}
@media screen and (max-width: 769px) {
  body.landing .questions li {
    display: block;
    width: 100%;
  }
}
@media screen {
  body.landing .questions li > a {
    display: inline-block;
    color: white;
    text-decoration: none;
    line-height: 26.6666666667px;
    height: 26.6666666667px;
    font-size: 13.3333333333px;
    margin: 2px;
    margin-top: 13.3333333333px;
    margin-bottom: 20px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 769px) {
  body.landing .questions li > a {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen {
  body.landing .questions img {
    display: inline;
    width: 25px;
    vertical-align: middle;
    margin-top: -6px;
  }
  body.landing .what-we-do .background {
    margin: 100px 0;
    background: url("/assets/marketing/what-we-do-bg-639e8939.jpg") repeat center center;
    border-radius: 6px;
    box-shadow: 0 0 64px 4px rgba(0, 0, 0, 0.4);
    padding: 50px 25px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .what-we-do .background {
    padding: 100px 0;
  }
}
@media screen {
  body.landing .what-we-do .contents {
    max-width: 480px;
    margin: auto;
  }
  body.landing .what-we-do .contents h3 {
    font-size: 0.83em;
    text-transform: uppercase;
    color: #FFF;
  }
  body.landing .what-we-do .contents p {
    color: white;
    font-size: 20px;
    line-height: 1.6;
  }
  body.landing #app-header {
    display: none;
  }
  body.landing #page {
    padding: 0;
    height: auto;
  }
  body.landing .callout-header {
    padding-top: 20px;
  }
  body.landing h1, body.landing h2, body.landing h3 {
    color: #212d6c;
    font-weight: normal;
  }
  body.landing ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  body.landing .provider-name-form {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  body.landing .search-tabs {
    border: none;
    max-width: 540px;
    position: absolute;
    top: -30px;
    box-shadow: 0 1px 2px rgba(126, 136, 173, 0.18);
  }
  body.landing .search-tabs .mu-segmented-control .filter-segment {
    height: 60px;
    line-height: 60px;
    font-family: "bentonsans", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    border: 1px solid #d3d7ec;
  }
}
@media screen and (max-width: 1020px) {
  body.landing .search-tabs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  body.landing .search-tabs {
    margin-top: -17px;
    margin-bottom: 1em;
    min-width: 320px;
  }
  body.landing .search-tabs .mu-segmented-control .filter-segment {
    height: 30px;
    line-height: 30px;
  }
}
@media screen {
  body.landing .care-filter-wrap {
    background-color: #F2F2F7;
    border-top: 1px solid #D3D8EB;
    border-bottom: 1px solid #D3D8EB;
    position: relative;
  }
  body.landing .care-filter-wrap .search-form {
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  body.landing .care-filter-wrap .search-form {
    padding: 0 25px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .care-filter-wrap .search-form {
    padding: 0 50px;
    max-width: 1040px;
    padding-bottom: 66px;
  }
}
@media screen {
  body.landing .care-filter-wrap h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .care-filter-wrap h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 770px) {
  body.landing .care-filter-primary-content {
    margin-top: 130px;
  }
}
@media screen {
  body.landing .care-filter-primary-content {
    position: relative;
    z-index: 1;
  }
  body.landing .callout {
    position: relative;
    border-top: none;
    background: none;
  }
  body.landing .callout .chat, body.landing .callout .dial, body.landing .callout .email {
    line-height: 40px;
    height: 40px;
  }
  body.landing .callout .providers {
    padding-bottom: 10px;
  }
  body.landing .callout .providers:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 769px) {
  body.landing .callout {
    height: 125px;
  }
}
@media screen {
  body.landing .middle-resources {
    display: flex;
    margin: 125px auto;
  }
  body.landing .middle-resources .link {
    margin-top: 10px;
  }
  body.landing .middle-resources .link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  body.landing .middle-resources {
    flex-direction: column;
    align-items: center;
  }
  body.landing .middle-resources .link {
    margin-bottom: 50px;
  }
  body.landing .middle-resources .link-panel {
    width: 100%;
  }
  body.landing .middle-resources .link-panel img {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  body.landing .middle-resources {
    flex-direction: row;
    justify-content: space-between;
  }
  body.landing .middle-resources .link-panel {
    width: calc((100% - 40px) / 3);
    max-width: 300px;
  }
  body.landing .middle-resources .link-panel .link {
    margin-top: 20px;
  }
  body.landing .middle-resources .link-panel img {
    width: 100%;
    border-radius: 6px;
  }
}
@media screen {
  body.landing .img-links {
    margin: 125px auto;
    width: 100%;
  }
}
@media screen and (min-width: 770px) {
  body.landing .img-links {
    display: flex;
    width: 100%;
  }
}
@media screen {
  body.landing .img-links .img-link {
    width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 769px) {
  body.landing .img-links .img-link {
    width: 100%;
    margin: 0;
    padding: 25px 0;
  }
}
@media screen {
  body.landing a.external-link:after {
    content: "↗";
    display: inline-block;
    text-decoration: none;
  }
  body.landing .landing-rule {
    width: calc(100% - 100px);
    max-width: 940px;
    margin: 50px auto;
    border: none;
  }
}
@media screen and (min-width: 770px) {
  body.landing .landing-rule {
    border-top: solid 1px #d3d7ec;
  }
}
@media screen and (max-width: 769px) {
  body.landing .landing-rule {
    width: calc(100% - 50px);
  }
}
@media screen {
  body.landing .footer {
    margin: 50px auto;
  }
  body.landing .logo {
    width: 88px;
    height: 49px;
  }
  #announcement-region {
    z-index: 99;
  }
  #announcement-region .announcements {
    background: #FFFFFF;
    width: 100%;
  }
  #announcement-region .announcement {
    border-bottom: 1px solid #B40800;
    color: #B40800;
    padding: 18px 80px;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
  }
}
@media screen and (max-width: 769px) {
  #announcement-region .announcement {
    padding: 18px 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #announcement-region .announcement {
    padding: 18px 20px;
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  #announcement-region .announcement .announcement-close {
    margin-top: 10px;
  }
}
@media screen {
  #announcement-region .announcement:hover {
    background: #FEF5F4;
  }
  #announcement-region .announcement .note a {
    color: #B40800;
    text-decoration: none;
  }
  #announcement-region .announcement .info-circle {
    margin-right: 16px;
  }
  #announcement-region .announcement .announcement-close {
    color: #212d6c;
    font-size: 13px;
    cursor: pointer;
    align-self: center;
    margin-left: 20px;
    white-space: nowrap;
  }
  .map-infowindow h1, .map-infowindow h2, .map-infowindow h3, .map-infowindow h4 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  body.listings #panel .open-close {
    font-size: 0;
    margin-bottom: 10px;
  }
  body.listings #panel .open-close label, body.listings #panel .open-close .time {
    display: inline-block;
    width: 45%;
  }
  body.listings #panel .open-close .time {
    padding-left: 24px;
    box-shadow: none;
    display: inline-block;
    width: 90%;
  }
  body.listings #panel .time-selector {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  body.listings #panel .time-selector .clock-start, body.listings #panel .time-selector .clock-end {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 4px;
  }
  body.listings #panel .time-selector .clock-end {
    left: 12.5%;
  }
  body.listings #panel .time-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background: #FFF;
    border: 1px solid #f2f2f6;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    max-height: 256px;
    overflow-y: auto;
  }
  body.listings #panel .time-dropdown li {
    padding: 6px 8px;
    font-size: 13px;
    cursor: pointer;
    color: #212d6c;
  }
  body.listings #panel .time-dropdown li:hover {
    background-color: #f5f5ff;
    color: #615EE7;
  }
  body.listings #panel .types-of-care {
    border: 1px solid #d3d7ec;
    border-bottom: none;
    margin-bottom: 5px;
    border-radius: 3px;
  }
  body.listings #panel .types-of-care li:first-child {
    border-top: 0;
  }
  body.listings #panel .type-of-care {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 3px 20px;
    border-radius: 0;
    width: 100%;
    height: 35px;
  }
  body.listings #panel .type-of-care .type-info {
    display: none;
  }
  body.listings #panel .type-of-care span {
    font-size: 13px;
    font-weight: bold;
  }
  body.listings #panel .type-of-care img {
    display: inline-block;
    height: 18px;
    margin: 3px 12px 0 28%;
  }
  body.listings #panel .type-of-care .active {
    display: none;
  }
  body.listings #panel .type-of-care:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings #panel .type-of-care.active {
    border-top: solid 1px #8281b7;
  }
  body.listings #panel .type-of-care.active img.active {
    display: inline-block;
  }
  body.listings #panel .type-of-care.active img {
    display: none;
  }
  body.listings #panel .services .service {
    display: block;
    margin-bottom: 10px;
  }
  body.listings #panel .services .service.special-needs.active .service-type {
    text-decoration: underline;
    cursor: pointer;
  }
  body.listings #panel .services .service-type {
    color: #4D577C;
    position: relative;
    top: 5px;
    font-size: 14px;
    display: inline;
  }
  body.listings #panel .services .toggle {
    cursor: pointer;
    float: right;
    display: inline-block;
    position: relative;
    font-size: 0px;
    width: 72px;
    height: 28px;
    background-color: #4D577C;
    border-radius: 14px;
  }
  body.listings #panel .services .toggle .handle {
    position: absolute;
    border: 1px solid #8891b3;
    background: white;
    z-index: 1;
    transition: left 250ms;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  body.listings #panel .services .toggle:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings #panel .services .toggle .selection {
    font-family: arial;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    color: white;
    color: rgba(255, 255, 255, 0);
    transition: width 250ms, color 125ms;
  }
  body.listings #panel .services .toggle .handle {
    left: 0;
  }
  body.listings #panel .services .toggle .no.selection {
    float: right;
    color: white;
    width: 54px;
  }
  body.listings #panel .services .toggle .yes.selection {
    width: 16px;
  }
  body.listings #panel .services .toggle.active {
    background-color: #615EE7;
  }
  body.listings #panel .services .toggle.active .handle {
    left: 44px;
  }
  body.listings #panel .services .toggle.active .no.selection {
    color: rgba(255, 255, 255, 0);
    width: 16px;
  }
  body.listings #panel .services .toggle.active .yes.selection {
    color: white;
    width: 54px;
  }
  body.listings #panel .special-needs-panel .title {
    color: #212d6c;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  body.listings #panel .special-needs-panel .instructions {
    color: #4D577C;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  body.listings #panel .special-needs-panel .type-of-need {
    cursor: pointer;
  }
  body.listings #panel .special-needs-panel .type-of-need div {
    display: inline-block;
  }
  body.listings #panel .special-needs-panel .type-of-need {
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    border-top: 1px solid #e8e9f2;
    color: #4D577C;
  }
  body.listings #panel .special-needs-panel .type-of-need:first-child {
    border-top: 0;
  }
  body.listings #panel .special-needs-panel .type-of-need.active {
    color: #4341B5;
  }
  body.listings #panel .special-needs-panel .type-of-need.active .selected-icon {
    color: #4341B5;
    display: inline-block;
    margin-top: -2px;
    width: 16px;
    height: 17px;
  }
  body.listings #panel .special-needs-panel .type-of-need:hover {
    text-decoration: underline;
    color: #4341B5;
  }
  body.listings #panel .special-needs-panel .type-of-need:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings #panel .special-needs-panel .close-modal-icon {
    width: 14px;
    height: 14px;
  }
  body.listings #panel .special-needs-panel .selected-icon {
    display: none;
  }
  body.listings #panel .accreditations, body.listings #panel .elevate-status-filter {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.listings #panel .accreditations .filter-segment[style], body.listings #panel .elevate-status-filter .filter-segment[style] {
    /* this is to override the inline width style
       set in the Marionette.UI SegmentedControl widget */
    width: 50% !important;
  }
}
@media screen {
  body.listings #panel {
    position: absolute;
    left: 40%;
    z-index: 3;
    width: 387px;
    max-height: 95%;
    background-color: #fafbff;
    margin: 20px;
    padding: 22px 32px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 769px) {
  body.listings #panel {
    max-height: 100%;
  }
}
@media screen {
  body.listings #panel {
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(38, 41, 48, 0.36);
  }
  body.listings #panel .child-controls.remove-child {
    position: relative;
    top: 2px;
  }
  body.listings #panel .ages {
    margin-bottom: 50px;
  }
  body.listings #panel .filters {
    max-width: 400px;
    margin: 0 auto;
  }
  body.listings #panel .filters-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  body.listings #panel .filter-section-title {
    color: #212d6c;
    margin: 20px 0px 6.6666666667px;
    font-size: 16px;
  }
  body.listings #panel .quality-rating-title {
    font-weight: bold;
  }
  body.listings #panel .close {
    color: #4D577C;
  }
  body.listings #panel .quality-filter {
    margin: 20px 0 13.3333333333px;
  }
  body.listings #panel .quality-filter .filter-section-title {
    margin-top: 0;
  }
  body.listings #panel .age-selector .child-count {
    margin-right: 0;
    width: 70px;
  }
  body.listings #panel .age-selector .age-number {
    width: 40px;
  }
  body.listings #panel .age-selector .age-unit {
    width: 90px;
    border-radius: 3px;
  }
  body.listings #panel .controls .add-child {
    padding-left: 6px;
    text-align: center;
  }
  body.listings #panel .times {
    margin-bottom: 30px;
  }
  body.listings #panel .small {
    color: #63637c;
    font-weight: normal;
  }
  body.listings #panel hr {
    background-color: #e8e9f2;
    height: 1px;
    border: 0;
    margin: 20px 0 30px;
  }
  body.listings #panel .cta-break {
    margin: 30px 0 20px 0;
  }
}
@media screen and (max-width: 769px) {
  body.listings #panel {
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
  }
}
@media screen {
  body.listings #view-toggle {
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #4D577C;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
  }
  body.listings .view-toggle .view-toggle-container {
    display: inline-flex;
    border-radius: 2px;
    border: 1px solid #FFF;
  }
  body.listings .view-toggle button.list-view-btn, body.listings .view-toggle button.map-view-btn {
    background-color: #4D577C;
    color: #FFF;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 75px;
    height: 26px;
    transition: background-color 0.2s ease;
  }
  body.listings .view-toggle button.list-view-btn:first-child, body.listings .view-toggle button.map-view-btn:first-child {
    border-right: 1px solid #4D577C;
  }
  body.listings .view-toggle button.list-view-btn.active, body.listings .view-toggle button.map-view-btn.active {
    background-color: #FFF;
    color: #4D577C;
  }
  body.listings .view-toggle button.list-view-btn:hover:not(.active), body.listings .view-toggle button.map-view-btn:hover:not(.active) {
    background-color: #4D577C;
    color: #FFF;
  }
  body.listings .view-toggle button.list-view-btn:focus, body.listings .view-toggle button.map-view-btn:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings .search-networks {
    overflow: hidden;
    height: 21px;
  }
}
@media screen and (max-width: 769px) {
  body.listings .search-networks {
    display: none;
  }
}
@media screen {
  body.listings .search-network {
    float: left;
    color: #212d6c;
    padding: 5px 10px;
    font-size: 10px;
    min-width: 55px;
    background: #f59a22;
    margin-right: 5px;
    text-align: center;
    border-radius: 30px;
  }
  body.listings #search-header {
    position: absolute;
    width: 100%;
    height: 205px;
    background: #f2f2f6;
    padding: 20px;
    z-index: 1;
    border-bottom: 1px solid adjust-lightness(#f2f2f6, -10%);
    top: 0;
  }
  body.listings #search-header .location {
    line-height: 40px;
  }
}
@media screen and (max-width: 769px) {
  body.listings #search-header {
    padding: 10px;
    height: 175px;
    top: 0;
  }
  body.listings #search-header .location {
    line-height: 30px;
  }
}
@media screen {
  body.listings #search-header .name {
    line-height: 40px;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  body.listings .filters {
    margin-top: 10px;
  }
  body.listings .edit {
    text-decoration: underline;
    cursor: pointer;
    color: #4341B5;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 8px;
  }
  body.listings .search-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
  }
  body.listings .search-actions .search-networks {
    flex: 1;
  }
  body.listings .location, body.listings .care-proximity {
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
  }
  body.listings .care-proximity {
    font-size: 10px;
  }
  body.listings .location {
    width: 100%;
  }
  body.listings .btn-search {
    width: 56px;
    height: 40px;
  }
}
@media screen and (max-width: 769px) {
  body.listings .btn-search {
    height: 30px;
  }
}
@media screen {
  body.listings .btn-search .search-icon {
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-image: url("/assets/ui/icons/search-deep-green-843dd6cd.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  body.listings #listings-panel {
    background-color: #fafbff;
    padding: 20px;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 205px;
    bottom: 125px;
    -webkit-overflow-scrolling: touch;
  }
  body.listings #listings-panel .no-results-message {
    font-size: 18px;
    text-align: center;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
  }
  body.listings #listings-panel.collapse {
    top: 0;
  }
  body.listings #listings-panel .listing.active {
    border: none;
    line-height: 24px;
    position: absolute;
    margin: 0;
    padding: 24px 32px;
    padding-bottom: 60px;
    z-index: 1;
    left: 0;
    top: 0;
    cursor: default;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  body.listings #listings-panel .listing.active br {
    display: block;
    margin: 8px;
    line-height: 16px;
  }
  body.listings #listings-panel .listing.active .back-to-results {
    font-family: "bentonsans-medium";
    cursor: pointer;
    margin-bottom: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #4341B5;
  }
  body.listings #listings-panel .listing.active .back-to-results:before {
    text-transform: uppercase;
    content: "‹";
    margin-right: 0.4em;
  }
  body.listings #listings-panel .listing.active .back-to-results:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings #listings-panel .listing.active .business-name {
    font-size: 22px;
  }
}
@media screen and (min-width: 770px) {
  body.listings #listings-panel .listing.active .business-name {
    font-size: 26px;
  }
}
@media screen {
  body.listings #listings-panel .listing.active .program-name, body.listings #listings-panel .listing.active .type-of-care {
    font-size: 16px;
    color: #4D577C;
  }
  body.listings #listings-panel .listing.active .view-on-map {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 770px) {
  body.listings #listings-panel .listing.active .view-on-map {
    display: none !important;
  }
}
@media screen {
  body.listings #listings-panel .listing.active table.provider-details {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px;
    border-collapse: collapse;
  }
  body.listings #listings-panel .listing.active table.provider-details tr {
    border-top: 1px solid #d3d7ec;
  }
  body.listings #listings-panel .listing.active table.provider-details tr:last-child {
    border-bottom: 1px solid #d3d7ec;
  }
  body.listings #listings-panel .listing.active table.provider-details th, body.listings #listings-panel .listing.active table.provider-details td {
    font-size: 13px;
    padding: 12px 0;
  }
  body.listings #listings-panel .listing.active table.provider-details th {
    vertical-align: top;
    line-height: 1.4em;
    padding-top: 15px;
    color: #4D577C;
  }
  body.listings #listings-panel .listing.active table.provider-details td {
    color: #212d6c;
  }
  body.listings #listings-panel .listing.active table.hours tr {
    border: none;
  }
  body.listings #listings-panel .listing.active table.hours tr:last-child {
    border: none;
  }
  body.listings #listings-panel .listing.active table.hours th, body.listings #listings-panel .listing.active table.hours td {
    color: #212d6c;
    line-height: 1.2em;
    padding: 4px;
  }
}
@media screen and (max-width: 1100px) {
  body.listings #listings-panel .listing.active .email-provider-info, body.listings #listings-panel .listing.active .print-provider-info {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen {
  body.listings #listings-panel .listing.active .email-provider-info, body.listings #listings-panel .listing.active .print-provider-info {
    margin-top: 16px;
    margin-right: 10px;
  }
  body.listings #listings-panel .listing.active .phone-number .phone-icon {
    color: #4D577C;
    display: inline;
    text-decoration: none;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: left center;
    background-image: url("/assets/ui/icons/phone-mini-e0de9964.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.listings #listings-panel .listing.active .phone-number .phone-icon {
    background-image: url("/assets/ui/icons/phone-mini@2x-5ba77812.png");
  }
}
@media screen {
  body.listings #listings-panel .listing.active .has-quality .quality {
    border-right: 1px solid #e8e9f2;
    padding: 9px 0 7px;
  }
  body.listings #listings-panel .listing.active .has-quality .quality .quality-rating {
    float: none;
  }
  body.listings #listings-panel .listing {
    min-height: 110px;
    margin: 20px 0;
    padding: 20px;
    padding-right: 55px;
    border: 1px solid #e7e7f1;
    background-color: white;
    position: relative;
    cursor: pointer;
  }
  body.listings #listings-panel .listing:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  body.listings #listings-panel .listing.no-referrals {
    background-color: #fafbff;
  }
  body.listings #listings-panel .listing.no-referrals .compare-toggle {
    margin-right: 0;
  }
  body.listings #listings-panel .listing.no-referrals .business-name, body.listings #listings-panel .listing.no-referrals .business-name-2 {
    width: calc(100% - 95px);
  }
  body.listings #listings-panel .listing .business-name-container {
    margin-bottom: 10px;
  }
  body.listings #listings-panel .listing .elevate-level {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
  }
  body.listings #listings-panel .listing .elevate-level img {
    width: 16px;
    height: 16px;
  }
  body.listings #listings-panel .listing .elevate-level span {
    color: #232D68;
    font-size: 12px;
  }
  body.listings #listings-panel .listing .business-name, body.listings #listings-panel .listing .business-name-2 {
    color: #212d6c;
    margin-bottom: 5px;
    line-height: 1.1;
  }
  body.listings #listings-panel .listing .details-container {
    color: #4D577C;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 5px 0;
  }
  body.listings #listings-panel .listing .label, body.listings #listings-panel .listing .label-detailed {
    background-color: #4D577C;
    border-radius: 10px;
    font-size: 10px;
    font-family: "bentonsans-medium";
    color: white;
  }
  body.listings #listings-panel .listing .label {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 7px;
  }
  body.listings #listings-panel .listing .label-detailed {
    display: inline-block;
    line-height: 16px;
    padding: 2px 8px;
    margin-bottom: 25px;
  }
  body.listings #listings-panel .listing .quick-view-accreditations {
    color: #4D577C;
    font-size: 12px;
    margin: 6px 0;
  }
  body.listings #listings-panel .listing .distance {
    color: #8891b3;
    width: 40%;
  }
  body.listings #listings-panel .listing .distance .distance-icon {
    display: inline;
    padding-top: 1px;
    padding-left: 14px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: left center;
    background-image: url("/assets/ui/icons/distance-marker-8cf49680.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.listings #listings-panel .listing .distance .distance-icon {
    background-image: url("/assets/ui/icons/distance-marker@2x-09696601.png");
  }
}
@media screen {
  body.listings #listings-panel .listing .has-quality .quality {
    display: block;
    width: 50%;
  }
  body.listings #listings-panel .listing .has-quality .quality .quality-rating {
    float: right;
  }
  body.listings #listings-panel .listing .has-quality .quality .quality-rating .ratings {
    display: inline-block;
  }
  body.listings #listings-panel .listing .has-quality .quality .quality-rating .ratings .rating {
    margin-right: 0;
    margin-left: 5px;
  }
  body.listings #listings-panel .listing {
    border-radius: 3px;
  }
  body.listings #listings-panel .listing .meta-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    background: #f5f5ff;
    border-left: 1px solid #e7e7f1;
    height: 100%;
  }
  body.listings #listings-panel .listing .meta-icons ul {
    margin: auto;
    margin-top: 3px;
    text-align: center;
  }
  body.listings #listings-panel .listing .meta-icons li {
    padding-top: 7px;
  }
  body.listings #listings-panel .listing .meta-icons img {
    width: 15px;
    height: 15px;
  }
  body.listings #listings-panel .listing .show-when-active {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  body.listings #listings-panel {
    top: 175px;
    bottom: 100px;
    padding: 0 10px;
  }
}
@media screen {
  body.listings #listings-panel .note {
    display: none;
    text-align: center;
    font-size: 13px;
  }
  body.listings .active #listings-panel {
    bottom: 125px;
  }
}
@media screen and (max-width: 769px) {
  body.listings .active #listings-panel {
    bottom: 100px;
  }
}
@media screen {
  body.listings #send_provider_email input {
    padding: 5px 7px;
    width: 75%;
  }
  body.listings #send_provider_email .message {
    font-size: 12px;
    margin: 10px 0;
  }
  body.listings #send_provider_email .message.success {
    color: #3c763d;
  }
  body.listings #send_provider_email .message.error {
    color: #a94442;
  }
  body.listings #send_provider_email .disabled-button {
    color: #4D577C !important;
  }
  body.listings #send_provider_email .close-popover {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    opacity: 0.8;
  }
  body.listings #send_provider_email .close-popover:hover {
    opacity: 1;
  }
  body.listings .resources-modal {
    font-size: 12px;
  }
  body.listings .resources-modal .resources-links {
    margin-top: 20px;
    margin-left: 20px;
  }
  body.listings .resources-modal .resource {
    margin-bottom: 9px;
    padding-left: 1em;
    text-indent: -0.7em;
    font-size: 14px;
  }
  body.listings .resources-modal .resource:before {
    content: "• ";
    color: #8281b7;
  }
  body.listings .resources-modal .ctas {
    font-size: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  body.listings .resources-modal .cta {
    font-size: 22px;
    width: 50%;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    color: #FFF;
    vertical-align: bottom;
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  body.listings .resources-modal .call {
    background: #8281b7;
    border-radius: 0px 0px 0px 3px;
  }
  body.listings .resources-modal .chat {
    background: #4D577C;
    border-radius: 0px 0px 3px 0px;
  }
  body.listings .resources-callout, body.listings .provider-callout {
    margin-top: 12px;
    font-size: 13px;
  }
  body.listings .resources-callout:hover, body.listings .provider-callout:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  body.listings .provider-callout {
    text-decoration: none;
    color: #6e717f;
  }
  body.listings h1, body.listings h2, body.listings h3, body.listings h4 {
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  body.listings ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  body.listings #page {
    font-size: 0;
    overflow: hidden;
  }
  body.listings #search-header, body.listings #map, body.listings #listings, body.listings #sidebar, body.listings #panel {
    font-size: 14px;
  }
  body.listings #map {
    left: 40%;
    width: 60%;
  }
}
@media screen and (min-width: 770px) {
  body.listings #map {
    top: 0;
  }
}
@media screen and (max-width: 769px) {
  body.listings #map {
    top: 40px;
  }
}
@media screen {
  body.listings #map > div {
    height: 100%;
  }
  body.listings #sidebar {
    width: 40%;
    display: block;
    position: relative;
    z-index: 1;
    background: #FFF;
    transform: translateZ(0);
    transition: left 300ms;
    box-shadow: 3px 0px 1px rgba(42, 40, 60, 0.14);
  }
}
@media screen and (min-width: 770px) {
  body.listings #sidebar {
    top: 0;
  }
}
@media screen and (max-width: 769px) {
  body.listings #sidebar {
    top: 40px;
  }
}
@media screen and (max-width: 480px) {
  body.listings #sidebar {
    width: 100%;
  }
}
@media screen {
  body.listings #sidebar.active .resources-callout, body.listings #sidebar.active .provider-callout {
    display: block;
  }
  body.listings #map, body.listings #sidebar {
    float: right;
  }
}
@media screen and (min-width: 770px) {
  body.listings #map, body.listings #sidebar {
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  body.listings #map, body.listings #sidebar {
    left: 0;
    width: 100%;
    position: absolute;
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 769px) {
  body.listings .show-list #sidebar {
    left: 0;
  }
  body.listings .show-map #sidebar {
    left: 100%;
  }
}
@media screen {
  body.listings .map-infowindow {
    max-width: 100%;
    /* Decimal pixel values were throwing of Google Maps */
    padding: 7px;
  }
  body.listings .map-infowindow .has-margin {
    margin-bottom: 6px;
  }
  body.listings .map-infowindow .street-view {
    margin-top: 10px;
  }
  body.listings .callout .chat img, body.listings .callout .dial img, body.listings .callout .email img {
    width: 25px;
  }
  .quality-filter {
    display: none;
  }
  .quality-rating li {
    display: inline-block;
    margin-right: 2px;
  }
  .quality-rating .reset-quality-filter {
    float: left;
    margin-right: 10px;
    text-decoration: underline;
    font-size: 10px;
    line-height: 13.3333333333px;
    color: #8891b3;
    cursor: pointer;
  }
  .quality-rating .rating-star {
    color: #d3d7ec;
    font-size: 16px;
  }
  .quality-rating .rating-star.active {
    color: #212d6c;
  }
  .callout {
    height: 125px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    bottom: 0;
    border-top: 1px solid adjust-lightness(#f2f2f6, -10%);
    text-align: center;
    background: #f2f2f6;
    overflow: hidden;
  }
  .callout ul {
    padding: 0 20px;
  }
  .callout ul li {
    display: inline-block;
  }
  .callout .dial, .callout .email, .callout .chat {
    color: white;
    text-decoration: none;
    display: inline-block;
    line-height: 26.6666666667px;
    height: 26.6666666667px;
    font-size: 13.3333333333px;
    margin-top: 13.3333333333px;
    margin-bottom: 20px;
  }
  .callout .dial {
    color: #191d2f;
  }
  .callout .credit {
    bottom: 6.6666666667px;
    left: 0;
    text-align: center;
    font-size: 10px;
    position: absolute;
    height: 19px;
    width: 100%;
  }
  .callout img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .callout img {
    display: inline;
  }
}
@media screen and (max-width: 832px) {
  .callout .credit {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .callout {
    height: 100px;
  }
  .callout ul {
    padding: 5px 10px;
  }
  .callout .dial, .callout .email, .callout .chat {
    margin-top: 5px;
    font-size: 14px;
  }
  .callout img {
    display: none;
  }
}
@media screen {
  .chat-modal .modal-header {
    font-size: 20px;
    color: #212d6c;
    text-align: center;
    margin: 20px 0 6.6666666667px;
  }
  .chat-modal .modal-sub-header {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    max-width: 350px;
    margin: 13.3333333333px auto 26.6666666667px;
  }
  .chat-modal .chat-input {
    width: 30%;
    min-width: 180px;
    margin: 0 auto 40px;
  }
  .chat-modal .chat-input .text {
    display: block;
    width: 100%;
    margin-bottom: 13.3333333333px;
    padding-left: 5px;
  }
  .chat-modal .chat-input .small {
    display: block;
  }
  .chat-modal .chat-input .btn {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
  }
  .chat-modal .united-logo {
    display: block;
    margin: 0 auto;
    height: 48px;
  }
  .active-listing-actions button {
    font-size: 11px;
  }
  .compare-toggle {
    display: inline-block;
    margin-top: 16px;
    margin-right: 10px;
  }
  .compare-toggle button {
    font-size: 11px;
  }
  .compare-toggle .btn-compare {
    width: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .active-listing-actions .compare-toggle {
    display: block;
    width: 100%;
    margin: 0;
  }
  .active-listing-actions .compare-toggle .btn-compare {
    width: 100%;
  }
}
@media screen {
  @-webkit-keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInUp {
    from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes slideOutDown {
    from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  #compare-link {
    position: absolute;
    z-index: 1;
    bottom: 125px;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #compare-link {
    bottom: 100px;
  }
}
@media screen {
  #compare-link .compare-link-container {
    display: none;
    background-color: #615EE7;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    padding: 13px 0;
  }
  #compare-link .compare-link-container.visible {
    display: block;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  #compare-link .compare-link-container:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  #compare-link .compare-link-warning {
    color: #191d2f;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 13px 0;
    background-color: #f59a22;
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    transition: visibility 0s linear 0.3s;
  }
  #compare-link .compare-link-warning.visible {
    visibility: visible;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  #compare-link .compare-link-count {
    background-color: #FFF;
    color: #615EE7;
    margin-right: 6px;
    padding: 4px 12px;
    border-radius: 12px;
  }
  .compare-tool {
    font-size: 13px;
  }
  .compare-header {
    background-color: #615EE7;
    color: #FFF;
    padding: 20px 30px;
  }
  .compare-header .back-to-results {
    float: left;
    padding-top: 4px;
    font-family: "bentonsans-medium";
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFF;
  }
  .compare-header .back-to-results:focus {
    outline: 4px solid #8e8cf8;
    outline-offset: 2px;
    border-radius: 5px;
  }
  .compare-title {
    font-size: 22px;
    text-align: center;
  }
  .compare-title.inspections-title {
    display: block;
  }
  .compare-grid {
    background-color: #fafbff;
  }
  .compare-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .compare-row {
    border-bottom: 1px solid #d3d7ec;
  }
  .compare-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .compare-row-table {
    display: table;
    width: 100%;
  }
  [class*=compare-col-] {
    float: left;
  }
  .compare-col-1-5 {
    width: 20%;
  }
  .compare-col-4-5 {
    width: 80%;
  }
  .compare-full-width {
    width: 100%;
  }
  .compare-label {
    background-color: #fafbff;
    padding: 14px 16px;
    color: #4D577C;
    line-height: 1.2em;
  }
  .compare-field {
    display: table-cell;
    width: 25%;
    min-width: 136px;
    background-color: #FFF;
    border-left: 1px solid #d3d7ec;
    padding: 14px 16px;
    color: #212d6c;
    line-height: 1.4em;
  }
  .compare-field .compare-toggle {
    margin: 0;
  }
  .compare-field .compare-toggle .btn-compare {
    width: auto;
  }
  .compare-field.inspections-field {
    text-align: center;
  }
  .compare-field.inspections-field.open-status {
    color: red;
  }
  .compare-field.inspections-field.narrow-column {
    width: 8%;
  }
  .compare-field.inspections-field.regular-column {
    width: 19%;
  }
  .compare-field .business-name {
    margin-top: 22px;
    font-size: 22px;
    line-height: 22px;
  }
  .compare-field .type-of-care {
    font-size: 16px;
    line-height: 22px;
    color: #6b749d;
  }
  .compare-field .address-line {
    color: #6b749d;
    font-size: 14px;
  }
  .compare-field table.hours {
    width: 100%;
  }
  .compare-field table.hours th {
    padding-right: 4px;
  }
  .back-to-profile {
    float: left;
    padding-top: 20px;
    font-family: "bentonsans-medium";
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
  }
  .back-to-profile:before {
    content: "‹ Back to Profile";
  }
}
@media screen and (max-width: 769px) {
  .back-to-profile {
    padding-top: 22px;
    margin-left: -18px;
  }
  .back-to-profile:before {
    content: "Back";
  }
}
@media screen {
  .inspections-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inspections-header .sub-title {
    font-size: 15px;
    color: #fff5f5;
  }
  .inspections-column-name {
    background-color: #f2f2f6;
  }
  .no-inspections {
    font-size: 21px;
    padding: 30px;
  }
}
@media screen and (max-width: 769px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .inspections {
    font-size: 14px;
    padding: 30px;
  }
}
@media screen {
  .mobile-inspection {
    max-width: 650px;
    border-bottom: 1px solid #d3d7ec;
    margin: auto;
    padding: 20px;
  }
  .inspection-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .legend-modal-container {
    display: block;
    position: absolute;
    top: 71px;
    background-color: white;
    border: 1px solid #d3d7ec;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .legend-modal-container {
    top: 40px;
  }
}
@media screen {
  .legend-modal {
    text-decoration: underline;
    cursor: pointer;
  }
  .legend-table, .legend-header, .legend-cell {
    border: 1px solid #d3d7ec;
    border-collapse: collapse;
    margin-bottom: 25px;
  }
  .legend-header, .legend-cell {
    padding: 5px;
  }
  .legend-header {
    text-align: left;
    background-color: #f2f2f6;
  }
  .helper-element {
    float: right;
    font-size: 14px;
    padding: 15px;
    font-family: bentonsans;
    text-decoration: none;
    cursor: pointer;
  }
  .back-to-inspections {
    float: left;
    padding-top: 20px;
    font-family: "bentonsans-medium";
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
  }
  .back-to-inspections:before {
    content: "‹ Back to Inspections";
  }
}
@media screen and (max-width: 769px) {
  .back-to-inspections {
    padding-top: 22px;
    margin-left: -18px;
  }
  .back-to-inspections:before {
    content: "Back";
  }
}
@media screen {
  .violations-collection {
    padding: 30px;
  }
  .violation-header {
    text-align: center;
    font-size: 23px;
    padding-bottom: 1px;
    color: #212d6c;
    z-index: 1;
  }
  .violation {
    max-width: 650px;
    border-bottom: 1px solid #d3d7ec;
    margin: auto;
    padding-top: 20px;
  }
  .violation-content {
    text-align: left;
  }
  .violation-content.title {
    font-size: 18px;
    padding-bottom: 5px;
    color: #212d6c;
    z-index: 1;
  }
  .violation-content.date {
    padding-bottom: 15px;
  }
  .violation-content.description {
    font-size: 13px;
  }
  .back-to-inspections {
    float: left;
    padding-top: 20px;
    font-family: "bentonsans-medium";
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 2;
    position: absolute;
  }
  .back-to-inspections:before {
    content: "‹ Back to Inspections";
  }
}
@media screen and (max-width: 769px) {
  .back-to-inspections {
    padding-top: 22px;
    margin-left: -18px;
  }
  .back-to-inspections:before {
    content: "Back";
  }
}
@media screen {
  .documents-collection {
    padding: 30px;
  }
  .document-header {
    text-align: center;
    font-size: 23px;
    padding-bottom: 1px;
    color: #212d6c;
    z-index: 1;
  }
  .document {
    max-width: 650px;
    border-bottom: 1px solid #d3d7ec;
    margin: auto;
    padding-top: 20px;
  }
  .document-content {
    text-align: center;
  }
  .document-content.title {
    font-size: 18px;
    padding-bottom: 5px;
    color: #212d6c;
    z-index: 1;
  }
  .document-content.date {
    padding-bottom: 15px;
  }
  .document-content.description {
    font-size: 13px;
  }
}
@media print {
  html, body {
    font-family: "bentonsans", "Tahoma", "Helvetica", "Arial", sans-serif;
    font-size: 8pt;
    color: #4D577C;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
  }
  h1 {
    font-size: 14pt;
  }
  h2 {
    font-size: 12pt;
  }
  h3, h4, h5, h6 {
    font-size: 10pt;
  }
  a {
    color: #212d6c;
  }
  ul, ol {
    margin: 0;
    padding: 0;
  }
  button {
    display: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  @page {
    margin: 1.5cm;
  }
  .resources-modal {
    display: none;
  }
  #chat-modal, #panel {
    display: none;
  }
  #search-header {
    display: none;
  }
  #compare-link {
    display: none;
  }
  .resources-callout, .provider-callout .callout {
    display: none;
  }
  ul.contact-button-group {
    display: none !important;
  }
  .callout .credit {
    display: block;
    margin-top: 1em;
  }
  #app-header .app-header-links {
    display: none;
  }
  #app-header .app-header-logo {
    display: none;
  }
  #app-header .app-header-logo-print {
    display: inline-block;
    margin-bottom: 16px;
    height: 20px;
    width: 50px;
  }
  #app-header .view-toggle {
    display: none;
  }
  .listing {
    display: none;
  }
  .listing.active {
    color: #8891b3;
    display: block;
  }
  .listing.active .back-to-results {
    display: none;
  }
  .listing.active .business-name {
    margin: 0;
    font-size: 12pt;
    font-weight: normal;
    color: #212d6c;
  }
  .listing.active .type-of-care, .listing.active .details-container {
    font-size: 10pt;
    color: #212d6c;
    line-height: 1.2em;
  }
  .listing.active table.provider-details {
    margin-top: 12pt;
    width: 100%;
    border-collapse: collapse;
  }
  .listing.active table.provider-details tr {
    border-top: 1px solid #d3d7ec;
  }
  .listing.active table.provider-details tr:last-child {
    border-bottom: 1px solid #d3d7ec;
  }
  .listing.active table.provider-details th, .listing.active table.provider-details td {
    color: #212d6c;
    padding: 8px;
    padding-left: 0;
  }
  .listing.active table.provider-details th {
    vertical-align: top;
  }
  .listing.active table.provider-details td {
    padding-right: 0;
  }
  .listing.active table.hours tr {
    border: none;
  }
  .listing.active table.hours tr:last-child {
    border: none;
  }
  .listing.active table.hours th, .listing.active table.hours td {
    color: #212d6c;
    line-height: 1.2em;
    padding: 0 8pt 3pt 0;
  }
  .compare-tool {
    color: #212d6c;
  }
  .compare-tool .back-to-results {
    display: none;
  }
  .compare-tool .compare-title {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }
  .compare-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  .compare-row {
    border-bottom: 1px solid #d3d7ec;
  }
  .compare-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .compare-row-table {
    display: table;
    width: 100%;
  }
  [class*=compare-col-] {
    float: left;
  }
  .compare-col-1-5 {
    width: 20%;
  }
  .compare-col-4-5 {
    width: 80%;
  }
  .compare-label, .compare-field {
    padding: 8px 4px;
  }
  .compare-field {
    display: table-cell;
    width: 25%;
    border-left: 1px solid #d3d7ec;
  }
  .quality-rating .ratings {
    margin: 0;
    padding: 0;
  }
  .quality-rating .ratings li {
    display: inline-block;
    margin-right: 2pt;
  }
  .quality-rating .ratings .rating-star {
    color: #FFF;
  }
  .quality-rating .ratings .rating-star.active {
    color: #212d6c;
  }
}
