
#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
}

#header-enclosing {
}

#slider_wrap {
}

#content_header {
}

#e_column_0 {
}

#additional_content {
}

#eyebrow {
}

#nav {
}

#aside_nav {
}

#primary_content {
}

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

body {
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  background: url("//d2b72z7ihluqto.cloudfront.net/06d3-06389357-white-texture-bg.png?pfvId=18w1qw.ige6dguq") repeat;
}

h1, h2, h3, h4, h5 {
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #992929;
}

.column h1 {
  font-size: 48px;
  margin: 0;
}

.column h2,
.column h3 {
  margin: 0;
  font-size: 32px;
}

.column h4 {
  font-size: 24px;
  margin: 0;
}

.column p {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
}

.column p strong {
  font-weight: normal;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
}

.column ul li,
.column ol li {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  list-style-type: none;
  background: left 8px transparent url(//d2b72z7ihluqto.cloudfront.net/17b2-676499-list-image.png?pfvId=lbhw.hdnpdps5) no-repeat;
  padding-left: 15px;
}

.column ul li img,
.column ol li img {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.column a {
  color: #992929;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  outline: 0;
  border: 0;
}

.l-primary-content ol.ac_style_collapsible_content li {
  background: transparent;
  padding-left: 0;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading {
  cursor: pointer;
  color: #992929;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.l-primary-content ol.ac_style_collapsible_content li .shown .article_heading:before {
  border-top: 0;
  border-bottom: 5px solid #000;
}

/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

/**
 * Improve readability 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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * 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;
}

@font-face {
  font-family: 'AnodyneRegular';
  src: url("//d2b72z7ihluqto.cloudfront.net/6f29-23049357-anodyne-webfont.eot?pfvId=18vyeo.ig9pfxjr");
  src: url("//d2b72z7ihluqto.cloudfront.net/6f29-23049357-anodyne-webfont.eot?pfvId=18vyeo.ig9pfxjr") format("embedded-opentype"), url("//dk0au5gynyo80.cloudfront.net/1752-53049357-anodyne-webfont.woff?pfvId=18vyer.ig9pg01s") format("woff"), url("//d2b72z7ihluqto.cloudfront.net/b31c-43049357-anodyne-webfont.ttf?pfvId=18vyeq.ig9pfzmo") format("truetype"), url("//d2b72z7ihluqto.cloudfront.net/752d-33049357-anodyne-webfont.svg?pfvId=18vyep.ig9pfyvp") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OptionSansBold';
  src: url("//d2b72z7ihluqto.cloudfront.net/51a9-63049357-optionsansbold-webfont.eot?pfvId=18vyes.ig9pg07u");
  src: url("//d2b72z7ihluqto.cloudfront.net/51a9-63049357-optionsansbold-webfont.eot?pfvId=18vyes.ig9pg07u") format("embedded-opentype"), url("//d2b72z7ihluqto.cloudfront.net/0f25-93049357-optionsansbold-webfont.woff?pfvId=18vyev.ig9pg0pr") format("woff"), url("//dk0au5gynyo80.cloudfront.net/de73-83049357-optionsansbold-webfont.ttf?pfvId=18vyeu.ig9pg0k9") format("truetype"), url("//dk0au5gynyo80.cloudfront.net/1715-73049357-optionsansbold-webfont.svg?pfvId=18vyet.ig9pg0fa") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OptionSansLight';
  src: url("//d2b72z7ihluqto.cloudfront.net/137a-04049357-optionsanslight-webfont.eot?pfvId=18vyew.ig9pg0ud");
  src: url("//d2b72z7ihluqto.cloudfront.net/137a-04049357-optionsanslight-webfont.eot?pfvId=18vyew.ig9pg0ud") format("embedded-opentype"), url("//d2b72z7ihluqto.cloudfront.net/3a05-34049357-optionsanslight-webfont.woff?pfvId=18vyez.ig9pg1d4") format("woff"), url("//d2b72z7ihluqto.cloudfront.net/bb8d-24049357-optionsanslight-webfont.ttf?pfvId=18vyey.ig9pg17f") format("truetype"), url("//d2b72z7ihluqto.cloudfront.net/13cd-14049357-optionsanslight-webfont.svg?pfvId=18vyex.ig9pg11p") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OptionSansMedium';
  src: url("//d2b72z7ihluqto.cloudfront.net/36ac-44049357-optionsansmedium-webfont.eot?pfvId=18vyf0.ig9pg1iw");
  src: url("//d2b72z7ihluqto.cloudfront.net/36ac-44049357-optionsansmedium-webfont.eot?pfvId=18vyf0.ig9pg1iw") format("embedded-opentype"), url("//dk0au5gynyo80.cloudfront.net/4577-74049357-optionsansmedium-webfont.woff?pfvId=18vyf3.ig9pg27s") format("woff"), url("//d2b72z7ihluqto.cloudfront.net/c4b4-64049357-optionsansmedium-webfont.ttf?pfvId=18vyf2.ig9pg220") format("truetype"), url("//d2b72z7ihluqto.cloudfront.net/abd1-54049357-optionsansmedium-webfont.svg?pfvId=18vyf1.ig9pg1rp") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

body {
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  background: url("//d2b72z7ihluqto.cloudfront.net/06d3-06389357-white-texture-bg.png?pfvId=18w1qw.ige6dguq") repeat;
}

h1, h2, h3, h4, h5 {
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #992929;
}

.column h1 {
  font-size: 48px;
  margin: 0;
}

.column h2,
.column h3 {
  margin: 0;
  font-size: 32px;
}

.column h4 {
  font-size: 24px;
  margin: 0;
}

.column p {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
}

.column p strong {
  font-weight: normal;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
}

.column ul li,
.column ol li {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  list-style-type: none;
  background: left 8px transparent url(//d2b72z7ihluqto.cloudfront.net/17b2-676499-list-image.png?pfvId=lbhw.hdnpdps5) no-repeat;
  padding-left: 15px;
}

.column ul li img,
.column ol li img {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.column a {
  color: #992929;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  outline: 0;
  border: 0;
}

.l-primary-content ol.ac_style_collapsible_content li {
  background: transparent;
  padding-left: 0;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading {
  cursor: pointer;
  color: #992929;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.l-primary-content ol.ac_style_collapsible_content li .shown .article_heading:before {
  border-top: 0;
  border-bottom: 5px solid #000;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("//dk0au5gynyo80.cloudfront.net/3f93-536599-fancybox_sprite.png?pfvId=lc8j.hdoupuwx");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("//dk0au5gynyo80.cloudfront.net/b283-336599-fancybox_loading.gif?pfvId=lc8h.hdoupupo") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: -15px;
  bottom: -45px;
  width: 50%;
  height: auto;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-nav:hover span {
  visibility: visible;
}

@media (min-width: 768px) {
  .fancybox-nav {
    width: 60px;
    background: #939393 url("//dk0au5gynyo80.cloudfront.net/8953-236599-blank.gif?pfvId=lc8g.hdoupuly");
    /* helps IE */
  }
}

.fancybox-prev {
  left: 5px;
}

@media (min-width: 768px) {
  .fancybox-prev {
    left: -75px;
  }
}

.fancybox-next {
  right: 5px;
}

@media (min-width: 768px) {
  .fancybox-next {
    right: -75px;
  }
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("//dk0au5gynyo80.cloudfront.net/30a1-436599-fancybox_overlay.png?pfvId=lc8i.hdouputf");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

html, body, div.page {
  margin: 0;
  padding: 0;
  height: 100%;
}

/** Styles to handle mobile nav **/
html.menu-opened {
  height: 100%;
  overflow: hidden;
}

html.menu-opened body {
  height: 100%;
  overflow: hidden;
}

html.menu-opened body > .page {
  position: relative;
  left: 80%;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

html.menu-opened .mobile-header-nav {
  right: 20%;
}

html.menu-opened .page-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all .5s;
  transition: all .5s;
}

body > .page {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.page-overlay {
  background: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/** end mobile nav body styles **/
.box-wc {
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1280px) {
  .box-wc {
    max-width: 1280px;
    padding: 0;
  }
}

.sticky-wrapper {
  position: relative;
}

.l-header-enclosing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8500;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.l-header-enclosing .l-eyebrow,
.l-header-enclosing .l-main-nav {
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
}

div.menuitemlabel {
  color: #fff;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

div.menuitemlabel:hover {
  color: #fff !important;
}

.l-eyebrow .menu-t1 > .mi,
.l-main-nav .menu-t1 > .mi {
  position: relative;
}

.l-eyebrow .menu-t1 > .mi:hover > .menu-t2,
.l-main-nav .menu-t1 > .mi:hover > .menu-t2 {
  max-height: 900px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.l-eyebrow .menu-t2,
.l-main-nav .menu-t2 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -30px;
  right: -30px;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.75);
  text-align: left;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

.l-eyebrow .menu-t2 li,
.l-main-nav .menu-t2 li {
  background: none;
  padding-left: 0;
}

.l-eyebrow .menu-t2 > .first,
.l-main-nav .menu-t2 > .first {
  margin-top: 20px;
}

.l-eyebrow .menu-t2 > .last,
.l-main-nav .menu-t2 > .last {
  margin-bottom: 20px;
}

.l-eyebrow .menu-t2 > .mi,
.l-main-nav .menu-t2 > .mi {
  padding: 0 20px;
}

.l-eyebrow .menu-t2 .mi + .mi,
.l-main-nav .menu-t2 .mi + .mi {
  margin-top: 3px;
}

.l-eyebrow .menu-t2 .mi .menuitemlabel,
.l-main-nav .menu-t2 .mi .menuitemlabel {
  color: #fff;
}

.l-eyebrow .menu-t2 .mi .menuitemlabel:hover,
.l-main-nav .menu-t2 .mi .menuitemlabel:hover {
  color: #992929;
  text-decoration: none;
}

.l-eyebrow {
  background: #264b62;
}

.stuck .l-eyebrow .box-wc {
  min-height: 15px;
}

.stuck .l-eyebrow .logo {
  opacity: 0;
  max-height: 100px;
  overflow: hidden;
}

.stuck .l-eyebrow .logo-sticky {
  max-height: 500px;
  opacity: 1;
}

.stuck .l-eyebrow .menu-t1 > .mi > .menuitemlabel {
  padding: 4px 0;
}

.l-eyebrow .box-wc {
  position: relative;
  text-align: center;
  min-height: 25px;
  padding: 0 2px;
}

.l-eyebrow .logo {
  position: absolute;
  z-index: 8000;
  top: 100%;
  left: 50%;
  width: 136px;
  margin-left: -68px;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.l-eyebrow .logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.l-eyebrow .logo-sticky {
  position: absolute;
  z-index: 8000;
  top: 100%;
  left: 50%;
  margin-left: -82px;
  max-width: 164px;
  opacity: 0;
  max-height: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.l-eyebrow .logo-sticky img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.l-eyebrow .top-nav {
  display: inline-block;
}

.l-eyebrow .menu-t1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-eyebrow .menu-t1 li {
  background: none;
  padding-left: 0;
}

.l-eyebrow .menu-t1 > .mi {
  display: inline-block;
}

.l-eyebrow .menu-t1 > .mi + .mi {
  margin-left: 15px;
}

.l-eyebrow .menu-t1 > .mi > .menu-t2 {
  display: none;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel {
  padding: 12px 0;
  text-transform: uppercase;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #bec9d0;
  text-decoration: none;
  display: block;
  position: relative;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  content: 'GO';
  border: 2px solid #fff;
  border-right: 0;
  padding: 2px 0 2px 2px;
  color: #fff;
  font-size: 10px;
  position: relative;
  z-index: 500;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel .mil {
  display: inline-block;
  vertical-align: middle;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel .mil:after {
  position: absolute;
  content: '';
  right: -7px;
  margin-top: 1px;
  width: 14px;
  height: 15px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel:hover:after {
  background-color: #fff;
  color: #264b62;
}

.l-eyebrow .menu-t1 > .mi > .menuitemlabel:hover .mil:after {
  background-color: #fff;
}

.l-eyebrow .phone {
  display: inline-block;
  vertical-align: middle;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  margin-left: 15px;
  text-decoration: none;
}

.l-eyebrow .phone a[href^="tel"] {
  color: #fff;
  text-decoration: none;
}

.l-eyebrow .phone a[href^="tel"]:hover {
  text-decoration: none;
}

@media (min-width: 480px) {
  .l-eyebrow .menu-t1 > .mi + .mi {
    margin-left: 20px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel .mil:after {
    right: -8px;
    margin-top: 1px;
    width: 15px;
    height: 15px;
  }
  .l-eyebrow .phone {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .l-eyebrow .box-wc {
    min-height: 50px;
    padding: 0 20px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel {
    font-size: 14px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel:after {
    font-size: 12px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel .mil:after {
    right: -9px;
    width: 17px;
    height: 17px;
  }
  .l-eyebrow .phone {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .stuck .l-eyebrow .logo {
    left: 0;
  }
  .stuck .l-eyebrow .logo-sticky {
    left: 0;
    max-width: none;
  }
  .l-eyebrow .box-wc {
    text-align: right;
  }
  .l-eyebrow .logo {
    top: 0;
    margin: 0;
    left: 40px;
    max-width: none;
    margin-left: 0;
    width: auto;
  }
  .l-eyebrow .logo img {
    max-width: none;
  }
  .l-eyebrow .logo-sticky {
    left: 40px;
    top: 0;
    margin-left: 0;
  }
  .l-eyebrow .menu-t1 > .mi + .mi {
    margin-left: 30px;
  }
  .l-eyebrow .menu-t1 > .mi.over > .menu-t2 {
    display: block;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel {
    font-size: 24px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel:after {
    padding: 2px 5px;
    margin-left: 10px;
  }
  .l-eyebrow .menu-t1 > .mi > .menuitemlabel .mil:after {
    margin-top: 7px;
  }
  .l-eyebrow .phone {
    font-size: 24px;
    margin-left: 60px;
  }
}

.l-main-nav {
  min-height: 85px;
  background-color: #e2ddd9;
}

.stuck .l-main-nav {
  min-height: 0;
  height: 70px;
}

.stuck .l-main-nav .menu-t1 > .mi > .menuitemlabel {
  padding-top: 17px;
  padding-bottom: 17px;
}

.l-main-nav .main-nav {
  display: none;
}

.l-main-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-main-nav .menu li {
  background: none;
  padding-left: 0;
}

.l-main-nav .menu-t1 {
  display: table-row;
}

.l-main-nav .menu-t1 > .mi {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.l-main-nav .menu-t1 > .mi.mi-active, .l-main-nav .menu-t1 > .mi:hover {
  position: relative;
}

.l-main-nav .menu-t1 > .mi.mi-active > .menuitemlabel:after, .l-main-nav .menu-t1 > .mi:hover > .menuitemlabel:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #992929;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.l-main-nav .menu-t1 > .mi.opened > .menu-t2, .l-main-nav .menu-t1 > .mi:hover > .menu-t2 {
  max-height: 900px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.l-main-nav .menu-t1 > .mi > .menuitemlabel {
  text-transform: uppercase;
  color: #58595b;
  font-size: 18px;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  display: block;
  text-decoration: none;
  padding: 45px 5px 17px;
}

.l-main-nav .menu-t1 > .mi.special {
  background: #bfb6ad;
}

.l-main-nav .menu-t2 {
  position: absolute;
  top: 100%;
  left: -30px;
  right: auto !important;
  min-width: 140%;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.75);
  text-align: left;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

.l-main-nav .menu-t2 > .first {
  margin-top: 10px;
}

.l-main-nav .menu-t2 > .last {
  margin-bottom: 10px;
}

.l-main-nav .menu-t2 > .mi {
  padding: 0 15px;
}

.l-main-nav .menu-t2 .mi + .mi {
  margin-top: 3px;
}

.l-main-nav .menu-t2 .mi .menuitemlabel {
  color: #fff;
  white-space: nowrap;
}

.l-main-nav .menu-t2 .mi .menuitemlabel:hover {
  color: #992929;
  text-decoration: none;
}

.l-main-nav .menu-t3 {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.l-main-nav .menu-t3 > .first {
  margin-top: 5px;
}

.l-main-nav .menu-t3 > .last {
  margin-bottom: 3px;
}

.l-main-nav .menu-t3 > .mi {
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .l-main-nav {
    text-align: center;
  }
  .l-main-nav .box-wc {
    padding-left: 290px;
  }
  .l-main-nav .main-nav {
    display: table;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .l-main-nav .menu-t1 > .mi > .menuitemlabel {
    padding: 45px 25px 17px;
  }
  .l-main-nav .menu-t2 {
    left: -10px;
    right: -10px;
  }
}

@media (min-width: 1024px) {
  .stuck .l-main-nav {
    height: 58px;
  }
}

.l-enclosing {
  padding-bottom: 425px;
}

.l-enclosing > .sticky-wrapper {
  height: 130px;
}

@media (min-width: 768px) {
  .l-enclosing {
    padding-bottom: 350px;
  }
}

@media (min-width: 1024px) {
  .l-enclosing > .sticky-wrapper {
    height: 142px;
  }
}

.l-content-header {
  display: none;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .l-content-header {
    display: block;
  }
}

@media (min-width: 1280px) {
  .l-content-header {
    padding: 40px 0;
  }
}

.l-primary-content {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .l-primary-content {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .l-primary-content {
    padding-top: 0;
  }
}

.l-footer {
  position: relative;
  background-color: #264b62;
  min-height: 425px;
  margin-top: -425px;
  text-align: left;
  padding: 20px 0;
}

.l-footer a[href^="tel"] {
  color: #fff;
}

.l-footer .footer-main,
.l-footer .footer-secondary {
  padding: 0 20px;
}

.l-footer .footer-main .menu,
.l-footer .footer-secondary .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  height: 150px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.l-footer .footer-main .menu li,
.l-footer .footer-secondary .menu li {
  background: none;
  padding-left: 0;
}

.l-footer .footer-main .menu .mi + .mi,
.l-footer .footer-secondary .menu .mi + .mi {
  margin-top: 5px;
}

.l-footer .footer-main .menu .menuitemlabel,
.l-footer .footer-secondary .menu .menuitemlabel {
  color: #fff;
}

.l-footer .footer-secondary {
  float: right;
  padding: 0 20px 20px 10px;
}

.l-footer .footer-secondary .menu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-bottom: 20px;
  height: auto;
}

.l-footer .footer-content {
  margin-top: 20px;
  padding: 0 20px;
  text-align: right;
  color: #fff;
  clear: right;
}

.l-footer .footer-content h4 {
  margin: 0;
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  font-size: 21px;
  color: #fff;
}

.l-footer .footer-content p {
  line-height: 1.25;
  font-size: 16px;
  margin: .5em 0;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 80px 0;
    min-height: 300px;
    margin-top: -300px;
  }
}

@media (min-width: 940px) {
  .l-footer .footer-content {
    float: right;
    margin-top: 0;
  }
  .l-footer .footer-content h4 {
    font-size: 26px;
  }
  .l-footer .footer-main,
  .l-footer .footer-secondary {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 270px;
  }
  .l-footer .footer-main .menu,
  .l-footer .footer-secondary .menu {
    height: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }
  .l-footer .footer-secondary {
    border-left: 1px solid #fff;
    padding: 0 20px;
    margin-top: auto;
    width: auto;
  }
}

.mobile-extras .menu-control {
  display: block;
  padding-top: 50px;
  margin-left: 13px;
}

.stuck .mobile-extras .menu-control {
  padding-top: 30px;
}

.mobile-extras .menu-control .hamburger,
.mobile-extras .menu-control .label {
  display: inline-block;
  vertical-align: bottom;
}

.mobile-extras .menu-control .hamburger {
  width: 30px;
  height: 25px;
}

.mobile-extras .menu-control .label {
  line-height: 1;
  text-transform: uppercase;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  color: #58595b;
}

.mobile-extras .menu-control .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #58595b;
}

.mobile-extras .menu-control .line + .line {
  margin-top: 5px;
}

@media (min-width: 1024px) {
  .mobile-extras {
    display: none;
  }
}

.mobile-header-nav {
  position: fixed;
  width: 80%;
  right: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
  z-index: 9000;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 20px 0;
  overflow-x: hidden;
}

.mobile-header-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.mobile-header-nav .menu li {
  background: none;
  padding-left: 0;
}

.mobile-header-nav .menu .menuitemlabel,
.mobile-header-nav .menu .back {
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.mobile-header-nav .menu .menuitemlabel:hover,
.mobile-header-nav .menu .back:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.mobile-header-nav .menu .back {
  background-color: #58595b;
  cursor: pointer;
}

.mobile-header-nav .menu .back:before {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  height: 0;
  width: 0;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 5px;
  content: '';
}

.mobile-header-nav .menu .back:hover:before {
  border-right: 5px solid #000;
}

.mobile-header-nav .menu-t1 {
  display: block;
  position: absolute;
  left: 0;
}

.mobile-header-nav .menu-t1 .mi-parent {
  position: relative;
}

.mobile-header-nav .menu-t1 .mi-parent:after {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 0;
  width: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}

.mobile-header-nav .menu-t1 .mi-parent:hover:after {
  border-left: 5px solid #000;
}

.mobile-header-nav .menu-t1.shift {
  left: -100%;
}

.mobile-header-nav .menu-t2 {
  position: absolute;
  left: 100%;
}

.mobile-header-nav .menu-t2.active {
  left: 0;
}

.mobile-header-nav .menu-t3 {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-header-nav .menu-t3 > .first {
  margin-top: 5px;
}

.mobile-header-nav .menu-t3 > .last {
  margin-bottom: 3px;
}

.mobile-header-nav .menu-t3 > .mi {
  padding-left: 10px;
}

@media (min-width: 1024px) {
  .mobile-header-nav {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
}

.column .breadcrumbbean {
  display: none;
}

.column .breadcrumbbean ul,
.column .breadcrumbbean ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column .breadcrumbbean ul li,
.column .breadcrumbbean ol li {
  background: none;
  padding-left: 0;
}

.column .breadcrumbbean ul li,
.column .breadcrumbbean ol li {
  display: inline-block;
  font-size: 16px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
}

.column .breadcrumbbean ul li + li:before,
.column .breadcrumbbean ol li + li:before {
  content: ">";
  margin: 0 5px;
  display: inline-block;
}

@media (min-width: 768px) {
  .column .breadcrumbbean {
    display: block;
  }
}

.genform {
  max-width: 90%;
  margin-bottom: 30px;
}

.genform table {
  width: 100%;
}

.genform .wizard_category_navigator .wizard_category_navigator_node {
  display: inline-block;
  background: #264b62;
  color: #bec9d0;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  width: 49%;
  font-size: 22px;
}

.genform .wizard_category_navigator .wizard_category_navigator_node + .wizard_category_navigator_node {
  margin-left: 5px;
}

.genform .wizard_category_navigator .wizard_category_navigator_node.wizard_category_navigator_node_selected {
  color: #fff;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  padding: 9px 10px 11px;
}

.genform .wizard_category_navigator .wizard_category_navigator_node .wizard_category_navigator_node_name {
  display: none;
}

.genform .wizard_procedure_step_header {
  display: none;
}

.genform .part,
.genform .question {
  margin-bottom: 10px;
}

.genform .mp_field > .label {
  display: none;
}

.genform label,
.genform .label {
  display: block;
}

.genform label.tbl,
.genform .label.tbl {
  display: inline-block;
}

.genform input[type="text"],
.genform textarea {
  border: 1px solid #9e9e9e;
  padding: 3px;
  width: 90%;
}

@media (min-width: 480px) {
  .genform input[type="text"],
  .genform textarea {
    width: 300px;
  }
}

.genform input[type="submit"],
.genform button.btn {
  background: #264b62;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 25px 5px 10px;
  position: relative;
  border: 0;
  outline: 0;
  text-align: center;
}

.genform input[type="submit"]:after,
.genform button.btn:after {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  content: '';
}

.genform input[type="submit"]:hover,
.genform button.btn:hover {
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  text-decoration: none;
  padding: 5px 23px 5px 7px;
}

.genform .btn.next-button,
.genform .btn.previous-button {
  padding: 5px 20px;
}

.genform .btn.next-button:after,
.genform .btn.previous-button:after {
  display: none;
}

.genform .btn.next-button:hover,
.genform .btn.previous-button:hover {
  padding: 5px 18px;
}

.genform .disabled .btn {
  display: none;
}

.genform .btn.next-button {
  margin-left: 5px;
}

.genform span.submit_button {
  display: block;
  width: 175px;
  margin-top: 15px;
}

.genform .message-container {
  color: #8B0E0E;
  font-style: italic;
  line-height: 1;
  margin: 20px 0;
}

.genform .user-entry-required label:before,
.genform .user-entry-required .label:before {
  content: "*";
  color: #D61717;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
  background: url("//d2b72z7ihluqto.cloudfront.net/06d3-06389357-white-texture-bg.png?pfvId=18w1qw.ige6dguq") repeat;
}

h1, h2, h3, h4, h5 {
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #992929;
}

.column h1 {
  font-size: 48px;
  margin: 0;
}

.column h2,
.column h3 {
  margin: 0;
  font-size: 32px;
}

.column h4 {
  font-size: 24px;
  margin: 0;
}

.column p {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
}

.column p strong {
  font-weight: normal;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
}

.column ul li,
.column ol li {
  font-size: 20px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  list-style-type: none;
  background: left 8px transparent url(//d2b72z7ihluqto.cloudfront.net/17b2-676499-list-image.png?pfvId=lbhw.hdnpdps5) no-repeat;
  padding-left: 15px;
}

.column ul li img,
.column ol li img {
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.column a {
  color: #992929;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  outline: 0;
  border: 0;
}

.l-primary-content ol.ac_style_collapsible_content li {
  background: transparent;
  padding-left: 0;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading {
  cursor: pointer;
  color: #992929;
}

.l-primary-content ol.ac_style_collapsible_content li .article_heading:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.l-primary-content ol.ac_style_collapsible_content li .shown .article_heading:before {
  border-top: 0;
  border-bottom: 5px solid #000;
}

.l-hero-image.column img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.l-content-enclose {
  padding: 0 20px;
}

.l-aside-nav {
  display: none;
}

.l-aside-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-aside-nav .menu li {
  background: none;
  padding-left: 0;
}

.l-aside-nav .menu .menuitemlabel {
  display: block;
  color: #264b62;
}

.l-aside-nav .menu-t1 > .mi > .menuitemlabel {
  font-size: 16px;
  background-color: #992929;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  padding: 5px 10px;
  height: 31px;
}

.l-aside-nav .menu-t1 > .mi > .menuitemlabel:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16px solid #992929;
  border-bottom: 15px solid #992929;
  border-left: 16px solid transparent;
  -webkit-transform: scale(1.35, 1);
  -ms-transform: scale(1.35, 1);
  transform: scale(1.35, 1);
}

.l-aside-nav .menu-t2 {
  margin-top: 10px;
}

.l-aside-nav .menu-t2 > .mi > .menuitemlabel {
  padding: 5px 0;
}

.l-aside-nav .menu-t2 > .mi.mi-active > .menuitemlabel {
  color: #992929;
}

.l-primary-content img {
  display: block;
  margin: 0 0 10px;
}

.l-primary-content .go {
  margin: 0 0 20px;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  line-height: 1;
  border: 1px solid #264b62;
  border-right: 0;
  color: #264b62;
  text-transform: uppercase;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  position: relative;
  font-size: 16px;
}

.l-primary-content .go:after {
  position: absolute;
  content: '';
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 1px solid #264b62;
  border-bottom: 1px solid #264b62;
}

.l-primary-content .go:hover {
  background-color: #264b62;
  color: #ffffff;
  text-decoration: none;
}

.l-primary-content .go:hover:after {
  background-color: #264b62;
}

.l-primary-content .go:after {
  z-index: -1;
}

.l-aside-content {
  margin-top: 40px;
}

@media (min-width: 480px) {
  .l-primary-content img {
    float: left;
    margin: 0 25px 15px 0;
  }
}

@media (min-width: 1024px) {
  .l-primary-content,
  .l-aside-nav {
    display: inline-block;
    vertical-align: top;
  }
  .l-aside-nav {
    width: 25%;
    padding-right: 40px;
    padding-left: 20px;
    text-align: right;
  }
  .l-primary-content {
    width: 75%;
  }
  .l-aside-content {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .l-content-enclose {
    padding: 0;
  }
  .l-content-header {
    padding: 40px 0;
  }
  .l-aside-content {
    display: inline-block;
    vertical-align: top;
  }
  .l-aside-nav {
    width: 20%;
    padding-right: 40px;
  }
  .l-primary-content {
    width: 50%;
    padding-right: 40px;
  }
  .l-aside-content {
    width: 30%;
    margin-top: 0;
  }
  .l-aside-content.hide {
    height: 0;
  }
}

.sidebar_widget {
  background: #fff;
  border: 2px solid #992929;
  position: relative;
  z-index: 5;
}

.sidebar_widget.gsa {
  padding-bottom: 20px;
}

.sidebar_widget.gsa .content,
.sidebar_widget.gsa .go {
  display: inline-block;
  vertical-align: bottom;
}

.sidebar_widget.gsa .go {
  margin: 0 0 9px -5px;
}

.sidebar_widget:before {
  background: url("//dk0au5gynyo80.cloudfront.net/e506-47710457-sidebar_star.png?pfvId=18w4dq.igjvm474") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 75px;
  height: 56px;
}

.sidebar_widget .title,
.sidebar_widget h3 {
  margin-left: 85px;
  padding: 15px 0;
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  color: #992929;
  font-size: 22px;
}

.sidebar_widget hr {
  display: none;
}

.sidebar_widget .content,
.sidebar_widget .extra-info,
.sidebar_widget .photoalbumviewer,
.sidebar_widget h4 {
  margin: 5px 20px 0;
}

.sidebar_widget .content p,
.sidebar_widget .content .album_title,
.sidebar_widget .content li,
.sidebar_widget .extra-info p,
.sidebar_widget .extra-info .album_title,
.sidebar_widget .extra-info li,
.sidebar_widget .photoalbumviewer p,
.sidebar_widget .photoalbumviewer .album_title,
.sidebar_widget .photoalbumviewer li,
.sidebar_widget h4 p,
.sidebar_widget h4 .album_title,
.sidebar_widget h4 li {
  margin: 0.25em 0;
}

.sidebar_widget .content ul,
.sidebar_widget .extra-info ul,
.sidebar_widget .photoalbumviewer ul,
.sidebar_widget h4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.sidebar_widget .content ul li,
.sidebar_widget .extra-info ul li,
.sidebar_widget .photoalbumviewer ul li,
.sidebar_widget h4 ul li {
  background: none;
  padding-left: 0;
}

.sidebar_widget .content .album_title,
.sidebar_widget .content li,
.sidebar_widget .extra-info .album_title,
.sidebar_widget .extra-info li,
.sidebar_widget .photoalbumviewer .album_title,
.sidebar_widget .photoalbumviewer li,
.sidebar_widget h4 .album_title,
.sidebar_widget h4 li {
  font-size: 18px;
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  cursor: pointer;
}

.sidebar_widget .content .album_title a,
.sidebar_widget .content li a,
.sidebar_widget .extra-info .album_title a,
.sidebar_widget .extra-info li a,
.sidebar_widget .photoalbumviewer .album_title a,
.sidebar_widget .photoalbumviewer li a,
.sidebar_widget h4 .album_title a,
.sidebar_widget h4 li a {
  color: #000;
}

.sidebar_widget h4 {
  border-top: 1px solid #000;
  float: left;
}

.sidebar_widget h4 a {
  display: inline-block;
  padding: 15px 0;
}

.sidebar_widget h4 .go {
  vertical-align: middle;
  margin: 10px 0 10px 20px;
}

.sidebar_widget .extra-info {
  font-family: "OptionSansBold", Arial, Verdana, sans-serif;
  padding-bottom: 10px;
}

.sidebar_widget .go {
  margin: 0 0 20px;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  line-height: 1;
  border: 1px solid #264b62;
  border-right: 0;
  color: #264b62;
  text-transform: uppercase;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  position: relative;
  font-size: 16px;
  margin: 0 20px 20px;
  font-size: 16px;
}

.sidebar_widget .go:after {
  position: absolute;
  content: '';
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 1px solid #264b62;
  border-bottom: 1px solid #264b62;
}

.sidebar_widget .go:hover {
  background-color: #264b62;
  color: #ffffff;
  text-decoration: none;
}

.sidebar_widget .go:hover:after {
  background-color: #264b62;
}

.sidebar_widget .go:after {
  z-index: -1;
}

.sidebar_widget .go .label {
  position: relative;
  z-index: 700;
}

.sidebar_widget form {
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.sidebar_widget form .part,
.sidebar_widget form .question {
  margin-bottom: 10px;
}

.sidebar_widget form .name_field > .label {
  display: none;
}

.sidebar_widget form input[type="text"],
.sidebar_widget form textarea {
  border: 1px solid #999;
  padding: 3px;
  width: 170px;
}

.sidebar_widget form span.submit_button {
  display: block;
  width: 175px;
  margin-top: 15px;
}

.sidebar_widget form .message-container {
  color: #992929;
  font-style: italic;
  line-height: 1;
  margin: 20px 0;
}

.sidebar_widget form label,
.sidebar_widget form .label {
  display: none;
}

.sidebar_widget form .default_text {
  display: none;
  position: absolute;
  left: 5px;
  top: 1px;
  color: #777;
}

.sidebar_widget form .default_text.novalue {
  display: block;
}

.sidebar_widget form .default_text_con {
  position: relative;
  display: block;
}

.sidebar_widget form .submit_registration_button button {
  margin: 0 0 20px;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  line-height: 1;
  border: 1px solid #264b62;
  border-right: 0;
  color: #264b62;
  text-transform: uppercase;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: #fff;
}

.sidebar_widget form .submit_registration_button button:after {
  position: absolute;
  content: '';
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 1px solid #264b62;
  border-bottom: 1px solid #264b62;
}

.sidebar_widget form .submit_registration_button button:hover {
  background-color: #264b62;
  color: #ffffff;
  text-decoration: none;
}

.sidebar_widget form .submit_registration_button button:hover:after {
  background-color: #264b62;
}

.sidebar_widget form .submit_registration_button button:after {
  z-index: -1;
  height: 15px;
  width: 15px;
  right: -7px;
}

@media (min-width: 1024px) {
  .sidebar_widget {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .sidebar_widget .content {
    min-height: 0;
  }
}

.widget-wrap.stuck {
  position: fixed;
  top: 130px;
  bottom: auto;
  z-index: 999;
}

.widget-wrap.stuck.bottom-bump {
  top: auto;
  bottom: 320px;
}

.industry_cta + .industry_cta {
  margin-top: 20px;
}

.industry_cta .title-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #264b62;
  background-size: cover;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.industry_cta .title-bg .title {
  min-height: 115px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.industry_cta .title-bg h4 {
  font-size: 42px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 10px;
  margin: 0;
}

.industry_cta .title-bg:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (min-width: 768px) {
  .industry_cta .title-bg {
    cursor: auto;
  }
  .industry_cta .title-bg:after {
    display: none;
  }
}

.industry_cta .content {
  max-width: 100%;
  margin: 0 auto;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: .25s ease all;
  transition: .25s ease all;
}

@media (min-width: 768px) {
  .industry_cta .content {
    max-height: none;
  }
}

.industry_cta .go {
  margin: 0 0 20px;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  line-height: 1;
  border: 1px solid #264b62;
  border-right: 0;
  color: #264b62;
  text-transform: uppercase;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-size: 16px;
}

.industry_cta .go:after {
  position: absolute;
  content: '';
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 1px solid #264b62;
  border-bottom: 1px solid #264b62;
}

.industry_cta .go:hover {
  background-color: #264b62;
  color: #ffffff;
  text-decoration: none;
}

.industry_cta .go:hover:after {
  background-color: #264b62;
}

.industry_cta .go:hover:after {
  z-index: -1;
}

.industry_cta.open .title-bg:after {
  border-bottom: 10px solid #fff;
  border-top: 0;
}

.industry_cta.open .content {
  max-height: 8000px;
}

@media (min-width: 1024px) {
  .industry_cta .title-bg .title {
    min-height: 202px;
  }
  .industry_cta .title-bg h4 {
    font-size: 75px;
  }
  .industry_cta .content {
    padding: 0 400px 0 20px;
  }
  .industry_cta.open .content {
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .industry_cta .title-bg h4 {
    left: 0;
  }
  .industry_cta .content {
    max-width: 1280px;
    padding: 0 400px 0 0;
  }
}

.industry_specialist {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #264b62;
  padding: 40px 0;
  margin: 20px 0;
}

.industry_specialist.government {
  background-image: url("//d2b72z7ihluqto.cloudfront.net/6be5-95940457-government_pic.jpg?pfvId=18w6u7.igo8r6mp");
}

.industry_specialist.power {
  background-image: url("//dk0au5gynyo80.cloudfront.net/1031-26940457-power_pic.jpg?pfvId=18w6ua.igo8r7qu");
}

.industry_specialist.oil-gas {
  background-image: url("//dk0au5gynyo80.cloudfront.net/6f5f-16940457-oil_gas_pic.jpg?pfvId=18w6u9.igo8r7b9");
}

.industry_specialist.industrial {
  background-image: url("//dk0au5gynyo80.cloudfront.net/0876-06940457-industrial_pic.jpg?pfvId=18w6u8.igo8r6xb");
}

.industry_specialist.construction {
  background-image: url("//d2b72z7ihluqto.cloudfront.net/5819-85940457-construction_pic.jpg?pfvId=18w6u6.igo8r68x");
}

.industry_specialist .specialist {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 20px;
}

.industry_specialist .specialist:after {
  clear: both;
  display: block;
  content: '';
}

.industry_specialist .image {
  margin-right: 10px;
  float: left;
  max-width: 100px;
}

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

.industry_specialist .content-wrap {
  color: #fff;
}

.industry_specialist h4,
.industry_specialist h5 {
  color: #fff;
  margin: 0;
}

.industry_specialist h4 {
  font-size: 24px;
}

.industry_specialist h5 {
  font-size: 30px;
  margin-bottom: 8px;
}

.industry_specialist .title {
  padding-top: 12px;
}

.industry_specialist .content {
  clear: left;
}

.industry_specialist .content p {
  margin: 0;
}

.industry_specialist .go {
  margin: 0 0 20px;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  line-height: 1;
  border: 1px solid #264b62;
  border-right: 0;
  color: #264b62;
  text-transform: uppercase;
  font-family: "OptionSansMedium", Arial, Verdana, sans-serif;
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-color: #fff;
  margin: 0;
  z-index: auto;
}

.industry_specialist .go:after {
  position: absolute;
  content: '';
  right: -8px;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0.75, 1) rotate(-45deg);
  -ms-transform: scale(0.75, 1) rotate(-45deg);
  transform: scale(0.75, 1) rotate(-45deg);
  border-right: 1px solid #264b62;
  border-bottom: 1px solid #264b62;
}

.industry_specialist .go:hover {
  background-color: #264b62;
  color: #ffffff;
  text-decoration: none;
}

.industry_specialist .go:hover:after {
  background-color: #264b62;
}

.industry_specialist .go:after {
  border-color: #fff;
  z-index: -1;
}

.industry_specialist .go:hover {
  background-color: #fff;
  color: #264b62;
}

.industry_specialist .go:hover:after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .industry_specialist .image {
    display: inline-block;
    vertical-align: middle;
    max-width: none;
    margin-right: 20px;
  }
  .industry_specialist .content-wrap {
    display: inline-block;
    vertical-align: middle;
  }
  .industry_specialist h4 {
    font-size: 45px;
  }
  .industry_specialist h5 {
    font-size: 54px;
  }
  .industry_specialist .title {
    padding-top: 0;
  }
  .industry_specialist .content {
    clear: none;
  }
}

@media (min-width: 1280px) {
  .industry_specialist {
    min-height: 202px;
  }
  .industry_specialist .specialist {
    padding: 0 400px 0 20px;
  }
}

.gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 731px;
}

.gallery .photo {
  width: 1280px;
  max-width: 100%;
}

.gallery .photo img {
  width: 100%;
  height: auto;
}

.gallery .items {
  width: 20000em;
  position: absolute;
}

.gallery .item {
  float: left;
  position: relative;
}

.gallery .copy,
.gallery .subheading {
  font-size: 18px;
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
}

.gallery .copy p,
.gallery .subheading p {
  font-size: 18px;
}

.gallery .controls .nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  margin: 20px;
}

.gallery .content-con {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 5px 20px;
  bottom: 0;
}

.gallery .content-con h1, .gallery .content-con h2 {
  font-weight: normal;
  color: #fff;
  font-family: "AnodyneRegular", Arial, Verdana, sans-serif;
  font-size: 19px;
  text-align: center;
}

.gallery .content-con .content {
  display: none;
}

.gallery .content-con .content a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.gallery .content-con .content a:after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.gallery .content-con .meta,
.gallery .content-con .copy {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .gallery .content-con {
    padding: 10px 20px 30px;
  }
  .gallery .content-con h1, .gallery .content-con h2 {
    font-size: 48px;
    margin: .5em 0 .25em;
  }
}

@media (min-width: 1024px) {
  .gallery .content-con h1, .gallery .content-con h2 {
    font-size: 54px;
    text-align: left;
  }
  .gallery .content-con .content {
    display: block;
  }
}

@media (min-width: 1280px) {
  .gallery .content-con {
    padding: 35px 20px 40px;
  }
  .gallery .content-con h1, .gallery .content-con h2 {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    text-align: right;
    padding-right: 20px;
    width: 35%;
    margin: 0;
  }
  .gallery .content-con .content {
    display: table-cell;
    vertical-align: middle;
    max-width: 64%;
    padding-left: 20px;
  }
}

.controls .browse {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  background: rgba(109, 110, 113, 0.55);
  border-radius: 100%;
  z-index: 500;
  top: 45%;
  cursor: pointer;
}

.controls .browse.prev {
  left: 10px;
  padding-left: 8px;
  text-align: left;
}

.controls .browse.prev:after {
  content: "<";
}

.controls .browse.next {
  right: 10px;
  padding-right: 8px;
  text-align: right;
}

.controls .browse.next:after {
  content: ">";
}

.controls .browse:after {
  display: block;
  content: "";
  font-family: "OptionSansLight", Arial, Verdana, sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}

@media (min-width: 1280px) {
  .controls .browse {
    top: 45%;
  }
}

.slider .count {
  position: absolute;
  bottom: 0;
  z-index: 500;
  right: 0;
  margin: 20px;
}

.slider .nav {
  display: inline-block;
  text-align: center;
  margin-left: 7px;
  cursor: pointer;
}

.slider .nav.active {
  color: #fff;
}

.l-slider .box-wc {
  position: relative;
}

.l-slider .paging {
  position: absolute;
  right: 3%;
  top: 8%;
  z-index: 500;
}

.l-slider .paging .nav {
  background-color: #bfb6ad;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}

.l-slider .paging .nav.active {
  background-color: #992929;
}

.l-slider .paging .nav + .nav {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .l-slider .paging {
    right: 5%;
    top: 5%;
  }
}

.ieonly .gallery .content {
  background: 0 0 transparent url(//dk0au5gynyo80.cloudfront.net/3fc1-1532601-bg-black75.png?pfvId=mrpr.hirqi4ro) repeat;
}

@media (min-width: 1024px) {
  .gallery .content-con h1,
  .gallery .content-con h2 {
    font-size: 42px;
  }
}

.l-primary-content img {
  width: 100%;
  height: auto;
}

@media (min-width: 480px) {
  .l-primary-content img {
    width: auto;
  }
}

.l-aside-content {
  display: none;
}

@media (min-width: 1280px) {
  .l-aside-content {
    display: inline-block;
  }
}

.l-additional-content {
  margin-top: 20px;
}

.l-additional-content > .client-partner-list {
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .l-additional-content > .client-partner-list ul {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .l-additional-content > .client-partner-list {
    padding: 0 400px 0 20px;
  }
}

@media (min-width: 1280px) {
  .l-additional-content > .client-partner-list {
    padding: 0 400px 0 0;
    max-width: 1280px;
  }
}

.cloned {
  display: block;
  padding: 0 20px;
}

@media (min-width: 1280px) {
  .cloned {
    display: none;
  }
}
