/*! 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.
 */
/* line 8, layout/_normalize.scss */
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).
 */
/* line 18, layout/_normalize.scss */
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.
 */
/* line 31, layout/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, layout/_normalize.scss */
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+.
 */
/* line 92, layout/_normalize.scss */
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).
 */
/* line 102, layout/_normalize.scss */
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.
 */
/* line 115, layout/_normalize.scss */
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.
 */
/* line 125, layout/_normalize.scss */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, layout/_normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, layout/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, layout/_normalize.scss */
small {
  font-size: 80%; }

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

/* line 187, layout/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, layout/_normalize.scss */
sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
/* line 210, layout/_normalize.scss */
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.
 */
/* line 222, layout/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 234, layout/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, layout/_normalize.scss */
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.
 */
/* line 257, layout/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, layout/_normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, layout/_normalize.scss */
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.
 */
/* line 288, layout/_normalize.scss */
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.
 */
/* line 299, layout/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, layout/_normalize.scss */
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.
 */
/* line 322, layout/_normalize.scss */
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).
 */
/* line 333, layout/_normalize.scss */
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.
 */
/* line 346, layout/_normalize.scss */
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.
 */
/* line 359, layout/_normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, layout/_normalize.scss */
[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.
 */
/* line 388, layout/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, layout/_normalize.scss */
[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.
 */
/* line 406, layout/_normalize.scss */
::-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.
 */
/* line 416, layout/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* line 3, layout/_fonts.scss */
html {
  /*font-family: "ObjektivMk2_W", Helvetica, Arial, sans-serif;*/ 
}

/* line 4, layout/_fonts.scss */
b, strong {
  font-weight: 600; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_XBdIt.eot");
  src: url("../fonts/ObjektivMk2_W_XBdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_XBdIt.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_XBdIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_XBd.eot");
  src: url("../fonts/ObjektivMk2_W_XBd.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_XBd.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_XBd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_BdIt.eot");
  src: url("../fonts/ObjektivMk2_W_BdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_BdIt.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_BdIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_Bd.eot");
  src: url("/fonts/../fonts/ObjektivMk2_W_Bd?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_Bd.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_Bd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_MdIt.eot");
  src: url("../fonts/ObjektivMk2_W_MdIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_MdIt.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_MdIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_Md.eot");
  src: url("../fonts/ObjektivMk2_W_Md.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_Md.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_Rg.eot");
  src: url("../fonts/ObjektivMk2_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_Rg.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_Rg.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_It.eot");
  src: url("../fonts/ObjektivMk2_W_It.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_It.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_It.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_Lt.eot");
  src: url("../fonts/ObjektivMk2_W_Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_Lt.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_Lt.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_LtIt.eot");
  src: url("../fonts/ObjektivMk2_W_LtIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_LtIt.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_LtIt.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'ObjektivMk2_W';
  src: url("../fonts/ObjektivMk2_W_Rg.eot");
  src: url("../fonts/ObjektivMk2_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/ObjektivMk2_W_Rg.woff2") format("woff2"), url("../fonts/ObjektivMk2_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

/* line 49, layout/_base.scss */
a {
  text-decoration: none;
  color: #483733;
  -moz-transition: opacity 0.25s, color 0.25s;
  -o-transition: opacity 0.25s, color 0.25s;
  -webkit-transition: opacity 0.25s, color 0.25s;
  transition: opacity 0.25s, color 0.25s; }

/* line 53, layout/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 54, layout/_base.scss */
html, body {
  height: 100%; }

/* line 55, layout/_base.scss */
body {
  min-width: 290px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  font-weight: 200; }

/* line 56, layout/_base.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 57, layout/_base.scss */
h1, h2, h3 {
  /*font-family: "ObjektivMk2_W", Georgia, Times, serif;*/
  font-weight: 100; }

/* line 58, layout/_base.scss */
h1, h2, h3, h4, h5, blockquote, strong {
  margin: 0;
  padding: 0;
  color: #666; }

/* line 59, layout/_base.scss */
h1 {
  font-size: 120px;
  line-height: 1em;
  padding: 0;
  font-weight: 600;
  color: #0033A0; }

/* line 60, layout/_base.scss */
h2 {
  font-size: 48px;
  line-height: 54px;
  padding: 0 0 20px;
  font-weight: 300; }

/* line 61, layout/_base.scss */
h3,
h4 {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0 10px; }

/* line 63, layout/_base.scss */
h3 {
  font-size: 32px;
  line-height: 1.4375em;
  padding: 0 0 20px;
  font-weight: 300; }

/* line 64, layout/_base.scss */
h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

/* line 65, layout/_base.scss */
h5 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 200; }

/* line 66, layout/_base.scss */
p {
  margin: 0;
  padding: 0 0 1.375em; }

/* line 69, layout/_base.scss */
blockquote {
  font-size: 28px;
  line-height: 36px;
  color: #67B2E8;
  background: #FFF;
  padding: 89px 20% 76px 10%;
  margin: 0 -40% 1em -10%; }

/* line 70, layout/_base.scss */
blockquote p {
  margin: 0;
  padding: 0;
  width: 70%; }

/* line 72, layout/_base.scss */
.container {
  padding: 0 0 0;
  margin: 0 auto;
  position: relative;
  width: 90%;
  min-width: 290px; }

/* line 73, layout/_base.scss */
.no_overflow {
  overflow: hidden;
  position: relative; }

/* line 74, layout/_base.scss */
.dt {
  display: table;
  width: 100%;
  height: 100%; }

/* line 75, layout/_base.scss */
.dt .td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

/* line 76, layout/_base.scss */
.dt .td .content {
  height: auto;
  display: inline-block;
  text-align: left; }

/* line 79, layout/_base.scss */
#wpadminbar {
  opacity: .25;
  -moz-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  -webkit-transform: translate(0, -80%);
  transform: translate(0, -80%);
  -moz-transition: 0.25s 1s;
  -o-transition: 0.25s 1s;
  -webkit-transition: 0.25s;
  -webkit-transition-delay: 1s;
  transition: 0.25s 1s; }

/* line 80, layout/_base.scss */
#wpadminbar:hover {
  opacity: 1;
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -moz-transition: 0.25s 0s;
  -o-transition: 0.25s 0s;
  -webkit-transition: 0.25s;
  -webkit-transition-delay: 0s;
  transition: 0.25s 0s; }

@media (max-width: 1010px) {
  /* line 83, layout/_base.scss */
  h1 {
    font-size: 32px;
    line-height: 38px; }
  /* line 84, layout/_base.scss */
  h2 {
    font-size: 27px;
    line-height: 32px; } }

@media (max-width: 459px) {
  /* line 87, layout/_base.scss */
  body {
    font-size: 14px; } }

/* line 89, layout/_base.scss */
.box_shadow {
  position: relative; }

/* line 92, layout/_base.scss */
.box_zoom {
  position: relative;
  overflow: hidden; }

/* line 93, layout/_base.scss */
.box_zoom img {
  width: 100%;
  height: auto;
  vertical-align: top;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

/* line 94, layout/_base.scss */
.box_zoom img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

/* line 96, layout/_base.scss */
.box_zoom a, .box_zoom span {
  width: 100%;
  height: 240px;
  vertical-align: top;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
  height: 240px;
  background: none center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 97, layout/_base.scss */
.box_zoom a:hover, .box_zoom span:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05); }

/* line 100, layout/_base.scss */
.ic_download {
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-style: normal;
  background: #666;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px; }

/* line 102, layout/_base.scss */
a.icon i {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-style: normal;
  background: #666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: -2px; }

/* line 103, layout/_base.scss */
a.icon i svg {
  vertical-align: middle;
  fill: #72A302;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 104, layout/_base.scss */
a.icon i span {
  position: relative; }

/* line 105, layout/_base.scss */
a.icon i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  border: 0 solid #0033A0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 109, layout/_base.scss */
a.icon:hover i svg {
  fill: #ffffff; }

/* line 110, layout/_base.scss */
a.icon:hover i:before {
  border-width: 14px;
  left: 0;
  top: 0; }

/* line 113, layout/_base.scss */
a.icon.disabled {
  opacity: .5; }

/* line 116, layout/_base.scss */
a.icon.disabled:hover i:before {
  border-width: 0; }

/* line 123, layout/_base.scss */
.relative {
  position: relative; }

/* line 125, layout/_base.scss */
.search_group {
  position: relative; }

/* line 126, layout/_base.scss */
.search_group i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 1; }

/* line 127, layout/_base.scss */
.search_group i svg {
  width: 19px;
  height: 19px;
  fill: #0033A0;
  stroke: none;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 129, layout/_base.scss */
.search_group input {
  position: relative;
  background: #fff;
  border: 0;
  outline: none;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  color: #666;
  padding: 7px 24px;
  line-height: 21px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 130, layout/_base.scss */
.search_group button {
  z-index: 1;
  opacity: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px 0;
  margin: 0;
  display: block;
  line-height: 1px;
  margin-top: -7px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none; }

/* line 131, layout/_base.scss */
.search_group button svg {
  width: 18px;
  height: 14px;
  stroke: #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 132, layout/_base.scss */
.search_group button svg * {
  stroke-width: 2px; }

/* line 134, layout/_base.scss */
.search_group button:hover svg {
  stroke: #0033A0; }

/* line 137, layout/_base.scss */
.search_group.not_empty button {
  opacity: 1;
  cursor: pointer; }

/*  SECTIONS  */
/* line 2, layout/_grid.scss */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
/* line 9, layout/_grid.scss */
.col {
  display: block;
  float: left;
  margin: 0 0 1px 2.454545455%; }

/* line 14, layout/_grid.scss */
.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
/* line 17, layout/_grid.scss */
.group:before,
.group:after {
  content: "";
  display: table; }

/* line 19, layout/_grid.scss */
.group:after {
  clear: both; }

/* line 20, layout/_grid.scss */
.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
/* line 24, layout/_grid.scss */
.span_12_of_12 {
  width: 100%; }

/* line 28, layout/_grid.scss */
.span_11_of_12 {
  width: 91.46%; }

/* line 31, layout/_grid.scss */
.span_10_of_12 {
  width: 82.92%; }

/* line 35, layout/_grid.scss */
.span_9_of_12 {
  width: 74.38%; }

/* line 39, layout/_grid.scss */
.span_8_of_12 {
  width: 65.84%; }

/* line 43, layout/_grid.scss */
.span_7_of_12 {
  width: 57.31%; }

/* line 47, layout/_grid.scss */
.span_6_of_12 {
  width: 48.77%; }

/* line 51, layout/_grid.scss */
.span_5_of_12 {
  width: 40.23%; }

/* line 55, layout/_grid.scss */
.span_4_of_12 {
  width: 31.69%; }

/* line 59, layout/_grid.scss */
.span_3_of_12 {
  width: 23.15%; }

/* line 63, layout/_grid.scss */
.span_2_of_12 {
  width: 14.62%; }

/* line 67, layout/_grid.scss */
.span_1_of_12 {
  width: 6.083%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  /* line 73, layout/_grid.scss */
  .col {
    margin: 1% 0 1% 0%; }
  /* line 75, layout/_grid.scss */
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; } }

/* line 1, layout/_header.scss */
.header_placeholder {
  height: 100px; }

/* line 2, layout/_header.scss */
.header.headroom--top {
  background: rgba(255, 255, 255, 0);
  border: 0; }

/* line 3, layout/_header.scss */
/*.header {
  height: 101px;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom:3px #0033A0 solid;
}*/

.page-template-Template-Secondary .header,
.page-template-Template-Tertiary .header     {  }

/* line 4, layout/_header.scss */
.header .container {
  text-align: right;
  /*width: 95%; */
  }

/* line 5, layout/_header.scss */
.header a {
  text-decoration: none;
  color: #666; }

/* line 6, layout/_header.scss */
.header ul, .header li {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 7, layout/_header.scss */
.header-logo {
  vertical-align: top;
  position: absolute;
  top: 35px;
  z-index: 10;
  zoom: 1;
  font-size: 14px;
  line-height: 20px; }

/* line 8, layout/_header.scss */
.header-logo span {
  position: absolute;
  left: 140px;
  top: 39px;
  width: 380px; }

/* line 10, layout/_header.scss */
.header-label {
  font-size: 14px;
  position: absolute;
  margin-left: 166px;
  top: 45px;
  text-align: left; }

/* line 13, layout/_header.scss */
.header-aside {
  position: relative;
  display: inline-block;
  font-weight: 100; }

/* line 14, layout/_header.scss */
.header-aside svg {
  stroke: #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 15, layout/_header.scss */
.header-aside svg:hover {
  stroke: #0033A0; }

/* line 17, layout/_header.scss */
.header-aside-search {
  height: 50px;
  border-bottom: 1px solid #666;
  line-height: 20px;
  padding: 16px 0 14px;
  text-align: right;
  padding-right: 37px;
  position: relative;
  /*opacity: 0; */
}

/* line 18, layout/_header.scss */
.header-aside-search a {
  display: inline-block;
  margin-left: 17px;
  vertical-align: middle;
  text-decoration: none;
  color: #ccc; }

/* line 19, layout/_header.scss */
.header-aside-search a:hover {
  color: #0033A0; }

/* line 21, layout/_header.scss */
.header-aside-search .header-search_toggle {
  position: absolute;
  left: 100%;
  margin-left: -25px;
  top: 18px;
  cursor: pointer;
/*  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; */
}

/* line 22, layout/_header.scss */
.header-aside-search .header-search_field {
  position: absolute;
  left: 38px;
  top: 0;
  right: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 18px;
  opacity: 0; }

/* line 23, layout/_header.scss */
.header-aside-search .header-search_field form {
  width: 100%;
  margin: 0;
  vertical-align: top; }

/* line 24, layout/_header.scss */
.header-aside-search .header-search_field input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: #666; }

/* line 25, layout/_header.scss */
/*.header-aside-search .header-search_field button {
  z-index: 1;
  opacity: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px 0;
  margin: 0;
  display: block;
  line-height: 1px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none; }*/

/* line 26, layout/_header.scss */
.header-aside-search .header-search_field button svg {
  width: 18px;
  height: 14px;
  stroke: #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 27, layout/_header.scss */
.header-aside-search .header-search_field button svg * {
  stroke-width: 2px; }

/* line 29, layout/_header.scss */
.header-aside-search .header-search_field button:hover svg {
  stroke: #0033A0; }

/* line 32, layout/_header.scss */
.header-aside-search .header-search_field.not_empty button {
  opacity: 1;
  cursor: pointer; }

/* line 34, layout/_header.scss */
.header-aside-search .header-search_field.active {
  opacity: 1; }

/* line 37, layout/_header.scss */
.header-aside-menu {
  line-height: 20px;
  padding: 0 0 1px;
  color: #666;
  text-align: right; }

/* line 38, layout/_header.scss */
.header-aside-menu .main-menu-item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 14px 7px;
  background: rgba(255, 255, 255, 0);
/*  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  opacity: 0;
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); */
}

/* line 39, layout/_header.scss */
.header-aside-menu .main-menu-item:hover {
  color: #333333;
  background: white; }

/* line 40, layout/_header.scss */
.header-aside-menu .main-menu-item:hover span {
  cursor: pointer; }

/* line 43, layout/_header.scss */
.header-aside-menu a:hover {
  color: #333333; }

/* line 46, layout/_header.scss */
.header-hamburger {
  position: absolute;
  right: 0;
  top: 24px;
  opacity: 0;
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: none; }

/* line 50, layout/_header.scss */
.active_hsearch .header-aside-search a {
  opacity: 0; }

/* line 51, layout/_header.scss */
.active_hsearch .header-search_toggle {
  left: 0;
  margin-left: 7px; }

/* line 52, layout/_header.scss */
.active_hsearch .header-search_toggle svg {
  stroke: #0033A0; }

@media (min-width: 1380px) {
  /* line 58, layout/_header.scss */
  .header, .header-logo, .header-label, .header-aside, .header-aside-search {
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  /* line 64, layout/_header.scss */
  .headroom--unpinned.header {
    height: 70px; }
  /* line 66, layout/_header.scss */
  .headroom--unpinned.header .header-logo, .headroom--unpinned.header .header-label {
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px); }
  /* line 68, layout/_header.scss */
  .headroom--unpinned.header .header-aside {
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px); }
  /* line 69, layout/_header.scss */
  .headroom--unpinned.header .header-aside-search {
    opacity: 1 !important; border-bottom:0; }
  /* line 72, layout/_header.scss */
  .headroom--unpinned.header:hover {
    height: 100px; }
  /* line 74, layout/_header.scss */
  .headroom--unpinned.header:hover .header-logo, .headroom--unpinned.header:hover .header-label {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 76, layout/_header.scss */
  .headroom--unpinned.header:hover .header-aside {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 77, layout/_header.scss */
  .headroom--unpinned.header:hover .header-aside-search {
       border-bottom:1px solid #666 !important;
    opacity: 1; } }

@media (max-width: 1200px) {
  /* line 87, layout/_header.scss */
  .header-label {
    top: 30px;
    max-width: 200px; } }

@media (max-width: 1380px) {
  /* line 91, layout/_header.scss */
  .header_placeholder {
    height: 60px; }
  /* line 92, layout/_header.scss */
  .header {
    height: 60px; }
  /* line 93, layout/_header.scss */
  .header-logo {
    top: 20px; }
  /* line 94, layout/_header.scss */

  /* line 96, layout/_header.scss */
  .header-label {
    top: 33px;
    margin-left: 160px;
    font-size: 12px;
    line-height: 14px;
    max-width: none; }
  /* line 97, layout/_header.scss */
  .header-aside {
    display: none; }
  /* line 98, layout/_header.scss */
  .header-hamburger {
    top: 18px;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    opacity: 1; }
  /* line 102, layout/_header.scss */
  .open_nav .header-nav {
    top: 50px; } }

@media (max-width: 459px) {
  /* line 110, layout/_header.scss */
  .header-logo {
    top: 21px; }
  /* line 111, layout/_header.scss */
  .header-logo svg {
    width: 83px;
    height: 18px; }
  /* line 113, layout/_header.scss */
  .header-label {
    top: 23px;
    margin-left: 94px;
    font-size:14px !important;
    max-width: 148px; } }

/* line 1, layout/_submenu.scss */
.submenu {
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -moz-transition: opacity 0.25s 0.1s, -moz-transform 0.25s 0.1s, display 0s;
  -o-transition: opacity 0.25s 0.1s, -o-transform 0.25s 0.1s, display 0s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s, display 0s;
  -webkit-transition-delay: 0.1s, 0.1s, 0s;
  transition: opacity 0.25s 0.1s, transform 0.25s 0.1s, display 0s;
  position: absolute;
  background: rgba(255,255,255,.9);
  right: 0;
  top: 48px;
  width: 723px;
  padding: 40px 40px 32px;
  text-align: left;
  overflow: hidden; }

#nav-menu-item-83 .submenu { left:0; right:auto; }

/* line 3, layout/_submenu.scss */
.submenu-list {
  padding: 0 0 8px;
  float: left;
  width: 238px; }

/* line 4, layout/_submenu.scss */
.submenu-list-header {
  line-height: 21px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px; }

/* line 5, layout/_submenu.scss */
.submenu-list a {
  margin-bottom: 17px;
  display: block;
  position: relative; }

/* line 6, layout/_submenu.scss */
.submenu-list a svg {
  position: absolute;
  right: 0;
  top: 4px;
  vertical-align: top;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 7, layout/_submenu.scss */
.submenu-list a:hover {
  color: #0033A0; }

/* line 8, layout/_submenu.scss */
.submenu-list a:hover svg {
  stroke: #0033A0; }

/* line 10, layout/_submenu.scss */
.submenu-list a.current {
  color: #0033A0; }

/* line 13, layout/_submenu.scss */
.submenu-suggested {
  width: 335px;
  margin-left: 308px;
  position: relative;
  color: #666; }

/* line 14, layout/_submenu.scss */
.submenu-suggested-image {
  margin-bottom: 16px; }

/* line 15, layout/_submenu.scss */
.submenu-suggested-header {
  line-height: 21px;
  color: #666;
  font-weight: 500;
  margin-bottom: 16px; }

/* line 17, layout/_submenu.scss */
.submenu.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 19, layout/_submenu.scss */
.slick_controls div {
  width: 28px;
  height: 28px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: 111px;
  right: -30px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 6px 0 0 1px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer; }

/* line 20, layout/_submenu.scss */
.slick_controls div:first-child {
  right: auto;
  left: -30px;
  padding: 6px 1px 0 0; }

/* line 21, layout/_submenu.scss */
.slick_controls div svg {
  stroke: #0033A0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 22, layout/_submenu.scss */
.slick_controls div:hover {
  background: #0033A0; }

/* line 23, layout/_submenu.scss */
.slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 1, layout/_menu-mobile.scss */
.menu_m {
  display: none; }

@media (max-width: 1380px) {
  /* line 4, layout/_menu-mobile.scss */
  .menu_m {
    opacity: 0;
    padding: 80px 40px 58px;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    font-size: 16px;
    line-height: 21px;
    overflow: auto;
    font-weight: 200; }
  /* line 5, layout/_menu-mobile.scss */
  .menu_m ul, .menu_m li {
    list-style: none; }
  /* line 6, layout/_menu-mobile.scss */
  .menu_m a {
    text-decoration: none; }
  /* line 7, layout/_menu-mobile.scss */
  .menu_m a:hover {
    color: #0033A0; }
  /* line 10, layout/_menu-mobile.scss */
  .menu_m-search svg {
    stroke: #666; }
  /* line 12, layout/_menu-mobile.scss */
  .menu_m-list {
    margin: 0;
    padding: 32px 22px 23px 0;
    border-bottom: 1px solid #EDEDED;
    line-height: 24px; }
  /* line 13, layout/_menu-mobile.scss */
  .menu_m-list a {
    display: block; }
  /* line 14, layout/_menu-mobile.scss */
  .menu_m-list-item {
    padding: 0 20px 17px 0;
    position: relative; }
  /* line 15, layout/_menu-mobile.scss */
  .menu_m-list-item svg {
    position: absolute;
    right: 0;
    top: 5px;
    stroke: #0033A0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  /* line 16, layout/_menu-mobile.scss */
  .menu_m-list-item-content {
    padding: 17px 0 0 17px;
    display: none; }
  /* line 17, layout/_menu-mobile.scss */
  .menu_m-list-item-content a {
    margin: 0 0 11px;
    color: #B2B2B2; }
  /* line 18, layout/_menu-mobile.scss */
  .menu_m-list-item-content a:hover {
    color: #0033A0; }
  /* line 22, layout/_menu-mobile.scss */
  .menu_m-list-item.open svg {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 23, layout/_menu-mobile.scss */
  .menu_m-list-item.open .menu_m-list-item-content {
    display: block; }
  /* line 28, layout/_menu-mobile.scss */
  .menu_m-links {
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0 19px; }
  /* line 29, layout/_menu-mobile.scss */
  .menu_m-links a {
    display: block;
    padding: 10px 0;
    color: #999; }
  /* line 31, layout/_menu-mobile.scss */
  .menu_m-suggested {
    position: relative; }
  /* line 32, layout/_menu-mobile.scss */
  .menu_m-suggested-header {
    font-weight: 500;
    padding: 40px 0 16px; }
  /* line 34, layout/_menu-mobile.scss */
  .menu_m .search_group {
    position: relative; }
  /* line 36, layout/_menu-mobile.scss */
  .menu_m .search_group i svg {
    fill: #666; }
  /* line 38, layout/_menu-mobile.scss */
  .menu_m .search_group input {
    opacity: 0;
    color: #666; }
  /* line 41, layout/_menu-mobile.scss */
  .menu_m .search_group.focus i svg {
    fill: #0033A0; }
  /* line 43, layout/_menu-mobile.scss */
  .menu_m .search_group.focus input {
    opacity: 1; }
  /* line 48, layout/_menu-mobile.scss */
  .open_nav body {
    overflow: hidden; }
  /* line 49, layout/_menu-mobile.scss */
  .open_nav .header {
    border-color: #fff;
    background: #fff; }
  /* line 50, layout/_menu-mobile.scss */
  .open_nav .menu_m {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }

/* line 1, layout/_footer.scss */
.footer {
  padding: 100px 0 77px;
  position: relative;
  color: #666;
  font-size: 12px;
  line-height: 18px; }

/* line 3, layout/_footer.scss */
.footer-nav {
  margin: 0 0 30px -18px; }

/* line 4, layout/_footer.scss */
.footer-nav a {
  display: inline-block;
  color: #666;
  margin: 0 40px 0 0;
  text-decoration: none;
  font-size: 32px;
  line-height: 46px;
  padding: 3px 18px 4px;
  background: #fff; }

/* line 5, layout/_footer.scss */
.footer-nav a:hover {
  color: #333; }

/* line 8, layout/_footer.scss */
.footer-social {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 12px 15px;
  margin-right: -15px;
  word-spacing: 18px;
  display: inline-block; }

/* line 9, layout/_footer.scss */
.footer-social svg {
  vertical-align: top;
  fill: #0033A0; }

/* line 10, layout/_footer.scss */
.footer-social a {
  display: inline-block;
  position: relative; }

/* line 11, layout/_footer.scss */
.footer-social a i {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 0;
  height: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 12, layout/_footer.scss */
.footer-social a i svg {
  fill: #72A302;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 15, layout/_footer.scss */
.footer-social a:hover i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 16, layout/_footer.scss */
.footer-social a:hover i svg {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (max-width: 800px) {
  /* line 24, layout/_footer.scss */
  .footer {
    padding: 100px 0 43px; }
  /* line 25, layout/_footer.scss */
  .footer-copy {
    padding-top: 18px;
    max-width: 260px;
    line-height: 18px;
    font-size: 12px; }
  /* line 26, layout/_footer.scss */
  .footer-nav {
    margin: 0 0 24px -10px; }
  /* line 27, layout/_footer.scss */
  .footer-nav a {
    margin: 0 30px 0 0;
    font-size: 24px;
    line-height: 34px;
    padding: 5px 10px 9px; }
  /* line 29, layout/_footer.scss */
  .footer-social {
    position: static;
    margin-left: -15px; } }

/* line 1, layout/_page-header.scss */
.page_header {
  border-top: 40px solid #E5760E;
  padding: 60px 0; }

@media (max-width: 767px) {
  /* line 3, layout/_page-header.scss */
  .page_header {
    padding: 32px 0; } }

/* layout */
/* line 1, components/_hamburger.scss */
.header-hamburger {
  cursor: pointer;
  width: 30px;
  height: 16px;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }

/* line 2, components/_hamburger.scss */
.header-hamburger-label {
  position: absolute;
  left: 50%;
  top: 26px;
  margin: 0 0 0 -25px;
  width: 50px;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  overflow: hidden;
  height: 13px; }

/* line 3, components/_hamburger.scss */
.header-hamburger-label b {
  font-weight: 100;
  display: block;
  opacity: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 4, components/_hamburger.scss */
.header-hamburger-label b:first-child {
  margin-top: 0;
  opacity: 1; }

/* line 7, components/_hamburger.scss */
.header-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  opacity: 1;
  left: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  top: 7px; }

/* line 8, components/_hamburger.scss */
.header-hamburger span:nth-child(1) {
  top: 0; }

/* line 9, components/_hamburger.scss */
.header-hamburger span:nth-child(2), .header-hamburger span:nth-child(3) {
  width: 25px; }

/* line 11, components/_hamburger.scss */
.header-hamburger span:nth-child(4) {
  top: 14px;
  width: 20px; }

/* line 13, components/_hamburger.scss */
.header-hamburger:hover span {
  width: 100%; }

/* line 18, components/_hamburger.scss */
.open_nav .header-hamburger-label b {
  opacity: 1; }

/* line 19, components/_hamburger.scss */
.open_nav .header-hamburger-label b:first-child {
  margin-top: -13px;
  opacity: 0; }

/* line 23, components/_hamburger.scss */
.open_nav .header-hamburger span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%; }

/* line 24, components/_hamburger.scss */
.open_nav .header-hamburger span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%; }

/* line 25, components/_hamburger.scss */
.open_nav .header-hamburger span:nth-child(1), .open_nav .header-hamburger span:nth-child(4) {
  width: 0;
  left: 50%; }

/* line 2, components/_buttons.scss */
.orange .button {
  color: #E5760E; }

/* line 3, components/_buttons.scss */
.orange .button i {
  background: #E5760E; }

/* line 4, components/_buttons.scss */
.orange .button b {
  border-color: #E5760E; }

/* line 5, components/_buttons.scss */
.orange .button b svg {
  stroke: #E5760E; }

/* line 10, components/_buttons.scss */
.blue .button, .purple .button {
  color: #0033A0; }

/* line 11, components/_buttons.scss */
.blue .button i, .purple .button i {
  background: #0033A0; }

/* line 12, components/_buttons.scss */
.blue .button b, .purple .button b {
  border-color: #0033A0; }

/* line 13, components/_buttons.scss */
.blue .button b svg, .purple .button b svg {
  stroke: #0033A0; }

/* line 18, components/_buttons.scss */
.pink .button {
  color: #D33195; }

/* line 19, components/_buttons.scss */
.pink .button i {
  background: #D33195; }

/* line 20, components/_buttons.scss */
.pink .button b {
  border-color: #D33195; }

/* line 21, components/_buttons.scss */
.pink .button b svg {
  stroke: #D33195; }

/* line 26, components/_buttons.scss */
.cyan .button {
  color: #36A1BA; }

/* line 27, components/_buttons.scss */
.cyan .button i {
  background: #36A1BA; }

/* line 28, components/_buttons.scss */
.cyan .button b {
  border-color: #36A1BA; }

/* line 29, components/_buttons.scss */
.cyan .button b svg {
  stroke: #36A1BA; }

/* line 34, components/_buttons.scss */
.green .button {
  color: #72A302; }

/* line 35, components/_buttons.scss */
.green .button i {
  background: #72A302; }

/* line 36, components/_buttons.scss */
.green .button b {
  border-color: #72A302; }

/* line 37, components/_buttons.scss */
.green .button b svg {
  stroke: #72A302; }

/* line 41, components/_buttons.scss */
.button {
  font-size: 16px;
  line-height: 23px;
  background: #fff;
  color: #72A302;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap; }

/* line 42, components/_buttons.scss */
.button i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  padding: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #72A302;
  overflow: hidden;
  color: #ffffff;
  font-style: normal; }

/* line 43, components/_buttons.scss */
.button i span {
  display: block;
  padding: 4px 9px 5px; }

/* line 44, components/_buttons.scss */
.button i svg {
  stroke: #ffffff; }

/* line 46, components/_buttons.scss */
.button b {
  position: relative;
  display: block;
  font-weight: normal;
  border: 4px solid #72A302;
  padding: 0 5px 1px; }

/* line 47, components/_buttons.scss */
.button svg {
  margin-left: 24px;
  vertical-align: middle;
  stroke: #72A302; }

/* line 49, components/_buttons.scss */
.button:hover i {
  width: 100%; }

/* line 52, components/_buttons.scss */
.button.pink {
  color: #D33195; }

/* line 53, components/_buttons.scss */
.button.pink i {
  background: #D33195; }

/* line 54, components/_buttons.scss */
.button.pink b {
  border-color: #D33195; }

/* line 55, components/_buttons.scss */
.button.pink b svg {
  stroke: #D33195; }

/* line 59, components/_buttons.scss */
.button.cyan {
  color: #36A1BA; }

/* line 60, components/_buttons.scss */
.button.cyan i {
  background: #36A1BA; }

/* line 61, components/_buttons.scss */
.button.cyan b {
  border-color: #36A1BA; }

/* line 62, components/_buttons.scss */
.button.cyan b svg {
  stroke: #36A1BA; }

/* line 66, components/_buttons.scss */
.button.orange {
  color: #E5760E; }

/* line 67, components/_buttons.scss */
.button.orange i {
  background: #E5760E; }

/* line 68, components/_buttons.scss */
.button.orange b {
  border-color: #E5760E; }

/* line 69, components/_buttons.scss */
.button.orange b svg {
  stroke: #E5760E; }

/* line 73, components/_buttons.scss */
.button.blue {
  color: #0033A0; }

/* line 74, components/_buttons.scss */
.button.blue i {
  background: #0033A0; }

/* line 75, components/_buttons.scss */
.button.blue b {
  border-color: #0033A0; }

/* line 76, components/_buttons.scss */
.button.blue b svg {
  stroke: #0033A0; }

/* line 80, components/_buttons.scss */
.button.white {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5); }

/* line 81, components/_buttons.scss */
.button.white i {
  background: #ffffff;
  color: #666; }

/* line 82, components/_buttons.scss */
.button.white i svg {
  stroke: #666; }

/* line 84, components/_buttons.scss */
.button.white b {
  border-color: #ffffff; }

/* line 85, components/_buttons.scss */
.button.white b svg {
  stroke: #ffffff; }

/* line 88, components/_buttons.scss */
.button.white.hblue i {
  color: #0033A0; }

/* line 89, components/_buttons.scss */
.button.white.hblue i svg {
  stroke: #0033A0; }

/* line 93, components/_buttons.scss */
.button.white.horange i {
  color: #E5760E; }

/* line 94, components/_buttons.scss */
.button.white.horange i svg {
  stroke: #E5760E; }

/* line 98, components/_buttons.scss */
.button.white.hpink i {
  color: #D33195; }

/* line 99, components/_buttons.scss */
.button.white.hpink i svg {
  stroke: #D33195; }

/* line 103, components/_buttons.scss */
.button.white.hgreen i {
  color: #72A302; }

/* line 104, components/_buttons.scss */
.button.white.hgreen i svg {
  stroke: #72A302; }

/* line 108, components/_buttons.scss */
.button.white.hcyan i {
  color: #36A1BA; }

/* line 109, components/_buttons.scss */
.button.white.hcyan i svg {
  stroke: #36A1BA; }

/* line 1, components/_select.scss */
.select {
  padding: 0 0 3px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  line-height: 1.5625em;
  vertical-align: middle; }

/* line 2, components/_select.scss */
.select svg {
  vertical-align: top;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  stroke: #72A302; }

/* line 3, components/_select.scss */
.select-header {
  padding: 10px 30px 10px 0;
  border: 0;
  border-bottom: 1px solid #979797;
  width: 100%;
  z-index: 2;
  position: relative; }

/* line 4, components/_select.scss */
.select-header span {
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/* line 5, components/_select.scss */
.select-header-icon {
  display: block;
  position: absolute;
  right: 0;
  height: 11px;
  top: 50%;
  margin-top: -5px; }

/* line 7, components/_select.scss */
.select-options {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #979797;
  background: #fff;
  z-index: 1;
  overflow: auto;
  max-height: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: -1px;
  font-size: 16px;
  line-height: 1.5625em; }

/* line 8, components/_select.scss */
.select-options-item {
  padding: 7px 26px;
  background-color: #fff; }

/* line 9, components/_select.scss */
.select-options-item:hover {
  background-color: #F2F2F2; }

/* line 10, components/_select.scss */
.select-options-item.current {
  color: #0033A0; }

/* line 11, components/_select.scss */
.select-options-item:first-child {
  margin-top: 18px; }

/* line 12, components/_select.scss */
.select-options-item:last-child {
  margin-bottom: 18px; }

/* line 15, components/_select.scss */
.select.open {
  z-index: 99; }

/* line 16, components/_select.scss */
.select.open svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 18, components/_select.scss */
.select.open .select-options {
  max-height: 237px; }

/* line 2, components/_chart.scss */
.chart h3 {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 0;
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 25px;
  width: 160px;
  height: 29px;
  position: relative; }

/* line 3, components/_chart.scss */
.chart h3 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 4, components/_chart.scss */
.chart h3.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 6, components/_chart.scss */
.chart b {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  line-height: 25px;
  display: block;
  text-align: center; }

/* line 7, components/_chart.scss */
.chart b.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 9, components/_chart.scss */
.chart-content {
  font-size: 14px;
  line-height: 20px;
  margin: 30px auto;
  position: relative;
  text-align: center;
  height: 63px;
  max-width: 145px;
  *zoom: 1; }

/* line 38, ../../../../../../Users/roaglaganov/.rvm/gems/ruby-2.4.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.chart-content:after {
  content: "";
  display: table;
  clear: both; }

/* line 10, components/_chart.scss */
.chart-content:after {
  content: "";
  display: inline-block;
  width: 100%; }

/* line 11, components/_chart.scss */
.chart-content-bar {
  height: 100%;
  width: 10px;
  position: relative;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 7px; }

/* line 12, components/_chart.scss */
.chart-content-bar-year {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100px;
  margin: 0 0 -22px -45px; }

/* line 13, components/_chart.scss */
.chart-content-bar-fill {
  width: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #72A302;
  height: 0;
  -moz-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  max-height: 0; }

/* line 14, components/_chart.scss */
.chart-content-bar-fill-value {
  display: none; }

/* line 16, components/_chart.scss */
.chart-content-bar:nth-child(1) .chart-content-bar-fill {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

/* line 17, components/_chart.scss */
.chart-content-bar:nth-child(2) .chart-content-bar-fill {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

/* line 18, components/_chart.scss */
.chart-content-bar:nth-child(3) .chart-content-bar-fill {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* line 19, components/_chart.scss */
.chart-content-bar:nth-child(4) .chart-content-bar-fill {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* line 20, components/_chart.scss */
.chart-content-bar:nth-child(5) .chart-content-bar-fill {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

/* line 22, components/_chart.scss */
.chart-content-bar:first-child .chart-content-bar-year {
  opacity: 1; }

/* line 23, components/_chart.scss */
.chart-content-bar:last-child .chart-content-bar-year, .chart-content-bar:first-child .chart-content-bar-year {
  display: block; }

/* line 30, components/_chart.scss */
.chart-content.active .chart-content-bar-fill {
  max-height: 100%; }

/* home */
/* line 1, components/_intro.scss */
.intro, .intro_bg {
  height: 720px;
  margin-bottom: 0;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 1; }

/* line 2, components/_intro.scss */
.intro-bg, .intro_bg-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: center center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .5; }

/* line 3, components/_intro.scss */
.intro-bg iframe, .intro_bg-bg iframe {
  width: 100%;
  height: 100%; }

/* line 6, components/_intro.scss */
.intro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

/* line 7, components/_intro.scss */
.intro .container {
  height: 100%; }

/* line 8, components/_intro.scss */
.intro-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&1+0,0+39 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }

/* line 15, components/_intro.scss */
.intro-shadow {
  position: absolute;
  left: 2.5%;
  top: 100px;
  bottom: 0;
  right: 2.5%;
  margin-bottom: -37px;
  background: #00C7ED;
  opacity: 0;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s; }

/* line 16, components/_intro.scss */
.intro-shadow__company {
  background: -moz-linear-gradient(-45deg, #0033A0 0%, #00ABE6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0033A0 0%, #00ABE6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0033a0 0%, #00abe6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 21, components/_intro.scss */
.intro-shadow__company_in {
  background: -moz-linear-gradient(-45deg, #0033A0 0%, #B453FF 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0033A0 0%, #B453FF 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0033a0 0%, #b453ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 26, components/_intro.scss */
.intro-shadow__community {
  background: -moz-linear-gradient(-45deg, #F76B1C 0%, #F4C107 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #F76B1C 0%, #F4C107 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f76b1c 0%, #f4c107 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 31, components/_intro.scss */
.intro-shadow__talent {
  background: -moz-linear-gradient(-45deg, #D33195 0%, #FF009D 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D33195 0%, #FF009D 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d33195 0%, #ff009d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 36, components/_intro.scss */
.intro-shadow__climate {
  background: -moz-linear-gradient(-45deg, #B5C30B 0%, #72A302 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #B5C30B 0%, #72A302 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b5c30b 0%, #72a302 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 41, components/_intro.scss */
.intro-shadow__security {
  background: -moz-linear-gradient(-45deg, #0099DA 0%, #36A1BA 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0099DA 0%, #36A1BA 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0099da 0%, #36a1ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 46, components/_intro.scss */
.intro-shadow__more-that-matters {
  background: -moz-linear-gradient(-45deg, #BE2424 0%, #E27533 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #BE2424 0%, #E27533 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #be2424 0%, #e27533 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/* line 52, components/_intro.scss */
.intro-menu_header {
  text-transform: uppercase;
  display: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 8px -8px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -32px;
  padding: 0 8px;
  background: #fff;
  color: #666;
  cursor: pointer; }

/* line 53, components/_intro.scss */
.intro-menu_header span {
  vertical-align: middle;
  display: inline-block;
  padding-right: 4px; }

/* line 54, components/_intro.scss */
.intro-menu_header svg {
  stroke: #666;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 7px;
  height: 12px;
  vertical-align: middle; }

/* line 56, components/_intro.scss */
.intro-header {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 8px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -32px;
  display: inline-block;
  padding: 0 8px;
  color: #666;
  background: #ffffff;
  -moz-transition: opacity 1s 1.5s;
  -o-transition: opacity 1s 1.5s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 1.5s;
  transition: opacity 1s 1.5s;
  opacity: 0; }

/* line 57, components/_intro.scss */
.intro-menu {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 8px -8px;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -32px;
  -moz-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 2s;
  transition: opacity 1s 2s;
  opacity: 0; }

/* line 58, components/_intro.scss */
.intro-menu a {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  text-decoration: none;
  position: relative; }

/* line 61, components/_intro.scss */
.intro-menu span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 24px;
  background: #fff; }

/* line 63, components/_intro.scss */
.intro-text {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 25%;
  opacity: 0; }

/* line 64, components/_intro.scss */
.intro-text-normal {
  margin: 6px 0 20px;
  max-width: 700px;
  opacity: 0;
  -moz-transition: 1s 2s;
  -o-transition: 1s 2s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 2s;
  transition: 1s 2s; }

/* line 65, components/_intro.scss */
.intro-text-big, .intro-text-huge {
  font-size: 40px;
  line-height: 60px;
  opacity: 0;
  font-weight: 700; }

/* line 67, components/_intro.scss */
.intro-text-big {
  -moz-transition: 1s 1.5s;
  -o-transition: 1s 1.5s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 1.5s;
  transition: 1s 1.5s; }

/* line 68, components/_intro.scss */
.intro-text-huge {
  font-size: 280px;
  line-height: 240px;
  margin: -8px 0 8px;
  opacity: 0;
  -moz-transition: 1s 1s;
  -o-transition: 1s 1s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 1s;
  transition: 1s 1s;
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

/* line 70, components/_intro.scss */
.intro .button {
  -moz-transition: opacity 1s 1.5s;
  -o-transition: opacity 1s 1.5s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 1.5s;
  transition: opacity 1s 1.5s;
  opacity: 0; }

/* line 72, components/_intro.scss */
.intro-scroll {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 100px;
  margin: 0 0 20px 0;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none; }

/* line 73, components/_intro.scss */
.intro-scroll svg {
  fill: none;
  stroke: #666;
  clear: both;
  margin-top: 3px; }

/* line 74, components/_intro.scss */
.intro-scroll path {
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }

/* line 89, components/_intro.scss */
.intro.active .intro-menu, .intro.active .intro-header {
  opacity: 1; }

/* line 91, components/_intro.scss */
.intro.active .intro-text-normal {
  opacity: 1; }

/* line 92, components/_intro.scss */
.intro.active .intro-text-big {
  opacity: .5; }

/* line 93, components/_intro.scss */
.intro.active .intro-text-huge {
  opacity: .8;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 96, components/_intro.scss */
.intro.active .button {
  opacity: 1; }

/* line 97, components/_intro.scss */
.intro.active .td {
  opacity: 1; }

/* line 101, components/_intro.scss */
.videobg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 102, components/_intro.scss */
.videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto; }

/* line 103, components/_intro.scss */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.5%;
  overflow: hidden; }

/* line 104, components/_intro.scss */
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

/* line 105, components/_intro.scss */
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none; }

/* line 109, components/_intro.scss */
.index .intro, .index .intro_bg {
  height: 100%; }

/* line 110, components/_intro.scss */
.index .intro-shadow {
  margin-bottom: -24px; }

/* line 114, components/_intro.scss */
.community .intro-header {
  color: #E5760E; }

@media (max-width: 1380px) {
  /* line 120, components/_intro.scss */
  .intro-shadow {
    top: 60px; } }

@media (max-width: 1090px) {
  /* line 126, components/_intro.scss */
  .intro-text-big {
    font-size: 36px;
    line-height: 60px; }
  /* line 127, components/_intro.scss */
  .intro-text-huge {
    font-size: 25vw;
    line-height: .90em; } }

@media (max-height: 720px) {
  /* line 141, components/_intro.scss */
  .intro-text-big {
    font-size: 30px;
    line-height: 50px; }
  /* line 142, components/_intro.scss */
  .intro-text-huge {
    font-size: 18vw;
    line-height: .90em; } }

@media (max-height: 650px) {
  /* line 149, components/_intro.scss */
  .intro-text-big {
    font-size: 24px;
    line-height: 40px; }
  /* line 150, components/_intro.scss */
  .intro-text-huge {
    font-size: 15vw;
    line-height: .90em; } }

@media (max-width: 459px) {
  /* line 155, components/_intro.scss */
  .intro, .intro_bg {
    height: 480px; }
  /* line 157, components/_intro.scss */
  .intro-menu_header {
    margin-left: -5px;
    padding: 0 5px; }
  /* line 158, components/_intro.scss */
  .intro-menu {
    margin-left: -5px; }
  /* line 159, components/_intro.scss */
  .intro-menu a {
    padding: 0 5px; }
  /* line 161, components/_intro.scss */
  .intro-header {
    margin-left: -5px;
    padding: 0 5px; }
  /* line 163, components/_intro.scss */
  .intro-text-big {
    font-size: 16px;
    line-height: 16px; }
  /* line 164, components/_intro.scss */
  .intro-text-huge {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 8px; }
  /* line 166, components/_intro.scss */
  .intro-scroll {
    display: none; } }

@media (max-width: 430px) {
  /* line 171, components/_intro.scss */
  .intro-menu_header {
    display: block;
    width: 110px; }
  /* line 172, components/_intro.scss */
  .intro-menu_header svg {
    position: absolute;
    right: 6px;
    top: 6px; }
  /* line 174, components/_intro.scss */
  .intro-menu {
    display: none;
    margin-top: -10px;
    width: 110px; }
  /* line 175, components/_intro.scss */
  .intro-menu a {
    display: block;
    color: #666 !important; }
  /* line 176, components/_intro.scss */
  .intro-menu .current, .intro-menu span {
    display: none; }
  /* line 177, components/_intro.scss */
  .intro-menu.open {
    display: block;
    background: #ffffff; } }

/* line 1, components/_search.scss */
.home_search {
  position: absolute;
  background: #fff;
  padding: 29px 40px;
  margin-top: 16px;
  z-index: 4;
  width: 50%; }

/* line 3, components/_search.scss */
.home_search .search_group {
  position: relative; }

/* line 4, components/_search.scss */
.home_search .search_group i {
  margin-top: -12px; }

/* line 5, components/_search.scss */
.home_search .search_group i svg {
  fill: #666;
  width: 25px;
  height: 25px; }

/* line 7, components/_search.scss */
.home_search .search_group input {
  background: #fff;
  border: 0;
  outline: none;
  padding: 0 0 0 40px;
  border-bottom: 1px solid #979797;
  vertical-align: top;
  line-height: 42px;
  font-size: 18px;
  color: #666;
  height: 42px; }

/* line 10, components/_search.scss */
.home_search .search_group.focus i svg {
  fill: #0033A0; }

/* line 12, components/_search.scss */
.home_search .search_group.focus input {
  opacity: 1; }

/* line 15, components/_search.scss */
.home_search .search_group:hover input {
  color: #0033A0; }

/* line 16, components/_search.scss */
.home_search .search_group:hover svg {
  fill: #0033A0; }

/* line 21, components/_search.scss */
.home_search {
  opacity: 0;
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 22, components/_search.scss */
.home_search.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (max-width: 767px) {
  /* line 25, components/_search.scss */
  .home_search {
    width: 100%;
    padding: 10px; }
  /* line 26, components/_search.scss */
  .home_search .search_group {
    position: relative; }
  /* line 27, components/_search.scss */
  .home_search .search_group i {
    margin-top: -8px; }
  /* line 28, components/_search.scss */
  .home_search .search_group i svg {
    fill: #666;
    width: 17px;
    height: 17px; }
  /* line 30, components/_search.scss */
  .home_search .search_group input {
    padding: 0 0 0 26px;
    line-height: 30px;
    font-size: 14px;
    height: 30px; } }

/* line 1, components/_ceo.scss */
.ceo {
  padding: 104px 0 0;
  position: relative;
  z-index: 3; }

/* line 2, components/_ceo.scss */
.ceo-image {
  width: 48%;
  z-index: 1;
  position: relative; }

/* line 3, components/_ceo.scss */
.ceo-image a {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #666;
  z-index: 2;
  line-height: 28px;
  text-decoration: none;
  background: #ffffff;
  padding: 4px 8px; }

/* line 4, components/_ceo.scss */
.ceo-image.ceo_2 {
  margin: -32px 0 0 7.5%; }

/* line 6, components/_ceo.scss */
.ceo-content {
  width: 45%;
  position: absolute;
  right: 0;
  margin: 0;
  top: 40px;
  background: #fff;
  padding: 50px 0 60px 5%; }

/* line 7, components/_ceo.scss */
.ceo-content h2 {
  max-width: 400px; }

/* line 8, components/_ceo.scss */
.ceo-content .button {
  margin: 0 4px 8px 0; }

/* line 10, components/_ceo.scss */
.ceo a.icon i {
  background: #ffffff; }

/* line 11, components/_ceo.scss */
.ceo a.icon i svg {
  margin-top: -4px;
  margin-right: -2px; }

/* line 15, components/_ceo.scss */
.ceo-image {
  opacity: 0;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

/* line 16, components/_ceo.scss */
.ceo-content {
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

/* line 20, components/_ceo.scss */
.ceo.active .ceo-content {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 23, components/_ceo.scss */
.ceo .ceo-image.active {
  opacity: 1; }

@media (max-width: 767px) {
  /* line 27, components/_ceo.scss */
  .ceo-image {
    width: 100%;
    margin-left: -5.5%; }
  /* line 29, components/_ceo.scss */
  .ceo-image.ceo_2 {
    margin: -32px 0 0 5.5%; }
  /* line 31, components/_ceo.scss */
  .ceo-content {
    width: auto;
    position: relative;
    right: 0;
    margin: 20px 0 0;
    top: 0; }
  /* line 32, components/_ceo.scss */
  .ceo-content h2 {
    max-width: 400px; }
  /* line 33, components/_ceo.scss */
  .ceo-content .button {
    margin: 0 4px 8px 0; } }

/* line 1, components/_tabs.scss */
.tabs {
  font-size: 16px;
  line-height: 28px; }

/* line 2, components/_tabs.scss */
.tabs-tab {
  display: inline-block;
  margin-right: 35px;
  position: relative;
  cursor: pointer; }

/* line 3, components/_tabs.scss */
.tabs-tab:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  margin-bottom: -4px;
  border-bottom: 1px solid #72A302;
  content: "";
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/* line 4, components/_tabs.scss */
.tabs-tab.current:after, .tabs-tab:hover:after {
  width: 100%; }

/* line 6, components/_tabs.scss */
.tabs-content {
  padding: 15px 0 0; }

/* line 7, components/_tabs.scss */
.tabs-content p {
  padding-bottom: 24px; }

/* line 1, components/_search-overlay.scss */
.search_overlay {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 2, components/_search-overlay.scss */
.search_overlay-bg {
  position: absolute;
  background: #36A1BA;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0 solid #fff;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 3, components/_search-overlay.scss */
.search_overlay-content {
  position: absolute;
  left: 15%;
  top: 50%;
  right: 15%;
  text-align: center;
  padding: 20px;
  margin-top: 0;
  opacity: 0;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 4, components/_search-overlay.scss */
.search_overlay-content-icon {
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -27px;
  z-index: 1; }

/* line 5, components/_search-overlay.scss */
.search_overlay-content-icon svg {
  width: 55px;
  height: 55px;
  fill: #0033A0; }

/* line 8, components/_search-overlay.scss */
.search_overlay-close {
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  right: 40px;
  top: 0;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff; }

/* line 9, components/_search-overlay.scss */
.search_overlay input {
  position: relative;
  background: #fff;
  border: 0;
  outline: none;
  width: 100%;
  vertical-align: top;
  line-height: 85px;
  font-size: 60px;
  color: #666;
  padding: 50px 160px; }

/* line 12, components/_search-overlay.scss */
.search_overlay button {
  z-index: 1;
  opacity: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 60px;
  top: 50%;
  padding: 3px 0;
  margin: 0;
  display: block;
  line-height: 1px;
  margin-top: -26px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none; }

#button-search-mobile,
#button-search {
opacity:1;
font-size:12px;
padding:3px 10px 4px 10px;
height:22px;
border:1px solid #0033A0;
color:#0033A0;
display:inline-block;
right:10px;
top:auto;
}

#button-search-mobile { margin-top:5px; }

/* line 13, components/_search-overlay.scss */
.search_overlay button svg {
  width: 70px;
  height: 52px;
  stroke: #666; }

/* line 14, components/_search-overlay.scss */
.search_overlay button svg * {
  stroke-width: 1px; }

/* line 17, components/_search-overlay.scss */
.search_overlay form {
  margin: 0; }

/* line 18, components/_search-overlay.scss */
.search_overlay .box_shadow {
  display: block; }

/* line 20, components/_search-overlay.scss */
.search_overlay.not_empty button {
  opacity: 1; }

/* line 24, components/_search-overlay.scss */
.active_search {
  overflow: hidden; }

/* line 26, components/_search-overlay.scss */
.active_search .search_overlay-bg {
  background: #ffffff;
  border-width: 40px;
  opacity: .9; }

/* line 27, components/_search-overlay.scss */
.active_search .search_overlay-content {
  margin-top: -92px;
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* line 28, components/_search-overlay.scss */
.active_search .search_overlay-close {
  opacity: 1;
  color: #0033A0; }

/* line 1, components/_callouts.scss */
.callouts {
  position: relative; }

/* line 2, components/_callouts.scss */
.callouts span {
  display: block; }

/* line 3, components/_callouts.scss */
.callouts .clear {
  clear: both; }

/* line 4, components/_callouts.scss */
.callouts-big {
  font-size: 240px;
  line-height: 230px;
  color: #F5F5F5;
  background: rgba(255, 255, 255, 0.6);
  position: static;
  font-weight: 300;
  z-index: 1; }

/* line 5, components/_callouts.scss */
.callouts-big__1 {
  right: 0;
  margin-top: 70px;
  padding: 48px 123px 132px 110px;
  float: right; }

/* line 6, components/_callouts.scss */
.callouts-big__2 {
  left: 0;
  margin-top: -100px;
  padding: 89px 141px 81px 58px;
  font-size: 280px;
  clear: both;
  float: left; }

/* line 8, components/_callouts.scss */
.callouts-small {
  color: #36A1BA;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  clear: both;
  z-index: 2;
  margin-top: 200px; }

/* line 9, components/_callouts.scss */
.callouts-small__1 {
  right: 20%; }

/* line 10, components/_callouts.scss */
.callouts-small__2 {
  left: 20%;
  margin-top: 50px; }

/* line 14, components/_callouts.scss */
.callouts-small {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 15, components/_callouts.scss */
.callouts-small span {
  opacity: 0; }

/* line 16, components/_callouts.scss */
.callouts-small span:nth-child(1) {
  -moz-transition: 0.5s 0.05s;
  -o-transition: 0.5s 0.05s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.05s;
  transition: 0.5s 0.05s; }

/* line 17, components/_callouts.scss */
.callouts-small span:nth-child(2) {
  -moz-transition: 0.5s 0.15s;
  -o-transition: 0.5s 0.15s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.15s;
  transition: 0.5s 0.15s; }

/* line 18, components/_callouts.scss */
.callouts-small span:nth-child(3) {
  -moz-transition: 0.5s 0.25s;
  -o-transition: 0.5s 0.25s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.25s;
  transition: 0.5s 0.25s; }

/* line 24, components/_callouts.scss */
.callouts-small.active span {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media (max-width: 1350px) {
  /* line 30, components/_callouts.scss */
  .callouts-big {
    font-size: 200px;
    line-height: 1em;
    font-size: 16vw;
    padding: 5% 10%; }
  /* line 31, components/_callouts.scss */
  .callouts-small {
    margin-top: 150px; }
  /* line 32, components/_callouts.scss */
  .callouts-small__2 {
    margin-top: 0; } }

@media (max-width: 1200px) {
  /* line 39, components/_callouts.scss */
  .callouts-big__2 {
    margin-top: -50px; } }

@media (max-width: 767px) {
  /* line 45, components/_callouts.scss */
  .callouts-big {
    margin-top: 100px; }
  /* line 46, components/_callouts.scss */
  .callouts-big__2 {
    margin-top: 0; }
  /* line 48, components/_callouts.scss */
  .callouts-small {
    font-size: 24px;
    line-height: 32px;
    margin-top: 100px; }
  /* line 50, components/_callouts.scss */
  .callouts-small__2 {
    margin-top: 0; } }

@media (max-width: 459px) {
  /* line 56, components/_callouts.scss */
  .callouts-small {
    font-size: 16px;
    line-height: 24px; } }

/* line 1, components/_stats.scss */
.stats {
  position: relative; }

/* line 2, components/_stats.scss */
.stats .select {
  width: 25%;
  margin-right: 5.5%; }

/* line 3, components/_stats.scss */
.stats-map {
  margin-top: -200px;
  margin-bottom: -150px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  float: right;
  max-width: 981px;
  width: 100%; }

/* line 4, components/_stats.scss */
.stats-map-content {
  position: relative;
  text-align: left;
  padding-top: 54.74%; }

/* line 5, components/_stats.scss */
.stats-map img {
  position: absolute;
  left: 1%;
  top: 0;
  right: 0;
  bottom: 0; 
  width: 98.15%; }

/* line 6, components/_stats.scss */
.stats-map svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  vertical-align: top; }

/* line 8, components/_stats.scss */
.stats-content {
  background: #fff;
  margin-right: 120px;
  padding: 66px 0 94px 80px;
  margin-left: -80px;
  clear: both; }

/* line 10, components/_stats.scss */
.stats-filters {
  padding: 35px 0; }

/* line 11, components/_stats.scss */
.stats-fade_left, .stats-fade_right {
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100px;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: 0 0 no-repeat url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM8AAAABCAYAAAB5Y/qbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGJJREFUeNqUUtEOACEIQu7/v9nW0zGnRW6uhUgOi8wM/BGSOyh4rUfBKTosGpMmB03V46F+43F4p8M7Dg/3qd85nb4bl8YMLvdlHvX8K97z0WNnT2g0YOy9+3thJEwcS4ABADwIA/mdLF3zAAAAAElFTkSuQmCC");
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 13, components/_stats.scss */
.scroll_0 .stats-fade_left, .scroll_100 .stats-fade_right {
  width: 1px; }

/* line 15, components/_stats.scss */
.stats-fade_left {
  left: 0;
  right: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 16, components/_stats.scss */
.stats-charts_container {
  position: relative; }

/* line 17, components/_stats.scss */
.stats-charts {
  overflow: auto; }

/* line 18, components/_stats.scss */
.stats-chart {
  padding: 20px 45px 40px 0;
  white-space: normal;
  display: inline-block; }

/* line 19, components/_stats.scss */
.stats-download {
  font-size: 24px;
  line-height: 34px;
  clear: both; }

/* line 20, components/_stats.scss */
.stats-download a {
  color: #72A302;
  text-decoration: none; }

/* line 21, components/_stats.scss */
.stats-download a i {
  margin-left: 3px;
  position: relative;
  vertical-align: middle; }

/* line 22, components/_stats.scss */
.stats-download a i span {
  position: relative; }

/* line 23, components/_stats.scss */
.stats-download a i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  border: 0 solid #72A302;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px; }

/* line 25, components/_stats.scss */
.stats-download a:hover {
  opacity: .7; }

/* line 27, components/_stats.scss */
.stats-download a:hover i:before {
  border-width: 14px;
  left: 0;
  top: 0; }

/* line 35, components/_stats.scss */
.stats-map {
  opacity: 1;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 36, components/_stats.scss */
.stats-content {
  opacity: 1;
  /*-moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -moz-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -webkit-transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition: 0.5s 0.5s;
*/
}

/* line 40, components/_stats.scss */
.stats.active .stats-map {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 41, components/_stats.scss */
.stats.active .stats-content {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 47, components/_stats.scss */
#map path {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 48, components/_stats.scss */
#map .active {
  fill: #47BCE5;
  fill-opacity: .5; }

/* line 49, components/_stats.scss */
#map .active path {
  fill: #47BCE5;
  fill-opacity: .5; }

/* line 52, components/_stats.scss */
#States > * {
  cursor: pointer; }

/* line 53, components/_stats.scss */
#States > *:hover {
  fill: #47BCE5;
  fill-opacity: .3; }

/* line 54, components/_stats.scss */
#States > *:hover path {
  fill: #47BCE5;
  fill-opacity: .3; }

@media (max-width: 1200px) {
  /* line 59, components/_stats.scss */
  .stats-map {
    margin-top: -100px;
    margin-bottom: -50px; } }

@media (max-width: 767px) {
  /* line 64, components/_stats.scss */
  .stats .select {
    width: 40%; }
  /* line 65, components/_stats.scss */
  .stats-map {
    margin-bottom: 20px; }
  /* line 66, components/_stats.scss */
  .stats-content {
    background: #fff;
    margin: 0 -40px 0;
    padding: 40px; } }

@media (max-width: 459px) {
  /* line 71, components/_stats.scss */
  .stats .select {
    width: 100%;
    margin: 0; }
  /* line 72, components/_stats.scss */
  .stats-content {
    background: #fff;
    margin: 0 -40px 0;
    padding: 40px; } }

/* line 1, components/_map.scss */
.map {
  float: right; }

/* secondary */
/* line 1, components/_gri.scss */
.gri {
  padding-bottom: 16px; }

/* line 2, components/_gri.scss */
.gri-link {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  margin-right: 4px; }

/* line 3, components/_gri.scss */
.gri-link > span {
  padding: 0 8px 0 4px;
  border: 1px solid #787879;
  opacity: 0; }

/* line 4, components/_gri.scss */
.gri-link span {
  display: block;
  white-space: nowrap; }

/* line 5, components/_gri.scss */
.gri-link span svg {
  width: 8px;
  height: 11px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 7, components/_gri.scss */
.gri-link svg {
  fill: #666;
  margin-left: 11px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 8, components/_gri.scss */
.gri-link-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px 0 4px;
  border: 1px solid #787879;
  background: #FAFAFA;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  max-height: 27px;
  min-width: 50px; }

/* line 9, components/_gri.scss */
.gri-link-content p {
  padding: 5px 0 7px;
  line-height: 23px; }

/* line 10, components/_gri.scss */
.gri-link-content a {
  text-decoration: none;
  font-size: 16px;
  display: block; }

/* line 11, components/_gri.scss */
.gri-link-content a svg {
  width: 16px;
  height: 12px; }

/* line 13, components/_gri.scss */
.gri-link-content div {
  width: 228px;
  opacity: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 15, components/_gri.scss */
.gri-link.open {
  opacity: 0; }

/* line 16, components/_gri.scss */
.gri-link.open, .gri-link:hover {
  z-index: 1; }

/* line 19, components/_gri.scss */
.gri-link.open .gri-link-content, .gri-link:hover .gri-link-content {
  display: block;
  min-width: 250px;
  padding: 13px 16px;
  margin: -13px 0 0 -12px;
  max-height: 250px; }

/* line 21, components/_gri.scss */
.gri-link.open .gri-link-content span svg, .gri-link:hover .gri-link-content span svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 23, components/_gri.scss */
.gri-link.open .gri-link-content div, .gri-link:hover .gri-link-content div {
  opacity: 1; }

/* line 26, components/_gri.scss */
.gri-link.open .gri-link-content a:hover svg, .gri-link:hover .gri-link-content a:hover svg {
  -moz-transform: translate(3px, 0);
  -ms-transform: translate(3px, 0);
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0); }

@media (max-width: 767px) {
  /* line 36, components/_gri.scss */
  .gri-link {
    margin-bottom: 8px; } }

/* line 1, components/_story.scss */
.story {
  position: relative;
  margin-bottom: 80px; }

/* line 2, components/_story.scss */
.story-image {
  max-width: 720px; }

/* line 3, components/_story.scss */
.story-image a {
  height: 457px; }

/* line 5, components/_story.scss */
.story-content {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 40px;
  padding: 40px;
  width: 60%; }

/* line 6, components/_story.scss */
.story_modal {
  padding: 100px 0 40px; }

/* line 8, components/_story.scss */
.story_modal h2 {
  padding-bottom: 62px; }

/* line 9, components/_story.scss */
.story_modal .large {
  margin-bottom: 62px; }

/* line 1, components/_side-menu.scss */
.side_menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: -24px 0 0 -40px;
  min-width: 200px;
  font-size: 14px;
  line-height: 18px; }

/* line 2, components/_side-menu.scss */
.side_menu-container {
  padding: 24px 26px 24px 40px;
  background: #ffffff; }

/* line 3, components/_side-menu.scss */
.side_menu-container > ul > li > a {
  font-weight: 500;
  color: #666; }

/* line 5, components/_side-menu.scss */
.side_menu ul, .side_menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 6, components/_side-menu.scss */
.side_menu li {
  padding: 9px 0; }

/* line 7, components/_side-menu.scss */
.side_menu a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 40px; }

/* line 8, components/_side-menu.scss */
.side_menu a svg {
  position: absolute;
  right: 0;
  top: 5px; }

/* line 10, components/_side-menu.scss */
.side_menu ul ul {
  padding-top: 8px; }

/* line 14, components/_side-menu.scss */
.col .side_menu ul {
  padding: 0; }

/* line 15, components/_side-menu.scss */
.col .side_menu li {
  padding: 9px 0; }

/* line 16, components/_side-menu.scss */
.col .side_menu li:before {
  display: none; }

@media (max-width: 767px) {
  /* line 20, components/_side-menu.scss */
  .side_menu {
    display: none; } }

/* line 1, components/_breadcrumb.scss */
.breadcrumb {
  font-size: 14px;
  line-height: 40px;
  z-index: 1; }

/* line 2, components/_breadcrumb.scss */
.breadcrumb dt {
  visibility: hidden; }

/* line 3, components/_breadcrumb.scss */
.breadcrumb dd {
  position: relative;
  top: 61px; }

/* line 4, components/_breadcrumb.scss */
.breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 5, components/_breadcrumb.scss */
.breadcrumb li {
  display: inline-block;
  padding: 0; }

/* line 6, components/_breadcrumb.scss */
.breadcrumb li:before {
  content: '';
  display: none; }

/* line 7, components/_breadcrumb.scss */
.breadcrumb li:after {
  content: '>';
  padding: 0 5px 0 8px;
  display: inline-block;
  color: #ccc; }

/* line 9, components/_breadcrumb.scss */
.breadcrumb li:last-child:after {
  content: '';
  display: none; }

/* line 12, components/_breadcrumb.scss */
.breadcrumb a {
  text-decoration: none;
  color: #ccc; }

/* line 13, components/_breadcrumb.scss */
.breadcrumb a:hover {
  color: #666; }

/* line 15, components/_breadcrumb.scss */
.breadcrumb .col li {
  padding: 0; }

/* line 16, components/_breadcrumb.scss */
.breadcrumb .col li:before {
  display: none; }

@media (max-width: 767px) {
  /* line 20, components/_breadcrumb.scss */
  .breadcrumb {
    padding-left: 6%; }
  /* line 21, components/_breadcrumb.scss */
  .breadcrumb .span_3_of_12 {
    display: none; }
  /* line 22, components/_breadcrumb.scss */
  .breadcrumb .col {
    float: none;
    width: auto;
    margin: 0; } }

@media (max-width: 499px) {
  /* line 26, components/_breadcrumb.scss */
  .breadcrumb {
    display: none; } }

/* line 1, components/_next-section.scss */
.next_section {
  display: none; }

@media (max-width: 767px) {
  /* line 3, components/_next-section.scss */
  .next_section {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 10%;
    display: block;
    line-height: 54px;
    font-size: 18px;
    top: 110px;
    border-top: 1px solid #EDEDED;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    height: 54px; }
  /* line 4, components/_next-section.scss */
  .next_section:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: .9; }
  /* line 5, components/_next-section.scss */
  .next_section span {
    position: absolute;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 6, components/_next-section.scss */
  .next_section span:first-child {
    opacity: 0;
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  /* line 8, components/_next-section.scss */
  .next_section svg {
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -7px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  /* line 9, components/_next-section.scss */
  .next_section.active {
    z-index: 2;
    opacity: 1; }
  /* line 11, components/_next-section.scss */
  .next_section.last span {
    opacity: 0;
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  /* line 12, components/_next-section.scss */
  .next_section.last span:first-child {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 14, components/_next-section.scss */
  .next_section.last svg {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

/* all */
/* line 1, components/_related.scss */
.related {
  position: relative;
  z-index: 1;
  margin-top: 40px; }

/* line 2, components/_related.scss */
.related:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

/* line 3, components/_related.scss */
.related .container {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

/* line 4, components/_related.scss */
.related img {
  vertical-align: top;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s; }

/* line 5, components/_related.scss */
.related-list {
  float: left;
  margin: 0 -22px; }

/* line 6, components/_related.scss */
.related-item {
  float: left;
  padding: 0 22px 40px;
  width: 33.33%;
  position: relative; }

/* line 7, components/_related.scss */
.related-item p {
/*padding-right: 20%;*/ }

/* line 8, components/_related.scss */
.related-item-bg {
  position: absolute;
  left: 0;
  top: 214px;
  right: 40px;
  bottom: 0;
  background: #fff;
  z-index: -1; }

/* line 9, components/_related.scss */
.related-item-image {
  margin-bottom: 30px; }

@media (max-width: 900px) {
  /* line 14, components/_related.scss */
  .related-item {
    width: 50%; }
  /* line 15, components/_related.scss */
  .related-item:nth-child(3) {
    display: none; } }

@media (max-width: 600px) {
  /* line 21, components/_related.scss */
  .related-item {
    width: 100%; }
  /* line 22, components/_related.scss */
  .related-item:nth-child(2) {
    display: none; } }

/* line 1, components/_table.scss */
.table {
  border-collapse: collapse;
  width: 100%;
  margin: 40px -22px 0; }

/* line 2, components/_table.scss */
.table th, .table td {
  padding: 21px 22px 22px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 3, components/_table.scss */
.table thead th {
  vertical-align: bottom;
  font-weight: 200;
  text-align: right; }

/* line 7, components/_table.scss */
.table tbody tr:nth-child(odd) td, .table tbody tr:nth-child(odd) th {
  background: #F7F7F7; }

/* line 10, components/_table.scss */
.table tbody th, .table tbody td {
  vertical-align: top; }

/* line 11, components/_table.scss */
.table tbody th {
  font-weight: 200;
  text-align: left; }

/* line 12, components/_table.scss */
.table tbody td {
  text-align: right; }

/* line 15, components/_table.scss */
.info_table {
  width: 100%;
  border-collapse: collapse; }

/* line 16, components/_table.scss */
.info_table td, .info_table th {
  border-bottom: 1px solid #EDEDED;
  padding: 32px 0 32px 32px;
  vertical-align: top;
  text-align: left; }

/* line 17, components/_table.scss */
.info_table td:first-child, .info_table th:first-child {
  padding-left: 0; }

/* line 20, components/_table.scss */
.info_table tbody th {
  text-align: left;
  font-size: 32px;
  line-height: 44px;
  color: #E5760E;
  font-weight: 200; }

/* line 22, components/_table.scss */
.info_table a {
  text-decoration: underline; }

/* line 23, components/_table.scss */
.info_table a:hover {
  color: #0033A0; }

/* line 1, components/_modal.scss */
.modal {
  position: fixed;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0; }

/* line 2, components/_modal.scss */
.modal-bg {
  background: #fff;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 3, components/_modal.scss */
.modal-container {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-height: 80%;
  max-height: 80vh;
  margin-top: 50px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0; }

/* line 4, components/_modal.scss */
.modal-container-shadow {
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 5%;
  right: 5%;
  -moz-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.3); }

/* line 5, components/_modal.scss */
.modal-container-bg {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 6, components/_modal.scss */
.modal-container-close {
  color: #666;
  position: absolute;
  top: 27px;
  right: 54px;
  cursor: pointer; }

/* line 7, components/_modal.scss */
.modal-container-close svg {
  fill: #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 9, components/_modal.scss */
.modal-container-content {
  position: relative;
  min-height: 50px;
  overflow: auto;
  max-height: 100%;
  margin: 7% 70px 5% 0; }

/* line 11, components/_modal.scss */
.modal .grey_box {
  height: 380px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #F7F7F7; }

/* line 13, components/_modal.scss */
.modal_content {
  display: none; }

/* line 16, components/_modal.scss */
.open_modal body {
  overflow: hidden; }

/* line 17, components/_modal.scss */
.open_modal .modal {
  opacity: 1; }

/* line 18, components/_modal.scss */
.open_modal .modal-container {
  opacity: 1;
  margin-top: 0; }

/* line 1, home/_home.scss */
.grey_bg {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 117px;
  bottom: 147px;
  background: #FAFAFA; }

@media (max-width: 800px) {
  /* line 4, home/_home.scss */
  .grey_bg {
    bottom: 123px; } }

@media (max-width: 767px) {
  /* line 7, home/_home.scss */
  .grey_bg {
    left: 2.5%;
    right: 2.5%; } }

/* line 9, home/_home.scss */
.index .grey_bg {
  top: 3%; }

/* line 10, home/_home.scss */
.page_header + .no_overflow .grey_bg {
  top: 0; }

/* line 79, pages/_secondary.scss */
.social {
  position: absolute;
  right: 40px;
  top: 40px; }

/* line 80, pages/_secondary.scss */
.social a {
  text-decoration: none;
  background: #666;
  display: inline-block;
  position: relative; }

/* line 81, pages/_secondary.scss */
.social a:before {
  border-left: 1px solid #EDEDED;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 16px;
  margin-left: -2px; }

/* line 82, pages/_secondary.scss */
.social a:first-child:before {
  display: none; }

/* line 83, pages/_secondary.scss */
.social a svg {
  fill: #ffffff;
  margin: -1px 0;
  vertical-align: top;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 84, pages/_secondary.scss */
.social a:hover {
  background: #ffffff; }

/* line 85, pages/_secondary.scss */
.social a:hover svg {
  fill: #666; }

/* line 2, pages/_secondary.scss */
.orange .side_menu-container .highlighted_hover a:hover {
  color: #E5760E; }

/* line 3, pages/_secondary.scss */
.orange .highlighted_hover a:hover svg {
  fill: #E5760E;
  stroke: #E5760E; }

/* line 4, pages/_secondary.scss */
.orange .important {
  color: #D33195; }

/* line 5, pages/_secondary.scss */
.orange .important_hover a:hover svg {
  fill: #D33195;
  stroke: #D33195; }

/* line 6, pages/_secondary.scss */
.orange .social a {
  background: #E5760E; }

/* line 7, pages/_secondary.scss */
.orange .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.orange .social a:hover svg {
  fill: #E5760E; }

/* line 11, pages/_secondary.scss */
.orange .highlighted_hover a svg,
.orange .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.orange .highlighted {
  color: #E5760E; }

/* line 14, pages/_secondary.scss */
.orange .highlighted svg, .orange .highlighted a svg {
  fill: #E5760E;
  stroke: #E5760E; }

/* line 21, pages/_secondary.scss */
.orange .underline span:first-child,
.orange .link_hilite span:first-child {
  background: #E5760E; }

/* line 23, pages/_secondary.scss */
.orange .page-content-container a {
  border-color: #E5760E; }

/* line 24, pages/_secondary.scss */
.orange .page-content-container a:hover {
  background: #E5760E;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.orange .table th {
  color: #D33195; }

/* line 29, pages/_secondary.scss */
.orange .table tbody tr:hover td, .orange .table tbody tr:hover th {
  background: #D33195;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.orange .modal-container-close:hover svg {
  fill: #E5760E; }

/* line 34, pages/_secondary.scss */
.orange .select svg {
  stroke: #E5760E; }

/* line 35, pages/_secondary.scss */
.orange .select-header {
  color: #E5760E; }

/* line 38, pages/_secondary.scss */
.orange .select-options-item.current {
  color: #E5760E; }

/* line 44, pages/_secondary.scss */
.orange a.icon i svg {
  fill: #E5760E; }

/* line 45, pages/_secondary.scss */
.orange a.icon i:before {
  border-color: #E5760E; }

/* line 51, pages/_secondary.scss */
.orange .submenu-list a:hover {
  color: #E5760E; }

/* line 52, pages/_secondary.scss */
.orange .submenu-list a:hover svg {
  stroke: #E5760E; }

/* line 54, pages/_secondary.scss */
.orange .submenu-list a.current {
  color: #E5760E; }

/* line 59, pages/_secondary.scss */
.orange .slick_controls div svg {
  stroke: #E5760E; }

/* line 60, pages/_secondary.scss */
.orange .slick_controls div:hover {
  background: #E5760E; }

/* line 61, pages/_secondary.scss */
.orange .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.orange .col li {
  color: #D33195; }

/* line 67, pages/_secondary.scss */
.orange .col li:before {
  color: #D33195; }

/* line 72, pages/_secondary.scss */
.orange blockquote {
  color: #D33195; }

/* line 2, pages/_secondary.scss */
.blue .side_menu-container .highlighted_hover a:hover {
  color: #0033A0; }

/* line 3, pages/_secondary.scss */
.blue .highlighted_hover a:hover svg {
  fill: #0033A0;
  stroke: #0033A0; }

/* line 4, pages/_secondary.scss */
.blue .important {
  color: #0033A0; }

/* line 5, pages/_secondary.scss */
.blue .important_hover a:hover svg {
  fill: #0033A0;
  stroke: #0033A0; }

/* line 6, pages/_secondary.scss */
.blue .social a {
  background: #0033A0; }

/* line 7, pages/_secondary.scss */
.blue .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.blue .social a:hover svg {
  fill: #0033A0; }

/* line 11, pages/_secondary.scss */
.blue .highlighted_hover a svg,
.blue .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.blue .highlighted {
  color: #0033A0; }

/* line 14, pages/_secondary.scss */
.blue .highlighted svg, .blue .highlighted a svg {
  fill: #0033A0;
  stroke: #0033A0; }

/* line 21, pages/_secondary.scss */
.blue .underline span:first-child,
.blue .link_hilite span:first-child {
  background: #0033A0; }

/* line 23, pages/_secondary.scss */
.blue .page-content-container a {
  border-color: #0033A0; }

/* line 24, pages/_secondary.scss */
.blue .page-content-container a:hover {
  background: #0033A0;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.blue .table th {
  color: #0033A0; }

/* line 29, pages/_secondary.scss */
.blue .table tbody tr:hover td, .blue .table tbody tr:hover th {
  background: #0033A0;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.blue .modal-container-close:hover svg {
  fill: #0033A0; }

/* line 34, pages/_secondary.scss */
.blue .select svg {
  stroke: #0033A0; }

/* line 35, pages/_secondary.scss */
.blue .select-header {
  color: #0033A0; }

/* line 38, pages/_secondary.scss */
.blue .select-options-item.current {
  color: #0033A0; }

/* line 44, pages/_secondary.scss */
.blue a.icon i svg {
  fill: #0033A0; }

/* line 45, pages/_secondary.scss */
.blue a.icon i:before {
  border-color: #0033A0; }

/* line 51, pages/_secondary.scss */
.blue .submenu-list a:hover {
  color: #0033A0; }

/* line 52, pages/_secondary.scss */
.blue .submenu-list a:hover svg {
  stroke: #0033A0; }

/* line 54, pages/_secondary.scss */
.blue .submenu-list a.current {
  color: #0033A0; }

/* line 59, pages/_secondary.scss */
.blue .slick_controls div svg {
  stroke: #0033A0; }

/* line 60, pages/_secondary.scss */
.blue .slick_controls div:hover {
  background: #0033A0; }

/* line 61, pages/_secondary.scss */
.blue .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.blue .col li {
  color: #0033A0; }

/* line 67, pages/_secondary.scss */
.blue .col li:before {
  color: #0033A0; }

/* line 72, pages/_secondary.scss */
.blue blockquote {
  color: #0033A0; }

/* line 2, pages/_secondary.scss */
.pink .side_menu-container .highlighted_hover a:hover {
  color: #D33195; }

/* line 3, pages/_secondary.scss */
.pink .highlighted_hover a:hover svg {
  fill: #D33195;
  stroke: #D33195; }

/* line 4, pages/_secondary.scss */
.pink .important {
  color: #72A302; }

/* line 5, pages/_secondary.scss */
.pink .important_hover a:hover svg {
  fill: #72A302;
  stroke: #72A302; }

/* line 6, pages/_secondary.scss */
.pink .social a {
  background: #D33195; }

/* line 7, pages/_secondary.scss */
.pink .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.pink .social a:hover svg {
  fill: #D33195; }

/* line 11, pages/_secondary.scss */
.pink .highlighted_hover a svg,
.pink .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.pink .highlighted {
  color: #D33195; }

/* line 14, pages/_secondary.scss */
.pink .highlighted svg, .pink .highlighted a svg {
  fill: #D33195;
  stroke: #D33195; }

/* line 21, pages/_secondary.scss */
.pink .underline span:first-child,
.pink .link_hilite span:first-child {
  background: #D33195; }

/* line 23, pages/_secondary.scss */
.pink .page-content-container a {
  border-color: #D33195; }

/* line 24, pages/_secondary.scss */
.pink .page-content-container a:hover {
  background: #D33195;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.pink .table th {
  color: #72A302; }

/* line 29, pages/_secondary.scss */
.pink .table tbody tr:hover td, .pink .table tbody tr:hover th {
  background: #72A302;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.pink .modal-container-close:hover svg {
  fill: #D33195; }

/* line 34, pages/_secondary.scss */
.pink .select svg {
  stroke: #D33195; }

/* line 35, pages/_secondary.scss */
.pink .select-header {
  color: #D33195; }

/* line 38, pages/_secondary.scss */
.pink .select-options-item.current {
  color: #D33195; }

/* line 44, pages/_secondary.scss */
.pink a.icon i svg {
  fill: #D33195; }

/* line 45, pages/_secondary.scss */
.pink a.icon i:before {
  border-color: #D33195; }

/* line 51, pages/_secondary.scss */
.pink .submenu-list a:hover {
  color: #D33195; }

/* line 52, pages/_secondary.scss */
.pink .submenu-list a:hover svg {
  stroke: #D33195; }

/* line 54, pages/_secondary.scss */
.pink .submenu-list a.current {
  color: #D33195; }

/* line 59, pages/_secondary.scss */
.pink .slick_controls div svg {
  stroke: #D33195; }

/* line 60, pages/_secondary.scss */
.pink .slick_controls div:hover {
  background: #D33195; }

/* line 61, pages/_secondary.scss */
.pink .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.pink .col li {
  color: #72A302; }

/* line 67, pages/_secondary.scss */
.pink .col li:before {
  color: #72A302; }

/* line 72, pages/_secondary.scss */
.pink blockquote {
  color: #72A302; }

/* line 2, pages/_secondary.scss */
.cyan .side_menu-container .highlighted_hover a:hover {
  color: #36A1BA; }

/* line 3, pages/_secondary.scss */
.cyan .highlighted_hover a:hover svg {
  fill: #36A1BA;
  stroke: #36A1BA; }

/* line 4, pages/_secondary.scss */
.cyan .important {
  color: #E5760E; }

/* line 5, pages/_secondary.scss */
.cyan .important_hover a:hover svg {
  fill: #E5760E;
  stroke: #E5760E; }

/* line 6, pages/_secondary.scss */
.cyan .social a {
  background: #36A1BA; }

/* line 7, pages/_secondary.scss */
.cyan .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.cyan .social a:hover svg {
  fill: #36A1BA; }

/* line 11, pages/_secondary.scss */
.cyan .highlighted_hover a svg,
.cyan .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.cyan .highlighted {
  color: #36A1BA; }

/* line 14, pages/_secondary.scss */
.cyan .highlighted svg, .cyan .highlighted a svg {
  fill: #36A1BA;
  stroke: #36A1BA; }

/* line 21, pages/_secondary.scss */
.cyan .underline span:first-child,
.cyan .link_hilite span:first-child {
  background: #36A1BA; }

/* line 23, pages/_secondary.scss */
.cyan .page-content-container a {
  border-color: #36A1BA; }

/* line 24, pages/_secondary.scss */
.cyan .page-content-container a:hover {
  background: #36A1BA;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.cyan .table th {
  color: #E5760E; }

/* line 29, pages/_secondary.scss */
.cyan .table tbody tr:hover td, .cyan .table tbody tr:hover th {
  background: #E5760E;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.cyan .modal-container-close:hover svg {
  fill: #36A1BA; }

/* line 34, pages/_secondary.scss */
.cyan .select svg {
  stroke: #36A1BA; }

/* line 35, pages/_secondary.scss */
.cyan .select-header {
  color: #36A1BA; }

/* line 38, pages/_secondary.scss */
.cyan .select-options-item.current {
  color: #36A1BA; }

/* line 44, pages/_secondary.scss */
.cyan a.icon i svg {
  fill: #36A1BA; }

/* line 45, pages/_secondary.scss */
.cyan a.icon i:before {
  border-color: #36A1BA; }

/* line 51, pages/_secondary.scss */
.cyan .submenu-list a:hover {
  color: #36A1BA; }

/* line 52, pages/_secondary.scss */
.cyan .submenu-list a:hover svg {
  stroke: #36A1BA; }

/* line 54, pages/_secondary.scss */
.cyan .submenu-list a.current {
  color: #36A1BA; }

/* line 59, pages/_secondary.scss */
.cyan .slick_controls div svg {
  stroke: #36A1BA; }

/* line 60, pages/_secondary.scss */
.cyan .slick_controls div:hover {
  background: #36A1BA; }

/* line 61, pages/_secondary.scss */
.cyan .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.cyan .col li {
  color: #E5760E; }

/* line 67, pages/_secondary.scss */
.cyan .col li:before {
  color: #E5760E; }

/* line 72, pages/_secondary.scss */
.cyan blockquote {
  color: #E5760E; }

/* line 2, pages/_secondary.scss */
.green .side_menu-container .highlighted_hover a:hover {
  color: #72A302; }

/* line 3, pages/_secondary.scss */
.green .highlighted_hover a:hover svg {
  fill: #72A302;
  stroke: #72A302; }

/* line 4, pages/_secondary.scss */
.green .important {
  color: #36A1BA; }

/* line 5, pages/_secondary.scss */
.green .important_hover a:hover svg {
  fill: #36A1BA;
  stroke: #36A1BA; }

/* line 6, pages/_secondary.scss */
.green .social a {
  background: #72A302; }

/* line 7, pages/_secondary.scss */
.green .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.green .social a:hover svg {
  fill: #72A302; }

/* line 11, pages/_secondary.scss */
.green .highlighted_hover a svg,
.green .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.green .highlighted {
  color: #72A302; }

/* line 14, pages/_secondary.scss */
.green .highlighted svg, .green .highlighted a svg {
  fill: #72A302;
  stroke: #72A302; }

/* line 21, pages/_secondary.scss */
.green .underline span:first-child,
.green .link_hilite span:first-child {
  background: #72A302; }

/* line 23, pages/_secondary.scss */
.green .page-content-container a {
  border-color: #72A302; }

/* line 24, pages/_secondary.scss */
.green .page-content-container a:hover {
  background: #72A302;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.green .table th {
  color: #36A1BA; }

/* line 29, pages/_secondary.scss */
.green .table tbody tr:hover td, .green .table tbody tr:hover th {
  background: #36A1BA;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.green .modal-container-close:hover svg {
  fill: #72A302; }

/* line 34, pages/_secondary.scss */
.green .select svg {
  stroke: #72A302; }

/* line 35, pages/_secondary.scss */
.green .select-header {
  color: #72A302; }

/* line 38, pages/_secondary.scss */
.green .select-options-item.current {
  color: #72A302; }

/* line 44, pages/_secondary.scss */
.green a.icon i svg {
  fill: #72A302; }

/* line 45, pages/_secondary.scss */
.green a.icon i:before {
  border-color: #72A302; }

/* line 51, pages/_secondary.scss */
.green .submenu-list a:hover {
  color: #72A302; }

/* line 52, pages/_secondary.scss */
.green .submenu-list a:hover svg {
  stroke: #72A302; }

/* line 54, pages/_secondary.scss */
.green .submenu-list a.current {
  color: #72A302; }

/* line 59, pages/_secondary.scss */
.green .slick_controls div svg {
  stroke: #72A302; }

/* line 60, pages/_secondary.scss */
.green .slick_controls div:hover {
  background: #72A302; }

/* line 61, pages/_secondary.scss */
.green .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.green .col li {
  color: #36A1BA; }

/* line 67, pages/_secondary.scss */
.green .col li:before {
  color: #36A1BA; }

/* line 72, pages/_secondary.scss */
.green blockquote {
  color: #36A1BA; }

/* line 2, pages/_secondary.scss */
.purple .side_menu-container .highlighted_hover a:hover {
  color: #0033A0; }

/* line 3, pages/_secondary.scss */
.purple .highlighted_hover a:hover svg {
  fill: #0033A0;
  stroke: #0033A0; }

/* line 4, pages/_secondary.scss */
.purple .important {
  color: #AB31D3; }

/* line 5, pages/_secondary.scss */
.purple .important_hover a:hover svg {
  fill: #AB31D3;
  stroke: #AB31D3; }

/* line 6, pages/_secondary.scss */
.purple .social a {
  background: #0033A0; }

/* line 7, pages/_secondary.scss */
.purple .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.purple .social a:hover svg {
  fill: #0033A0; }

/* line 11, pages/_secondary.scss */
.purple .highlighted_hover a svg,
.purple .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.purple .highlighted {
  color: #0033A0; }

/* line 14, pages/_secondary.scss */
.purple .highlighted svg, .purple .highlighted a svg {
  fill: #0033A0;
  stroke: #0033A0; }

/* line 21, pages/_secondary.scss */
.purple .underline span:first-child,
.purple .link_hilite span:first-child {
  background: #0033A0; }

/* line 23, pages/_secondary.scss */
.purple .page-content-container a {
  border-color: #0033A0; }

/* line 24, pages/_secondary.scss */
.purple .page-content-container a:hover {
  background: #0033A0;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.purple .table th {
  color: #AB31D3; }

/* line 29, pages/_secondary.scss */
.purple .table tbody tr:hover td, .purple .table tbody tr:hover th {
  background: #AB31D3;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.purple .modal-container-close:hover svg {
  fill: #0033A0; }

/* line 34, pages/_secondary.scss */
.purple .select svg {
  stroke: #0033A0; }

/* line 35, pages/_secondary.scss */
.purple .select-header {
  color: #0033A0; }

/* line 38, pages/_secondary.scss */
.purple .select-options-item.current {
  color: #0033A0; }

/* line 44, pages/_secondary.scss */
.purple a.icon i svg {
  fill: #0033A0; }

/* line 45, pages/_secondary.scss */
.purple a.icon i:before {
  border-color: #0033A0; }

/* line 51, pages/_secondary.scss */
.purple .submenu-list a:hover {
  color: #0033A0; }

/* line 52, pages/_secondary.scss */
.purple .submenu-list a:hover svg {
  stroke: #0033A0; }

/* line 54, pages/_secondary.scss */
.purple .submenu-list a.current {
  color: #0033A0; }

/* line 59, pages/_secondary.scss */
.purple .slick_controls div svg {
  stroke: #0033A0; }

/* line 60, pages/_secondary.scss */
.purple .slick_controls div:hover {
  background: #0033A0; }

/* line 61, pages/_secondary.scss */
.purple .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.purple .col li {
  color: #AB31D3; }

/* line 67, pages/_secondary.scss */
.purple .col li:before {
  color: #AB31D3; }

/* line 72, pages/_secondary.scss */
.purple blockquote {
  color: #AB31D3; }

/* line 2, pages/_secondary.scss */
.red .side_menu-container .highlighted_hover a:hover {
  color: #BE2424; }

/* line 3, pages/_secondary.scss */
.red .highlighted_hover a:hover svg {
  fill: #BE2424;
  stroke: #BE2424; }

/* line 4, pages/_secondary.scss */
.red .important {
  color: #1077F0; }

/* line 5, pages/_secondary.scss */
.red .important_hover a:hover svg {
  fill: #1077F0;
  stroke: #1077F0; }

/* line 6, pages/_secondary.scss */
.red .social a {
  background: #BE2424; }

/* line 7, pages/_secondary.scss */
.red .social a:hover {
  background: #ffffff; }

/* line 8, pages/_secondary.scss */
.red .social a:hover svg {
  fill: #BE2424; }

/* line 11, pages/_secondary.scss */
.red .highlighted_hover a svg,
.red .important_hover a svg {
  fill: #ffffff;
  stroke: #ffffff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_secondary.scss */
.red .highlighted {
  color: #BE2424; }

/* line 14, pages/_secondary.scss */
.red .highlighted svg, .red .highlighted a svg {
  fill: #BE2424;
  stroke: #BE2424; }

/* line 21, pages/_secondary.scss */
.red .underline span:first-child,
.red .link_hilite span:first-child {
  background: #BE2424; }

/* line 23, pages/_secondary.scss */
.red .page-content-container a {
  border-color: #BE2424; }

/* line 24, pages/_secondary.scss */
.red .page-content-container a:hover {
  background: #BE2424;
  color: #ffffff; }

/* line 27, pages/_secondary.scss */
.red .table th {
  color: #1077F0; }

/* line 29, pages/_secondary.scss */
.red .table tbody tr:hover td, .red .table tbody tr:hover th {
  background: #1077F0;
  color: #ffffff; }

/* line 32, pages/_secondary.scss */
.red .modal-container-close:hover svg {
  fill: #BE2424; }

/* line 34, pages/_secondary.scss */
.red .select svg {
  stroke: #BE2424; }

/* line 35, pages/_secondary.scss */
.red .select-header {
  color: #BE2424; }

/* line 38, pages/_secondary.scss */
.red .select-options-item.current {
  color: #BE2424; }

/* line 44, pages/_secondary.scss */
.red a.icon i svg {
  fill: #BE2424; }

/* line 45, pages/_secondary.scss */
.red a.icon i:before {
  border-color: #BE2424; }

/* line 51, pages/_secondary.scss */
.red .submenu-list a:hover {
  color: #BE2424; }

/* line 52, pages/_secondary.scss */
.red .submenu-list a:hover svg {
  stroke: #BE2424; }

/* line 54, pages/_secondary.scss */
.red .submenu-list a.current {
  color: #BE2424; }

/* line 59, pages/_secondary.scss */
.red .slick_controls div svg {
  stroke: #BE2424; }

/* line 60, pages/_secondary.scss */
.red .slick_controls div:hover {
  background: #BE2424; }

/* line 61, pages/_secondary.scss */
.red .slick_controls div:hover svg {
  stroke: #ffffff; }

/* line 65, pages/_secondary.scss */
.red .col li {
  color: #1077F0; }

/* line 67, pages/_secondary.scss */
.red .col li:before {
  color: #1077F0; }

/* line 72, pages/_secondary.scss */
.red blockquote {
  color: #1077F0; }

/* line 112, pages/_secondary.scss */
.callout {
  position: relative;
  margin: 60px 0 80px;
  margin-left: -32px; }

/* line 113, pages/_secondary.scss */
.callout-header {
  font-size: 240px;
  line-height: 200px;
  font-weight: 500;
  color: #f0f0f0;
  background: #fff;
  padding: 28px 32px 104px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

/* line 114, pages/_secondary.scss */
.callout-text {
  position: relative;
  margin-left: 50%;
  top: 0;
  padding: 28px 0;
  font-size: 24px;
  line-height: 44px;
  min-height: 24vw; }

/* line 116, pages/_secondary.scss */
.medium {
  font-size: 24px;
  line-height: 1.5em;
  padding-bottom: 24px; }

/* line 117, pages/_secondary.scss */
.large {
  font-size: 32px;
  line-height: 1.4375em;
  padding-bottom: 24px; }

/* line 118, pages/_secondary.scss */
.large.section {
  padding-bottom: 0; }

/* line 120, pages/_secondary.scss */
.huge {
  font-size: 48px;
  line-height: 1.5em;
  padding-bottom: 40px; }

@media (max-width: 1600px) {
  /* line 123, pages/_secondary.scss */
  .callout-header {
    font-size: 200px;
    line-height: 1em;
    font-size: 14vw; } }

@media (max-width: 1350px) {
  /* line 128, pages/_secondary.scss */
  .callout-header {
    font-size: 100px;
    line-height: 1em;
    font-size: 12vw; } }

/* line 131, pages/_secondary.scss */
.page {
  padding-top: 200px; }

/* line 132, pages/_secondary.scss */
.page p {
  line-height: 1.75em; }

/* line 135, pages/_secondary.scss */
.page_header + .no_overflow .container.page {
  padding-top: 90px; }

/* line 137, pages/_secondary.scss */
.col ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 138, pages/_secondary.scss */
.col li {
  padding: 0 0 24px 30px;
  position: relative; }

/* line 139, pages/_secondary.scss */
.col li:before {
  content: '+';
  display: block;
  position: absolute;
  left: 0;
  top: 0; }

/* line 141, pages/_secondary.scss */
.col .box_shadow {
  margin-bottom: 12px; }

/* line 143, pages/_secondary.scss */
.box_white {
  background: #ffffff;
  padding: 32px 48px 40px;
  margin: 0 -48px; }

/* line 144, pages/_secondary.scss */
.box_white .huge {
  width: 80%; }

/* line 146, pages/_secondary.scss */
.underline,
.link_hilite {
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: 0 !important;
  background: transparent !important; }

/* line 148, pages/_secondary.scss */
.underline span,
.link_hilite span {
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 149, pages/_secondary.scss */
.underline > span,
.link_hilite > span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-height: 4px;
  background: #666;
  overflow: hidden;
  color: #fff; }

/* line 150, pages/_secondary.scss */
.underline:hover > span,
.link_hilite:hover > span {
  max-height: 2em; }

/* line 152, pages/_secondary.scss */
.page-content-container a {
  border-bottom: 4px solid #666; }

/* line 153, pages/_secondary.scss */
.page-content-container a:hover {
  color: #ffffff;
  background: #666; }

/* line 156, pages/_secondary.scss */
.options_group-label {
  font-size: 12px;
  margin: 80px 0 32px; }

@media (max-width: 767px) {
  /* line 160, pages/_secondary.scss */
  .page {
    padding-top: 160px; }
  /* line 161, pages/_secondary.scss */
  .page_header + .no_overflow .container.page {
    padding-top: 67px; }
  /* line 162, pages/_secondary.scss */
  .large {
    font-size: 24px; }
  /* line 163, pages/_secondary.scss */
  .huge {
    font-size: 24px; }
  /* line 164, pages/_secondary.scss */
  .chapter {
    padding-left: 6%; }
  /* line 165, pages/_secondary.scss */
  .chapter .span_1_of_12,
  .chapter .span_2_of_12,
  .chapter .span_3_of_12 {
    display: none; }
  /* line 168, pages/_secondary.scss */
  .chapter .col {
    float: none;
    width: auto;
    margin: 0; } }

@media (max-width: 499px) {
  /* line 172, pages/_secondary.scss */
  .page_header + .no_overflow .container.page {
    padding-top: 41px; }
  /* line 173, pages/_secondary.scss */
  .large {
    font-size: 16px; }
  /* line 174, pages/_secondary.scss */
  .huge {
    font-size: 16px; } }

/* line 2, pages/_downloads-center.scss */
.report_builder label {
  display: block;
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  padding-bottom: 24px;
  cursor: pointer; }

/* line 3, pages/_downloads-center.scss */
.report_builder label i {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 2px solid #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: -1px; }

/* line 4, pages/_downloads-center.scss */
.report_builder label.checked i {
  border: 8px solid #0033A0; }

/* line 5, pages/_downloads-center.scss */
.report_builder label:first-child {
  border-bottom: 2px solid #EDEDED;
  margin-bottom: 24px; }

/* line 6, pages/_downloads-center.scss */
.report_builder label b {
  display: block; }

/* line 8, pages/_downloads-center.scss */
.report_builder .select {
  margin: 0; }

/* line 14, pages/_downloads-center.scss */
.downloads-center .quick_reports .section a {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
  display: block;
  float: left;
  width: 35%; }

/* line 15, pages/_downloads-center.scss */
.downloads-center .quick_reports .section:first-child {
  padding-top: 0; }

/* line 18, pages/_downloads-center.scss */
.downloads-center .quick_reports a.icon i {
  width: 38px;
  height: 38px;
  font-size: 12px;
  line-height: 38px; }

/* line 21, pages/_downloads-center.scss */
.downloads-center .quick_reports a.icon:hover i:before {
  border-width: 19px; }

/* line 28, pages/_downloads-center.scss */
.downloads-center .select {
  margin: 0; }

/* line 29, pages/_downloads-center.scss */
.downloads-center .state_select + .select {
  margin: 0 13px 0 0;
  width: 280px;
  font-size: 32px; }

/* line 31, pages/_downloads-center.scss */
.downloads-center .archive_d table {
  width: 100%;
  border-collapse: collapse; }

/* line 32, pages/_downloads-center.scss */
.downloads-center .archive_d td, .downloads-center .archive_d th {
  border-bottom: 1px solid #EDEDED; }

/* line 34, pages/_downloads-center.scss */
.downloads-center .archive_d thead td {
  padding: 0 0 30px; }

/* line 37, pages/_downloads-center.scss */
.downloads-center .archive_d tbody th {
  text-align: left;
  font-size: 32px;
  line-height: 44px;
  color: #E5760E;
  padding: 30px 0;
  font-weight: 200; }

/* line 38, pages/_downloads-center.scss */
.downloads-center .archive_d tbody td {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0;
  vertical-align: middle; }

/* line 40, pages/_downloads-center.scss */
.downloads-center .archive_d .archive_state_select + .select {
  font-size: 24px;
  width: 250px; }

/* line 41, pages/_downloads-center.scss */
.downloads-center .archive_d a {
  color: #0033A0; }

/* line 43, pages/_downloads-center.scss */
.downloads-center .archive_d .icon i {
  margin-left: 13px; }

/* line 45, pages/_downloads-center.scss */
.downloads-center .archive_d .no_states {
  height: 2px;
  background: #979797;
  width: 80px; }

/* line 46, pages/_downloads-center.scss */
.downloads-center .archive_d .footlink {
  font-size: 16px;
  color: #666;
  font-style: italic; }

/* line 48, pages/_downloads-center.scss */
.downloads-center .archive_m {
  display: none; }

@media (max-width: 1600px) {
  /* line 54, pages/_downloads-center.scss */
  .downloads-center .quick_reports .section a {
    font-size: 24px;
    line-height: 24px; }
  /* line 57, pages/_downloads-center.scss */
  .downloads-center .select {
    margin: 0; }
  /* line 58, pages/_downloads-center.scss */
  .downloads-center #state_select + .select {
    font-size: 24px; } }

@media (max-width: 1200px) {
  /* line 65, pages/_downloads-center.scss */
  .downloads-center .quick_reports .section a {
    width: 45%; }
  /* line 68, pages/_downloads-center.scss */
  .downloads-center .select {
    margin: 0; }
  /* line 69, pages/_downloads-center.scss */
  .downloads-center #state_select + .select {
    font-size: 24px; } }

@media (max-width: 1000px) {
  /* line 76, pages/_downloads-center.scss */
  .downloads-center .quick_reports .section a {
    width: auto;
    float: none; }
  /* line 79, pages/_downloads-center.scss */
  .downloads-center .select {
    margin: 0; }
  /* line 80, pages/_downloads-center.scss */
  .downloads-center #state_select + .select {
    font-size: 24px;
    width: 165px; }
  /* line 83, pages/_downloads-center.scss */
  .downloads-center .archive_d tbody th {
    font-size: 24px;
    line-height: 40px; }
  /* line 84, pages/_downloads-center.scss */
  .downloads-center .archive_d tbody td {
    font-size: 16px; }
  /* line 86, pages/_downloads-center.scss */
  .downloads-center .archive_d .archive_state_select + .select {
    font-size: 16px;
    width: 165px; } }

@media (max-width: 850px) {
  /* line 94, pages/_downloads-center.scss */
  .downloads-center .quick_reports .section a {
    width: auto;
    float: none; }
  /* line 97, pages/_downloads-center.scss */
  .downloads-center .select {
    margin: 0; }
  /* line 98, pages/_downloads-center.scss */
  .downloads-center #state_select + .select {
    font-size: 16px; } }

@media (max-width: 850px) and (min-width: 481px) {
  /* line 104, pages/_downloads-center.scss */
  .downloads-center .report_builder .span_2_of_12 {
    display: none; }
  /* line 105, pages/_downloads-center.scss */
  .downloads-center .report_builder .span_3_of_12 {
    width: 70%;
    margin: 0 0 20px 17.07%; } }

@media (max-width: 650px) {
  /* line 111, pages/_downloads-center.scss */
  .downloads-center .archive_d table {
    display: none; }
  /* line 112, pages/_downloads-center.scss */
  .downloads-center .archive_m {
    display: block; }
  /* line 113, pages/_downloads-center.scss */
  .downloads-center .archive_m-full {
    margin-top: 10px; }
  /* line 114, pages/_downloads-center.scss */
  .downloads-center .archive_m-full .icon {
    margin-top: 10px;
    display: block; }
  /* line 116, pages/_downloads-center.scss */
  .downloads-center .archive_m .select {
    width: 190px;
    margin-right: 13px; } }

/* line 1, pages/_gri-index.scss */
.gri_m {
  display: none; }

/* line 2, pages/_gri-index.scss */
.gri_m-item {
  border-top: 2px solid #EDEDED;
  padding: 13px 0 40px;
  clear: both;
  overflow: hidden; }

/* line 3, pages/_gri-index.scss */
.gri_m-category {
  font-weight: 500;
  padding-bottom: 33px; }

/* line 4, pages/_gri-index.scss */
.gri_m-indicator {
  padding: 0 0 16px; }

/* line 5, pages/_gri-index.scss */
.gri_m-explanation {
  clear: left; }

/* line 6, pages/_gri-index.scss */
.gri_m-explanation, .gri_m-reference, .gri_m-alignment {
  float: left;
  padding: 0 20px 0 0;
  width: 30%; }

/* line 9, pages/_gri-index.scss */
.gri_m-explanation div, .gri_m-reference div, .gri_m-alignment div {
  padding: 16px 0 0; }

/* line 11, pages/_gri-index.scss */
.gri_m .select-header span {
  font-size: 32px;
  line-height: 32px; }

@media (max-width: 1024px) {
  /* line 15, pages/_gri-index.scss */
  .gri table {
    display: none; }
  /* line 16, pages/_gri-index.scss */
  .gri_m {
    display: block; } }

@media (max-width: 767px) {
  /* line 20, pages/_gri-index.scss */
  .gri_m-explanation, .gri_m-reference, .gri_m-alignment {
    float: none;
    padding: 0 0 16px 0;
    width: auto; } }

/* line 2, pages/_sdg-alignment.scss */
.sdg .sdg_m {
  display: none; }

@media (max-width: 767px) {
  /* line 6, pages/_sdg-alignment.scss */
  .sdg .sdg_m {
    display: block;
    margin-top: 32px;
    border-top: 2px solid #EDEDED; }
  /* line 7, pages/_sdg-alignment.scss */
  .sdg .sdg_m .select {
    margin-bottom: 32px; }
  /* line 8, pages/_sdg-alignment.scss */
  .sdg .sdg_m .select-header {
    line-height: 32px; }
  /* line 9, pages/_sdg-alignment.scss */
  .sdg .sdg_m .select-header span {
    font-size: 32px; }
  /* line 12, pages/_sdg-alignment.scss */
  .sdg .sdg_m a {
    text-decoration: underline; }
  /* line 13, pages/_sdg-alignment.scss */
  .sdg .sdg_m-label {
    margin: 32px 0 16px; }
  /* line 15, pages/_sdg-alignment.scss */
  .sdg .info_table {
    display: none; }
  /* line 17, pages/_sdg-alignment.scss */
  .sdg .info_table td:first-child, .sdg .info_table th:first-child {
    display: block;
    position: absolute; } }

/* line 3, pages/_search.scss */
.search .page ul {
  padding: 0;
  margin: 60px 0 0; }

/* line 4, pages/_search.scss */
.search .page li {
  padding: 54px 0 80px; }

/* line 5, pages/_search.scss */
.search .page li:before {
  display: none; }

/* line 10, pages/_search.scss */
.search_page-header {
  position: relative; }

/* line 11, pages/_search.scss */
.search_page-header button {
  z-index: 1;
  opacity: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px 0;
  margin: 0;
  display: block;
  line-height: 1px;
  margin-top: -26px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: none; }

/* line 12, pages/_search.scss */
.search_page-header button svg {
  width: 70px;
  height: 52px;
  stroke: #666;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 13, pages/_search.scss */
.search_page-header button svg * {
  stroke-width: 1px; }

/* line 15, pages/_search.scss */
.search_page-header button:hover svg {
  stroke: #0033A0; }

/* line 17, pages/_search.scss */
.search_page-header form {
  margin: 0; }

/* line 19, pages/_search.scss */
.search_page-header.not_empty button {
  opacity: 1; }

/* line 22, pages/_search.scss */
.search_page-header .search_group i {
  margin-top: -22px; }

/* line 23, pages/_search.scss */
.search_page-header .search_group i svg {
  width: 55px;
  height: 55px;
  fill: #0033A0; }

/* line 25, pages/_search.scss */
.search_page-header .search_group input {
  line-height: 85px;
  font-size: 60px;
  padding: 7px 100px; }

/* line 30, pages/_search.scss */
.search_page-results-item {
  display: block;
  border-bottom: 2px solid #EDEDED; }

/* line 31, pages/_search.scss */
.search_page-results-item:first-child {
  border-top: 1px solid #EDEDED; }

/* line 32, pages/_search.scss */
.search_page-results-item-header {
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
  color:#0033A0;
  padding-bottom: 5px; padding-left:20px; }

/* line 33, pages/_search.scss */
.search_page-results-item-text {
  color: #666;
  padding-bottom: 0;
  padding-left:20px;
}

/* line 34, pages/_search.scss */
.search_page-results-item .button {
  margin-top: 40px; }

/* line 37, pages/_search.scss */
.search_page-more {
  font-size: 24px;
  line-height: 36px;
  padding-top: 78px;
  cursor: pointer; }

/* line 38, pages/_search.scss */
.search_page-more svg {
  stroke: #0033A0;
  stroke-width: 2px;
  width: 14px;
  height: 28px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 6px;
  vertical-align: middle;
  margin-top: -11px;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

/* line 39, pages/_search.scss */
.search_page-more:hover {
  color: #0033A0; }

/* line 40, pages/_search.scss */
.search_page-more:hover svg {
  margin-top: -7px; }

@media (max-width: 1380px) {
  /* line 48, pages/_search.scss */
  .search .page ul {
    padding: 0;
    margin: 40px 0 0; }
  /* line 49, pages/_search.scss */
  .search .page li {
    padding: 25px 0 40px; }
  /* line 50, pages/_search.scss */
  .search .page li:before {
    display: none; }
  /* line 57, pages/_search.scss */
  .search_page-header .search_group i {
    margin-top: -26px; }
  /* line 58, pages/_search.scss */
  .search_page-header .search_group i svg {
    width: 52px;
    height: 52px; }
  /* line 60, pages/_search.scss */
  .search_page-header .search_group input {
    line-height: 85px;
    font-size: 56px;
    padding: 7px 100px; }
  /* line 65, pages/_search.scss */
  .search_page-results-item-header {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 20px; }
  /* line 66, pages/_search.scss */
  .search_page-results-item .button {
    margin-top: 40px; }
  /* line 69, pages/_search.scss */
  .search_page-more {
    padding-top: 32px; } }

@media (max-width: 767px) {
  /* line 75, pages/_search.scss */
  .search .page ul {
    padding: 0;
    margin: 60px 0 0; }
  /* line 76, pages/_search.scss */
  .search .page li {
    padding: 25px 0 64px; }
  /* line 77, pages/_search.scss */
  .search .page li:before {
    display: none; }
  /* line 84, pages/_search.scss */
  .search_page-header .search_group i {
    margin-top: -12px; }
  /* line 85, pages/_search.scss */
  .search_page-header .search_group i svg {
    width: 23px;
    height: 23px; }
  /* line 87, pages/_search.scss */
  .search_page-header .search_group input {
    font-size: 24px;
    line-height: 38px;
    padding: 7px 45px; }
  /* line 88, pages/_search.scss */
  .search_page-header .search_group button {
    margin-top: -14px; }
  /* line 89, pages/_search.scss */
  .search_page-header .search_group button svg {
    width: 36px;
    height: 28px; }
  /* line 95, pages/_search.scss */
  .search_page-results-item-header {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 9px; }
  /* line 96, pages/_search.scss */
  .search_page-results-item .button {
    margin-top: 40px; } }

.add_chart {
  display: block;
  margin-bottom: 20px 0;
  background: #FFF;
  }
  .add_chart figure {
    margin: 0; }

.add_chart__title {
  font-size: 24px;
  margin: 0;
  padding: 0 0 .5em; }

.add_chart__caption {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 1.5em; }

.add_chart__legend {
  display: block;
  margin-bottom: 4em; }
  .add_chart__legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .add_chart__legend li {
    display: inline-block;
    margin-right: 2em;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: .5em; }
    .add_chart__legend li:after {
      content: '';
      display: table;
      clear: both; }
  .add_chart__legend span {
    display: inline-block;
    width: 30px;
    height: 1em;
    vertical-align: baseline;
    margin-left: 1em;
    float: right; }

.add_chart__data-selector {
  margin-bottom: 4em;
  display: block; }

.visually-hidden {
  position: absolute;
  left: -9999em;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.col li ul {
  margin-top: 1em; }

.col ul {
  clear: left; }

.col h4 {
  font-style: italic;
  font-size: inherit;
  font-weight: inherit; }
  .red .col h4 {
    color: #1077F0; }
  .green .col h4 {
    color: #36A1BA; }
  .orange .col h4 {
    color: #D33195; }
  .blue .col h4 {
    color: #0033A0; }
  .pink .col h4 {
    color: #72A302; }
  .cyan .col h4 {
    color: #E5760E; }
  .purple .col h4 {
    color: #AB31D3; }

.col dl {
  margin: 0 0 1em;
  padding-left: 30px;
  line-height: 1.75; }
  .col dl dt {
    display: inline;
    font-style: italic;
    position: relative; }
    .col dl dt:before {
      content: '+';
      display: block;
      position: absolute;
      left: -30px;
      top: 0;
      font-style: normal; }
    .red .col dl dt {
      color: #1077F0; }
    .green .col dl dt {
      color: #36A1BA; }
    .orange .col dl dt {
      color: #D33195; }
    .blue .col dl dt {
      color: #0033A0; }
    .pink .col dl dt {
      color: #72A302; }
    .cyan .col dl dt {
      color: #E5760E; }
    .purple .col dl dt {
      color: #AB31D3; }
  .col dl dd {
    display: inline;
    margin: 0; }
    .col dl dd:after {
      content: '';
      display: block;
      margin: 0 0 1.375em; }

#masthead .site-title {
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #666;
  font-weight: normal; }

#masthead .header-aside-menu li {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 14px 7px; }

#masthead .submenu-list li {
  padding: 0;
  display: block; }

.menu {
  margin: 0;
  list-style-type: none;
  padding: 0;
  width: auto; }
  .menu .menu-item {
    display: inline-block; }
  .menu .submenu {
    width: auto; }
  .menu .submenu-list li {
    display: block; }

.mobile-menu .menu-item {
  display: block; }

.mobile-menu .submenu-list {
  float: none; }

.footer {
  clear: both; }
  .footer .copyright {
    text-transform: uppercase; }
  @media (max-width: 800px) {
    .footer .menu-item {
      display: inline-block; } }
  .footer .footer-nav svg {
    margin-left: 7px; }
    .red .footer .footer-nav svg g {
      stroke: #BE2424; }
    .green .footer .footer-nav svg g {
      stroke: #72A302; }
    .orange .footer .footer-nav svg g {
      stroke: #E5760E; }
    .blue .footer .footer-nav svg g {
      stroke: #0033A0; }
    .pink .footer .footer-nav svg g {
      stroke: #D33195; }
    .cyan .footer .footer-nav svg g {
      stroke: #36A1BA; }
    .purple .footer .footer-nav svg g {
      stroke: #AB31D3; }

.intro-menu {
  text-transform: uppercase; }

.intro-header {
  text-transform: uppercase; }
  .red .intro-header {
    color: #BE2424; }
  .green .intro-header {
    color: #72A302; }
  .orange .intro-header {
    color: #E5760E; }
  .blue .intro-header {
    color: #0033A0; }
  .pink .intro-header {
    color: #D33195; }
  .cyan .intro-header {
    color: #36A1BA; }
  .purple .intro-header {
    color: #AB31D3; }

.intro-text-hed {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -moz-transition: 1s 0.5s;
  -o-transition: 1s 0.5s;
  -webkit-transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition: 1s 0.5s; }
  .active .intro-text-hed {
    opacity: 1; }
  .intro-text-hed b,
  .intro-text-hed strong {
    display: block;
    font-size: 280px;
    line-height: 240px;
    margin: -8px 0 8px -10px;
    font-weight: inherit;
    color: rgba(255, 255, 255, 0.8);
    -moz-transition: 1s 0.5s;
    -o-transition: 1s 0.5s;
    -webkit-transition: 1s;
    -webkit-transition-delay: 0.5s;
    transition: 1s 0.5s;
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    .active .intro-text-hed b, .active
    .intro-text-hed strong {
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  @media (max-width: 1090px) {
    .intro-text-hed {
      font-size: 36px;
      line-height: 60px; }
      .intro-text-hed b,
      .intro-text-hed strong {
        font-size: 25vw;
        line-height: .90em; } }
  @media (max-width: 459px) {
    .intro-text-hed {
      font-size: 16px;
      line-height: 16px; }
      .intro-text-hed b,
      .intro-text-hed strong {
        font-size: 80px;
        line-height: 80px;
        margin: 0 0 8px; } }

.page-template-default .intro-text,
.page-template-Template-Leadership-Message .intro-text {
  top: 35%; }

.ceo-content-intro {
  margin-bottom: 1.375em; }

.ceo .ceo_2 {
  margin: -32px 0 0 7.5%; }
  @media (max-width: 767px) {
    .ceo .ceo_2 {
      margin: -32px 0 0 5.5%; } }

.related-list {
  float: none; }

.gri-link {
  cursor: pointer; }

.story-content p {
  padding-bottom: 1.375em; }

.story-content h4 {
  font-style: normal; }

.breadcrumb-container {
  background: #FFF;
  position: absolute;
  top: 44px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%); }

.breadcrumb dt {
  display: none; }

.breadcrumb dd {
  margin: 0;
  position: static; }

.breadcrumb ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.breadcrumb li {
  display: inline-block;
  padding: 0; }
  .breadcrumb li:before {
    content: '';
    display: none; }
  .breadcrumb li:after {
    content: '>';
    padding-left: .5em; }
  .breadcrumb li:last-child:after {
    content: '';
    display: none; }

.breadcrumb a {
  text-decoration: none; }

.inline-image {
  margin-bottom: 2em; }
  .inline-image .box_shadow {
    float: left;
    width: 53.6%; }
  .inline-image .caption {
    float: right;
    width: 42.5%; }
  .inline-image .box_zoom span {
    height: 0;
    padding-top: 62.5%; }
  @media screen and (min-width: 48em) {
    .inline-image {
      width: 50%;
      margin-bottom: 92px; }
      .inline-image .box_shadow,
      .inline-image .caption {
        width: 100%;
        float: none; }
      .inline-image.alignleft {
        float: left;
        margin-left: -12.5%;
        margin-right: 20px; }
        .page-template-default .inline-image.alignleft {
          margin-left: 0; }
      .inline-image.alignright {
        float: right;
        margin-right: -12.5%;
        margin-left: 20px; }
        .page-template-default .inline-image.alignright {
          margin-right: 0; } }

.lede {
  margin-bottom: 2em; }

.modal-video {
  /* overrides for the default modal for when it contains a video! */ }
  .modal-video .modal-container-content {
    margin: 24px;
    overflow: hidden; }
    .modal-video .modal-container-content .video-container {
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      position: relative; }
      .modal-video .modal-container-content .video-container iframe {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
  .modal-video .modal-container-close {
    right: auto;
    top: 0;
    left: 101%; }

.type-page .page-parent-hed {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1; }

.type-page .page-hed {
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  max-width: 1400px;
  color: rgba(255, 255, 255, 0.7); }

.type-page .page_header {
  text-transform: uppercase; }

@media (max-width: 1440px) {
  .type-page .page-parent-hed {
    font-size: 40px; }
  .type-page .page-hed {
    font-size: 8.4vw; } }

@media (max-width: 459px) {
  .type-page {
    font-size: 16px; }
    .type-page .page-hed {
      font-size: 24px;
      margin: 0 0 8px; } }

.leadership-updates .clip {
  position: relative;
  margin-bottom: 41px; }
  .leadership-updates .clip .clip-bkgd-name {
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%) translateX(10%);
    height: 1em;
    color: #666;
    text-align: right;
    font-weight: 500;
    font-size: 8vw;
    z-index: 0; }
  .leadership-updates .clip:nth-of-type(even) .clip-bkgd-name {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    transform: translateY(75%) translateX(-10%);
    text-align: left; }
  .leadership-updates .clip .clip-title {
    font-weight: 400;
    font-size: 20px;
    color: #0033A0;
    margin: 0 0 .3em;
    padding: 0; }
  .leadership-updates .clip .clip-subtitle {
    font-size: 16px;
    margin-bottom: 1em;
    display: block; }
  .leadership-updates .clip .clip-container {
    position: relative;
    width: 100%; }
    .leadership-updates .clip .clip-container .clip-wrap {
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
      .leadership-updates .clip .clip-container .clip-wrap a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1; }
  @media screen and (min-width: 768px) {
    .leadership-updates .clip {
      margin-bottom: 55px; } }
  @media screen and (min-width: 1024px) {
    .leadership-updates .clip {
      margin-bottom: 0; }
      .leadership-updates .clip .clip-container .box_shadow {
        float: left;
        width: 60.12%; }
      .leadership-updates .clip .clip-info {
        clear: both; }
      .leadership-updates .clip:nth-of-type(even) {
        z-index: 2;
        transform: translateY(-20%); }
        .leadership-updates .clip:nth-of-type(even) .clip-container .box_shadow {
          clear: both;
          float: right; } }
  @media screen and (min-width: 1600px) {
    .leadership-updates .clip .clip-bkgd-name {
      font-size: 120px; }
    .leadership-updates .clip .clip-info {
      position: absolute;
      right: 0;
      top: 40%;
      width: 35.66%;
      transform: translateY(-50%); }
    .leadership-updates .clip:nth-of-type(even) .clip-info {
      right: auto;
      left: 0;
      top: 60%; } }

.leadership-updates .letters-accordion {
  position: relative;
  margin-top: 75px; }
  @media screen and (min-width: 768px) {
    .leadership-updates .letters-accordion {
      margin-top: 114px; } }
  @media screen and (min-width: 1024px) {
    .leadership-updates .letters-accordion {
      margin-top: 121px; } }
  @media screen and (min-width: 1600px) {
    .leadership-updates .letters-accordion {
      margin-top: 200px; } }
  .leadership-updates .letters-accordion .letter .accordion-title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 40px; }
    .leadership-updates .letters-accordion .letter .accordion-title .accordion-toggle {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -14px; }
  .leadership-updates .letters-accordion .letter .accordion-body {
    padding-bottom: 140px; }
  .leadership-updates .letters-accordion .letter .accordion-toggle {
    transition: transform .25s ease-in-out;
    transform: rotate(180deg); }
  .leadership-updates .letters-accordion .letter.active .accordion-toggle {
    transform: rotate(0deg); }

.parent-child-intro .intro-text {
  width: 100%; }

.parent-child-intro .page-hed {
  font-size: 18px;
  text-transform: none;
  margin: 15% 0 0 0;
  padding-left: 16px;
  font-weight: 700; }
  .parent-child-intro .page-hed b {
    display: block;
    font-size: 400%;
    font-weight: inherit;
    line-height: .9;
    text-transform: uppercase;
    transform: translateX(-8px); }
  @media screen and (min-width: 768px) {
    .parent-child-intro .page-hed {
      font-size: 3vw;
      padding-left: 60px; } }
  @media screen and (min-width: 1024px) {
    .parent-child-intro .page-hed {
      padding-left: 80px; } }
  @media screen and (min-width: 1600px) {
    .parent-child-intro .page-hed {
      padding-left: 106px;
      margin-top: 180px; } }

.parent-child-content {
  background: #FFF;
  padding: 31px 19px 37px 16px;
  transition: all .5s ease; }
  @media screen and (min-width: 768px) {
    .parent-child-content {
      padding: 66px 58px 59px 60px; } }
  @media screen and (min-width: 1024px) {
    .parent-child-content {
      padding: 84px 79px 91px 80px; } }
  @media screen and (min-width: 1600px) {
    .parent-child-content {
      padding: 93px 123px 106px; } }

.parent-child-wrapper {
  position: relative;
  z-index: 4; }
  .parent-child-wrapper .grey_bg {
    top: 357px; }
  .parent-child-wrapper .parent-child-lede {
    padding-top: 0;
    margin-top: -50px;
    transition: all .5s ease; }
  .parent-child-wrapper .page {
    padding-top: 0; }

.child-pages {
  list-style-type: none;
  margin: 0 auto;
  padding: 0; }
  .child-pages .child-page {
    margin: 0 0 101px;
    padding: 0;
    width: 100%;
    float: none;
    position: relative; }
    .child-pages .child-page:before {
      content: '';
      display: none; }
    @media screen and (min-width: 1024px) {
      .child-pages .child-page {
        width: 48.77%;
        float: left; }
        .child-pages .child-page:nth-of-type(even) {
          float: right; } }
    .child-pages .child-page .img-container .box_zoom span {
      height: 0;
      padding-top: 66.0377%;
      background: #FFF;
      background-size: cover;
      background-repeat: no-repeat; }
    .child-pages .child-page .page-title {
      position: absolute;
      bottom: -52px;
      right: 0;
      background: #FFF;
      width: 80%;
      min-height: 120px;
      font-size: 32px;
      font-weight: 600;
      line-height: 1.25; }
      .child-pages .child-page .page-title .page-title-string {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: block;
        padding: 20px 124px 20px 24px; }
      .company .child-pages .child-page .page-title {
        color: #0033A0; }
      .more-that-matters .child-pages .child-page .page-title {
        color: #BE2424; }
      .child-pages .child-page .page-title svg {
        position: absolute;
        top: 50%;
        right: 27px;
        transform: translateY(-50%); }
        .company .child-pages .child-page .page-title svg {
          fill: #0033A0;
          stroke: #0033A0; }
        .more-that-matters .child-pages .child-page .page-title svg {
          fill: #BE2424;
          stroke: #BE2424; }

.page-template-Template-Investors-Landing {
  background: #FFF url("../images/investors_bkgd.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0; }

.investors-intro-container {
  padding-top: 80px;
  padding-bottom: 50px;
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative; }

.investors-intro {
  transition: all .5s ease;
  overflow: hidden;
  display: flex;
  margin: 0 0 8px 0;
  flex-basis: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  color: #FFF; }
  @media screen and (min-width: 768px) {
    .investors-intro {
      flex-basis: calc(50% - 40px);
      margin: 20px; }
      .investors-intro:nth-of-type(1n) {
        transform-origin: left top; }
      .investors-intro:nth-of-type(2n) {
        transform-origin: right top; }
      .investors-intro:nth-of-type(3n) {
        transform-origin: left bottom; }
      .investors-intro:nth-of-type(4n) {
        transform-origin: right bottom; } }
  .investors-intro .investors-intro-bkgd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .investors-intro .investors-intro-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .investors-intro .investors-intro-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%); }
  .investors-intro .page-parent-hed {
    font-size: 8px;
    color: inherit;
    font-weight: 400;
    margin-bottom: .5em;
    transition: all .5s ease; }
  .investors-intro a {
    color: #FFF; }
  .investors-intro .page-hed {
    font-size: 24px;
    color: inherit;
    max-width: none;
    transition: all .5s ease; }
  @media screen and (min-width: 768px) {
    .investors-intro .page-parent-hed {
      font-size: 13px;
      margin-bottom: 1em; }
    .investors-intro .page-hed {
      font-size: 32px; } }
  @media screen and (min-width: 1600px) {
    .investors-intro .page-hed {
      font-size: 40px; } }

.table-wrapper {
  background: #FFF;
  padding: 34px 23px; }
  .table-wrapper h3 {
    margin-left: 22px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .table-wrapper .table {
    margin: 15px 0 0; }
  .table-wrapper .table-supporting {
    margin-top: 2em; }
  .table-wrapper .table-container {
    overflow-x: auto;
    width: auto;
    -webkit-overflow-scrolling: touch; }

.gri_table {
  border-bottom: 1px solid #EDEDED; }
  .gri_table th:first-child {
    padding-left: 32px; }
  .gri_table th,
  .gri_table td {
    width: 20%;
    border-bottom: none; }
  .gri_table .category-row td,
  .gri_table .category-row th {
    border-top: 1px solid #EDEDED; }
  .gri_table .gri-cat-name {
    font-weight: 500; }
  .gri_table ul {
    list-style-type: disc;
    padding-left: 2em; }
    .gri_table ul li {
      padding: 0 0 0 .5em;
      margin: 0 0 .5em; }
      .gri_table ul li:before {
        content: ''; }

.content-lede p:first-of-type {
  font-size: 32px;
  padding-bottom: .75em;
  line-height: 1.75; }
  .red .content-lede p:first-of-type {
    color: #1077F0; }
  .green .content-lede p:first-of-type {
    color: #36A1BA; }
  .orange .content-lede p:first-of-type {
    color: #D33195; }
  .blue .content-lede p:first-of-type {
    color: #0033A0; }
  .pink .content-lede p:first-of-type {
    color: #72A302; }
  .cyan .content-lede p:first-of-type {
    color: #E5760E; }
  .purple .content-lede p:first-of-type {
    color: #AB31D3; }

.search_page-total h1 {
  font-weight: inherit; }
  .search_page-total h1 strong {
    color: inherit; }

ul.search_page-results .search_page-results-item {
     padding:20px 0 20px 0;
     background-position:0 28px;
     margin-bottom:0;
   }
  ul.search_page-results .search_page-results-item:before {
    display: none; }

.search_page-results-item .button.blue   { display:none; }

.search_page-more {
  cursor: default; }

.page-content-container strong:first-child {
  font-style: italic;
  font-weight: inherit; }
  .red .page-content-container strong:first-child {
    color: #1077F0; }
  .green .page-content-container strong:first-child {
    color: #36A1BA; }
  .orange .page-content-container strong:first-child {
    color: #D33195; }
  .blue .page-content-container strong:first-child {
    color: #0033A0; }
  .pink .page-content-container strong:first-child {
    color: #72A302; }
  .cyan .page-content-container strong:first-child {
    color: #E5760E; }
  .purple .page-content-container strong:first-child {
    color: #AB31D3; }

button.button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

#top .highlight-and-share-wrapper {
  background: #FFF;
  height: 57px; }
  #top .highlight-and-share-wrapper div {
    margin: 0;
    text-align: center;
    padding: 0;
    background: #FFF;
    position: relative; }
    #top .highlight-and-share-wrapper div:after {
      content: '';
      width: 1px;
      background-color: #EDEDED;
      height: 24px;
      position: absolute;
      right: 0;
      top: 50%;
      bottom: 0;
      transform: translateY(-50%); }
    #top .highlight-and-share-wrapper div:last-child:after {
      display: none; }
    #top .highlight-and-share-wrapper div a {
      padding: 0;
      display: block; }
    #top .highlight-and-share-wrapper div .fa {
      font-size: 24px;
      padding: .5em;
      text-align: center;
      color: #0033A0; }
    #top .highlight-and-share-wrapper div.has_twitter, #top .highlight-and-share-wrapper div.has_facebook, #top .highlight-and-share-wrapper div.has_linkedin {
      background: #FFF; }

.add_chart__figure .add_chart__legend ul {
  margin: 0;
  padding: 0; }

.add_chart__figure .add_chart__legend li {
  padding: 0;
  color: inherit; }
  .add_chart__figure .add_chart__legend li:before {
    display: none; }

.add_chart__figure .add_chart__data-selector .select {
  width: 100%; }

@media screen and (min-width: 1024px) {
  .page_divider {
    height: 1px;
    background: #979797;
    width: 100%;
    margin: 0 0 80px; } }
