/*!
Theme Name: BlackRock Blog
Theme URI: http://blackrockblog.com/
Description: The default theme for the BlackRock blog.
Author: 1 Trick Pony
Author URI: http://1trickpony.com/
Version: 1.2.3
Tags: black, white
*/
/* ==========================================================================
   Imports (Overriding Styles Import at bottom)
   ========================================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Colors
   ========================================================================== */
/* Sizes
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Media Query Sizing
   ========================================================================== */
/* 0, 480px */
/* 481px, 767px */
/* 768px, 994px */
/* 995px 1440px */
/* ==========================================================================
   Flexbox Check
   ========================================================================== */
/* ==========================================================================
   Grid classes
   ========================================================================== */
.row {
  margin: 0 auto;
  max-width: 994px; }
  .row.padding {
    padding-left: 20px;
    padding-right: 20px; }
  .row.border-bottom {
    border-bottom: 1px solid #d4d7db; }
  @media only screen and (min-width: 768px) {
    .row.padding-large {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (min-width: 995px) {
    .row.side-gutter {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 1034px; } }
  .page-template-template-blank .row {
    margin-left: auto;
    margin-right: auto; }

.content-with-sidebar {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .content-with-sidebar {
      float: left;
      width: 66.6667%; } }

.sidebar {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .sidebar {
      float: left;
      width: 33.3333%; } }
  @media only screen and (min-width: 995px) {
    .sidebar {
      padding-left: 30px; } }

.half {
  width: 100%; }

.one-third, .two-thirds {
  width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 994px) {
  .one-third:nth-child(even) {
    margin-left: 10px;
    margin-right: 0; }
  .one-third:nth-child(odd) {
    margin-left: 0;
    margin-right: 10px; }
  .large-half {
    width: calc(50% - 10px) !important; } }

@media only screen and (min-width: 768px) {
  .hide-large {
    display: none !important; }
  .half {
    width: calc(50% - 15px); }
    .tile-container .half:nth-child(odd) {
      margin-left: 0; }
    .tile-container .half:nth-child(even) {
      margin-right: 0; }
  .one-third {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 10px); }
  .two-thirds {
    width: 100%; } }

@media only screen and (min-width: 995px) {
  .half {
    width: calc(50% - 15px); }
  .one-third {
    width: calc(33.3333% - 20px); }
  .two-thirds {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(66.6666% - 20px); } }

/* ==========================================================================
   Newsletter Signup
   ========================================================================== */
.sidebar .newsletter-signup {
  margin-top: 20px; }

.newsletter-signup form {
  max-width: 525px; }

.newsletter-input input {
  display: inline-block;
  margin: 10px 0 20px;
  vertical-align: top; }

.newsletter-input input[type="email"] {
  border: 1px solid #d4d7db;
  border-radius: 3px 0 0 3px;
  height: 36px;
  font-size: 16px;
  padding: 0 16px;
  width: 68%;
  -webkit-appearance: none; }
  @media only screen and (min-width: 995px) {
    .sidebar .newsletter-input input[type="email"] {
      transition: width 0.25s ease-out;
      width: 53%; }
      .sidebar .newsletter-input input[type="email"]:focus {
        width: 68%; } }

.newsletter-input input[type="submit"] {
  border: none;
  border-radius: 0 3px 3px 0;
  color: white;
  font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 7px 8px 9px;
  width: 32%;
  -webkit-font-smoothing: subpixel-antialiased; }

.newsletter-subscription input {
  display: none; }
  .newsletter-subscription input:checked + label:before {
    color: #009ddc;
    content: "\2022";
    font-size: 30px;
    line-height: 24px;
    text-align: center; }

.newsletter-subscription label {
  margin-right: 15px;
  padding-left: 33px;
  position: relative; }
  .newsletter-subscription label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #dadcde;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    border-radius: 24px; }

.newsletter-agree input {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top; }

.newsletter-agree label {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: calc(100% - 25px); }

.newsletter-message {
  display: none;
  font-size: 14px;
  margin-bottom: 5px; }
  .newsletter-message a {
    display: block; }
  .newsletter-message.error {
    color: #FF0000; }
  .newsletter-message.loading {
    color: #ccc; }

/* ==========================================================================
   Search in place styles, taken from search-in-place plugin
   ========================================================================== */
.search-in-place-type-page,
.search-in-place-type-post {
  background: url(arrow.png) no-repeat 0px bottom;
  color: #AAA;
  text-transform: uppercase;
  font-size: 12px; }

.search-in-place {
  background-color: white;
  border-bottom: 1px solid #d4d7db;
  border-top: 1px solid #d4d7db;
  left: 0 !important;
  margin: -6px 0 0;
  overflow: hidden;
  padding: 20px 0 30px;
  position: absolute;
  width: 100vw !important;
  z-index: 9999; }
  .search-in-place #s {
    border: none !important; }
  @media only screen and (min-width: 768px) {
    .search-in-place {
      margin-top: -5px; } }

.search-in-place .loading {
  width: 16px;
  height: 11px;
  background: url(images/gfx-sip_loading.gif) no-repeat;
  margin: 10px auto;
  position: relative; }

.search-in-place > div {
  padding: 0 5px; }

.search-in-place .label {
  background-color: transparent;
  color: #9d9c9c;
  font-size: 12px;
  margin: 0 auto 5px;
  max-width: 994px;
  padding: 35px 15px 15px;
  position: relative;
  width: 100%; }
  .search-in-place .label:not(.more) {
    background: transparent;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 20px 15px 0;
    text-transform: capitalize; }
    @media only screen and (min-width: 995px) {
      .search-in-place .label:not(.more) {
        padding-left: 0;
        padding-right: 0; } }
  .search-in-place .label + .item {
    border-top: 1px solid #d4d7db; }
  @media only screen and (min-width: 995px) {
    .search-in-place .label {
      padding-left: 0;
      padding-right: 0; } }

.search-in-place .item {
  border: none;
  padding: 35px 15px 0;
  position: relative;
  margin: 0 auto;
  max-width: 994px;
  width: 100%; }
  .search-in-place .item:after {
    opacity: 0;
    transition: opacity 0.25s ease-out; }
  .search-in-place .item + .label {
    margin-top: 15px; }
  .search-in-place .item .data {
    margin-left: 74px !important; }
    .search-in-place .item .data .title {
      font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 16px; }
      .search-in-place .item .data .title a {
        font-size: 24px;
        line-height: 20px; }
    .search-in-place .item .data .resume {
      font-size: 16px !important;
      padding-top: 5px; }
    .search-in-place .item .data .author,
    .search-in-place .item .data .date {
      display: none; }
    .search-in-place .item .data bold, .search-in-place .item .data strong {
      font-weight: normal; }
  .search-in-place .item > div:first-child.data {
    margin-left: 0 !important; }
  .search-in-place .item.category {
    background: #fff;
    min-height: 0; }
    .search-in-place .item.category .data {
      margin-left: 0 !important; }
    .search-in-place .item.category .resume,
    .search-in-place .item.category .author,
    .search-in-place .item.category .date {
      display: none; }
  .search-in-place .item.active:after {
    opacity: 1; }
  @media only screen and (min-width: 995px) {
    .search-in-place .item {
      padding-left: 0;
      padding-right: 0; } }

.search-in-place .title {
  display: block; }

.search-in-place .resume {
  display: block;
  font-size: 10px; }

.search-in-place .author {
  font-size: small;
  font-weight: bold; }

.search-in-place .date {
  font-size: small;
  margin-left: 5px;
  font-style: italic; }

.search-in-place .more {
  background: white;
  border: 0;
  text-align: left; }
  .search-in-place .more a {
    font-size: 16px;
    text-transform: none;
    text-shadow: none; }

.sharequote {
  color: #9d9c9c;
  font-family: 'RotisSerifStd', Georgia, serif;
  font-size: 26px;
  line-height: 1.4em;
  margin: 20px 0 20px 0;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .sharequote {
      display: inline;
      float: right;
      width: 380px;
      margin: 30px 35px 30px 20px;
      padding: 0 0 0 10px; } }
  @media only screen and (min-width: 995px) {
    .sharequote {
      margin: 30px -35px 30px 20px; } }
  .sharequote .twitter-share-button {
    position: relative;
    top: 0; }
    .sharequote .twitter-share-button a {
      position: relative;
      font-family: 'AkkuratProBold', sans-serif !important;
      font-size: 20px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none !important;
      margin: 0 0 0 15px;
      padding-left: 30px;
      color: #9d9c9c !important; }
      .sharequote .twitter-share-button a span {
        visibility: hidden; }
      .sharequote .twitter-share-button a .twitter-bird {
        position: absolute;
        top: 6px;
        left: 0;
        width: 26px;
        fill: #9d9c9c; }
  .sharequote:hover {
    color: #000; }
    .sharequote:hover a {
      color: #5FA9DD !important; }
      .sharequote:hover a span {
        visibility: visible; }
      .sharequote:hover a .twitter-bird {
        fill: #5FA9DD; }

/* ==========================================================================
   General Site Styles
   ========================================================================== */
html {
  box-sizing: border-box; }
  html.open-menu {
    height: calc(100vh - 54px);
    max-height: 100vh;
    position: fixed;
    overflow: hidden;
    width: 100%; }
    html.open-menu body {
      max-height: inherit;
      overflow: inherit; }

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

:focus {
  outline-color: #009ddc; }

body {
  background: #f2f3f4;
  color: black;
  font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }
  body.single-post, body.page-template-template-blank {
    background: white; }

a:link,
a:visited {
  color: black;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

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

figure {
  margin: 0; }

hr {
  width: 100%;
  border-top: 1px solid #d4d7db;
  border-bottom: 1px solid #fff;
  height: 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h2 {
  margin: 21px 0; }

h3 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 16px;
  font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif; }
  .sidebar h3 {
    font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 1em 0;
    padding: 10px 0 0;
    text-transform: uppercase; }

.bg-white {
  background: white; }

.site-wrapper {
  overflow: hidden; }

.site-main {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .site-main {
      margin-top: 40px; } }
  .home .site-main {
    margin-top: 0; }

.site-footer {
  clear: both; }
  .page-template-template-blank .site-footer .row:first-child:before {
    border-top: 1px solid #d4d7db;
    content: '';
    margin-bottom: 20px;
    width: 100%; }

.button, .search-in-place .more a, .pagination-link a {
  background: #009ddc;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased; }
  .button:hover, .search-in-place .more a:hover, .pagination-link a:hover {
    background: #0052b4; }
  .button.thin, .search-in-place .more a.thin, .pagination-link a.thin {
    padding: 8px 35px; }

a.button, .search-in-place .more a, .pagination-link a {
  color: white; }

.underlined-list {
  font-size: 14px;
  list-style: none;
  margin: 0 0 0.7em;
  padding: 0; }
  .underlined-list li {
    border-bottom: 1px solid #d4d7db; }
    .underlined-list li:first-child {
      border-top: 0; }
  .underlined-list a {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    padding: 0.7em 0; }

.view-all {
  display: block;
  font-size: 14px;
  padding: 0.7em 0; }

.contributors-widget li {
  padding-bottom: 0.7em; }
  .contributors-widget li a {
    font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
    padding-bottom: 0; }
  .contributors-widget li span {
    display: block;
    margin: 2px 0 0; }

.avatar.photo {
  border-radius: 50%; }

.alpha-profile {
  background: url("/content/themes/blackrockblog/images/icon-seeking_alpha.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 50px;
  width: 50px; }
  @media only screen and (min-width: 768px) {
    .alpha-profile {
      height: 60px;
      width: 60px; } }

.popular-posts-widget li {
  padding-bottom: 10px; }
  .popular-posts-widget li a {
    font-family: "RotisSerifStd-Bold", Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.3em;
    padding-bottom: 0.2em; }

.sidebar .widget {
  margin-bottom: 40px; }

.social-title {
  display: block;
  font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase; }

.social-list {
  font-size: 0;
  list-style: none;
  padding: 0;
  white-space: nowrap; }
  .social-list li {
    display: inline-block;
    margin-right: 10px; }
    .social-list li:last-child {
      margin-right: 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.bold {
  font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif; }

.light {
  font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.social-icon {
  background: #6d6c6c;
  display: inline-block;
  text-align: center; }
  .social-icon > svg {
    fill: white;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .social-icon.facebook {
    background: #3b5998; }
  .social-icon.twitter {
    background: #55acee; }
  .social-icon.linkedin {
    background: #0077B5; }
  .social-icon.youtube {
    background: #e52d27; }
  .social-icon.google-plus {
    background: #dd4b39; }
  .social-icon.rss {
    background: #F18225; }
  .social-icon.share {
    background: white;
    cursor: pointer; }
  .social-icon.square, .social-icon.rectangle {
    height: 55px;
    width: 55px; }
  .social-icon.square svg {
    height: 30px;
    width: 30px; }
  .social-icon.rectangle {
    height: 40px;
    vertical-align: middle; }
    .social-icon.rectangle svg {
      height: 18px;
      width: 18px; }
  .social-icon.circle {
    border-radius: 100%;
    height: 36px;
    position: relative;
    width: 36px; }
    .social-icon.circle svg {
      height: 18px;
      fill: white;
      width: 18px; }
  .social-icon.icon-only {
    background: transparent; }
    .social-icon.icon-only svg {
      height: 20px;
      fill: #999;
      top: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 20px; }
  .social-icon.share {
    box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
    height: 50px;
    -webkit-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
    transition: all 0.25s ease-out 0.3s;
    width: 50px;
    z-index: 11; }
    .open .social-icon.share {
      transition-delay: 0s; }
    @media only screen and (min-width: 768px) {
      .start .social-icon.share {
        transition-delay: 0s; } }
    .social-icon.share svg {
      fill: black; }
  .sharing-icon .social-icon:not(.share) {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    transition: all 0.3s ease-out; }
    .sharing-icon .social-icon:not(.share):nth-child(1) {
      transition-delay: 0.06s;
      z-index: 9; }
    .sharing-icon .social-icon:not(.share):nth-child(2) {
      transition-delay: 0.09s;
      z-index: 8; }
    .sharing-icon .social-icon:not(.share):nth-child(3) {
      transition-delay: 0.12s;
      z-index: 7; }
    .sharing-icon .social-icon:not(.share):nth-child(4) {
      transition-delay: 0.15s;
      z-index: 6; }
    .sharing-icon .social-icon:not(.share):nth-child(5) {
      transition-delay: 0.18s;
      z-index: 5; }
    .sharing-icon .social-icon:not(.share):nth-child(6) {
      transition-delay: 0.21s;
      z-index: 4; }
    .sharing-icon .social-icon:not(.share):nth-child(7) {
      transition-delay: 0.24s;
      z-index: 3; }
    .sharing-icon .social-icon:not(.share):nth-child(8) {
      transition-delay: 0.27s;
      z-index: 2; }
    .sharing-icon .social-icon:not(.share):nth-child(9) {
      transition-delay: 0.3s;
      z-index: 1; }
    .sharing-icon .social-icon:not(.share):nth-child(10) {
      transition-delay: 0.33s;
      z-index: 0; }
  .sharing-icon.open .social-icon:not(.share) {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media only screen and (min-width: 768px) {
    .social-icon.share {
      -webkit-transform: translate(-5px, -5px);
          -ms-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px); }
    .sharing-icon.start .social-icon:not(.share) {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

.rss-panel {
  margin-top: 30px; }
  .rss-panel select {
    background: white;
    border: 1px solid #999;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 40px;
    max-width: 176px;
    width: calc(100% - 60px); }
  .rss-panel .subscribe {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top; }

.article-title {
  font-family: "RotisSerifStd-Bold", Times, "Times New Roman", serif;
  font-weight: normal; }

.title-bar {
  background: white;
  font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 20px 15px 0; }
  .title-bar h1 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0;
    text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .title-bar {
      padding-left: 20px;
      padding-right: 20px; } }

.tile-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tile-container .tile:not(.article-tile) {
    display: inline-block;
    margin-top: 20px; }
  html.no-flexbox.no-flexboxtweener .tile-container {
    font-size: 0; }
    html.no-flexbox.no-flexboxtweener .tile-container > *:not(.feature-tile) {
      font-size: 16px; }
    html.no-flexbox.no-flexboxtweener .tile-container .tile {
      display: inline-block;
      vertical-align: top; }
  @media only screen and (min-width: 768px) {
    .tile-container .tile {
      margin-top: 20px; }
      .tile-container .tile:nth-child(even) {
        margin-left: 10px; }
      .tile-container .tile:nth-child(odd) {
        margin-right: 10px; }
    .tile-container .tile.half:nth-child(even) {
      margin-left: 15px; }
    .tile-container .tile.half:nth-child(odd) {
      margin-right: 15px; } }
  @media only screen and (min-width: 995px) {
    .tile-container.row.side-gutter {
      padding-left: 10px;
      padding-right: 10px; } }

.article-tile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 15px;
  position: relative; }
  .article-tile .article-image {
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 65.5%;
    position: relative;
    width: 100%; }
    .article-tile .article-image a {
      display: block;
      height: 100%;
      overflow: hidden;
      position: absolute;
      width: 100%; }
    .article-tile .article-image img {
      display: block;
      left: 50%;
      height: inherit;
      max-width: none;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto; }
    .article-tile .article-image.alignment-left img {
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .article-tile .article-image.alignment-right img {
      left: auto;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .article-tile .article-tile-top {
    width: 100%; }
  .article-tile .article-category {
    font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%; }
    .article-tile .article-category a {
      color: #009ddc; }
  .article-tile .article-content {
    padding: 0 15px 15px; }
  .article-tile h2, .article-tile .article-title {
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 25px; }
  .article-tile p {
    color: #6d6c6c;
    font-size: 15px;
    line-height: 24px;
    margin: 0; }
  .article-tile footer {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    color: #9d9c9c;
    font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 0 15px; }
    .article-tile footer a {
      color: inherit;
      display: inline-block;
      vertical-align: bottom; }
    .article-tile footer .divider {
      padding: 0 5px; }
  .archive-title + .article-tile.wide {
    margin-top: 0; }
  .article-tile.wide .article-image {
    padding-bottom: 35.5%; }
    .article-tile.wide .article-image img {
      height: auto;
      min-height: auto;
      top: 0;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .article-tile.wide, .article-tile.full-content {
    padding-bottom: 20px; }
    .article-tile.wide .article-image, .article-tile.wide .article-category, .article-tile.full-content .article-image, .article-tile.full-content .article-category {
      margin-bottom: 20px; }
  .article-tile.vertical-space {
    margin-top: 40px; }
  .article-tile.border-top:before {
    border-top: 1px solid #d4d7db;
    content: '';
    display: block;
    margin-bottom: 30px;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .article-tile {
      /* h2, .article-title {
			font-size: 24px;
			line-height: 26px;
			margin: 0 0 20px;
		}

		p {
			font-size: 14px;
			line-height: 20px;
		} */
      /* &.one-third {
			h2, .article-tile {
				margin-bottom: 10px;
			}
		} */ }
      .article-tile footer {
        margin-bottom: 0; }
      .article-tile.wide {
        padding-left: 30px;
        padding-right: 30px; }
        .article-tile.wide .article-content {
          padding-left: 0;
          padding-right: 0; }
        .article-tile.wide h2, .article-tile.wide .article-title {
          margin: 0 0 15px; }
        .article-tile.wide footer {
          padding-left: 0;
          padding-right: 0; }
          .article-tile.wide footer a {
            max-width: none; }
      .article-tile.full-content .article-content {
        padding: 0 0 20px; }
      .article-tile.full-content footer {
        padding: 0; }
      .article-tile.wide:not(.border-top), .article-tile.full-content:not(.border-top) {
        padding-bottom: 60px; }
        .article-tile.wide:not(.border-top) .article-category, .article-tile.full-content:not(.border-top) .article-category {
          font-size: 14px; }
        .article-tile.wide:not(.border-top) h2, .article-tile.wide:not(.border-top) .article-title, .article-tile.full-content:not(.border-top) h2, .article-tile.full-content:not(.border-top) .article-title {
          font-size: 30px;
          line-height: 1em; }
        .article-tile.wide:not(.border-top) p, .article-tile.full-content:not(.border-top) p {
          font-size: 16px;
          line-height: 23px; }
        .article-tile.wide:not(.border-top) footer, .article-tile.full-content:not(.border-top) footer {
          font-size: 13px; } }

.feature-tile {
  font-size: 0; }
  .feature-tile figure {
    display: none;
    margin: 0;
    vertical-align: top;
    width: 30%; }
    .feature-tile figure img {
      display: block;
      max-width: none;
      width: 100%; }
  .feature-tile .content {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: top; }
  .feature-tile h2 {
    font-size: 24px;
    padding: 10px 0; }
  .feature-tile ul {
    list-style: none;
    padding: 0; }
  .feature-tile li {
    margin-bottom: 25px;
    padding-left: 10px;
    position: relative; }
    .feature-tile li:before {
      content: '';
      display: block;
      border: 5px solid transparent;
      border-left-color: black;
      left: -8px;
      position: absolute;
      top: 0.25em; }
  .feature-tile .featured-link {
    display: block;
    font-family: "RotisSerifStd-Bold", Times, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1em;
    position: relative; }
  @media only screen and (min-width: 768px) {
    .feature-tile .content {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (min-width: 995px) {
    .feature-tile figure {
      display: inline-block; }
    .feature-tile .content {
      padding: 0;
      width: calc(70% - 10px*4); }
    .feature-tile h2 {
      font-size: 30px;
      padding: 20px 0; } }

.newsletter-tile {
  background-color: #0569b3;
  background-image: url("images/bg-newsletter_tile.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: white;
  margin-bottom: 20px;
  padding: 0 20px 40px; }
  .newsletter-tile .newsletter-content {
    margin: 0 auto;
    max-width: 350px; }
  .newsletter-tile h2 {
    font-family: "RotisSerifStd-Bold", Times, "Times New Roman", serif;
    font-size: 30px;
    margin-top: 250px; }
  @media only screen and (min-width: 768px) {
    .newsletter-tile {
      margin-bottom: 0; } }
  @media only screen and (min-width: 995px) {
    .newsletter-tile {
      background-position: -100px 0; } }

.more-articles-container {
  background: #f6f6f6;
  margin-top: 50px;
  padding: 50px 0; }
  .more-articles-container > header h2 {
    margin: 0 auto;
    max-width: 994px;
    padding: 0px 0 10px; }
  @media only screen and (max-width: 994px) {
    .more-articles-container > header {
      padding-left: 15px;
      padding-right: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 994px) {
  .more-articles .article-tile.one-third:last-child {
    display: none; } }

.pagination-link {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  width: 100%; }
  .pagination-link a {
    min-width: 175px; }
    .pagination-link a.loading {
      background: #6d6c6c; }

/* ==========================================================================
   General Styling Override & Imports
   ========================================================================== */
.company-menu {
  color: white;
  height: calc(100vh - 54px);
  max-width: 290px;
  pointer-events: none;
  position: fixed;
  overflow: auto;
  top: 54px;
  transition: width 0s linear 0.6s;
  visibility: hidden;
  width: 0;
  z-index: 200; }
  .company-menu.open {
    pointer-events: all;
    transition-delay: 0s;
    visibility: visible;
    width: 100%; }
    .company-menu.open .row {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .company-menu .row {
    background: black;
    min-height: 100%;
    padding: 0px 0 30px;
    transition: all 0.4s ease-in-out 2ms;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%; }
  .company-menu nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .company-menu a {
    color: white; }
  .company-menu .company-logo {
    display: none;
    margin-bottom: 30px; }
  .company-menu .x {
    cursor: pointer;
    float: right;
    width: 13px; }
    .company-menu .x svg {
      width: 100%; }
    .company-menu .x path {
      fill: #999; }
  .company-menu .company-info {
    display: none;
    margin-right: 30px;
    max-width: 300px;
    width: 31%; }
    .company-menu .company-info p {
      color: #999;
      font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 0; }
  .company-menu .company-photo {
    margin-bottom: 45px; }
    .company-menu .company-photo img {
      display: block; }
  .company-menu .nav-container ul {
    display: none;
    margin: 0 0 40px;
    padding: 0; }
  .company-menu .nav-container li {
    font-size: 16px;
    line-height: 1.7em;
    list-style: none; }
  .company-menu .nav-container a {
    display: block;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 32px;
    padding: 0 20px; }
  .company-menu .menu-return {
    border-bottom-color: #6d6c6c; }
    .company-menu .menu-return .menu-return-text {
      color: white; }
  .company-menu .column-title {
    color: #808080;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    display: block;
    font-size: 12px;
    letter-spacing: 2px; }
  .company-menu a.column-title {
    color: white;
    display: block;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 20px;
    text-decoration: none; }
    .company-menu a.column-title:hover {
      color: #009ddc; }
  .company-menu h4.column-title {
    display: none;
    padding: 20px 20px 0;
    text-transform: uppercase; }
  .company-menu h4.company-menu-intro-title {
    display: block;
    padding-top: 0; }
  .company-menu .mobile-show {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .company-menu .mobile-show ul, .company-menu .mobile-show h4, .company-menu .mobile-show h4.column-title {
      display: block; }
    .company-menu .mobile-show ul {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .company-menu {
      background: black;
      height: auto;
      max-height: 0;
      max-width: 100%;
      min-height: 0;
      overflow: hidden;
      padding: 0 20px;
      position: relative;
      top: auto;
      transition: max-height 0.6s ease-in-out, visibility 0.7s;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%; }
      .company-menu.open {
        max-height: 1000px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .company-menu .row {
        background: transparent;
        padding: 20px 0 70px;
        transition: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .company-menu nav {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .company-menu .company-logo {
        display: block; }
      .company-menu .company-info, .company-menu .nav-container {
        display: inline-block;
        vertical-align: top; }
      .company-menu .column-title {
        color: #999;
        font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        margin: 0 0 12px;
        text-transform: uppercase; }
      .company-menu .ishares .column-title::first-letter {
        text-transform: lowercase; }
      .company-menu h4.column-title {
        display: block;
        padding: 0; }
      .company-menu a.column-title {
        color: #999;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: normal;
        padding: 0; }
        .company-menu a.column-title:hover {
          color: #999; }
      .company-menu h4.company-menu-intro-title {
        display: none; }
      .company-menu .mobile-show {
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
      .company-menu .nav-container {
        width: calc(70% - 50px); }
        .company-menu .nav-container .column {
          width: 33.33%; }
          .company-menu .nav-container .column:nth-child(n+4) {
            padding: 35px 0 0; }
          .company-menu .nav-container .column:last-child {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-flex-grow: 2;
                -ms-flex-positive: 2;
                    flex-grow: 2; }
            .company-menu .nav-container .column:last-child ul {
              -webkit-flex-grow: 2;
                  -ms-flex-positive: 2;
                      flex-grow: 2; }
        .company-menu .nav-container ul {
          display: block;
          margin: 0; }
        .company-menu .nav-container li {
          font-size: 14px;
          line-height: 24px; }
        .company-menu .nav-container a {
          line-height: inherit;
          padding: 0; }
          .company-menu .nav-container a:not(.column-title) {
            font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }
        html.no-flexbox.no-flexboxtweener .company-menu .nav-container {
          font-size: 0; }
          html.no-flexbox.no-flexboxtweener .company-menu .nav-container .column {
            display: inline-block;
            font-size: 16px;
            vertical-align: top; } }
  @media only screen and (min-width: 995px) {
    .company-menu {
      padding-left: 0;
      padding-right: 0; } }

.company-social li {
  margin-right: 15px; }

html.no-flexbox.no-flexboxtweener .company-social {
  margin-top: 30px; }

@media only screen and (min-width: 768px) {
  .company-social {
    margin-top: 73px; } }

.site-header {
  background: white;
  position: relative;
  z-index: 100; }
  body:not(.page-home):not(.full-width-hero) .site-header {
    border-bottom: 1px solid #eef1f3; }
  @media only screen and (min-width: 768px) {
    .site-header {
      padding-top: 56px; } }

.site-header-container {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px; }
  @media only screen and (min-width: 768px) {
    .site-header-container {
      height: auto; } }

.menu-return {
  border-bottom: 1px solid #d4d7db;
  margin-bottom: 22px;
  padding: 0 20px; }
  .menu-return .menu-return-text {
    color: #009ddc;
    display: inline-block;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 20px 0;
    position: relative; }
    .menu-return .menu-return-text:before {
      color: inherit;
      content: '<';
      display: inline;
      font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
      margin-right: 10px; }
    .menu-return .menu-return-text:after {
      background-color: #009ddc;
      bottom: 0;
      height: 6px;
      left: 0;
      content: '';
      position: absolute;
      transition: all 0.25s;
      width: calc(100% + 10px); }
  @media only screen and (min-width: 768px) {
    .menu-return {
      display: none; } }

.menu-icon {
  display: inline-block;
  height: 24px;
  margin-left: 15px;
  position: relative;
  transition: .5s ease-in-out;
  width: 30px; }
  .menu-icon .burger, .menu-icon .x {
    height: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.25s ease-out;
    top: 50%;
    width: 20px; }
  .menu-icon .burger {
    margin-top: 1px; }
  .menu-icon .x {
    opacity: 0; }
  .menu-icon.open .burger {
    opacity: 0; }
  .menu-icon.open .x {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .menu-icon {
      display: none; } }

.search-icon {
  display: inline-block;
  height: 30px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 30px; }
  .search-icon .icon {
    display: inline;
    height: 20px;
    margin: 0;
    transition: opacity 0.2s ease-out;
    width: 20px; }
    .search-icon .icon svg {
      height: 100%;
      width: 100%; }
    .search-icon .icon path {
      fill: black;
      transition: all 0.3s; }
  .search-icon .x {
    height: 22px;
    opacity: 0;
    width: 22px; }
    .search-icon .x path {
      fill: #009ddc; }
  .search-icon .icon, .search-icon .x {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacty 0.25s ease-out; }
  .search-icon.open .icon {
    opacity: 0; }
  .search-icon.open .x {
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .search-icon {
      margin-top: -12px; }
      .search-icon .icon {
        height: 18px;
        width: 18px; }
      .search-icon .x {
        width: 20px; }
      html.no-flexbox.no-flexboxtweener .search-icon {
        vertical-align: 8px; } }
  @media only screen and (min-width: 995px) {
    .search-icon {
      margin-right: 0; } }

.site-search-container {
  box-sizing: content-box;
  height: 54px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: all 0s linear 0.4s;
  width: 100%; }
  .site-search-container.open {
    max-height: 74px;
    padding-bottom: 20px;
    transition-delay: 0s;
    transition-duration: 0.3s; }
  @media only screen and (min-width: 768px) {
    .site-search-container {
      height: 131px; }
      .site-search-container.open {
        max-height: 161px; } }

.search-close {
  height: 20px;
  position: absolute;
  right: 2%;
  top: 15px;
  width: 20px; }
  @media only screen and (min-width: 768px) {
    .search-close {
      display: none; } }

.search-close-icon {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75); }
  .search-close-icon:before, .search-close-icon:after {
    background: #7d7d7d;
    content: '';
    height: 2px;
    position: absolute;
    top: -2px;
    transition: all 0.2s ease-out;
    width: 30px; }
  .search-close-icon:before {
    left: -13px;
    -webkit-transform: rotate(-45deg) translate(0, 0%);
        -ms-transform: rotate(-45deg) translate(0, 0%);
            transform: rotate(-45deg) translate(0, 0%);
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%; }
  .search-close-icon:after {
    left: -4px;
    -webkit-transform: rotate(45deg) scaleX(-1) translate(-100%, 0%);
        -ms-transform: rotate(45deg) scaleX(-1) translate(-100%, 0%);
            transform: rotate(45deg) scaleX(-1) translate(-100%, 0%);
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%; }

.search-container {
  background: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  transition: all 0.3s ease-out;
  z-index: 90; }
  .open .search-container {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .open .search-container:before {
      box-shadow: 0 2px 2px 0 rgba(193, 198, 200, 0.2);
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: -1px;
      width: 100vw;
      z-index: 1000; }
  .search-container form {
    height: 100%; }
  .search-container input[type="text"] {
    border: 0;
    border-radius: 0;
    color: #707372;
    display: block;
    font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
    height: 54px;
    line-height: 38px;
    text-indent: 10px;
    width: 100%;
    -webkit-appearance: none; }
    .search-container input[type="text"]:focus {
      background: rgba(255, 255, 255, 0.6);
      outline: none; }
    .search-container input[type="text"]::-webkit-input-placeholder {
      color: #707372;
      font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }
    .search-container input[type="text"]:-moz-placeholder {
      color: #707372;
      font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }
    .search-container input[type="text"]::-moz-placeholder {
      color: #707372;
      font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }
    .search-container input[type="text"]:-ms-input-placeholder {
      color: #707372;
      font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif; }
  .search-container input[type="submit"] {
    border: none;
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .search-container input[type="submit"]:focus {
      outline: none; }
  @media only screen and (min-width: 768px) {
    .search-container {
      height: 131px; }
      .search-container input[type="text"] {
        font-size: 24px;
        height: 131px; }
        .search-container input[type="text"]::-webkit-input-placeholder {
          font-size: 24px; }
        .search-container input[type="text"]:-moz-placeholder {
          font-size: 24px; }
        .search-container input[type="text"]::-moz-placeholder {
          font-size: 24px; }
        .search-container input[type="text"]:-ms-input-placeholder {
          font-size: 24px; }
      .search-container input[type="submit"] {
        display: block; } }

.search-bar {
  height: 100%;
  margin: 0 auto;
  max-width: 1034px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .search-bar {
      padding: 0 15px; } }

/* ==========================================================================
   Top Hat Menu
   ========================================================================== */
.company-menu-flag {
  cursor: pointer;
  float: left; }
  .company-menu-flag .carat, .company-menu-flag .company-menu-flag-text {
    display: inline-block;
    vertical-align: top; }
  .company-menu-flag .carat {
    background: black;
    padding: 10px 7px;
    margin-right: 10px; }
  .company-menu-flag svg {
    transition: all 0.3s ease-in-out; }
  .company-menu-flag.open svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .company-menu-flag svg {
    height: 8px;
    width: 14px; }
    .company-menu-flag svg path {
      fill: white; }

.company-menu-flag-text {
  font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 5px; }

#menu-top-hat {
  display: none;
  font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0;
  left: 0;
  top: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 20; }
  #menu-top-hat .row {
    max-width: 994px; }
  #menu-top-hat a {
    color: black;
    display: block; }
  #menu-top-hat ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  #menu-top-hat li {
    display: inline-block;
    font-size: 16px; }
    #menu-top-hat li ul {
      background: white;
      border-color: #eef1f3;
      border-style: solid;
      border-width: 0 1px 1px;
      left: -1px;
      min-width: calc(100% + 2px);
      padding: 4px 0;
      position: absolute;
      top: calc(100% + 1px);
      white-space: nowrap; }
      #menu-top-hat li ul li {
        display: block; }
  #menu-top-hat .language-selected ul {
    padding: 0; }
  #menu-top-hat .language-selected li {
    border-bottom: 1px solid #eef1f3; }
  #menu-top-hat .language-selected > a:after {
    display: none; }
  #menu-top-hat .language-selected > a .flag {
    display: none; }
  #menu-top-hat .language-selected > a .icon {
    height: 30px;
    margin: 0; }
    #menu-top-hat .language-selected > a .icon path {
      fill: #494949;
      transition: all 0.3s; }
  #menu-top-hat .language-selected > a.open-menu .icon path {
    fill: #009ddc; }
  @media only screen and (min-width: 768px) {
    #menu-top-hat {
      display: inline-block;
      font-family: Arial, Helvetica, sans-serif;
      left: 50%;
      position: absolute;
      text-transform: none;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
      #menu-top-hat a {
        color: #767676;
        padding: 5px 17px; }
      #menu-top-hat li {
        background: white;
        font-size: 12px;
        position: relative; }
      #menu-top-hat .language-selected > a {
        padding: 5px 5px 5px 17px; }
        #menu-top-hat .language-selected > a:after {
          display: inline-block; }
        #menu-top-hat .language-selected > a .flag {
          display: inline; } }
  @media only screen and (min-width: 768px) and (max-width: 994px) {
    #menu-top-hat {
      padding-left: 20px; } }

[class^="icl-"] a {
  padding: 20px; }

[class^="icl-"] .flag:before {
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 6px;
  vertical-align: middle;
  width: 16px; }

@media only screen and (min-width: 768px) {
  [class^="icl-"] a {
    padding: 10px 12px; } }

.icl-en .flag:before {
  background: url("/content/themes/blackrockblog/images/flag_us.jpg") no-repeat; }

.icl-can .flag:before {
  background: url("/content/themes/blackrockblog/images/flag_ca.jpg") no-repeat; }

#top-hat-menu {
  display: none; }
  #top-hat-menu > li {
    border-right: 1px solid #eef1f3; }
    #top-hat-menu > li.theblog {
      background: #eef1f3;
      font-weight: 600; }
  #top-hat-menu .sub-menu {
    min-width: 150px; }
  @media only screen and (min-width: 768px) {
    #top-hat-menu {
      display: block; } }

@media only screen and (min-width: 768px) {
  .top-hat-container {
    border-color: #eef1f3;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: inline-block; } }

.language_selector .carat {
  display: inline-block; }
  .language_selector .carat svg {
    height: 8px;
    margin-left: 3px;
    width: 8px; }
    .language_selector .carat svg path {
      fill: #767676; }

@media only screen and (min-width: 768px) and (max-width: 994px) {
  .language_selector {
    margin-right: 10px; } }

.language-selections {
  height: 200px;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 1px);
  transition: all 0s linear 0.4s;
  width: 100%; }
  .language-selections ul {
    top: 0 !important;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 0.3s ease-out; }
  .open-menu + .language-selections {
    max-height: 200px;
    transition-delay: 0.1s;
    transition-duration: 0.2s; }
    .open-menu + .language-selections ul {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  @media only screen and (min-width: 768px) {
    .language-selections {
      overflow: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .language-selections ul {
        display: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .language-selections ul.open {
          display: block; } }

@media only screen and (min-width: 768px) {
  .language_selector {
    display: inline-block; }
    .language_selector .icon {
      display: none; }
    .language_selector .selected {
      display: none !important; } }

/* ==========================================================================
   Main Site Menu
   ========================================================================== */
#main-menu-row {
  display: inline-block;
  font-size: 0;
  padding: 0;
  text-align: center;
  width: calc(100% - 90px); }
  html.no-flexbox.no-flexboxtweener #main-menu-row {
    width: auto;
    vertical-align: bottom; }
  #main-menu-row .gap {
    -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
            flex-shrink: 2;
    width: 10%; }
  @media only screen and (min-width: 768px) {
    #main-menu-row {
      overflow: hidden;
      margin-top: -10px;
      padding: 20px 0 0 20px;
      text-align: left;
      width: 100%; }
      html.no-flexbox.no-flexboxtweener #main-menu-row {
        width: calc(100% - 90px); } }
  @media only screen and (min-width: 995px) {
    #main-menu-row {
      padding-left: 0; } }

.theblog {
  display: inline-block;
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
  max-width: 160px;
  position: relative;
  top: 2px;
  vertical-align: bottom; }
  .theblog img {
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .theblog {
      margin-right: 40px;
      max-width: none;
      top: -14px;
      width: 220px; }
      html.no-flexbox.no-flexboxtweener .theblog {
        vertical-align: bottom; } }

.main-menu-container {
  display: inline-block;
  font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: height 0s linear 0.5s;
  vertical-align: bottom;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .main-menu-container:before {
      box-shadow: 0 2px 2px 0 rgba(193, 198, 200, 0.2);
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: -1px;
      width: 100vw;
      z-index: 1000; }
    .main-menu-container:after {
      background: rgba(0, 0, 0, 0.7);
      content: '';
      height: 100vh;
      left: 0;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      top: 0;
      transition: opacity 0.5s ease-out 0.2s;
      width: 100vw;
      z-index: -1; }
      .no-csspointerevents .main-menu-container:after {
        display: none; }
    .main-menu-container.open {
      height: calc(100vh - 54px);
      overflow: auto;
      transition-delay: 0s;
      transition-duration: 0.3s; }
      .main-menu-container.open:after {
        pointer-events: all;
        opacity: 1; }
        .main-menu-container.open:after .no-csspointerevents {
          display: block; } }
  @media only screen and (min-width: 768px) {
    .main-menu-container {
      background: transparent;
      border-top: none;
      height: auto;
      overflow: visible;
      position: relative;
      top: auto;
      width: auto; } }

.side-menu {
  background: white;
  font-size: 0;
  height: 100%;
  left: 0;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.4s ease-out 0.1s;
  white-space: nowrap;
  width: 290px; }
  .side-menu.main-reveal {
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .side-menu.right-reveal {
    background: transparent;
    pointer-events: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .side-menu.right-reveal .row {
      background: white;
      min-height: 100%;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      transition: all 0.4s ease-out 0.1s; }
    .side-menu.right-reveal.open {
      pointer-events: all; }
      .side-menu.right-reveal.open .row {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
  .side-menu.open:not(.main-reveal) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .open .side-menu.main-reveal {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .side-menu ul {
    margin: 0;
    padding: 0; }
  .side-menu li {
    color: #414042;
    font-size: 16px;
    list-style: none;
    position: relative; }
    .side-menu li a {
      color: inherit;
      display: block;
      padding: 24px 20px;
      position: relative;
      text-decoration: none;
      transition: color 0.25s; }
    .side-menu li.menu-divide {
      border-top: 1px solid #d4d7db; }
      .side-menu li.menu-divide a, .side-menu li.menu-divide ~ li a {
        padding-top: 20px;
        padding-bottom: 20px; }
    .side-menu li sm {
      color: #9d9c9c;
      display: block;
      font-size: 0.8em; }
  .side-menu h4 {
    color: #9d9c9c;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase; }
  .side-menu.smaller-items ul {
    margin-top: 10px; }
  .side-menu.smaller-items li {
    color: #9d9c9c; }
    .side-menu.smaller-items li a {
      line-height: 32px;
      padding-bottom: 0;
      padding-top: 0; }
  @media only screen and (min-width: 768px) {
    .side-menu {
      background: transparent;
      display: inline-block;
      min-height: 0;
      opacity: 1;
      overflow: visible;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      vertical-align: bottom;
      width: auto; } }

#menu-primary li a {
  color: #414042; }

#menu-primary li.caret:after {
  content: '>';
  font-family: "AkkuratProBold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

#menu-primary li.current-menu-item a, #menu-primary li a:hover {
  color: #009ddc; }
  #menu-primary li.current-menu-item a:after, #menu-primary li a:hover:after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

#menu-primary li.company-menu-item {
  background: #E4E3E3;
  border-color: #9d9c9c;
  border-style: solid;
  border-width: 1px 0; }

#menu-primary .search-button {
  display: none; }

@media only screen and (min-width: 768px) {
  #menu-primary {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    #menu-primary li {
      border-bottom: 0;
      display: inline-block;
      font-size: 15px;
      margin-left: 20px; }
      #menu-primary li:first-child {
        margin-left: 0px; }
      #menu-primary li:after {
        display: none; }
      #menu-primary li a {
        padding: 0 0 15px; }
        #menu-primary li a:after {
          background-color: #009ddc;
          bottom: 0;
          height: 4px;
          left: -10px;
          content: '';
          position: absolute;
          -webkit-transform: translateY(100%);
              -ms-transform: translateY(100%);
                  transform: translateY(100%);
          transition: all 0.25s;
          width: calc(100% + 20px); }
    #menu-primary .search-button {
      display: inline; } }

@media only screen and (min-width: 995px) {
  #menu-primary li {
    font-size: 16px;
    margin-left: 45px; } }

.site-footer {
  background: white;
  padding: 30px 20px;
  width: 100%; }
  .site-footer .logo {
    margin-bottom: 10px; }
  .site-footer .second-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3 0px; }
    .site-footer .second-row > div:nth-child(n+2) {
      border-top: 1px solid #e5e7e9;
      margin-top: 30px;
      padding-top: 30px; }
    .site-footer .second-row a {
      font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif; }
  .site-footer .categories-menu {
    font-size: 14px; }
    .site-footer .categories-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .site-footer .categories-menu a {
      display: block;
      padding: 10px 0;
      white-space: nowrap; }
  .site-footer .newsletter #mc_embed_signup {
    width: 82%; }
  .site-footer .newsletter h3 {
    font-family: "AkkuratProLight", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none; }
  .site-footer .social-title {
    font-size: 14px; }
  .site-footer .bottom-row {
    border-color: #e5e7e9;
    border-style: solid;
    border-width: 1px 0;
    font-family: "AkkuratProRegular", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 0;
    position: relative; }
    .site-footer .bottom-row ul {
      font-size: 0;
      list-style: none;
      padding: 0; }
    .site-footer .bottom-row li {
      font-size: 12px;
      margin-bottom: 10px; }
      .site-footer .bottom-row li:first-child {
        margin-left: 0; }
    .site-footer .bottom-row a {
      display: block;
      padding: 10px 0; }
    .site-footer .bottom-row:first-child {
      margin-top: 0; }
  .site-footer .copyright {
    letter-spacing: 1px;
    margin-top: 10px; }
  .site-footer .legal-row {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px; }
    .site-footer .legal-row p:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .site-footer .logo {
      margin-bottom: 20px; }
    .site-footer .second-row {
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 30px; }
      .site-footer .second-row > div {
        padding: 0 35px;
        position: relative; }
        .site-footer .second-row > div:first-child {
          padding-left: 0; }
        .site-footer .second-row > div:last-child {
          padding-right: 0; }
        .site-footer .second-row > div:nth-child(n+2) {
          border-top: none;
          border-left: 1px solid #e5e7e9;
          margin-top: 0;
          padding-top: 0; }
      html.no-flexbox.no-flexboxtweener .site-footer .second-row {
        white-space: nowrap; }
        html.no-flexbox.no-flexboxtweener .site-footer .second-row > div {
          display: inline-block;
          vertical-align: top; }
          html.no-flexbox.no-flexboxtweener .site-footer .second-row > div:first-child {
            width: 20%; }
          html.no-flexbox.no-flexboxtweener .site-footer .second-row > div:last-child {
            width: 20%; }
          html.no-flexbox.no-flexboxtweener .site-footer .second-row > div:nth-child(2n) {
            width: 48%; }
    .site-footer .categories-menu li {
      margin-bottom: 20px; }
    .site-footer .categories-menu a {
      display: inline;
      padding: 0; }
    .site-footer .newsletter {
      -webkit-flex: 0 10 auto;
          -ms-flex: 0 10 auto;
              flex: 0 10 auto; }
      .site-footer .newsletter #mc_embed_signup {
        width: auto; }
    .site-footer .social-rss {
      min-width: 270px; }
    .site-footer .bottom-row {
      padding: 10px; }
      .site-footer .bottom-row ul {
        margin-top: 8px;
        white-space: nowrap; }
      .site-footer .bottom-row li {
        display: inline-block;
        margin: 0 10px; }
      .site-footer .bottom-row a {
        display: inline;
        padding: 0; }
    .site-footer .bottom-row-menu {
      float: left; }
    .site-footer .copyright {
      float: right;
      margin-top: 0;
      max-width: 140px; } }
  @media only screen and (min-width: 995px) {
    .site-footer {
      padding: 50px 0; }
      .site-footer .second-row > div {
        padding: 0 70px; }
      .site-footer .social-rss {
        min-width: 320px; }
      .site-footer .bottom-row {
        padding-bottom: 20px;
        padding-top: 20px; }
        .site-footer .bottom-row ul {
          margin-top: 0; }
      .site-footer .copyright {
        max-width: none; } }
