/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * core.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
 * core/basis.scss *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

summary {
  display: list-item;
}

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

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

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/basis/ada.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ada {
  display: initial !important;
  height: 1px;
  left: -5000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: visible !important;
  width: 1px;
}

::-moz-selection {
  background-color: rgba(255, 255, 0, 0.2);
  text-shadow: 1px 2px 3px #ccc;
}

::selection,
.selection {
  background-color: rgba(255, 255, 0, 0.2);
  text-shadow: 1px 2px 3px #ccc;
}

[aria-hidden="true"] {
  visibility: hidden;
}

body :focus {
  outline: 3px solid rgba(131, 192, 253, 0.5) !important;
  outline-offset: 1px !important;
}

body.mouse :focus,
body :focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
body :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: none !important;
}

body ::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/basis/debug.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html.debug *:hover {
  outline-color: rgba(255, 165, 0, 0.3);
  outline-offset: 0.5px;
  outline-style: solid;
  outline-width: 1px;
}

html.debug article {
  border: 1px dotted red;
}
html.debug article header,
html.debug article section,
html.debug article footer {
  border: 1px dotted lightgray;
}
html.debug article header {
  border-right: 3px dotted lightgreen;
}
html.debug article section {
  border-right: 3px dotted peachpuff;
}
html.debug article footer {
  border-right: 3px dotted lightblue;
}

html.debug .debug {
  bottom: 0;
  font-family: monospace;
  font-weight: bold;
  opacity: 0.5;
  position: absolute;
  right: 0;
  z-index: 0;
}
html.debug .debug a {
  color: cyan;
  font-size: 3rem;
  padding: 0;
}

html.debug.breaks nav.top {
  background: red;
}
@media (min-width: 0px) and (max-width: 569px) {
  html.debug.breaks nav.top {
    /* only sm */
    background: #99e;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  html.debug.breaks nav.top {
    /* only md */
    background: #9e9;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  html.debug.breaks nav.top {
    /* only lg */
    background: #e99;
  }
}

html:not(.debug) .debug {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/basis/loading.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
}

html.loading {
  background-image: -o-radial-gradient(transparent, gray);
  background-image: radial-gradient(transparent, gray);
  background-size: 100%;
}
html.loading:before {
  position: fixed;
}

.loading:not(.debug) {
  position: relative;
}
.loading:not(.debug) > * {
  opacity: 0.3;
}
.loading:not(.debug):before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/stock/loader.gif") 50% 45% no-repeat;
  background-size: 222px;
  content: " ";
  cursor: wait;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.loaded,
.loaded > * {
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/actions.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
  color: #00609c;
}
a:focus,
a:hover {
  outline: initial;
  outline-offset: initial;
  text-decoration: none;
}
a[disabled],
a.disabled {
  cursor: default;
}
a.overact {
  text-decoration: none;
}
a.overact:focus,
a.overact:hover {
  text-decoration: underline;
}

button,
.button {
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  cursor: pointer;
  display: inline-block;
  min-width: 8em;
  padding: 0.5em;
}

.button {
  border: 0;
  text-align: center;
  text-decoration: none;
}
.button:focus,
.button:hover {
  text-decoration: none;
}

.externalize:not(a)::before {
  content: "\f08e\a0";
  font-family: wfIcons;
  font-size: 90%;
}

.externalize[target="external"] {
  margin-right: 1em;
}
.externalize[target="external"]::after {
  content: "\f08e";
  font-family: wfIcons;
  font-size: 70%;
  margin: 0.15em 0 0 0.15em;
  position: absolute;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/basis.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: gray;
}
html [tabindex] {
  cursor: pointer;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  font-family: "wfSans", Verdana, sans-serif;
}

body {
  background-color: #fafafa;
}
body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body,
nav {
  margin: 0 auto;
  width: 100%;
}

b {
  font-weight: 600;
}

div {
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3 {
  font-family: "wfSans", Verdana, sans-serif;
}

hr {
  background-color: gray;
  border: 0;
  height: 3px;
}

iframe {
  border: 0;
}

img {
  max-width: 100%;
}

li {
  margin: 0.5rem 0;
}

main {
  min-height: 90vh;
}

table {
  position: relative;
}

ul {
  list-style-position: outside;
  margin: 0;
  padding-left: 1.3rem;
}
.msie ul {
  padding-left: 1rem;
}

.biggen {
  font-size: 1.15em;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.pad {
  padding: 1rem 2rem;
}

.ralign {
  text-align: right;
}

.sans {
  font-family: "wfSans", Verdana, sans-serif;
}

.serif {
  font-family: "wfSans", Verdana, sans-serif;
}

.shrink {
  font-size: 0.85em;
}

.toggle {
  cursor: help;
}

@media (max-width: 767px) {
  /* md and below */
  html .desktopOnly {
    display: none;
  }
}

@media (min-width: 768px) {
  /* lg and above */
  html .mobileOnly {
    display: none;
  }
}

@media print {
  html .noprint {
    display: none;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/flex.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1200px;
}
.flex > .cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 767px) {
  .flex {
    /* md and below */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/footer.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  background-color: #f5f3f1;
  color: #495057;
  font-size: 0.9em;
  line-height: 1.5;
}
footer a {
  margin: 0.125em;
  padding: 0 0.75em;
}
@media (min-width: 0px) and (max-width: 569px) {
  footer img.stage {
    /* only sm */
    float: left;
  }
}
@media (min-width: 570px) {
  footer img.stage {
    /* md and above */
    width: 25rem;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/nav.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
nav {
  background-color: #d71e28;
  -webkit-box-shadow: 0 0 1px #44464a;
  box-shadow: 0 0 1px #44464a;
  font-size: 14.93333px;
  text-align: left;
  top: 0;
  z-index: 9;
}
nav .navbar {
  border-bottom: 3px solid #ffcd41;
}
nav .navbar .flex {
  height: 3em;
  top: 0;
}
nav .navbar .cell {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0.9;
  -webkit-flex-grow: 0.9;
  -ms-flex-positive: 0.9;
  flex-grow: 0.9;
  line-height: 0;
  padding: 0;
}
nav .navbar .home {
  margin: 1rem;
}
nav .navbar .logo {
  height: 0.95rem;
}
nav .shareBar {
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 0;
}
@media (min-width: 0px) and (max-width: 569px) {
  nav {
    /* only sm */
    text-align: center;
  }
  nav .shareBar {
    right: 0;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/general/share.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body a.burger,
body ul.shares > li > a {
  font-family: wfIcons;
  text-decoration: none;
}

body ul.shares {
  list-style: none;
  padding-left: 0;
}
body ul.shares > li {
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -o-transition: all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition: all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  white-space: nowrap;
  zoom: 1;
}
body ul.shares .icon-facebook::before {
  content: "\f09a";
}
body ul.shares .icon-googleplus::before {
  content: "\f0d5";
}
body ul.shares .icon-instagram::before {
  content: "\f16d";
}
body ul.shares .icon-pinterest::before {
  content: "\f231";
}
body ul.shares .icon-share::before {
  content: "\f0e0";
}
body ul.shares .icon-twitter::before {
  content: "\f099";
}

body .shareBar {
  font-size: 25.6px;
  line-height: 44.8px;
  text-align: center;
  z-index: 1;
}
body .shareBar:focus,
body .shareBar:hover {
  opacity: 1;
}
body .shareBar a.burger,
body .shareBar ul.shares > li > a {
  color: white;
  cursor: pointer;
  display: none;
  float: right;
  height: 44.8px;
  width: 44.8px;
}
body .shareBar ul.shares > li > a {
  display: block;
}
body .shareBar ul.shares > li > a:focus,
body .shareBar ul.shares > li > a:hover {
  background-color: white;
  color: #ae1e23;
}
@media (min-width: 0px) and (max-width: 569px) {
  body .shareBar {
    /* only sm */
    right: 0;
  }
  body .shareBar a.burger {
    display: block;
  }
  body .shareBar a.burger::before {
    content: "\f0c9";
  }
  body .shareBar ul.shares {
    background-color: #ae1e23;
    -webkit-box-shadow: -1px 3px 9px -3px black;
    box-shadow: -1px 3px 9px -3px black;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 44.8px;
    visibility: hidden;
  }
  body .shareBar.expanded a.burger {
    background-color: white;
    color: #ae1e23;
  }
  body .shareBar.expanded a.burger::before {
    content: "\d7";
  }
  body .shareBar.expanded ul.shares {
    max-height: 90vh;
    visibility: visible;
  }
  body .shareBar.expanded ul.shares li {
    margin: 1rem;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/modal.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/modal/basis.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.8);
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal > * {
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
.modal > div {
  background-color: white;
  -webkit-box-shadow: 0 0.5rem 3rem -0.5rem black;
  box-shadow: 0 0.5rem 3rem -0.5rem black;
  display: block;
  max-width: 960px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/modal/closer.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal > div a.closer {
  color: gray;
  font-family: wfIcons;
  font-size: 2rem;
  height: 0.9em;
  line-height: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0.05em;
  text-align: center;
  text-decoration: none;
  top: 0.05em;
  width: 0.9em;
  z-index: 9999;
}
.modal > div a.closer:focus,
.modal > div a.closer:hover {
  color: #ae1e23;
}
.modal > div a.closer::after {
  content: "\d7";
  text-shadow: #fafafa 0 0 1px, #fafafa 0 0 1px, #fafafa 0 0 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.modal > div.classic a.closer {
  background-color: #333;
  border: 2px solid #eee;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  color: #eee;
  height: 2rem;
  right: -1rem;
  top: -1.25rem;
  width: 2rem;
}
.modal > div.classic a.closer:focus,
.modal > div.classic a.closer:hover {
  background-color: #ae1e23;
}
.modal > div.classic a.closer::after {
  font-size: 1.4rem;
  font-weight: 800;
  left: 0.5rem;
  line-height: 0;
  position: absolute;
  top: 0.75rem;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
   * core/modal/dialog.scss *
   * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.modal .wells {
  line-height: 1.2;
  max-height: 80%;
  max-width: 80%;
  padding: 1rem;
  text-align: left;
  width: 32em;
}
.modal .wells div * {
  font-family: "wfSans", Verdana, sans-serif;
  font-size: 1.2em;
}
.modal .wells .content h2 {
  color: #444;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 1em;
}
.modal .wells .footer {
  font-weight: 600;
  padding-top: 1.5em;
  text-align: right;
}
.modal .wells .footer a {
  display: inline-block;
  margin-left: 1.5em;
}
.modal .wells .header {
  margin: 0 0 1.5em;
  text-align: left;
}
.modal .wells .header .logo {
  height: 3em;
  min-height: 2.5rem;
  min-width: 2.5rem;
  width: 3em;
}
.modal .wells .utilitybtn {
  background-color: #5174b8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #5174b8),
    color-stop(50%, #3d62a3),
    color-stop(52%, #335898),
    to(#244a87)
  );
  background-image: -o-linear-gradient(
    top,
    #5174b8 0,
    #3d62a3 50%,
    #335898 52%,
    #244a87 100%
  );
  background-image: linear-gradient(
    to bottom,
    #5174b8 0,
    #3d62a3 50%,
    #335898 52%,
    #244a87 100%
  );
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline;
  margin-right: 0.5em;
  padding: 0.3em 0.6em 0.15em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 569px) {
  .modal .wells {
    /* only sm */
    font-size: 0.666rem;
  }
}
@media (min-width: 570px) {
  .modal .wells {
    /* md and above */
    font-size: 0.9rem;
  }
}

@media (min-width: 0px) and (max-width: 569px) {
  html {
    /* only sm */
    font-size: 14.4px;
  }
}

@media (min-width: 570px) and (max-width: 767px) {
  html {
    /* only md */
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  html {
    /* only lg */
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  html {
    /* only hd */
    font-size: 16px;
  }
}
