@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans:400,300,400italic,600,700,800');@font-face{font-family:'bna-icons';src:url('resourcefonts/bna-icons/fonts/bna-icons.e8255c2b184d2f904932688dd7a586b9.ttf?rxugo2') format('truetype'),url('resourcefonts/bna-icons/fonts/bna-icons.50dd73bb165e921a86851bd7ec7c54db.woff?rxugo2') format('woff'),url('resourcefonts/bna-icons/fonts/bna-icons.0dc199bdd30f21fcfa026e66c66e3795.svg?rxugo2#bna-icons') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'bna-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sad-search:before{content:"\e90a"}.icon-video-play:before{content:"\e902"}.icon-previous-thin:before{content:"\e907"}.icon-next-thin:before{content:"\e908"}.icon-top:before{content:"\e900"}.icon-customize:before{content:"\e901"}.icon-inbox-add:before{content:"\e909"}.icon-locked:before{content:"\e903"}.icon-facebook:before{content:"\e904"}.icon-linkedin:before{content:"\e905"}.icon-twitter:before{content:"\e906"}.icon-chevron-up-small:before{content:"\ea01"}.icon-chevron-down-small:before{content:"\ea02"}.icon-chevron-up:before{content:"\ea03"}.icon-chevron-down:before{content:"\ea04"}.icon-add:before{content:"\ea05"}.icon-chevron-filled-up-small:before{content:"\ea06"}.icon-chevron-filled-down-small:before{content:"\ea07"}.icon-close:before{content:"\ea0b"}.icon-close-small:before{content:"\ea0c"}.icon-previous:before{content:"\ea0e"}.icon-next:before{content:"\ea0f"}.icon-checkbox-selection:before{content:"\ea12"}.icon-checkbox-empty:before{content:"\ea13"}.icon-checkbox-semi-selection:before{content:"\ea14"}.icon-add-boxed:before{content:"\ea15"}.icon-minus-boxed:before{content:"\ea16"}.icon-search:before{content:"\ea55"}.icon-filter:before{content:"\ea34"}.icon-tools:before{content:"\ea1a"}.icon-calendar:before{content:"\ea21"}.icon-mail:before{content:"\ea22"}.icon-email-alert:before{content:"\ea27"}.icon-print:before{content:"\ea23"}.icon-save:before{content:"\ea24"}.icon-inbox:before{content:"\ea2f"}.icon-inbox-add-inverse:before{content:"\ea47"}.icon-create-alerts:before{content:"\ea35"}.icon-help:before{content:"\ea3a"}.icon-bullet-list:before{content:"\ea3e"}.icon-mail-thin:before{content:"\ea0d"}.icon-portfolio:before{content:"\ea40"}.icon-announcement:before{content:"\e85a"}.icon-chat:before{content:"\e0b7"}.icon-notifications_none:before{content:"\e7f5"}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') no-repeat 100% -20px;
  background: url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') no-repeat -30px -20px;
  background: url('resourcechosen-sprite.2e234aa98ecc2c836f11425f86d2c9e1.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('resourcechosen-sprite@2x.2368aa3499d27aa4d951795cd09b4523.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.Header{-ms-flex-align:center;align-items:center;background-color:#5E646C;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative;white-space:nowrap;width:100%;z-index:1}.Header-logo{margin-left:12px}.Header-logo a{display:inline-block}.Header-logo .Logo{line-height:0}.Header-logo .Logo-logo{margin-top:-3px}.Header-logo .Logo-logo img{height:19px}.Header-logo .Logo-sublogo{margin-top:-2px}.Header-logo .Logo-sublogo img{height:12px}.Header-category a{box-sizing:border-box;color:#1BC08D;display:inline-block;font-size:20px;font-weight:700;letter-spacing:-0.35px;line-height:52px;height:52px;padding-left:6px;padding-right:42px}.Header-category>span{color:#1BC08D;float:right;font-size:24px;line-height:49px;margin-left:-30px}.Header-view,.Header-channelLandingTabs{box-sizing:border-box;-ms-flex-positive:1;flex-grow:1;font-size:16px;line-height:22px;text-align:center}.Header-view a,.Header-channelLandingTabs a{border-bottom:2px solid transparent;box-sizing:border-box;color:#4A4A4A;display:inline-block;font-weight:300;margin-left:22px;margin-right:22px;padding:15px 9px 13px 9px}.Header-view a[data-selected],.Header-channelLandingTabs a[data-selected]{border-color:#00C18C;font-weight:600}.Header-view .MarkedLink,.Header-channelLandingTabs .MarkedLink{position:relative}.Header-view .MarkedLink-markedCount,.Header-channelLandingTabs .MarkedLink-markedCount{background-color:#E92076;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);color:#FFF;font-size:16px;font-weight:600;height:22px;line-height:22px;position:absolute;right:-13px;text-align:center;top:9px;width:22px}.Header-customizeButton{background-color:#00C18C;border-radius:50%;color:#2A2D30;display:inline-block;font-size:22px;height:35px;line-height:36px;width:35px;position:absolute;right:0;margin-right:20px;top:110%}.Header-customizeButton>.IconLink{color:#5E646C;text-align:center;position:absolute;top:3px;left:6px}.Header-customizeButton:before{content:"\e901"}.Header-customizeButton::before{opacity:.7}.Header-search{text-align:right}.Header-inbox{font-size:0}.Header-inbox .IconLink{box-sizing:border-box;color:#FFF;display:inline-block;font-size:24px;line-height:36px;height:52px;padding:11px;position:relative}.Header-inbox .IconLink-markedCount{border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);font-size:16px;height:19px;line-height:19px;position:absolute;right:3px;text-align:center;top:4px;width:19px}.Header-inbox .IconLink:first-child .IconLink-markedCount{background-color:#E92076}.Header-inbox .IconLink:last-child .IconLink-markedCount{background-color:#FF6D10}.Header-profile{padding-left:10px}.Header-profile a{display:inline-block;height:52px}.Header .qtip{position:absolute}@media only screen and (max-width: 767px){.Header{height:40px}.Header-logo{-ms-flex-positive:1;flex-grow:1;margin-left:12px}.Header-category{padding-left:6px;top:40px}.Header-inbox{display:none}.Header-view,.Header-channelLandingTabs{display:none}}@media only screen and (min-width: 768px){.Header{height:52px}.Header-view a,.Header-channelLandingTabs a{color:#FFF;margin-left:27px;margin-right:27px}.Header-view a[data-selected],.Header-channelLandingTabs a[data-selected]{font-weight:400}.Header-view .MarkedLink-markedCount,.Header-channelLandingTabs .MarkedLink-markedCount{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.Header-logo{margin-left:24px;margin-right:20px}.Header-category{font-size:15px;letter-spacing:-0.26px;padding-left:18px;top:52px}.Header-view,.Header-channelLandingTabs{position:absolute;right:96px;top:52px;z-index:1}.Header-search{-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 991px){.Header{border-bottom:52px solid transparent}.Header-category{box-sizing:border-box;left:0;position:absolute}}@media only screen and (min-width: 992px){.Header-logo{margin-left:14px;margin-right:64px}.Header-category{font-size:20px;letter-spacing:-0.35px}.Header-view,.Header-channelLandingTabs{-ms-flex-positive:1;flex-grow:1}.Header.searchOpen .Header-category,.Header.searchOpen .Header-view{display:none}.Header.searchOpen .Header-search{-ms-flex-positive:1;flex-grow:1}}.MainHeader{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}.MainHeader-heading{box-sizing:border-box;color:#5E646C;-ms-flex-preferred-size:100%;flex-basis:100%;font-family:"Roboto Slab",Georgia,serif;font-size:32px;line-height:44px;margin:0}.MainHeader-markedCount{background-color:#00C18C;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);color:#FFF;display:inline-block;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:20px;height:27px;line-height:27px;margin-left:18px;text-align:center;vertical-align:3px;width:27px}.MainHeader-actions{font-size:24px;line-height:20px;white-space:nowrap}.MainHeader-actions .icon-print{vertical-align:-2px}.MainHeader-actions .icon-mail{vertical-align:-1px}.MainHeader-actions a{color:#67696B;display:inline-block;margin:0 2px;opacity:.7;padding:9px}.MainHeader-actions a:hover{opacity:1}.Article-image img{vertical-align:bottom;width:100%}.Article-imageCredit{color:#5F646B;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:16px}.Article-headWrapper{margin-top:14px;position:relative}.Article-category{color:#1BC08D;font-size:20px;font-weight:600;letter-spacing:-0.05px;line-height:27px}.Article-title{color:#5E646C;font-family:"Roboto Slab",Georgia,serif;font-size:32px;font-weight:700;letter-spacing:-0.1px;line-height:43px;margin:12px 0 0 0}.Article-date{color:#5E646C;font-size:14px;font-weight:300;line-height:19px}.Article-updatedDate{margin-right:15px}.Article-social{font-size:24px;line-height:16px;position:absolute;right:-9px;top:-7px;vertical-align:bottom;white-space:nowrap}.Article-social .icon-twitter{font-size:22px}.Article-social a{color:#00C18C;display:inline-block;margin:0 2px;opacity:.7;padding:7px}.Article-social a:hover{opacity:1}.Article-actions{bottom:-3px;font-size:24px;line-height:20px;position:absolute;right:-14px;vertical-align:top;white-space:nowrap}.Article-actions .icon-print{vertical-align:-2px}.Article-actions .icon-mail{vertical-align:-1px}.Article-actions a{display:inline-block;margin:0 2px;padding:9px}.Article-actions .IconLink{color:#2A2D30;opacity:.7}.Article-actions .IconLink:hover{opacity:1}.Article-bodyWrapper{margin-top:19px}.Article-body{font-size:18px;line-height:28px}.Article-body p:first-of-type{margin-top:0}.Article-body span{font-weight:300;font-size:16px;color:#2A2D30;position:relative;top:24px}.Article .LinkAsButton{font-weight:400;letter-spacing:.11px;margin:50px 10px 0 10px;text-align:center;text-transform:uppercase;color:#2A2D30}.Article .LinkAsButton:first-of-type{margin-left:0}.Article-aside>div{margin-bottom:12px}.Article-aside .TitledGroup{padding:12px}.Article-aside .TitledGroup-title{color:#1BC08D;font-size:18px;font-weight:700;letter-spacing:-0.15px;line-height:25px;margin:0}.Article-aside .TitledGroup-items{margin:0;padding:0}.Article-aside .TitledGroup-items-item{font-size:14px;letter-spacing:-0.12px;line-height:19px;list-style-type:none;margin:12px 0 0 0;padding:0}.Article-aside .TitledGroup .LockedLink{display:-ms-flexbox;display:flex}.Article-aside .TitledGroup .LockedLink [data-icon]{color:#5E646C;margin:-2px 5px 0 0;font-size:24px}.Article-aside .TitledGroup .LockedLink-label{-ms-flex-positive:1;flex-grow:1}.Article .EmbeddedImage{text-align:center;display:inline-block;margin:0 auto;position:relative}.Article .EmbeddedImage img{border-radius:2px;vertical-align:bottom;max-width:100%}.Article .EmbeddedImage .image-info-wrapper{background-color:rgba(255,255,255,0.7);border-radius:0 0 2px 2px;bottom:0;box-sizing:border-box;font-size:14px;left:0;line-height:19px;padding:7px 16px;position:absolute;text-align:left;width:100%}.Article .EmbeddedImage .label{font-weight:600}@media only screen and (max-width: 767px){.Article-title{font-size:22px;letter-spacing:-0.07px;line-height:33px;padding-right:48px}.Article-date{position:absolute;right:0;top:6px}.Article-date span{display:none}.Article-social{display:none}.Article-actions{bottom:auto;font-size:32px;right:0;top:38px}.Article-actions>*{display:none !important}.Article-actions .SaveArticleButton{display:block !important}.Article-bodyWrapper{margin-top:12px}.Article-aside{margin:48px 6px 0 6px}}@media only screen and (min-width: 768px){.Article-image img{border-radius:2px}.Article-category,.Article-title{margin-left:12px}.Article-date{margin-left:12px;margin-top:12px}.Article-bodyWrapper{display:-ms-flexbox;display:flex}.Article-body{-ms-flex-positive:1;flex-grow:1}.Article-aside{-ms-flex-negative:0;flex-shrink:0;margin-left:24px}.Article-aside .AuthorDetails,.Article-aside .Card{width:300px}}body{background-color:#F5F5F5;color:#2A2D30;font-family:"Open Sans",Helvetica,Arial,sans-serif;position:relative}main{background-color:#F5F5F5}a{color:#267CBB;text-decoration:none}.guttered{margin-left:6px;margin-right:6px}.screen-reader{left:-9999px;position:absolute;top:-9999px}.case_name{font-style:italic}.slick-prev::before,.slick-next::before{color:#5E646C;font-family:'bna-icons'}.slick-prev::before{content:"\e907"}.slick-next::before{content:"\e908"}.vex{-webkit-overflow-scrolling:auto !important}.ios-wos-fix{-webkit-overflow-scrolling:touch !important}.sticky-footer-mobile{position:absolute !important;bottom:0 !important;border:none}.iOS-noscroll{-webkit-overflow-scrolling:touch !important;overflow:auto !important;height:100% !important}.icon{font-family:'bna-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header{-webkit-transform:translate3d(0, 0, 0)}.padTop{padding-top:83px}@media only screen and (max-width: 767px){.flush{margin-left:-6px;margin-right:-6px}}@media only screen and (min-width: 768px) and (max-width: 991px){.padTop{padding-top:133px}.guttered{margin-left:7px;margin-right:7px}}@media only screen and (min-width: 992px){.guttered{margin-left:auto;margin-right:auto;width:936px}}