@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

.clearfix:after, .row:after, .group:after {
  clear: both;
}

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.row .row {
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (max-width: 767px) {
  .row .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.row.row-narrow {
  max-width: 1232px;
}
.row.row-narrow-alt {
  max-width: 1026px;
}
@media only screen and (min-width: 768px) {
  .row.max-80 {
    max-width: 80%;
    margin: 0 auto;
  }
}

.col {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .col {
    padding: 0 8px;
  }
}
.col.last {
  float: right;
}
.col.col-padding {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .col.col-padding {
    padding: 0 8px;
  }
}
@media print {
  .col.col-padding {
    padding: 0 10px;
  }
}
.col.col-padding-lg {
  padding: 0 84px;
}
@media only screen and (max-width: 1200px) {
  .col.col-padding-lg {
    padding: 0 36px 0 84px;
  }
}
@media only screen and (max-width: 1025px) {
  .col.col-padding-lg {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 767px) {
  .col.col-padding-lg {
    padding: 0 8px;
  }
}
@media print {
  .col.col-padding-lg {
    padding: 0 10px;
  }
}

@media only screen {
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.666667%;
  }
  .sm-10 {
    width: 83.333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.666667%;
  }
  .sm-7 {
    width: 58.333333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.666667%;
  }
  .sm-4 {
    width: 33.333333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.666667%;
  }
  .sm-1 {
    width: 8.333333%;
  }
  .sm-no-padding {
    padding: 0;
  }
  .show-for-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.666667%;
  }
  .md-10 {
    width: 83.333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.666667%;
  }
  .md-7 {
    width: 58.333333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.666667%;
  }
  .md-4 {
    width: 33.333333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.666667%;
  }
  .md-1 {
    width: 8.333333%;
  }
  .md-no-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.666667%;
  }
  .lg-10 {
    width: 83.333333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.666667%;
  }
  .lg-7 {
    width: 58.333333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.666667%;
  }
  .lg-4 {
    width: 33.333333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.666667%;
  }
  .lg-1 {
    width: 8.333333%;
  }
  .lg-no-padding {
    padding: 0;
  }
  .show-for-md,
  .show-for-sm {
    display: none !important;
  }
  .show-for-lg {
    display: inherit !important;
  }
}
@media only screen and (min-width: 1620px) {
  .xl-12 {
    width: 100%;
  }
  .xl-11 {
    width: 91.666667%;
  }
  .xl-10 {
    width: 83.333333%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-8 {
    width: 66.666667%;
  }
  .xl-7 {
    width: 58.333333%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-5 {
    width: 41.666667%;
  }
  .xl-4 {
    width: 33.333333%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-2 {
    width: 16.666667%;
  }
  .xl-1 {
    width: 8.333333%;
  }
  .xl-no-padding {
    padding: 0;
  }
  .show-for-md,
  .show-for-sm,
  .show-for-lg {
    display: none !important;
  }
  .show-for-xl {
    display: inherit !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .show-for-lg,
  .hide-for-md,
  .show-for-sm {
    display: none !important;
  }
  .show-for-md {
    display: inherit !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-for-lg,
  .show-for-md,
  .hide-for-sm {
    display: none !important;
  }
  .show-for-sm {
    display: inherit !important;
  }
}
@media only screen and (max-width: 479px) {
  .show-for-xs {
    display: inherit !important;
  }
  .hide-for-xs {
    display: none !important;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-11 {
    width: 91.666667%;
  }
  .xs-10 {
    width: 83.333333%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-8 {
    width: 66.666667%;
  }
  .xs-7 {
    width: 58.333333%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-5 {
    width: 41.666667%;
  }
  .xs-4 {
    width: 33.333333%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-2 {
    width: 16.666667%;
  }
  .xs-1 {
    width: 8.333333%;
  }
  .xs-no-padding {
    padding: 0;
  }
}
@media print {
  .show-for-sm,
  .show-for-md {
    display: none !important;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.666667%;
  }
  .sm-10 {
    width: 83.333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.666667%;
  }
  .sm-7 {
    width: 58.333333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.666667%;
  }
  .sm-4 {
    width: 33.333333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.666667%;
  }
  .sm-1 {
    width: 8.333333%;
  }
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.666667%;
  }
  .md-10 {
    width: 83.333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.666667%;
  }
  .md-7 {
    width: 58.333333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.666667%;
  }
  .md-4 {
    width: 33.333333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.666667%;
  }
  .md-1 {
    width: 8.333333%;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.666667%;
  }
  .lg-10 {
    width: 83.333333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.666667%;
  }
  .lg-7 {
    width: 58.333333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.666667%;
  }
  .lg-4 {
    width: 33.333333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.666667%;
  }
  .lg-1 {
    width: 8.333333%;
  }
}
@page {
  margin: 1cm;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
  }
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

@media print {
  nav,
  embed,
  object,
  video {
    display: none !important;
  }
}

@media print {
  pre,
  blockquote,
  img {
    page-break-inside: avoid;
  }
}

hr {
  margin-top: 24px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #d4d5d6;
}

iframe {
  border: none;
}

:focus {
  outline: none;
}

a:focus, button:focus, canvas:focus, .dropdown-toggle:focus {
  /* Fallback style for browsers that don't support :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
  outline: auto 1px highlight;
  outline-offset: 2px;
}

a:focus:not(:focus-visible), button:focus:not(:focus-visible), canvas:focus:not(:focus-visible), .dropdown-toggle:focus:not(:focus-visible) {
  /* Removing the focus indicator on mouse-focus for browsers that do support :focus-visible */
  outline: none;
}

a:focus-visible, button:focus-visible, canvas:focus-visible .dropdown-toggle:focus-visible {
  /* Add keyboard-focus on browsers that do support :focus-visible */
  outline: 5px auto -webkit-focus-ring-color;
  outline: auto 1px highlight;
  outline-offset: 2px;
}

.mapboxgl-canvas:focus {
  border: 2px solid highlight;
  border-color: -webkit-focus-ring-color;
}

.mapboxgl-canvas:focus:not(:focus-visible) {
  border: 0;
}

.mapboxgl-map .marker {
  background: url("/content/northwestern/img/markers/map-pin-legacy.png");
  width: 30px;
  height: 70px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.mapboxgl-map .search-marker {
  background: url("/content/northwestern/img/markers/map-pin-search.png");
  width: 30px;
  height: 70px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}

:active {
  outline: none;
}

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

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

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

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.assistive-text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  color: #000;
}
.assistive-text:active, .assistive-text:focus {
  position: fixed;
  overflow: visible;
  clip: auto;
}

.skip-link:focus, .skip-link:hover {
  color: #fff;
  font-weight: 700;
  z-index: 99;
}

@media print {
  .no-print {
    display: none !important;
  }
}

@media screen {
  .print {
    display: none !important;
  }
}

@media print {
  .print-full-width {
    width: 100% !important;
  }
}

.print-logo {
  width: 300px !important;
  height: 21px !important;
  display: inline-block;
  margin: 20px auto 20px auto;
}

.no-mobile [href^="tel:"] {
  text-decoration: none;
  color: #00668f;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
}
.no-mobile [href^="tel:"].btn {
  color: #fff;
  text-decoration: none;
}
.no-mobile [href^="tel:"].btn-link {
  color: #00668f;
  text-decoration: none;
}
.no-mobile [href^="tel:"].btn-call:hover {
  color: #fff;
}
.no-mobile [href^="tel:"].btn-primary:hover {
  color: #fff;
}
.no-mobile [href^="tel:"].btn-secondary {
  color: #00668f;
  text-decoration: none;
}
.no-mobile [href^="tel:"].btn-secondary:hover, .no-mobile [href^="tel:"].btn-secondary:focus {
  color: #fff;
}
.no-mobile [href^="tel:"]:hover {
  color: #0b4265;
}

.overflow-hidden {
  overflow: hidden;
}

.no-mobile .hide-for-desktop {
  display: none !important;
}

.mobile .hide-for-mobile {
  display: none !important;
}

.noscroll {
  overflow: hidden !important;
}

.gray-bg {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 102;
  transition: opacity 0.2s ease;
}

.text-decoration-none {
  text-decoration: none !important;
}

.brand-accent-color {
  color: #9348B4 !important;
}

html {
  cursor: default;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
html.android body.mynm-app .breadcrumb-global {
  display: none !important;
}

body {
  font-size: 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #363637;
  background: #f5f5f5;
  overflow-x: clip;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media print {
  body {
    font-size: 9.5pt;
    line-height: 1.4;
  }
}

body.cardiovascular-care, body.cardiovascular-care-new, body.heart-and-vascular {
  background: #ffffff;
}
body.cardiovascular-care .container, body.cardiovascular-care-new .container, body.heart-and-vascular .container {
  background-color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  main#homeContent {
    margin-top: 55px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  background-color: #f5f5f5;
  transition: transform 0.3s;
}

.reverse-order {
  order: 2;
}

/*
.mobile-nav-visible .container {
	-webkit-transform: translate3d(275px,0,0);
    transform: translate3d(275px,0,0);

	@media only screen and (min-width: 768px) {
		-webkit-transform: none;
		transform: none;
	}
}*/
h1, .h1,
h2, .h2,
h3, .h3, .wfm_section legend,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 16px 0;
}

h1, .h1,
h2, .h2,
h3, .h3, .wfm_section legend {
  color: #322071;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  color: #232526;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.25rem;
  }
}

h3,
.h3,
.wfm_section legend {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3,
  .wfm_section legend {
    font-size: 1.125rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.6;
}

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.6;
}

h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.6;
}

p {
  margin: 0 0 1em;
}

.line,
.block {
  display: block;
}

.word-group {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.pipe {
  display: inline-block;
}
.pipe:before {
  content: "| ";
  color: #b5b5b7;
  width: 7px;
  display: block;
  line-height: 0;
}

.pipe-alt {
  display: inline-block;
}
.pipe-alt:after {
  content: "| ";
  color: #b5b5b7;
}

.text-light {
  color: #ffffff;
}

a {
  color: #00668f;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a:hover {
  color: #0b4265;
}

.link-style {
  color: #00668f;
  text-decoration: underline;
  cursor: pointer;
}
.link-style:hover {
  color: #0b4265;
}

.action-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.action-link:hover {
  color: #0b4265;
}

.emphasized {
  font-style: italic;
}

blockquote {
  quotes: "“" "”";
  font-size: 18px;
  margin-bottom: 0;
}
blockquote:before, blockquote:after {
  font-size: 24px;
  line-height: 0;
}
blockquote:before {
  content: open-quote;
  margin-right: 0.1em;
}
blockquote:after {
  content: close-quote;
  margin-left: 0.05em;
}
blockquote p {
  display: inline;
}

cite {
  font-style: italic;
}

.color-base {
  color: #363637;
}

.extra-bold {
  font-weight: 800;
}

.brand-color {
  color: #574497;
}

.brand-color-alt {
  color: #63599e;
}

.brand-color-dark {
  color: #322071;
}

.transform-none {
  text-transform: none !important;
}

@media print {
  form,
  label,
  input,
  textarea,
  select,
  button {
    display: none !important;
  }
}

@media print {
  form#form {
    display: block !important;
  }
}

label,
input[type=submit],
input[type=range],
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

.error,
.form-validation-error,
.validation-summary-errors,
.success {
  font-weight: 700;
}

.error,
.form-validation-error,
.validation-summary-errors,
.required-field-marker {
  color: #c10000 !important;
}
@media print {
  .error,
  .form-validation-error,
  .validation-summary-errors,
  .required-field-marker {
    color: #000 !important;
  }
}

.required-field-marker {
  padding-bottom: 15px;
}

.success {
  color: #24bf7a !important;
}

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

legend {
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0;
}

.form-disclaimer {
  color: #63599e;
  font-style: italic;
}

.form-group {
  position: relative;
  margin-bottom: 1em;
}
.form-group legend {
  font-weight: inherit;
  padding: 0;
}
.form-group label, .form-group span.fad-checkbox-name,
.form-group span.filter-checkbox-name {
  display: inline-block;
  margin-bottom: 0.375em;
}
.form-group label.label-alt, .form-group span.fad-checkbox-name.label-alt,
.form-group span.filter-checkbox-name.label-alt {
  color: #63599e;
}
.form-group label.has-tooltip, .form-group span.fad-checkbox-name.has-tooltip,
.form-group span.filter-checkbox-name.has-tooltip {
  display: inline-block;
}

.form-group-alt {
  position: relative;
  margin-bottom: 2em;
  /* Animation adapted from https://codepen.io/joshadamous/pen/yyyqJZ */
  /*
  Code example (markup to be in exact order): 
  <div class="form-group form-group-alt col xs-12 sm-6">
         <input type="text" id="GiftAmount" name="GiftAmount" title="Please enter a Gift Amount." required data-val="true" autofocus data-val-required="Please enter a Gift Amount." />
         <label for="GiftAmount">Gift Amount</label>
         <span class="zingy-bar"></span>
         <span class="field-validation-valid" data-valmsg-for="GiftAmount" data-valmsg-replace="true"></span>
     </div>
  */
}
.form-group-alt label {
  color: #AAA;
  margin: 0;
  position: absolute;
  top: 11px;
  z-index: 0;
  transition: all 0.2s ease;
}
.form-group-alt input:focus ~ label,
.form-group-alt input.used ~ label {
  transform: scale(0.9);
  left: 6px;
  top: -15px;
  color: inherit;
}
.form-group-alt .zingy-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-group-alt .zingy-bar:before,
.form-group-alt .zingy-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #574497;
  transition: all 0.2s ease;
}
.form-group-alt .zingy-bar:before {
  left: 50%;
}
.form-group-alt .zingy-bar:after {
  right: 50%;
}
.form-group-alt input:focus ~ .zingy-bar:before,
.form-group-alt input:focus ~ .zingy-bar:after {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .form-group-inline label, .form-group-inline .radio, .form-group-inline .checkbox {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 480px) {
  .form-group-date {
    max-width: 180px;
  }
}

.form-group-cc .cc-icon {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 10;
}

.employee-limit {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  width: 100%;
  font-size: inherit;
  background: #fff;
  padding: 0.5em;
  height: 3.425em;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  transition: background 0.15s, border 0.15s, box-shadow 0.15s;
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=month],
  input[type=week],
  input[type=email],
  input[type=number],
  input[type=search],
  input[type=tel],
  input[type=time],
  input[type=url],
  textarea,
  select {
    font-size: 18px;
  }
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 130, 150, 0.3);
  border-color: #008296;
}
.form-group-alt input[type=text],
.form-group-alt input[type=password],
.form-group-alt input[type=date],
.form-group-alt input[type=datetime],
.form-group-alt input[type=datetime-local],
.form-group-alt input[type=month],
.form-group-alt input[type=week],
.form-group-alt input[type=email],
.form-group-alt input[type=number],
.form-group-alt input[type=search],
.form-group-alt input[type=tel],
.form-group-alt input[type=time],
.form-group-alt input[type=url],
.form-group-alt textarea,
.form-group-alt select {
  border-width: 0 0 1px 0;
  border-color: #cacaca;
  border-radius: none;
  background: transparent;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.form-group-alt input[type=text]:focus,
.form-group-alt input[type=password]:focus,
.form-group-alt input[type=date]:focus,
.form-group-alt input[type=datetime]:focus,
.form-group-alt input[type=datetime-local]:focus,
.form-group-alt input[type=month]:focus,
.form-group-alt input[type=week]:focus,
.form-group-alt input[type=email]:focus,
.form-group-alt input[type=number]:focus,
.form-group-alt input[type=search]:focus,
.form-group-alt input[type=tel]:focus,
.form-group-alt input[type=time]:focus,
.form-group-alt input[type=url]:focus,
.form-group-alt textarea:focus,
.form-group-alt select:focus {
  background: none;
  box-shadow: none;
  border-color: inherit;
}
.form-group-alt input[type=text].input-validation-error,
.form-group-alt input[type=password].input-validation-error,
.form-group-alt input[type=date].input-validation-error,
.form-group-alt input[type=datetime].input-validation-error,
.form-group-alt input[type=datetime-local].input-validation-error,
.form-group-alt input[type=month].input-validation-error,
.form-group-alt input[type=week].input-validation-error,
.form-group-alt input[type=email].input-validation-error,
.form-group-alt input[type=number].input-validation-error,
.form-group-alt input[type=search].input-validation-error,
.form-group-alt input[type=tel].input-validation-error,
.form-group-alt input[type=time].input-validation-error,
.form-group-alt input[type=url].input-validation-error,
.form-group-alt textarea.input-validation-error,
.form-group-alt select.input-validation-error {
  border-bottom-width: 3px;
}

input[type=search] {
  -webkit-appearance: none;
}

select[multiple] {
  height: auto;
}

textarea {
  min-height: 10em;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background: #e9e9e9;
  color: #999;
  border-color: #bbb;
  cursor: not-allowed !important;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

.checkbox,
.radio {
  position: relative;
  min-height: 15px;
  padding: 5px 0 5px 5px;
}
.checkbox input,
.radio input {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: none;
}
.checkbox label,
.radio label {
  padding-left: 0;
}

.checkbox input[type=checkbox] + label, .checkbox input[type=checkbox] + span.fad-checkbox-name, .checkbox input[type=checkbox] + span.filter-checkbox-name {
  position: relative;
  line-height: 0;
  padding-left: 28px;
}
.checkbox input[type=checkbox] + label:before, .checkbox input[type=checkbox] + span.fad-checkbox-name:before, .checkbox input[type=checkbox] + span.filter-checkbox-name:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #ffffff;
  border: solid 1px #7f8283;
  line-height: 0;
}
.checkbox input[type=checkbox]:checked + label, .checkbox input[type=checkbox]:checked + span.fad-checkbox-name,
.checkbox input[type=checkbox]:checked + span.filter-checkbox-name {
  position: relative;
  font-weight: 700;
}
.checkbox input[type=checkbox]:checked + label:before, .checkbox input[type=checkbox]:checked + span.fad-checkbox-name:before,
.checkbox input[type=checkbox]:checked + span.filter-checkbox-name:before {
  background-color: #ffffff;
}
.checkbox input[type=checkbox]:checked + label:after, .checkbox input[type=checkbox]:checked + span.fad-checkbox-name:after,
.checkbox input[type=checkbox]:checked + span.filter-checkbox-name:after {
  font-family: "Material Icons";
  content: "\e876";
  font-size: 1.125rem;
  line-height: 0;
  display: block;
  top: 12px;
  left: 1px;
  position: absolute;
  color: #63599e;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .checkbox input[type=checkbox]:checked + label:after, .checkbox input[type=checkbox]:checked + span.fad-checkbox-name:after,
  .checkbox input[type=checkbox]:checked + span.filter-checkbox-name:after {
    font-size: 1rem;
  }
}
.checkbox input[type=checkbox][disabled] + label, .checkbox input[type=checkbox][disabled] + span.fad-checkbox-name,
.checkbox input[type=checkbox][disabled] + span.filter-checkbox-name {
  cursor: no-drop;
  cursor: not-allowed;
  color: #7f8283;
}
.checkbox input[type=checkbox][disabled] + label:before, .checkbox input[type=checkbox][disabled] + span.fad-checkbox-name:before,
.checkbox input[type=checkbox][disabled] + span.filter-checkbox-name:before {
  background-color: transparent;
  border-color: #7f8283;
  cursor: no-drop;
  cursor: not-allowed;
}
.checkbox input[type=checkbox][disabled] + label:after, .checkbox input[type=checkbox][disabled] + span.fad-checkbox-name:after,
.checkbox input[type=checkbox][disabled] + span.filter-checkbox-name:after {
  color: #7f8283;
}

.radio input[type=radio] + label {
  position: relative;
  padding-left: 28px;
}
.radio input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 50% 50%;
  border: solid 2px #7f8283;
  line-height: 0;
}
.radio input[type=radio]:checked + label:before {
  border-color: #0b4265;
}
.radio input[type=radio]:checked + label:after {
  content: "";
  display: block;
  border-radius: 50% 50%;
  height: 10px;
  left: 4px;
  top: 8px;
  width: 10px;
  background-color: #0b4265;
  position: absolute;
  line-height: 0;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-style: normal;
}

::-moz-placeholder {
  color: #aaa;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #aaa;
  font-style: normal;
}

/* These are duplicated so they don't interfere with jquery validate */
.location-search-validation {
  display: none;
}

input.input-validation-error-base,
textarea.input-validation-error-base,
select.input-validation-error-base {
  border-color: #c10000 !important;
  background-color: #fee;
}

input.input-validation-error-base:focus,
textarea.input-validation-error-base:focus,
select.input-validation-error-base:focus {
  box-shadow: 0 0 3px #750000;
}

/* end */
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #c10000 !important;
  background-color: #fee;
}

input.input-validation-error:focus,
textarea.input-validation-error:focus,
select.input-validation-error:focus {
  box-shadow: 0 0 3px #750000;
}

input[type=text].datepicker {
  width: 80%;
  width: calc(100% - 25px);
  vertical-align: middle;
}

.datepicker-toggle {
  font-size: 150%;
  vertical-align: middle;
  cursor: pointer;
}
.datepicker-toggle:hover {
  color: #574497;
}

.char-limiter label {
  float: left;
}

.char-counter {
  float: right;
  font-size: 0.875rem;
  color: #666;
  margin-top: 3px;
}

.char-limiter textarea {
  clear: both;
}

.comments-disclaimer {
  line-height: 1.4;
}

.form-group-newsletter-opt label,
.form-group-newsletter-opt input[type=checkbox] {
  display: inline;
}
.form-group-newsletter-opt input[type=checkbox] {
  position: relative;
  top: 1px;
}

.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  margin-top: 1em;
}

.field-validation-error {
  position: absolute;
  left: 60%;
  bottom: 66%;
  bottom: calc(100% - 3.5em);
  z-index: 99;
  display: block;
  min-width: 120px;
  padding: 0.5em 0.75em;
  background-color: #fff;
  border: solid 1px #bbb;
  line-height: 1.2;
  font-size: 0.875rem;
  font-weight: 700;
  color: #c10000;
}
.field-validation-error:after, .field-validation-error:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-width: 0;
}
.field-validation-error:after {
  bottom: -7px;
  left: 10px;
  border-top-color: #bbb;
}
.field-validation-error:before {
  bottom: -6px;
  left: 10px;
  z-index: 2;
  border-top-color: #fff;
}
@media only screen and (max-width: 767px) {
  .field-validation-error {
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
    min-width: 20px;
    width: 100%;
    padding: 0.5em 0 0 0;
    border: none;
    border-radius: 0;
    background: transparent;
    white-space: normal;
    padding: 10px 0 0 10px;
  }
  .field-validation-error:after, .field-validation-error:before {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .callout-sidebar .field-validation-error {
    left: auto;
    right: 3%;
    min-width: 150px;
    width: 150px;
  }
  .callout-sidebar .field-validation-error:before, .callout-sidebar .field-validation-error:after {
    left: auto;
    right: 10px;
  }
}
.field-validation-error.no-label {
  bottom: calc(100% - 1.2em);
}
@media only screen and (min-width: 768px) {
  .field-validation-error.no-label {
    left: auto;
    right: 3%;
    min-width: 150px;
    width: 150px;
  }
  .field-validation-error.no-label:before, .field-validation-error.no-label:after {
    left: auto;
    right: 10px;
  }
}

.form-validation-dark .field-validation-error, .email-opt-pop-col-input .field-validation-error {
  position: unset;
  bottom: unset !important;
  width: calc(100% - 20px);
  line-height: 1.5;
  background-color: #c10000;
  border: solid 1px #c10000;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 400;
}
.form-validation-dark .field-validation-error:after, .form-validation-dark .field-validation-error:before, .email-opt-pop-col-input .field-validation-error:after, .email-opt-pop-col-input .field-validation-error:before {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .form-validation-dark .field-validation-error, .email-opt-pop-col-input .field-validation-error {
    position: unset !important;
    max-width: none;
    min-width: 20px;
    width: 100%;
    padding: 0.5em 0 0 0;
    border: solid 1px #c10000;
    background-color: #c10000;
    white-space: normal;
    padding: 10px;
    font-size: 1rem;
  }
}

.email-opt-pop-col-input .field-validation-error {
  width: 100%;
  font-size: 18px;
}

.form-validation-error {
  position: relative;
  border: solid 1px #c10000;
  padding: 0.75em;
  margin: 1em 0;
  line-height: 1.1;
}
.form-validation-error p {
  display: inline-block;
  margin: 0;
  padding-left: 40px;
  vertical-align: middle;
}
.form-validation-error .fa-exclamation-circle {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -12px;
  text-align: center;
  vertical-align: middle;
}

.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  overflow: hidden;
  margin: 26px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .progress {
    margin: 0 0 15px 0;
  }
}
.progress .progress-bar {
  background-color: #428bca;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 0.875rem;
  height: 100%;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
.progress .progress-bar-success {
  background-color: #24bf7a;
}
.progress .progress-bar-info {
  background-color: #000;
}
.progress .progress-bar-warning {
  background-color: #fec359;
}
.progress .progress-bar-danger {
  background-color: #c10000;
}

.wfm_basic-form {
  padding: 10px 10px 20px 10px;
}
.wfm_basic-form .form-submit-border {
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .wfm_basic-form .form-submit-border .btn {
    clear: both;
    width: 100%;
    padding: 12px;
  }
}
.wfm_basic-form .form-submit-border.text-left {
  text-align: left;
}
.wfm_basic-form .form-submit-border.text-right {
  text-align: right;
}
.wfm_basic-form .form-submit-border.text-center {
  text-align: center;
}
.wfm_basic-form .checkbox input,
.wfm_basic-form .radio input {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
}

.wfm_section {
  padding: 0;
}
.wfm_section legend {
  margin-left: -12px;
  background-color: #f5f5f5;
  padding: 0 10px 0 0;
  position: relative;
  top: 3px;
}
.wfm_section .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 480px) {
  .wfm_section .form-group {
    margin: 5px 0;
  }
}

.wfm_border-top {
  border-top: solid 1px #d4d5d6;
  padding-top: 20px;
  margin-top: 20px;
}

.wfm_2-col-layout .form-group {
  width: 48%;
}
@media only screen and (max-width: 480px) {
  .wfm_2-col-layout .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .wfm_2-col-layout .form-group:nth-child(odd) {
    margin-right: 1.5%;
  }
  .wfm_2-col-layout .form-group:nth-child(even) {
    margin-left: 1.5%;
  }
}
.wfm_2-col-layout .form-group .form-group {
  width: 100%;
}

.wfm_3-col-layout .form-group {
  width: 31%;
}
@media only screen and (max-width: 480px) {
  .wfm_3-col-layout .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) {
  .wfm_3-col-layout .form-group:nth-child(3n+2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.wfm_3-col-layout .form-group .form-group {
  width: 100%;
}

.wfm_4-col-layout .form-group {
  width: 22.5%;
}
@media only screen and (max-width: 480px) {
  .wfm_4-col-layout .form-group {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .wfm_4-col-layout .form-group {
    width: 48%;
  }
  .wfm_4-col-layout .form-group:nth-child(odd) {
    margin-right: 1.5%;
  }
  .wfm_4-col-layout .form-group:nth-child(even) {
    margin-left: 1.5%;
  }
}
@media only screen and (min-width: 768px) {
  .wfm_4-col-layout .form-group:nth-child(4n+2) {
    margin-left: 3%;
    margin-right: 3%;
  }
  .wfm_4-col-layout .form-group:nth-child(4n+3) {
    margin-right: 3%;
  }
}

.panel.return-error {
  background-color: #fee;
  border: 1px solid #c10000;
}

.g-recaptcha {
  position: relative;
  margin-bottom: 1em;
  z-index: 0;
  top: -70px;
  padding-top: 70px;
  margin-bottom: -70px;
}
.g-recaptcha > div {
  position: relative;
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}

.btn-clear-search {
  display: none;
}
.btn-clear-visible .btn-clear-search {
  display: block;
}

.input-clearable::-ms-clear {
  display: none;
}

.section-newsletter {
  border: 1px solid #322071;
  border-width: 1px 0 1px 0;
}
.section-newsletter .fieldset-label {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 55px;
}
.section-newsletter .fieldset-label label, .section-newsletter .fieldset-label .label {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  cursor: default;
}
.section-newsletter .fieldset-label label .required-field-marker, .section-newsletter .fieldset-label .label .required-field-marker {
  display: none;
}
@media only screen and (max-width: 1367px) {
  .section-newsletter .fieldset-label {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.section-newsletter .success-message-newsletter {
  margin: 0;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1367px) {
  .section-newsletter .success-message-newsletter {
    margin-top: 32px;
    padding: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .section-newsletter .success-message-newsletter {
    display: flex;
    align-items: center;
  }
  .section-newsletter .success-message-newsletter .text-wrapper {
    display: inline-block;
    width: 542px;
  }
  .section-newsletter .success-message-newsletter .text-wrapper::after {
    content: "";
    display: block;
  }
}
.section-newsletter .success-message-newsletter .fa-circle-check {
  margin-right: 16px;
  font-size: 30px;
}
@media only screen and (max-width: 1068px) {
  .section-newsletter .success-message-newsletter {
    display: flex;
    align-items: center;
  }
}
.section-newsletter > .row {
  align-items: center;
}
@media only screen and (min-width: 1367px) {
  .section-newsletter > .row {
    display: flex;
  }
}
.section-newsletter .btn-sign-up {
  width: 150px;
  font-size: 1.25rem;
  height: 56px;
  padding: 0;
  text-transform: none;
  align-content: center;
}
@media only screen and (max-width: 479px) {
  .section-newsletter .btn-sign-up {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-newsletter .email-opt-pop-col-input {
    margin-bottom: 1em;
  }
}
.section-newsletter .field-validation-error {
  bottom: 90%;
  left: 45%;
}
@media only screen and (max-width: 767px) {
  .section-newsletter .field-validation-error {
    bottom: 45%;
    left: 3%;
  }
}

.flex-item, .la-ball-clip-rotate > div {
  -moz-flex: 1 0 auto;
  flex: 1 0 auto;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.woff") format("woff"), url("../../../../Content/Northwestern/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-bottom;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.distance .material-icons {
  font-size: 1.125rem;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .distance .material-icons {
    font-size: 1rem;
  }
}

.section-loader {
  position: relative;
  min-height: 200px;
}

.loader-icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
}

.fa, .fas, .far, .fab {
  transition: all 0.25s;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  user-select: none;
}

a:hover .fa-facebook-f {
  color: #3b5999;
}
a:hover .fa-youtube {
  color: #bb0000;
}
a:hover .fa-instagram {
  color: #125688;
}
a:hover .fa-linkedin-in {
  color: #007bb5;
}
a:hover .fa-pinterest {
  color: #cb2027;
}
a:hover .fa-tiktok {
  color: #25f4ee;
}
a:hover .fa-envelope,
a:hover .fa-print {
  color: #2f3133;
}

.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-clip-rotate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 0;
  color: #fff;
  margin: auto;
}

.la-ball-clip-rotate.la-dark {
  color: #bdb6e1;
}

.la-ball-clip-rotate > div {
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-clip-rotate {
  width: 32px;
  height: 32px;
}

.la-ball-clip-rotate > div {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: ball-clip-rotate 0.75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

.la-ball-clip-rotate.la-md {
  width: 24px;
  height: 24px;
}

.la-ball-clip-rotate.la-md > div {
  width: 24px;
  height: 24px;
  border-width: 1px;
}

.la-ball-clip-rotate.la-2x {
  width: 72px;
  height: 72px;
}

.la-ball-clip-rotate.la-2x > div {
  width: 72px;
  height: 72px;
  border-width: 4px;
}

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 8px;
}

/*
 * Animation
 */
@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-icon-sm {
  display: none;
  width: 100%;
  height: 30px;
  background: url("/Content/northwestern/img/loading-icon-1.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}

.loader-icon-btn {
  display: none;
}
.btn .loader-icon-btn {
  margin: -0.75em 0 0 -0.5em;
}

.is-loading {
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}
.is-loading .loader-icon-btn {
  display: block;
  left: 0;
  top: 0;
}

.material-icons.arrow-drop-down:before {
  content: "\e5c5";
}
@media only screen and (min-width: 767px) {
  .material-icons.search {
    line-height: 0.75;
  }
}
.material-icons.search:before {
  content: "\e8b6";
}
.material-icons.warning:before {
  content: "\e002";
}
.material-icons.error:before {
  content: "\e000";
}
.material-icons.info:before {
  content: "\e88e";
}
.material-icons.close-x:before {
  content: "\e5cd";
}
.material-icons.my-location:before {
  content: "\e55c";
}

.icon-browser {
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.icon-browser:hover .icon {
  opacity: 0.8;
}
.icon-browser .icon {
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  height: 30px;
  display: block;
  -ms-interpolation-mode: bicubic;
}

.la-ball-clip-rotate.la-2x {
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.la-ball-clip-rotate.la-2x > div {
  width: 44px;
  height: 44px;
  border-width: 4px;
}

.loader-icon {
  position: static;
}

body.newsletter-signup {
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  body.newsletter-signup .field-validation-error {
    left: 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  body.newsletter-signup .field-validation-error {
    bottom: calc(100% - 2.5em);
  }
}
@media only screen and (min-width: 481px) {
  body.newsletter-signup .field-validation-error {
    left: 45%;
  }
}
@media only screen and (min-width: 768px) {
  body.newsletter-signup .field-validation-error {
    bottom: 20%;
  }
}
body.newsletter-signup .section-newsletter {
  padding: 5px 0;
  border: 0;
  background-color: transparent;
}

.form-group {
  margin: 0;
}

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

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: 0.0375em;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #00668f;
  padding: 0.75em 1.5em;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 0.25s;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: none;
  user-select: none;
}
@media print {
  .btn {
    display: none;
  }
}
.btn:hover {
  background: #0b4265;
  color: #fff;
}
.btn:hover.btn-no-shadow {
  box-shadow: none;
}
.btn:focus, .btn:active {
  background: #006f80;
}
.btn::-moz-focus-inner {
  border: none;
}

.btn-primary {
  background: #00668f none repeat scroll 0 0;
  color: #fff;
}
/*# sourceMappingURL=content/northwestern/dist/css/weebly-newsletter.css.map */
