/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* -universal
----------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  opacity: 0.6;
}

input, textarea {
  font-size: 100%;
}

body {
  min-width: 1072px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

.st-siteHeader {
  height: 60px;
  position: relative;
}

.st-blueBar {
  color: #fff;
  background: #0d2ea0;
  padding: 0 35px;
  position: relative;
  height: 100%;
}

.st-blueBar a {
  color: #fff;
}

.st-blueBar_inner {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}

.st-blueBar_logo {
  margin: 0 auto 0 -10px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
}

.st-blueBar_logo a {
  display: block;
  padding: 12px 10px 9px;
}

.st-blueBar_logo a:hover, .st-blueBar_logo a:focus {
  opacity: 1;
}

.st-blueBar_logo img {
  display: block;
  width: 102px;
  height: 39px;
}

.st-blueBar_menu {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 49px;
  height: 60px;
  color: #fff;
  outline: none;
  margin-right: -11px;
}

.st-blueBar_menu span {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -1px;
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.st-blueBar_menu span:before, .st-blueBar_menu span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background: #fff;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.st-blueBar_menu span:before {
  top: -10px;
  transition: top 0.1s 0.14s ease,
 opacity 0.1s ease;
}

.st-blueBar_menu span:after {
  bottom: -10px;
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.st-blueBar_menu.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 15px;
}

.st-blueBar_menu.is-active span {
  width: 34px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.st-blueBar_menu.is-active span:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease,
 opacity 0.1s 0.14s ease;
}

.st-blueBar_menu.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.st-blueBar_search {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: none;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 44px;
  height: 60px;
  color: #fff;
  outline: none;
}

.st-blueBar_search img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.st-blueBar_search.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  bottom: 0;
  left: 13px;
}

.st-blueBar_search.is-active img {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .st-blueBar_inner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: none;
    min-width: 0;
  }
  .st-blueBar_menu,
  .st-blueBar_search {
    display: block;
  }
  html.no-js .st-blueBar_menu, html.no-js
  .st-blueBar_search {
    display: none;
  }
}

.st-globalNav {
  height: 50px;
  position: relative;
  border-bottom: solid 1px #d2d4d9;
  background-color: #fff;
}

.st-globalNav_category {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  align-items: center;
  height: 100%;
  max-width: 1140px;
  margin: auto;
}

.st-globalNav_category:after {
  content: "";
  display: block;
  clear: both;
}

.st-globalNav_category li {
  margin-left: 5px;
  font-size: 16px;
}

.st-globalNav_category a {
  display: block;
  padding: 4px 10px 6px;
}

.st-globalNav_category .is-megaMenu>a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-right-color: #9eabd9;
  border-bottom-color: #9eabd9;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
}

html.no-js .st-globalNav_category .is-megaMenu>a:after {
  content: normal;
}

.st-globalNav_category .is-megaMenu>a.is-active:after {
  border-color: transparent;
  border-left-color: #9eabd9;
  border-top-color: #9eabd9;
  margin-top: 0;
}

.st-globalNav_utility {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -5px 0 10px;
}

.st-globalNav_utility li {
  margin-left: 12px;
}

.st-globalNav_utility a {
  display: block;
  padding: 5px;
}

.st-globalNav_utility img {
  display: block;
  padding-bottom: 4px;
}

.st-globalNav_search {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  padding: 5px;
  cursor: pointer;
}

.st-globalNav_search img {
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
}

.st-globalNav_search:hover {
  opacity: 0.6;
}

.no-js .st-globalNav_search {
  display: none;
}

@media screen and (max-width: 768px) {
  .st-globalNav {
    display: none;
  }
}

.st-megaMenu {
  position: relative;
  z-index: 1000;
  display: block;
}

.st-megaMenu_backdrop {
  position: absolute;
  right: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  transition: 0.15s ease-out;
  transition-property: visibility, opacity, height;
}

.st-megaMenu_category {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 1072px;
  margin: 0 auto;
  transition: 0.15s ease-out;
  transition-property: opacity, height;
}

.st-megaMenu_categoryInner {
  overflow: hidden;
  padding: 40px 30px 55px;
}

.st-megaMenu_close {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  position: absolute;
  top: 40px;
  right: 30px;
}

.st-megaMenu_close:before, .st-megaMenu_close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 28.28px;
  height: 0;
  margin: auto auto auto -20%;
  border-top: 2px solid #333;
}

.st-megaMenu_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-megaMenu_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.st-megaMenu_close:before, .st-megaMenu_close:after {
  border-width: 3px;
}

.st-megaMenu_title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 25px;
}

.st-megaMenu_imgLinkList {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -23px;
  margin-left: -20px;
  font-size: 0;
}

.st-megaMenu_imgLinkList li {
  display: inline-block;
  box-sizing: border-box;
  width: 205px;
  padding: 20px 0 0 20px;
  vertical-align: top;
  font-size: 15px;
}

.st-megaMenu_imgLinkList a {
  display: block;
}

.st-megaMenu_imgLinkList img {
  display: block;
  width: 185px;
  height: 114px;
}

.st-megaMenu_imgLinkList span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}

.st-megaMenu_linkList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  right: 30px;
  bottom: 58px;
}

.st-megaMenu_linkList li {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 0 0 12px;
  vertical-align: top;
  font-size: 14px;
}

.st-megaMenu_linkList a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  border: solid 1px #0d2ea0;
  background: #0d2ea0;
  color: #fff;
  padding: 11px 24px;
}

.st-megaMenu_linkList a.is-sub {
  background: #fff;
  color: #0d2ea0;
}

@media screen and (max-width: 768px) {
  .st-megaMenu {
    display: none;
  }
}

.st-searchBalloon {
  display: none;
  position: absolute;
  width: 389px;
  top: 54px;
  right: 20px;
  box-sizing: border-box;
  padding: 14px;
  background: #fff;
  border: solid 1px #d5d5d5;
}

.st-searchBalloon.is-active:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: solid 10px transparent;
  border-bottom-color: #fff;
  top: -18px;
  right: 15px;
}

.st-searchBalloon_form {
  background: #f2f2f2;
  position: relative;
  width: 323px;
}

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

.st-searchBalloon_input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 0 87px 0 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-style: italic;
  line-height: 31px;
  -webkit-appearance: none;
  appearance: none;
}

.st-searchBalloon_button {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
  background: #191919;
  border: solid 1px #191919;
  color: #fff;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  font-size: 14px;
  border: none;
}

.st-searchBalloon_close {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 25px;
  right: 21px;
}

.st-searchBalloon_close:before, .st-searchBalloon_close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 19.796px;
  height: 0;
  margin: auto auto auto -20%;
  border-top: 2px solid #333;
}

.st-searchBalloon_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-searchBalloon_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.st-mobileNav_backdrop {
  position: fixed;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.st-mobileNav_panel {
  position: relative;
  z-index: 1000;
  display: none;
  width: 100%;
  background: #fff;
  height: 0;
  transition: 0.15s ease-out;
  transition-property: opacity, height;
}

.st-mobileNav_panelInner {
  overflow: hidden;
}

.st-mobileMenu {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  padding: 30px 35px;
  box-sizing: border-box;
}

.st-mobileMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e1e1e1;
}

.st-mobileMenu ul li a {
  position: relative;
  display: block;
  padding: 15px 28px 13px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  line-height: 24px;
}

.st-mobileMenu ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0d2ea0;
  border-right: 2px solid #0d2ea0;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-mobileMenu_search {
  position: relative;
  padding: 25px 35px;
  background-color: #fff;
}

.st-mobileMenu_searchForm {
  border: solid 1px #ccc;
  background: #f2f2f2;
  position: relative;
}

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

.st-mobileMenu_searchInput {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 97px 0 12px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  font-style: italic;
}

.st-mobileMenu_searchButton {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  height: 100%;
  background: #191919;
  border: solid 1px #191919;
  color: #fff;
  box-sizing: content-box;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 17px;
  font-size: 16px;
}
