/*! theme styles */
/**
 * Brand Colors
 */
/**
 * Fonts
 */
@font-face {
  font-family: 'BBG Japanese';
  src: local("Hiragino Kaku Gothic Pro"), local("Meiryo"), local("MS Pgothic");
  unicode-range: U+3041-3096, U+3099-309F, U+30A0-30FF, U+1B000-1B0FF, U+1B100-1B11E, U+3190-319F, U+31F0-31FF, U+FF00-FFEF, U+4E00-9FFF, U+3400-4DBF, U+20000-2A6DF, U+2A700-2B73F, U+2B740-2B81F, U+2B820-2CEAF, U+2CEB0-2EBE0; }

/**
 * Set of line heights
 */
/**
 * $headings-font-size
 *
 * col 1 = font size for xl breakpoint
 * col 2 = large
 * col 3 = medium
 * col 4 = small
 */
/**
 * $text-font-size
 *
 * col 1 = font size for xl breakpoint
 * col 2 = large
 * col 3 = medium
 * col 4 = small
 */
/**
 * $cta-font-size
 *
 * col 1 = font size for xl breakpoint
 * col 2 = large
 * col 3 = medium
 * col 4 = small
 */
/**
 * Breakpoints
 */
/**
 * Bootstrap Reboot variables
 */
/**
 * Site Header, Navbar, Logo, Navigation, in Nav Search
 */
/**
 * Icons
 */
/**
 * Articles
 */
/**
 * Featured Section
 */
/**
 * z-index relations
 */
/**
 * @hover, copied from bootstrap, to support _reboot.scss
 */
/**
 * @hover-focus, copied from bootstrap, to support _reboot.scss
 */
/**
 * @font-family-definition
 * set font-family to be regular, bold or demi
 */
/**
 * Mixins for typography
 */
/**
 * font-size
 */
/**
 * This mixin allows to have a map of the z-index values on the entire site.
 * Look at $z-index map on variables.scss
 */
/**
 * This is the bar that shows on several elements, isnt a border.
 * Is a bar, with different heights and widths depending of the elements.
 * Sometimes is centered and other times is at the top-left corner of the containers.
 */
/*@mixin decorationAfter( $background-color: $gray3, $margin: 15px auto 0 ) {
	content: "";
	
	width: 25px;
	height: 2px;
	margin: $margin;
	
	display: block;
	
	background-color: $background-color;
}*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "AvenirNextPForBBG", Helvetica, Arial, sans-serif; }

body {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #000000;
  text-decoration: none; }
  a:focus, a:hover {
    color: #0D9DDB;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: #FFFFFF; }

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #FFFFFF;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: cursor; }

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

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

html:lang(zh-CN) {
  font-family: "MYingHeiPRCW05", "AvenirNextPForBBG", Helvetica, Arial, sans-serif; }
  html:lang(zh-CN) .h1-demi-7,
  html:lang(zh-CN) h3.demi, html:lang(zh-CN) .h3-demi,
  html:lang(zh-CN) .h3-regular-8-demi,
  html:lang(zh-CN) .cta-l, html:lang(zh-CN) .cta-large,
  html:lang(zh-CN) .cta-m, html:lang(zh-CN) .cta-medium,
  html:lang(zh-CN) .cta-s, html:lang(zh-CN) .cta-small,
  html:lang(zh-CN) .cta-s, html:lang(zh-CN) .cta-xxsmall,
  html:lang(zh-CN) .cta-caps-l,
  html:lang(zh-CN) .cta-caps-m,
  html:lang(zh-CN) .cta-caps-s,
  html:lang(zh-CN) .cta-caps-xs,
  html:lang(zh-CN) .cta-caps-xxs,
  html:lang(zh-CN) .site-header__logo,
  html:lang(zh-CN) .site-header__mobile a.button,
  html:lang(zh-CN) .main-navigation > li,
  html:lang(zh-CN) .featured-section .meta a.button,
  html:lang(zh-CN) .site-footer__sitemap h3,
  html:lang(zh-CN) .site-footer__description aside p a,
  html:lang(zh-CN) .site-footer__description a.button,
  html:lang(zh-CN) .menu-item-sticky,
  html:lang(zh-CN) .bbg-demo-grid__heading,
  html:lang(zh-CN) .bbg-demo-grid__tile__heading,
  html:lang(zh-CN) .title-small,
  html:lang(zh-CN) .title-large,
  html:lang(zh-CN) .load-more button.button,
  html:lang(zh-CN) .special-reports > section.column > div.report ._download,
  html:lang(zh-CN) .special-reports > section.row > div.report:first-of-type ._download,
  html:lang(zh-CN) .inside__box.order-now .inside__box--container .cta-box a,
  html:lang(zh-CN) .report__control ul li {
    font-weight: 700; }
  html:lang(zh-CN) .featured-section h1 {
    font-size: 80px; }
  html:lang(zh-CN) .downloads-table {
    margin-bottom: 60px; }
  html:lang(zh-CN) .hero-links ul a {
    font-size: 20px;
    font-weight: 700; }
  html:lang(zh-CN) .main-navigation li a {
    font-size: 18px; }
  html:lang(zh-CN) .menu-item-has-children ul a {
    font-size: 18px !important; }
  html:lang(zh-CN) .kinetic-active a {
    font-size: 20px !important; }
  html:lang(zh-CN) .site-footer ul a {
    font-size: 14px; }
  html:lang(zh-CN) .site-footer__sitemap__item h3 {
    font-size: 16px; }

html:lang(ja-JP) {
  font-family: "BBG Japanese", "AvenirNextPForBBG", Helvetica, Arial, sans-serif; }

html:lang(ko-KR) {
  font-family: "YoonGothicPro700", "AvenirNextPForBBG", Helvetica, Arial, sans-serif; }
  html:lang(ko-KR) .site-header__logo,
  html:lang(ko-KR) .featured-section h1,
  html:lang(ko-KR) .site-footer .social-icons {
    font-family: "AvenirNextPForBBG", Helvetica, Arial, sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2rem; }

html {
  overflow-x: hidden; }

#bb-that {
  position: relative;
  z-index: 100; }

@media (min-width: 760px) {
  body {
    background-image: url("../assets/images/dotGrid_5a5a5a.png"); }
  .main-section, .aside-section {
    width: 760px;
    margin: 0 auto; } }

@media (min-width: 1020px) {
  .main-section, .aside-section {
    width: 1020px; } }

@media (min-width: 1280px) {
  .main-section, .aside-section {
    width: 1280px; } }

#bb-that {
  z-index: 20; }

.content-image {
  max-width: 100%;
  padding: 0 45px;
  height: auto; }

.embed-responsive.video-container {
  margin: 30px 0; }

.fluid-container {
  width: 100%;
  padding: 15px; }
  @media (min-width: 1280px) {
    .fluid-container {
      padding: 45px; } }

.caption-wrapper .caption, .caption-wrapper .caption-link {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #474747;
  text-align: left; }

.main-section .cta-list a, .main-section .headline-section a, .aside-section .cta-list a, .aside-section .headline-section a {
  border: none;
  text-decoration: none; }
  .main-section .cta-list a:hover, .main-section .headline-section a:hover, .aside-section .cta-list a:hover, .aside-section .headline-section a:hover {
    text-decoration: none; }

.four-o-four {
  height: 50vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .four-o-four h1 {
    margin-bottom: 30px; }
  .four-o-four p {
    margin: 0; }

.single .article__content {
  padding-bottom: 1px; }

.single .wpb_wrapper .no-bottom-border {
  border-bottom: 0;
  margin-bottom: 0; }

.single .wpb_single_image.vc_align_center {
  text-align: center; }

.single .wpb_single_image .vc_single_image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.single .wpb_single_image img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

.single .wpb_single_image.wpb_content_element {
  margin-bottom: 35px; }

.single .vc_separator, .single .vc_empty_space {
  display: none; }

.single .wpb_button_a, .single .vc_btn3-container, .single .vc_button-2-wrapper {
  width: 100%;
  padding: 60px 0;
  margin: 30px auto;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  text-align: center; }
  @media (min-width: 1020px) {
    .single .wpb_button_a, .single .vc_btn3-container, .single .vc_button-2-wrapper {
      margin: 60px auto;
      padding: 120px 0;
      width: 760px; } }
  @media (min-width: 1280px) {
    .single .wpb_button_a, .single .vc_btn3-container, .single .vc_button-2-wrapper {
      width: 1020px; } }
  .single .wpb_button_a a, .single .wpb_button_a span, .single .vc_btn3-container a, .single .vc_btn3-container span, .single .vc_button-2-wrapper a, .single .vc_button-2-wrapper span {
    border: 0;
    background-color: #FFFFFF !important;
    border-radius: 0;
    font-size: 30px;
    line-height: 1.6; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-slideshare {
  padding-bottom: 79.5%;
  margin: 0 0 30px 0; }

.single-post .main-section .outer-container.cta-icon {
  border-top: 1px solid #d4d4d4;
  margin: 30px 0; }
  @media (min-width: 1020px) {
    .single-post .main-section .outer-container.cta-icon {
      margin: 60px 0; } }

.main-section .outer-container.cta-icon {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 760px) {
    .main-section .outer-container.cta-icon {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1020px) {
    .main-section .outer-container.cta-icon {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 1280px) {
    .main-section .outer-container.cta-icon {
      padding-top: 90px;
      padding-bottom: 90px; } }

.inner-container .side-content img {
  max-width: 100%;
  height: auto; }

.inner-container ul {
  list-style-type: square;
  padding-left: 0; }
  .inner-container ul li {
    margin-bottom: 15px; }
  @media (max-width: 759px) {
    .inner-container ul {
      padding-left: 20px; } }

.accordion-body.collapse {
  display: none; }
  .accordion-body.collapse.in {
    display: table-row; }

a.no-arrow:after, a.no-arrow:hover {
  content: '' !important; }

:focus,
a:focus {
  outline: 2px solid #D2D2D2;
  outline-offset: 2px; }

/**
 * This is the primary section of each template, where the primary content,
 * gets displayed. Examples:
 * - Blog posts listing on blog landing
 * - Post content on single.php for the_content.
 */
.main-section {
  padding: 60px 15px 30px;
  background-color: #FFFFFF; }
  .blog .main-section {
    padding-top: 0; }

.site-header + #that-jump-content + .main-section {
  padding-top: 0; }
  @media (min-width: 760px) {
    .site-header + #that-jump-content + .main-section {
      padding-top: 90px;
      margin-top: -90px; } }

.main-section .full-width, .aside-section .full-width {
  width: 100vw;
  margin: 0 -15px;
  border: none; }
  .blog .main-section .full-width, .blog .aside-section .full-width {
    border: none; }
  @media (min-width: 760px) {
    .main-section .full-width, .aside-section .full-width {
      width: 500%;
      margin-left: -200%; } }

@media (max-width: 759px) {
  .aside-section .full-width {
    width: 100vw;
    margin: 0 auto; } }

.aside-section-wrapper {
  background-color: #FFFFFF; }
  @media (min-width: 760px) {
    .aside-section-wrapper {
      background-image: url("../assets/images/dotGrid_5a5a5a.png"); } }
  .aside-section-wrapper .aside-section {
    background-color: #FFFFFF; }
    @media (min-width: 760px) {
      .aside-section-wrapper .aside-section {
        padding: 0 15px; } }
    .aside-section-wrapper .aside-section .media {
      border-bottom: 1px solid #D2D2D2;
      border-top: 0; }
    .aside-section-wrapper .aside-section .featured-section {
      margin-top: 0;
      width: 100vw;
      margin: 0 auto; }
    .aside-section-wrapper .aside-section .full-width + .media {
      border-top: 1px solid #D2D2D2; }

.main-section a, .aside-section a {
  border-bottom: 1px solid #0D9DDB; }
  .main-section a :hover, .aside-section a :hover {
    color: #0D9DDB; }

html {
  height: 100%; }

body {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column; }

.site-content {
  flex: 1 0 auto; }

.icon-search {
  position: relative; }
  .icon-search:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M12.5,11 L11.71,11 L11.43,10.73 C12.41,9.59 13,8.11 13,6.5 C13,2.91 10.09,0 6.5,0 C2.91,0 0,2.91 0,6.5 C0,10.09 2.91,13 6.5,13 C8.11,13 9.59,12.41 10.73,11.43 L11,11.71 L11,12.5 L16,17.49 L17.49,16 L12.5,11 L12.5,11 Z M6.5,11 C4.01,11 2,8.99 2,6.5 C2,4.01 4.01,2 6.5,2 C8.99,2 11,4.01 11,6.5 C11,8.99 8.99,11 6.5,11 Z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-download {
  position: relative; }
  .icon-download:after {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-download-blue {
  position: relative; }
  .icon-download-blue:after {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-arrow-right {
  position: relative; }
  .icon-arrow-right:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23FFFFFF%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-external-link {
  position: relative; }
  .icon-external-link:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15 2v7.5h-1v-5.668l-9.334 9.334-0.707-0.707 9.459-9.459h-5.918v-1h7.5zM11 16h-10v-10h6.574v-1h-7.574v12h12v-7.714h-1v6.714z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-info {
  position: relative; }
  .icon-info:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M8.5 0c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM8.5 16c-4.136 0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5zM9 12.369h0.979v1h-2.958v-1h0.979v-4.42h-0.946v-1h1.946v5.42zM7.185 4.986c0-0.545 0.441-0.986 0.986-0.986s0.985 0.441 0.985 0.986c0 0.543-0.44 0.984-0.985 0.984s-0.986-0.441-0.986-0.984z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

.icon-download-blue {
  position: relative; }
  .icon-download-blue:after {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M17 16v1h-17v-1h17zM13.354 8.854l-0.707-0.707-3.646 3.646v-11.793h-1v11.794l-3.647-3.648-0.708 0.708 4.854 4.853 4.854-4.853z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .icon-download-blue:before {
    position: absolute;
    top: 8px;
    left: 20px; }

.icon-arrow-right-blue {
  position: relative; }
  .icon-arrow-right-blue:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .icon-arrow-right-blue:before {
    position: absolute;
    top: 8px;
    left: 20px; }

.icon-arrow-right-black {
  position: relative; }
  .icon-arrow-right-black:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .icon-arrow-right-black:before {
    position: absolute;
    top: 1px;
    left: 8px; }

.icon-pdf:before,
.fa-file-pdf-o:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M13.156 9.211c-0.213-0.21-0.686-0.321-1.406-0.331-0.487-0.005-1.073 0.038-1.69 0.124-0.276-0.159-0.561-0.333-0.784-0.542-0.601-0.561-1.103-1.34-1.415-2.197 0.020-0.080 0.038-0.15 0.054-0.222 0 0 0.339-1.923 0.249-2.573-0.012-0.089-0.020-0.115-0.044-0.184l-0.029-0.076c-0.092-0.212-0.273-0.437-0.556-0.425l-0.171-0.005c-0.316 0-0.573 0.161-0.64 0.403-0.205 0.757 0.007 1.889 0.39 3.355l-0.098 0.239c-0.275 0.67-0.619 1.345-0.923 1.94l-0.040 0.077c-0.32 0.626-0.61 1.157-0.873 1.607l-0.271 0.144c-0.020 0.010-0.485 0.257-0.594 0.323-0.926 0.553-1.539 1.18-1.641 1.678-0.032 0.159-0.008 0.362 0.156 0.456l0.263 0.132c0.114 0.057 0.234 0.086 0.357 0.086 0.659 0 1.425-0.821 2.48-2.662 1.218-0.396 2.604-0.726 3.819-0.908 0.926 0.521 2.065 0.883 2.783 0.883 0.128 0 0.238-0.012 0.327-0.036 0.138-0.037 0.254-0.115 0.325-0.222 0.139-0.21 0.168-0.499 0.13-0.795-0.011-0.088-0.081-0.196-0.157-0.271zM3.307 12.72c0.12-0.329 0.596-0.979 1.3-1.556 0.044-0.036 0.153-0.138 0.253-0.233-0.736 1.174-1.229 1.642-1.553 1.788zM7.476 3.12c0.212 0 0.333 0.534 0.343 1.035s-0.107 0.853-0.252 1.113c-0.12-0.385-0.179-0.992-0.179-1.389 0 0-0.009-0.759 0.088-0.759v0zM6.232 9.961c0.148-0.264 0.301-0.543 0.458-0.839 0.383-0.724 0.624-1.29 0.804-1.755 0.358 0.651 0.804 1.205 1.328 1.649 0.065 0.055 0.135 0.111 0.207 0.166-1.066 0.211-1.987 0.467-2.798 0.779v0zM12.952 9.901c-0.065 0.041-0.251 0.064-0.37 0.064-0.386 0-0.864-0.176-1.533-0.464 0.257-0.019 0.493-0.029 0.705-0.029 0.387 0 0.502-0.002 0.88 0.095s0.383 0.293 0.318 0.333v0z%27%20fill%3D%27%23337ab7%27%2F%3E%3Cpath%20d%3D%27M14.341 3.579c-0.347-0.473-0.831-1.027-1.362-1.558s-1.085-1.015-1.558-1.362c-0.806-0.591-1.197-0.659-1.421-0.659h-7.75c-0.689 0-1.25 0.561-1.25 1.25v13.5c0 0.689 0.561 1.25 1.25 1.25h11.5c0.689 0 1.25-0.561 1.25-1.25v-9.75c0-0.224-0.068-0.615-0.659-1.421v0zM12.271 2.729c0.48 0.48 0.856 0.912 1.134 1.271h-2.406v-2.405c0.359 0.278 0.792 0.654 1.271 1.134v0zM14 14.75c0 0.136-0.114 0.25-0.25 0.25h-11.5c-0.135 0-0.25-0.114-0.25-0.25v-13.5c0-0.135 0.115-0.25 0.25-0.25 0 0 7.749-0 7.75 0v3.5c0 0.276 0.224 0.5 0.5 0.5h3.5v9.75z%27%20fill%3D%27%23337ab7%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.fa-file-text-o:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M14.341 3.579c-0.347-0.473-0.831-1.027-1.362-1.558s-1.085-1.015-1.558-1.362c-0.806-0.591-1.197-0.659-1.421-0.659h-7.75c-0.689 0-1.25 0.561-1.25 1.25v13.5c0 0.689 0.561 1.25 1.25 1.25h11.5c0.689 0 1.25-0.561 1.25-1.25v-9.75c0-0.224-0.068-0.615-0.659-1.421zM12.271 2.729c0.48 0.48 0.856 0.912 1.134 1.271h-2.406v-2.405c0.359 0.278 0.792 0.654 1.271 1.134zM14 14.75c0 0.136-0.114 0.25-0.25 0.25h-11.5c-0.135 0-0.25-0.114-0.25-0.25v-13.5c0-0.135 0.115-0.25 0.25-0.25 0 0 7.749-0 7.75 0v3.5c0 0.276 0.224 0.5 0.5 0.5h3.5v9.75z%27%20fill%3D%27%23337ab7%27%2F%3E%3Cpath%20d%3D%27M11.5 13h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z%27%20fill%3D%27%23337ab7%27%2F%3E%3Cpath%20d%3D%27M11.5 11h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z%27%20fill%3D%27%23337ab7%27%2F%3E%3Cpath%20d%3D%27M11.5 9h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z%27%20fill%3D%27%23337ab7%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.fa-sort-desc:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M9.143 9.714c0 0.152-0.063 0.295-0.17 0.402l-4 4c-0.107 0.107-0.25 0.17-0.402 0.17s-0.295-0.063-0.402-0.17l-4-4c-0.107-0.107-0.17-0.25-0.17-0.402 0-0.313 0.259-0.571 0.571-0.571h8c0.313 0 0.571 0.259 0.571 0.571z%27%20fill%3D%27%23337ab7%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.fa-sort-asc:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M9.143 6.286c0 0.313-0.259 0.571-0.571 0.571h-8c-0.313 0-0.571-0.259-0.571-0.571 0-0.152 0.063-0.295 0.17-0.402l4-4c0.107-0.107 0.25-0.17 0.402-0.17s0.295 0.063 0.402 0.17l4 4c0.107 0.107 0.17 0.25 0.17 0.402z%27%20fill%3D%27%23337ab7%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

/**
 * colors utilities
 */
.blue {
  color: #0D9DDB !important; }

.info-drops i::before {
  position: relative;
  top: 3px; }

/**
 * 1. Headings
 * 2. Text (content text, paragraphs, etc)
 * 3. Utilities (nav items, ctas, etc)
 */
h1, .h1 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 40px; }
  @media (min-width: 1280px) {
    h1, .h1 {
      font-size: 60px; } }

h1.regular, .h1-regular {
  font-size: 40px;
  font-weight: 400; }
  @media (min-width: 1280px) {
    h1.regular, .h1-regular {
      font-size: 60px; } }

h1.demi, .h1-demi {
  font-size: 40px;
  font-weight: 600; }
  @media (min-width: 1280px) {
    h1.demi, .h1-demi {
      font-size: 60px; } }

h2, .h2 {
  line-height: 1.2;
  font-weight: 700;
  font-size: 36px; }
  @media (min-width: 760px) {
    h2, .h2 {
      font-size: 24px; } }
  @media (min-width: 1020px) {
    h2, .h2 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h2, .h2 {
      font-size: 48px; } }

h2.regular, .h2-regular {
  line-height: 1.2;
  font-weight: 400;
  font-size: 36px; }
  @media (min-width: 760px) {
    h2.regular, .h2-regular {
      font-size: 24px; } }
  @media (min-width: 1020px) {
    h2.regular, .h2-regular {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    h2.regular, .h2-regular {
      font-size: 48px; } }

h2.demi, .h2-demi {
  font-weight: 600; }

h3, .h3 {
  line-height: 1.3;
  font-weight: 700;
  font-size: 25px; }
  @media (min-width: 760px) {
    h3, .h3 {
      font-size: 19px; } }
  @media (min-width: 1020px) {
    h3, .h3 {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    h3, .h3 {
      font-size: 30px; } }

h3.regular, .h3-regular {
  font-weight: 400;
  font-size: 25px; }
  @media (min-width: 760px) {
    h3.regular, .h3-regular {
      font-size: 19px; } }
  @media (min-width: 1020px) {
    h3.regular, .h3-regular {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    h3.regular, .h3-regular {
      font-size: 30px; } }

h3.demi, .h3-demi {
  font-weight: 600;
  font-size: 25px; }
  @media (min-width: 760px) {
    h3.demi, .h3-demi {
      font-size: 19px; } }
  @media (min-width: 1020px) {
    h3.demi, .h3-demi {
      font-size: 25px; } }
  @media (min-width: 1280px) {
    h3.demi, .h3-demi {
      font-size: 30px; } }

h4, .h4 {
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px; }
  @media (min-width: 760px) {
    h4, .h4 {
      font-size: 16px; } }
  @media (min-width: 1020px) {
    h4, .h4 {
      font-size: 18px; } }
  @media (min-width: 1280px) {
    h4, .h4 {
      font-size: 20px; } }

h4.regular, .h4-regular {
  font-weight: 400; }

h4.demi, .h4-demi {
  font-weight: 600; }

h5, .h5 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px; }
  @media (min-width: 760px) {
    h5, .h5 {
      font-size: 12px; } }
  @media (min-width: 1020px) {
    h5, .h5 {
      font-size: 14px; } }
  @media (min-width: 1280px) {
    h5, .h5 {
      font-size: 16px; } }

h5.regular, .h5-regular {
  font-weight: 400; }

h5.demi, .h5-demi {
  font-weight: 600; }

h6, .h6 {
  line-height: 1.6;
  font-weight: 700;
  font-size: 12px; }
  @media (min-width: 760px) {
    h6, .h6 {
      font-size: 10px; } }
  @media (min-width: 1020px) {
    h6, .h6 {
      font-size: 12px; } }
  @media (min-width: 1280px) {
    h6, .h6 {
      font-size: 14px; } }

h6.regular, .h6-regular {
  font-weight: 400; }

h6.demi, .h6-demi {
  font-weight: 600; }

.h1-regular-7 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 25px; }
  @media (min-width: 1020px) {
    .h1-regular-7 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    .h1-regular-7 {
      font-size: 48px; } }

.h1-demi-7 {
  line-height: 1.3;
  font-weight: 600;
  font-size: 25px; }
  @media (min-width: 1020px) {
    .h1-demi-7 {
      font-size: 36px; } }
  @media (min-width: 1280px) {
    .h1-demi-7 {
      font-size: 48px; } }

.h3-regular-8 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 25px; }
  @media (min-width: 760px) {
    .h3-regular-8 {
      font-size: 30px; } }

.h3-regular-8-demi {
  line-height: 1.3;
  font-weight: 600;
  font-size: 25px; }
  @media (min-width: 760px) {
    .h3-regular-8-demi {
      font-size: 30px; } }

.font-large {
  line-height: 1.5;
  font-size: 20px; }
  @media screen and (min-width: 1020px) {
    .font-large {
      font-size: 30px; } }

.font-regular {
  line-height: 1.6;
  font-size: 20px; }

.font-small {
  line-height: 1.7;
  font-size: 16px; }

.font-xsmall {
  line-height: 1.8;
  font-size: 14px; }

.cta-l, .cta-large {
  font-weight: 600;
  font-size: 14px; }
  @media screen and (min-width: 1020px) {
    .cta-l, .cta-large {
      font-size: 16px; } }

.cta-large-regular {
  font-weight: 400;
  font-size: 14px; }
  @media screen and (min-width: 1020px) {
    .cta-large-regular {
      font-size: 16px; } }

.cta-m, .cta-medium {
  font-weight: 600;
  font-size: 12px; }
  @media screen and (min-width: 1020px) {
    .cta-m, .cta-medium {
      font-size: 14px; } }

.cta-s, .cta-small {
  font-weight: 600;
  font-size: 12px; }

.cta-small-regular {
  font-weight: 400;
  font-size: 12px; }

.cta-s, .cta-xxsmall {
  font-weight: 600;
  font-size: 12px; }

.cta-caps-l {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (min-width: 1020px) {
    .cta-caps-l {
      font-size: 16px; } }

.cta-caps-m {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (min-width: 1020px) {
    .cta-caps-m {
      font-size: 14px; } }

.cta-caps-s {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.cta-caps-xs {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.cta-caps-xxs {
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.heading1-regular {
  line-height: 1.1;
  font-weight: 400;
  font-size: 40px; }
  @media (min-width: 1280px) {
    .heading1-regular {
      font-size: 60px; } }

.font-regular {
  font-weight: 400; }

.font-demi, .report__content section > main .more {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

/***************************************************
*
*   MAIN NAV (Global Container and Logo)
*
***************************************************/
/* GLOBAL */
.site-header {
  /*
	 * MAIN CONTAINER
	 */
  color: #FFFFFF;
  background-color: #000000;
  height: 90px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  /*
	 * MAIN NAV CONTAINER
	 */
  /*
	 * DEFAULT LINKS
	 */
  /*
	 * DEFAULT LISTS
	 */
  /*
	 * NAV LOGO
	 */
  /*
	 * CLOSE BUTTON DISPLAYED ON MOBILE
	 */
  /*
	 * CUSTOM EXTRA SUBMENU DISPLAYED ON MOBILE
	 */ }
  .site-header__navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 0;
    background-color: #000000; }
  .site-header a {
    color: #B3B3B3;
    text-decoration: none; }
    .site-header a:hover {
      color: #0D9DDB; }
  .site-header ul {
    list-style: none;
    padding: 0px;
    margin: 0; }
  .site-header__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    flex: 1 0 auto; }
    @media screen and (min-width: 1020px) {
      .site-header__logo {
        font-size: 20px; } }
    .site-header__logo__link {
      color: #FFFFFF !important; }
    .site-header__logo__image {
      max-width: 250px;
      max-height: 16px; }
  .site-header li.close-sub-menu {
    display: none; }
    .site-header li.close-sub-menu a {
      font-size: 12px;
      text-transform: uppercase;
      color: #FFFFFF;
      position: relative;
      padding-right: 20px; }
      .site-header li.close-sub-menu a:after {
        position: absolute;
        top: 2px;
        right: 0px;
        content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+RkE4NDY1OUUtN0ZBMy00NThCLTkxNzMtMzlEMTQyMUNDQjI3PC90aXRsZT48cGF0aCBkPSJNNi40NDkgNS44ODJsNS4zMTcgNS4zMTctLjU2Ni41NjYtNS4zMTctNS4zMTctNS4zMTcgNS4zMTctLjU2NS0uNTY2IDUuMzE3LTUuMzE3TDAgLjU2Ni41NjYgMGw1LjMxNyA1LjMxN0wxMS4yIDBsLjU2Ni41NjZ6IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkYiLz48L3N2Zz4="); }
    .site-header li.close-sub-menu.open {
      display: inherit; }
  .site-header__mobile {
    display: none;
    color: #FFFFFF;
    background-color: #141414;
    margin: 0 auto; }
    .site-header__mobile a.button {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 600;
      background-color: #FFFFFF;
      color: #000000;
      height: 50px;
      line-height: 50px;
      margin: 30px 15px 15px 15px;
      display: block;
      text-align: center;
      text-transform: uppercase; }
    .site-header__mobile aside {
      color: #FFFFFF;
      font-size: 16px;
      margin: 15px; }
    .site-header__mobile a.about {
      display: block;
      font-size: 14px;
      color: #0D9DDB;
      border-top: 1px solid #474747;
      padding: 10px 15px;
      position: relative; }
      .site-header__mobile a.about:after {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }
      .site-header__mobile a.about:after {
        position: absolute;
        margin-top: 3px;
        margin-left: 5px; }
    .site-header__mobile.open {
      display: block; }

/* MOBILE - SEE mobile-menu.scss */
/* TABLET */
@media (min-width: 760px) {
  .site-header {
    width: 760px;
    padding: 0 30px;
    /* STICKY NAVBAR STYLING */
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); }
    .site-header__navbar {
      flex-direction: row;
      justify-content: space-between; }
    .site-header__logo {
      align-self: center;
      flex-grow: initial; }
      .site-header__logo__image {
        max-width: 100%;
        max-height: 90px; }
    .site-header.fixed {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 150;
      /*
			 * HERO FIXES WHEN NAV GETS STICKY
			 */
      /* [FEATURED POST] */
      /* [SINGLE POST] */
      /* [TEXT HERO] */
      /* [IMAGE HERO] */
      /* [ANIMATION HERO] */
      /* [VIDEO HERO] */ }
      .site-header.fixed + .full-width, .site-header.fixed + .article-template {
        margin-top: 90px; }
      .site-header.fixed + #featured-section {
        margin-top: 0; }
    .site-header.scroll {
      top: -90px;
      visibility: hidden;
      /*
			 * HIDES SECOND LEVEL MENU
			 */ }
      .site-header.scroll .main-navigation > li > ul.sub-menu {
        -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        visibility: hidden; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .site-header {
    width: 1020px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .site-header {
    width: 1280px;
    padding: 0 60px; } }

/***************************************************
*
*   MAIN NAV LEVEL 1 (First level MENU)
*
***************************************************/
/* GLOBAL */
.menu-toggle {
  display: none; }

.main-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
  /*
	 * FIRST LEVEL MENU
	 */ }
  .main-navigation > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 90px;
    font-weight: 600;
    font-size: 14px;
    /* MENU HOVER EFFECT */
    /* ACTIVE MENU */ }
    @media screen and (min-width: 1020px) {
      .main-navigation > li {
        font-size: 16px; } }
    .main-navigation > li.menu-item-highlight > a {
      color: #0D9DDB;
      position: relative; }
    .main-navigation > li.menu-item-highlight:hover > a::after,
    .main-navigation > li.menu-item-highlight:focus > a::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #FFFFFF; }
    .main-navigation > li:hover {
      cursor: pointer; }
      .main-navigation > li:hover > a {
        color: #FFFFFF; }
      .main-navigation > li:hover:not(.search-icon):not(.menu-item-highlight) {
        background-color: #141414; }
    .main-navigation > li.current-menu-ancestor > a {
      color: #FFFFFF; }
    .main-navigation > li.search-icon {
      line-height: 1;
      padding: 0 20px; }
      .main-navigation > li.search-icon a {
        display: none; }
      .main-navigation > li.search-icon:before {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M12.5,11 L11.71,11 L11.43,10.73 C12.41,9.59 13,8.11 13,6.5 C13,2.91 10.09,0 6.5,0 C2.91,0 0,2.91 0,6.5 C0,10.09 2.91,13 6.5,13 C8.11,13 9.59,12.41 10.73,11.43 L11,11.71 L11,12.5 L16,17.49 L17.49,16 L12.5,11 L12.5,11 Z M6.5,11 C4.01,11 2,8.99 2,6.5 C2,4.01 4.01,2 6.5,2 C8.99,2 11,4.01 11,6.5 C11,8.99 8.99,11 6.5,11 Z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }
      .main-navigation > li.search-icon:hover:before {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M12.5,11 L11.71,11 L11.43,10.73 C12.41,9.59 13,8.11 13,6.5 C13,2.91 10.09,0 6.5,0 C2.91,0 0,2.91 0,6.5 C0,10.09 2.91,13 6.5,13 C8.11,13 9.59,12.41 10.73,11.43 L11,11.71 L11,12.5 L16,17.49 L17.49,16 L12.5,11 L12.5,11 Z M6.5,11 C4.01,11 2,8.99 2,6.5 C2,4.01 4.01,2 6.5,2 C8.99,2 11,4.01 11,6.5 C11,8.99 8.99,11 6.5,11 Z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }

/* MOBILE - SEE mobile-menu.scss */
/* TABLET */
@media (min-width: 760px) {
  .main-navigation {
    /*
		 * FIRST LEVEL MENU
		 */ }
    .main-navigation > li > a {
      padding: 0px 20px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .main-navigation {
    /*
		 * FIRST LEVEL MENU
		 */ }
    .main-navigation > li > a {
      padding: 0px 30px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .main-navigation {
    /*
		 * FIRST LEVEL MENU
		 */ }
    .main-navigation > li > a {
      padding: 0px 40px; } }

/***************************************************
*
*   MAIN NAV LEVEL 2 (Second level MENU (first submenu))
*
***************************************************/
/* GLOBAL */
.main-navigation > li {
  /*
		 * SECOND LEVEL MENU (1st submenu)
		 */
  /*
		 * SHOWS SECOND LEVEL MENU when aria-expanded is true
		 */ }
  .main-navigation > li > ul.sub-menu {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 90px;
    background-color: #141414;
    visibility: hidden;
    font-size: 12px;
    /*
			* EXTENDED BACKGROUND FOR SUBMENU
			*/ }
    .main-navigation > li > ul.sub-menu > li {
      /*
				 * SUBMENU HEADERS
				 */
      /*
				 * SUBMENU LINKS
				 */ }
      .main-navigation > li > ul.sub-menu > li > a {
        font-size: 12px;
        display: flex;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 5px;
        margin-bottom: 25px;
        border-bottom: 1px solid #474747;
        min-height: 70px;
        flex-direction: column-reverse;
        font-weight: 600; }
      .main-navigation > li > ul.sub-menu > li > .sub-menu a {
        display: block;
        line-height: 20px;
        padding-bottom: 16px; }
        .main-navigation > li > ul.sub-menu > li > .sub-menu a:hover:after {
          display: inline-block;
          content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
          height: 1em;
          width: 1em; }
        .main-navigation > li > ul.sub-menu > li > .sub-menu a:hover:after {
          cursor: pointer;
          position: absolute;
          margin-left: 5px;
          margin-top: 3px; }
    .main-navigation > li > ul.sub-menu:before, .main-navigation > li > ul.sub-menu:after {
      position: absolute;
      content: "";
      width: 100vw;
      top: -90px;
      bottom: 0px;
      background-color: #141414; }
    .main-navigation > li > ul.sub-menu:before {
      left: -100vw; }
    .main-navigation > li > ul.sub-menu:after {
      right: -100vw; }
  .main-navigation > li a[aria-expanded="true"] + ul.sub-menu {
    visibility: visible; }

/* MOBILE - SEE mobile-menu.scss */
/* TABLET */
@media (min-width: 760px) {
  .main-navigation > li {
    /*
		 * SECOND LEVEL MENU (1st submenu)
		 */ }
    .main-navigation > li > ul.sub-menu {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 40px 30px;
      font-size: 14px; }
      .main-navigation > li > ul.sub-menu > li {
        flex: 0 0 200px;
        margin-right: 50px;
        padding-top: 40px; }
        .main-navigation > li > ul.sub-menu > li:nth-child(1), .main-navigation > li > ul.sub-menu > li:nth-child(2), .main-navigation > li > ul.sub-menu > li:nth-child(3) {
          padding-top: 0px; }
        .main-navigation > li > ul.sub-menu > li:nth-child(3n) {
          margin-right: 0px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .main-navigation > li {
    /*
		 * SECOND LEVEL MENU (1st submenu)
		 */
    /*
		 * SUPPORT / HELP SUBMENUS
		 */ }
    .main-navigation > li > ul.sub-menu {
      flex-wrap: nowrap;
      justify-content: space-between;
      min-height: 540px; }
      .main-navigation > li > ul.sub-menu > li {
        flex: 1 1 auto;
        margin-right: 0px;
        padding-right: 30px;
        padding-top: 0px; }
        .main-navigation > li > ul.sub-menu > li:last-child {
          padding-right: 0px; }
    .main-navigation > li.sub-menu-help ul.sub-menu {
      flex-wrap: wrap; }
      .main-navigation > li.sub-menu-help ul.sub-menu > li {
        flex: 0 0 29%;
        padding-right: 0px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .main-navigation > li {
    /*
		 * SECOND LEVEL MENU (1st submenu)
		 */ }
    .main-navigation > li > ul.sub-menu {
      padding: 40px 60px; }
      .main-navigation > li > ul.sub-menu > li {
        padding-right: 70px; } }

/***************************************************
*
*   MOBILE MENU STYLES (custom styles for mobile)
*
***************************************************/
/* iPhone 6 and smaller*/
@media (max-width: 759px) {
  .site-header {
    height: auto;
    padding-left: 0;
    padding-right: 0; }
    .site-header__logo {
      line-height: 1;
      padding-top: 14px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px;
      padding-bottom: 15px; }
  .menu-toggle {
    display: block;
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 16px;
    color: #FFFFFF;
    background: transparent; }
    .menu-toggle > span::after {
      content: ' ';
      display: inline-block;
      margin-left: 17px; }
    .menu-toggle::after {
      position: absolute;
      right: 0;
      top: 2px;
      content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+RUYyNUNBN0EtQjc0Ri00QTlBLTg3RjAtNTRCMUM1REQ0NzQwPC90aXRsZT48cGF0aCBkPSJNMTIgNi40SDYuNFYxMmgtLjhWNi40SDB2LS44aDUuNlYwaC44djUuNkgxMnoiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0IzQjNCMyIvPjwvc3ZnPg=="); }
    .menu-toggle.open::before, .menu-toggle.open::after {
      position: absolute;
      background-color: #B3B3B3;
      content: ' ';
      width: 1px;
      height: 14px;
      right: 6px;
      top: 2px; }
    .menu-toggle.open::before {
      transform: rotate(45deg); }
    .menu-toggle.open::after {
      transform: rotate(-45deg); }
    .menu-toggle:focus {
      outline: none; }
  .sub-menu {
    display: none; }
    li.open > .sub-menu {
      display: block; }
  .main-navigation {
    display: block;
    /*
		 * FIRST LEVEL MENU
		 */ }
    .main-navigation a:focus {
      outline: none; }
    .main-navigation li > a {
      margin-left: 15px;
      margin-right: 15px;
      border-bottom: 1px solid #474747; }
    .main-navigation li:not(.search-icon) > a:last-child::after {
      content: none; }
    .main-navigation li:not(.search-icon) > a::after {
      float: right;
      margin-top: 3px;
      content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+RUYyNUNBN0EtQjc0Ri00QTlBLTg3RjAtNTRCMUM1REQ0NzQwPC90aXRsZT48cGF0aCBkPSJNMTIgNi40SDYuNFYxMmgtLjhWNi40SDB2LS44aDUuNlYwaC44djUuNkgxMnoiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0IzQjNCMyIvPjwvc3ZnPg=="); }
    .main-navigation li.open:not(.search-icon) > a::after {
      margin-top: -2px;
      content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDEzIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPjkzNTA2RDZCLUNGNTctNEY1Mi1CNTI4LTZFOEVFODlCQkMxNTwvdGl0bGU+PHBhdGggZD0iTTEzIDB2MUgwVjB6IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNCM0IzQjMiLz48L3N2Zz4="); }
    .main-navigation li:last-child > a {
      border-bottom: none; }
    .main-navigation > li > a {
      font-size: 12px;
      display: block;
      letter-spacing: 2px;
      padding: 20px 0;
      font-weight: 600; }
    .main-navigation > li.search-icon {
      padding: 0;
      line-height: inherit; }
      .main-navigation > li.search-icon > a {
        display: block;
        width: auto; }
        .main-navigation > li.search-icon > a:after {
          display: inline-block;
          content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M12.5,11 L11.71,11 L11.43,10.73 C12.41,9.59 13,8.11 13,6.5 C13,2.91 10.09,0 6.5,0 C2.91,0 0,2.91 0,6.5 C0,10.09 2.91,13 6.5,13 C8.11,13 9.59,12.41 10.73,11.43 L11,11.71 L11,12.5 L16,17.49 L17.49,16 L12.5,11 L12.5,11 Z M6.5,11 C4.01,11 2,8.99 2,6.5 C2,4.01 4.01,2 6.5,2 C8.99,2 11,4.01 11,6.5 C11,8.99 8.99,11 6.5,11 Z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
          height: 1em;
          width: 1em; }
        .main-navigation > li.search-icon > a::after {
          float: none;
          margin-left: 5px; }
      .main-navigation > li.search-icon::before, .main-navigation > li.search-icon:hover::before {
        content: none; }
    .main-navigation > li {
      height: auto;
      display: none;
      /*
			 * DISABLE HOVER SHOW ON MOBILE
			 */
      /*
			 * SECOND LEVEL MENU (1st submenu)
			 */
      /*
			 * HIDES THE MENU
			 */
      /*
			 * SELECTED MENU
			 */ }
      .main-navigation > li.open {
        display: block; }
      .main-navigation > li:hover {
        background-color: #000000 !important; }
        .main-navigation > li:hover > a {
          color: #B3B3B3; }
        .main-navigation > li:hover > ul.sub-menu {
          visibility: hidden; }
      .main-navigation > li a[aria-expanded="true"] + ul.sub-menu {
        visibility: hidden; }
      .main-navigation > li > ul.sub-menu {
        position: relative;
        width: auto;
        visibility: visible;
        top: 0; }
        .main-navigation > li > ul.sub-menu > li {
          /*
					 * SUBMENU HEADERS
					 */
          /*
					 * SUBMENU CONTENT (submenus)
					 */ }
          .main-navigation > li > ul.sub-menu > li > a {
            display: block;
            padding-top: 20px;
            padding-bottom: 20px;
            margin-bottom: 0px;
            color: #B3B3B3;
            text-transform: none; }
          .main-navigation > li > ul.sub-menu > li.open > a:not(:last-child) {
            border-bottom: none; }
          .main-navigation > li > ul.sub-menu > li > ul.sub-menu {
            font-size: 14px;
            border-bottom: 1px solid #1E1E1E;
            border-top: 1px solid #1E1E1E;
            background-color: #1E1E1E; }
            .main-navigation > li > ul.sub-menu > li > ul.sub-menu > li > a {
              margin-top: 16px;
              margin-bottom: 16px;
              padding-bottom: 0;
              border-bottom: none; }
      .main-navigation > li.hide {
        display: none; }
      .main-navigation > li.open > a {
        color: #FFFFFF !important; }
      .main-navigation > li.open > ul.sub-menu {
        visibility: visible !important; } }

/***************************************************
*
*   SEARCH FORM
*
***************************************************/
/* GLOBAL */
.search-form {
  top: 0;
  left: 0;
  z-index: 500;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: solid 10px #000000;
  visibility: hidden;
  opacity: 0; }
  .search-form > * {
    -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: opacity 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    opacity: 0; }
  .search-form__close {
    width: 40px;
    height: 40px;
    margin: 15px 15px 0 0;
    background-color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
    flex: 0 0 auto;
    align-self: flex-end; }
    .search-form__close svg {
      display: block;
      stroke: black;
      fill: transparent;
      stroke-linecap: round;
      stroke-width: 1; }
    .search-form__close:focus {
      outline: 2px solid #D2D2D2;
      outline-offset: 2px; }
  .search-form__form {
    flex: 0 0 auto;
    align-self: center;
    width: 90vw;
    border-bottom: 2px solid #000000;
    margin-top: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .search-form__form input {
      border: none;
      outline: none; }
      .search-form__form input[type="search"] {
        flex: 1 1 auto;
        font-weight: 400;
        color: #000000;
        font-size: 30px;
        margin-bottom: 5px; }
        .search-form__form input[type="search"]:focus + input {
          opacity: 1 !important; }
      .search-form__form input[type="image"] {
        flex: 0 0 auto;
        align-self: flex-end;
        width: 30px;
        height: 30px;
        margin: 0px 5px 10px 10px;
        opacity: .4; }
      .search-form__form input:focus {
        outline: 2px solid #D2D2D2;
        outline-offset: 2px; }
  .search-form__links {
    flex: 0 0 auto;
    align-self: center;
    width: 90%;
    font-size: 18px; }
    @media (min-width: 760px) {
      .search-form__links {
        font-size: 16px; } }
    @media (min-width: 1020px) {
      .search-form__links {
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .search-form__links {
        font-size: 20px; } }
    .search-form__links.-header {
      margin-top: 70px; }
    .search-form__links.-content a {
      position: relative;
      display: block; }
      .search-form__links.-content a:after {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }
      .search-form__links.-content a:after {
        font-size: 13px;
        position: absolute;
        margin-top: 3px;
        margin-left: 5px; }
      .search-form__links.-content a:hover:after {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }

html.search-mode {
  overflow: hidden; }
  html.search-mode .search-form {
    visibility: visible;
    opacity: 1; }
    html.search-mode .search-form > * {
      opacity: 1; }

/* MOBILE */
@media (max-width: 759px) {
  .search-form__form input[type="search"] {
    width: 200px; } }

/* TABLET */
@media (min-width: 760px) {
  .search-form {
    border-width: 15px; }
    .search-form__close {
      width: 60px;
      height: 60px;
      margin: 30px 30px 0 0; }
    .search-form__form {
      width: 640px;
      border-bottom: 4px solid #000000; }
    .search-form__links {
      width: 640px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .search-form {
    border-width: 15px; }
    .search-form__close {
      width: 60px;
      height: 60px;
      margin: 30px 30px 0 0; }
    .search-form__form {
      width: 760px; }
    .search-form__links {
      width: 760px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .search-form {
    border-width: 15px; }
    .search-form__close {
      width: 60px;
      height: 60px;
      margin: 30px 30px 0 0; }
    .search-form__form {
      width: 1020px; }
    .search-form__links {
      width: 1020px; } }

/***************************************************
*
*   SEARCH RESULTS PAGE
*
***************************************************/
/* GLOBAL */
.search-summary {
  padding-top: 0px !important;
  padding-bottom: 60px !important; }

.search-result {
  border-top: 1px solid #D2D2D2 !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .search-result__type {
    flex: 0 0 auto;
    line-height: 1; }
    .search-result__type span {
      text-transform: capitalize; }
  .search-result__content {
    flex: 1 1 auto; }
    .search-result__content h3 {
      padding-top: 30px;
      position: relative; }
      .search-result__content h3::before {
        content: "";
        width: 40px;
        height: 8px;
        margin-top: 0px;
        position: absolute;
        top: 0;
        background-color: #000000; }
    .search-result__content p {
      margin-top: 30px;
      margin-bottom: 0px; }
    .search-result__content a:hover p {
      color: #000000; }

/* MOBILE */
@media (max-width: 759px) {
  .search-result {
    flex-direction: column; }
    .search-result__type {
      order: 2;
      margin-top: 45px; } }

/* TABLET */
@media (min-width: 760px) {
  .search-result__type {
    width: 200px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .search-result__type {
    width: 300px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .search-result__type {
    width: 340px; } }

/***************************************************
*
*   IN PAGE JUMP LINKS
*
***************************************************/
/* GLOBAL */
#jump-links {
  width: 100%;
  padding: 40px 0px 0px 0px;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF; }
  #jump-links .on-this-page {
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 4px solid #000000;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600; }
  #jump-links section {
    width: 100%;
    padding: 30px 0px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D2D2D2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-transition: padding 0.3s, top 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: padding 0.3s, top 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: padding 0.3s, top 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); }
    #jump-links section > img.arrow {
      flex: 0 0 auto;
      cursor: pointer;
      opacity: 0;
      position: relative;
      visibility: hidden;
      z-index: 5;
      -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
      -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
      transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }
      #jump-links section > img.arrow.left {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #jump-links section > img.arrow.visible {
        opacity: 1;
        visibility: visible; }
    #jump-links section > div {
      flex: 0 0 auto;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0px -60px; }
      #jump-links section > div > a {
        font-weight: 400;
        font-size: 16px;
        color: #767676;
        padding: 0px 18px;
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }
        #jump-links section > div > a:hover::after, #jump-links section > div > a:focus::after {
          background: #767676;
          bottom: 0;
          content: '';
          display: block;
          height: 1px;
          left: 18px;
          position: absolute;
          right: 18px; }
        #jump-links section > div > a:last-child {
          padding-right: 50px; }
          #jump-links section > div > a:last-child:hover::after, #jump-links section > div > a:last-child:focus::after {
            right: 50px; }
        #jump-links section > div > a.current {
          color: #000000; }
    #jump-links section.stuck {
      position: fixed;
      top: 0;
      transform: translateX(-50%) translateY(0);
      left: 50%;
      z-index: 100;
      padding: 16px 0px; }

.sticky-wrapper {
  background-color: #FFFFFF; }

/* TABLET */
@media (min-width: 760px) {
  #jump-links {
    width: 760px; }
    #jump-links section {
      width: 730px; }
      #jump-links section.fixed {
        top: 90px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  #jump-links {
    width: 1020px; }
    #jump-links section {
      width: 990px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  #jump-links {
    width: 1280px; }
    #jump-links section {
      width: 1250px; } }

.featured-section {
  height: 570px;
  height: 70vh;
  margin-top: -120px;
  background-color: #000000;
  position: relative; }
  .featured-section.blog-post {
    height: 570px;
    height: 50vh; }
  .main-section .featured-section {
    margin-top: 0;
    width: 100vw;
    margin: 0 auto; }
  .featured-section .image {
    height: 570px;
    height: 70vh;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .featured-section .image.blog-post {
      height: 570px;
      height: 50vh; }
  .featured-section .meta {
    position: absolute;
    bottom: 45px;
    width: 100%;
    padding: 0 15px;
    z-index: 2;
    color: #FFFFFF; }
    @media (min-width: 760px) {
      .featured-section .meta {
        padding: 0 30px; } }
    .featured-section .meta a.button {
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 1px;
      display: table;
      text-transform: uppercase;
      color: #FFFFFF;
      line-height: normal;
      border: 1px solid #FFFFFF;
      padding: 16px 30px;
      margin-top: 30px;
      transition: all .2s; }
      .featured-section .meta a.button:hover {
        background-color: #FFFFFF;
        color: #000000; }
      @media (min-width: 760px) {
        .featured-section .meta a.button {
          float: right;
          margin-top: -62px; } }
  .featured-section .modal-cta {
    z-index: 5;
    position: absolute;
    width: 90%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    text-align: center; }
    @media (min-width: 760px) {
      .featured-section .modal-cta {
        top: 50%; } }
    @media (min-width: 760px) {
      .featured-section .modal-cta {
        width: auto; } }
    .featured-section .modal-cta svg {
      height: 65px;
      width: 65px; }
    .featured-section .modal-cta__label {
      font-weight: 700;
      font-size: 30px;
      letter-spacing: 1px;
      line-height: 1.4;
      color: #FFFFFF;
      width: 100%;
      margin: 0 0 26px 0; }
      @media (min-width: 760px) {
        .featured-section .modal-cta__label {
          font-size: 40px; } }
      @media (min-width: 1020px) {
        .featured-section .modal-cta__label {
          font-size: 60px; } }
    .featured-section .modal-cta__trigger {
      height: 65px;
      width: 65px;
      cursor: pointer; }
  .featured-section.no-image {
    height: 1px;
    max-width: 1250px;
    background-color: #D2D2D2; }

.featured-section.hero-animation, .featured-section.hero-image {
  height: 600px;
  height: 60vh; }
  .featured-section.hero-animation .image, .featured-section.hero-image .image {
    height: 600px;
    height: 60vh; }

.featured-section.hero-image {
  background-color: #000000; }

.featured-section.hero-text-only {
  height: 440px;
  height: 40vh;
  min-height: 440px; }
  .featured-section.hero-text-only.black {
    background-color: #000000; }
  .featured-section.hero-text-only.white {
    background-color: #ffffff; }
    .featured-section.hero-text-only.white .meta > div {
      color: #000000; }

@media (min-width: 760px) {
  .featured-section .meta {
    width: 760px;
    left: 50%;
    transform: translate(-50%, 0); } }

@media (min-width: 1020px) {
  .featured-section .meta {
    width: 1020px; } }

@media (min-width: 1280px) {
  .featured-section .meta {
    width: 1280px;
    padding: 0 60px; } }

.featured-section.animation {
  height: auto;
  margin-top: -90px;
  background-color: black; }

.featured-container {
  z-index: 1;
  color: white;
  margin: 320px auto 15px;
  width: 290px;
  position: relative; }
  .featured-container .meta {
    line-height: 1.3; }

@media (min-width: 760px) {
  .featured-container {
    width: 730px;
    margin: 380px auto 0;
    padding: 0 15px; } }

@media (min-width: 1020px) {
  .featured-container {
    width: 990px;
    margin: 460px auto 0;
    padding: 0 30px; } }

@media (min-width: 1280px) {
  .featured-container {
    width: 1250px;
    margin: 530px auto 0;
    padding: 0 60px; } }

.featured-category {
  margin: 0 auto;
  width: 290px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  color: white;
  z-index: 1;
  height: 100%; }
  .featured-category .dropdown {
    padding-top: 15px; }
  .featured-category button {
    background-color: transparent;
    color: #FFFFFF; }
  .featured-category .dropdown-menu {
    display: none; }

@media (max-width: 759px) {
  .featured-section.animation {
    display: block; } }

@media (min-width: 760px) {
  .featured-section.animation {
    margin-top: -120px;
    height: 570px; } }

@media (min-width: 1020px) {
  .featured-section {
    display: block;
    height: 700px;
    height: 70vh; }
    .featured-section .image {
      height: 700px;
      height: 70vh; }
  .featured-section.animation {
    margin-top: -120px;
    height: 700px; } }

/*
 * chevron(see more) that shows at the bottom of the featured section
 */
.featured-section-more {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  color: inherit;
  text-decoration: none;
  font-size: 24px;
  line-height: 40px; }
  .featured-section-more:hover::after {
    bottom: -35px; }
  .featured-section-more::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: rotate(315deg) translateX(-50%);
    transform-origin: bottom right;
    border: solid #FFFFFF;
    border-width: 0 0 2px 2px;
    transition: bottom 0.2s; }
  @media (min-width: 760px) {
    .featured-section-more {
      font-size: 35px;
      line-height: 60px;
      bottom: 100px; }
      .featured-section-more::after {
        width: 40px;
        height: 40px;
        bottom: -25px; } }

.social-icons {
  padding: 30px 0 45px; }
  .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .social-icons ul li {
      display: inline-block;
      margin-left: 45px; }
      .social-icons ul li:first-of-type {
        margin-left: 0; }
  .social-icons__facebook:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2015%2015%27%3E%3Cpath%20d%3D%27M8.9 2.8h2.3v-2.8h-2.3c-1.8 0-3.3 1.5-3.3 3.3v1.4h-1.9v2.8h1.9v7.5h2.8v-7.5h2.3l0.5-2.8h-2.8v-1.4c0-0.3 0.2-0.5 0.5-0.5z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__twitter:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2015%2015%27%3E%3Cpath%20d%3D%27M13 4.7c0 0.1 0 0.2 0 0.4 0 3.7-2.8 8.1-8.1 8.1-1.6 0-3.1-0.5-4.3-1.3 0.2 0 0.4 0 0.7 0 1.3 0 2.5-0.5 3.5-1.2-1.2 0-2.3-0.8-2.6-2 0.2 0 0.4 0 0.5 0 0.3 0 0.5 0 0.7-0.1-1.3-0.3-2.3-1.4-2.3-2.8 0 0 0 0 0 0 0.4 0.2 0.8 0.3 1.3 0.4-0.8-0.5-1.3-1.4-1.3-2.4 0-0.5 0.1-1 0.4-1.4 1.4 1.7 3.5 2.8 5.8 3 0-0.2-0.1-0.4-0.1-0.6 0-1.6 1.3-2.8 2.8-2.8 0.8 0 1.6 0.3 2.1 0.9 0.6-0.1 1.3-0.4 1.8-0.7-0.2 0.7-0.7 1.2-1.2 1.6 0.6-0.1 1.1-0.2 1.6-0.4-0.4 0.6-0.9 1.1-1.4 1.5z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__linkedin:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2015%2015%27%3E%3Cpath%20d%3D%27M5.6 5.6h2.6v1.3h0c0.4-0.6 1.2-1.3 2.6-1.3 2.7 0 3.2 1.7 3.2 3.9v4.5h-2.7v-4c0-1 0-2.2-1.4-2.2-1.4 0-1.6 1-1.6 2.1v4.1h-2.7v-8.4z%27%20fill%3D%27%23474747%27%2F%3E%3Cpath%20d%3D%27M0.9 5.6h2.8v8.4h-2.8v-8.4z%27%20fill%3D%27%23474747%27%2F%3E%3Cpath%20d%3D%27M3.8 3.3c0 0.8-0.6 1.4-1.4 1.4s-1.4-0.6-1.4-1.4c0-0.8 0.6-1.4 1.4-1.4s1.4 0.6 1.4 1.4z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__weibo:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2050%2050%27%3E%3Cpath%20d%3D%27M 35 6 C 34.222656 6 33.472656 6.078125 32.75 6.207031 C 32.207031 6.300781 31.84375 6.820313 31.9375 7.363281 C 32.03125 7.910156 32.550781 8.273438 33.09375 8.179688 C 33.726563 8.066406 34.359375 8 35 8 C 41.085938 8 46 12.914063 46 19 C 46 20.316406 45.757813 21.574219 45.328125 22.753906 C 45.195313 23.09375 45.253906 23.476563 45.484375 23.757813 C 45.71875 24.039063 46.082031 24.171875 46.441406 24.105469 C 46.800781 24.039063 47.09375 23.78125 47.207031 23.4375 C 47.710938 22.054688 48 20.566406 48 19 C 48 11.832031 42.167969 6 35 6 Z M 35 12 C 34.574219 12 34.171875 12.042969 33.789063 12.109375 C 33.246094 12.207031 32.878906 12.722656 32.976563 13.269531 C 33.070313 13.8125 33.589844 14.175781 34.132813 14.082031 C 34.425781 14.03125 34.714844 14 35 14 C 37.773438 14 40 16.226563 40 19 C 40 19.597656 39.890625 20.167969 39.691406 20.707031 C 39.503906 21.226563 39.773438 21.800781 40.292969 21.988281 C 40.8125 22.175781 41.386719 21.910156 41.574219 21.390625 C 41.84375 20.648438 42 19.84375 42 19 C 42 15.144531 38.855469 12 35 12 Z M 21.175781 12.40625 C 17.964844 12.34375 13.121094 14.878906 8.804688 19.113281 C 4.511719 23.40625 2 27.90625 2 31.78125 C 2 39.3125 11.628906 43.8125 21.152344 43.8125 C 33.5 43.8125 41.765625 36.699219 41.765625 31.046875 C 41.765625 27.59375 38.835938 25.707031 36.21875 24.871094 C 35.59375 24.660156 35.175781 24.558594 35.488281 23.71875 C 35.695313 23.21875 36 22.265625 36 21 C 36 19.5625 35 18.316406 33 18.09375 C 32.007813 17.984375 28 18 25.339844 19.113281 C 25.339844 19.113281 23.871094 19.746094 24.289063 18.59375 C 25.023438 16.292969 24.917969 14.40625 23.765625 13.359375 C 23.140625 12.730469 22.25 12.425781 21.175781 12.40625 Z M 20.3125 23.933594 C 28.117188 23.933594 34.441406 27.914063 34.441406 32.828125 C 34.441406 37.738281 28.117188 41.71875 20.3125 41.71875 C 12.511719 41.71875 6.1875 37.738281 6.1875 32.828125 C 6.1875 27.914063 12.511719 23.933594 20.3125 23.933594 Z M 19.265625 26.023438 C 16.246094 26.046875 13.3125 27.699219 12.039063 30.246094 C 10.46875 33.484375 11.933594 37.042969 15.699219 38.191406 C 19.464844 39.445313 23.960938 37.5625 25.53125 34.113281 C 27.097656 30.769531 25.113281 27.214844 21.347656 26.277344 C 20.660156 26.097656 19.960938 26.019531 19.265625 26.023438 Z M 20.824219 30.25 C 21.402344 30.25 21.871094 30.714844 21.871094 31.292969 C 21.871094 31.871094 21.402344 32.339844 20.824219 32.339844 C 20.246094 32.339844 19.777344 31.871094 19.777344 31.292969 C 19.777344 30.714844 20.246094 30.25 20.824219 30.25 Z M 16.417969 31.292969 C 16.746094 31.296875 17.074219 31.347656 17.382813 31.453125 C 18.722656 31.878906 19.132813 33.148438 18.308594 34.207031 C 17.589844 35.265625 15.945313 35.792969 14.707031 35.265625 C 13.476563 34.738281 13.167969 33.464844 13.886719 32.515625 C 14.425781 31.71875 15.429688 31.28125 16.417969 31.292969 Z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__vimeo:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M16.132 2.301c-0.58-0.736-1.796-0.764-2.645-0.637-0.68 0.113-2.998 1.131-3.777 3.579 1.387-0.113 2.12 0.101 1.98 1.627-0.058 0.65-0.383 1.344-0.736 2.024-0.426 0.776-1.201 2.305-2.235 1.201-0.919-0.99-0.863-2.885-1.060-4.144-0.129-0.708-0.255-1.585-0.482-2.32-0.199-0.623-0.666-1.371-1.216-1.542-0.608-0.171-1.359 0.099-1.797 0.353-1.389 0.822-2.306 1.982-3.664 2.943v0.1c0.452 0.227 0.312 0.594 0.665 0.651 0.835 0.112 1.625-0.78 2.179 0.154 0.339 0.565 0.438 1.188 0.649 1.798 0.296 0.819 0.511 1.711 0.75 2.645 0.396 1.6 0.878 3.975 2.263 4.557 0.695 0.297 1.756-0.1 2.279-0.426 1.441-0.85 2.59-2.080 3.536-3.352 2.221-2.973 3.424-6.367 3.608-7.343 0.127-0.666 0.113-1.345-0.297-1.868z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__email:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%3E%3Cpath%20d%3D%27M14.857 13.429v-6.857c-0.188 0.214-0.393 0.411-0.616 0.589-1.277 0.982-2.563 1.982-3.804 3.018-0.67 0.563-1.5 1.25-2.429 1.25h-0.018c-0.929 0-1.759-0.688-2.429-1.25-1.241-1.036-2.527-2.036-3.804-3.018-0.223-0.179-0.429-0.375-0.616-0.589v6.857c0 0.152 0.134 0.286 0.286 0.286h13.143c0.152 0 0.286-0.134 0.286-0.286zM14.857 4.045c0-0.223 0.054-0.616-0.286-0.616h-13.143c-0.152 0-0.286 0.134-0.286 0.286 0 1.018 0.509 1.902 1.313 2.536 1.196 0.938 2.393 1.884 3.58 2.83 0.473 0.384 1.33 1.205 1.955 1.205h0.018c0.625 0 1.482-0.821 1.955-1.205 1.188-0.946 2.384-1.893 3.58-2.83 0.58-0.455 1.313-1.446 1.313-2.205zM16 3.714v9.714c0 0.786-0.643 1.429-1.429 1.429h-13.143c-0.786 0-1.429-0.643-1.429-1.429v-9.714c0-0.786 0.643-1.429 1.429-1.429h13.143c0.786 0 1.429 0.643 1.429 1.429z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__instagram:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2015%2015%27%3E%3Cpath%20d%3D%27M9.143 8c0-1.259-1.027-2.286-2.286-2.286s-2.286 1.027-2.286 2.286 1.027 2.286 2.286 2.286 2.286-1.027 2.286-2.286zM10.375 8c0 1.946-1.571 3.518-3.518 3.518s-3.518-1.571-3.518-3.518 1.571-3.518 3.518-3.518 3.518 1.571 3.518 3.518zM11.339 4.339c0 0.455-0.366 0.821-0.821 0.821s-0.821-0.366-0.821-0.821 0.366-0.821 0.821-0.821 0.821 0.366 0.821 0.821zM6.857 2.375c-1 0-3.143-0.080-4.045 0.277-0.313 0.125-0.545 0.277-0.786 0.518s-0.393 0.473-0.518 0.786c-0.357 0.902-0.277 3.045-0.277 4.045s-0.080 3.143 0.277 4.045c0.125 0.313 0.277 0.545 0.518 0.786s0.473 0.393 0.786 0.518c0.902 0.357 3.045 0.277 4.045 0.277s3.143 0.080 4.045-0.277c0.313-0.125 0.545-0.277 0.786-0.518s0.393-0.473 0.518-0.786c0.357-0.902 0.277-3.045 0.277-4.045s0.080-3.143-0.277-4.045c-0.125-0.313-0.277-0.545-0.518-0.786s-0.473-0.393-0.786-0.518c-0.902-0.357-3.045-0.277-4.045-0.277zM13.714 8c0 0.946 0.009 1.884-0.045 2.83-0.054 1.098-0.304 2.071-1.107 2.875s-1.777 1.054-2.875 1.107c-0.946 0.054-1.884 0.045-2.83 0.045s-1.884 0.009-2.83-0.045c-1.098-0.054-2.071-0.304-2.875-1.107s-1.054-1.777-1.107-2.875c-0.054-0.946-0.045-1.884-0.045-2.83s-0.009-1.884 0.045-2.83c0.054-1.098 0.304-2.071 1.107-2.875s1.777-1.054 2.875-1.107c0.946-0.054 1.884-0.045 2.83-0.045s1.884-0.009 2.83 0.045c1.098 0.054 2.071 0.304 2.875 1.107s1.054 1.777 1.107 2.875c0.054 0.946 0.045 1.884 0.045 2.83z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .social-icons__rss:before {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2013%2016%27%3E%3Cpath%20d%3D%27M3.429 12c0 0.946-0.768 1.714-1.714 1.714s-1.714-0.768-1.714-1.714 0.768-1.714 1.714-1.714 1.714 0.768 1.714 1.714zM8 13.098c0.009 0.161-0.045 0.313-0.152 0.429-0.107 0.125-0.259 0.188-0.42 0.188h-1.205c-0.295 0-0.536-0.223-0.563-0.518-0.259-2.723-2.42-4.884-5.143-5.143-0.295-0.027-0.518-0.268-0.518-0.563v-1.205c0-0.161 0.063-0.313 0.188-0.42 0.098-0.098 0.241-0.152 0.384-0.152h0.045c1.902 0.152 3.696 0.982 5.045 2.339 1.357 1.348 2.188 3.143 2.339 5.045zM12.571 13.116c0.009 0.152-0.045 0.304-0.161 0.42-0.107 0.116-0.25 0.179-0.411 0.179h-1.277c-0.304 0-0.554-0.232-0.571-0.536-0.295-5.188-4.429-9.321-9.616-9.625-0.304-0.018-0.536-0.268-0.536-0.563v-1.277c0-0.161 0.063-0.304 0.179-0.411 0.107-0.107 0.25-0.161 0.393-0.161h0.027c3.125 0.161 6.063 1.473 8.277 3.696 2.223 2.214 3.536 5.152 3.696 8.277z%27%20fill%3D%27%23474747%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }

@media (min-width: 760px) {
  .social-icons {
    padding-left: 110px;
    padding-right: 110px; } }

/**
 * Single Articles
 */
.article-template .social-icons {
  padding-bottom: 30px; }
  .article-template .social-icons a {
    border: 0; }
  @media (min-width: 760px) {
    .article-template .social-icons {
      padding: 0 110px 30px; } }
  @media (min-width: 1020px) {
    .article-template .social-icons {
      padding: 0 175px 30px; } }
  @media (min-width: 1280px) {
    .article-template .social-icons {
      padding: 0 250px 30px; } }

/***
 Social Icons for footer
 ***/
.site-footer__container .social-icons {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 15px; }
  .site-footer__container .social-icons a {
    border: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 0;
    position: relative;
    width: 87px; }
    .site-footer__container .social-icons a:hover, .site-footer__container .social-icons a:focus {
      border: 0; }
      .site-footer__container .social-icons a:hover::after, .site-footer__container .social-icons a:focus::after {
        background: #474747;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        width: 100%; }
  .site-footer__container .social-icons :nth-child(3n) {
    margin-right: 0; }
  .site-footer__container .social-icons i {
    margin-right: 2px;
    vertical-align: middle; }
  .site-footer__container .social-icons i.social-icons__linkedin {
    margin-right: 5px; }

@media (min-width: 760px) {
  .site-footer__container .social-icons {
    border: 0;
    border-top: 1px solid #D2D2D2;
    padding: 10px 30px;
    justify-content: space-between;
    display: flex; }
    .site-footer__container .social-icons a {
      padding: 15px 0;
      display: inline-block;
      margin: 0;
      width: auto; } }

@media (min-width: 1020px) {
  .site-footer__container .social-icons {
    margin: 30px 0 0 0;
    padding: 0 30px; } }

@media (min-width: 1280px) {
  .site-footer__container .social-icons {
    padding: 0 60px; } }

/***
 Social Icons on related content
 ***/
.aside-section-wrapper .aside-section .social-icons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D2D2D2;
  padding: 45px 30px;
  margin-top: 45px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1019px) {
    .aside-section-wrapper .aside-section .social-icons {
      display: none; } }

.inside__box {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 320px;
  display: flex; }
  .inside__box--container {
    max-width: 320px;
    width: 100%;
    min-height: 260px;
    border: 4px solid #000000;
    padding: 26px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    .inside__box--container .heading {
      color: #000000;
      padding: 15px 0 30px;
      line-height: 1.4; }
    .inside__box--container ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
      .inside__box--container ul li {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px; }
  .inside__box .callout {
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1; }
    .inside__box .callout span {
      color: #00D2B3;
      display: block; }
    .inside__box .callout p {
      padding: 90px 0;
      margin: 0; }
  .inside__box .black {
    background-color: #000000;
    color: #FFFFFF; }
    .inside__box .black a {
      color: #0D9DDB; }
      .inside__box .black a:hover {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF; }
  .inside__box .white {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4; }
    .inside__box .white a {
      color: #0D9DDB; }
      .inside__box .white a:hover {
        color: #000000;
        border-bottom: 1px solid #000000; }
  .inside__box .btn {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block; }
    @media (min-width: 1020px) {
      .inside__box .btn {
        line-height: 50px;
        padding: 0 30px; } }
    @media (max-width: 759px) {
      .inside__box .btn {
        line-height: 20px;
        padding: 10px 15px; } }
    .inside__box .btn:hover {
      background-color: #474747; }

@media (min-width: 760px) {
  .inside__box {
    max-width: 730px; }
    .inside__box--container {
      max-width: 730px;
      border: 8px solid #000000;
      padding: 22px;
      flex-direction: row;
      align-items: center; }
    .inside__box .heading, .inside__box--body {
      width: 50%; }
    .inside__box .heading {
      padding: 0 45px 0 15px; }
    .inside__box--body ul {
      padding-top: 15px; } }

@media (min-width: 1020px) {
  .inside__box {
    padding: 60px 0;
    max-width: 990px; }
    .inside__box--container {
      max-width: 990px; }
    .inside__box .heading {
      padding: 0 75px 0 45px; }
    .inside__box--body ul {
      padding-top: 30px; }
      .inside__box--body ul li {
        margin-right: 30px;
        margin-bottom: 30px; }
        .inside__box--body ul li:last-child {
          margin-right: 0px; } }

@media (min-width: 1280px) {
  .inside__box {
    max-width: 1250px; }
    .inside__box--container {
      max-width: 1250px; } }

@media (min-width: 760px) {
  .article-template .inside__box {
    padding: 15px 35px 45px; } }

@media (min-width: 1020px) {
  .article-template .inside__box {
    padding-left: 55px;
    padding-right: 55px; } }

@media (min-width: 1280px) {
  .article-template .inside__box {
    padding-left: 115px;
    padding-right: 115px; } }

.media {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #D2D2D2; }
  .media a {
    border: 0; }
  .media .image {
    width: 100%;
    height: 297px;
    position: relative;
    overflow: hidden; }
    .media .image .hat {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1;
      text-align: center; }
      .media .image .hat span {
        width: 140px;
        height: 30px;
        padding: 0 15px;
        margin: 0 auto;
        background-color: white;
        color: #000000;
        display: flex;
        justify-content: center;
        flex-direction: column; }
    .media .image img {
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      right: 0;
      bottom: 0;
      min-width: 100%;
      max-height: 100%;
      transform: translate(-50%, -50%); }
  .media .media-body {
    padding: 30px 15px 0; }
    .media .media-body h3 {
      padding-bottom: 30px;
      position: relative; }
      .media .media-body h3::before {
        content: "";
        width: 40px;
        height: 8px;
        margin-top: -30px;
        position: absolute;
        top: 0;
        background-color: #000000; }
    .media .media-body p {
      display: none; }
  .media.no-image .image {
    display: none; }
  .media.no-image .media-body {
    padding-top: 60px;
    padding-bottom: 0px;
    max-width: 750px;
    margin: 0 auto; }

@media (min-width: 760px) {
  .media {
    width: 730px;
    display: flex;
    max-width: 100%; }
    .media .image {
      flex: 0 0 320px; }
    .media .media-body {
      flex: 1;
      padding: 60px 15px 15px 45px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .media .media-body h3::before {
        margin-top: -25px; }
      .media .media-body::before {
        margin-top: 30px; } }

@media (min-width: 1020px) {
  .media {
    width: 990px;
    padding: 60px 0; }
    .media .image {
      flex: 0 0 440px;
      height: 406px; }
    .media .media-body {
      justify-content: flex-start;
      padding-bottom: 30px; }
      .media .media-body p {
        display: block;
        line-height: 1.6;
        flex-grow: 1; } }

@media (min-width: 1280px) {
  .media {
    width: 1250px; }
    .media .image {
      flex: 0 0 550px;
      height: 510px; }
    .media .media-body {
      padding: 0 90px 30px;
      justify-content: center;
      position: relative; }
      .media .media-body p {
        flex-grow: 0; }
      .media .media-body .meta {
        position: absolute;
        bottom: 30px; } }

.media-blog-post h3 a {
  transition: color 250ms ease-in-out; }
  .media-blog-post h3 a:after {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2021%2021%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
    height: 1em;
    width: 1em; }
  .media-blog-post h3 a::after {
    margin-left: 3px;
    margin-top: 7px;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms ease-in-out, margin-left 250ms ease-in-out; }
  .media-blog-post h3 a:hover::after, .media-blog-post h3 a:focus::after {
    margin-left: 8px;
    opacity: 1; }

.media-blog-post .meta a:hover::after, .media-blog-post .meta a:focus::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0D9DDB;
  bottom: 3px; }

@media (min-width: 760px) {
  .headline-section .container {
    width: 760px;
    margin: 0 auto;
    padding: 0 0 30px; } }

@media (min-width: 1020px) {
  .headline-section .container {
    width: 1020px; } }

@media (min-width: 1280px) {
  .headline-section .container {
    width: 1280px; } }

.headline-section {
  background-color: #FFFFFF;
  width: 100vw;
  margin: 0 auto; }
  .headline-section .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 30px 15px; }
    .headline-section .container h1 {
      position: relative;
      padding: 30px 0;
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-grow: 1; }
      .headline-section .container h1::before {
        content: "";
        width: 40px;
        height: 8px;
        margin-top: 0;
        position: absolute;
        top: 0;
        background-color: #000000;
        left: calc( 50% - 20px); }
      .headline-section .container h1 a {
        transition: color 250ms ease-in-out; }
        .headline-section .container h1 a:after {
          display: inline-block;
          content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2021%2021%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
          height: 1em;
          width: 1em; }
        .headline-section .container h1 a::after {
          margin-left: 3px;
          margin-top: 14px;
          opacity: 0;
          position: absolute;
          transition: opacity 250ms ease-in-out, margin-left 250ms ease-in-out; }
        .headline-section .container h1 a:hover::after, .headline-section .container h1 a:focus::after {
          opacity: 1;
          margin-left: 8px; }
    .headline-section .container .meta a {
      position: relative; }
      .headline-section .container .meta a:hover::after, .headline-section .container .meta a:focus::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #0D9DDB;
        bottom: -2px;
        left: 0; }

.article-template .headline-section {
  display: block; }
  .article-template .headline-section .meta {
    padding: 30px 0 15px; }
    @media (min-width: 760px) {
      .article-template .headline-section .meta {
        padding: 0 0 15px; } }
  .article-template .headline-section .article-intro {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 760px) {
      .article-template .headline-section .article-intro {
        width: 730px;
        height: 208px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 1020px) {
      .article-template .headline-section .article-intro {
        width: 990px;
        height: 240px; } }
    @media (min-width: 1280px) {
      .article-template .headline-section .article-intro {
        width: 1250px;
        height: 270px;
        padding: 0 45px; } }

.article-template .main-section {
  padding: 0 15px; }

.article-template.no-image #featured-section {
  height: 90px;
  background-color: #FFFFFF; }
  .article-template.no-image #featured-section .image {
    display: none; }

.article-template.no-image .headline-section {
  padding-top: 60px; }

.article-template.no-image .social-icons, .article-template.no-image .article__date {
  padding: 0px; }
  @media (min-width: 760px) {
    .article-template.no-image .social-icons, .article-template.no-image .article__date {
      padding: 0px 15px; } }
  @media (min-width: 1020px) {
    .article-template.no-image .social-icons, .article-template.no-image .article__date {
      padding: 0px 30px; } }
  @media (min-width: 1280px) {
    .article-template.no-image .social-icons, .article-template.no-image .article__date {
      padding: 0px 60px; } }

@media (min-width: 1280px) {
  .article-template.no-image .social-icons {
    margin-top: -30px; } }

.article-template.no-image .article__content p {
  max-width: 750px;
  margin: 0 auto; }

.article-template.no-image .article__content .article__date {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 60px !important;
  margin-bottom: 60px; }

@media (min-width: 760px) {
  .headline-section {
    display: block; }
    .headline-section .container {
      padding: 60px 30px 45px; } }

@media (min-width: 1020px) {
  .headline-section .container {
    height: 240px; } }

@media (min-width: 1280px) {
  .headline-section .container {
    height: 300px;
    padding: 60px 60px 45px; } }

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 30px;
  color: #A4A4A4; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  font-size: 30px;
  color: #A4A4A4; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  font-size: 30px;
  color: #A4A4A4; }

:-ms-input-placeholder {
  font-weight: 400;
  font-size: 30px;
  color: #A4A4A4; }

form, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.inside__box .box-search {
  background-color: #f1f1f1; }
  .inside__box .box-search input, .inside__box .box-search button {
    height: 60px;
    padding: 20px;
    float: left; }
  .inside__box .box-search input {
    width: calc( 100% - 60px);
    background-color: #f1f1f1; }
  .inside__box .box-search button {
    width: 60px;
    background-color: #000000;
    color: #FFFFFF;
    position: relative; }
    .inside__box .box-search button i {
      top: 5px; }

.inside__box .subscribe a, .inside__box .subscribe button {
  height: 60px;
  padding: 20px;
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  line-height: 1.15; }
  .inside__box .subscribe a:hover, .inside__box .subscribe button:hover {
    background-color: #474747; }

@media (min-width: 760px) {
  .inside__box .subscribe {
    padding-right: 15px; } }

@media (min-width: 1020px) {
  .inside__box .box-search {
    padding-right: 45px; }
    .inside__box .box-search input, .inside__box .box-search button {
      height: 90px; }
    .inside__box .box-search button {
      width: 90px; }
    .inside__box .box-search input {
      width: calc( 100% - 90px); }
  .inside__box .subscribe {
    padding-right: 45px; }
    .inside__box .subscribe a, .inside__box .subscribe button {
      height: 90px;
      padding: 37px 45px; } }

.contact-form {
  background-color: #FFFFFF; }
  .contact-form .bbgform-message {
    margin: 0 auto;
    padding: 45px 0;
    width: 400px;
    font-size: 30px;
    line-height: 1.6;
    text-align: center; }
  .contact-form form {
    margin: 0 auto;
    width: 700px; }
    .contact-form form fieldset {
      border: none;
      padding: 0;
      margin: 0; }
      .contact-form form fieldset > span {
        width: 100%; }
        .contact-form form fieldset > span input, .contact-form form fieldset > span select, .contact-form form fieldset > span textarea {
          width: 100%;
          margin-bottom: 30px;
          padding: 15px;
          border: 1px solid #D2D2D2;
          background-color: #FFFFFF;
          font-size: 20px;
          line-height: 1.6;
          color: #D2D2D2; }
        .contact-form form fieldset > span input[type="text"], .contact-form form fieldset > span select {
          height: 80px;
          border-radius: 1px;
          -webkit-border-radius: none;
          -moz-border-radius: none;
          border-radius: none;
          -webkit-appearance: none;
          -webkit-border-radius: 0px; }
        .contact-form form fieldset > span textarea {
          height: 160px; }
        .contact-form form fieldset > span select {
          -webkit-appearance: none;
          -webkit-border-radius: 0px;
          background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
          background-position: 98% 50%;
          background-repeat: no-repeat; }
        .contact-form form fieldset > span button {
          height: 80px;
          width: 100%;
          margin: 15px 0 60px;
          background-color: #000000;
          border: none;
          font-size: 14px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #FFFFFF;
          text-align: center; }
        .contact-form form fieldset > span.type-paragraph {
          font-size: 20px;
          line-height: 1.6;
          padding-bottom: 30px;
          display: block; }
      .contact-form form fieldset h3 {
        font-size: 30px;
        line-height: 1.6;
        position: relative;
        margin: 75px 0 15px 0; }
        .contact-form form fieldset h3:before {
          content: "";
          width: 8px;
          height: #D2D2D2;
          margin-top: 50px;
          position: absolute;
          top: 0;
          background-color: #000000; }
      .contact-form form fieldset label {
        display: block;
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 15px; }
        .contact-form form fieldset label span.bbgform_field_required {
          display: none; }
        .contact-form form fieldset label.errorbox {
          color: red;
          margin-top: -25px; }

@media screen and (max-width: 1019px) {
  .contact-form form {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px; } }

.outer-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  .outer-container > div:last-child {
    padding-bottom: 0; }

@media (min-width: 1280px) {
  .outer-container {
    padding-top: 90px;
    padding-bottom: 90px; } }

.inner-container {
  line-height: 1.6; }

.cols-2 .side-title {
  margin-bottom: 15px; }

.cols-2 .footnote {
  margin-top: 60px; }
  .cols-2 .footnote span, .cols-2 .footnote strong {
    padding-bottom: 10px;
    display: block;
    line-height: 1.3;
    font-weight: 700; }
  .cols-2 .footnote p {
    margin-bottom: 0; }
  .cols-2 .footnote a {
    border: 0;
    position: relative;
    display: block; }
    .cols-2 .footnote a:after {
      display: inline-block;
      content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
      height: 1em;
      width: 1em; }
    .cols-2 .footnote a:after {
      position: absolute;
      margin-top: 3px;
      margin-left: 5px;
      transition: margin-left 200ms ease-out; }
    .cols-2 .footnote a:hover:after, .cols-2 .footnote a:focus:after {
      display: inline-block;
      content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
      height: 1em;
      width: 1em; }
    .cols-2 .footnote a:hover::after, .cols-2 .footnote a:focus::after {
      margin-left: 9px; }

@media (min-width: 760px) {
  .cols-2 {
    width: 510px;
    margin: 0 auto; } }

@media (min-width: 1020px) {
  .cols-2 {
    display: flex;
    justify-content: space-between;
    width: 990px; }
    .cols-2 .side-title {
      margin-right: 60px; }
    .cols-2 .side-content {
      flex: 0 0 640px;
      line-height: 1.5;
      align-items: flex-end; } }

@media (min-width: 1280px) {
  .cols-2 {
    width: 1250px; }
    .cols-2 .side-title {
      margin-right: 120px;
      margin-left: 45px; }
    .cols-2 .side-content {
      flex: 0 0 795px;
      padding-right: 45px; } }

.site-footer {
  background-color: #FFFFFF;
  color: #767676; }
  .site-footer a {
    border-bottom: 1px solid transparent;
    color: #767676;
    display: inline-block;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      color: #474747;
      border-bottom: 1px solid #474747; }
  .site-footer__container {
    padding: 30px 0;
    width: 320px;
    margin: 0 auto;
    border-top: 1px solid #D2D2D2; }
  .site-footer__about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .site-footer__sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-footer__sitemap > ul {
    display: flex;
    flex-wrap: wrap; }
  .site-footer__sitemap__item {
    width: 160px;
    padding: 0 15px 45px;
    line-height: 16px; }
    .site-footer__sitemap__item:nth-child(1) {
      line-height: 20px; }
    .site-footer__sitemap__item em {
      font-style: normal;
      display: block; }
    .site-footer__sitemap__item > ul > li {
      margin-bottom: 15px; }
      .site-footer__sitemap__item > ul > li:last-of-type {
        margin-bottom: 0; }
  .site-footer__sitemap__item--image {
    width: 100%; }
  .site-footer__sitemap__image {
    max-width: 100%;
    max-height: 100px; }
  .site-footer__sitemap h3 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #474747; }
  .site-footer__sitemap a {
    font-weight: 500;
    font-size: 14px; }
  .site-footer__description {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500; }
    .site-footer__description aside {
      padding: 0 15px;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      margin-bottom: 30px; }
      .site-footer__description aside p {
        margin: 0; }
        .site-footer__description aside p a {
          font-weight: 600;
          color: #0D9DDB; }
    .site-footer__description a.button {
      height: 50px;
      background-color: #000000;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 600;
      display: block;
      line-height: 50px;
      text-align: center;
      margin: 0 15px 30px; }
      .site-footer__description a.button:hover {
        background-color: #474747; }
      @media (min-width: 480px) {
        .site-footer__description a.button {
          width: 290px; } }
      @media (min-width: 760px) {
        .site-footer__description a.button {
          display: inline-block;
          width: 205px;
          margin: 0 30px 30px 0;
          vertical-align: middle; } }
      @media (min-width: 1020px) {
        .site-footer__description a.button {
          margin: 30px 0 0 0;
          width: 320px; } }
    .site-footer__description .icon-arrow-right-blue:before {
      position: relative;
      top: 2px;
      left: 5px; }
    .site-footer__description .-oneline {
      padding-top: 40px; }
      @media (max-width: 1279px) {
        .site-footer__description .-oneline {
          padding-top: 20px; } }
      @media (max-width: 1019px) {
        .site-footer__description .-oneline {
          padding-top: 0px; } }
  .site-footer__footnote {
    padding: 30px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .site-footer__footnote a {
      text-decoration: none; }
    .site-footer__footnote aside {
      font-size: 12px;
      line-height: 1.5;
      font-weight: 500; }
      @media screen and (min-width: 1020px) {
        .site-footer__footnote aside {
          font-size: 14px; } }
      .site-footer__footnote aside p {
        margin: 0 0 15px; }
    .site-footer__footnote ul {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 11px;
      font-weight: 500;
      text-decoration: none; }
      .site-footer__footnote ul li {
        float: left;
        padding-right: 7px;
        margin-right: 7px;
        border-right: 1px solid #767676; }
        .site-footer__footnote ul li:last-of-type {
          padding-right: 0;
          margin-right: 0;
          border-right: 0; }
    .site-footer__footnote .logo {
      color: #000000;
      margin-top: 30px;
      font-weight: 700; }
      .site-footer__footnote .logo__image {
        max-width: 200px;
        max-height: 30px; }

@media (min-width: 760px) {
  .site-footer__container {
    width: 760px;
    margin: 0 auto;
    padding-top: 45px; }
  .site-footer__sitemap > ul {
    width: 760px;
    padding: 0 30px 45px; }
    .site-footer__sitemap > ul li {
      padding: 0;
      width: auto;
      flex: 1 0 auto; }
  .site-footer__sitemap__image {
    max-width: 100px; }
  .site-footer__description aside {
    padding: 0 30px;
    display: inline-block; }
  .site-footer__footnote {
    border-top: 1px solid #D2D2D2;
    flex-direction: row;
    padding: 30px; }
    .site-footer__footnote ul {
      font-size: 12px;
      line-height: 12px; }
    .site-footer__footnote .logo {
      margin-top: auto;
      flex-direction: column;
      justify-content: center; } }

@media (min-width: 1020px) {
  .site-footer__container {
    width: 1020px;
    padding-top: 60px; }
  .site-footer__about {
    flex-direction: row; }
  .site-footer__sitemap {
    flex: 0 0 670px; }
    .site-footer__sitemap > ul {
      width: 100%;
      justify-content: space-between; }
  .site-footer__description aside {
    padding: 0 30px 0 0;
    margin-bottom: 0;
    width: auto; } }

@media (min-width: 1280px) {
  .site-footer__container {
    width: 1280px; }
  .site-footer__sitemap {
    flex: 0 0 790px; }
    .site-footer__sitemap > ul {
      padding: 0 30px 45px 60px; }
  .site-footer__description aside {
    padding: 0 60px 0 0; }
  .site-footer__footnote {
    padding: 30px 60px; } }

.menu-item-sticky {
  color: #0D9DDB;
  background-color: #000000;
  border-top: 1px solid #474747;
  font-weight: 600;
  height: 60px;
  width: 100%;
  padding: 20px 20px 0;
  margin-top: 30px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 30; }
  .menu-item-sticky a {
    color: #0D9DDB;
    position: relative; }
    .menu-item-sticky a:after {
      display: inline-block;
      content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
      height: 1em;
      width: 1em; }
    .menu-item-sticky a::after {
      margin-left: 5px;
      position: absolute;
      top: 3px; }

@media (min-width: 760px) {
  .menu-item-sticky {
    width: 760px; } }

@media (min-width: 1020px) {
  .menu-item-sticky {
    width: 1020px;
    height: 90px;
    margin: 0 auto;
    padding: 30px 60px 0; } }

@media (min-width: 1280px) {
  .menu-item-sticky {
    width: 1280px; } }

.main-section .outer-container, .aside-section .outer-container {
  border-top: none;
  border-bottom: 1px solid #D2D2D2; }

.main-section .outer-container:first-of-type, .aside-section .outer-container:first-of-type {
  padding-top: 30px; }

.featured-video {
  display: block; }
  .featured-video .video-container {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .featured-video .video-container video.video {
      position: absolute;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      top: 0;
      left: 50%;
      z-index: 1;
      -ms-transform: translateX(-50%) translateY(0);
      -moz-transform: translateX(-50%) translateY(0);
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
      background-size: cover; }

@media (min-width: 760px) {
  .featured-video .video-container {
    position: absolute;
    padding-top: 0;
    height: 700px;
    height: 70vh; } }

@media (max-width: 759px) {
  .featured-video .video-container {
    height: 700px;
    height: 70vh;
    padding-top: 0; }
    .featured-video .video-container video.video.hide-on-mobile {
      display: none; } }

.featured-video + .headline-section {
  display: block; }

.bbg-demo-grid {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 0;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  transition: all 0.5s; }
  .bbg-demo-grid:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background-color: #000000;
    z-index: -1; }
  .bbg-demo-grid__heading {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 30px; }
  .bbg-demo-grid__tile {
    display: block;
    border: 1px solid #424242;
    border-bottom: 1px solid #424242 !important;
    padding: 30px;
    font-size: 20px;
    transition: all 0.5s;
    background-color: #000000;
    color: #FFFFFF; }
    .bbg-demo-grid__tile__heading {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      margin: 0 0 15px;
      color: inherit !important;
      max-width: 100%; }
    .bbg-demo-grid__tile__description {
      display: inline-block;
      font-size: 20px;
      line-height: 1.5;
      margin: 0;
      color: inherit !important;
      max-width: 100%; }
    .bbg-demo-grid__tile__arrow {
      display: block;
      width: 1em;
      height: 1em;
      margin: 1em 0 0 0.25em; }
    .bbg-demo-grid__tile__path {
      fill: #FFFFFF;
      transition: all 0.5s; }
    .bbg-demo-grid__tile--active, .bbg-demo-grid__tile:focus, .bbg-demo-grid__tile:active, .bbg-demo-grid__tile:hover {
      color: #000000;
      background-color: #FFFFFF; }
    .bbg-demo-grid__tile--active .bbg-demo-grid__tile__path,
    .bbg-demo-grid__tile:active .bbg-demo-grid__tile__path,
    .bbg-demo-grid__tile:focus .bbg-demo-grid__tile__path,
    .bbg-demo-grid__tile:hover .bbg-demo-grid__tile__path {
      fill: #000000; }
  @media (max-width: 1019px) {
    .bbg-demo-grid__tile + .bbg-demo-grid__tile {
      border-top: 0; } }
  @media (min-width: 760px) {
    .bbg-demo-grid {
      width: 760px;
      padding-left: 30px;
      padding-right: 30px;
      margin: 0 -15px; }
      .bbg-demo-grid:first-child {
        transition: margin-top 0s;
        margin-top: -90px;
        padding-top: 150px; } }
  @media (min-width: 1020px) {
    .bbg-demo-grid {
      width: 1020px; }
      .bbg-demo-grid__heading {
        font-size: 48px;
        margin-bottom: 100px; }
      .bbg-demo-grid__tiles {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .bbg-demo-grid__tile {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 auto;
        width: 33.3%;
        min-height: 382px;
        transition: all 0.5s; }
        .bbg-demo-grid__tile__arrow {
          display: none; }
        .bbg-demo-grid__tile:nth-child(3) ~ .bbg-demo-grid__tile {
          border-top: 0; }
        .bbg-demo-grid__tile:nth-child(3n + 2), .bbg-demo-grid__tile:nth-child(3n + 3) {
          border-left: 0; } }
  @media (min-width: 1280px) {
    .bbg-demo-grid {
      width: 1280px;
      padding: 100px 60px; }
      .bbg-demo-grid__tile {
        padding: 45px; }
        .bbg-demo-grid__tile__heading {
          margin-bottom: 30px; } }

.downloads-table {
  width: 100%; }
  .downloads-table td.name {
    padding: 0 40px 0 15px;
    position: relative; }
    .downloads-table td.name a {
      padding: 0 0 0 15px;
      border: none; }
  .downloads-table td.releases, .downloads-table td.date {
    width: 210px;
    text-align: left;
    padding-left: 30px; }
  .downloads-table td.date {
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2; }
  .downloads-table td.download {
    width: 110px;
    text-align: center; }
    .downloads-table td.download a {
      border: none; }
  .downloads-table tr {
    height: 90px;
    border-bottom: 1px solid #D2D2D2; }
  .downloads-table tr.title {
    font-weight: 500;
    background-color: #EAEAEA;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2; }
    .downloads-table tr.title td {
      padding: 0 15px; }
  .downloads-table.mobile {
    display: none; }
    .downloads-table.mobile td.indicator, .downloads-table.mobile td.download {
      width: 10%;
      text-align: center; }
      .downloads-table.mobile td.indicator a, .downloads-table.mobile td.download a {
        border: none; }
    .downloads-table.mobile td.indicator a:active, .downloads-table.mobile td.indicator a:focus, .downloads-table.mobile td.indicator a:hover, .downloads-table.mobile td.name a:active, .downloads-table.mobile td.name a:focus, .downloads-table.mobile td.name a:hover {
      color: inherit; }
    .downloads-table.mobile td.name a {
      padding: 0; }
    .downloads-table.mobile .info {
      padding: 0 15px; }
      .downloads-table.mobile .info p {
        margin-bottom: 1em; }
    .downloads-table.mobile tr.expand {
      border-bottom: none; }

@media (max-width: 759px) {
  .downloads-table.desktop {
    display: none; }
  .downloads-table.mobile {
    display: table; } }

.info-drops {
  display: inline; }
  @media (max-width: 1019px) {
    .info-drops {
      position: absolute;
      top: calc(50% - 16px);
      right: 15px; } }
  .info-drops .drop-content {
    display: none; }
    .info-drops .drop-content a {
      color: #0D9DDB; }

.drop-theme-bloomberg-professional .drop-content-inner {
  font-size: 20px !important;
  line-height: 30px !important;
  width: 500px !important;
  padding: 60px !important; }
  @media (max-width: 1019px) {
    .drop-theme-bloomberg-professional .drop-content-inner {
      width: 350px !important;
      padding: 30px !important; } }

.tableHeader {
  color: #565A5C;
  font-weight: bold;
  font-size: 20px;
  padding: 40px 0;
  height: auto; }
  .tableHeader .col-sm-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.tableizer-table {
  border: 1px;
  font-weight: 400;
  color: #565A5C;
  width: 100%;
  display: table; }
  .tableizer-table a {
    color: #337ab7;
    border: none; }
  .tableizer-table td {
    background-color: #FFFFFF;
    padding: 8px;
    text-align: center;
    margin: 3px;
    border: 1px;
    font-size: 12px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 40px; }
  .tableizer-table td:last-child {
    border-right: none; }
  .tableizer-table td:first-child {
    padding: 8px;
    margin: 3px;
    border: 1px;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    height: 40px; }
  .tableizer-table th {
    color: #565A5C;
    font-size: 10px;
    letter-spacing: 3px;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    margin: 3px;
    border-bottom: 1px solid #CCCCCC;
    height: 40px;
    line-height: 12px; }
  .tableizer-table th:nth-child(n+2) {
    width: 11%; }
  .tableizer-table .title td {
    font-size: 10px;
    background-color: #EAEAEA;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-left: none;
    border-right: none; }
  .tableizer-table td.index-name {
    line-height: 1.2em; }
  .tableizer-table.mobile {
    display: none; }
    .tableizer-table.mobile td {
      text-align: left;
      border: none;
      padding-top: 12px;
      padding-bottom: 12px; }
    .tableizer-table.mobile td.indicator {
      width: 10%;
      text-align: center;
      font-size: 16px;
      color: #CCCCCC; }
    .tableizer-table.mobile td.index-name {
      width: 70%;
      line-height: 1.2em; }
    .tableizer-table.mobile td.ticker {
      width: 20%; }
    .tableizer-table.mobile .title {
      height: 40px;
      border-top: 1px solid #CCCCCC;
      line-height: 1em; }
    .tableizer-table.mobile tr.table-headers {
      border-bottom: 1px solid #CCCCCC; }
      .tableizer-table.mobile tr.table-headers .indicator {
        cursor: pointer; }
    .tableizer-table.mobile tr.table-data {
      border-bottom: 1px solid #CCCCCC;
      display: none; }
      .tableizer-table.mobile tr.table-data td {
        padding: 12px 0; }
    .tableizer-table.mobile .mobile-dropdown {
      width: 100%; }
      .tableizer-table.mobile .mobile-dropdown td {
        height: 40px; }
      .tableizer-table.mobile .mobile-dropdown td:last-child {
        text-align: right; }
      .tableizer-table.mobile .mobile-dropdown td:first-child {
        padding-left: 8px; }
    .tableizer-table.mobile tr.table-line {
      border-bottom: 1px solid #CCCCCC; }
    .tableizer-table.mobile .accordion-body {
      width: 85%;
      display: block; }

@media (max-width: 759px) {
  .tableizer-table.hidden-xs {
    display: none !important; }
  .tableizer-table.visible-xs {
    display: table !important; } }

.indices-app a {
  text-transform: none;
  letter-spacing: normal;
  font-size: 12px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.38;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
  .pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus,
  .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }

.hero-links {
  display: none; }

@media (min-width: 1020px) {
  .hero-links {
    display: block;
    position: absolute;
    bottom: -1px;
    padding: 0 30px;
    width: 1020px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    background-color: #000000;
    border-bottom: 1px solid #333333; }
    .hero-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between; }
      .hero-links ul li {
        height: 45px;
        display: flex;
        align-items: center; }
        .hero-links ul li:last-of-type {
          padding: 0; }
      .hero-links ul a {
        color: #767676;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        text-decoration: none; }
        .hero-links ul a:hover {
          color: #FFFFFF; } }

@media (min-width: 1280px) {
  .hero-links {
    width: 1280px;
    padding: 0 60px; }
    .hero-links ul a {
      font-size: 14px; } }

.title {
  padding: 45px 15px;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  color: #000000; }
  @media (min-width: 760px) {
    .title {
      padding: 70px 15px; } }
  .title-small {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center; }
  .title-large {
    font-weight: 600;
    font-size: 25px; }

@media (min-width: 760px) {
  .title {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1020px) {
  .title-large {
    font-size: 30px; } }

@media (min-width: 1280px) {
  .title {
    padding-left: 45px;
    padding-right: 45px; } }

.aside-section-wrapper .aside-section .title-large {
  border-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
  line-height: 30px; }
  .aside-section-wrapper .aside-section .title-large .inner-container {
    line-height: 30px; }

.featured-section #bbg-animation {
  position: relative; }

.featured-section #bbg-animation #anim-container,
.featured-section #bbg-animation canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.load-more {
  text-align: center;
  padding: 50px 0px;
  border-top: 1px solid #D2D2D2 !important;
  margin: 0 -15px;
  /* MOBILE */ }
  @media (max-width: 759px) {
    .load-more {
      margin: 0 auto;
      max-width: 320px; } }
  .load-more button.button {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    max-width: 320px;
    -webkit-transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
    color: #0D9DDB;
    background-color: #FFFFFF; }
    .load-more button.button:hover {
      color: #FFFFFF;
      background-color: #0D9DDB; }

/* LOADING FOR RELATED CONTENT */
.related-content {
  padding: 50px 0px; }

.__loader {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: block; }
  .__loader__animation {
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    color: #000;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: dot_load 1.8s infinite ease-in-out;
    animation: dot_load 1.8s infinite ease-in-out; }
    .__loader__animation, .__loader__animation:before, .__loader__animation:after {
      border-radius: 50%;
      width: 2.5em;
      height: 2.5em;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation: dot_load 1.8s infinite ease-in-out;
      animation: dot_load 1.8s infinite ease-in-out; }
    .__loader__animation:before, .__loader__animation:after {
      content: '';
      position: absolute;
      top: 0; }
    .__loader__animation:before {
      left: -3.5em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .__loader__animation:after {
      left: 3.5em; }

/***************************************************
*
*   IN PAGE SPECIAL REPORTS
*
***************************************************/
/* GLOBAL */
.special-reports {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 75px; }
  .special-reports .header {
    background-color: #000000;
    height: 8px;
    width: 40px;
    margin: 0 auto 20px auto; }
  .special-reports > section {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*
		 * 3 Reports per row styles
		 */
    /*
		 * 1 Reports per row styles
		 */
    /*
		* 1 row (2 columns)
		*/ }
    .special-reports > section > div.report {
      flex: 0 0 auto;
      position: relative; }
    .special-reports > section.column {
      flex-direction: row; }
      .special-reports > section.column > div.report {
        background: #000000 url("../assets/images/isoGridPattern.png") repeat left top;
        margin-bottom: 40px; }
        .special-reports > section.column > div.report._has_featured_image {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        .special-reports > section.column > div.report ._title {
          font-weight: 700;
          font-size: 18px;
          color: #FFFFFF;
          text-align: left;
          width: 100%;
          position: absolute; }
          @media (min-width: 760px) {
            .special-reports > section.column > div.report ._title {
              font-size: 16px; } }
          @media (min-width: 1020px) {
            .special-reports > section.column > div.report ._title {
              font-size: 18px; } }
          @media (min-width: 1280px) {
            .special-reports > section.column > div.report ._title {
              font-size: 20px; } }
        .special-reports > section.column > div.report ._description {
          display: none; }
        .special-reports > section.column > div.report ._download {
          font-weight: 600;
          color: #000000;
          font-size: 16px;
          background-color: #FFFFFF;
          padding: 15px 30px 15px 15px;
          border: none;
          position: absolute;
          right: 0;
          bottom: 30px;
          display: block; }
          .special-reports > section.column > div.report ._download:after {
            display: inline-block;
            content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
            height: 1em;
            width: 1em; }
          .special-reports > section.column > div.report ._download:after {
            position: absolute;
            right: 5px;
            top: 18px; }
    .special-reports > section.row {
      flex-direction: column; }
      .special-reports > section.row > div.report {
        width: 100%; }
        .special-reports > section.row > div.report:first-of-type {
          padding: 0px;
          background: #000000 url("../assets/images/isoGridPattern.png") repeat left top; }
          .special-reports > section.row > div.report:first-of-type._has_featured_image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .special-reports > section.row > div.report:first-of-type ._title {
            font-weight: 700;
            font-size: 25px;
            color: #FFFFFF;
            text-align: left;
            width: 100%;
            position: absolute; }
            @media (min-width: 760px) {
              .special-reports > section.row > div.report:first-of-type ._title {
                font-size: 30px; } }
          .special-reports > section.row > div.report:first-of-type ._description {
            display: none; }
          .special-reports > section.row > div.report:first-of-type ._download {
            font-weight: 600;
            font-size: 14px;
            color: #000000;
            background-color: #FFFFFF;
            padding: 30px 50px 30px 30px;
            border: none;
            position: absolute;
            right: 0;
            display: block; }
            @media (min-width: 1020px) {
              .special-reports > section.row > div.report:first-of-type ._download {
                font-size: 16px; } }
            .special-reports > section.row > div.report:first-of-type ._download:after {
              display: inline-block;
              content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
              height: 1em;
              width: 1em; }
            .special-reports > section.row > div.report:first-of-type ._download:after {
              position: absolute;
              right: 10px;
              bottom: 30px; }
        .special-reports > section.row > div.report:nth-child(n+2) {
          background: none !important;
          font-size: 20px;
          line-height: 32px;
          text-align: left;
          padding-top: 70px; }
          .special-reports > section.row > div.report:nth-child(n+2) ._title {
            font-weight: bold; }
          .special-reports > section.row > div.report:nth-child(n+2) ._download {
            font-size: 20px;
            display: block;
            margin-top: 25px;
            font-weight: bold;
            border: none;
            position: relative; }
            .special-reports > section.row > div.report:nth-child(n+2) ._download:after {
              display: inline-block;
              content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
              height: 1em;
              width: 1em; }
            .special-reports > section.row > div.report:nth-child(n+2) ._download:after {
              position: absolute;
              bottom: 8px;
              margin-left: 10px; }
          .special-reports > section.row > div.report:nth-child(n+2) ._divider {
            width: 100%;
            height: 1px;
            background-color: #D2D2D2;
            margin-top: 70px; }
    .special-reports > section.detail .media:nth-child(even) {
      flex-direction: row-reverse; }
    .special-reports > section.detail .media:last-child {
      border-bottom: 1px solid #D2D2D2; }
    .special-reports > section.detail .media .media-body {
      text-align: left; }
    .special-reports > section.detail .media .meta {
      display: block; }
      .special-reports > section.detail .media .meta.cta-large-regular {
        font-size: 20px; }
        .special-reports > section.detail .media .meta.cta-large-regular a {
          border-bottom: 1px solid #0D9DDB; }

/* MOBILE */
@media (max-width: 759px) {
  .special-reports > section {
    /*
			 * 3 Reports per row styles
			 */
    /*
			 * 1 Reports per row styles
			 */ }
    .special-reports > section.column > div.report {
      width: 100%;
      height: 360px; }
      .special-reports > section.column > div.report ._title {
        padding: 0 30px;
        top: 100px; }
      .special-reports > section.column > div.report ._download {
        bottom: 30px; }
    .special-reports > section.row > div.report:first-of-type {
      width: 100%;
      height: 360px; }
      .special-reports > section.row > div.report:first-of-type ._title {
        padding: 0 30px;
        top: 100px; }
      .special-reports > section.row > div.report:first-of-type ._download {
        padding: 15px 30px 15px 15px;
        bottom: 30px; }
        .special-reports > section.row > div.report:first-of-type ._download:after {
          right: 5px;
          margin-top: 3px; } }

/* TABLET */
@media (min-width: 760px) {
  .special-reports > section {
    /*
			 * 3 Reports per row styles
			 */
    /*
			 * 1 Reports per row styles
			 */ }
    .special-reports > section.column > div.report {
      width: 230px;
      height: 230px;
      margin-right: 20px; }
      .special-reports > section.column > div.report:nth-child(3n), .special-reports > section.column > div.report:last-child {
        margin-right: 0px; }
      .special-reports > section.column > div.report ._title {
        padding: 0 20px;
        top: 30px; }
      .special-reports > section.column > div.report ._download {
        font-size: 14px;
        bottom: 20px;
        padding-top: 5px;
        padding-bottom: 5px; }
        .special-reports > section.column > div.report ._download:after {
          top: 7px; }
    .special-reports > section.row > div.report:first-of-type {
      height: 400px; }
      .special-reports > section.row > div.report:first-of-type ._title {
        padding: 0 40px;
        top: 80px; }
      .special-reports > section.row > div.report:first-of-type ._download {
        bottom: 30px;
        padding: 15px 50px 15px 20px; }
    .special-reports > section.row > div.report:nth-child(n+2) {
      padding-left: 110px;
      padding-right: 110px; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .special-reports > section {
    /*
			 * 3 Reports per row styles
			 */
    /*
			 * 1 Reports per row styles
			 */ }
    .special-reports > section.column > div.report {
      width: 310px;
      height: 310px;
      margin-right: 30px; }
      .special-reports > section.column > div.report:nth-child(3n), .special-reports > section.column > div.report:last-child {
        margin-right: 0px; }
      .special-reports > section.column > div.report ._title {
        padding: 0 30px;
        top: 80px; }
      .special-reports > section.column > div.report ._download {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        bottom: 25px; }
        .special-reports > section.column > div.report ._download:after {
          top: 18px; }
    .special-reports > section.row > div.report:first-of-type {
      height: 700px; }
      .special-reports > section.row > div.report:first-of-type ._title {
        padding: 0 60px;
        top: 200px; }
      .special-reports > section.row > div.report:first-of-type ._download {
        padding: 30px 50px 30px 30px;
        bottom: 100px; }
        .special-reports > section.row > div.report:first-of-type ._download:after {
          bottom: 43px; }
    .special-reports > section.row > div.report:nth-child(n+2) {
      padding-left: 200px;
      padding-right: 200px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .special-reports > section {
    /*
			 * 3 Reports per row styles
			 */
    /*
			 * 1 Reports per row styles
			 */ }
    .special-reports > section.column > div.report {
      width: 360px;
      height: 360px;
      margin-right: 40px; }
      .special-reports > section.column > div.report:nth-child(3n), .special-reports > section.column > div.report:last-child {
        margin-right: 0px; }
      .special-reports > section.column > div.report ._title {
        top: 100px; }
      .special-reports > section.column > div.report ._download {
        bottom: 30px; }
    .special-reports > section.row {
      padding: 0 40px; } }

.authors-list .authors-list-title {
  padding-bottom: 35px;
  display: block; }

.authors-list .author {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 35px 0px;
  border-top: 2px solid #d2d2d2; }
  .authors-list .author ._picture {
    width: 100px;
    height: 120px;
    flex: 0 0 auto;
    background-color: #F1F1F1;
    background-size: cover;
    background-position: center;
    margin-right: 30px; }
  .authors-list .author ._content {
    flex: 1 1 auto; }

.authors-list ._divider {
  border-top: 2px solid #d2d2d2; }

.slideshow .slideshow-link {
  background-image: url("../assets/images/slideshow.png");
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 18px;
  border-bottom: 0; }

.slideshow {
  text-align: right;
  padding-top: 10px; }

.slideshow-title {
  text-align: left;
  padding-bottom: 10px; }

.popup-gallery * {
  outline: none; }

.inner-container .side-content .popup-gallery {
  cursor: pointer; }
  .inner-container .side-content .popup-gallery img {
    width: auto; }

.slideshow .divider {
  border-top: 1px solid #d2d2d2;
  margin-top: 10px; }

.slideshow-full-width .popup-gallery img {
  width: 100%; }

@media (min-width: 760px) {
  .slideshow-full-width {
    width: 60%;
    margin: 0 auto; } }

.slideshow-lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: white;
  cursor: default;
  overflow-y: scroll;
  color: #565a5c; }
  .slideshow-lightbox.show {
    display: block; }
  .slideshow-lightbox .slideshow-image img {
    width: auto; }
  .slideshow-lightbox .slideshow-image {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative; }
    .slideshow-lightbox .slideshow-image img {
      max-height: 100%;
      position: absolute;
      max-width: 100%; }
  .slideshow-lightbox .slideshow-template {
    display: flex;
    flex-flow: column;
    height: 100%; }
  .slideshow-lightbox .slideshow-close {
    height: 100px;
    position: relative; }
  .slideshow-lightbox .slideshow-text {
    height: 200px;
    position: relative; }
  .slideshow-lightbox .slide-description {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 760px) {
      .slideshow-lightbox .slide-description {
        width: 750px; } }

.mfp-close {
  font-size: 16px;
  text-transform: uppercase;
  color: #565a5c;
  right: 10px;
  text-align: right;
  left: auto;
  cursor: pointer;
  top: 60px;
  position: absolute;
  display: block; }
  @media (max-width: 759px) {
    .mfp-close {
      bottom: 0px; } }
  @media (min-width: 760px) {
    .mfp-close {
      position: fixed;
      top: 40px;
      right: 60px; } }
  .mfp-close::after {
    font-size: 28px;
    top: 3px;
    content: "\00d7";
    position: relative;
    left: 5px; }
  .mfp-close:hover {
    color: #000; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  z-index: 12;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-arrow-counter {
  margin: 25px 0; }
  .mfp-arrow-counter .curr {
    min-width: 12px;
    display: inline-block; }
  .mfp-arrow-counter .total {
    min-width: 15px;
    display: inline-block; }

.mfp-arrow {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  width: 20px;
  height: 17px;
  cursor: pointer;
  position: relative;
  top: 3px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow-left:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23565a5c%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.mfp-arrow-left:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mfp-arrow-left:hover:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.mfp-arrow-left:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mfp-arrow-left:hover:before {
  height: 1.15em; }

.mfp-arrow-left:before {
  height: 1.15em; }

.mfp-arrow-left:after {
  border: none; }

.mfp-arrow-right:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23565a5c%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.mfp-arrow-right:hover:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E");
  height: 1em;
  width: 1em; }

.mfp-arrow-right:after {
  border: none; }

.no-border + .carousel-container,
.no-border-bottom + .carousel-container {
  padding-top: 0; }

.carousel {
  position: relative;
  overflow: hidden; }
  .carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 1s; }
    .carousel__item--last-active {
      opacity: 1;
      z-index: 4; }
    .carousel__item--active {
      opacity: 1;
      z-index: 5; }
  .carousel__image {
    content: '';
    display: block;
    padding: 56.25% 0 0 100%;
    background: center/cover no-repeat;
    margin: 0 0 16px;
    position: relative; }
  .carousel__title {
    display: inline;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6; }
    .carousel__title--above {
      display: block;
      text-align: center;
      margin-bottom: 16px; }
  .carousel__subtitle {
    display: inline;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6; }
  .carousel__nav-items {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 56.25% 0 0 100%; }
  .carousel__nav {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 110px 0 0 70px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3) center no-repeat;
    transition: opacity 0.25s ease-out;
    opacity: 0;
    border-bottom: 0 !important; }
    .carousel__nav--prev {
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M.781 19.925l19.611 19.611 1.885-1.885L5.888 21.26H40v-2.666H5.885L22.277 2.2 20.392.315z'/%3E%3C/svg%3E"); }
    .carousel__nav--next {
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M39.219 19.925L19.608 39.536l-1.885-1.885 16.389-16.39H0v-2.666h34.115L17.723 2.2 19.608.315z'/%3E%3C/svg%3E"); }
  .carousel.has-touch .carousel__nav,
  .carousel:hover .carousel__nav {
    opacity: 1; }

.audio-player-container {
  padding-top: 32px;
  display: block; }
  .audio-player-container::before, .audio-player-container::after {
    content: " ";
    display: table; }
  .audio-player-container::after {
    clear: both; }
  .audio-player-container > .audio-player-image {
    padding: 0;
    width: 25%;
    float: left; }
  .audio-player-container > .audio-player-info {
    padding: 0;
    width: 67%;
    float: right; }
    .audio-player-container > .audio-player-info > .audio-player-title {
      margin-bottom: 20px; }

.wpb_content_element.custom-audio-player {
  /* Player background */
  /* Player controls */
  /* Progress and audio bars */
  /* Progress and audio bar background */
  /* Track progress bar background (amount of track fully loaded)
    We prefer to style these with the main accent color of our theme */
  /* Current track progress */
  /* Reduce height of the progress and audio bars */ }
  .wpb_content_element.custom-audio-player .mejs-container,
  .wpb_content_element.custom-audio-player .mejs-controls,
  .wpb_content_element.custom-audio-player .mejs-embed,
  .wpb_content_element.custom-audio-player .mejs-embed body {
    background-color: #fff !important; }
  .wpb_content_element.custom-audio-player .mejs-container {
    width: auto !important; }
  .wpb_content_element.custom-audio-player .mejs-button > button {
    background-image: url("../assets/images/mejs-controls-dark.svg"); }
  .wpb_content_element.custom-audio-player .mejs-time {
    color: #000; }
  .wpb_content_element.custom-audio-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
  .wpb_content_element.custom-audio-player .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #D2D2D2; }
  .wpb_content_element.custom-audio-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(219, 78, 136, 0.075); }
  .wpb_content_element.custom-audio-player .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #000; }
  .wpb_content_element.custom-audio-player .mejs-time-buffering,
  .wpb_content_element.custom-audio-player .mejs-time-current,
  .wpb_content_element.custom-audio-player .mejs-time-loaded,
  .wpb_content_element.custom-audio-player .mejs-time-marker,
  .wpb_content_element.custom-audio-player .mejs-time-total,
  .wpb_content_element.custom-audio-player .mejs-horizontal-volume-total,
  .wpb_content_element.custom-audio-player .mejs-time-handle-content {
    height: 4px; }
  .wpb_content_element.custom-audio-player .mejs-time-handle-content {
    background-color: #000;
    color: #000; }
  .wpb_content_element.custom-audio-player .mejs-time-hovered.negative {
    background: none !important; }
  .wpb_content_element.custom-audio-player .mejs-controls {
    padding-left: 0; }
  .wpb_content_element.custom-audio-player .mejs-time-float,
  .wpb_content_element.custom-audio-player .mejs-time-float-corner,
  .wpb_content_element.custom-audio-player .mejs-time-float-current {
    background: #fff;
    color: #000;
    border: none; }
  .wpb_content_element.custom-audio-player .mejs-time-handle-content {
    top: -6px; }
  .wpb_content_element.custom-audio-player .mejs-time-total {
    margin-top: -6px; }
  .wpb_content_element.custom-audio-player .mejs-container,
  .wpb_content_element.custom-audio-player .mejs-time .mejs-currenttime,
  .wpb_content_element.custom-audio-player .mejs-time .mejs-duration {
    font-family: "AvenirNextPForBBG", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .wpb_content_element.custom-audio-player .mejs-time-total {
    margin-top: 8px; }
  .wpb_content_element.custom-audio-player .mejs-time {
    padding-right: 1px; }
  .wpb_content_element.custom-audio-player .mejs-horizontal-volume-slider,
  .wpb_content_element.custom-audio-player .mejs-volume-button {
    display: none !important; }
  .wpb_content_element.custom-audio-player .mejs-playpause-button button {
    margin-left: 0;
    margin-right: 0; }

/***************************************************
*
*   IN PAGE TESTIMONIAL CARDS
*
***************************************************/
.testimonial-cards {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 75px;
  text-align: left;
  border-bottom: 1px solid #D2D2D2; }
  .testimonial-cards > section {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row; }
    .testimonial-cards > section > .tile.hide {
      display: none; }
    .testimonial-cards > section > .tile {
      flex: 0 0 auto;
      background-color: #FFFFFF;
      margin-bottom: 40px;
      border: 1px solid #000000;
      color: #000000;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      overflow: hidden; }
      .testimonial-cards > section > .tile:hover {
        background-color: #0D9DDB;
        background-image: none !important;
        border-color: #0D9DDB; }
        .testimonial-cards > section > .tile:hover,
        .testimonial-cards > section > .tile:hover * {
          color: #FFFFFF; }
      .testimonial-cards > section > .tile.featured-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: none; }
        .testimonial-cards > section > .tile.featured-image,
        .testimonial-cards > section > .tile.featured-image * {
          color: #FFFFFF; }
      .testimonial-cards > section > .tile a {
        border-bottom: none; }
        .testimonial-cards > section > .tile a:focus {
          border: none;
          outline: none;
          color: #000000;
          text-decoration: none; }
      .testimonial-cards > section > .tile .tile-link {
        flex-grow: 1;
        padding: 1.3em 1.3em 0; }
        .testimonial-cards > section > .tile .tile-link,
        .testimonial-cards > section > .tile .tile-link span {
          display: block; }
        .testimonial-cards > section > .tile .tile-link .content-type {
          font-weight: 600;
          font-size: 12px;
          text-align: left;
          text-transform: uppercase;
          letter-spacing: 2px;
          line-height: 1.1; }
          @media (min-width: 760px) {
            .testimonial-cards > section > .tile .tile-link .content-type {
              font-size: 10px; } }
          @media (min-width: 1020px) {
            .testimonial-cards > section > .tile .tile-link .content-type {
              font-size: 12px; } }
          @media (min-width: 1280px) {
            .testimonial-cards > section > .tile .tile-link .content-type {
              font-size: 14px; } }
        .testimonial-cards > section > .tile .tile-link .title {
          font-size: 25px;
          border: none;
          text-align: left;
          padding: 0;
          margin: 0.8em 0;
          line-height: 1.1; }
          @media (min-width: 760px) {
            .testimonial-cards > section > .tile .tile-link .title {
              font-size: 19px; } }
          @media (min-width: 1020px) {
            .testimonial-cards > section > .tile .tile-link .title {
              font-size: 25px; } }
          @media (min-width: 1280px) {
            .testimonial-cards > section > .tile .tile-link .title {
              font-size: 30px; } }
        .testimonial-cards > section > .tile .tile-link .description {
          line-height: 1.3; }
      .testimonial-cards > section > .tile .solution {
        padding: 0 1.3em 1.3em; }
        .testimonial-cards > section > .tile .solution .internal-link-header {
          font-size: 18px;
          font-weight: 400;
          line-height: 32px;
          margin-bottom: 0.6em; }
          @media (min-width: 760px) {
            .testimonial-cards > section > .tile .solution .internal-link-header {
              font-size: 16px; } }
          @media (min-width: 1020px) {
            .testimonial-cards > section > .tile .solution .internal-link-header {
              font-size: 18px; } }
          @media (min-width: 1280px) {
            .testimonial-cards > section > .tile .solution .internal-link-header {
              font-size: 20px; } }
        .testimonial-cards > section > .tile .solution .internal-links {
          line-height: 1em; }
          .testimonial-cards > section > .tile .solution .internal-links .internal-link {
            font-weight: 600;
            font-size: 12px; }
            @media screen and (min-width: 1020px) {
              .testimonial-cards > section > .tile .solution .internal-links .internal-link {
                font-size: 14px; } }
            .testimonial-cards > section > .tile .solution .internal-links .internal-link::after {
              content: ","; }
            .testimonial-cards > section > .tile .solution .internal-links .internal-link:last-child::after {
              content: none; }
            .testimonial-cards > section > .tile .solution .internal-links .internal-link:hover {
              text-decoration: underline; }
  .testimonial-cards .load-more-testimonial {
    text-align: center;
    padding: 10px 0px;
    margin: 0 -15px;
    /* MOBILE */ }
    @media (max-width: 759px) {
      .testimonial-cards .load-more-testimonial {
        margin: 0 auto;
        max-width: 320px; } }
    .testimonial-cards .load-more-testimonial button.button {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 2px;
      text-transform: uppercase;
      outline: none;
      cursor: pointer;
      padding: 10px 0;
      width: 100%;
      max-width: 320px;
      -webkit-transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
      -o-transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
      transition: all 0.1s cubic-bezier(0.7, 0.01, 0.3, 1);
      color: #0D9DDB;
      background-color: #FFFFFF; }
      .testimonial-cards .load-more-testimonial button.button:hover {
        color: #FFFFFF;
        background-color: #0D9DDB; }

/* MOBILE */
@media (max-width: 759px) {
  .testimonial-cards > section > .tile {
    width: 100%;
    height: 360px; } }

/* TABLET */
@media (min-width: 760px) {
  .testimonial-cards > section > .tile {
    width: 230px;
    height: 263.20855615px;
    margin-right: 20px;
    font-size: 63%; }
    .testimonial-cards > section > .tile:nth-child(3n), .testimonial-cards > section > .tile:last-child {
      margin-right: 0px; }
    .testimonial-cards > section > .tile .tile-link .title {
      margin: 0.6em 0; }
    .testimonial-cards > section > .tile .solution .internal-link-header {
      margin-bottom: 0.3em; } }

/* DESKTOP */
@media (min-width: 1020px) {
  .testimonial-cards > section > .tile {
    width: 310px;
    height: 354.759358289px;
    margin-right: 30px;
    font-size: 85%; }
    .testimonial-cards > section > .tile:nth-child(3n), .testimonial-cards > section > .tile:last-child {
      margin-right: 0px; } }

/* DESKTOP LARGE */
@media (min-width: 1280px) {
  .testimonial-cards > section > .tile {
    width: 370px;
    height: 423.422459894px;
    margin-right: 70px;
    font-size: 100%; }
    .testimonial-cards > section > .tile:nth-child(3n), .testimonial-cards > section > .tile:last-child {
      margin-right: 0px; } }

.home {
  background-image: none;
  background-color: #000000; }
  .home .cols-2 a {
    text-decoration: none; }
  @media (min-width: 760px) {
    .home .cols-2 {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 1280px) {
    .home .cols-2 {
      padding: 0 45px; }
      .home .cols-2 .side-title {
        margin-left: 0; } }
  .home .cols-2 .side-content a {
    border: 0; }
    .home .cols-2 .side-content a:hover {
      color: #0D9DDB; }
      .home .cols-2 .side-content a:hover .icon-arrow-right:before {
        display: inline-block;
        content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017%2017%27%3E%3Cpath%20d%3D%27M15.707 8.472l-7.354 7.354-0.707-0.707 6.146-6.146h-12.792v-1h12.793l-6.147-6.148 0.707-0.707 7.354 7.354z%27%20fill%3D%27%230D9DDB%27%2F%3E%3C%2Fsvg%3E");
        height: 1em;
        width: 1em; }
  .home .featured-section.featured-video {
    height: 80vh; }
    .home .featured-section.featured-video .video-container {
      height: 80vh; }
    .home .featured-section.featured-video h1 {
      position: absolute;
      top: 50%;
      color: white;
      z-index: 6;
      width: 100%;
      padding: 0 30px;
      left: 50%;
      transform: translate(-50%, 0); }
      @media (min-width: 760px) {
        .home .featured-section.featured-video h1 {
          width: 760px; } }
      @media (min-width: 1020px) {
        .home .featured-section.featured-video h1 {
          width: 1020px; } }
      @media (min-width: 1280px) {
        .home .featured-section.featured-video h1 {
          width: 1280px;
          padding: 0 60px; } }
  .home .main-section {
    background-color: #000000;
    color: #FFFFFF; }
    .home .main-section a {
      color: #FFFFFF; }
    .home .main-section .outer-container {
      padding-top: 45px;
      padding-bottom: 0; }
      @media (min-width: 760px) {
        .home .main-section .outer-container {
          padding-top: 70px; } }
    .home .main-section .animation-component {
      padding: 0 0 70px; }
      @media (max-width: 759px) {
        .home .main-section .animation-component {
          display: none; } }
      .home .main-section .animation-component > div {
        height: 500px; }
    .home .main-section .outer-container {
      border-top: 1px solid #333333;
      border-bottom: 0; }
      .home .main-section .outer-container .order-now {
        padding: 20px;
        text-align: center;
        color: #B3B3B3;
        font-size: 16px; }
        .home .main-section .outer-container .order-now a {
          color: #158ad2;
          border: 0;
          font-weight: 600; }
        .home .main-section .outer-container .order-now i:before {
          position: relative;
          top: 3px;
          left: 0; }
      .home .main-section .outer-container .icon-arrow-right:before {
        top: 0.1em;
        left: 0.3em;
        position: absolute; }
  .home .aside-section-wrapper .aside-section .title-large {
    padding-top: 60px; }

.inside__box.order-now {
  padding: 0 0 45px;
  max-width: 100%; }
  @media (min-width: 760px) {
    .inside__box.order-now {
      padding: 10px 15px 70px; } }
  @media (min-width: 1280px) {
    .inside__box.order-now {
      padding: 10px 45px 70px; } }
  .inside__box.order-now .inside__box--container {
    min-height: auto;
    max-width: 100%;
    border: none;
    padding: 0;
    line-height: 1.5;
    flex-direction: column; }
    @media (min-width: 1020px) {
      .inside__box.order-now .inside__box--container {
        flex-direction: row; } }
    .inside__box.order-now .inside__box--container .text {
      display: block;
      width: 100%; }
      @media (min-width: 1020px) {
        .inside__box.order-now .inside__box--container .text {
          display: flex;
          flex: 0 1 640px;
          padding-right: 75px;
          margin: 0 auto; } }
      @media (min-width: 1280px) {
        .inside__box.order-now .inside__box--container .text {
          flex: 0 1 795px; } }
    .inside__box.order-now .inside__box--container .cta-box {
      padding: 45px 0 0;
      text-align: center; }
      @media (min-width: 1020px) {
        .inside__box.order-now .inside__box--container .cta-box {
          flex: 0 1 320px;
          padding: 0 0 0 75px;
          border-left: 1px solid #333333; } }
      @media (min-width: 1280px) {
        .inside__box.order-now .inside__box--container .cta-box {
          flex: 0 1 365px; } }
      .inside__box.order-now .inside__box--container .cta-box img {
        width: 35px;
        height: 22.1px; }
      .inside__box.order-now .inside__box--container .cta-box p {
        font-size: 16px;
        margin: 10px 0;
        height: 45px; }
        @media (min-width: 1280px) {
          .inside__box.order-now .inside__box--container .cta-box p {
            line-height: 45px; } }
      .inside__box.order-now .inside__box--container .cta-box a {
        text-decoration: none;
        border: 0;
        height: 50px;
        background-color: #FFFFFF;
        color: #000000;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 600;
        display: block;
        line-height: 50px; }
        @media (min-width: 480px) {
          .inside__box.order-now .inside__box--container .cta-box a {
            width: 320px;
            margin: 0 auto; } }
        @media (min-width: 1020px) {
          .inside__box.order-now .inside__box--container .cta-box a {
            width: 100%; } }

.report {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row; }
  .report__control {
    flex: 0 0 250px; }
    @media (max-width: 1019px) {
      .report__control {
        flex: 0 0 200px; } }
    @media (max-width: 759px) {
      .report__control {
        display: none; } }
    .report__control ul {
      background-color: #FFFFFF;
      list-style: none;
      padding: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
      -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
      transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); }
      .report__control ul li {
        font-weight: 600;
        max-width: 180px;
        margin-top: 25px;
        padding-left: 10px;
        -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
        transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }
        .report__control ul li a {
          font-family: inherit;
          font-size: 16px;
          color: #868686;
          line-height: 1.2;
          border: none;
          -webkit-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
          -o-transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1);
          transition: all 0.2s cubic-bezier(0.7, 0.01, 0.3, 1); }
        .report__control ul li:first-child {
          margin-top: 0px; }
          .report__control ul li:first-child div {
            display: inline-block;
            font-size: 12px;
            color: #000000;
            padding-top: 0px;
            padding-bottom: 10px;
            line-height: 1.2;
            border-bottom: 5px solid #000000; }
        .report__control ul li.fixed, .report__control ul li:hover:not(:first-child) {
          background: #000000; }
          .report__control ul li.fixed a, .report__control ul li:hover:not(:first-child) a {
            color: #FFFFFF; }
    .report__control__stick {
      position: fixed;
      top: 0; }
  .report__content {
    flex: 1 1; }
    .report__content__excerpt {
      max-width: 640px; }
      .report__content__excerpt h1 {
        padding-top: 40px; }
        .report__content__excerpt h1 div {
          position: relative; }
          .report__content__excerpt h1 div:before {
            content: "";
            width: 100px;
            height: 8px;
            margin-top: 0;
            position: absolute;
            top: -30px;
            background-color: #000000; }
        @media (max-width: 759px) {
          .report__content__excerpt h1 {
            padding: 0px !important; }
            .report__content__excerpt h1 div:before {
              display: none; } }
      .report__content__excerpt > div {
        padding: 70px 0px; }
        @media (max-width: 759px) {
          .report__content__excerpt > div {
            padding: 30px 0px; } }
    .report__content section {
      position: relative; }
      .report__content section > header {
        background-color: #FFFFFF;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 5; }
        .report__content section > header h1 {
          padding: 130px 0px 20px 30px;
          background-size: cover;
          background-position: center; }
          .report__content section > header h1 div {
            position: relative; }
            .report__content section > header h1 div:before {
              content: "";
              width: 100px;
              height: 8px;
              margin-top: 0;
              position: absolute;
              top: -30px;
              background-color: #000000; }
          @media (max-width: 759px) {
            .report__content section > header h1 {
              padding: 15px; }
              .report__content section > header h1 div:before {
                display: none; } }
      .report__content section > main {
        padding: 60px 0px;
        border-top: 1px solid #B3B3B3; }
        .report__content section > main > * {
          max-width: 640px; }
        .report__content section > main:first-of-type {
          border: none;
          padding-top: 325px; }
          @media (max-width: 759px) {
            .report__content section > main:first-of-type {
              padding-top: 125px; } }
        .report__content section > main h2 {
          padding-bottom: 60px; }
        .report__content section > main .full {
          overflow: hidden;
          margin-bottom: 30px;
          -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
          -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
          transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1); }
          .report__content section > main .full.open {
            max-height: none !important; }
        .report__content section > main .more {
          cursor: pointer;
          font-size: 12px;
          padding-bottom: 5px;
          border-bottom: 5px solid #000000;
          text-transform: uppercase; }
          .report__content section > main .more:hover {
            color: black; }
      .report__content section.bottom > header {
        top: auto;
        bottom: 0; }
      .report__content section.fixed > header {
        position: fixed; }

#header.fixed ~ .report .report__control ul {
  top: 90px; }

#header.scroll ~ .report .report__control ul {
  top: 0 !important; }

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

.drop-element {
  position: absolute;
  display: none;
  /* links styling */ }
  .drop-element a {
    color: #FFFFFF;
    border-bottom: 1px solid #0D9DDB; }
    .drop-element a:hover {
      color: #0D9DDB; }
  .drop-element.drop-open {
    display: block; }

.drop-element.drop-theme-bloomberg-professional {
  max-width: 100%;
  max-height: 100%; }

.drop-element.drop-theme-bloomberg-professional .drop-content {
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  background: #000000;
  color: #FFFFFF;
  padding: 1em;
  font-size: 1.1em;
  line-height: 1.5em; }

.drop-element.drop-theme-bloomberg-professional .drop-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 10px;
  border-style: solid; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  right: 100%;
  top: 50%;
  margin-top: -10px;
  border-right-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  left: 10px;
  border-bottom-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  bottom: 100%;
  right: 10px;
  border-bottom-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  top: 100%;
  left: 10px;
  border-top-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  top: 100%;
  right: 10px;
  border-top-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  top: 10px;
  left: 100%;
  border-left-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  top: 10px;
  right: 100%;
  border-right-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  bottom: 10px;
  left: 100%;
  border-left-color: #000000; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 10px; }

.drop-element.drop-theme-bloomberg-professional.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  bottom: 10px;
  right: 100%;
  border-right-color: #000000; }

.drop-element.drop-theme-bloomberg-professional .drop-content {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 3px;
  font-size: 13px; }

.drop-element.drop-theme-bloomberg-professional .drop-content .drop-content-inner {
  border: 1px solid #000000;
  padding: 14px;
  background: #000000;
  overflow: hidden;
  width: 280px; }

.drop-element.drop-theme-bloomberg-professional .drop-content .drop-content-inner .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: normal;
  line-height: 1; }

.drop-element.drop-theme-bloomberg-professional .drop-content .drop-content-inner p:last-child {
  margin-bottom: 0; }

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

.tooltip-element a {
  color: white; }

.tooltip-element {
  position: absolute;
  display: none; }

.tooltip-element.tooltip-open {
  display: block; }

.tooltip-element.tooltip-theme-arrows {
  max-width: 100%;
  max-height: 100%; }

.tooltip-element.tooltip-theme-arrows .tooltip-content {
  position: relative;
  font-family: inherit;
  background: #000;
  color: #eee;
  padding: 1em;
  font-size: 12px;
  line-height: 1.5em; }

.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 8px;
  border-style: solid; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
  margin-bottom: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
  margin-top: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
  margin-right: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-left-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
  margin-left: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
  right: 100%;
  top: 50%;
  margin-top: -8px;
  border-right-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  left: 8px;
  border-bottom-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
  margin-top: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
  bottom: 100%;
  right: 8px;
  border-bottom-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  left: 8px;
  border-top-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
  margin-bottom: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
  top: 100%;
  right: 8px;
  border-top-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  top: 8px;
  left: 100%;
  border-left-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  top: 8px;
  right: 100%;
  border-right-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
  margin-right: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
  bottom: 8px;
  left: 100%;
  border-left-color: #000; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
  margin-left: 8px; }

.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
  bottom: 8px;
  right: 100%;
  border-right-color: #000; }

.tooltip-element.tooltip-theme-arrows {
  pointer-events: none; }

.tooltip-element.tooltip-theme-arrows .tooltip-content {
  padding: 30px; }

/*
* Bloomberg Modal Styleguide
* Version: 1
*
* Using namespacing rules explained here https://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
* to avoid collision with other modal classes on external libraries.
*/
.c-modal__content {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000; }

.c-modal__close {
  width: 60px;
  cursor: pointer;
  position: absolute;
  z-index: 10; }
  .c-modal__close svg {
    display: block;
    stroke: white;
    fill: transparent;
    stroke-linecap: round;
    stroke-width: 1; }

.c-modal--black {
  background-color: #000000; }
  .c-modal--black svg {
    stroke: #FFFFFF; }

.c-modal--white {
  background-color: #FFFFFF; }
  .c-modal--white svg {
    stroke: #000000; }

.c-modal--show {
  display: block; }

.no-scroll {
  overflow: hidden; }

/**
 * responsive_container, this will apply the correct width to the container
 * depending of the viewport width.
 */
.responsive_container {
  width: 290px; }
  @media (min-width: 760px) {
    .responsive_container {
      width: 730px; } }
  @media (min-width: 1020px) {
    .responsive_container {
      width: 990px; } }
  @media (min-width: 1280px) {
    .responsive_container {
      width: 1250px; } }

/**
 * to overwrite containers borders
 */
.no-border {
  border: none !important; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.pull-right {
  float: right !important; }

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

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

.no-padding {
  padding: 0 !important; }

.color-blue {
  color: #0D9DDB !important; }

/*
 * DISABLE HOVER STYLING FOR MENU ITEMS WITH THIS CLASS
 */
.site-header li.no-hover a {
  cursor: default;
  color: #B3B3B3; }
  .site-header li.no-hover a:after {
    content: '' !important; }

@media (max-width: 759px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: block !important; } }

@media (max-width: 479px) {
  .menu-item-hide-xs {
    display: none; } }

.visible {
  display: block !important; }

.hidden {
  display: none !important; }

@media (max-width: 759px) {
  .visible-on-sm {
    display: inherit; } }

@media (max-width: 759px) {
  .hide-on-sm {
    display: none; } }

@media (min-width: 760px) {
  .show-medium-up {
    display: block; } }

@media (min-width: 760px) {
  .hide-medium-up {
    display: none; } }

/* Custom Theme Styles */
.media-intro {
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
  padding: 45px 0; }
  .media-intro--container {
    width: 290px;
    margin: 0 auto; }

.decoration {
  position: relative; }
  .decoration::before {
    content: "";
    width: 40px;
    height: 8px;
    margin-top: -25px;
    position: absolute;
    top: 0;
    background-color: #000000; }

.inter-1 a {
  display: block;
  color: #0D9DDB;
  padding: 15px 0 0;
  border: none; }
  .inter-1 a i {
    transition: margin-left 200ms ease-out; }
  .inter-1 a:hover i, .inter-1 a:focus i {
    margin-left: 5px; }

@media (min-width: 760px) {
  .inter-1 {
    padding: 0 110px; } }

@media (min-width: 1020px) {
  .inter-1 {
    padding: 0 175px; }
    .inter-1 a {
      padding: 45px 0 0; } }

@media (min-width: 1280px) {
  .inter-1 {
    padding: 0 250px; } }

.audience {
  color: black; }
  @media (min-width: 1280px) {
    .audience .main-section {
      padding-top: 45px; } }
  .audience figure {
    margin-top: 30px;
    margin-bottom: 30px; }

.article__content .font-size-small {
  font-size: 16px !important; }

.article__head h1 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400; }
  @media screen and (min-width: 1020px) {
    .article__head h1 {
      font-size: 36px; } }

.article__taxonomy {
  font-size: 14px;
  padding-bottom: 15px; }
  .article__taxonomy a {
    color: #474747; }
  @media (min-width: 1020px) {
    .article__taxonomy {
      font-size: 16px; } }

.article__date {
  font-size: 16px;
  padding-bottom: 15px; }
  @media (min-width: 760px) {
    .article__date {
      padding: 0 110px 30px; } }
  @media (min-width: 1020px) {
    .article__date {
      padding: 0 175px 30px; } }
  @media (min-width: 1280px) {
    .article__date {
      padding: 0 250px 30px; } }

.article__content {
  /*figure.fluid, img.fluid {
			width: 100% !important;

			img {
				width: 100%;
			}
		}*/ }
  .article__content .wpb_text_column, .article__content .text {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 1.6; }
    .article__content .wpb_text_column ul, .article__content .text ul {
      list-style-type: square;
      padding-left: 0; }
      @media (max-width: 759px) {
        .article__content .wpb_text_column ul, .article__content .text ul {
          padding-left: 20px; } }
    @media (min-width: 760px) {
      .article__content .wpb_text_column, .article__content .text {
        padding: 0 110px 30px; } }
    @media (min-width: 1020px) {
      .article__content .wpb_text_column, .article__content .text {
        padding: 0 175px 30px; } }
    @media (min-width: 1280px) {
      .article__content .wpb_text_column, .article__content .text {
        padding: 0 250px 30px; } }
    .article__content .wpb_text_column ul li, .article__content .text ul li {
      margin-bottom: 15px; }
    .article__content .wpb_text_column p:last-of-type, .article__content .text p:last-of-type {
      margin-bottom: 0; }
  .article__content figure {
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    min-width: 320px;
    width: 320px !important; }
    .article__content figure img {
      width: 100%;
      height: 100%; }
    .article__content figure figcaption {
      font-size: 16px;
      line-height: 1.5;
      padding: 15px 15px 30px; }

@media (min-width: 760px) {
  .article figure {
    width: 730px !important; }
    .article figure img {
      padding: 0 35px; }
    .article figure figcaption {
      padding: 15px 35px 30px; } }

@media (min-width: 1020px) {
  .article figure {
    width: 990px !important; }
    .article figure img {
      padding: 0 55px; }
    .article figure figcaption {
      padding: 15px 55px 30px; } }

@media (min-width: 1280px) {
  .article figure {
    width: 1250px !important; }
    .article figure img {
      padding: 0 115px; }
    .article figure figcaption {
      padding: 15px 115px 30px; } }

/**
 * for the blog, temp location
 */
.blog .main-section > div {
  border-top: 1px solid #D2D2D2; }

.blog .main-section .full-width {
  border: none; }

.text-block-two-columns {
  padding-left: 15px;
  padding-right: 15px; }
  .text-block-two-columns p {
    margin: 0; }
  @media (min-width: 760px) {
    .text-block-two-columns {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 759px) {
    .text-block-two-columns .bbgfb.-oneline {
      margin-top: 50px; } }
  .text-block-two-columns .bbgfb.-oneline legend {
    display: none; }
  .text-block-two-columns .bbgfb.-oneline .bbgfb__loader {
    height: 60px; }
  .text-block-two-columns .bbgfb.-oneline .bbgfb__loader__animation {
    color: #FFFFFF; }
  .text-block-two-columns.black .bbgfb__fields__field--submit button {
    border-color: #FFFFFF; }

.bloomberg-video__link {
  border-bottom: 0 !important; }

body {
  background-image: url("../assets/images/dotGrid_5a5a5a.png"); }

.content-image--caption {
  margin-top: 15px;
  color: #474747;
  font-size: 16px;
  line-height: 24px;
  padding: 0 45px; }

.modal-vimeo-player .bloomberg-video__wrapper {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important; }

.modal-vimeo-player .bloomberg-video__link {
  visibility: hidden; }

/**
 * css for the text animation hero option
 */
@keyframes fadeIn {
  from {
    opacity: 0; } }

.text-animation {
  height: calc(100vh + 30px);
  background-color: white;
  overflow: hidden; }
  .text-animation__meta {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #141414;
    z-index: 10; }
  .text-animation__wrapper {
    padding: 0px 30px;
    padding-top: 30vh;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: start; }
    .text-animation__wrapper h1, .text-animation__wrapper h2 {
      font-family: Consolas, "AvenirNextPForBBG", Helvetica, Arial, sans-serif;
      font-size: 30px;
      line-height: 50px;
      color: white;
      font-weight: 400; }
      .text-animation__wrapper h1 .wrap.active:after, .text-animation__wrapper h2 .wrap.active:after {
        content: '|';
        animation: fadeIn .5s infinite alternate; }
    .text-animation__wrapper .indicator {
      position: absolute;
      cursor: pointer;
      width: 28px;
      height: 28px;
      opacity: 1;
      bottom: 12%;
      transition: all 0.4s; }
      .text-animation__wrapper .indicator--hidden {
        opacity: 0;
        bottom: 10%; }
  .text-animation.framed .text-animation__meta {
    margin: 60px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 90px); }
  .text-animation.framed .text-animation__wrapper {
    padding-top: calc(30vh - 60px); }
    .text-animation.framed .text-animation__wrapper .indicator {
      bottom: calc( 12% + 60px); }

@media (min-width: 480px) {
  .text-animation__wrapper {
    padding-top: 40vh; } }

@media (min-width: 760px) {
  .text-animation__wrapper {
    padding-top: 25vh;
    width: 760px;
    margin: 0 auto; }
    .text-animation__wrapper h1, .text-animation__wrapper h2 {
      font-size: 60px;
      line-height: 90px; }
    .text-animation__wrapper .indicator {
      width: 40px;
      height: 40px; } }

@media (min-width: 1020px) {
  .text-animation__wrapper {
    width: 1020px; }
    .text-animation__wrapper .indicator {
      width: 50px;
      height: 50px; } }

@media (min-width: 1280px) {
  .text-animation__wrapper {
    padding: 30vh 60px 0;
    width: 100%;
    max-width: 1280px; } }

.collapsible-tree {
  padding: 45px 0; }
  .collapsible-tree__title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold; }
  .collapsible-tree__intro {
    text-align: center;
    padding-bottom: 40px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 32px; }
    @media (min-width: 1280px) {
      .collapsible-tree__intro {
        width: 761px;
        padding-bottom: 60px; } }
    .collapsible-tree__intro p {
      margin: 0;
      padding: 0; }
  .collapsible-tree__filters {
    text-align: center; }
    @media (max-width: 759px) {
      .collapsible-tree__filters {
        display: none; } }
    .collapsible-tree__filters span, .collapsible-tree__filters li {
      font-weight: 600;
      font-size: 14px;
      line-height: 30px; }
    .collapsible-tree__filters ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
    .collapsible-tree__filters li {
      display: inline-block;
      position: relative;
      margin-left: 75px;
      cursor: pointer; }
      .collapsible-tree__filters li:first-of-type {
        margin-left: 40px; }
      .collapsible-tree__filters li:before {
        content: '';
        height: 10px;
        width: 10px;
        background-color: transparent;
        border-radius: 5px;
        position: absolute;
        left: -15px;
        top: 9px; }
    .collapsible-tree__filters .active {
      border-bottom: 5px solid black; }
  .collapsible-tree__tree {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media (max-width: 759px) {
      .collapsible-tree__tree {
        display: none; } }
  .collapsible-tree__tree--mobile {
    margin-bottom: 30px;
    display: none; }
    @media (max-width: 759px) {
      .collapsible-tree__tree--mobile {
        display: block; } }
    .collapsible-tree__tree--mobile .accordion {
      background-color: #F0F0F0; }
      .collapsible-tree__tree--mobile .accordion__card_head {
        cursor: pointer; }
        .collapsible-tree__tree--mobile .accordion__card_head h3 {
          font-size: 20px;
          line-height: 32px;
          font-weight: 600;
          padding: 30px 75px 30px 15px;
          border-bottom: 1px solid #A5A5A5;
          position: relative; }
          .collapsible-tree__tree--mobile .accordion__card_head h3:after {
            content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%23000' fill-rule='nonzero' d='M20 13.14h-6.86V20h-2.28v-6.86H4v-2.28h6.86V4h2.28v6.86H20z'/%3E%3C/g%3E%3C/svg%3E");
            position: absolute;
            right: 15px;
            height: 24px;
            width: 24px;
            top: 35px; }
      .collapsible-tree__tree--mobile .accordion__card_content {
        background-color: white;
        font-size: 16px;
        line-height: 24px;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.5s; }
        .collapsible-tree__tree--mobile .accordion__card_content_body {
          padding: 30px 0;
          border-bottom: 1px solid #A5A5A5; }
        .collapsible-tree__tree--mobile .accordion__card_content h4 {
          font-weight: 600;
          margin-bottom: 15px;
          padding: 0 15px; }
        .collapsible-tree__tree--mobile .accordion__card_content ul {
          margin: 0;
          padding: 0 15px 30px;
          list-style: none;
          margin-bottom: 30px;
          border-bottom: 1px solid #A5A5A5; }
          .collapsible-tree__tree--mobile .accordion__card_content ul li {
            margin: 0; }
          .collapsible-tree__tree--mobile .accordion__card_content ul:last-child {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0; }
      .collapsible-tree__tree--mobile .accordion__card.js-active .accordion__card_head h3:after {
        transform: rotate(45deg); }
      .collapsible-tree__tree--mobile .accordion__card.js-active .accordion__card_content {
        height: auto;
        opacity: 1;
        transition: all 0.5s; }
  .collapsible-tree__tree > svg .node circle {
    fill: black;
    stroke: black;
    stroke-width: 1.5px; }
  .collapsible-tree__tree > svg .node.depth1 text,
  .collapsible-tree__tree > svg .node.depth1 circle {
    cursor: pointer; }
  .collapsible-tree__tree > svg .node.depth0 text,
  .collapsible-tree__tree > svg .node.depth1 text {
    font-family: "AvenirNextPForBBG", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold; }
  .collapsible-tree__tree > svg .node text {
    font-family: "AvenirNextPForBBG", Helvetica, Arial, sans-serif;
    font-size: 12px; }
  .collapsible-tree__tree > svg .link {
    fill: none;
    stroke: #CCCCCC;
    stroke-width: 1.5px; }
