/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  outline: none;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Injected Bower Styles
   ========================================================================== */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.cb-archive.connections,
.cb-archive.issue {
  background: #f0f0f1;
}
.cb-archive.connections .page-header,
.cb-archive.issue .page-header {
  background: white;
  padding: 1em 0;
}
.cb-archive.connections .page-body,
.cb-archive.issue .page-body {
  padding: 2em 0;
}
.cb-archive.connections .page-body .col-asides,
.cb-archive.issue .page-body .col-asides {
  width: 320px;
  margin-bottom: 2em;
}
.cb-archive.connections .cb-banner.tiles,
.cb-archive.issue .cb-banner.tiles {
  padding: 2em 0 0;
}
.cb-archive.connections .bottom-section,
.cb-archive.issue .bottom-section {
  padding: 30px 0;
}
.cb-archive.connections .cb-project-posts,
.cb-archive.issue .cb-project-posts {
  overflow: hidden;
}
.cb-archive.connections .full-bleed,
.cb-archive.issue .full-bleed {
  width: auto;
  text-align: center;
  min-height: 400px;
  background-color: #eee;
  margin-bottom: 30px;
  margin-top: 30px;
}
.cb-archive.connections .full-bleed .centered-content,
.cb-archive.issue .full-bleed .centered-content {
  padding: 175px 20px;
  font-size: 44px;
  font-weight: 100;
  color: #505050;
}
.cb-archive.connections .hero-caption,
.cb-archive.issue .hero-caption {
  padding: 0 1%;
  padding-top: 15px;
  color: #888;
  font-style: italic;
}
.cb-archive.connections .series-sponsor,
.cb-archive.issue .series-sponsor {
  display: inline-block;
  vertical-align: middle;
  margin-left: 150px;
  max-width: 160px;
  color: #fff;
  padding: 0;
}
.cb-archive.connections .series-sponsor.on-article,
.cb-archive.issue .series-sponsor.on-article {
  display: block;
  margin-top: 20px;
  margin-left: 0;
  color: #505050;
}
.cb-archive.connections .series-sponsor.on-article .underwriting-practices .label,
.cb-archive.issue .series-sponsor.on-article .underwriting-practices .label {
  color: #505050;
  font-size: 12px;
}
.cb-archive.connections .series-sponsor.on-article .underwriting-practices i,
.cb-archive.issue .series-sponsor.on-article .underwriting-practices i {
  color: #fff;
  background: #505050;
}
.cb-archive.connections .series-sponsor > div,
.cb-archive.issue .series-sponsor > div {
  max-width: 160px;
}
.cb-archive.connections .series-sponsor .underwriting-practices .label,
.cb-archive.issue .series-sponsor .underwriting-practices .label {
  color: #fff;
  font-size: 12px;
}
.cb-archive.connections .series-sponsor .underwriting-practices i,
.cb-archive.issue .series-sponsor .underwriting-practices i {
  color: #505050;
  background: #fff;
}
.cb-archive.connections .series-sponsor a,
.cb-archive.issue .series-sponsor a {
  display: block;
}
.cb-archive.connections .series-sponsor img,
.cb-archive.issue .series-sponsor img {
  display: block;
  margin: 5px 0;
}
.cb-archive.connections .footer-info,
.cb-archive.issue .footer-info {
  margin: 40px 0;
  font-size: 14px;
}
@media only screen and (min-width: 800px) {
  .cb-archive.connections .page-tile,
  .cb-archive.issue .page-tile {
    margin-bottom: 2em;
  }
  .cb-archive.connections .page-tile:last-child,
  .cb-archive.issue .page-tile:last-child {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 782px) {
  .cb-archive.connections,
  .cb-archive.issue {
    padding-top: 0;
  }
  .cb-archive.connections .cb-banner.tiles,
  .cb-archive.issue .cb-banner.tiles {
    padding: 3.2em 0 !important;
  }
  .cb-archive.connections .page-body,
  .cb-archive.issue .page-body {
    padding: 1em 0 0;
  }
  .cb-archive.connections .page-body .col-main .page-tile:last-child,
  .cb-archive.issue .page-body .col-main .page-tile:last-child {
    margin-bottom: 1.2em;
  }
}
.cb-archive.data {
  background: #f0f0f1;
  padding-bottom: 0;
}
.cb-archive.data .page-body {
  padding-top: 1.2em;
}
.cb-archive.data .page-body .col-asides {
  width: 350px;
}
.cb-archive.data .page-body .col-asides .cb-aside {
  background: white;
}
.cb-archive.data .cb-aside.related .scroll {
  max-height: 900px;
  overflow-y: auto;
}
@media only screen and (max-width: 800px) {
  .cb-archive.data .page-body {
    padding: 1em 0;
  }
  .cb-archive.data .page-body .col-main {
    padding-right: 0;
  }
  .cb-archive.data .page-body .col-main .data-featured {
    margin-bottom: 1em;
  }
}
.cb-archive.disclosures {
  padding: 0;
  /* #Disclosures
================================================== */
}
.cb-archive.disclosures .cb-banner.three-titles {
  padding: 2.7em 0;
  border-top: 1px solid #f0f0f1;
  border-bottom: 1px solid #ccc;
}
.cb-archive.disclosures .cb-category {
  color: #e30000;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 .5em 0;
  position: relative;
}
.cb-archive.disclosures .cb-disclosure--filters {
  font-family: ProximaNova;
}
.cb-archive.disclosures .cb-disclosure--filters h4 {
  color: #e70600;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
}
.cb-archive.disclosures .cb-disclosure--filters .search {
  margin-bottom: 25px;
}
.cb-archive.disclosures .cb-disclosure--filters .search .clear {
  float: right;
}
.cb-archive.disclosures .cb-disclosure--filters .search h4 {
  font-size: 19px;
  margin-bottom: 25px;
}
.cb-archive.disclosures .cb-disclosure--filters .search .oneline-form {
  background: white;
  border: 1px solid #999999;
  font-size: 14px;
  padding: 0 13px;
  line-height: 31px;
  height: 33px;
  position: relative;
}
.cb-archive.disclosures .cb-disclosure--filters .search .oneline-form input {
  background: none;
  border: none;
  height: 31px;
  outline: none;
}
.cb-archive.disclosures .cb-disclosure--filters .search .oneline-form button {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 7px;
}
.cb-archive.disclosures .cb-disclosure--filters .filter {
  margin-bottom: 35px;
}
.cb-archive.disclosures .cb-disclosure--filters .filter:last-child {
  margin-bottom: 0;
}
.cb-archive.disclosures .cb-disclosure--filters .filter .field {
  margin-bottom: 7px;
}
.cb-archive.disclosures .cb-disclosure--filters .filter .field.unfeatured {
  display: none;
}
.cb-archive.disclosures .cb-disclosure--filters .filter input {
  float: left;
  margin-top: 1px;
}
.cb-archive.disclosures .cb-disclosure--filters .filter label {
  margin-left: 20px;
  font-size: 14px;
  display: block;
}
.cb-archive.disclosures .cb-disclosure--filters .filter .more a {
  color: #003366;
  font-size: 14px;
  margin-left: 5px;
}
.cb-archive.disclosures .cb-disclosure--filters .filter .more input.placeholder {
  visibility: hidden;
}
.cb-archive.disclosures .cb-disclosure--filters .filter .more .popup {
  display: none;
}
.cb-archive.disclosures .cb-disclosure--filters .filter.show-all .field.unfeatured {
  display: block;
}
.cb-archive.disclosures .cb-disclosure--archive {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.cb-archive.disclosures .cb-disclosure--archive .leftcol {
  display: table-cell;
  float: none;
  width: 30%;
  background: #f4f3ee;
  padding: 40px 30px;
  vertical-align: top;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol {
  display: table-cell;
  width: 70%;
  float: none;
  padding: 40px 30px 40px 45px;
  vertical-align: top;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol header {
  overflow: hidden;
  border-bottom: 1px solid black;
  margin-bottom: 12px;
  padding-bottom: 13px;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol header h4 {
  color: #e70600;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  float: left;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol header h4 span {
  font-weight: normal;
  color: black;
  line-height: 20px;
  font-size: 14px;
  margin-left: 5px;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol .alpha {
  text-align: center;
  padding-bottom: 21px;
  border-bottom: 1px solid black;
  overflow: hidden;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol .alpha ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol .alpha ul li {
  float: left;
  width: 3.84%;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol .alpha ul li a {
  color: #003366;
  text-decoration: underline;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol .cb-db-paginator {
  float: right;
}
.cb-archive.disclosures .cb-disclosure--archive .rightcol footer {
  padding-top: 15px;
}
.cb-archive.disclosures .cb-disclosure--list {
  margin-bottom: 30px;
}
.cb-archive.disclosures .cb-disclosure--list:last-child {
  margin-bottom: 0;
}
.cb-archive.disclosures .cb-disclosure--list h4 {
  color: #e70600;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.cb-archive.disclosures .cb-disclosure--list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-archive.disclosures .cb-disclosure--list ul li {
  margin-bottom: 10px;
  display: block;
}
.cb-archive.disclosures .cb-disclosure--list ul li a {
  font-size: 14px;
  display: block;
  color: #003366;
}
.cb-archive.disclosures .cb-disclosure--list ul li small {
  color: #999;
  font-size: 12px;
}
.cb-archive.disclosures .cb-db-results {
  font-family: ProximaNova;
}
.cb-archive.disclosures .cb-db-results .result {
  overflow: hidden;
  border-bottom: 1px solid black;
  padding: 10px 0 15px 0;
}
.cb-archive.disclosures .cb-db-results .result .name {
  float: left;
  width: 55%;
  padding-right: 20px;
}
.cb-archive.disclosures .cb-db-results .result .name h2 {
  margin: 0 0 7px;
}
.cb-archive.disclosures .cb-db-results .result .name h2 a {
  font-weight: bold;
  color: #003366;
  text-decoration: underline;
}
.cb-archive.disclosures .cb-db-results .result .name .item {
  margin: 0 0 5px;
}
.cb-archive.disclosures .cb-db-results .result .name .item a {
  font-size: 13px;
  display: block;
  color: #666;
  line-height: 22px;
}
.cb-archive.disclosures .cb-db-results .result .name .item a .fa {
  margin-right: 2px;
}
.cb-archive.disclosures .cb-db-results .result .name time {
  color: #999999;
  font-size: 14px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table {
  float: right;
  width: 45%;
}
.cb-archive.disclosures .cb-db-results .result .mini-table strong {
  display: block;
  margin-bottom: 8px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table strong a {
  color: #003366;
  font-weight: normal;
  margin-left: 8px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table .table {
  border: 1px solid #eeeeee;
  font-size: 14px;
  margin-left: -5px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table .table .row {
  border-bottom: 1px solid #eeeeee;
  padding: 6px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table .table .row:last-child {
  border-bottom: none;
}
.cb-archive.disclosures .cb-db-results .result .mini-table .table .row label {
  display: inline-block;
  width: 170px;
  padding-right: 10px;
}
.cb-archive.disclosures .cb-db-results .result .mini-table .table .row span {
  vertical-align: top;
}
.cb-archive.disclosures .cb-db-paginator {
  font-size: 15px;
}
.cb-archive.disclosures .cb-db-paginator strong {
  display: inline-block;
  margin-right: 5px;
}
.cb-archive.disclosures .cb-db-paginator ul {
  display: inline-block;
}
.cb-archive.disclosures .cb-db-paginator ul li {
  margin-right: 8px;
}
.cb-archive.disclosures .cb-db-paginator ul li:last-child {
  margin-right: 0;
}
.cb-archive.disclosures .cb-db-paginator ul li a {
  color: #003366;
  text-decoration: underline;
}
.cb-archive.disclosures .cb-db-paginator ul li.more a {
  color: black;
}
.cb-archive.disclosures .cb-article.cb-disclosure {
  padding: 0;
  overflow: hidden;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header {
  padding: 30px 80px 35px 125px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  background-color: #f0f0f1;
  background-image: url('../images//moneybag.png');
  background-repeat: no-repeat;
  background-position: 30px 16px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 1em;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .about {
  float: left;
  width: 60%;
  padding-right: 60px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .about p {
  margin: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .popular {
  float: left;
  width: 40%;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .popular ol {
  padding: 0 0 0 20px;
  margin: 0;
  list-stype-type: decimal;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .popular ol li {
  float: left;
  width: 50%;
  display: list-item;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav {
  background: #e70600;
  padding: 0 30px;
  overflow: hidden;
  min-height: 35px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul {
  border-left: 1px solid #000;
  display: none;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul li {
  float: left;
  border-right: 1px solid #000;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul li a {
  float: left;
  line-height: 50px;
  padding: 0 25px;
  color: #fff;
  font-weight: bold;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul li.on a,
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul li.current-menu-item a,
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--nav ul li.current-page-item a {
  background-color: #9b0400;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol {
  overflow: hidden;
  padding-bottom: 25px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol {
  float: left;
  width: 78%;
  padding: 15px 45px 15px 35px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol nav.back {
  margin-bottom: 20px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol nav.back a {
  color: #003366;
  text-decoration: none;
  font-size: 13px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol nav.back a i {
  font-style: normal;
  text-decoration: underline;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content {
  padding: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .position {
  padding-top: 15px;
  margin-bottom: 40px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .position ul {
  font-size: 12px;
  line-height: 14px;
  list-style-type: none;
  text-transform: uppercase;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .position ul li {
  font-family: ProximaNova;
  display: block;
  margin-bottom: 10px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .position ul li label {
  display: inline-block;
  min-width: 100px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .summary h2 {
  margin-bottom: 8px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure {
  background: #f4f3ee;
  border: 1px solid #cccccc;
  padding: 20px 25px;
  margin-bottom: 20px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure:last-child {
  margin-bottom: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure h5 {
  margin-bottom: 20px;
  font-size: 20px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure table {
  margin: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure .twocol .rightcol {
  float: right;
  width: 22%;
  padding: 50px 30px 50px 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure.page .leftcol {
  width: 100%;
}
.cb-archive.disclosures .cb-article.cb-disclosure.page .rightcol {
  display: none;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary {
  border: none;
  text-align: left;
  font-family: ProximaNova;
  font-size: 14px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary tr {
  display: block;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary tr td {
  width: auto;
  border: none;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary tr td.number {
  width: 20px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary tr td.title {
  width: 470px;
  padding-right: 15px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--summary tr td.value a {
  font-weight: bold;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table {
  text-align: left;
  border: none;
  font-family: ProximaNova;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table thead {
  background: none;
  color: black;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table thead tr {
  border-bottom: 1px solid black;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table thead tr th {
  font-size: 13px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tbody {
  font-size: 14px;
  line-height: 18px;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tbody tr {
  border-bottom: 1px solid #ddd;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tbody tr:last-child {
  border-bottom: none;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tbody tr td {
  padding-right: 15px;
  vertical-align: middle;
  text-transform: uppercase;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tbody tr td.none {
  color: #999999;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tfoot tr {
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--table tfoot tr th {
  padding-top: 5px;
  font-size: 14px;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy h1 {
  margin: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy h2 {
  font-size: 15px;
  margin-bottom: 50px;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy .content-pad {
  padding: 50px 35px;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy .threecol .row {
  overflow: hidden;
  margin-bottom: 25px;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy .threecol .row:last-child {
  margin-bottom: 0;
}
.cb-archive.disclosures .cb-article.cb-disclosure.taxonomy .threecol aside {
  float: left;
  width: 33%;
  padding-right: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cb-archive.disclosures .cb-disclosure--archive .leftcol {
    width: 100%;
    display: block;
    border-right: none;
  }
  .cb-archive.disclosures .cb-disclosure--archive .rightcol {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cb-archive.disclosures .cb-article.cb-disclosure {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
  }
  .cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header {
    padding: 15px;
  }
  .cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .about {
    width: 100%;
    padding-right: 0;
  }
  .cb-archive.disclosures .cb-article.cb-disclosure .cb-disclosure--header .popular {
    display: none;
  }
  .cb-archive.disclosures .cb-disclosure--archive .rightcol .alpha {
    display: none;
  }
  .cb-archive.disclosures .cb-db-results .result .name {
    display: block;
    width: 100%;
  }
  .cb-archive.disclosures .cb-db-results .result .mini-table {
    display: none;
  }
  .cb-archive.disclosures .cb-disclosure .twocol .leftcol {
    width: 100%;
    display: block;
    padding: 10px;
    background: red;
  }
  .cb-archive.disclosures .cb-disclosure .twocol .rightcol {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--summary tr {
    display: block;
    padding: 8px 0;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--summary tr td {
    display: block;
    width: auto !important;
    padding: 0;
  }
  .cb-archive.disclosures .cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure {
    padding: 3px;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table {
    display: block;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table thead {
    display: none;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table tbody {
    display: block;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table tfoot {
    display: block;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table tfoot tr {
    display: block;
  }
  .cb-archive.disclosures .cb-disclosure .twocol .leftcol .cb-article-content .disclosures .disclosure h5 {
    margin: 5px;
    font-size: 15px;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table tbody tr {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .cb-archive.disclosures .cb-disclosure .cb-disclosure--table tbody tr td {
    display: block;
    width: 100%;
    padding: 0 2px 0 0;
  }
  .cb-archive.disclosures .cb-author-banner {
    border-radius: 0;
    margin-top: -20px;
    border-bottom: none;
  }
}
.cb-archive.issue {
  background: #f0f0f1;
  padding-bottom: 0;
}
.cb-archive.issue .cb-banner.tiles {
  padding-bottom: 1.5em;
}
.cb-archive.issue .page-body {
  padding: 2em 0;
}
.cb-archive.issue .page-body .col-asides {
  width: 320px;
}
.cb-archive.issue .cb-excerpt.media {
  font-size: 1.1em;
}
.cb-archive.issue .cb-excerpt.media:last-child {
  margin-bottom: 0;
}
.cb-archive.issue .cb-excerpt.media .body {
  padding-bottom: 1em;
}
.cb-archive.issue .cb-excerpt.media .comments {
  display: none;
}
.cb-archive.issue .cb-aside.related .scroll {
  max-height: 900px;
  overflow-y: auto;
}
@media only screen and (max-width: 800px) {
  .cb-archive.issue .page-body {
    padding: 1em 0 0;
  }
  .cb-archive.issue .page-body .col-main {
    padding-right: 0;
  }
  .cb-archive.issue .page-body .col-main .cb-excerpt {
    font-size: .9em;
    margin-bottom: 1em;
  }
}
.cb-archive.list {
  background: #f0f0f1;
  padding: 2em 0;
}
.cb-archive.list .page-body {
  background: white;
  padding: 0;
}
.cb-archive.list .page-body .col-asides {
  border-right: 1px solid #f0f0f1;
  width: 240px;
  padding: 1em;
}
.cb-archive.list .page-body .col-asides .cb-aside {
  font-size: .9em;
  margin-bottom: 1em;
}
.cb-archive.list .page-body .col-asides .cb-aside .aside-title {
  margin-bottom: .2em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li a {
  color: #013167;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li.on a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  display: inline-block;
  content: "\f00c";
  font-weight: 100;
  margin-right: .2em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li.on a:before.pull-left {
  margin-right: .3em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li.on a:before.pull-right {
  margin-left: .3em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li a.date-on:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  display: inline-block;
  content: "\f00c";
  font-weight: 100;
  margin-right: .2em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li a.date-on:before.pull-left {
  margin-right: .3em;
}
.cb-archive.list .page-body .col-asides .cb-aside ul li a.date-on:before.pull-right {
  margin-left: .3em;
}
.cb-archive.list .page-body .col-main {
  padding: 2em;
}
.cb-archive.projects {
  background: #f0f0f1;
  padding-bottom: 0;
}
.cb-archive.projects .page-body {
  padding-top: 1.2em;
}
.cb-archive.projects .page-body .col-asides {
  width: 370px;
}
.cb-archive.projects .page-body .col-asides .cb-aside {
  background: white;
}
.cb-archive.projects .page-body .col-asides .cb-aside .aside-title {
  padding: .3em 1em;
  border-bottom: 1px solid #f0f0f1;
  margin: 0;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box {
  zoom: 1;
  /* ie 6/7 */
  background: transparent;
  color: black;
  font-size: .9em;
  border-bottom: 1px solid #f0f0f1;
  padding: 1em;
  margin: 0;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box:before,
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box:after {
  content: "";
  display: table;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box:after {
  clear: both;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box:last-child {
  border-bottom: none;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box .feature-align {
  padding: 0;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box .thumbnail {
  float: right;
  width: 100px;
  height: auto;
  margin-left: 1em;
  margin-bottom: .3em;
}
.cb-archive.projects .page-body .col-asides .cb-aside .cb-feature-box .cb-body-content {
  font-size: .95em;
  line-height: 1.4;
}
.cb-archive.project-special .cb-banner.three-titles h2 {
  color: #999;
  font-size: .8em;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: .2em;
}
.cb-archive.project-special .cb-banner.three-titles h1 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 2.8em;
  color: #2f2f2f;
  margin-bottom: 1em;
}
.cb-archive.project-special .cb-banner.three-titles .about {
  max-width: 720px;
  margin: 0 auto 1em;
  font-size: .8em;
  font-weight: normal;
}
.cb-archive.project-special .cb-banner.three-titles .about h4 {
  text-transform: uppercase;
  margin-bottom: .75em;
}
.cb-archive.project-special .cb-banner.three-titles .about .cb-subscribe-wrapper {
  padding: 1.5em 0 1em;
}
.cb-archive.project-special .cb-banner.three-titles .about .cb-subscribe-wrapper a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  border: 1px solid black;
  line-height: 40px;
  padding: 0 30px;
}
.cb-archive.project-special .cb-banner.three-titles .cb-aside.sponsors {
  width: auto;
  margin: 2em 0 1em;
}
.cb-archive.project-special .cb-banner.three-titles .cb-aside.sponsors .links {
  overflow: hidden;
}
.cb-archive.project-special .cb-banner.three-titles .cb-aside.sponsors .links > a {
  display: inline-block;
  clear: none;
  margin: 0 .5em;
}
.cb-archive.project-special .cb-banner.three-titles .cb-aside.sponsors .links > a img {
  max-height: 100px;
}
.cb-archive.project-special .cb-banner.three-titles.footer {
  border-top: 1px solid #eee;
}
.cb-archive.project-special .cb-banner.three-titles.footer .about {
  font-size: .8em;
  color: #666;
  text-align: left;
  max-width: none;
}
.cb-archive.project-special .cb-banner.three-titles.footer .about h4 {
  color: #333;
}
.cb-archive.project-special .cb-banner.three-titles.footer .about a {
  color: inherit;
}
.cb-archive.project-special .cb-banner.three-titles.footer .about .delim {
  margin: 0 .5em;
  color: #ccc;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .cb-archive.project-special .cb-banner.three-titles.footer .about {
    font-size: 1em;
  }
}
.cb-archive.project-special .page-body .series-tiles h4 {
  text-align: center;
  text-transform: uppercase;
}
.cb-archive.project-special .page-body .series-tiles .row {
  overflow: hidden;
}
.cb-archive.project-special .page-body .series-tiles .row .excerpt-wrapper {
  float: left;
  width: 50%;
}
.cb-archive.project-special .page-body .series-tiles .row .excerpt-wrapper.slot-1 {
  padding-right: .5em;
}
.cb-archive.project-special .page-body .series-tiles .row .excerpt-wrapper.slot-2 {
  padding-left: .5em;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt {
  color: #666;
  margin-bottom: 1.2em;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align {
  background: #f0f0f1;
  min-height: 550px;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .headline {
  color: black;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .cb-image {
  width: 100%;
  height: 300px;
  float: none;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .cb-image img {
  width: 100%;
  opacity: 0;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .body {
  margin: 0;
  padding: 1em;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .body .cb-body-content {
  margin: .8em 0;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .cb-byline {
  font-size: .9em;
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align {
    min-height: 0;
  }
  .cb-archive.project-special .page-body .series-tiles .row .cb-excerpt .excerpt-align .cb-image {
    height: auto;
  }
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail {
  -webkit-background-size: cover;
          background-size: cover;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail {
    height: auto;
  }
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail img {
  display: block;
  opacity: 0;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail .label-align {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cb-archive.project-special .page-body .series-tiles .row .cb-excerpt.coming-soon .thumbnail .label-align .label-content {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: 100;
  opacity: .8;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
.cb-archive.project-special .page-body .series-tiles.ongoing-coverage {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .cb-archive.project-special .page-body .page-align {
    padding: 0;
  }
  .cb-archive.project-special .page-body .series-tiles .row .excerpt-wrapper {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
.cb-page.taxonomy.project {
  background: #f0f0f1;
}
.cb-page.taxonomy.project .archive-thumbnail {
  position: relative;
  margin-bottom: 1em;
}
.cb-page.taxonomy.project .archive-thumbnail img {
  width: 100%;
}
.cb-page.taxonomy.project .page-body .col.col-asides {
  width: 400px;
}
.cb-page.taxonomy.project .page-body .col.col-main {
  padding: 0;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts {
  background: white;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt {
  zoom: 1;
  /* ie 6/7 */
  padding: 1.5em;
  font-size: 1.1em;
  margin: 0;
  border-bottom: 1px solid #f0f0f1;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt:before,
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt:after {
  content: "";
  display: table;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt:after {
  clear: both;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt:last-child {
  border-bottom: 0;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .main-category {
  display: none;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .cb-image {
  float: right;
  width: 150px;
  margin-left: 1em;
  margin-bottom: .2em;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .cb-image img {
  width: 100%;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .cb-image .photo-credit {
  display: none;
}
.cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .body {
  margin-left: 0;
}
.cb-page.taxonomy.project .page-body .col.col-main .cb-paginate {
  background: white;
  border-top: 1px solid #f0f0f1;
  padding: 1em 1.5em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside.about-series .aside-title {
  background: #e30000;
  color: white;
  padding: .2em 1em;
  margin: 0;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside.about-series .aside-body {
  background: black;
  color: white;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside.about-series .aside-body .cb-share {
  margin-bottom: .5em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .aside-body {
  font-size: .9em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .align {
  background: white;
  padding: 0;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .aside-body {
  padding: 1em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .scroll {
  max-height: 400px;
  overflow-y: auto;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .cb-excerpt {
  margin: 0 0 1em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .cb-excerpt h2 {
  font-size: 1.1em;
  margin-bottom: .3em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .cb-excerpt .cb-image {
  float: right;
  width: 80px;
  margin-left: 1em;
  margin-bottom: .2em;
}
.cb-page.taxonomy.project .page-body .col.col-asides .cb-aside .cb-excerpt .cb-image .photo-credit {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .cb-page.taxonomy.project .page-body .col.col-asides {
    width: 300px;
  }
  .cb-page.taxonomy.project .page-body .col.col-main .excerpts .cb-excerpt .cb-image {
    width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .cb-page.taxonomy.project .archive-thumbnail {
    display: none;
  }
  .cb-page.taxonomy.project .page-body .col.col-main {
    margin-bottom: 1.5em;
  }
  .cb-page.taxonomy.project .page-body .col.col-main .excerpts {
    font-size: 1em;
  }
}
.cb-page.cb-taxonomy {
  background: #f0f0f1;
}
.cb-page.cb-taxonomy .page-body .col-asides {
  width: 350px;
}
@media only screen and (max-width: 1000px) {
  .cb-taxonomy .page-body .col-asides {
    width: 270px;
  }
}
@media only screen and (max-width: 800px) {
  .cb-taxonomy .page-body .col-asides {
    width: 270px;
  }
}
.cb-terms-list {
  padding: 2em 0;
}
.cb-terms-list .terms {
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
  padding-left: 4.2em;
}
.cb-terms-list .terms .terms-letter {
  position: absolute;
  left: 0;
  top: 5px;
}
.cb-terms-list .terms .terms-letter span {
  background: #e30000;
  color: white;
  display: block;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.2em;
}
.cb-terms-list .terms .terms-row {
  zoom: 1;
  /* ie 6/7 */
}
.cb-terms-list .terms .terms-row:before,
.cb-terms-list .terms .terms-row:after {
  content: "";
  display: table;
}
.cb-terms-list .terms .terms-row:after {
  clear: both;
}
.cb-terms-list .terms .terms-row .term {
  float: left;
  width: 33%;
  padding: .8em;
}
.cb-terms-list .terms .terms-row .term .term-align .thumbnail {
  float: left;
  width: 3em;
  height: 3em;
}
.cb-terms-list .terms .terms-row .term .term-align .thumbnail img {
  display: none;
}
.cb-terms-list .terms .terms-row .term .term-align .content-align {
  margin-left: 3.8em;
}
.cb-terms-list .terms .terms-row .term .term-align .content-align h4.term-name {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.1;
}
.cb-terms-list .terms .terms-row .term .term-align .content-align h4.term-name a {
  text-decoration: none;
}
.cb-terms-list .terms .terms-row .term .term-align .content-align .description {
  display: block;
  font-size: .8em;
  font-weight: 100;
}
.cb-terms-list .terms .terms-row .term .term-align .content-align .description a {
  font-weight: 400;
  text-decoration: underline;
}
.cb-terms-list .terms .terms-row .term.nothumb .term-align .content-align {
  margin-left: 0;
}
@media only screen and (max-width: 830px) {
  .cb-terms-list .terms .terms-row .term {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cb-terms-list .terms {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cb-terms-list .terms .terms-letter {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: .2em;
    padding-left: .3em;
  }
  .cb-terms-list .terms .terms-row .term {
    width: 100%;
  }
  .cb-terms-list .terms .terms-row .term .term-align {
    padding: 0 0 1.2em;
  }
}
.cb-archive .cb-stream.tiles {
  padding: 2em 0 1em;
}
.cb-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
}
.cb-button.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-button.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.bridge-button {
  display: inline-block;
  padding: 0;
  color: white;
}
.bridge-button .icon {
  padding: 0 1em;
  background-color: #D20000;
  display: inline-block;
  line-height: 3.2em;
}
.bridge-button .button-text {
  padding: 0 1em;
  background-color: red;
  display: inline-block;
  line-height: 3.2em;
}
.icon-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  padding: 0;
  background: #e93b3b;
  padding: 0 1em 0 0;
  border-radius: 0;
  text-transform: none;
  color: white !important;
  text-decoration: none !important;
  line-height: 3em;
  font-size: .75em;
}
.icon-button.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.icon-button.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.icon-button span {
  display: inline-block;
  background: #d13535;
  padding: 0 1em;
  margin-right: 1em;
  line-height: 3em;
}
.factcheck-button {
  background: #f0f0f1;
  padding: .4em 1em;
  font-weight: bold;
  display: inline-block;
}
.factcheck-button .result {
  text-transform: uppercase;
}
.factcheck-button.true {
  border-left: 10px solid #6e6e6e;
}
.factcheck-button.true .result {
  color: #6e6e6e;
}
.factcheck-button.mostly-true {
  border-left: 10px solid #b0b400;
}
.factcheck-button.mostly-true .result {
  color: #b0b400;
}
.factcheck-button.half-true {
  border-left: 10px solid #ffad00;
}
.factcheck-button.half-true .result {
  color: #ffad00;
}
.factcheck-button.mostly-false {
  border-left: 10px solid #fc6f00;
}
.factcheck-button.mostly-false .result {
  color: #fc6f00;
}
.factcheck-button.false {
  border-left: 10px solid #ae1a00;
}
.factcheck-button.false .result {
  color: #ae1a00;
}
.factcheck-button.screaming-lie {
  border-left: 10px solid #ff1000;
}
.factcheck-button.screaming-lie .result {
  color: #ff1000;
}
.factcheck-button.in-progress {
  border-left: 10px solid #6e6e6e;
}
.factcheck-button.in-progress .result {
  color: #6e6e6e;
}
.factcheck-button.unverifiable {
  border-left: 10px solid #1e1e1e;
}
.factcheck-button.unverifiable .result {
  color: #1e1e1e;
}
.fade-trans-to-black {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.fade-trans-to-white {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.fade-trans-to-black-darken {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.fade-gray {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.fade-red-horizontal {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e30000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#e30000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.fade-yellow-horizontal {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcdc3b), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#fcdc3b), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdc3b', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font-family: 'ProximaNova';
  font-size: 1em;
  line-height: 1.4;
  font-weight: normal;
  color: #1a1a1a;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
}
a img {
  border: none;
}
p {
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
img {
  max-width: 100%;
}
input[type=search],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}
.bg {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#panel {
  font-size: 100%;
  position: relative;
  background: white;
}
.shadow {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.text-center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fancybox-overlay {
  background-image: none;
  background: rgba(0, 0, 0, 0.8);
}
.align-curtain {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.opac-75 {
  opacity: .75;
}
.opac-50 {
  opacity: .50;
}
.opac-25 {
  opacity: .25;
}
.opac-10 {
  opacity: .10;
}
.grid {
  zoom: 1;
  /* ie 6/7 */
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2%;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.w12 {
  zoom: 1;
  /* ie 6/7 */
  float: none;
  width: 100%;
}
.w12:before,
.w12:after {
  content: "";
  display: table;
}
.w12:after {
  clear: both;
}
.w11 {
  float: left;
  width: 91.66%;
}
.w10 {
  float: left;
  width: 83.33%;
}
.w9 {
  float: left;
  width: 75%;
}
.w8 {
  float: left;
  width: 66.66%;
}
.w7 {
  float: left;
  width: 58.33%;
}
.w6 {
  float: left;
  width: 50%;
}
.w5 {
  float: left;
  width: 41.66%;
}
.w4 {
  float: left;
  width: 33.33%;
}
.w3 {
  float: left;
  width: 25%;
}
.w2 {
  float: left;
  width: 16.66%;
}
.w1 {
  float: left;
  width: 8.33%;
}
.centered {
  float: none;
  margin: 0 auto;
}
.prel {
  position: relative;
}
@media screen and (max-width: 600px) {
  .grid {
    padding: 0 1%;
  }
}
.cb-image {
  display: block;
  text-align: left;
  position: relative;
  -webkit-transition: opacity .4s;
       -o-transition: opacity .4s;
          transition: opacity .4s;
  overflow: hidden;
}
.cb-image .thumbnail {
  display: block;
  width: 100%;
}
.cb-image .photo-credit {
  font-size: .6em;
  line-height: 1.5;
  padding: 0 .5em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
}
.cb-image.bg {
  background-color: transparent;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb-image.bg img {
  opacity: 0;
}
.cb-image.bg .thumbnail {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cb-loading {
  background: #d6d6d8;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cb-loading .loader-align {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.cb-loading .loader-align .loader-content {
  display: table-cell;
  vertical-align: middle;
  color: #bbbbc0;
}
.cb-page {
  position: relative;
}
.cb-page .page-align {
  padding: 0 20px .5em;
  max-width: 1000px;
  margin: 0 auto;
}
.cb-page .cb-hero {
  padding-top: 3em;
  max-height: 800px;
}
.cb-page .cb-nohero {
  padding-top: 2.2em;
}
.cb-page .page-header .main-category {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  padding: 0 1em;
  float: left;
  background: #e30000;
  color: white;
  margin-bottom: 0.6em;
}
.cb-page .page-header .main-category .prefixes {
  display: none;
}
.cb-page .page-header .page-title {
  display: block;
  clear: left;
  font-size: 2.8em;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 .15em;
}
.cb-page .page-header .deck {
  font-size: 1.1em;
  margin: 0 0 0.6em;
}
.cb-page .page-header .deck p:first-child {
  margin-top: 0;
}
.cb-page .page-header .deck p:last-child {
  margin-bottom: 0;
}
.cb-page .page-header .factcheck {
  margin-bottom: 1em;
}
.cb-page .page-header.white {
  color: white;
}
.cb-page .page-byline {
  zoom: 1;
  /* ie 6/7 */
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: .2em 0;
}
.cb-page .page-byline:before,
.cb-page .page-byline:after {
  content: "";
  display: table;
}
.cb-page .page-byline:after {
  clear: both;
}
.cb-page .page-byline .cb-byline {
  font-size: .9em;
  line-height: 1.2;
  float: left;
  color: black;
}
.cb-page .page-byline .cb-share {
  float: right;
  margin-top: .5em;
}
.cb-page .page-byline.white {
  color: white;
  border-top: none;
  border-bottom: none;
}
.cb-page .page-byline.white .cb-byline {
  color: white;
}
.cb-page .page-banner {
  padding: 1.2em 0 1em;
}
.cb-page .page-content-feature {
  margin-bottom: 1em;
}
.cb-page .page-body {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 0 1.2em;
}
.cb-page .page-body.breathe {
  padding-top: 1.2em;
}
.cb-page .page-body .col-asides {
  width: 280px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-right: 1.2em;
  z-index: 1;
}
.cb-page .page-body .col-asides .cb-aside {
  margin-bottom: .5em;
}
.cb-page .page-body .col-asides .aside-align {
  position: relative;
}
.cb-page .page-body .col-asides.half-width {
  width: 140px;
}
.cb-page .page-body .col-asides.half-width:last-child {
  padding-right: 0;
  padding-left: 1.2em;
}
.cb-page .page-body .col-asides.on-right {
  padding-right: 0;
  padding-left: 1.2em;
}
.cb-page .page-body .col-main {
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.cb-page .page-body .col-main .cb-about-authors {
  margin-bottom: 2em;
}
.cb-page .page-body .cb-stream.tiles .cb-tile {
  padding-bottom: 0.6em;
  padding-top: 0.6em;
}
.cb-page .page-footer.stream {
  background: #f0f0f1;
  padding-top: 1.5em;
}
.cb-page .page-tile {
  margin-bottom: 1.2em;
}
.cb-page .page-tile:last-child {
  margin-bottom: 0;
}
.cb-page .page-comments .cb-section-title {
  display: none;
}
.cb-page .page-comments .facebook-comments-wrapper {
  display: block;
  width: 100%;
}
.cb-page .page-comments .facebook-comments-wrapper iframe {
  width: 100% !important;
}
.cb-page .page-promotions,
.cb-page .page-footnotes {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2em;
}
.cb-page .page-promotions a,
.cb-page .page-footnotes a {
  color: #1573cb;
}
.cb-page .cb-stream.below-post {
  padding-top: 1em;
}
@media only screen and (max-width: 800px) {
  .cb-page .page-align {
    padding-left: 1em;
    padding-right: 1em;
  }
  .cb-page .page-banner {
    padding: 1.5em 0 0;
  }
  .cb-page .page-byline .cb-share {
    float: left;
    clear: both;
    margin-top: 0;
  }
  .cb-page .page-body {
    font-size: 1.1em;
  }
  .cb-page .page-body .col-asides {
    float: none !important;
    width: 100% !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cb-page .page-body .col-asides .scroll {
    max-height: none !important;
  }
  .cb-page .page-body .col-asides.collapse {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    padding: 0 !important;
  }
  .cb-page .page-body .col-main {
    display: block;
    margin-bottom: 0.6em;
  }
  .cb-page .page-body .col-main .alignbleed {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  .cb-page .cb-hero {
    margin-bottom: 0;
  }
  .cb-page .page-align {
    padding-top: 0;
    padding-left: .5em;
    padding-right: .5em;
  }
  .cb-page .page-header .page-title {
    font-size: 2.1em;
    margin-bottom: .4em;
  }
  .cb-page .page-body {
    font-size: 1.05em;
    padding: 0;
  }
}
.cb-section-title {
  color: #e30000;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 .5em 0;
  position: relative;
}
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNova';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_0_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_0_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_0_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_1_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_1_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_1_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 800;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_2_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_2_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_2_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaA';
  font-weight: 800;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_3_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_3_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_3_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaA';
  font-weight: bold;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_4_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_4_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_4_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 400;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_5_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_5_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_5_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 600;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_6_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_6_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_6_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_6_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 700;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_7_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_7_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_7_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_7_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaA';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_8_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_8_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_8_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_8_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaA';
  font-weight: 600;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_9_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_9_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_9_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_9_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaA';
  font-weight: 400;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_B_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_B_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_B_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_B_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaS';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_D_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_D_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_D_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_D_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNovaT';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_E_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_E_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_E_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_E_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 800;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_F_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_F_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_F_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_F_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 100;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_11_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_11_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_11_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_11_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 600;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_12_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_12_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_12_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_12_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_13_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_13_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_13_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_13_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 700;
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_14_0.eot');
  src: url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_14_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_14_0.woff') format('woff'), url('/wp-content/themes/becivil/assets/fonts/proxima-nova/2642B7_14_0.ttf') format('truetype');
}
/* @import must be at top of file, otherwise CSS will not work */
.cb-page.author {
  background: #f0f0f1;
  padding: 0;
}
.cb-page.author .page-body {
  padding: 0 0 2em;
}
.cb-page.author .page-body .col-asides {
  width: 350px;
}
@media only screen and (max-width: 1000px) {
  .cb-page.author .page-body .col-asides {
    width: 270px;
  }
  .cb-page.author .page-body .col-main {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 800px) {
  .cb-page.author .page-body .col-asides {
    width: 270px;
  }
  .cb-page.author .page-body .col-main {
    padding-right: 0;
  }
}
.cb-page.format-beat .page-body {
  padding: 1em 0;
}
.cb-page.format-beat .page-body .col-asides {
  padding-right: 0;
  background: #f0f0f1;
  width: 320px;
}
.cb-page.format-beat .page-body .col-asides .cb-stream {
  padding: 0;
}
.cb-page.format-beat .page-body .col-asides .cb-stream .cb-tile {
  padding: 0;
}
.cb-page.format-beat .page-body .col-asides .cb-stream .cb-tile .align {
  background: transparent;
}
.cb-page.format-beat .page-body .col-main {
  padding-left: 2em;
}
@media only screen and (max-width: 800px) {
  .cb-page.format-beat .page-body .col-main {
    padding-left: 0;
  }
}
.cb-page.connection .connection-deck .deck {
  font-size: 1.2em;
  font-weight: 100;
  margin: 1.5em 0;
}
.cb-page.connection .connection-deck .deck p {
  margin: 0;
}
.cb-page.connection .page-body {
  padding-top: 0;
}
.cb-page.connection .page-body .col-asides .cb-share {
  margin-bottom: 2em;
}
.cb-page.connection .page-body .col-asides .cb-share .addthis_counter {
  display: none !important;
}
.cb-page.connection .cb-about-authors .author {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cb-page.connection .cb-about-authors .cb-section-title {
  display: none;
}
.cb-page.connection .cb-about-authors .rss-link {
  display: none;
}
.cb-page.connection .cb-about-authors .cb-body-content {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 0 !important;
}
.cb-page.connection .cb-about-authors .cb-body-content p {
  margin: 0;
}
.cb-page.connection .responses-footer {
  padding: 2em 0;
  margin-bottom: 0;
  background: #f0f0f1;
}
.cb-page.connection .responses-footer .page-align {
  padding-bottom: 0;
}
.cb-page.connection .responses-footer .page-body {
  padding-bottom: 0;
}
.cb-page.connection .responses-footer .page-body .col-asides {
  text-align: center;
}
.cb-page.connection .responses-footer .page-body .col-asides .cb-share {
  display: inline-block;
  clear: both;
}
.cb-page.connection .responses-footer .cb-section-title {
  padding: 0;
  margin-top: 0;
}
.cb-page.connection .responses-footer .col-asides {
  padding-right: 0;
  width: 270px;
  padding-left: .2em;
}
.cb-page.connection .responses-footer .cb-excerpt {
  font-size: 1.1em;
  margin-bottom: 1.8em;
}
.cb-page.connection .responses-footer .cb-excerpt:last-child {
  margin-bottom: 0;
}
.cb-page.connection .responses-footer .share-story {
  text-align: center;
  margin-bottom: 1em;
}
.cb-page.connection .responses-footer .share-story p {
  margin-top: 0;
  margin-bottom: 5px;
}
.cb-page.connection .responses-footer h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .cb-page.connection .responses-footer {
    padding-top: 0;
  }
  .cb-page.connection .responses-footer .cb-section-title {
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  }
  .cb-page.connection .responses-footer .page-align {
    padding: 0;
  }
  .cb-page.connection .responses-footer .page-align .excerpts {
    margin-bottom: 2em;
  }
  .cb-page.connection .responses-footer .page-align .excerpts .cb-excerpt {
    font-size: 1em;
    padding: 2em 1em;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  }
}
.cb-page.single.format-face {
  background: black;
  color: white;
}
.cb-page.single.format-face .face-hero {
  text-align: center;
  padding: 2em 0;
  font-size: 1.2em;
}
.cb-page.single.format-face .face-hero img {
  margin-bottom: 1em;
}
.cb-page.single.format-face .face-hero .cb-body-content.deck {
  margin: 1em 0;
  font-style: italic;
}
.cb-page.single.format-face .face-hero .cb-body-content.deck p:last-child {
  margin-bottom: 0;
}
.cb-page.single.format-face .face-hero .cb-byline {
  color: white;
}
.cb-page.single.format-face .faces ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
}
.cb-page.single.format-face .faces ul li {
  float: left;
  width: 33.3%;
  height: 405px;
  margin-bottom: 1em;
}
.cb-page.single.format-face .faces ul li .metadata {
  display: none;
}
.cb-page.single.format-face .faces ul li .img {
  margin-right: 20px;
  height: 100%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb-page.single.format-face .faces ul li .img p.name {
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 170px;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  display: block;
  height: 100%;
  cursor: pointer;
}
.cb-page.single.format-face .faces ul li .img p.name:hover {
  opacity: 1;
}
.cb-page.single.format-face .cb-body-content a {
  color: #1573cb;
}
.cb-face-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 999999;
}
.cb-face-popup .modal {
  width: 940px;
  margin: 50px auto 0;
  border: 1px solid white;
  background: black;
  color: white;
  padding: 60px 95px;
  position: relative;
}
.cb-face-popup .modal .close {
  position: absolute;
  right: 16px;
  top: 7px;
  font-weight: 100;
  font-size: 35px;
  text-decoration: none;
  color: white;
}
.cb-face-popup .modal .arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: -60px;
  width: 32px;
  height: 120px;
  background: url('../images//arrow-left-face.png');
  background-repeat: no-repeat;
}
.cb-face-popup .modal .arrow.next {
  left: auto;
  right: -60px;
  background: url('../images//arrow-right-face.png');
}
.cb-face-popup .modal h1 {
  font-size: 24px;
  font-family: 'ProximaNova';
  margin: 0 0 15px;
}
.cb-face-popup .modal h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.cb-face-popup .modal h2 i.play {
  cursor: pointer;
  float: left;
  display: inline-block;
  width: 65px;
  height: 49px;
  background: url('../images//icon-play-face.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.cb-face-popup .modal h2 span {
  line-height: 49px;
}
.cb-face-popup .modal .playing {
  margin-top: -10px;
  margin-bottom: 25px;
}
.cb-face-popup .modal .img {
  width: 100%;
  height: 860px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  background-position: center center;
  margin-bottom: 30px;
}
.cb-face-popup .modal .description {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  border-top: 1px solid white;
  padding: 25px 0 5px 0;
}
.cb-face-popup .modal .description p {
  margin-top: 0;
}
.cb-face-popup .modal .description p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .cb-page.single.format-face .faces ul {
    margin-right: 0;
  }
  .cb-page.single.format-face .faces ul li {
    height: 350px;
    width: 100%;
  }
  .cb-page.single.format-face .faces ul li .img {
    width: 100%;
    margin: 0;
  }
  .cb-face-popup .modal {
    width: 100%;
    padding: 20px 15px;
  }
  .cb-face-popup .modal .close {
    font-size: 20px;
  }
  .cb-face-popup .modal .img {
    width: 100%;
    height: 460px;
  }
  .cb-face-popup .modal h2 span {
    line-height: normal;
  }
}
.cb-page.form {
  background: #f0f0f1;
  zoom: 1;
  /* ie 6/7 */
}
.cb-page.form:before,
.cb-page.form:after {
  content: "";
  display: table;
}
.cb-page.form:after {
  clear: both;
}
.cb-page.form .cb-page-form {
  background: white;
  max-width: 800px;
  margin: 2em auto;
}
.cb-page.form .cb-page-form .back-stripe {
  padding: .8em;
  background: #e30000;
  color: white;
  font-weight: bold;
  font-size: .9em;
}
.cb-page.form .cb-page-form .page-body {
  padding: 0;
  margin: 0;
  padding: 2em;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper {
  max-width: none;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper .gform_heading {
  margin: 0;
  width: 100%;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper .gform_heading h3.gform_title {
  font-size: 1.8em;
  line-height: 1.3;
  margin: 0 0 .2em;
  font-weight: bold;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper .gfield_label {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  padding: .2em 0;
  color: #666;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper .top_label input[type=text] {
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #aaa;
  padding: .6em;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .gform_wrapper .gform_footer {
  padding-top: 0;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form h3 {
  margin: 0;
}
.cb-page.form .cb-page-form .page-body .cb-body-content .cb-gravity-form .field {
  margin-bottom: 1em;
}
.cb-page.form .cb-page-form.medium {
  max-width: 600px;
}
.cb-page.form .cb-page-form.small {
  max-width: 450px;
}
.cb-page.type-morning-beat .cb-body-content label {
  display: block;
  font-weight: bold;
  margin: 1em 0;
}
.cb-page.type-morning-beat .cb-body-content textarea {
  display: block;
  width: 100%;
}
.cb-page.type-page.account {
  background: #f0f0f1;
  zoom: 1;
  /* ie 6/7 */
}
.cb-page.type-page.account:before,
.cb-page.type-page.account:after {
  content: "";
  display: table;
}
.cb-page.type-page.account:after {
  clear: both;
}
.cb-page.type-page.account .cb-page-form {
  background: white;
  margin: 2em 1em;
}
.cb-page.type-page.account .cb-page-form .page-header {
  font-size: .8em;
  padding: 0;
}
.cb-page.type-page.account .cb-page-form .page-body {
  padding: 0;
  margin: 0;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content p {
  margin: 0;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content ul li {
  margin-bottom: .2em;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content ul li:last-child {
  margin-bottom: 0;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content section {
  zoom: 1;
  /* ie 6/7 */
  border-bottom: 1px solid #ccc;
  padding: 2em;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content section:before,
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content section:after {
  content: "";
  display: table;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content section:after {
  clear: both;
}
.cb-page.type-page.account .cb-page-form .page-body .cb-body-content section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cb-page.type-page .cb-nohero {
  margin-bottom: 1.5em;
}
.cb-page.single.format-project .cb-hero {
  margin-bottom: 0;
}
.cb-page.single.format-project .page-header-stripe {
  background: #f4f4f4;
  padding: 2em 0;
  margin-bottom: 1em;
}
.cb-page.single.format-project .page-byline {
  border: none;
}
.cb-page.threecol .page-body {
  padding-top: 0;
}
.cb-page.threecol .page-align {
  padding-left: 2em;
  padding-right: 2em;
  max-width: 1300px;
}
.cb-page.threecol .page-align .page-body .col-asides {
  width: 240px;
  padding-right: 2em;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right {
  width: 320px;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right .cb-share {
  max-height: none;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right .cb-share #atstbx > a {
  display: block;
  height: 30px;
  clear: both;
}
.cb-page.threecol .page-align .page-body .col-asides.on-right .cb-aside .cb-share {
  margin-left: 0;
}
.cb-page.threecol .page-align .page-body .col-asides .cb-aside.page-sections {
  border-top: 5px solid black;
}
.cb-page.threecol .page-align .page-body .col-asides .cb-aside.page-sections .page-sections-title {
  color: black;
  font-size: 1em;
  border-bottom: none;
}
.cb-page.threecol .page-align .page-body .col-asides .cb-aside.page-sections ol {
  margin-bottom: 1em;
}
.cb-page.threecol .page-align .page-body .col-asides .cb-aside.page-sections ol li {
  border-bottom: none;
  font-weight: normal;
  color: black;
  padding: .5em 1em .5em 1.5em;
}
.cb-page.threecol .page-align .page-body .col-asides .cb-aside.page-sections ol li.current-section {
  color: #999;
}
.cb-page.threecol .series-sponsor > div img {
  margin-top: 0;
}
.cb-page.threecol .cb-aside.logo {
  margin-bottom: 1em;
}
.cb-page.threecol .sponsors {
  text-align: center;
  margin-bottom: 1em;
}
.cb-page.threecol .sponsors .links a {
  margin-bottom: .5em;
}
.cb-page.threecol .sponsors img {
  margin: 5px 0 0;
  max-width: 100%;
}
.cb-page.threecol .cb-body-content.main {
  font-family: ProximaNova;
  font-size: 1.05em;
  line-height: 1.7;
}
.cb-page.threecol .cb-body-content.main h1,
.cb-page.threecol .cb-body-content.main h2 {
  border-top: none;
  color: black;
}
.cb-page.threecol .cb-body-content.main h1 .fa,
.cb-page.threecol .cb-body-content.main h2 .fa {
  display: none;
}
.cb-page.threecol .cb-body-content.main > p:first-of-type {
  font-size: 1.3em;
}
.cb-page.threecol .cb-body-content.main blockquote {
  color: black;
  font-weight: 100;
  font-size: 1.5em;
  line-height: 1.4;
}
.cb-page.threecol .cb-body-content.main .cb-sidebar {
  /*border-top: 5px solid black;*/
}
.cb-page.threecol .cb-body-content.main .cb-sidebar h4 {
  background: transparent;
  color: black;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: .75em;
  margin-bottom: 7px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #e30000;
  color: white;
  padding: .5em;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.3;
}
.cb-page.threecol .cb-body-content.main .cb-sidebar ul {
  font-size: .8em;
  padding: 0 0 10px;
}
@media only screen and (max-width: 500px) {
  .cb-page.threecol .cb-body-content.main .cb-sidebar {
    font-size: 1.1em;
  }
}
.cb-page.threecol .cb-body-content.main #comments .cb-discussion-prompt-and-header h1 {
  display: none;
}
.cb-page.threecol .cb-body-content.main #comments nav.injected {
  display: none;
}
.cb-page.threecol .cb-body-content.main .cb-about-authors {
  padding-top: 5px;
}
.cb-page.threecol .cb-body-content.main .cb-about-authors a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1100px) {
  .cb-page.threecol .page-body .col.col-asides.on-right {
    display: none;
    width: 0;
    min-width: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .cb-page.threecol .page-align {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 1300px;
  }
  .cb-page.threecol .page-align .page-body .col-asides:last-child {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .cb-page.threecol .page-body .col-asides .cb-aside.logo {
    display: none;
  }
  .cb-page.threecol .page-body .col-asides .cb-aside.sponsors {
    text-align: center;
    width: 100%;
  }
  .cb-page.threecol .page-body .col-asides .cb-aside.sponsors .links > a {
    display: inline-block;
    margin: 0 .2em;
  }
  .cb-page.threecol .page-body .col-asides .cb-aside.sponsors .links > a img {
    max-height: 120px;
    width: auto;
  }
  .cb-page.threecol .page-align {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .cb-page.threecol .page-align {
    padding-left: .7em;
    padding-right: .7em;
  }
  .cb-page.threecol .cb-body-content.main {
    line-height: 1.5;
    font-size: 1em;
  }
  .cb-page.threecol .cb-body-content.main .cb-sidebar {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cb-page.threecol .cb-body-content.main .cb-sidebar ul {
    font-size: .8em;
  }
  .cb-page.threecol .cb-body-content.main .cb-sidebar ul li h5 {
    line-height: 1.2;
    margin-top: -3px;
  }
}
.cb-aside.comment-count {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 65px;
  color: #e30000;
  overflow: hidden;
}
.cb-aside.comment-count .fa {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 65px;
  height: 65px;
  background: url('../images//comment-bubble.png') no-repeat center;
  float: left;
  margin-right: .25em;
}
.cb-aside.logo {
  max-width: 200px;
}
.cb-aside.logo img {
  width: 100%;
  height: auto;
}
.cb-aside.page-sections {
  background: #f4f4f4;
  color: #666;
  font-weight: bold;
  font-size: .85em;
  line-height: 1.2;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 270px;
}
.cb-aside.page-sections.cloneable {
  display: none;
}
.cb-aside.page-sections .page-sections-title {
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  border-bottom: 1px solid white;
  vertical-align: middle;
}
.cb-aside.page-sections ol {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cb-aside.page-sections ol li {
  border-bottom: 1px solid white;
  margin: 0;
  padding: 0.65em 1.5em;
  font-weight: bold;
  line-height: 1.4;
}
.cb-aside.page-sections ol li.current-section {
  color: #999;
}
.cb-aside.page-sections ol li .num {
  float: left;
}
.cb-aside.page-sections ol li .title {
  display: block;
  margin-left: 1.3em;
}
.cb-aside.page-sections .cb-share {
  text-align: center;
  padding: 0.75em 0;
}
.cb-aside.page-sections .cb-share > div {
  display: inline-block;
}
.cb-aside.podcast {
  font-size: .9em;
  padding-bottom: 1em;
}
.cb-aside.podcast .cb-body-content a {
  color: #e30000;
  font-weight: bold;
}
.cb-aside.related .cb-excerpt .cb-image {
  width: 100%;
  float: none;
  margin: 0 0 1em;
}
.cb-aside.related .cb-excerpt .cb-image img {
  width: 100%;
}
.cb-aside.related .cb-excerpt .body {
  margin-left: 0;
}
.cb-aside.resources {
  background: white;
}
.cb-aside.resources ul.resources {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-aside.resources ul.resources li.resource {
  margin-bottom: 1em;
}
.cb-aside.resources ul.resources li.resource:last-child {
  margin-bottom: 0;
}
.cb-aside.resources ul.resources li.resource .resource-title {
  font-weight: bold;
  line-height: 1.2;
}
.cb-aside.resources ul.resources li.resource .resource-title .fa {
  font-size: .9em;
  color: #ccc;
  margin-right: .1em;
  float: left;
  display: block;
  line-height: 1.8em;
}
.cb-aside.resources ul.resources li.resource .resource-title .name {
  margin-left: 30px;
  display: block;
}
.cb-aside.resources ul.resources li.resource .resource-description {
  font-size: 1em;
  line-height: 1.3;
}
.cb-aside.resources ul.resources li.resource a:hover {
  color: #013167;
}
.cb-aside.resources ul.resources li.resource a:hover .fa {
  color: #e30000;
}
.cb-aside.sponsors {
  width: 80%;
  margin: 0 auto .8em;
}
.cb-aside.sponsors small {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: black;
  margin-bottom: 10px;
}
.cb-aside.sponsors .links a {
  display: block;
  clear: both;
}
.half-smallcol .sponsors small {
  margin-bottom: 0;
}
.half-smallcol .sponsors .label {
  font-size: 12px;
}
.half-smallcol .sponsors .underwriting-practices .popup {
  right: auto;
  left: 0;
}
.cb-aside.subscribe .cb-subscribe {
  display: block;
  border: 1px solid black;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: .8em;
}
.cb-stream.tiles.asides .cb-aside .aside-title,
.cb-tile.cb-aside .aside-title,
.cb-aside .aside-title {
  margin: 0;
  color: #888;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2;
  margin-bottom: 1em;
}
.cb-stream.tiles.asides .cb-aside .aside-title.stripe,
.cb-tile.cb-aside .aside-title.stripe,
.cb-aside .aside-title.stripe {
  background: #f0f0f1;
  color: #666;
  padding: .3em 1em;
  margin-bottom: 0;
}
.cb-stream.tiles.asides .cb-aside .aside-title.above-scroll,
.cb-tile.cb-aside .aside-title.above-scroll,
.cb-aside .aside-title.above-scroll {
  margin: 0;
  line-height: 1;
  padding: 1em;
  background: white;
  border-bottom: 1px solid #f0f0f1;
  color: black;
}
.cb-stream.tiles.asides .cb-aside .align,
.cb-tile.cb-aside .align,
.cb-aside .align {
  background: white;
}
.cb-stream.tiles.asides .cb-aside .align > .body,
.cb-tile.cb-aside .align > .body,
.cb-aside .align > .body {
  padding: 1em 1em 2em;
}
.cb-stream.tiles.asides .cb-aside .cb-excerpt,
.cb-tile.cb-aside .cb-excerpt,
.cb-aside .cb-excerpt {
  margin-bottom: 1.5em;
}
.cb-stream.tiles.asides .cb-aside.dark,
.cb-tile.cb-aside.dark,
.cb-aside.dark {
  background: black;
  color: white;
}
.cb-stream.tiles.asides .cb-aside.dark .aside-title,
.cb-tile.cb-aside.dark .aside-title,
.cb-aside.dark .aside-title {
  color: #efefef;
}
.cb-stream.tiles.asides .cb-aside.dark .aside-title.stripe,
.cb-tile.cb-aside.dark .aside-title.stripe,
.cb-aside.dark .aside-title.stripe {
  background: #e30000;
  color: white;
}
.cb-excerpt.issue {
  position: relative;
  margin-bottom: 2em;
}
.cb-excerpt.issue .thumbnail {
  width: 100%;
  position: relative;
}
.cb-excerpt.issue .align {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  min-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.cb-excerpt.issue .align.align-left {
  left: 0;
  right: auto;
}
.cb-excerpt.issue .excerpt-content {
  padding: 2em 3em;
  display: table;
  height: 100%;
}
.cb-excerpt.issue .excerpt-content .excerpt-content-align {
  display: table-cell;
  vertical-align: middle;
}
.cb-excerpt.issue .excerpt-content .excerpt-title {
  font-size: 2.5em;
  line-height: 1.2;
  margin: 0;
}
.cb-excerpt.issue .excerpt-content .excerpt-description {
  font-size: 1.08em;
  font-size: 1.15em;
  line-height: 1.5;
  padding: 1em 0 1.5em;
}
.cb-excerpt.issue .excerpt-content .author-and-date {
  font-size: 15px;
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
.cb-excerpt.issue .excerpt-content .author-and-date .date {
  display: inline-block;
  text-transform: uppercase;
}
.cb-excerpt.issue .excerpt-content .author-and-date .middot {
  display: inline-block;
  margin: 0 5px;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author {
  display: inline-block;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .cb-coauthors {
  display: inline-block;
  text-transform: uppercase;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .cb-coauthors a {
  text-transform: uppercase;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .cb-coauthors span {
  text-transform: none;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .cb-coauthors span.name {
  text-transform: uppercase;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .social-links {
  display: inline-block;
}
.cb-excerpt.issue .excerpt-content .author-and-date .author .social-links a,
.cb-excerpt.issue .excerpt-content .author-and-date .author .social-links a:visited {
  color: #fff;
  font-size: 13px;
  margin-left: 6px;
}
.cb-excerpt.issue .excerpt-content .author-and-date .bridge-button {
  margin-top: 10px;
  margin-bottom: 0;
}
.cb-excerpt.issue.conversation.banner {
  margin-bottom: 0;
}
.cb-excerpt.issue.conversation.banner .overlay {
  background: rgba(242, 197, 21, 0.8);
  width: 460px;
  right: 50px;
}
.cb-excerpt.issue.conversation.banner .overlay .article-info {
  color: black;
}
.cb-excerpt.issue.conversation.banner .overlay .article-info h2 {
  border-top: 4px solid black;
  padding: 20px 0;
}
.cb-excerpt.issue.single .color-overlay {
  width: 35%;
  min-width: 350px;
  max-width: 100%;
}
.cb-excerpt.issue.single .overlay {
  width: 35%;
  min-width: 350px;
  max-width: 100%;
  color: #000;
}
.cb-excerpt.issue.single .overlay .arrow {
  display: none !important;
}
.cb-excerpt.issue.single .overlay:before {
  display: none;
}
.cb-excerpt.issue.single .overlay .article-info .circular-border i {
  color: black;
}
.cb-excerpt.issue.single .overlay .article-info h3 {
  color: black;
  font-size: 25px;
  margin-bottom: 20px;
}
.cb-excerpt.issue.single .overlay .article-info .desc {
  display: none;
}
.cb-excerpt.issue.single .overlay .article-info .horizontal-bar {
  width: 270px;
  background: #000;
  height: 7px;
}
.cb-excerpt.issue.single .overlay .article-info .bridge-button {
  display: none;
}
.cb-excerpt.issue.single .overlay .article-info h2 {
  color: #000;
  margin: 20px 0;
}
.cb-excerpt.issue.single .overlay .article-info .author-and-date {
  color: #000;
}
.cb-excerpt.issue.single .overlay .article-info .author-and-date .author .social-links a,
.cb-excerpt.issue.single .overlay .article-info .author-and-date .author .social-links a:visited {
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .cb-excerpt.issue {
    font-size: .9em;
  }
  .cb-excerpt.issue .bridge-button {
    font-size: .95em;
  }
  .cb-excerpt.issue .bridge-button .icon {
    padding: 0 .8em;
    line-height: 3em;
  }
  .cb-excerpt.issue .bridge-button .button-text {
    padding: 0 .8em;
    line-height: 3em;
  }
}
@media only screen and (max-width: 850px) {
  .cb-excerpt.issue {
    margin-bottom: 1em;
  }
  .cb-excerpt.issue .align {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    background: black;
    min-width: 0;
  }
  .cb-excerpt.issue .align .excerpt-content {
    padding: 2em 1.5em;
    font-size: 1em;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .cb-excerpt.issue .align .excerpt-content {
    font-size: .9em;
  }
}
.cb-excerpt.media {
  font-size: 1em;
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: none;
}
.cb-excerpt.media .align {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.cb-excerpt.media .align.scroll,
.cb-excerpt.media .align .scroll-inner {
  min-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.cb-excerpt.media .align.iframe {
  position: relative;
  min-height: 440px;
}
.cb-excerpt.media .align.iframe iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
}
.cb-excerpt.media .cb-flags {
  position: absolute;
  top: 0;
  left: 0;
}
.cb-excerpt.media .tile-thumbnail > .cb-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}
.cb-excerpt.media .tile-thumbnail > .cb-image img {
  opacity: 0;
  width: 100% !important;
  height: auto !important;
}
.cb-excerpt.media .tile-thumbnail > .cb-image .thumbnail {
  opacity: 1;
}
.cb-excerpt.media .top-label {
  margin: 0 0 1em;
  line-height: 1.4;
}
.cb-excerpt.media .body {
  padding: .8em 1em 3em 1em;
}
.cb-excerpt.media .body .headline {
  font-size: 1.27em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: .2em 0 .5em 0;
}
.cb-excerpt.media .body .thumbnail2 {
  display: none;
}
.cb-excerpt.media .body .cb-body-content {
  margin: .5em 0;
  font-size: .95em;
}
.cb-excerpt.media .body .cb-body-content p {
  margin: 1em 0;
}
.cb-excerpt.media .body .cb-body-content p:first-of-type {
  margin-top: 0;
}
.cb-excerpt.media .body .cb-body-content p:last-of-type {
  margin-bottom: 0;
}
.cb-excerpt.media .body.darkbg {
  color: #cccccc;
}
.cb-excerpt.media .body.darkbg .headline {
  color: white;
}
.cb-excerpt.media .body.darkbg .byline,
.cb-excerpt.media .body.darkbg .main-category {
  color: #cccccc;
}
.cb-excerpt.media .comments {
  position: absolute;
  right: 1.4em;
  bottom: 1em;
  font-size: 1.1em;
  color: #7b7b7b;
}
.cb-excerpt.media .loading {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
  padding: 2em 0;
}
.cb-excerpt.media .thumbnail {
  width: 100%;
  opacity: 0;
}
.cb-excerpt.media .body {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  padding-bottom: 1.8em;
  width: 100%;
}
.cb-excerpt.media .body .headline {
  font-size: 1.4em;
}
.cb-excerpt.media .body {
  margin: 0;
}
.cb-excerpt.media.nothumb .align {
  background: white;
  color: black;
}
.cb-excerpt.media.nothumb .align .headline {
  color: #333;
}
.cb-excerpt.media.nothumb .align .cb-body-content {
  color: #666;
}
.cb-excerpt.media.nothumb .align .body {
  position: relative;
  background: none;
}
@media only screen and (max-width: 950px) {
  .cb-excerpt.media {
    font-size: .9em;
  }
}
@media only screen and (max-width: 600px) {
  .cb-excerpt.media .align.bg img {
    opacity: 1;
  }
  .cb-excerpt.media .body {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    background: black;
  }
}
.cb-excerpt {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-excerpt:before,
.cb-excerpt:after {
  content: "";
  display: table;
}
.cb-excerpt:after {
  clear: both;
}
.cb-excerpt:last-child {
  margin-bottom: 0;
}
.cb-excerpt .cb-image {
  float: left;
}
.cb-excerpt .cb-image img {
  width: 8em;
}
.cb-excerpt .body {
  margin-left: 9em;
}
.cb-excerpt .body .main-category {
  margin: 0;
  display: inline-block;
  line-height: 1.8;
}
.cb-excerpt .body .part i {
  background-color: #e30000;
  color: white;
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8em;
  padding: .2em 1em;
  line-height: 1.8;
  margin-bottom: .75em;
}
.cb-excerpt .body h2.headline {
  margin: 0;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 .25em;
}
.cb-excerpt .body .cb-byline {
  line-height: 1.4;
  margin: 0 0 .2em;
}
.cb-excerpt .body .cb-body-content {
  font-size: .9em;
}
.cb-excerpt .body .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-excerpt.no-thumb .body {
  margin-left: 0;
}
.cb-excerpt .sidebar-posts {
  padding-top: 1em;
}
.cb-excerpt .sidebar-posts h4 {
  font-size: 1em;
  margin: 0 0 .5em;
}
.cb-excerpt .sidebar-posts ul {
  margin: 0;
  padding: 0;
  font-size: .8em;
  list-style-type: none;
}
.cb-excerpt .sidebar-posts ul li {
  margin-bottom: 3px;
}
.cb-excerpt .sidebar-posts ul li:last-child {
  margin-bottom: 0;
}
.cb-var-excerpt-large {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-var-excerpt-large:before,
.cb-var-excerpt-large:after {
  content: "";
  display: table;
}
.cb-var-excerpt-large:after {
  clear: both;
}
.cb-var-excerpt-large:last-child {
  margin-bottom: 0;
}
.cb-var-excerpt-large .cb-image {
  float: left;
}
.cb-var-excerpt-large .cb-image img {
  width: 8em;
}
.cb-var-excerpt-large .body {
  margin-left: 9em;
}
.cb-var-excerpt-large .body .main-category {
  margin: 0;
  display: inline-block;
  line-height: 1.8;
}
.cb-var-excerpt-large .body .part i {
  background-color: #e30000;
  color: white;
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .8em;
  padding: .2em 1em;
  line-height: 1.8;
  margin-bottom: .75em;
}
.cb-var-excerpt-large .body h2.headline {
  margin: 0;
  line-height: 1.2;
  font-size: 1.25em;
  margin: 0 0 .25em;
}
.cb-var-excerpt-large .body .cb-byline {
  line-height: 1.4;
  margin: 0 0 .2em;
}
.cb-var-excerpt-large .body .cb-body-content {
  font-size: .9em;
}
.cb-var-excerpt-large .body .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-var-excerpt-large.no-thumb .body {
  margin-left: 0;
}
.cb-var-excerpt-large .sidebar-posts {
  padding-top: 1em;
}
.cb-var-excerpt-large .sidebar-posts h4 {
  font-size: 1em;
  margin: 0 0 .5em;
}
.cb-var-excerpt-large .sidebar-posts ul {
  margin: 0;
  padding: 0;
  font-size: .8em;
  list-style-type: none;
}
.cb-var-excerpt-large .sidebar-posts ul li {
  margin-bottom: 3px;
}
.cb-var-excerpt-large .sidebar-posts ul li:last-child {
  margin-bottom: 0;
}
.cb-var-excerpt-large .cb-image {
  float: none;
  margin: 0 0 1em;
}
.cb-var-excerpt-large .cb-image img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .cb-excerpt .cb-image {
    float: left;
    margin: 0 1em 1em 0;
  }
  .cb-excerpt .cb-image img {
    width: 8em;
  }
  .cb-excerpt .body {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .cb-excerpt .cb-image {
    float: none;
    margin: 0 0 1em;
  }
  .cb-excerpt .cb-image img {
    width: 100%;
  }
}
.cb-banner.alert {
  background: #e30000;
  color: white;
  text-align: center;
  overflow: hidden;
  padding: .6em 0;
  font-size: .95em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: .1s;
       -o-transition: .1s;
          transition: .1s;
}
.cb-banner.alert p.message {
  font-size: 1.05em;
  font-weight: 600;
  line-height: 25px;
}
.cb-banner.alert .cta {
  font-size: .9em;
  line-height: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.cb-banner.alert .cta.break {
  position: relative;
  right: auto;
  top: auto;
  display: block;
  line-height: 1.2;
  margin-bottom: .15em;
}
.alert-buffer {
  height: 43px;
  -webkit-transition: .1s;
       -o-transition: .1s;
          transition: .1s;
}
body.admin-bar .cb-banner.alert {
  top: 32px;
}
body.scrolled .cb-banner.alert {
  padding: .5em 0;
  font-size: .9em;
}
@media screen and (max-width: 782px) {
  body .cb-banner.alert {
    position: absolute;
    top: 0 !important;
    padding: .5em 0 !important;
    font-size: .9em !important;
  }
}
.cb-banner.audio .audio-table {
  display: table;
  table-layout: fixed;
  background: #f6f7f7;
  width: 100%;
  padding: 0;
}
.cb-banner.audio .audio-leftcol {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
}
.cb-banner.audio .audio-rightcol {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cb-banner.audio .audio-rightcol .align {
  display: inline-block;
  text-align: left;
  max-width: 540px;
  padding: 5%;
}
.cb-banner.audio .audio-panel {
  padding-top: 2em;
  font-family: ProximaNova;
}
.cb-banner.audio .quote {
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 100;
  color: #333333;
  padding-bottom: 1em;
}
.cb-banner.audio cite {
  font-size: .9em;
  font-family: Georgia;
  font-style: italic;
}
.cb-banner.audio h3 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 2%;
}
.cb-banner.audio .description {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.cb-banner.audio audio {
  display: none;
  clear: both;
  margin: 3% 0;
  height: 40px;
  width: 80%;
  background: transparent;
}
.cb-banner.audio .caption.timeleft {
  padding: 0;
  margin-top: -8px;
  font-size: .8em;
  color: black;
}
@media only screen and (max-width: 900px) {
  .cb-banner.audio .audio-table {
    display: block;
  }
  .cb-banner.audio .audio-table .audio-leftcol {
    display: block;
    width: 100%;
  }
  .cb-banner.audio .audio-table .audio-rightcol {
    display: block;
    width: 100%;
  }
}
.cb-banner.author {
  background: white;
  margin-bottom: 1em;
}
.cb-banner.author .thumbnail img {
  width: 100%;
}
.cb-banner.author .align {
  padding: 2em;
  position: relative;
}
.cb-banner.author .align .cb-body-content .thumbnail {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.cb-banner.author .align .cb-body-content .expand {
  overflow: hidden;
  position: relative;
}
.cb-banner.author .align .cb-body-content .expand:before {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}
.cb-banner.author .align .cb-body-content .expand.expanded:before {
  display: none;
}
.cb-banner.author .align .cb-body-content .more {
  margin-bottom: -5px;
}
.cb-banner.author .align .cb-body-content .more a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  border-radius: 0;
  display: inline-block;
  background: white;
  padding: 0;
  color: black;
  font-size: .9em;
  text-decoration: none;
}
.cb-banner.author .align .cb-body-content .more a.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-banner.author .align .cb-body-content .more a.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .cb-banner.author .align {
    padding: 1.5em;
  }
}
.cb-banner.breadcrumbs {
  font-size: 1em;
  font-weight: 100;
  padding: 1em 0;
  background: #f0f0f1;
  border-bottom: 2px solid #ddd;
  border-top: 1px solid #ddd;
}
.cb-banner.connection {
  position: relative;
  overflow: hidden;
}
.cb-banner.connection.nothumb {
  height: 500px;
  background: #f0f0f1;
}
.cb-banner.connection.short {
  height: auto;
  padding: 2em 0;
  font-size: 1.2em;
  line-height: 1.2;
}
.cb-banner.connection.short .page-align {
  padding-bottom: 0;
}
.cb-banner.connection.short h2 {
  margin: 0 0 .2em;
}
.cb-banner.connection.short .cb-byline .contributor-level {
  display: none;
}
.cb-banner.connection img.thumbnail {
  width: 100%;
}
.cb-banner.connection .curtain-animate {
  background: rgba(242, 197, 21, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cb-banner.connection .align-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: rgba(242, 197, 21, 0.8);
  right: 2em;
  color: black;
}
.cb-banner.connection .align-right .banner-content {
  padding: 0 2.5em;
  display: table;
  height: 100%;
  width: 100%;
}
.cb-banner.connection .align-right .banner-content .banner-content-align {
  display: table-cell;
  vertical-align: middle;
}
.cb-banner.connection .align-right .banner-content .bord {
  border-top: 5px solid black;
  padding-top: .8em;
}
.cb-banner.connection .align-right .banner-content .banner-title {
  margin: 0 0 .5em;
  font-size: 1.9em;
  line-height: 1.1;
}
.cb-banner.connection .align-right .banner-content .cb-byline {
  color: black;
  font-size: .9em;
  line-height: 1.4;
}
.cb-banner.connection .align-right .banner-content .cb-byline .contributor-level {
  display: none;
}
@media only screen and (max-width: 800px) {
  .cb-banner.connection .align-right {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: .5em 1em;
    font-size: 1.1em;
    background: black;
    color: white;
    border-top: 5px solid #f2c515;
  }
  .cb-banner.connection .align-right .banner-content {
    padding: 0;
  }
  .cb-banner.connection .align-right .banner-content .bord {
    border-top: none;
  }
  .cb-banner.connection .align-right .banner-content .cb-byline {
    color: white;
  }
}
@media only screen and (max-width: 400px) {
  .cb-banner.connection .align-right {
    font-size: .9em;
  }
}
.cb-banner.connections,
.cb-banner.series {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #f8f9f9;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 998;
}
@media screen and (min-width: 600px) and (max-height: 600px) {
  .cb-banner.connections,
  .cb-banner.series {
    position: absolute;
    top: 0 !Important;
  }
}
.cb-banner.connections .banner-lower,
.cb-banner.series .banner-lower {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}
.cb-banner.connections .banner-lower .logo,
.cb-banner.series .banner-lower .logo {
  float: left;
  line-height: 64px;
  margin-right: 40px;
  outline: none;
  width: auto;
}
.cb-banner.connections .banner-lower .logo img,
.cb-banner.series .banner-lower .logo img {
  height: 32px;
  vertical-align: middle;
  margin-top: -9px;
}
.cb-banner.connections .banner-lower .crumbs,
.cb-banner.series .banner-lower .crumbs {
  float: left;
  font-size: 15px;
  line-height: 64px;
}
.cb-banner.connections .banner-lower .crumbs .fa,
.cb-banner.series .banner-lower .crumbs .fa {
  color: #ccc;
  margin: 0 .2em;
}
.cb-banner.connections .banner-lower .grid,
.cb-banner.series .banner-lower .grid {
  font-size: 0;
}
.cb-banner.connections .banner-lower nav,
.cb-banner.series .banner-lower nav {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.cb-banner.connections .banner-lower nav.banner-article-title,
.cb-banner.series .banner-lower nav.banner-article-title {
  display: none;
  overflow: hidden;
  width: 25%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-banner.connections .banner-lower nav.banner-article-title a,
.cb-banner.series .banner-lower nav.banner-article-title a {
  font-size: 20px;
  text-decoration: none;
  color: #505050;
}
.cb-banner.connections .banner-lower nav.banner-article-title .fa-angle-down,
.cb-banner.series .banner-lower nav.banner-article-title .fa-angle-down {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.cb-banner.connections .banner-lower nav.banner-nav-links,
.cb-banner.series .banner-lower nav.banner-nav-links {
  display: block;
  float: left;
}
.cb-banner.connections .banner-lower nav.banner-nav-links .bridge-button,
.cb-banner.series .banner-lower nav.banner-nav-links .bridge-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  display: inline-block;
  background: #ffffff;
  padding: 0 13px;
  text-decoration: none;
  color: #505050;
  line-height: 38px;
  padding: 0 30px;
  border: 1px solid #999;
  font-size: 16px;
  position: relative;
}
.cb-banner.connections .banner-lower nav.banner-nav-links a,
.cb-banner.series .banner-lower nav.banner-nav-links a {
  text-decoration: none;
  color: #505050;
  margin-left: 0px;
}
.cb-banner.connections .banner-lower nav.banner-right-icons,
.cb-banner.series .banner-lower nav.banner-right-icons {
  text-align: right;
  display: block;
  float: right;
  padding-top: 6px;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .fa-search,
.cb-banner.series .banner-lower nav.banner-right-icons .fa-search {
  font-size: 22px;
  margin-top: 14px;
  color: #505050;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-button,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-button {
  text-align: left;
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 25px;
  text-align: center;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-button .fa-pencil,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-button .fa-pencil {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  font-size: 22px;
  color: white;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation {
  display: none;
  position: absolute;
  color: #000;
  z-index: 999;
  margin-top: 25px;
  right: 15px;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation .fa-pencil,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation .fa-pencil {
  position: absolute;
  top: 90px;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container {
  height: 100px;
  width: 200px;
  position: relative;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container .tooltip-text,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container .tooltip-text {
  position: absolute;
  height: 100px;
  width: 200px;
  background-color: white;
  overflow: hidden;
  text-align: left;
  display: none;
  bottom: 0;
  left: 0;
  border-top: 1px solid #efefef;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container .tooltip-text .text-content,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation .tooltip-text-container .tooltip-text .text-content {
  position: absolute;
  left: 10px;
  top: 10px;
}
.cb-banner.connections .banner-lower nav.banner-right-icons .pencil-tooltip-animation .red-line,
.cb-banner.series .banner-lower nav.banner-right-icons .pencil-tooltip-animation .red-line {
  position: absolute;
  top: 100px;
  width: 0px;
  height: 5px;
  background-color: red;
}
.cb-banner.connections.semi-opaque,
.cb-banner.series.semi-opaque {
  background: rgba(248, 249, 249, 0.95);
}
.cb-banner.connections .dropdown,
.cb-banner.series .dropdown {
  float: right;
  position: relative;
}
.cb-banner.connections .dropdown .current,
.cb-banner.series .dropdown .current {
  line-height: 64px;
  font-size: 15px;
  cursor: pointer;
  display: block;
  padding: 0 10px;
}
.cb-banner.connections .dropdown .current .fa-angle-down,
.cb-banner.series .dropdown .current .fa-angle-down {
  margin-left: 10px;
  margin-bottom: -2px;
}
.cb-banner.connections .dropdown ul,
.cb-banner.series .dropdown ul {
  display: none;
  position: absolute;
  width: 360px;
  background: rgba(248, 249, 249, 0.95);
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .85em;
}
.cb-banner.connections .dropdown ul li,
.cb-banner.series .dropdown ul li {
  zoom: 1;
  /* ie 6/7 */
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding: .8em 1em;
}
.cb-banner.connections .dropdown ul li:before,
.cb-banner.series .dropdown ul li:before,
.cb-banner.connections .dropdown ul li:after,
.cb-banner.series .dropdown ul li:after {
  content: "";
  display: table;
}
.cb-banner.connections .dropdown ul li:after,
.cb-banner.series .dropdown ul li:after {
  clear: both;
}
.cb-banner.connections .dropdown ul li .thumbnail,
.cb-banner.series .dropdown ul li .thumbnail {
  float: left;
  width: 60px;
}
.cb-banner.connections .dropdown ul li .thumbnail img,
.cb-banner.series .dropdown ul li .thumbnail img {
  width: 100%;
}
.cb-banner.connections .dropdown ul li .dropdown-align,
.cb-banner.series .dropdown ul li .dropdown-align {
  margin-left: 70px;
}
.cb-banner.connections .dropdown ul li .dropdown-align .dropdown-title,
.cb-banner.series .dropdown ul li .dropdown-align .dropdown-title {
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 0;
  line-height: 1.3;
}
.cb-banner.connections .dropdown ul li .dropdown-align .dropdown-title i.part,
.cb-banner.series .dropdown ul li .dropdown-align .dropdown-title i.part {
  font-style: normal;
}
.cb-banner.connections .dropdown ul li .dropdown-align .cb-body-content,
.cb-banner.series .dropdown ul li .dropdown-align .cb-body-content {
  font-size: .75em;
  line-height: 1.4;
  display: none;
}
.cb-banner.connections .dropdown ul li .dropdown-align .cb-body-content p:last-child,
.cb-banner.series .dropdown ul li .dropdown-align .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-banner.connections .dropdown ul li.coming-soon,
.cb-banner.series .dropdown ul li.coming-soon {
  opacity: .5;
}
.cb-banner.connections .dropdown ul li:last-child,
.cb-banner.series .dropdown ul li:last-child {
  border-bottom: none;
}
.cb-banner.connections .dropdown.open ul,
.cb-banner.series .dropdown.open ul {
  display: block;
}
.cb-banner.series-buffer {
  display: block;
  height: 64px;
}
.micromag-main,
.below-series-banner {
  padding-top: 64px;
}
body.admin-bar .cb-banner.connections,
body.admin-bar .cb-banner.series {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .cb-banner.connections,
  .cb-banner.series {
    position: relative;
    top: auto !important;
  }
  .cb-banner.series-buffer {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .cb-banner.connections,
  .cb-banner.series {
    height: auto;
    padding: 1em 0;
  }
  .cb-banner.connections .banner-lower,
  .cb-banner.series .banner-lower {
    text-align: center;
  }
  .cb-banner.connections .banner-lower .logo,
  .cb-banner.series .banner-lower .logo {
    float: none;
    line-height: 1;
    margin: 0 0 .5em;
    display: inline-block;
  }
  .cb-banner.connections .banner-lower .logo.nomarg,
  .cb-banner.series .banner-lower .logo.nomarg {
    margin: 0;
  }
  .cb-banner.connections .banner-lower .logo img,
  .cb-banner.series .banner-lower .logo img {
    margin: 0;
  }
  .cb-banner.connections .banner-lower nav.banner-nav-links,
  .cb-banner.series .banner-lower nav.banner-nav-links {
    float: none;
    padding: 0 20px;
  }
  .cb-banner.connections .banner-lower nav.banner-nav-links .crumbs,
  .cb-banner.series .banner-lower nav.banner-nav-links .crumbs {
    float: none;
    line-height: 1.1;
    font-size: .85em;
  }
  .cb-banner.connections .banner-lower nav.banner-right-icons,
  .cb-banner.series .banner-lower nav.banner-right-icons {
    position: absolute;
    right: .2em;
    top: 50%;
    margin-top: -25px;
    line-height: 1;
    display: block;
    padding-top: 0;
  }
  .cb-banner.connections .banner-lower .dropdown,
  .cb-banner.series .banner-lower .dropdown {
    display: none;
  }
}
.cb-banner.factcheck {
  background: #f0f0f1;
  text-align: center;
  padding: 1em 0;
  border-bottom: 2px solid #ddd;
}
.cb-banner.factcheck .factcheck-results {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-banner.factcheck .factcheck-results li {
  float: left;
  font-size: .9em;
  margin: 0 .3em;
}
.cb-banner.factcheck .factcheck-results li .factcheck-button {
  background: white;
}
.cb-banner.feature {
  padding-bottom: .5em;
  background: #f0f0f1;
}
.cb-banner.feature .cb-stream {
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
}
.cb-banner.feature .cb-stream .align {
  margin-top: 0;
  margin-bottom: 0;
}
.cb-banner.feature .cb-stream .align.scroll {
  padding: .1em 0;
}
.cb-banner.feature .cb-stream.feature-col {
  padding: 0;
  margin-bottom: .5em;
}
.cb-banner.feature .cb-stream.feature-col.col-count-3,
.cb-banner.feature .cb-stream.feature-col.col-count-2 {
  background: white;
}
.cb-banner.feature .cb-stream.feature-col .cb-tile {
  float: left;
  width: 33.33%;
  padding-top: 0;
  padding-bottom: 0;
}
.cb-banner.feature .cb-stream.feature-col .cb-tile .body {
  padding-left: 0;
  padding-right: 0;
}
.cb-banner.feature .cb-stream.feature-col .feature-col1 {
  width: 23%;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 {
  width: 47%;
  font-size: 1.25em;
  padding: 0 1.3em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col3,
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col1 {
  width: 77%;
  padding: 0 .5em 0 1em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col3 .bg,
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col1 .bg {
  height: 100%;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col3 .body,
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col1 .body {
  padding: .8em 1em 1em 1em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col3.no-col1,
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col1.no-col1 {
  width: 70%;
  padding: 0 1em 0 .5em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col3.no-cols,
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-col1.no-cols {
  width: 100%;
  padding: 0 .5em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .cb-flags {
  font-size: .8em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .cb-image.bg {
  margin-bottom: .8em;
  height: auto;
  max-height: none;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .cb-image.bg .thumbnail {
  position: relative;
  left: auto;
  top: auto;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-cols {
  display: table;
  width: 100%;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-cols .cb-image.bg {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2.no-cols .body {
  font-size: .9em;
  padding: 2em;
  display: table-cell;
  vertical-align: middle;
  width: 40%;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .main-category {
  margin-bottom: .2em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .body {
  padding-top: 0;
  padding-bottom: 1em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .body .headline {
  font-size: 1.7em;
  line-height: 1;
  margin-top: 0;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .body .cb-body-content {
  font-size: .85em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col2 .body .comments {
  position: relative;
  right: auto;
  bottom: auto;
  padding: .5em 0 0;
  font-size: .95em;
}
.cb-banner.feature .cb-stream.feature-col .feature-col3 {
  width: 30%;
}
.cb-banner.feature .cb-stream.two-col .feature-col2.all-cols {
  padding-top: 0;
  width: 100% !important;
  clear: both !important;
}
.cb-banner.feature .cb-stream.two-col .feature-col2.all-cols .cb-image {
  height: auto;
}
.cb-banner.feature .cb-stream.one-col .feature-col2 {
  padding-top: 0;
}
.cb-banner.featurette {
  background: white;
}
.cb-banner.featurette .thumbnail img {
  width: 100%;
}
.cb-banner.featurette .align {
  padding: 2em;
  position: relative;
}
.cb-banner.featurette .align .cb-body-content .thumbnail {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 300px;
}
.cb-banner.featurette .align .cb-body-content .expand {
  overflow: hidden;
  position: relative;
  padding-bottom: 1em;
}
.cb-banner.featurette .align .cb-body-content .expand:before {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
}
.cb-banner.featurette .align .cb-body-content .expand.expanded:before {
  display: none;
}
.cb-banner.featurette .align .cb-body-content .expand.no-need {
  padding-bottom: 0;
}
.cb-banner.featurette .align .cb-body-content .expand.no-need p:last-child {
  margin-bottom: 0;
}
.cb-banner.featurette .align .cb-body-content .expand.no-need:before {
  display: none;
}
.cb-banner.featurette .align .cb-body-content .more {
  margin-top: 5px;
  margin-bottom: -5px;
}
.cb-banner.featurette .align .cb-body-content .more a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  border-radius: 0;
  display: inline-block;
  background: white;
  padding: 0;
  color: black;
  font-size: .9em;
  text-decoration: none;
}
.cb-banner.featurette .align .cb-body-content .more a.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-banner.featurette .align .cb-body-content .more a.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .cb-banner.featurette .align {
    padding: 1.5em;
  }
}
.cb-banner.simple-footer {
  background: #ffffff;
  padding: 1em 0;
  border-top: 1px solid #dadfdf;
  font-size: 90%;
  line-height: 1.6;
  color: #666666;
}
.cb-banner.simple-footer a {
  color: black;
}
.cb-banner.simple-footer nav {
  display: inline-block;
}
.cb-banner.simple-footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-banner.simple-footer nav ul li {
  float: left;
  margin-right: 1em;
}
@media only screen and (max-width: 800px) {
  .cb-banner.simple-footer {
    text-align: center;
    padding: 1.5em 1%;
  }
  .cb-banner.simple-footer nav ul {
    zoom: 1;
    /* ie 6/7 */
    margin: 0 0 1em;
  }
  .cb-banner.simple-footer nav ul:before,
  .cb-banner.simple-footer nav ul:after {
    content: "";
    display: table;
  }
  .cb-banner.simple-footer nav ul:after {
    clear: both;
  }
  .cb-banner.simple-footer nav ul li {
    display: inline-block;
    float: none;
    margin: .2em .5em;
  }
}
.cb-banner.footer-threecol {
  overflow: hidden;
  background: #f0f0f1;
  padding: 2em 0 2.3em;
  font-size: 100%;
}
.cb-banner.footer-threecol h4 {
  margin: 0 0 .8em 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 600;
  color: #555555;
  padding: 0 20px;
}
.cb-banner.footer-threecol .col-12 {
  overflow: hidden;
}
.cb-banner.footer-threecol ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cb-banner.footer-threecol ul li {
  float: left;
  font-size: 1em;
  line-height: 1.4;
  width: 25%;
  display: none;
  padding: 0 20px;
}
.cb-banner.footer-threecol ul li .img {
  background: rgba(0, 0, 0, 0.2);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: .8em;
}
.cb-banner.footer-threecol ul li .img img {
  display: none;
}
.cb-banner.footer-threecol ul li .img .curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 148px;
  color: #444444;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  top: 0;
  left: 0;
}
.cb-banner.footer-threecol ul li.selected .img {
  border: 4px solid #ffc600;
}
.cb-banner.footer-threecol ul li .part {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 100;
  color: #555555;
}
.cb-banner.footer-threecol ul li h5 {
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .cb-banner.footer-threecol ul li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .cb-banner.footer-threecol ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .cb-banner.footer-threecol ul li .img {
    height: auto;
  }
  .cb-banner.footer-threecol ul li .img img {
    display: block;
    width: 100%;
  }
}
.cb-banner.footer .threecol {
  background: #1a1a1a;
  color: white;
  padding: 3em 0;
}
.cb-banner.footer .threecol .col2 {
  padding-left: .5em;
  padding-right: .5em;
}
.cb-banner.footer .site-description {
  font-size: .9em;
  padding-right: 2em;
}
.cb-banner.footer .site-description img {
  margin-bottom: 1.6em;
}
.cb-banner.footer .site-description p {
  margin-top: 0;
  margin-bottom: 1em;
}
.cb-banner.footer .site-description p:first-child {
  font-size: 1.3em;
}
.cb-banner.footer .spj-award {
  border: 2px solid #b59d2d;
  padding: .7em 1em 1em;
  margin-top: 1.5em;
}
.cb-banner.footer .spj-award.flush {
  margin-top: 0;
}
.cb-banner.footer .spj-award .title {
  display: block;
  color: #b59d2d;
  font-size: 1.2em;
  font-weight: 100;
  margin-bottom: .8em;
  line-height: 21px;
}
.cb-banner.footer .spj-award .title:before {
  content: '';
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  background: url('../images//spj-icon.png') no-repeat center;
  margin-right: 8px;
}
.cb-banner.footer .spj-award p {
  margin-bottom: 0;
}
.cb-banner.footer .menus {
  padding-left: 2em;
}
.cb-banner.footer .cb-menu.footer-social {
  font-size: 1.8em;
}
.cb-banner.footer .cb-menu.footer-social ul.menu li.nav-main-item a.nav-main-link {
  padding: 0 .25em;
  line-height: 1;
  margin-bottom: .6em;
}
.cb-banner.footer .cb-menu.footer-main {
  font-size: .9em;
}
.cb-banner.footer .cb-menu.footer-main ul.menu li.nav-main-item {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.cb-banner.footer .cb-menu.footer-main ul.menu li.nav-main-item a.nav-main-link {
  display: inline;
  padding: 0;
  line-height: 1.5;
}
.cb-banner.footer .copyright {
  background: #f0f0f1;
  font-size: .8em;
  line-height: 1.4;
  text-align: center;
  padding: 1.5em 0;
  font-weight: 300;
}
@media only screen and (max-width: 900px) {
  .cb-banner.footer {
    font-size: 1.05em;
  }
  .cb-banner.footer .threecol {
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
  }
  .cb-banner.footer .threecol .w4 {
    width: 100%;
    float: none;
  }
  .cb-banner.footer .threecol .site-description {
    padding-right: 0;
    max-width: 400px;
    margin: 0 auto 3em;
  }
  .cb-banner.footer .threecol .spj-award {
    text-align: left;
    font-size: 1.1em;
    padding: 1.2em;
  }
  .cb-banner.footer .threecol .spj-award.flush {
    max-width: 400px;
    margin: 0 auto 2em;
    font-size: 1em;
  }
  .cb-banner.footer .threecol .cb-gravity-form {
    max-width: 400px;
    margin: 0 auto 3em;
    text-align: center;
  }
  .cb-banner.footer .threecol .cb-gravity-form h3.gform_title {
    text-align: center;
  }
  .cb-banner.footer .threecol .cb-gravity-form .gform_description h4 {
    text-align: center;
  }
  .cb-banner.footer .threecol .cb-gravity-form .gform_wrapper .gform_footer {
    text-align: center;
  }
  .cb-banner.footer .threecol .menus {
    padding-left: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .cb-banner.footer .threecol .menus .cb-menu.footer-main {
    line-height: 2;
  }
  .cb-banner.footer .threecol .menus .cb-menu.footer-main ul.menu li {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0 2%;
  }
  .cb-banner.footer .copyright {
    padding: 1.5em 0;
  }
  .cb-banner.footer .copyright .w8.centered {
    width: 97%;
  }
}
.cb-banner.header {
  zoom: 1;
  /* ie 6/7 */
  padding: 1em 0;
}
.cb-banner.header:before,
.cb-banner.header:after {
  content: "";
  display: table;
}
.cb-banner.header:after {
  clear: both;
}
.cb-banner.header .primary {
  float: left;
  position: relative;
  padding: .3em 0 0;
}
.cb-banner.header .secondary {
  float: right;
  text-align: right;
}
.cb-banner.header .logos {
  margin-bottom: -0.15em;
}
.cb-banner.header .logos .logo {
  display: inline-block;
  margin-right: .4em;
  outline: none;
  text-decoration: none;
}
.cb-banner.header .logos .logo img {
  max-width: 249px;
  max-height: 62px;
  border: none;
}
.cb-banner.header .logos .spj {
  line-height: 52px;
  display: inline-block;
}
.cb-banner.header .logos .spj img {
  max-width: 199px;
  height: 23px;
  margin-top: 19px;
  border: none;
}
.cb-banner.header .cb-menu.primary {
  font-size: 1.1em;
  font-weight: bold;
}
.cb-banner.header .cb-menu.social ul.menu li.nav-main-item a.nav-main-link,
.cb-banner.header .cb-menu.account ul.menu li.nav-main-item a.nav-main-link,
.cb-banner.header .cb-menu.secondary ul.menu li.nav-main-item a.nav-main-link {
  line-height: 1.55em;
}
.cb-banner.header .cb-menu.social ul.menu li.nav-main-item:last-child a.nav-main-link,
.cb-banner.header .cb-menu.account ul.menu li.nav-main-item:last-child a.nav-main-link,
.cb-banner.header .cb-menu.secondary ul.menu li.nav-main-item:last-child a.nav-main-link {
  padding-right: 0;
}
.cb-banner.header .cb-menu.social {
  font-size: 1.1em;
  margin-bottom: -0.3em;
  margin-top: .2em;
}
.cb-banner.header .cb-menu.account {
  font-weight: bold;
  line-height: 2;
}
.cb-banner.header .cb-menu.account ul.menu li.nav-main-item.search {
  font-size: 1.4em;
}
.cb-banner.header .cb-menu.secondary {
  font-weight: bold;
}
.cb-banner.header .cb-menu.mobile {
  display: none;
  margin-top: 0;
  background: #222;
}
.cb-banner.header .mobile-expand {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  display: none;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}
.cb-banner.header .mobile-expand.open {
  color: #e30000;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 870px) {
  .cb-banner.header .primary {
    float: none;
    padding-bottom: .5em;
  }
  .cb-banner.header .cb-menu.primary,
  .cb-banner.header .cb-menu.social,
  .cb-banner.header .cb-menu.account,
  .cb-banner.header .cb-menu.secondary {
    display: none;
  }
  .cb-banner.header .mobile-expand {
    display: block;
  }
  .cb-banner.header .cb-menu.mobile.open {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .cb-banner.header {
    padding: 0;
  }
  .cb-banner.header > .grid {
    padding: 0 !important;
  }
  .cb-banner.header .primary {
    float: none;
    padding: 1.7em 0 2em 0;
    border-bottom: 1px solid #d6d6d8;
  }
  .cb-banner.header .primary .logos {
    text-align: center;
    clear: both;
  }
  .cb-banner.header .primary .logos .logo {
    display: block;
    clear: both;
  }
  .cb-banner.header .primary .logos .logo img {
    max-width: 220px;
  }
  .cb-banner.header .primary .logos .spj {
    display: none;
  }
  .cb-banner.header .primary .logos .spj img {
    vertical-align: middle;
    max-height: 28px;
    margin-top: 0;
  }
}
.cb-banner.issue {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.cb-banner.issue .curtain-animate {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #f0f0f1;
}
.cb-banner.issue .curtain {
  background: #fff;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cb-banner.issue .page-header {
  position: relative;
  z-index: 3;
}
.cb-banner.loading {
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  padding: 1em 0;
  display: none;
}
.cb-banner.morning-beat {
  position: fixed;
  width: 100%;
  background: #eee;
  padding: .9em 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 1em;
}
.cb-banner.morning-beat.unfixed {
  position: inherit;
}
.cb-banner.morning-beat #gforms_confirmation_message {
  text-align: center;
  margin-top: 19px;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper {
  margin: 0;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper ul {
  list-style-type: none;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form {
  text-align: center;
  min-width: 711px;
  margin-bottom: 0;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .validation_error {
  display: none;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gfield_error {
  height: 60px;
  margin-top: -16px;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gfield_error .validation_message {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -10px !important;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form ul.left_label li,
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_wrapper form ul.right_label li,
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_wrapper ul.left_label li,
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_wrapper ul.right_label li {
  margin-bottom: 0;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form ul.right_label li {
  margin-bottom: 0 !important;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body {
  display: inline-block;
  vertical-align: middle;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label {
  width: auto;
  font-weight: normal;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  color: #333;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #1d9b00;
  content: "\f003";
  float: left;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 50%;
  border: 2px solid #1d9b00;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-right: .5em;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label:before.pull-left {
  margin-right: .3em;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label:before.pull-right {
  margin-left: .3em;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .ginput_container {
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin-top: 0;
  line-height: 34px;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body input[type="text"] {
  width: 255px !important;
  height: 34px;
  padding: 0 0 0 5px;
  border: 0;
  font-size: 1em;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_footer {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 34px;
}
.cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_footer input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #e60000;
  font-weight: 100;
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 34px;
  padding: 0 13px;
  text-decoration: none;
  -webkit-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.cb-banner.morning-beat.darker {
  background: #e0e0e0;
}
.cb-banner.morning-beat.yellow {
  background: #ffc600;
  border-bottom: none;
}
.cb-banner.morning-beat.yellow .morning-beat-banner-form_wrapper .gform_footer input[type="submit"] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: black;
}
.cb-banner.morning-beat.yellow .morning-beat-banner-form_wrapper .gform_footer input[type="submit"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  content: "\f0a9";
}
.cb-banner.morning-beat.yellow .morning-beat-banner-form_wrapper .gform_footer input[type="submit"]:after.pull-left {
  margin-right: .3em;
}
.cb-banner.morning-beat.yellow .morning-beat-banner-form_wrapper .gform_footer input[type="submit"]:after.pull-right {
  margin-left: .3em;
}
@media only screen and (max-width: 900px) {
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper {
    width: 100%;
    display: block;
  }
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form {
    width: auto;
    min-width: 0;
  }
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label {
    display: block;
    clear: both;
    float: none;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
  }
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_body .gfield_label:before {
    display: block;
    float: none;
    margin: 0 auto 10px;
    font-size: 1.6em;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_footer {
    float: none;
    display: block;
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .cb-banner.morning-beat .morning-beat-banner-form_wrapper .morning-beat-banner-form .gform_footer input[type="submit"] {
    width: 255px !important;
  }
}
.cb-banner.related {
  zoom: 1;
  /* ie 6/7 */
  background: #eeeeee;
  padding: 0.7em 0;
}
.cb-banner.related:before,
.cb-banner.related:after {
  content: "";
  display: table;
}
.cb-banner.related:after {
  clear: both;
}
.cb-banner.related .row {
  margin: 0 -0.35em 0.35em;
}
.cb-banner.related .row:last-child {
  margin-bottom: 0;
}
.cb-banner.related .row .related-col {
  padding: 0.35em;
}
.cb-banner.related .row .related-col .related-post .cb-image {
  float: left;
  width: 5.5em;
  height: 60px;
}
.cb-banner.related .row .related-col .related-post .cb-image .photo-credit {
  display: none;
}
.cb-banner.related .row .related-col .related-post .body {
  margin-left: 6.2em;
}
.cb-banner.related .row .related-col .related-post .body .related-title {
  margin: 0;
  font-size: .9em;
  line-height: 1.1;
}
.cb-banner.related .row .related-col .related-post .body .related-time {
  font-size: .7em;
  color: #8f8f8f;
  line-height: 1.1;
}
.cb-banner.related.empty {
  padding: 0;
  border-top: 1px solid #f0f0f1;
}
@media only screen and (max-width: 930px) {
  .cb-banner.related {
    font-size: 1.1em;
  }
  .cb-banner.related .row .related-col {
    width: 50%;
  }
  .cb-banner.related .row .related-col.related-col-3 {
    clear: left;
  }
  .cb-banner.related .row .related-col .related-post .cb-image {
    width: 5em;
  }
  .cb-banner.related .row .related-col .related-post .body {
    margin-left: 5.8em;
  }
}
@media only screen and (max-width: 600px) {
  .cb-banner.related {
    display: none;
  }
  .cb-banner.related .row .related-col {
    width: 100%;
    padding: 0.0875em 0 !important;
  }
  .cb-banner.related .row .related-col.related-col-4 {
    padding-bottom: 0 !important;
  }
}
.cb-banner.tags {
  background: #f0f0f1;
  font-weight: normal;
  font-size: .85em;
}
.cb-banner.tags ul.menu li.nav-main-item a.nav-main-link {
  font-weight: normal;
  padding: 0;
  line-height: 3.5;
  vertical-align: middle;
}
.cb-banner.tags ul.menu li.nav-delim {
  padding: 0 .3em;
  opacity: .6;
}
@media only screen and (max-width: 800px) {
  .cb-banner.tags {
    text-align: center;
    font-size: .95em;
    padding: 1em 0;
  }
  .cb-banner.tags ul.menu li.nav-main-item {
    padding-right: .8em;
  }
  .cb-banner.tags ul.menu li.nav-main-item a.nav-main-link {
    line-height: 1.8;
  }
  .cb-banner.tags ul.menu li.nav-delim {
    display: none;
  }
}
.cb-banner.threecol {
  font-size: 1.1em;
  line-height: 1.3;
  color: white;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 5%;
  position: relative;
}
.cb-banner.threecol.w-caption {
  margin-bottom: 0;
}
.cb-banner.threecol .align-curtain {
  background: rgba(0, 0, 0, 0.5);
}
.cb-banner.threecol .sizer {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
.cb-banner.threecol .banner-align {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  z-index: 9;
}
.cb-banner.threecol .banner-align .banner-content {
  padding: 2em 1em;
  display: table;
  height: 100%;
}
.cb-banner.threecol .banner-align .banner-content .banner-content-align {
  display: table-cell;
  vertical-align: middle;
}
.cb-banner.threecol.align-left aside {
  right: auto;
  left: 5%;
  padding-right: 0;
}
.cb-banner.threecol.align-center aside {
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
}
.cb-banner.threecol.align-center .banner-content {
  width: 100%;
}
.cb-banner.threecol h1 {
  font-size: 2.8em;
  font-weight: normal;
  font-family: Georgia;
  line-height: 1;
  margin: 0 0 5%;
}
.cb-banner.threecol .cb-body-content.deck {
  font-weight: normal;
  line-height: 1.4;
}
.cb-banner.threecol .cb-byline {
  font-style: normal;
  font-size: .9em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2em;
  color: white;
}
.cb-banner.threecol .cb-byline a {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-banner.threecol .cb-byline .social-links {
  display: none;
}
.cb-banner.threecol .cb-byline .social-links a {
  margin: 0 4px;
}
.cb-banner.threecol.w-video {
  overflow: hidden;
  max-height: 750px;
}
.cb-banner.threecol.w-video .cb-video-fyd {
  background: black;
  min-width: 100%;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .cb-banner.threecol.w-video .cb-video-fyd {
    display: none !important;
  }
}
.cb-banner.threecol .scroll-cta {
  font-size: 1em;
}
.cb-banner.threecol .scroll-cta a {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.cb-banner.threecol .scroll-cta a span {
  display: inline-block;
  border: 1px solid white;
  line-height: 45px;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 100;
}
.cb-banner.threecol .scroll-cta a:after {
  content: '';
  display: block;
  width: 36px;
  height: 19px;
  background: url('../images//arrow-down.png') no-repeat center;
  left: 50%;
  margin-top: 15px;
  margin-left: -18px;
  position: absolute;
}
.cb-banner.threecol.fade-in .align-curtain.for-fade {
  -webkit-transition: opacity 1s;
       -o-transition: opacity 1s;
          transition: opacity 1s;
}
.cb-banner.threecol.fade-in .align-curtain.for-fade.visible {
  opacity: .6;
}
.cb-threecol-caption {
  zoom: 1;
  /* ie 6/7 */
  display: block;
  clear: both;
  padding: .75em 0 0;
  font-size: .9em;
  font-style: italic;
  color: #666666;
  margin: 0 0 2.5%;
}
.cb-threecol-caption:before,
.cb-threecol-caption:after {
  content: "";
  display: table;
}
.cb-threecol-caption:after {
  clear: both;
}
@media only screen and (max-width: 950px) {
  .cb-banner.threecol.w-caption,
  .cb-banner.threecol,
  .cb-banner.threecol.align-right,
  .cb-banner.threecol.align-left {
    font-size: 1em;
    background: black !important;
    height: auto !important;
    margin-bottom: 2em;
  }
  .cb-banner.threecol.w-caption .sizer,
  .cb-banner.threecol .sizer,
  .cb-banner.threecol.align-right .sizer,
  .cb-banner.threecol.align-left .sizer {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
  }
  .cb-threecol-caption {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .cb-banner.threecol .banner-align,
  .cb-banner.threecol.align-right .banner-align,
  .cb-banner.threecol.align-left .banner-align,
  .cb-banner.threecol.align-center .banner-align {
    position: relative;
    left: auto;
    right: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cb-banner.threecol .banner-align .banner-content,
  .cb-banner.threecol.align-right .banner-align .banner-content,
  .cb-banner.threecol.align-left .banner-align .banner-content,
  .cb-banner.threecol.align-center .banner-align .banner-content {
    display: block;
    padding: 2em 1em;
    background: #f0f0f1;
    color: black;
    font-size: 1em;
  }
  .cb-banner.threecol .banner-align .banner-content .banner-content-align,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align {
    display: block;
    width: auto;
    text-align: center;
  }
  .cb-banner.threecol .banner-align .banner-content .banner-content-align h1,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align h1,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align h1,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align h1 {
    margin: 0 0 .5em;
    line-height: 1.2;
  }
  .cb-banner.threecol .banner-align .banner-content .banner-content-align .cb-byline,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align .cb-byline,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align .cb-byline,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align .cb-byline {
    color: black;
    margin-bottom: 0;
  }
  .cb-banner.threecol .banner-align .banner-content .banner-content-align .scroll-cta,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align .scroll-cta,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align .scroll-cta,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align .scroll-cta {
    display: none;
  }
  .cb-banner.threecol .banner-align .banner-content .banner-content-align .cb-body-content.deck,
  .cb-banner.threecol.align-right .banner-align .banner-content .banner-content-align .cb-body-content.deck,
  .cb-banner.threecol.align-left .banner-align .banner-content .banner-content-align .cb-body-content.deck,
  .cb-banner.threecol.align-center .banner-align .banner-content .banner-content-align .cb-body-content.deck {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 550px) {
  .cb-banner.threecol .banner-align .banner-content,
  .cb-banner.threecol.align-right .banner-align .banner-content,
  .cb-banner.threecol.align-left .banner-align .banner-content,
  .cb-banner.threecol.align-center .banner-align .banner-content {
    font-size: .9em;
  }
}
.cb-banner.tiles {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cb-banner.tiles aside {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2em;
}
.cb-banner.tiles aside .align {
  width: 320px;
  max-width: 100%;
}
.cb-banner.tiles aside .align h1 {
  font-family: ProximaNova;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: bold;
  margin: -7px 0 0.2em;
}
.cb-banner.tiles aside .align .excerpt {
  font-family: ProximaNova;
  color: #7a7a78;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 100;
}
.cb-banner.tiles aside .align .excerpt p {
  margin: 0;
}
.cb-banner.tiles aside .align .bridge-button {
  margin-bottom: 0;
}
.cb-banner.tiles aside .align .cb-share {
  padding: 15px 0;
}
.cb-banner.tiles .mason-wrapper {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 580px;
}
.cb-banner.tiles .mason-wrapper .mason {
  height: 450px;
  position: relative;
}
.cb-banner.tiles .mason-wrapper .mason a {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-banner.tiles .mason-wrapper .mason a .slideup {
  text-decoration: none;
  color: white;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 2px;
  opacity: 0;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-banner.tiles .mason-wrapper .mason a:hover .slideup {
  opacity: 1;
}
.cb-banner.tiles .mason-wrapper .mason a.x1 {
  width: 130px;
  height: 100px;
  top: 0;
  left: 80px;
}
.cb-banner.tiles .mason-wrapper .mason a.x2 {
  width: 190px;
  height: 140px;
  top: 0;
  left: 220px;
}
.cb-banner.tiles .mason-wrapper .mason a.x3 {
  width: 210px;
  height: 150px;
  top: 110px;
  left: 0;
}
.cb-banner.tiles .mason-wrapper .mason a.x4 {
  width: 130px;
  height: 110px;
  top: 150px;
  left: 220px;
}
.cb-banner.tiles .mason-wrapper .mason a.x5 {
  width: 220px;
  height: 170px;
  top: 150px;
  left: 360px;
}
.cb-banner.tiles .mason-wrapper .mason a.x6 {
  width: 220px;
  height: 170px;
  top: 270px;
  left: 130px;
}
.cb-banner.tiles .mason-wrapper .mason a.x7 {
  width: 120px;
  height: 90px;
  top: 330px;
  left: 360px;
}
.project-style .cb-featurette {
  background: #efefef;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  .cb-banner.tiles {
    display: block;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
  }
  .cb-banner.tiles aside {
    padding: 0;
    width: auto;
    display: block;
  }
  .cb-banner.tiles aside .align {
    width: auto;
    padding: 0 1em;
  }
  .cb-banner.tiles aside .align .cb-share {
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .cb-banner.tiles .mason {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .cb-banner.tiles {
    font-size: .9em;
  }
  .cb-banner.tiles aside .align .excerpt {
    font-size: 1.2em;
  }
}
.cb-banner.two-titles,
.cb-banner.three-titles {
  text-align: center;
  padding: 1.8em .5em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.1;
}
.cb-banner.two-titles h3,
.cb-banner.three-titles h3 {
  margin: .15em 0 0;
  font-weight: normal;
}
.cb-banner.two-titles h2,
.cb-banner.three-titles h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: #e30000;
  margin: 0;
}
.cb-banner.two-titles h1,
.cb-banner.three-titles h1 {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .cb-banner.two-titles,
  .cb-banner.three-titles {
    font-size: 1em;
  }
}
.cb-menu.cb-menu-header {
  font-weight: bold;
  font-size: 1.1em;
}
body {
  width: 100%;
  height: 100%;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
body.admin-bar .slideout-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .slideout-menu {
    top: 46px;
  }
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block !important;
}
#mobile-menu {
  background: #1D1F20;
  color: white;
  display: none;
}
#mobile-menu .mobile-align {
  position: relative;
}
#mobile-menu .logo {
  display: block;
  padding: 2em;
  border-bottom: 1px solid #2a2d2f;
}
#mobile-menu a.close-slideout {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  z-index: 9998;
}
#mobile-menu ul li {
  display: block;
  border-bottom: 1px solid #2a2d2f;
}
#mobile-menu ul li a {
  font-weight: 400;
  padding: 1em;
}
#mobile-menu ul li .title {
  display: block;
  line-height: 1.3;
}
#mobile-menu ul li small {
  display: none;
  color: #85888d;
  line-height: 1.2;
}
.cb-menu.social {
  color: #bbbbbb;
}
.cb-menu.social ul.menu li.nav-main-item a.nav-main-link {
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
  padding: 0 .25em;
}
.cb-menu.social ul.menu li.nav-main-item.facebook a:hover {
  color: #3b5998;
}
.cb-menu.social ul.menu li.nav-main-item.twitter a:hover {
  color: #00aced;
}
.cb-menu.social ul.menu li.nav-main-item.instagram a:hover {
  color: #517fa4;
}
.cb-menu.social ul.menu li.nav-main-item.rss a:hover {
  color: #ff9900;
}
.cb-menu .collapser {
  display: none;
  z-index: 999;
  position: relative;
}
.cb-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-menu ul li.nav-main-item,
.cb-menu ul li.nav-delim {
  display: inline-block;
}
.cb-menu ul li.nav-main-item a.nav-main-link,
.cb-menu ul li.nav-delim a.nav-main-link {
  padding: 0 .4em;
  line-height: 2.1;
  display: inline-block;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-menu ul li.nav-main-item a.nav-main-link small,
.cb-menu ul li.nav-delim a.nav-main-link small {
  display: none;
}
.cb-menu ul li.nav-main-item.open a.nav-main-link,
.cb-menu ul li.nav-delim.open a.nav-main-link {
  background: black;
  color: white;
  padding: 0 .5em !important;
}
.cb-menu ul li.nav-main-item.hot a.nav-main-link,
.cb-menu ul li.nav-delim.hot a.nav-main-link {
  color: #e30000;
}
.cb-menu ul li.nav-main-item.fire a.nav-main-link:before,
.cb-menu ul li.nav-delim.fire a.nav-main-link:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f06d";
  display: inline-block;
}
.cb-menu ul li.nav-main-item.fire a.nav-main-link:before.pull-left,
.cb-menu ul li.nav-delim.fire a.nav-main-link:before.pull-left {
  margin-right: .3em;
}
.cb-menu ul li.nav-main-item.fire a.nav-main-link:before.pull-right,
.cb-menu ul li.nav-delim.fire a.nav-main-link:before.pull-right {
  margin-left: .3em;
}
.cb-menu ul li.nav-main-item:first-child a.nav-main-link,
.cb-menu ul li.nav-delim:first-child a.nav-main-link {
  padding-left: 0;
}
.cb-menu ul li.nav-main-item ul.submenu,
.cb-menu ul li.nav-delim ul.submenu {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 1.5em;
  position: absolute;
  min-width: 340px;
  max-width: 100%;
  z-index: 999;
  font-size: 1em;
  text-align: left;
  background: white;
}
.cb-menu ul li.nav-main-item ul.submenu li.nav-drop-item,
.cb-menu ul li.nav-delim ul.submenu li.nav-drop-item {
  margin-bottom: 1em;
  line-height: 1.3;
}
.cb-menu ul li.nav-main-item ul.submenu li.nav-drop-item:last-child,
.cb-menu ul li.nav-delim ul.submenu li.nav-drop-item:last-child {
  margin-bottom: 0;
}
.cb-menu ul li.nav-main-item ul.submenu li.nav-drop-item small,
.cb-menu ul li.nav-delim ul.submenu li.nav-drop-item small {
  font-size: .8em;
  font-weight: 100;
  display: block;
}
.cb-menu ul li.nav-main-item.open ul.submenu,
.cb-menu ul li.nav-delim.open ul.submenu {
  display: block;
}
.cb-menu ul li.nav-delim {
  font-size: 1.4em;
}
.cb-menu.box {
  font-size: 1.1em;
  margin: 1em 0 0;
  background: black;
  color: white;
}
.cb-menu.box ul.menu {
  width: 100%;
  z-index: 998;
  font-size: 1em;
}
.cb-menu.box ul.menu li.nav-main-item {
  display: block;
  border-bottom: 1px solid #f0f0f1;
  padding: 1em;
}
.cb-menu.box ul.menu li.nav-main-item:first-child {
  border-top: 1px solid #f0f0f1;
}
.cb-menu.box ul.menu li.nav-main-item a.nav-main-link {
  padding: 0;
  line-height: 1.4;
}
.cb-menu.box ul.menu li.nav-main-item a.nav-main-link:last-child {
  margin-bottom: 0;
}
.cb-menu.box ul.menu li.nav-main-item a.nav-main-link .title {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
}
.cb-menu.box ul.menu li.nav-main-item a.nav-main-link small {
  font-size: .9em;
  font-weight: 100;
  display: block;
}
.cb-menu.box.open ul.menu {
  display: block;
}
.cb-about-authors .cb-section-title {
  font-size: 1.1em;
  margin-bottom: .4em;
}
.cb-about-authors .authors {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-about-authors .authors .author {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 2em;
}
.cb-about-authors .authors .author:before,
.cb-about-authors .authors .author:after {
  content: "";
  display: table;
}
.cb-about-authors .authors .author:after {
  clear: both;
}
.cb-about-authors .authors .author .thumbnail {
  float: left;
  width: 5.5em;
  margin-right: .8em;
  margin-bottom: .1em;
}
.cb-about-authors .authors .author .author-align .author-title {
  text-transform: uppercase;
  font-weight: 100;
  color: #555;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.cb-about-authors .authors .author .author-align .author-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.cb-about-authors .authors .author .author-align .author-name .social-icons {
  font-weight: normal;
  color: #888;
  display: inline-block;
  font-size: .8em;
}
.cb-about-authors .authors .author .author-align .author-name .social-icons .social-icon {
  margin: 0 .1em;
}
.cb-about-authors .authors .author .author-align .author-bio {
  margin-bottom: 0.7em;
  font-size: .9em;
}
.cb-about-authors .authors .author .author-align .rss-link {
  font-size: .95em;
  font-weight: bold;
  color: #013167;
}
.cb-about-authors .authors .author.nothumb .author-align {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .cb-about-authors .authors .author .thumbnail {
    margin-right: 1em;
    margin-bottom: .5em;
  }
  .cb-about-authors .authors .author .author-align {
    margin-left: 0;
  }
}
.cb-affixed-sponsor {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: .3em;
}
.cb-affixed-sponsor label {
  display: block;
  color: #333;
  text-align: center;
  font-size: 10px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
}
.cb-affixed-sponsor img {
  max-width: 100px;
}
.cb-archive-results {
  font-size: .9em;
}
.cb-archive-results .cb-section-title {
  margin: 0 0 .2em;
  padding: 0;
}
.cb-archive-results h3.month-name {
  margin: 0 0 .3em;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.4;
}
.cb-archive-results .cb-image {
  display: none;
}
.cb-archive-results .cb-excerpt {
  margin-bottom: .8em;
  margin-left: 1em;
  font-size: .9em;
}
.cb-archive-results .cb-excerpt .cb-body-content {
  display: none;
}
.cb-archive-results .body {
  margin-left: 2.1em;
}
.cb-archive-results .body .main-category {
  display: none;
}
.cb-body-content {
  line-height: 1.5;
}
.cb-body-content p {
  margin: 0 0 1.4em 0;
}
.cb-body-content p > img {
  margin-bottom: 0;
}
.cb-body-content a {
  color: #013167;
  text-decoration: underline;
}
.cb-body-content ul,
.cb-body-content ol {
  padding: 0 0 0 1.4em;
  margin: 0 0 1.4em 0;
}
.cb-body-content iframe {
  width: 100%;
  margin: 0 0 1.4em 0;
}
.cb-body-content .cb-carousel {
  margin: 0 0 1.4em 0;
}
.cb-body-content h1,
.cb-body-content h2,
.cb-body-content h3,
.cb-body-content h4,
.cb-body-content h5,
.cb-body-content h6 {
  margin: 0 0 .4em;
}
.cb-body-content h1 {
  font-size: 1.6em;
}
.cb-body-content h2 {
  font-size: 1.5em;
}
.cb-body-content h3 {
  font-size: 1.4em;
}
.cb-body-content h4 {
  font-size: 1.3em;
}
.cb-body-content h5 {
  font-size: 1.2em;
}
.cb-body-content h6 {
  font-size: 1.1em;
}
.cb-body-content .dropcap {
  float: left;
  font-size: 3.4em;
  line-height: .8;
  padding-top: .1em;
  padding-right: .2em;
  padding-left: .05em;
}
.cb-body-content .wp-caption.aligncenter {
  float: none;
  margin: 0 auto;
  width: 100% !important;
  margin-bottom: 1.4em;
}
.cb-body-content .wp-caption.aligncenter img {
  width: 100%;
}
.cb-body-content .alignnone {
  float: none;
  margin-bottom: 1em;
  max-width: 100%;
}
.cb-body-content .alignnone img {
  height: auto;
}
.cb-body-content .alignleft {
  float: left;
  max-width: 100%;
  margin-right: 1em;
  margin-bottom: .3em;
}
.cb-body-content .alignright {
  float: right;
  max-width: 100%;
  margin-left: 1em;
  margin-bottom: .3em;
}
.cb-body-content .alignbleed {
  max-width: none !important;
  width: auto !important;
}
.cb-body-content .alignbleed.scroll {
  overflow-x: auto;
  margin-bottom: 1em;
  background: #f0f0f1;
}
.cb-body-content .alignbleed.scroll img {
  height: auto !important;
  width: auto !important;
  max-height: none;
  max-width: none;
}
.cb-body-content .dealign {
  zoom: 1;
  /* ie 6/7 */
  width: 100% !important;
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1em;
}
.cb-body-content .dealign:before,
.cb-body-content .dealign:after {
  content: "";
  display: table;
}
.cb-body-content .dealign:after {
  clear: both;
}
.cb-body-content .wp-caption {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.cb-body-content .wp-caption > br {
  display: none;
}
.cb-body-content .wp-caption.alignbleed {
  max-width: none;
  margin-bottom: 1.2em;
}
.cb-body-content .wp-caption img,
.cb-body-content .wp-caption iframe {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.cb-body-content .wp-caption p {
  margin: 0;
}
.cb-body-content .wp-caption .wp-caption-text,
.cb-body-content .wp-caption .caption {
  zoom: 1;
  /* ie 6/7 */
  display: block;
  clear: both;
  padding: .5em 0 .7em;
  font-size: .9em;
  font-style: italic;
  color: #666666;
  margin: 0;
}
.cb-body-content .wp-caption .wp-caption-text:before,
.cb-body-content .wp-caption .caption:before,
.cb-body-content .wp-caption .wp-caption-text:after,
.cb-body-content .wp-caption .caption:after {
  content: "";
  display: table;
}
.cb-body-content .wp-caption .wp-caption-text:after,
.cb-body-content .wp-caption .caption:after {
  clear: both;
}
.cb-body-content .wp-caption .wp-caption-source {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .7em;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: .2em 1em;
}
.cb-body-content .wp-caption .caption-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  color: white;
  text-decoration: none;
  float: left;
  margin-right: .5em;
  font-size: .85em;
  font-style: normal;
}
.cb-body-content .wp-caption .caption-button.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-body-content .wp-caption .caption-button.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-body-content .wp-caption .caption-button .fa {
  margin-right: 5px;
}
@media screen and (max-width: 550px) {
  .cb-body-content .wp-caption .caption-button {
    padding: 6px 15px;
    margin-right: .8em;
  }
}
.cb-body-content .wp-caption.w-audio .caption.timeleft {
  font-size: .8em;
  padding-bottom: 0;
  color: black;
  margin-bottom: -5px;
}
.cb-body-content .wp-caption.w-audio audio {
  display: none;
  margin: .7em 0 0;
}
.cb-body-content blockquote {
  color: #e30000;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 1em;
  margin: 0 0 1em;
  border-left: 5px solid #f0f0f1;
  line-height: 1.3;
}
.cb-body-content blockquote p:last-child {
  margin: 0;
}
.cb-body-content.extensive-styling h1,
.cb-body-content.extensive-styling h2 {
  color: #e30000;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 .5em 0;
  position: relative;
}
.cb-body-content.extensive-styling blockquote {
  float: left;
  width: 15em;
  max-width: 100%;
  border-left: none;
  padding: 0 1em 0 0;
  margin: 0 0 .23em 0;
  font-size: 1.5em;
}
.cb-body-content .tumblr_import > blockquote,
.cb-body-content .tumblr_body > blockquote {
  font-size: 1em;
  line-height: 1.4;
  color: inherit;
  border-left: none;
  padding: 0;
  font-weight: normal;
  margin: 1em 0;
}
.cb-body-content .tumblr_import > blockquote blockquote,
.cb-body-content .tumblr_body > blockquote blockquote {
  font-size: 1em;
  color: inherit;
  font-weight: normal;
  margin: 1.4em 0;
}
.cb-body-content .tumblr_import img,
.cb-body-content .tumblr_body img {
  margin: 0 0 1.4em;
}
.cb-body-content .tumblr_import p img,
.cb-body-content .tumblr_body p img {
  margin-bottom: 0;
}
.cb-body-content .legacy-insert {
  display: none;
}
.cb-body-content.header-styling {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.cb-body-content table {
  table-layout: fixed;
  max-width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4em 0;
  font-size: .9em;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.cb-body-content table thead {
  background: #f0f0f1;
  font-weight: bold;
}
.cb-body-content table tr {
  border-bottom: 1px solid #ddd;
}
.cb-body-content table tr:last-child {
  border-bottom: none;
}
.cb-body-content table th,
.cb-body-content table td {
  padding: .5em .8em;
}
.cb-body-content p img,
.cb-body-content p table,
.cb-body-content p iframe,
.cb-body-content p ul,
.cb-body-content p ol,
.cb-body-content p blockquote {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .cb-body-content.extensive-styling blockquote {
    color: #e30000;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em;
    border-left: 5px solid #f0f0f1;
    line-height: 1.3;
    width: 100%;
  }
}
.cb-breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-breadcrumbs li {
  display: inline-block;
}
.cb-breadcrumbs li:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f105";
  display: inline-block;
  margin: 0 .5em;
}
.cb-breadcrumbs li:after.pull-left {
  margin-right: .3em;
}
.cb-breadcrumbs li:after.pull-right {
  margin-left: .3em;
}
.cb-breadcrumbs li:last-child {
  font-weight: bold;
}
.cb-breadcrumbs li:last-child:after {
  content: '';
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .cb-breadcrumbs {
    text-align: center;
    font-size: .9em;
  }
  .cb-breadcrumbs li:after {
    margin: 0 .1em;
  }
}
.cb-byline {
  color: #999;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.4;
  margin: .5em 0 .7em;
  display: block;
}
.cb-byline time {
  text-transform: uppercase;
}
.cb-byline .delim {
  margin: 0 .2em;
  font-weight: bold;
}
.cb-byline .comma {
  margin: 0 .2em 0 0;
  display: inline;
}
.cb-byline cite {
  font-style: normal;
}
.cb-byline .social-icons {
  margin: 0 .6em 0 .1em;
}
.cb-byline .social-icons a {
  font-size: .9em;
  margin: 0 .15em;
}
.cb-byline .contributor-level {
  text-transform: uppercase;
  color: green;
  margin: 0 .2em;
}
.cb-carousel-mini .pane {
  width: 100%;
  position: relative;
}
.cb-carousel-mini .pane .bg.thumbnail {
  max-height: 250px;
}
.cb-carousel-mini .pane .loading {
  opacity: .8;
  text-align: center;
  color: #666;
  font-size: .8em;
  text-transform: uppercase;
  background: #efefef;
  line-height: 5;
}
.cb-carousel-mini .pane img.placeholder {
  opacity: 0;
}
.cb-carousel-mini .pane nav {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .8em 35px;
  text-align: center;
  color: white;
  font-size: .9em;
  line-height: 1.2;
  font-weight: bold;
}
.cb-carousel-mini .pane nav .prev,
.cb-carousel-mini .pane nav .next {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: url('../images//carousel-left-small.png') no-repeat center;
  margin-top: -12px;
  width: 35px;
  height: 24px;
}
.cb-carousel-mini .pane nav .next {
  left: auto;
  right: 0;
  background-image: url('../images//carousel-right-small.png');
}
.cb-carousel-mini .carousel-items {
  display: none;
}
.cb-carousel-mini nav.divots ul {
  display: block;
  min-height: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding: .5em 0;
}
.cb-carousel-mini nav.divots ul li {
  display: inline-block;
  margin: 0 .15em;
}
.cb-carousel-mini nav.divots ul li a {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ddd;
}
.cb-carousel-mini nav.divots ul li.on a {
  background: #999;
}
.cb-carousel {
  background: black;
  position: relative;
}
.cb-carousel .selected {
  position: relative;
  font-size: .85em;
  line-height: 1.3;
  overflow: hidden;
}
.cb-carousel .selected .loading {
  text-align: center;
  background: #f0f0f1;
  line-height: 25em;
  color: #ccc;
  text-transform: uppercase;
}
.cb-carousel .selected a.arrow {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 41px;
  height: 84px;
  background: url('../images//carousel-left.png') no-repeat center;
  left: 1em;
}
.cb-carousel .selected a.arrow.next {
  background-image: url('../images//carousel-right.png');
  left: auto;
  right: 1em;
}
.cb-carousel .selected img {
  display: block;
}
.cb-carousel .selected img.fading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cb-carousel .selected .caption {
  background: rgba(0, 0, 0, 0.5);
  padding: .5em 1em;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
}
.cb-carousel .selected .caption .caption-title {
  font-weight: bold;
  display: block;
}
.cb-carousel .selected p.credit {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: auto;
  background: black;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.5);
}
.cb-carousel .unselected {
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 1;
}
.cb-carousel .unselected ul.photos {
  width: 50000px;
}
.cb-carousel ul.photos {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.cb-carousel ul.photos li {
  display: block;
  float: left;
  padding: .25em .1em;
}
.cb-carousel ul.photos li a {
  opacity: .6;
  -webkit-transition: opacity .2s;
       -o-transition: opacity .2s;
          transition: opacity .2s;
  display: block;
  width: 80px;
  height: 60px;
  border: 1px solid black;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.cb-carousel ul.photos li a img {
  display: none;
}
.cb-carousel ul.photos li.selected a {
  border: 1px solid #e30000;
  opacity: 1;
}
.cb-carousel ul.photos li:hover a {
  opacity: .9;
}
.cb-carousel ul.photos li:first-child {
  padding-left: .4em;
}
.cb-carousel ul.photos li:last-child {
  padding-right: .4em;
}
.cb-carousel ul.photos li img {
  width: 80px;
  height: auto;
  display: block;
}
.cb-carousel ul.photos li .caption,
.cb-carousel ul.photos li .credit {
  display: none;
}
.cb-collapsable-comments .toggler {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  padding: 0;
  background: #e93b3b;
  padding: 0 40px 0 0;
  border-radius: 0;
  text-transform: none;
  line-height: 45px;
  font-size: 14px;
  margin-bottom: 30px;
}
.cb-collapsable-comments .toggler.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-collapsable-comments .toggler.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-collapsable-comments .toggler span.icon {
  display: inline-block;
  background: #d13535;
  padding: 0 15px;
  margin-right: 25px;
  font-size: 20px;
}
.cb-collapsable-comments #comments {
  display: none;
  min-height: 0;
}
#comments .fb-comments,
#comments .fb-comments iframe[style] {
  width: 100% !important;
}
#comments .fb-comments,
#comments .fb-comments * {
  width: 100% !important;
}
#comments .fb_iframe_widget,
#comments .fb_iframe_widget span,
#comments .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.cb-feature-box {
  background: white;
  background: black;
  color: white;
}
.cb-feature-box .thumbnail {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  max-height: 400px;
}
.cb-feature-box .thumbnail img {
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .cb-feature-box .thumbnail {
    background-image: none !important;
    max-height: none;
  }
  .cb-feature-box .thumbnail img {
    opacity: 1;
  }
}
.cb-feature-box .feature-align {
  padding: 1em;
}
.cb-feature-box .feature-align .feature-title {
  margin: 0 0 .2em;
}
.cb-feature-box .feature-align .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-feature-box .feature-align .cb-body-content a {
  color: white;
}
@media screen and (max-width: 550px) {
  .cb-feature-box .cb-body-content {
    font-size: .9em;
  }
}
.cb-flags .flags {
  background: #fcdc3b;
  text-transform: uppercase;
  padding: 0 1em;
  font-weight: bold;
  line-height: 2.1em;
  height: 2.1em;
  display: inline-block;
  float: left;
}
.cb-flags .flags span:after {
  display: inline-block;
  content: ',';
}
.cb-flags .flags span:last-child:after {
  display: none;
  content: '';
}
.cb-flags:after {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fcdc3b), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#fcdc3b), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #fcdc3b 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdc3b', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  display: inline-block;
  width: 2.1em;
  height: 2.1em;
  content: '';
}
.cb-flags.breaking .flags,
.cb-flags.new .flags {
  background: #e30000;
  color: white;
}
.cb-flags.breaking:after,
.cb-flags.new:after {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e30000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#e30000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #e30000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.cb-flags.small .flags {
  display: inline-block;
  font-weight: 100;
  line-height: 1.05em;
  height: 1.05em;
}
.cb-flags.small .flags .flag {
  font-size: 12px;
}
.cb-flags.small:after {
  width: 1.05em;
  height: 1.05em;
}
#caspioform table table tr td:first-of-type {
  width: 150px !important;
}
.cb-form.connections {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  display: none;
  position: fixed;
  right: 0px;
  top: 32px;
  max-width: 565px;
  background-color: #efefef;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px #C3C3C3;
  box-shadow: 0px 0px 10px #C3C3C3;
  padding: 25px;
}
.cb-form.connections .fa-angle-double-right {
  float: right;
  color: #999;
  font-size: 30px;
  position: absolute;
  right: 13px;
  top: 10px;
}
.cb-form.connections form input,
.cb-form.connections form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
}
.cb-form.connections form input[name="title"] {
  font-size: 1.1em;
}
.cb-form.connections form iframe {
  border: none !important;
}
.cb-form.connections form textarea {
  width: 100%;
  height: 200px;
  padding: 12px;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.cb-form.connections form textarea.bio {
  height: 47px;
  padding: 3px;
}
.cb-form.connections form .loading {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url('../images//ajax-loader.gif') no-repeat center center;
}
.cb-form.connections form label {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
  color: #777;
  font-style: italic;
  line-height: 17px;
}
.cb-form.connections .title-section {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 30px 0 0;
}
.cb-form.connections .title-section h2 {
  font-size: 29px;
  margin-bottom: 5px;
  font-weight: 100;
  line-height: 48px;
}
.cb-form.connections .title-section .on-submit {
  display: none !important;
}
.cb-form.connections .title-section .to-right {
  margin-left: 65px;
}
.cb-form.connections .title-section p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.cb-form.connections .title-section.submitted {
  margin-bottom: 10px;
}
.cb-form.connections .title-section.submitted .on-submit {
  display: block !important;
}
.cb-form.connections .title-section.submitted .on-load {
  display: none !important;
}
.cb-form.connections .pencil-button {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 25px;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.cb-form.connections .pencil-button .fa {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  font-size: 22px;
  color: white;
}
.cb-form.connections .tools-section {
  padding: 20px 0;
}
.cb-form.connections .tools-section div {
  display: inline-block;
}
.cb-form.connections .tools-section a.tool-icon {
  margin-left: 20px;
  padding: 10px;
}
.cb-form.connections .tools-section a i {
  display: inline-block;
  color: #505050;
}
.cb-form.connections .tools-section [data-wysihtml5-dialog] {
  padding: 1em;
  border: 1px solid #ddd;
  position: absolute;
  background-color: #eee;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  bottom: 100px;
  width: 400px;
  left: 50%;
  margin: 5px 0 0 -200px;
}
.cb-form.connections .tools-section [data-wysihtml5-dialog] label {
  color: black;
  font-style: normal;
  font-weight: bold;
}
.cb-form.connections .tools-section [data-wysihtml5-dialog] input {
  margin: .5em 0 .2em;
}
.cb-form.connections .tools-section [data-wysihtml5-dialog] a {
  color: black;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
  line-height: 29px;
  display: inline-block;
  padding: 0 .5em;
  text-transform: uppercase;
}
.cb-form.connections .tools-section [data-wysihtml5-dialog] a[data-wysihtml5-dialog-action="cancel"] {
  background: transparent;
  color: #666;
  padding: 0;
  margin: 0 .3em;
  font-size: .9em;
}
.cb-form.connections .tools-section .wysihtml5-command-active {
  background-color: #CCCCCC;
}
.cb-form.connections .name-and-email {
  font-size: 0;
}
.cb-form.connections .name-and-email input:first-of-type {
  margin-right: 4%;
}
.cb-form.connections .name-and-email input {
  display: inline-block;
  font-size: 16px;
  width: 48%;
  margin-bottom: 10px;
}
.cb-form.connections .name-and-email input.bio {
  width: 100%;
  margin-bottom: 15px;
}
.cb-form.connections .submit-section {
  padding: 20px 0;
  border-top: 1px solid #CCCCCC;
}
.cb-form.connections .submit-section .stats {
  display: inline-block;
  max-width: 250px;
}
.cb-form.connections .submit-section .rectangle-button {
  float: right;
}
.cb-form.connections .rectangle-button {
  padding: 10px 25px;
  background-color: #CCCCCC;
  color: #505050;
  font-weight: bold;
  width: auto;
  text-decoration: none;
  font-family: ProximaNova;
  font-size: .9em;
}
.cb-form.connections .rectangle-button.submit-response {
  background-color: red;
  color: #fff;
  margin-left: 20px;
  border: 0;
  cursor: pointer;
}
.cb-form.connections .rectangle-button.submit-response:focus {
  outline: 0;
}
.cb-form.search {
  zoom: 1;
  /* ie 6/7 */
}
.cb-form.search:before,
.cb-form.search:after {
  content: "";
  display: table;
}
.cb-form.search:after {
  clear: both;
}
.cb-form.search .single-line {
  position: relative;
  width: 100%;
  padding-right: 60px;
}
.cb-form.search .single-line input.s {
  border: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: .9em .8em;
  font-size: 1em;
  outline: none;
  height: 50px;
}
.cb-form.search .single-line button {
  font-size: .95em;
  display: block;
  background: black;
  color: white;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
}
.cb-form.search .cancel {
  color: #999999;
  float: right;
  padding: .8em 0 0;
  margin-bottom: -1.2em;
  font-size: .9em;
}
@media only screen and (max-width: 400px) {
  .cb-form.search .single-line {
    padding-right: 50px;
  }
  .cb-form.search .single-line button {
    width: 50px;
  }
  .cb-form.search .cancel {
    margin-bottom: -0.8em;
  }
}
.cb-gravity-form {
  zoom: 1;
  /* ie 6/7 */
  margin-left: 0;
  font-weight: 400;
}
.cb-gravity-form:before,
.cb-gravity-form:after {
  content: "";
  display: table;
}
.cb-gravity-form:after {
  clear: both;
}
.cb-gravity-form.small {
  min-width: 340px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.cb-gravity-form label {
  color: #777;
  font-size: 15px;
  display: block;
}
.cb-gravity-form label .required {
  color: #e30000;
}
.cb-gravity-form label.inline {
  padding-top: 20px;
}
.cb-gravity-form .form-row {
  margin-bottom: 20px;
}
.cb-gravity-form input[type=text],
.cb-gravity-form input[type=search],
.cb-gravity-form input[type=number],
.cb-gravity-form input[type=password],
.cb-gravity-form input[type=tel],
.cb-gravity-form input[type=url],
.cb-gravity-form input[type=email],
.cb-gravity-form select,
.cb-gravity-form textarea {
  background: #fbfbfb;
  border: 1px solid #ccc;
  font-size: 24px;
  width: 100%;
  padding: 3px 5px;
  margin: 2px 6px 0 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
.cb-gravity-form .gform_wrapper {
  margin: 0;
}
.cb-gravity-form .gform_wrapper ul li.gfield {
  margin-bottom: 2em;
}
.cb-gravity-form .gform_wrapper ul li.gfield:last-child {
  margin-bottom: 0;
}
.cb-gravity-form .gform_wrapper div.validation_error {
  border: none;
  padding: 0;
  margin: 0 0 1em;
  line-height: 1.4;
}
.cb-gravity-form .gform_wrapper .gform_heading {
  padding: 0;
  margin-bottom: 1em;
}
.cb-gravity-form .gform_wrapper h3.gform_title {
  font-size: 28px;
  font-weight: 100;
  margin-top: 0;
  margin: 0 0 .6em;
}
.cb-gravity-form .gform_wrapper .gform_description h4 {
  margin: 0;
}
.cb-gravity-form .gform_wrapper .gform_footer {
  padding: .5em 0 0;
}
.cb-gravity-form .gform_wrapper .gform_footer input[type="submit"] {
  padding: .5em 1.5em;
  line-height: 1;
}
.cb-gravity-form .gform_wrapper label,
.cb-gravity-form .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  margin-bottom: 0;
}
.cb-gravity-form .gform_wrapper input[type=text],
.cb-gravity-form .gform_wrapper input[type=search],
.cb-gravity-form .gform_wrapper input[type=number],
.cb-gravity-form .gform_wrapper input[type=password],
.cb-gravity-form .gform_wrapper input[type=tel],
.cb-gravity-form .gform_wrapper input[type=url],
.cb-gravity-form .gform_wrapper input[type=email],
.cb-gravity-form .gform_wrapper select,
.cb-gravity-form .gform_wrapper textarea {
  background: #fbfbfb;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  height: auto;
  padding: 6px 5px;
  margin: 2px 6px 0 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}
.cb-gravity-form .gform_wrapper.margb {
  padding-bottom: 20px;
}
.cb-gravity-form .gform_wrapper.spacep p {
  margin-bottom: 15px;
}
.cb-gravity-form .gform_wrapper.bluea a {
  font-size: inherit;
  color: #e30000;
  text-decoration: underline;
}
.cb-gravity-form .gform_wrapper li.gfield.gfield_error {
  border: none;
  background: #f0f0f1;
  padding: 1em;
  border-left: 15px solid #e30000;
}
.cb-gravity-form .gform_confirmation_wrapper {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cb-gravity-form input[type=checkbox] {
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cb-gravity-form input[type=checkbox] {
  background: #fbfbfb;
}
.cb-gravity-form input[type=submit] {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  border-radius: 0;
  background: #e30000 !important;
  display: inline-block;
  text-decoration: none;
  font-size: 1em !important;
  height: 40px;
  padding: 0 25px 1px;
  cursor: pointer;
  -webkit-appearance: none;
  white-space: nowrap;
}
.cb-gravity-form input[type=submit].cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-gravity-form input[type=submit].cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-gravity-form .gform_wrapper.gf_browser_chrome .ginput_complex select,
.cb-gravity-form .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.cb-gravity-form .gform_wrapper.gf_browser_chrome .ginput_complex select,
.cb-gravity-form .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
  margin-bottom: 0;
}
.cb-gravity-form p {
  margin: 0 0 25px;
}
.cb-gravity-form p:last-child {
  margin-bottom: 0;
}
.cb-gravity-form p a {
  font-size: 14px;
  text-decoration: none;
  color: #777;
}
.cb-gravity-form p a:hover {
  color: #e30000;
}
.cb-gravity-form abbr {
  border-bottom: none;
  color: #e30000;
}
.cb-gravity-form .header-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  text-transform: none;
  color: #333;
  border: 1px solid #ccc;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  margin: 0 .4em;
  line-height: 2;
}
.cb-gravity-form .header-button.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-gravity-form .header-button.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-gravity-form .header-button.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  background: #e30000;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
}
.cb-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.cb-hero .placeholder {
  opacity: 0;
  width: 100%;
  height: auto;
}
.cb-hero .hero-align {
  position: absolute;
  bottom: 0;
  padding-bottom: 1em;
  z-index: 2;
  width: 100%;
}
.cb-hero .curtain {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
}
.cb-hero .curtain-animate {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .cb-hero .hero-align {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 800px) {
  .cb-hero .hero-align .cb-share {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .cb-hero {
    background: black !important;
    padding-top: 0 !important;
    font-size: .9em;
  }
  .cb-hero .placeholder {
    opacity: 1;
  }
  .cb-hero .hero-align {
    position: relative;
    bottom: auto;
    padding: 2em 0;
  }
  .cb-nohero {
    font-size: .9em;
  }
  .cb-nohero .cb-body-content.deck {
    margin-bottom: 1em;
  }
  .cb-nohero .page-byline {
    padding: .5em 0;
  }
}
.cb-journal-quote blockquote.cb-journal-quote,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote {
  width: 18em;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-body,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote .quote-body {
  padding: 0 1em;
  background: #F5F5DC;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-title,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote .quote-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: .55em;
  padding: 1.35em 0 .7em;
  margin-bottom: 1em;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-content,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote .quote-content {
  background: url('../images//paper-bg-torn.png') no-repeat;
  padding: 2.5em 1em 1em;
  font-size: .8em;
  font-family: 'Covered By Your Grace', cursive;
  padding-bottom: 2em;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-content .font2,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote .quote-content .font2 {
  font-family: 'Nothing You Could Do', cursive;
}
.cb-journal-quote blockquote.cb-journal-quote .quote-content p,
.cb-page.threecol .cb-body-content.main blockquote.cb-journal-quote .quote-content p {
  margin-bottom: 1em;
}
.main-category {
  color: #888888;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2.2;
}
.main-category .prefixes {
  color: #e30000;
  font-weight: bold;
  margin-right: .2em;
}
.main-category .prefixes .prefix:after {
  content: ', ';
  display: inline-block;
}
.main-category .prefixes .prefix:last-child:after {
  content: ':';
}
.cb-media-list h2 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.cb-media-list .row {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 2em;
}
.cb-media-list .row:before,
.cb-media-list .row:after {
  content: "";
  display: table;
}
.cb-media-list .row:after {
  clear: both;
}
.cb-media-list .row .cb-media-item {
  float: left;
  width: 25%;
  padding: 0 2%;
}
.cb-media-list .row .cb-media-item:first-child {
  padding-left: 0;
}
.cb-media-list .row .cb-media-item:last-child {
  padding-right: 0;
}
.cb-media-list .row .cb-media-item .thumbnail {
  display: block;
  margin-bottom: .5em;
}
.cb-media-list .row .cb-media-item h3 {
  font-size: 1.1em;
  line-height: 1.1;
  color: black;
  font-weight: bold;
  margin-bottom: .5em;
}
.cb-media-list .row .cb-media-item .description {
  font-size: .95em;
  line-height: 1.4;
  margin-bottom: .5em;
}
.cb-media-list .row .cb-media-item .description p:last-child {
  margin-bottom: 0;
}
.cb-media-list .row .cb-media-item .play-button {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  padding: 0;
  background: #e93b3b;
  padding: 0 1em 0 0;
  border-radius: 0;
  text-transform: none;
  color: white !important;
  text-decoration: none !important;
  line-height: 3em;
  font-size: .75em;
}
.cb-media-list .row .cb-media-item .play-button.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-media-list .row .cb-media-item .play-button.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-media-list .row .cb-media-item .play-button span {
  display: inline-block;
  background: #d13535;
  padding: 0 1em;
  margin-right: 1em;
  line-height: 3em;
}
@media only screen and (max-width: 800px) {
  .cb-media-list .row {
    margin-bottom: 0;
  }
  .cb-media-list .row .cb-media-item {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
.cb-modal {
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
  top: 15em;
  display: none;
  padding: 0 1em;
}
.cb-modal .align {
  max-width: 750px;
  width: 100%;
  display: block;
  background: white;
  margin: 0 auto;
  padding: 2em;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.cb-modal .curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.cb-modal.visible {
  display: block;
}
@media only screen and (max-width: 400px) {
  .cb-modal {
    padding: 0 .5em;
  }
  .cb-modal .align {
    padding: 1.5em;
  }
}
.cb-paginate {
  background: #f0f0f1;
  text-align: center;
  padding: .5em 0 1.5em;
}
.cb-paginate a {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  text-transform: uppercase;
  border: none;
  background: #e30000;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 26px;
  padding: 0 13px;
  text-decoration: none;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
  color: #505050;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: .85em;
  font-weight: bold;
  padding: .5em 3em;
  position: relative;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
  line-height: 2em;
  vertical-align: middle;
}
.cb-paginate a.cb-button--muted {
  text-transform: none;
  background: transparent;
  color: #6b6b6b;
}
.cb-paginate a.cb-button--gray {
  text-transform: uppercase;
  color: #505050;
  line-height: 40px;
  padding: 0 55px;
  border: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
}
.cb-paginate a:after {
  opacity: .3;
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #e30000;
}
.cb-paginate a.clicked:after {
  -webkit-transition: width 1s;
       -o-transition: width 1s;
          transition: width 1s;
  width: 100%;
}
.cb-paginate-numbered {
  padding: 2em 0;
  font-weight: bold;
}
.cb-paginate-numbered ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-paginate-numbered ul li {
  float: left;
  margin-right: 10px;
}
.cb-paginate-numbered ul li:last-child {
  margin-right: 0;
}
.cb-paginate-numbered .page-numbers {
  display: block;
  float: left;
  margin-right: 10px;
}
.cb-paginate-numbered .page-numbers.current {
  opacity: .3;
}
.cb-paginate-numbered .page-numbers:last-child {
  margin-right: 0;
}
.cb-db-paginator {
  font-size: 15px;
}
.cb-db-paginator strong {
  display: inline-block;
  margin-right: 5px;
}
.cb-db-paginator ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cb-db-paginator ul li {
  margin-right: 8px;
  display: inline-block;
}
.cb-db-paginator ul li:last-child {
  margin-right: 0;
}
.cb-db-paginator ul li a {
  color: #003366;
  text-decoration: underline;
}
.cb-db-paginator ul li.more a {
  color: black;
}
.cb-body-content.checking-paywall .preview {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.cb-body-content.checking-paywall .preview:after {
  display: block;
  content: '';
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cb-body-content.checking-paywall .paywall-loading {
  background: white;
  text-align: center;
  margin-bottom: 2em;
  font-size: .9em;
  color: #999;
  z-index: 2;
  padding: 1em 0;
}
.cb-body-content.checking-paywall .paywall-loading .title {
  color: black;
  font-weight: bold;
}
/* #Component - Paywall Popup
================================================== */
.cb-form.paywall {
  position: relative;
  max-height: 900px;
  overflow: hidden;
}
.cb-form.paywall:after {
  display: block;
  content: '';
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cb-form.paywall .curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.cb-form.paywall .paywall-overlay {
  background: #e8eef2;
  font-family: ProximaNova;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1em;
  left: 0;
  width: 100%;
  z-index: 3;
}
.cb-form.paywall .paywall-overlay header h2 {
  background: #777777;
  color: white;
  padding: 1em .5em;
  text-align: center;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
.cb-form.paywall .paywall-overlay header a {
  padding: 0;
  margin: 0;
  background: #e60000;
  color: white;
  border-radius: 3px;
  padding: 0 5px;
  display: inline-block;
}
.cb-form.paywall .paywall-overlay .cta {
  padding: 1.8em;
  color: #003366;
}
.cb-form.paywall .paywall-overlay .cta img {
  float: right;
  margin-left: 1em;
}
.cb-form.paywall .paywall-overlay .cta .title {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.cb-form.paywall .paywall-overlay .cta .subscribe-now {
  text-transform: uppercase;
  border: 3px solid #003366;
  font-size: .9em;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 166px;
  text-align: center;
}
.cb-form.paywall .paywall-overlay .cta .signin {
  width: 166px;
  display: block;
  text-align: center;
  padding-top: .5em;
  font-size: .9em;
}
.cb-form.paywall .paywall-overlay .cta ul {
  list-style-type: none;
  padding: 1em 0 0;
  margin: 0;
}
.cb-form.paywall .paywall-overlay .cta ul li {
  margin-bottom: .3em;
}
.cb-form.paywall .paywall-overlay footer {
  padding: 1em 0;
  text-align: center;
  font-size: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .cb-form.paywall .paywall-overlay .cta {
    padding: 1.8em 1em 0;
    text-align: center;
  }
  .cb-form.paywall .paywall-overlay .cta img {
    float: none;
  }
  .cb-form.paywall .paywall-overlay .cta .signin {
    width: auto;
  }
}
.cb-posts-archive {
  background: white;
}
.cb-posts-archive nav.filter-nav {
  zoom: 1;
  /* ie 6/7 */
  display: block;
  overflow: hidden;
  background: #e8e8ea;
}
.cb-posts-archive nav.filter-nav:before,
.cb-posts-archive nav.filter-nav:after {
  content: "";
  display: table;
}
.cb-posts-archive nav.filter-nav:after {
  clear: both;
}
.cb-posts-archive nav.filter-nav ul.filter-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-posts-archive nav.filter-nav ul.filter-links li.filter-link {
  float: left;
}
.cb-posts-archive nav.filter-nav ul.filter-links li.filter-link a {
  display: inline-block;
  line-height: 2.8;
  padding: 0 1.2em;
}
.cb-posts-archive nav.filter-nav ul.filter-links li.filter-link.selected a {
  background: #e30000;
  color: white;
  font-weight: bold;
}
.cb-posts-archive .filter {
  display: none;
}
.cb-posts-archive #archive-latest {
  padding: .5em 0;
}
.cb-posts-archive #archive-latest .cb-excerpt {
  padding: 1.5em;
  margin: 0;
  border-bottom: 1px solid #f0f0f1;
}
.cb-posts-archive #archive-latest .cb-excerpt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  .cb-posts-archive #archive-latest .cb-excerpt {
    padding: 1.5em 1em;
  }
}
.cb-posts-archive #archive-latest .cb-paginate {
  padding: 1.5em;
  border-top: 1px solid #f0f0f1;
}
.cb-posts-archive .cb-body-content.archive,
.cb-posts-archive .cb-archive-results.archive {
  padding: 2em;
}
.cb-posts-archive .cb-body-content.archive h2,
.cb-posts-archive .cb-archive-results.archive h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  padding-top: 1em;
}
.cb-posts-archive .cb-body-content.archive h2:first-of-type,
.cb-posts-archive .cb-archive-results.archive h2:first-of-type {
  padding-top: 0;
}
.cb-posts-archive .cb-body-content.archive strong,
.cb-posts-archive .cb-archive-results.archive strong {
  display: block;
  padding-top: .6em;
  padding-bottom: .2em;
}
.cb-posts-archive .cb-body-content.archive p,
.cb-posts-archive .cb-archive-results.archive p {
  margin: 0 0 .5em;
  line-height: 1.3;
  font-size: .9em;
}
@media screen and (max-width: 800px) {
  .cb-posts-archive .cb-body-content.archive,
  .cb-posts-archive .cb-archive-results.archive {
    padding: 1.5em 1em;
  }
}
.cb-posts-archive .cb-paginate {
  padding: 0;
  background: transparent;
  font-size: .9em;
  text-align: left;
}
.cb-posts-archive .cb-paginate a {
  line-height: 1.5em;
  padding: .5em 1.5em;
  font-weight: 100;
}
.cb-posts-archive .cb-paginate a.clicked {
  padding-bottom: .65em;
}
.cb-posts-tiles {
  font-size: 100%;
}
.cb-posts-tiles.bord-top {
  border-top: 3px solid #000000;
  padding-top: 20px;
}
.cb-posts-tiles > h1 {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}
.cb-posts-tiles .row {
  overflow: hidden;
  margin-bottom: 30px;
}
.cb-posts-tiles .row .tile {
  float: left;
  width: 50%;
  font-size: .9em;
  line-height: 1.4;
  color: #666666;
}
.cb-posts-tiles .row .tile.slot-1 {
  padding-right: 15px;
}
.cb-posts-tiles .row .tile.slot-2 {
  padding-left: 15px;
}
.cb-posts-tiles .row .tile .img {
  height: 350px;
  display: block;
  background: #ccc;
  text-align: center;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.cb-posts-tiles .row .tile .img .curtain {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-weight: bold;
  line-height: 350px;
}
.cb-posts-tiles .row .tile .align {
  background: #f6f7f7;
  min-height: 350px;
}
.cb-posts-tiles .row .tile .below-thumb {
  padding: 7% 5%;
}
.cb-posts-tiles .row .tile h1 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 20px;
}
.cb-posts-tiles .row .tile .preview {
  margin-bottom: 10px;
  line-height: 1.6;
}
.cb-posts-tiles .row .tile cite {
  text-transform: uppercase;
  font-style: normal;
  display: block;
  font-size: .9em;
}
.cb-posts-tiles .row .tile cite .social-links a {
  margin: 0 4px;
}
.cb-posts-tiles .row .tile .sidebars {
  padding-top: 15px;
}
.cb-posts-tiles .row .tile .sidebars ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-posts-tiles .row .tile .sidebars ul li {
  margin-bottom: 2px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cb-posts-tiles .row .tile .sidebars ul li:last-child {
  margin-bottom: 0;
}
.cb-posts-tiles .row .tile .sidebars ul li a {
  color: black;
}
@media only screen and (max-width: 1000px) {
  .cb-posts-tiles .row {
    margin-bottom: 0;
  }
  .cb-posts-tiles .row .tile {
    float: none;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cb-posts-tiles .row .tile .img {
    height: auto;
    background-image: none !important;
  }
  .cb-posts-tiles .row .tile .img img {
    display: block !important;
  }
  .cb-posts-tiles .row .tile .img .curtain {
    line-height: 210px;
  }
}
.cb-print {
  background: #f0f0f1;
  padding: .75em 0 0;
  color: #aaa;
  font-size: .9em;
  text-align: right;
}
.cb-reference {
  font-weight: bold;
  margin-bottom: 2em;
}
.cb-reference .title {
  color: #e30000;
}
.cb-search-results ul.results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-search-results ul.results li.result {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1.5em;
}
.cb-search-results ul.results li.result:before,
.cb-search-results ul.results li.result:after {
  content: "";
  display: table;
}
.cb-search-results ul.results li.result:after {
  clear: both;
}
.cb-search-results ul.results li.result:last-child {
  margin-bottom: 0;
}
.cb-search-results ul.results li.result .result-title {
  margin: 0;
  font-size: 1.3em;
}
.cb-search-results ul.results li.result .cb-byline {
  line-height: 1.3;
}
.cb-search-results ul.results li.result .cb-body-content p:first-child {
  margin-top: 0;
}
.cb-search-results ul.results li.result .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-factcheck-box,
.cb-series-box {
  background: black;
  color: white;
  width: 330px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  max-width: 100%;
}
.cb-factcheck-box.bleed,
.cb-series-box.bleed {
  margin-right: -91px;
}
.cb-factcheck-box.align-left,
.cb-series-box.align-left {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
.cb-factcheck-box.align-left.bleed,
.cb-series-box.align-left.bleed {
  margin-left: -390px;
}
.cb-factcheck-box > header,
.cb-series-box > header {
  background: #e30000;
  overflow: hidden;
  padding: .2em 1em;
  font-size: .9em;
}
.cb-factcheck-box > header h4,
.cb-series-box > header h4 {
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  color: white;
  font-weight: bold;
  margin: 0;
  vertical-align: middle;
}
.cb-factcheck-box > header .count,
.cb-series-box > header .count {
  float: right;
  font-weight: bold;
  vertical-align: middle;
}
.cb-factcheck-box > header .count a,
.cb-series-box > header .count a {
  color: inherit;
  text-decoration: none;
}
.cb-factcheck-box .title,
.cb-series-box .title {
  text-transform: uppercase;
  color: white;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin: 1.1em 0 .8em 0;
}
.cb-factcheck-box ul,
.cb-series-box ul {
  list-style-type: none;
  margin: 0;
  padding: 1em;
  font-size: .8em;
  line-height: 1.2;
}
.cb-factcheck-box ul li,
.cb-series-box ul li {
  margin-bottom: 18px;
}
.cb-factcheck-box ul li time,
.cb-series-box ul li time {
  color: #e30000;
  font-weight: bold;
  float: left;
  width: 85px;
}
.cb-factcheck-box ul li a,
.cb-series-box ul li a,
.cb-factcheck-box ul li span,
.cb-series-box ul li span {
  display: block;
  margin-left: 85px;
  color: white;
  text-decoration: none;
}
.cb-factcheck-box ul li.future time,
.cb-series-box ul li.future time,
.cb-factcheck-box ul li.future span,
.cb-series-box ul li.future span {
  color: #999999 !important;
}
.cb-factcheck-box .projlink,
.cb-series-box .projlink {
  text-align: center;
}
.cb-factcheck-box .projlink a,
.cb-series-box .projlink a {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  color: black;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 3px 12px;
}
.cb-share {
  overflow: hidden;
  max-height: 60px;
}
.cb-share iframe {
  vertical-align: top;
}
.cb-sidebar {
  width: 280px;
  background: #f0f0f1;
  font-size: 1em;
}
.cb-sidebar.align-left {
  margin-right: 1.2em;
  margin-bottom: .5em;
  float: left;
}
.cb-sidebar.align-right {
  margin-left: 1.2em;
  margin-bottom: .5em;
  float: right;
}
.cb-sidebar h4 {
  text-transform: uppercase;
  background: #e30000;
  color: white;
  padding: .5em;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.3;
}
.cb-sidebar .sidebar-body-content {
  font-size: 95%;
  padding: .75em 1em 1em;
}
.cb-sidebar ul {
  font-size: .9em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cb-sidebar ul li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: .5em 1em;
}
.cb-sidebar ul li:last-child {
  border-bottom: none;
}
.cb-sidebar ul li .cb-image {
  width: 55px;
  float: left;
  background-image: none !important;
}
.cb-sidebar ul li .cb-image .photo-credit {
  display: none;
}
.cb-sidebar ul li .content {
  margin-left: 65px;
}
.cb-sidebar ul li h5 {
  line-height: 1.2;
  font-size: 1em;
  font-weight: bold;
  color: black;
  margin: 0;
}
.cb-sidebar ul li h5 a {
  color: black;
  text-decoration: none;
}
.cb-sidebar ul li time {
  text-transform: uppercase;
  font-weight: 300;
  font-size: .8em;
  color: #666;
}
@media screen and (max-width: 600px) {
  .cb-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 1em !important;
  }
}
.cb-slideout {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 2%;
  background: white;
  width: 90%;
  max-width: 340px;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}
.cb-slideout .slideout-position {
  position: relative;
}
.cb-slideout i.close {
  color: white;
  position: absolute;
  right: 10px;
  font-style: normal;
  cursor: pointer;
  line-height: 35px;
  z-index: 2;
}
.cb-slideout h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0 1em;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(227, 0, 0, 0.8);
}
.cb-slideout h4 a {
  color: white;
  text-decoration: none;
}
.cb-slideout .slideout-align {
  padding: 1em;
}
.cb-slideout .slideout-align .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-slideout .slideout-align .cb-byline a {
  text-decoration: none;
  color: inherit;
}
.cb-slideout .slideout-align .cb-byline .social-icons {
  display: none;
}
.cb-stream.tiles {
  background: #f0f0f1;
  overflow: hidden;
  padding: 0;
}
.cb-stream.tiles.mtop {
  padding-top: 1em;
}
.cb-stream.tiles > .align {
  overflow: hidden;
  margin: -0.5em -0.5em 0.5em;
}
.cb-stream.tiles .loading {
  text-align: center;
  padding: 1em 0;
  font-size: .8em;
  opacity: .5;
  text-transform: uppercase;
}
.cb-stream.tiles .row {
  overflow: hidden;
}
.cb-stream.tiles .queued {
  display: none;
}
.cb-stream.tiles .cb-tile,
.cb-stream.tiles .cb-aside {
  padding: 0.5em;
}
.cb-stream.tiles .cb-tile.cols-1,
.cb-stream.tiles .cb-aside.cols-1 {
  width: 33.33%;
}
.cb-stream.tiles .cb-tile.cols-2,
.cb-stream.tiles .cb-aside.cols-2 {
  width: 66.67%;
}
.cb-stream.tiles .cb-tile.cols-3,
.cb-stream.tiles .cb-aside.cols-3 {
  width: 100%;
}
.cb-stream.tiles.two-col .cb-tile.cols-1 {
  width: 50%;
}
.cb-stream.tiles.two-col .cb-tile.cols-2 {
  width: 100%;
}
.cb-stream.tiles.one-col > .align {
  margin-left: 0;
  margin-right: 0;
}
.cb-stream.tiles.one-col .cb-tile,
.cb-stream.tiles.one-col .cb-aside {
  float: none;
  clear: both;
}
.cb-stream.tiles.one-col .cb-tile.cols-2,
.cb-stream.tiles.one-col .cb-aside.cols-2,
.cb-stream.tiles.one-col .cb-tile.cols-1,
.cb-stream.tiles.one-col .cb-aside.cols-1 {
  width: 100%;
}
.cb-stream.tiles.one-col .cb-tile .scroll,
.cb-stream.tiles.one-col .cb-aside .scroll {
  height: auto !important;
  min-height: 0;
}
.cb-stream.tiles.one-col .cb-tile .cb-image,
.cb-stream.tiles.one-col .cb-aside .cb-image {
  height: auto;
  max-height: none;
}
.cb-stream.tiles.one-col .cb-tile .cb-image img,
.cb-stream.tiles.one-col .cb-aside .cb-image img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.cb-stream.tiles.one-col .cb-tile .cb-image span.thumbnail,
.cb-stream.tiles.one-col .cb-aside .cb-image span.thumbnail {
  display: none;
}
.cb-stream.tiles.asides {
  padding: 0;
  background: transparent;
}
.cb-stream.tiles.asides .cb-tile,
.cb-stream.tiles.asides aside {
  padding-left: 0;
  padding-right: 0;
  background: #f0f0f1;
}
.cb-stream.tiles.asides .cb-tile:first-child,
.cb-stream.tiles.asides aside:first-child {
  padding-top: 0;
}
.cb-stream.tiles.asides .cb-tile:last-child,
.cb-stream.tiles.asides aside:last-child {
  padding-bottom: 0;
}
body.no-js .cb-stream .loading {
  display: none;
}
body.no-js .cb-stream .cb-tiles {
  display: block;
}
@media only screen and (max-width: 700px) {
  .cb-stream {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 500px) {
  .cb-stream .align {
    margin-left: 0;
    margin-right: 0;
  }
  .cb-stream .align .grid {
    padding: 0;
  }
  .cb-stream .align .cb-tile {
    padding-left: 0;
    padding-right: 0;
  }
}
.cb-underwriting-practices .toggler {
  font-size: .8em;
  padding: 1em 0;
  display: block;
  color: #666;
}
.cb-underwriting-practices .toggler .fa {
  display: inline-block;
  background: #f0f0f1;
  font-size: 11px;
  width: 19px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 19px;
  margin-right: .5em;
  color: black;
  -webkit-transition: .2s;
       -o-transition: .2s;
          transition: .2s;
}
.cb-underwriting-practices .toggler span {
  line-height: 22px;
  display: inline-block;
}
.cb-underwriting-practices .toggler:hover .fa {
  background: #d6d6d8;
}
.cb-underwriting-practices .toggled {
  display: none;
  background: #f0f0f1;
  font-size: .8em;
  padding: 1em;
}
.cb-underwriting-practices.open .toggled {
  display: block;
}
.cb-tile.category .body {
  padding: 1em 1em .4em;
}
.cb-tile.category .top-label {
  color: #888;
  text-transform: uppercase;
  font-size: .95em;
  margin-bottom: .8em;
}
.cb-tile.category .top-label.w-sponsor {
  zoom: 1;
  /* ie 6/7 */
  border-bottom: 1px solid #f0f0f1;
  padding-bottom: .7em;
}
.cb-tile.category .top-label.w-sponsor:before,
.cb-tile.category .top-label.w-sponsor:after {
  content: "";
  display: table;
}
.cb-tile.category .top-label.w-sponsor:after {
  clear: both;
}
.cb-tile.category .top-label.w-sponsor .label-title {
  line-height: 33px;
}
.cb-tile.category .top-label.w-sponsor .sponsor {
  float: right;
  font-size: .6em;
  text-align: center;
  margin-top: -6px;
  color: #999;
}
.cb-tile.category .top-label.w-sponsor .sponsor i {
  font-style: normal;
  font-weight: 100;
  display: block;
  margin-bottom: -2px;
}
.cb-tile.category .top-label.w-sponsor .sponsor img {
  max-height: 30px;
}
.cb-tile.category ul.cat-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cb-tile.category ul.cat-items li.cat-item {
  margin-bottom: .8em;
}
.cb-tile.category ul.cat-items li.cat-item .cat-item-title {
  margin: 0;
}
.cb-tile.category ul.cat-items li.cat-item .cb-byline {
  margin: .1em 0;
}
.cb-tile.category .carousel {
  border-top: 1px solid #f0f0f1;
  padding-top: .8em;
}
.cb-stream.two-col .cb-tile.category {
  font-size: 1.1em;
}
.cb-tile.connections .body {
  padding: 1.5em 1.2em 2.5em;
}
.cb-tile.connections .body .connections-header {
  text-align: center;
  padding: 0 0 1.5em;
}
.cb-tile.connections .body .connections-header .connections-title {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.7;
}
.cb-tile.connections .body .connections-header small {
  font-size: .8em;
  font-family: Georgia;
  font-style: italic;
  color: #222;
  line-height: 1.4;
  display: block;
}
.cb-tile.connections .body .connections-header .thumbnail img {
  -webkit-transition: .1s;
       -o-transition: .1s;
          transition: .1s;
}
.cb-tile.connections .body .connections-header .thumbnail img:hover {
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
       -o-transform: rotate(17deg);
          transform: rotate(17deg);
}
.cb-tile.connections .body .connections-posts .connections-row {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-tile.connections .body .connections-posts .connections-row:before,
.cb-tile.connections .body .connections-posts .connections-row:after {
  content: "";
  display: table;
}
.cb-tile.connections .body .connections-posts .connections-row:after {
  clear: both;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post {
  float: left;
  width: 50%;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post:first-child {
  padding-right: 0.75em;
  padding-left: 0 !important;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post:last-child {
  padding-left: 0.75em;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post .connections-align {
  position: relative;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post .connections-align .cb-flags .flags {
  padding: 0 .3em;
  line-height: 26px;
  height: 26px;
  font-size: .9em;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post .connections-align .cb-flags:after {
  height: 26px;
  width: 1em;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post .connections-align .cb-image {
  margin-bottom: .5em;
  height: 100px;
}
.cb-tile.connections .body .connections-posts .connections-row .connections-post .connections-align h5 {
  margin: 0;
  font-size: .85em;
  line-height: 1.2;
}
.cb-stream.two-col .cb-tile.connections {
  font-size: 1.1em;
}
.cb-stream.one-col .cb-tile.connections .body {
  padding-left: .7em;
  padding-right: .7em;
}
.cb-stream.one-col .cb-tile.connections .body .connections-header {
  font-size: 1.2em;
  padding-left: .5em;
  padding-right: .5em;
}
.cb-stream.one-col .cb-tile.connections .body .connections-posts .connections-row .connections-post:first-child {
  padding-right: 0.375em;
}
.cb-stream.one-col .cb-tile.connections .body .connections-posts .connections-row .connections-post:last-child {
  padding-left: 0.375em;
}
.cb-tile.event .align {
  background: #0071db;
  color: white;
  padding: 1.8em;
  position: relative;
}
.cb-tile.event .align.sponsor {
  padding-bottom: 70px;
}
.cb-tile.event .align .event-label {
  font-size: .9em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.cb-tile.event .align h1.event-title {
  margin: 0 0 1em;
  font-size: 1.2em;
}
.cb-tile.event .align .thumbnail {
  display: block;
  margin-bottom: 1em;
}
.cb-tile.event .align .thumbnail img {
  width: 100%;
}
.cb-tile.event .align .event-details {
  margin-bottom: 1.5em;
}
.cb-tile.event .align .event-details .event-detail {
  margin-bottom: .1em;
}
.cb-tile.event .align .event-details .event-detail label {
  font-weight: bold;
  min-width: 80px;
  display: inline-block;
}
.cb-tile.event .align .event-button {
  display: inline-block;
  font-size: .9em;
  padding: .6em 1.2em;
  border-radius: 5px;
  background: #11ba11;
  color: white;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.cb-tile.event .align .event-sponsor {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  width: 100%;
  text-align: center;
  height: 70px;
}
.cb-tile.event .align .event-sponsor img {
  max-height: 100%;
}
.cb-tile.face .align {
  background: black;
  color: white;
}
.cb-tile.face header {
  overflow: hidden;
  margin-bottom: 6px;
  display: block;
  padding: 1em;
}
.cb-tile.face header h4 {
  font-size: 1.2em;
  color: #e30000 !important;
  margin: 0;
}
.cb-tile.face header .cb-body-content p:last-child {
  margin-bottom: 0;
}
.cb-tile.face .visible-tile {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  display: block;
  width: 100%;
  height: 385px;
  background-color: white;
  margin-bottom: 2px;
  position: relative;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.cb-tile.face .visible-tile .overlay {
  opacity: 0;
  -webkit-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb-tile.face .visible-tile .overlay .name {
  display: block;
  width: 100%;
  text-align: center;
  height: 345px;
  text-decoration: none;
  font-size: 24px;
  padding-top: 120px;
  font-weight: bold;
  font-family: ProximaNova;
  color: white;
}
.cb-tile.face .visible-tile:hover .overlay {
  opacity: 1;
}
.cb-tile.face nav {
  text-align: center;
}
.cb-tile.face nav a.arrow {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
  width: 17px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/arrow-left-small.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.cb-tile.face nav a.arrow:hover {
  background-image: url('../images/arrow-left-small-red.png');
}
.cb-tile.face nav a.next {
  background-image: url('../images/arrow-right-small.png');
}
.cb-tile.face nav a.next:hover {
  background-image: url('../images/arrow-right-small-red.png');
}
.cb-tile.face nav ul {
  display: inline-block;
  list-style-type: none;
  padding: 1em 0;
  margin: 0;
}
.cb-tile.face nav ul li {
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #666;
  margin: 6px 6px;
}
.cb-tile.face nav ul li:hover {
  background-color: #e30000;
}
.cb-tile.face nav ul li.current {
  background-color: white;
}
.cb-tile.factcheck .factcheck-button {
  font-size: .8em;
  margin: .5em 0;
}
.cb-tile.factcheck .factcheck-button label {
  display: none;
}
.cb-tile.four-square .body {
  padding: 1.5em 1.2em 2.5em;
}
.cb-tile.four-square .body .foursquare-header {
  text-align: center;
  padding: 0 0 1.5em;
}
.cb-tile.four-square .body .foursquare-header .foursquare-title {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.7;
}
.cb-tile.four-square .body .foursquare-header small {
  font-size: .8em;
  font-family: Georgia;
  font-style: italic;
  color: #222;
  line-height: 1.4;
  display: block;
}
.cb-tile.four-square .body .foursquare-header .thumbnail {
  display: block;
  margin-bottom: .5em;
}
.cb-tile.four-square .body .foursquare-header .thumbnail img {
  max-width: 70px;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row {
  zoom: 1;
  /* ie 6/7 */
  margin-bottom: 1em;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row:before,
.cb-tile.four-square .body .foursquare-posts .foursquare-row:after {
  content: "";
  display: table;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row:after {
  clear: both;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row:last-child {
  margin-bottom: 0;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post {
  float: left;
  width: 50%;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post:first-child {
  padding-right: 0.75em;
  padding-left: 0 !important;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post:last-child {
  padding-left: 0.75em;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post .foursquare-align {
  position: relative;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post .foursquare-align .cb-flags .flags {
  padding: 0 .3em;
  line-height: 26px;
  height: 26px;
  font-size: .9em;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post .foursquare-align .cb-flags:after {
  height: 26px;
  width: 1em;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post .foursquare-align .cb-image {
  margin-bottom: .5em;
  height: 90px;
}
.cb-tile.four-square .body .foursquare-posts .foursquare-row .foursquare-post .foursquare-align h5 {
  margin: 0;
  font-size: .85em;
  line-height: 1.2;
}
.cb-stream.two-col .cb-tile.foursquare {
  font-size: 1.1em;
}
.cb-stream.one-col .cb-tile.foursquare .body {
  padding-left: .7em;
  padding-right: .7em;
}
.cb-stream.one-col .cb-tile.foursquare .body .foursquare-header {
  font-size: 1.2em;
  padding-left: .5em;
  padding-right: .5em;
}
.cb-stream.one-col .cb-tile.foursquare .body .foursquare-posts .foursquare-row .foursquare-post:first-child {
  padding-right: 0.375em;
}
.cb-stream.one-col .cb-tile.foursquare .body .foursquare-posts .foursquare-row .foursquare-post:last-child {
  padding-left: 0.375em;
}
.cb-stream.three-col .cb-tile.full-width .align,
.cb-stream.feature.two-col .cb-tile.full-width .align {
  display: table;
  table-layout: fixed;
}
.cb-stream.three-col .cb-tile.full-width .cb-image,
.cb-stream.feature.two-col .cb-tile.full-width .cb-image {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.cb-stream.three-col .cb-tile.full-width .cb-image .thumbnail,
.cb-stream.feature.two-col .cb-tile.full-width .cb-image .thumbnail {
  overflow: hidden;
  opacity: 0;
  min-height: 500px;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
}
.cb-stream.three-col .cb-tile.full-width .body,
.cb-stream.feature.two-col .cb-tile.full-width .body {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding: 2em;
}
.cb-stream.three-col .cb-tile.full-width .body .headline,
.cb-stream.feature.two-col .cb-tile.full-width .body .headline {
  font-size: 1.6em;
}
.cb-stream.three-col .cb-tile.full-width .body .thumbnail2,
.cb-stream.feature.two-col .cb-tile.full-width .body .thumbnail2 {
  display: block;
  float: right;
  margin: 0 0 .75em .75em;
}
.cb-stream.two-col .cb-tile.full-width .body {
  font-size: 1.15em;
}
.cb-stream.one-col .cb-tile.full-width .cb-image .thumbnail {
  position: relative;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 800px) {
  .cb-stream.three-col .cb-tile.full-width .align,
  .cb-stream.feature.two-col .cb-tile.full-width .align {
    display: block;
  }
  .cb-stream.three-col .cb-tile.full-width .cb-image,
  .cb-stream.feature.two-col .cb-tile.full-width .cb-image {
    display: block;
    float: none;
    width: 100%;
  }
  .cb-stream.three-col .cb-tile.full-width .body,
  .cb-stream.feature.two-col .cb-tile.full-width .body {
    display: block;
    float: none;
    width: 100%;
  }
}
.cb-tile.half-height .align {
  background: transparent;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .half-height-post-align {
  background: white;
}
.cb-tile.half-height .align .half-height-posts .half-height-post:first-child {
  padding-bottom: 0.5em;
}
.cb-tile.half-height .align .half-height-posts .half-height-post:last-child {
  padding-top: 0.5em;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .cb-image {
  float: right;
  width: 35%;
  position: relative;
  margin-left: 1em;
  margin-bottom: .2em;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .cb-image .photo-credit {
  display: none;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .body {
  padding-bottom: .8em;
  zoom: 1;
  /* ie 6/7 */
}
.cb-tile.half-height .align .half-height-posts .half-height-post .body:before,
.cb-tile.half-height .align .half-height-posts .half-height-post .body:after {
  content: "";
  display: table;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .body:after {
  clear: both;
}
.cb-tile.half-height .align .half-height-posts .half-height-post .body .headline {
  font-size: 1em;
}
.cb-tile.media .thumbnail,
.cb-var-tile-media .thumbnail {
  width: 100%;
  opacity: 0;
}
.cb-tile.media .body,
.cb-var-tile-media .body {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(99%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  padding-bottom: 1.8em;
  width: 100%;
}
.cb-tile.media .body .headline,
.cb-var-tile-media .body .headline {
  font-size: 1.4em;
}
.cb-stream.two-col .cb-tile.media .body {
  font-size: 1.15em;
}
.cb-stream.one-col .cb-tile.media .thumbnail {
  opacity: 1;
}
.cb-stream.one-col .cb-tile.media .body {
  font-size: 1em;
  position: relative;
  background: black;
}
.cb-tile.news .body {
  padding: 1em;
}
.cb-tile.news .top-label {
  color: #888;
  text-transform: uppercase;
  font-size: .95em;
  margin-bottom: .8em;
}
.cb-tile.news ul.news-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.cb-tile.news ul.news-items li.news-item {
  padding: 0;
  padding-bottom: .7em;
  margin-bottom: .6em;
  border-bottom: 1px solid #f0f0f1;
}
.cb-tile.news ul.news-items li.news-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cb-tile.news ul.news-items li.news-item .news-item-title {
  margin: 0 0 .2em;
}
.cb-tile.news ul.news-items li.news-item .cb-body-content {
  zoom: 1;
  /* ie 6/7 */
  margin: 0;
}
.cb-tile.news ul.news-items li.news-item .cb-body-content:before,
.cb-tile.news ul.news-items li.news-item .cb-body-content:after {
  content: "";
  display: table;
}
.cb-tile.news ul.news-items li.news-item .cb-body-content:after {
  clear: both;
}
.cb-tile.news ul.news-items li.news-item .cb-body-content.with-thumb .thumbnail {
  float: left;
  width: 4em;
  height: 4em;
  margin-top: .2em;
  margin-right: .5em;
  margin-bottom: .2em;
}
.cb-tile.news ul.news-items li.news-item .cb-body-content.with-thumb .thumbnail .thumb {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cb-tile.news .news-promotion {
  display: block;
  width: 100%;
  text-align: center;
  padding: .4em 0;
}
.cb-tile.news .news-promotion .thumb img {
  width: 100%;
  max-width: 300px;
}
.cb-stream.two-col .cb-tile.news,
.cb-stream.one-col .cb-tile.news {
  font-size: 1.1em;
}
.cb-stream.two-col .cb-tile.news ul.news-items li.news-item,
.cb-stream.one-col .cb-tile.news ul.news-items li.news-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.cb-stream.two-col .cb-tile.news ul.news-items li.news-item:last-child,
.cb-stream.one-col .cb-tile.news ul.news-items li.news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cb-stream.two-col .news-promotion,
.cb-stream.one-col .news-promotion {
  background: #eee;
  margin-top: 1.5em;
}
.cb-stream.one-col .cb-tile.news {
  font-size: 1em;
}
.cb-tile.opinion .header {
  text-align: center;
  padding: 1.2em 1em;
  font-family: Georgia;
  line-height: 1.4;
}
.cb-tile.opinion .header h2 {
  margin: 0;
  font-weight: 400;
}
.cb-tile.opinion .header small {
  font-style: italic;
  font-size: .85em;
  display: block;
}
.cb-tile.opinion .body {
  zoom: 1;
  /* ie 6/7 */
  padding: 0 1em 1em;
}
.cb-tile.opinion .body:before,
.cb-tile.opinion .body:after {
  content: "";
  display: table;
}
.cb-tile.opinion .body:after {
  clear: both;
}
.cb-tile.opinion .body .articles .opinion {
  float: left;
  width: 25%;
  padding: .5em 1em;
}
.cb-tile.opinion .body .articles .opinion:first-child {
  padding-left: 0;
}
.cb-tile.opinion .body .articles .opinion:last-child {
  padding-right: 0;
}
.cb-tile.opinion .body .articles .opinion.col-0 {
  clear: left;
}
.cb-tile.opinion .body .articles .opinion .opinion-align {
  font-size: .85em;
  position: relative;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .cb-flags {
  font-size: .65em;
}
.cb-tile.opinion .body .articles .opinion .opinion-align h3 {
  margin: 0 0 .8em;
  line-height: 1.2;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .thumbnail {
  display: block;
  margin-bottom: 1em;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .thumbnail img {
  max-height: 85px;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .excerpt {
  font-size: 1em;
}
.cb-tile.opinion .body .articles .opinion .opinion-align .comments {
  position: relative;
  bottom: auto;
  right: auto;
  padding: .8em 0;
}
.cb-stream.two-col .cb-tile.opinion {
  font-size: 1.2em;
}
.cb-stream.two-col .cb-tile.opinion .articles .opinion {
  width: 50%;
  padding: .5em 1em;
}
.cb-stream.two-col .cb-tile.opinion .articles .opinion.col-3 {
  clear: left;
}
.cb-stream.one-col .cb-tile.opinion {
  font-size: 1.1em;
}
.cb-stream.one-col .cb-tile.opinion .articles .opinion {
  width: 100%;
  padding: .5em;
}
.cb-stream.one-col .cb-tile.opinion .articles .opinion .thumbnail {
  float: left;
  margin-right: 1em;
  margin-bottom: .3em;
}
.cb-tile.podcast .cb-excerpt {
  margin: 0;
}
.cb-tile.podcast .cb-excerpt .cb-image {
  display: none;
}
.cb-tile.podcast .cb-excerpt .body {
  padding: 0;
  margin: 0;
}
.cb-tile.podcast .cb-excerpt .body .cb-byline .delim {
  display: none;
}
.cb-tile.podcast .cb-excerpt .body .cb-byline cite {
  display: none;
}
.cb-tile.podcast .main-category {
  padding: 1em 1.5em 0;
}
.cb-tile.podcast .featured-podcast .cb-excerpt {
  font-size: .9em;
  padding: 1em 1.5em;
}
.cb-tile.podcast .featured-podcast .cb-excerpt .excerpt-align {
  position: relative;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .cb-image {
  float: left;
  display: block;
  width: 6.8em;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .cb-image .photo-credit {
  display: none;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .body {
  margin-left: 7.5em;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .body h2.headline {
  font-size: 1.2em;
  margin-top: -5px;
}
.cb-tile.podcast .featured-podcast .cb-excerpt.thumb .body .cb-byline {
  padding: .5em 0 0;
}
.cb-tile.podcast .other-podcasts {
  background: #e8eef2;
  font-size: .75em;
}
.cb-tile.podcast .other-podcasts .podcast {
  border-bottom: 1px solid white;
  padding: 1em 1.5em;
  display: table;
  width: 100%;
  zoom: 1;
  /* ie 6/7 */
}
.cb-tile.podcast .other-podcasts .podcast:before,
.cb-tile.podcast .other-podcasts .podcast:after {
  content: "";
  display: table;
}
.cb-tile.podcast .other-podcasts .podcast:after {
  clear: both;
}
.cb-tile.podcast .other-podcasts .podcast .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.cb-tile.podcast .other-podcasts .podcast .table-cell.play {
  width: 80px;
  text-align: right;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button {
  text-transform: uppercase;
  margin-left: 1em;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  color: #333 !important;
}
.cb-tile.podcast .other-podcasts .podcast .icon-button .fa {
  background: #999;
  color: white !Important;
  margin-right: .8em;
  padding: 0;
  width: 28px;
  text-align: center;
  float: left;
}
.cb-tile.podcast .other-podcasts .podcast:last-child {
  border-bottom: none;
}
.cb-tile.podcast .other-podcasts .podcast .cb-byline {
  padding: .3em 0 0;
}
.cb-tile.podcast .other-podcasts .podcast .cb-body-content {
  display: none;
}
.cb-tile.podcast .podcast-link {
  font-weight: bold;
  padding: .8em 1.5em;
}
.cb-tile.podcast .podcast-link a {
  font-size: .8em;
}
.cb-tile.popular .body {
  padding: 1em;
}
.cb-tile.popular ol {
  font-weight: bold;
  font-size: 1.1em;
  color: #e30000;
  padding: 0 0 0 0;
  margin: 0 0 0 1.5em;
}
.cb-tile.popular ol li {
  margin-bottom: 1em;
}
.cb-tile.popular ol li .title {
  color: black;
  font-weight: normal;
  font-size: .85em;
  line-height: 1;
  display: block;
  padding-left: .5em;
}
.cb-stream.two-col .cb-tile.popular,
.cb-stream.one-col .cb-tile.popular {
  font-size: 1.1em;
}
.cb-stream.two-col .cb-tile.popular .body,
.cb-stream.one-col .cb-tile.popular .body {
  padding: 1.1em;
}
.cb-tile.project .align {
  display: table;
  table-layout: fixed;
}
.cb-tile.project .cb-image {
  display: table-cell;
  vertical-align: middle;
}
.cb-tile.project .cb-image .thumbnail {
  display: none;
  position: relative;
  top: auto;
  left: auto;
}
.cb-tile.project .cb-image .body {
  text-align: left;
  color: white;
  position: relative;
  padding: 2em;
}
.cb-tile.project .cb-image .body .main-category,
.cb-tile.project .cb-image .body .comments,
.cb-tile.project .cb-image .body .cb-byline {
  color: #999;
}
.cb-tile.project .cb-image .body .headline {
  font-size: 2.7em;
  line-height: 1;
  position: relative;
}
.cb-tile.project .cb-image .body .headline:after {
  margin: 20px 0 30px;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: white;
}
.cb-tile.project .cb-image .body .cb-body-content {
  font-size: .95em;
  opacity: .9;
}
.cb-tile.project .cb-image .filter {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cb-tile.project .project-list {
  background: black;
  color: white;
  display: table-cell;
  vertical-align: top;
  font-size: .9em;
}
.cb-tile.project .project-list ul {
  width: 26em;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 2em 2em 2em 1.5em;
  max-height: 550px;
  overflow-y: auto;
}
.cb-tile.project .project-list ul li {
  display: block;
  margin-bottom: 1em;
}
.cb-tile.project .project-list ul li:last-child {
  margin-bottom: 0;
}
.cb-tile.project .project-list ul li time {
  color: #999;
  font-weight: bold;
  float: left;
  padding-top: .1em;
}
.cb-tile.project .project-list ul li .timeline-link {
  display: block;
  margin-left: 80px;
  font-size: 1.1em;
  font-weight: 100;
}
.cb-tile.project .project-list ul li.publish time {
  color: #e30000;
}
.cb-stream.two-col .cb-tile.project .align .cb-image {
  font-size: 1.2em;
}
.cb-stream.two-col .cb-tile.project .align .project-list ul {
  width: 25em;
}
@media only screen and (max-width: 950px) {
  .cb-stream.one-col .cb-tile.project .align,
  .cb-stream.two-col .cb-tile.project .align,
  .cb-stream.three-col .cb-tile.project .align {
    display: block;
    font-size: 1.1em;
  }
  .cb-stream.one-col .cb-tile.project .align .cb-image,
  .cb-stream.two-col .cb-tile.project .align .cb-image,
  .cb-stream.three-col .cb-tile.project .align .cb-image {
    display: block;
    background: black !important;
  }
  .cb-stream.one-col .cb-tile.project .align .cb-image .filter,
  .cb-stream.two-col .cb-tile.project .align .cb-image .filter,
  .cb-stream.three-col .cb-tile.project .align .cb-image .filter {
    display: none;
  }
  .cb-stream.one-col .cb-tile.project .align .cb-image .body,
  .cb-stream.two-col .cb-tile.project .align .cb-image .body,
  .cb-stream.three-col .cb-tile.project .align .cb-image .body {
    padding: 1em 1em 0;
  }
  .cb-stream.one-col .cb-tile.project .align .cb-image .body .headline,
  .cb-stream.two-col .cb-tile.project .align .cb-image .body .headline,
  .cb-stream.three-col .cb-tile.project .align .cb-image .body .headline {
    font-size: 2em;
  }
  .cb-stream.one-col .cb-tile.project .align .cb-image .photo-credit,
  .cb-stream.two-col .cb-tile.project .align .cb-image .photo-credit,
  .cb-stream.three-col .cb-tile.project .align .cb-image .photo-credit {
    display: none;
  }
  .cb-stream.one-col .cb-tile.project .align .project-list,
  .cb-stream.two-col .cb-tile.project .align .project-list,
  .cb-stream.three-col .cb-tile.project .align .project-list {
    display: block;
  }
  .cb-stream.one-col .cb-tile.project .align .project-list ul,
  .cb-stream.two-col .cb-tile.project .align .project-list ul,
  .cb-stream.three-col .cb-tile.project .align .project-list ul {
    max-height: none;
    padding: 1em 1em 2em;
    width: 100%;
  }
}
.cb-tile.register .align {
  background: #e25a00;
  color: white;
  padding: 2em 1.5em 5em;
}
.cb-tile.register .align .top-label {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2em;
}
.cb-tile.register .align .top-label .icon {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
}
.cb-tile.register .align .top-label .top-label-align {
  font-size: .95em;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  line-height: 1.4;
}
.cb-tile.register .align h1 {
  font-weight: 100;
  font-size: 2.4em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
.cb-tile.register .align h1 strong {
  font-weight: 400;
}
.cb-tile.register .align form fieldset {
  background: white;
  position: relative;
  border-top: 2px solid #bfbfbf;
  border-radius: 3px;
  overflow: hidden;
}
.cb-tile.register .align form fieldset input.em {
  border: none;
  display: block;
  width: 100%;
  padding: .3em 1em;
  font-size: 1em;
  height: 42px;
  padding-right: 40px;
}
.cb-tile.register .align form fieldset button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #555;
  line-height: 42px;
  width: 40px;
  text-align: center;
  display: block;
  font-size: 20px;
  cursor: pointer;
}
.cb-stream.one-col .cb-tile.register .align .top-label {
  margin-bottom: 1em;
}
.cb-stream.one-col .cb-tile.register .align h1 {
  font-size: 2.4em;
}
.cb-excerpt-related,
.cb-tile .cb-excerpt-related {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -100px;
  width: 100%;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  -webkit-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.cb-excerpt-related .cb-image,
.cb-tile .cb-excerpt-related .cb-image {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
}
.cb-excerpt-related .excerpt-related-align,
.cb-tile .cb-excerpt-related .excerpt-related-align {
  display: table-cell;
  vertical-align: middle;
  margin-left: 110px;
  padding-left: 1em;
  font-size: .85em;
  line-height: 1.2;
  padding: 1em 1em 1.2em;
}
.cb-excerpt-related .excerpt-related-align h4,
.cb-tile .cb-excerpt-related .excerpt-related-align h4 {
  color: #e30000;
  margin: 0 0 .1em;
  font-size: 1.1em;
}
.cb-excerpt-related:hover,
.cb-tile .cb-excerpt-related:hover {
  left: 0;
  margin-left: 0;
  border-left: none;
}
.cb-tile.sponsor .align {
  background: #ffc600;
  color: #003368;
  padding: 0 0 125px;
  text-align: center;
}
.cb-tile.sponsor .align h1 {
  font-weight: 100;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 1em 0;
  text-align: left;
}
.cb-tile.sponsor .align .sponsor-subtitle {
  background: black;
  color: white;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .8em;
  padding: .5em 0;
  line-height: 1;
  margin-bottom: .5em;
}
.cb-tile.sponsor .align .image-wrapper {
  display: block;
  padding: 0 1em;
}
.cb-tile.sponsor .align img {
  max-width: 100%;
  margin: 1em 0;
}
.cb-tile.sponsor .align .sponsor-caption {
  display: block;
  font-size: .85em;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  color: black;
}
.cb-tile.sponsor .align .footnote {
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  font-size: .8em;
  text-align: left;
}
.cb-stream.one-col .cb-tile.sponsor .align {
  padding: 0;
}
.cb-stream.one-col .cb-tile.sponsor .align h1 {
  font-size: 2em;
  padding: 1em;
  margin-bottom: 0;
}
.cb-stream.one-col .cb-tile.sponsor .align .image-wrapper {
  padding-bottom: 1em;
}
.cb-stream.one-col .cb-tile.sponsor .align .footnote {
  position: relative;
  bottom: auto;
  left: auto;
}
.cb-tile.sponsored-post .align .body,
.cb-tile.sponsored .align .body {
  padding-bottom: 0;
}
.cb-tile.sponsored-post .align .body .sponsor,
.cb-tile.sponsored .align .body .sponsor {
  font-size: .85em;
  color: black;
  border-top: 1px solid #ccc;
  padding: .6em 0;
  margin-top: 1.5em;
}
.cb-tile.sponsored-post .align .body .sponsor .sponsor-name,
.cb-tile.sponsored .align .body .sponsor .sponsor-name {
  color: #1573cb;
  font-weight: bold;
}
.cb-tile.subscribe .align {
  background: #ffc600;
  color: #003368;
  padding: 2em 1.5em 5em;
}
.cb-tile.subscribe .align .top-label {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2em;
}
.cb-tile.subscribe .align .top-label .icon {
  display: table-cell;
  vertical-align: middle;
  width: 65px;
}
.cb-tile.subscribe .align .top-label .top-label-align {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.2em;
  font-size: 1.1em;
  line-height: 1.3;
}
.cb-tile.subscribe .align h1 {
  font-weight: 100;
  font-size: 2.8em;
  line-height: 1.1;
  margin: 0 0 1em 0;
}
.cb-tile.subscribe .align form fieldset {
  background: white;
  position: relative;
  border-top: 2px solid #bfbfbf;
  border-radius: 3px;
  overflow: hidden;
}
.cb-tile.subscribe .align form fieldset input.em {
  border: none;
  display: block;
  width: 100%;
  padding: .3em 1em;
  font-size: 1em;
  height: 42px;
  padding-right: 40px;
}
.cb-tile.subscribe .align form fieldset button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #555;
  line-height: 42px;
  width: 40px;
  text-align: center;
  display: block;
  font-size: 20px;
  cursor: pointer;
}
.cb-stream.one-col .cb-tile.subscribe .align .top-label {
  margin-bottom: 1em;
}
.cb-stream.one-col .cb-tile.subscribe .align h1 {
  font-size: 2.4em;
}
.cb-tile.topical .align {
  display: table;
  table-layout: fixed;
}
.cb-tile.topical .cb-image {
  display: table-cell;
  vertical-align: middle;
}
.cb-tile.topical .cb-image .thumbnail {
  display: none;
  position: relative;
  top: auto;
  left: auto;
}
.cb-tile.topical .cb-image .body {
  text-align: left;
  color: white;
  position: relative;
  padding: 6em 1.5em;
}
.cb-tile.topical .cb-image .body .main-category,
.cb-tile.topical .cb-image .body .comments,
.cb-tile.topical .cb-image .body .cb-byline {
  color: white;
}
.cb-tile.topical .cb-image .body .headline {
  font-size: 1.6em;
  line-height: 1.2;
}
.cb-tile.topical .cb-image .filter {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.cb-tile.topical .cb-image .comments {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding: 1.5em 0 0;
}
.cb-tile.topical .cb-image .comments .fa {
  background: #e30000;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  margin-right: .3em;
}
.cb-tile.topical .cb-image .comments .fb_comments_count {
  font-weight: bold;
  font-size: 1.7em;
  color: #e30000;
  display: inline-block;
}
.cb-tile.topical .topical-comments,
.cb-tile.topical .content-cell {
  display: table-cell;
  vertical-align: top;
  width: 360px;
}
.cb-tile.topical .topical-comments .fb-comments-wrapper,
.cb-tile.topical .content-cell .fb-comments-wrapper {
  overflow: hidden;
  padding: 1em;
  width: 20em;
}
.cb-tile.topical .topical-comments .fb-comments-wrapper iframe,
.cb-tile.topical .content-cell .fb-comments-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.cb-tile.topical:hover .cb-image .filter {
  background: rgba(0, 0, 0, 0.45);
}
.cb-stream.two-col .cb-tile.topical .align .cb-image {
  font-size: 1.2em;
}
.cb-stream.two-col .cb-tile.topical .align .topical-comments .fb-comments-wrapper {
  width: 25em;
}
@media only screen and (max-width: 950px) {
  .cb-stream.one-col .cb-tile.topical .align,
  .cb-stream.two-col .cb-tile.topical .align,
  .cb-stream.three-col .cb-tile.topical .align {
    display: block;
  }
  .cb-stream.one-col .cb-tile.topical .align .cb-image,
  .cb-stream.two-col .cb-tile.topical .align .cb-image,
  .cb-stream.three-col .cb-tile.topical .align .cb-image {
    display: block;
    background: black !important;
  }
  .cb-stream.one-col .cb-tile.topical .align .cb-image .filter,
  .cb-stream.two-col .cb-tile.topical .align .cb-image .filter,
  .cb-stream.three-col .cb-tile.topical .align .cb-image .filter {
    display: none;
  }
  .cb-stream.one-col .cb-tile.topical .align .cb-image .body,
  .cb-stream.two-col .cb-tile.topical .align .cb-image .body,
  .cb-stream.three-col .cb-tile.topical .align .cb-image .body {
    padding: 1em;
  }
  .cb-stream.one-col .cb-tile.topical .align .cb-image .body .headline,
  .cb-stream.two-col .cb-tile.topical .align .cb-image .body .headline,
  .cb-stream.three-col .cb-tile.topical .align .cb-image .body .headline {
    font-size: 1.27em;
  }
  .cb-stream.one-col .cb-tile.topical .align .cb-image .photo-credit,
  .cb-stream.two-col .cb-tile.topical .align .cb-image .photo-credit,
  .cb-stream.three-col .cb-tile.topical .align .cb-image .photo-credit {
    display: none;
  }
  .cb-stream.one-col .cb-tile.topical .align .topical-comments,
  .cb-stream.two-col .cb-tile.topical .align .topical-comments,
  .cb-stream.three-col .cb-tile.topical .align .topical-comments {
    display: none;
  }
  .cb-stream.one-col .cb-tile.topical .align .topical-comments .fb-comments-wrapper,
  .cb-stream.two-col .cb-tile.topical .align .topical-comments .fb-comments-wrapper,
  .cb-stream.three-col .cb-tile.topical .align .topical-comments .fb-comments-wrapper {
    width: 100%;
    padding: .6em;
  }
}
.cb-tile.twitter .twitter-timeline-template {
  display: none;
}
.cb-tile.twitter .align.iframe iframe {
  background: #f0f0f1;
}
.cb-stream.one-col .cb-tile.twitter {
  display: none;
}
.cb-tile {
  font-size: 1em;
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.cb-tile .align {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.cb-tile .align.scroll,
.cb-tile .align .scroll-inner {
  min-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.cb-tile .align.iframe {
  position: relative;
  min-height: 440px;
}
.cb-tile .align.iframe iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
}
.cb-tile .cb-flags {
  position: absolute;
  top: 0;
  left: 0;
}
.cb-tile .tile-thumbnail > .cb-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}
.cb-tile .tile-thumbnail > .cb-image img {
  opacity: 0;
  width: 100% !important;
  height: auto !important;
}
.cb-tile .tile-thumbnail > .cb-image .thumbnail {
  opacity: 1;
}
.cb-tile .top-label {
  margin: 0 0 1em;
  line-height: 1.4;
}
.cb-tile .body {
  padding: .8em 1em 3em 1em;
}
.cb-tile .body .headline {
  font-size: 1.27em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: .2em 0 .5em 0;
}
.cb-tile .body .thumbnail2 {
  display: none;
}
.cb-tile .body .cb-body-content {
  margin: .5em 0;
  font-size: .95em;
}
.cb-tile .body .cb-body-content p {
  margin: 1em 0;
}
.cb-tile .body .cb-body-content p:first-of-type {
  margin-top: 0;
}
.cb-tile .body .cb-body-content p:last-of-type {
  margin-bottom: 0;
}
.cb-tile .body.darkbg {
  color: #cccccc;
}
.cb-tile .body.darkbg .headline {
  color: white;
}
.cb-tile .body.darkbg .byline,
.cb-tile .body.darkbg .main-category {
  color: #cccccc;
}
.cb-tile .comments {
  position: absolute;
  right: 1.4em;
  bottom: 1em;
  font-size: 1.1em;
  color: #7b7b7b;
}
.cb-tile .loading {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  font-size: .8em;
  padding: 2em 0;
}
.cb-tile.text .alignright,
.cb-tile.text .alignleft {
  max-width: 50%;
}
.cb-tile.text .alignright img,
.cb-tile.text .alignleft img {
  height: auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
@media only print {
  .cb-banner.header,
  .cb-banner.footer,
  .cb-banner.related {
    display: none;
  }
  .cb-page.single .page-footer.stream {
    display: none;
  }
  .cb-page.single .cb-body-content.extensive-styling blockquote {
    margin-left: 0 !important;
  }
  .cb-page .page-body .col-asides {
    display: none;
  }
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/*# sourceMappingURL=main.css.map */